@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 +1 -1
- package/src/generated/sdk.d.ts +3 -3
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
3254
|
+
vendorIdentifier?: InputMaybe<VendorIdentifier>;
|
|
3255
3255
|
};
|
|
3256
3256
|
export declare type RevokePromotionalEntitlementInput = {
|
|
3257
3257
|
customerId: Scalars['String'];
|