@stigg/node-server-sdk 2.19.2 → 2.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +4 -4
- package/dist/client.js +4 -4
- package/package.json +2 -2
package/dist/client.d.ts
CHANGED
|
@@ -287,10 +287,10 @@ export declare class Stigg implements StiggEntitlementAPI, StiggManagementAPI {
|
|
|
287
287
|
subscriptionId: string;
|
|
288
288
|
}>;
|
|
289
289
|
/**
|
|
290
|
-
* Transfer paid subscription from
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
* @return {Promise<subscription>} The subscription connected to
|
|
290
|
+
* Transfer paid subscription from sourceResourceId to destinationResourceId.
|
|
291
|
+
* sourceResourceId must have a paid active subscription.
|
|
292
|
+
* destinationResourceId must have a free active subscription.
|
|
293
|
+
* @return {Promise<subscription>} The subscription connected to destinationResource.
|
|
294
294
|
* @param {TransferSubscriptionInput} input
|
|
295
295
|
*/
|
|
296
296
|
transferSubscription(input: TransferSubscriptionInput): Promise<Subscription>;
|
package/dist/client.js
CHANGED
|
@@ -664,10 +664,10 @@ class Stigg {
|
|
|
664
664
|
});
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
|
-
* Transfer paid subscription from
|
|
668
|
-
*
|
|
669
|
-
*
|
|
670
|
-
* @return {Promise<subscription>} The subscription connected to
|
|
667
|
+
* Transfer paid subscription from sourceResourceId to destinationResourceId.
|
|
668
|
+
* sourceResourceId must have a paid active subscription.
|
|
669
|
+
* destinationResourceId must have a free active subscription.
|
|
670
|
+
* @return {Promise<subscription>} The subscription connected to destinationResource.
|
|
671
671
|
* @param {TransferSubscriptionInput} input
|
|
672
672
|
*/
|
|
673
673
|
async transferSubscription(input) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stigg/node-server-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"description": "Stigg server-side node SDK",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@bitauth/libauth": "^1.17.1",
|
|
36
36
|
"@graphql-codegen/fragment-matcher": "^3.2.1",
|
|
37
37
|
"@sentry/node": "^7.11.1",
|
|
38
|
-
"@stigg/api-client-js": "0.
|
|
38
|
+
"@stigg/api-client-js": "0.540.2",
|
|
39
39
|
"@types/ws": "^8.2.3",
|
|
40
40
|
"axios": "^1.2.2",
|
|
41
41
|
"cross-fetch": "^3.1.5",
|