@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "3.64.0",
3
+ "version": "3.65.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -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['UUID'];
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['UUID'];
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['UUID'];
5648
+ featureGroupId: Scalars['String'];
5649
5649
  };
5650
5650
  /** Input type for updating an account */
5651
5651
  export declare type UpdateAccountInput = {