Skip to content

Commit edd3a62

Browse files
committed
Update prepared lib/ generated files
1 parent 760d662 commit edd3a62

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

lib/commonjs/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/commonjs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/module/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/module/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typescript/commonjs/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export declare class ReclaimVerification {
1212
private static defaultPlatform;
1313
constructor(platform?: ReclaimVerification.Platform);
1414
startVerification(request: ReclaimVerification.Request): Promise<ReclaimVerification.Response>;
15+
startVerificationFromUrl(requestUrl: string): Promise<ReclaimVerification.Response>;
1516
ping(): Promise<boolean>;
1617
setOverrides(overrides: ReclaimVerification.OverrideConfig): Promise<void>;
1718
clearAllOverrides(): Promise<void>;

lib/typescript/commonjs/src/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/typescript/module/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export declare class ReclaimVerification {
1212
private static defaultPlatform;
1313
constructor(platform?: ReclaimVerification.Platform);
1414
startVerification(request: ReclaimVerification.Request): Promise<ReclaimVerification.Response>;
15+
startVerificationFromUrl(requestUrl: string): Promise<ReclaimVerification.Response>;
1516
ping(): Promise<boolean>;
1617
setOverrides(overrides: ReclaimVerification.OverrideConfig): Promise<void>;
1718
clearAllOverrides(): Promise<void>;

0 commit comments

Comments
 (0)