@stigg/api-client-js 5.180.0 → 5.182.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": "5.180.0",
3
+ "version": "5.182.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -1069,7 +1069,7 @@ export declare type CreatePackageEntitlementsInput = {
1069
1069
  entitlements: Array<CreatePackageEntitlementInput>;
1070
1070
  /** The unique identifier for the environment */
1071
1071
  environmentId?: InputMaybe<Scalars['UUID']>;
1072
- /** The unique identifier of the entitlement package */
1072
+ /** The unique identifier of the plan or add-on */
1073
1073
  packageId: Scalars['UUID'];
1074
1074
  };
1075
1075
  /** The input type for creating a package group */
@@ -3342,7 +3342,7 @@ export declare type GrantPromotionalEntitlementInput = {
3342
3342
  };
3343
3343
  /** Grant promotional entitlements for a feature group input */
3344
3344
  export declare type GrantPromotionalEntitlementsGroupInput = {
3345
- /** The unique identifier of the entitlement customer */
3345
+ /** The unique identifier of the customer */
3346
3346
  customerId: Scalars['String'];
3347
3347
  /** The unique identifier for the environment */
3348
3348
  environmentId?: InputMaybe<Scalars['UUID']>;
@@ -3353,7 +3353,7 @@ export declare type GrantPromotionalEntitlementsGroupInput = {
3353
3353
  };
3354
3354
  /** Grant multiple promotional entitlements input */
3355
3355
  export declare type GrantPromotionalEntitlementsInput = {
3356
- /** The unique identifier of the entitlement customer */
3356
+ /** The unique identifier of the customer */
3357
3357
  customerId: Scalars['String'];
3358
3358
  /** The unique identifier for the environment */
3359
3359
  environmentId?: InputMaybe<Scalars['UUID']>;
@@ -3413,7 +3413,7 @@ export declare type HubspotCredentialsInput = {
3413
3413
  };
3414
3414
  /** Input for importing a bulk of customers */
3415
3415
  export declare type ImportCustomerBulkInput = {
3416
- /** List of customers to import */
3416
+ /** List of customer objects to import */
3417
3417
  customers: Array<ImportCustomerInput>;
3418
3418
  /** The unique identifier for the environment */
3419
3419
  environmentId?: InputMaybe<Scalars['UUID']>;
@@ -3607,7 +3607,7 @@ export declare type LinkFeatureGroupToPackageInput = {
3607
3607
  environmentId?: InputMaybe<Scalars['UUID']>;
3608
3608
  /** The group id to link to the package */
3609
3609
  featureGroupId: Scalars['UUID'];
3610
- /** The unique identifier of the entitlement package */
3610
+ /** The unique identifier of the plan or add-on */
3611
3611
  packageId: Scalars['UUID'];
3612
3612
  };
3613
3613
  /** Input for listing App Store applications */
@@ -3748,7 +3748,7 @@ export declare type MigratePackageFeatureGroupsToLatestInput = {
3748
3748
  entitlements: Array<PackageEntitlementInput>;
3749
3749
  /** The unique identifier for the environment */
3750
3750
  environmentId?: InputMaybe<Scalars['UUID']>;
3751
- /** The unique identifier of the entitlement package */
3751
+ /** The unique identifier of the plan or add-on */
3752
3752
  packageId: Scalars['UUID'];
3753
3753
  };
3754
3754
  /** Minimum spend input */
@@ -4087,7 +4087,7 @@ export declare type PackageEntitlementInput = {
4087
4087
  monthlyResetPeriodConfiguration?: InputMaybe<MonthlyResetPeriodConfigInput>;
4088
4088
  /** The order of the entitlement in the entitlement list */
4089
4089
  order?: InputMaybe<Scalars['Float']>;
4090
- /** The unique identifier of the entitlement package */
4090
+ /** The unique identifier of the plan or add-on */
4091
4091
  packageId: Scalars['UUID'];
4092
4092
  /** The reset period of the entitlement */
4093
4093
  resetPeriod?: InputMaybe<EntitlementResetPeriod>;
@@ -4884,7 +4884,7 @@ export declare type PromotionalEntitlementFilter = {
4884
4884
  };
4885
4885
  /** Promotional entitlement input */
4886
4886
  export declare type PromotionalEntitlementInput = {
4887
- /** The unique identifier of the entitlement customer */
4887
+ /** The unique identifier of the customer */
4888
4888
  customerId: Scalars['String'];
4889
4889
  /** The description of the entitlement */
4890
4890
  description?: InputMaybe<Scalars['String']>;
@@ -5226,7 +5226,7 @@ export declare type RemoveFeatureGroupFromPackageInput = {
5226
5226
  environmentId?: InputMaybe<Scalars['UUID']>;
5227
5227
  /** The group id to remove */
5228
5228
  featureGroupId: Scalars['UUID'];
5229
- /** The unique identifier of the entitlement package */
5229
+ /** The unique identifier of the plan or add-on */
5230
5230
  packageId: Scalars['UUID'];
5231
5231
  };
5232
5232
  /** Remove offer draft input */
@@ -5297,7 +5297,7 @@ export declare type RevokeApiKeyInput = {
5297
5297
  };
5298
5298
  /** Revoke promotional entitlement input */
5299
5299
  export declare type RevokePromotionalEntitlementInput = {
5300
- /** The unique identifier of the entitlement customer */
5300
+ /** The unique identifier of the customer */
5301
5301
  customerId: Scalars['String'];
5302
5302
  /** The unique identifier for the environment */
5303
5303
  environmentId?: InputMaybe<Scalars['UUID']>;
@@ -5306,7 +5306,7 @@ export declare type RevokePromotionalEntitlementInput = {
5306
5306
  };
5307
5307
  /** Revoke promotional entitlements for a feature group input */
5308
5308
  export declare type RevokePromotionalEntitlementsGroupInput = {
5309
- /** The unique identifier of the entitlement customer */
5309
+ /** The unique identifier of the customer */
5310
5310
  customerId: Scalars['String'];
5311
5311
  /** The unique identifier for the environment */
5312
5312
  environmentId?: InputMaybe<Scalars['UUID']>;
@@ -6481,12 +6481,12 @@ export declare type UnlinkFeatureGroupFromPackageInput = {
6481
6481
  environmentId?: InputMaybe<Scalars['UUID']>;
6482
6482
  /** The group id to unlink */
6483
6483
  featureGroupId: Scalars['UUID'];
6484
- /** The unique identifier of the entitlement package */
6484
+ /** The unique identifier of the plan or add-on */
6485
6485
  packageId: Scalars['UUID'];
6486
6486
  };
6487
6487
  /** Unlink promotional feature group input */
6488
6488
  export declare type UnlinkPromotionalEntitlementsGroupInput = {
6489
- /** The unique identifier of the entitlement customer */
6489
+ /** The unique identifier of the customer */
6490
6490
  customerId: Scalars['String'];
6491
6491
  /** The unique identifier for the environment */
6492
6492
  environmentId?: InputMaybe<Scalars['UUID']>;
@@ -6750,7 +6750,7 @@ export declare type UpdatePackageEntitlementOrderInput = {
6750
6750
  entitlements: Array<UpdatePackageEntitlementOrderItemInput>;
6751
6751
  /** The unique identifier for the environment */
6752
6752
  environmentId?: InputMaybe<Scalars['UUID']>;
6753
- /** The unique identifier of the entitlement package */
6753
+ /** The unique identifier of the plan or add-on */
6754
6754
  packageId: Scalars['String'];
6755
6755
  };
6756
6756
  /** Update package entitlement order item input */