@stigg/api-client-js 0.743.0 → 0.747.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
|
@@ -2165,7 +2165,7 @@ export declare enum PriceSortFields {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
export declare type PriceTierInput = {
|
|
2167
2167
|
unitPrice: MoneyInputDto;
|
|
2168
|
-
upTo
|
|
2168
|
+
upTo?: InputMaybe<Scalars['Float']>;
|
|
2169
2169
|
};
|
|
2170
2170
|
export declare type PricingModelCreateInput = {
|
|
2171
2171
|
billingModel: BillingModel;
|
|
@@ -3459,7 +3459,7 @@ export declare type CouponFragment = {
|
|
|
3459
3459
|
};
|
|
3460
3460
|
export declare type PriceTierFragment = {
|
|
3461
3461
|
__typename?: 'PriceTier';
|
|
3462
|
-
upTo
|
|
3462
|
+
upTo?: number | null;
|
|
3463
3463
|
unitPrice: {
|
|
3464
3464
|
__typename?: 'Money';
|
|
3465
3465
|
amount: number;
|