@stigg/api-client-js 5.99.0 → 5.100.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "5.99.0",
3
+ "version": "5.100.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -289,7 +289,7 @@ export declare type AppStoreCredentialsInput = {
289
289
  };
290
290
  /** An App Store subscription mapping object */
291
291
  export declare type AppStoreSubscriptionMappingInput = {
292
- /** ID of the App Store subscription */
292
+ /** Product ID of the App Store subscription */
293
293
  appStoreSubscriptionId: Scalars['String'];
294
294
  /** Ref ID of the Stigg plan */
295
295
  planRefId: Scalars['String'];