@stigg/node-server-sdk 2.19.1 → 2.20.0
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 +3 -3
- package/dist/client.js +3 -3
- package/package.json +2 -2
package/dist/client.d.ts
CHANGED
|
@@ -287,9 +287,9 @@ export declare class Stigg implements StiggEntitlementAPI, StiggManagementAPI {
|
|
|
287
287
|
subscriptionId: string;
|
|
288
288
|
}>;
|
|
289
289
|
/**
|
|
290
|
-
* Transfer subscription
|
|
291
|
-
* srcResourceId
|
|
292
|
-
* dstResourceId
|
|
290
|
+
* Transfer paid subscription from srcResourceId to dstResourceId.
|
|
291
|
+
* srcResourceId must have a paid active subscription.
|
|
292
|
+
* dstResourceId must have a free active subscription.
|
|
293
293
|
* @return {Promise<subscription>} The subscription connected to the dstResource.
|
|
294
294
|
* @param {TransferSubscriptionInput} input
|
|
295
295
|
*/
|
package/dist/client.js
CHANGED
|
@@ -664,9 +664,9 @@ class Stigg {
|
|
|
664
664
|
});
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
|
-
* Transfer subscription
|
|
668
|
-
* srcResourceId
|
|
669
|
-
* dstResourceId
|
|
667
|
+
* Transfer paid subscription from srcResourceId to dstResourceId.
|
|
668
|
+
* srcResourceId must have a paid active subscription.
|
|
669
|
+
* dstResourceId must have a free active subscription.
|
|
670
670
|
* @return {Promise<subscription>} The subscription connected to the dstResource.
|
|
671
671
|
* @param {TransferSubscriptionInput} input
|
|
672
672
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stigg/node-server-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
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",
|