@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 +1 -1
- package/src/generated/sdk.d.ts +1 -1
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -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']>;
|