@sesamy/sesamy-js 1.19.10 → 1.19.11

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.
@@ -205,6 +205,8 @@ export type Contract = {
205
205
  currency: string;
206
206
  manageUrl?: string;
207
207
  contractDuration: "RECURRING" | "RENEWABLE" | "PERPETUAL";
208
+ recurringInterval?: "DAY" | "WEEK" | "MONTH" | "YEAR";
209
+ recurringTime?: number;
208
210
  items: {
209
211
  sku: string;
210
212
  name: string;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "registry": "https://registry.npmjs.org/",
7
7
  "tag": "latest"
8
8
  },
9
- "version": "1.19.10",
9
+ "version": "1.19.11",
10
10
  "main": "dist/sesamy-js.cjs",
11
11
  "module": "dist/sesamy-js.mjs",
12
12
  "types": "dist/sesamy-js.d.ts",