@stigg/api-client-js 0.407.0 → 0.408.2

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": "0.407.0",
3
+ "version": "0.408.2",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "graphql": "^15.6.1",
@@ -1335,10 +1335,10 @@ export declare enum ImportIntegrationTaskSortFields {
1335
1335
  TaskType = "taskType"
1336
1336
  }
1337
1337
  export declare type ImportSubscriptionInput = {
1338
+ additionalMetaData?: InputMaybe<Scalars['JSON']>;
1338
1339
  billingId?: InputMaybe<Scalars['String']>;
1339
1340
  billingPeriod?: InputMaybe<BillingPeriod>;
1340
1341
  customerId: Scalars['String'];
1341
- metadata?: InputMaybe<Scalars['JSON']>;
1342
1342
  planId: Scalars['String'];
1343
1343
  resourceId?: InputMaybe<Scalars['String']>;
1344
1344
  startDate?: InputMaybe<Scalars['DateTime']>;