@stigg/api-client-js 3.64.0 → 3.65.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
|
@@ -2947,7 +2947,7 @@ export declare type GrantPromotionalEntitlementsGroupInput = {
|
|
|
2947
2947
|
/** The unique identifier for the environment */
|
|
2948
2948
|
environmentId?: InputMaybe<Scalars['UUID']>;
|
|
2949
2949
|
/** Feature group ID to grant as promotional entitlement */
|
|
2950
|
-
featureGroupId: Scalars['
|
|
2950
|
+
featureGroupId: Scalars['String'];
|
|
2951
2951
|
/** List of promotional entitlements for features in the group */
|
|
2952
2952
|
promotionalEntitlements: Array<GrantPromotionalEntitlementInput>;
|
|
2953
2953
|
};
|
|
@@ -4602,7 +4602,7 @@ export declare type RevokePromotionalEntitlementsGroupInput = {
|
|
|
4602
4602
|
/** The unique identifier for the environment */
|
|
4603
4603
|
environmentId?: InputMaybe<Scalars['UUID']>;
|
|
4604
4604
|
/** Feature group ID to revoke from promotional entitlements */
|
|
4605
|
-
featureGroupId: Scalars['
|
|
4605
|
+
featureGroupId: Scalars['String'];
|
|
4606
4606
|
};
|
|
4607
4607
|
/** Input configuration for Salesforce Integration */
|
|
4608
4608
|
export declare type SalesforceCredentialsInput = {
|
|
@@ -5645,7 +5645,7 @@ export declare type UnlinkPromotionalEntitlementsGroupInput = {
|
|
|
5645
5645
|
/** The unique identifier for the environment */
|
|
5646
5646
|
environmentId?: InputMaybe<Scalars['UUID']>;
|
|
5647
5647
|
/** Feature group ID to unlink from promotional entitlements */
|
|
5648
|
-
featureGroupId: Scalars['
|
|
5648
|
+
featureGroupId: Scalars['String'];
|
|
5649
5649
|
};
|
|
5650
5650
|
/** Input type for updating an account */
|
|
5651
5651
|
export declare type UpdateAccountInput = {
|