@stigg/api-client-js 2.315.3 → 2.319.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": "2.315.3",
3
+ "version": "2.319.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -3246,12 +3246,12 @@ export declare type ReportUsageInput = {
3246
3246
  export declare type ResyncIntegrationInput = {
3247
3247
  /** ID of the environment to re-sync */
3248
3248
  environmentId: Scalars['String'];
3249
- /** ID of the integration to re-sync */
3250
- integrationId?: InputMaybe<Scalars['String']>;
3249
+ /** Internal ID of the integration to re-sync */
3250
+ integrationId: Scalars['String'];
3251
3251
  /** Allow skipping entitlement recalculation */
3252
3252
  recalculateEntitlements?: InputMaybe<Scalars['Boolean']>;
3253
3253
  /** Type of integration to re-sync */
3254
- vendorIdentifier: VendorIdentifier;
3254
+ vendorIdentifier?: InputMaybe<VendorIdentifier>;
3255
3255
  };
3256
3256
  export declare type RevokePromotionalEntitlementInput = {
3257
3257
  customerId: Scalars['String'];