@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 +1 -1
- package/src/generated/sdk.d.ts +2 -2
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -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['
|
|
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['
|
|
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 */
|