@stigg/api-client-js 5.256.0 → 5.257.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.256.0",
3
+ "version": "5.257.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -126,7 +126,7 @@ export declare type AddonCreateInput = {
126
126
  /** The pricing type of the package */
127
127
  pricingType?: InputMaybe<PricingType>;
128
128
  /** The product id of the package */
129
- productId: Scalars['String'];
129
+ productId: Scalars['UUID'];
130
130
  /** The unique identifier for the entity */
131
131
  refId?: InputMaybe<Scalars['String']>;
132
132
  /** The status of the package */
@@ -4554,7 +4554,7 @@ export declare type PlanCreateInput = {
4554
4554
  /** The pricing type of the package */
4555
4555
  pricingType?: InputMaybe<PricingType>;
4556
4556
  /** The product id of the package */
4557
- productId: Scalars['String'];
4557
+ productId: Scalars['UUID'];
4558
4558
  /** The unique identifier for the entity */
4559
4559
  refId?: InputMaybe<Scalars['String']>;
4560
4560
  /** The status of the package */