Skip to content

Commit 1e31f42

Browse files
authored
Merge pull request #451 from gbagretsov/gbagretsov/subscription-id-parameter-for-subscription-box
Add subscription id parameter to VKWebAppShowSubscriptionBox response
2 parents f2fecef + 0ca420f commit 1e31f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/types/data.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ export type ShowSubscriptionBoxRequest = {
10671067

10681068
export type ShowSubscriptionBoxResponse = {
10691069
success: boolean;
1070+
subscriptionId: string;
10701071
};
10711072

10721073
/**

0 commit comments

Comments
 (0)