@stigg/js-client-sdk 0.22.0 → 0.22.1

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/models.d.ts CHANGED
@@ -109,6 +109,11 @@ export declare type Plan = {
109
109
  prices: Price[];
110
110
  defaultTrialConfig?: DefaultTrialConfig | null;
111
111
  compatibleAddons: Addon[];
112
+ product: Product;
113
+ };
114
+ export declare type Product = {
115
+ id: string;
116
+ displayName?: string | null;
112
117
  };
113
118
  export declare type DefaultTrialConfig = {
114
119
  duration: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/js-client-sdk",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Stigg client-side SDK for Browser",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",