Skip to content

Commit

Permalink
added libs
Browse files Browse the repository at this point in the history
  • Loading branch information
harishkumar00 committed Oct 1, 2024
1 parent 67d682b commit c1fc167
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 54 deletions.
12 changes: 12 additions & 0 deletions lib/commonjs/ActivityManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commonjs/ActivityManager.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/commonjs/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions lib/commonjs/types/ActivityManager.d.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/commonjs/types/ActivityManager.d.js.map

This file was deleted.

6 changes: 0 additions & 6 deletions lib/commonjs/types/PackageManager.d.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/commonjs/types/PackageManager.d.js.map

This file was deleted.

13 changes: 0 additions & 13 deletions lib/commonjs/types/index.d.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/commonjs/types/index.d.js.map

This file was deleted.

12 changes: 11 additions & 1 deletion lib/module/ActivityManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/module/ActivityManager.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/module/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions lib/module/types/ActivityManager.d.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/module/types/ActivityManager.d.js.map

This file was deleted.

4 changes: 0 additions & 4 deletions lib/module/types/PackageManager.d.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/module/types/PackageManager.d.js.map

This file was deleted.

6 changes: 0 additions & 6 deletions lib/module/types/index.d.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/module/types/index.d.js.map

This file was deleted.

4 changes: 3 additions & 1 deletion lib/typescript/commonjs/src/ActivityManager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ type extrasType = {
[key: string]: number | string | boolean;
};
declare function setResultAndFinish(result: resultType, extras: extrasType): void;
export { setResultAndFinish };
declare function returnAuthCode(code: string, state: string, redirectUri: string): void;
declare function returnError(redirectUri: string, error: string, errorDescription?: string): void;
export { setResultAndFinish, returnAuthCode, returnError };
//# sourceMappingURL=ActivityManager.d.ts.map
2 changes: 1 addition & 1 deletion lib/typescript/commonjs/src/ActivityManager.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion lib/typescript/module/src/ActivityManager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ type extrasType = {
[key: string]: number | string | boolean;
};
declare function setResultAndFinish(result: resultType, extras: extrasType): void;
export { setResultAndFinish };
declare function returnAuthCode(code: string, state: string, redirectUri: string): void;
declare function returnError(redirectUri: string, error: string, errorDescription?: string): void;
export { setResultAndFinish, returnAuthCode, returnError };
//# sourceMappingURL=ActivityManager.d.ts.map
2 changes: 1 addition & 1 deletion lib/typescript/module/src/ActivityManager.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1fc167

Please sign in to comment.