@stigg/js-client-sdk 0.27.0 → 0.28.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/dist/api/generated/types.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1907,6 +1907,9 @@ export declare type AddonFragment = {
|
|
|
1907
1907
|
entitlements?: Array<{
|
|
1908
1908
|
__typename?: 'PackageEntitlement';
|
|
1909
1909
|
} & PackageEntitlementFragment> | null | undefined;
|
|
1910
|
+
prices?: Array<{
|
|
1911
|
+
__typename?: 'Price';
|
|
1912
|
+
} & PriceFragment> | null | undefined;
|
|
1910
1913
|
};
|
|
1911
1914
|
export declare type PlanFragment = {
|
|
1912
1915
|
__typename?: 'Plan';
|
|
@@ -1918,6 +1921,7 @@ export declare type PlanFragment = {
|
|
|
1918
1921
|
__typename?: 'Product';
|
|
1919
1922
|
refId: string;
|
|
1920
1923
|
displayName?: string | null | undefined;
|
|
1924
|
+
description?: string | null | undefined;
|
|
1921
1925
|
};
|
|
1922
1926
|
basePlan?: {
|
|
1923
1927
|
__typename?: 'Plan';
|