priceos 0.0.12 → 0.0.14
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/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -58,6 +58,8 @@ interface paths {
|
|
|
58
58
|
name: string;
|
|
59
59
|
/** @description Product version number. */
|
|
60
60
|
version: number;
|
|
61
|
+
/** @description Custom product metadata (custom products only). */
|
|
62
|
+
metadata?: unknown;
|
|
61
63
|
/**
|
|
62
64
|
* @description Stripe subscription status (Stripe customers only).
|
|
63
65
|
* @enum {string}
|
|
@@ -215,6 +217,8 @@ interface paths {
|
|
|
215
217
|
name: string;
|
|
216
218
|
/** @description Product version number. */
|
|
217
219
|
version: number;
|
|
220
|
+
/** @description Custom product metadata (custom products only). */
|
|
221
|
+
metadata?: unknown;
|
|
218
222
|
/**
|
|
219
223
|
* @description Stripe subscription status (Stripe customers only).
|
|
220
224
|
* @enum {string}
|
|
@@ -384,6 +388,8 @@ interface paths {
|
|
|
384
388
|
name: string;
|
|
385
389
|
/** @description Product version number. */
|
|
386
390
|
version: number;
|
|
391
|
+
/** @description Custom product metadata (custom products only). */
|
|
392
|
+
metadata?: unknown;
|
|
387
393
|
/**
|
|
388
394
|
* @description Stripe subscription status (Stripe customers only).
|
|
389
395
|
* @enum {string}
|
|
@@ -644,6 +650,8 @@ interface paths {
|
|
|
644
650
|
name: string;
|
|
645
651
|
/** @description Product version number. */
|
|
646
652
|
version: number;
|
|
653
|
+
/** @description Custom product metadata (custom products only). */
|
|
654
|
+
metadata?: unknown;
|
|
647
655
|
/**
|
|
648
656
|
* @description Stripe subscription status (Stripe customers only).
|
|
649
657
|
* @enum {string}
|
package/dist/index.d.ts
CHANGED
|
@@ -58,6 +58,8 @@ interface paths {
|
|
|
58
58
|
name: string;
|
|
59
59
|
/** @description Product version number. */
|
|
60
60
|
version: number;
|
|
61
|
+
/** @description Custom product metadata (custom products only). */
|
|
62
|
+
metadata?: unknown;
|
|
61
63
|
/**
|
|
62
64
|
* @description Stripe subscription status (Stripe customers only).
|
|
63
65
|
* @enum {string}
|
|
@@ -215,6 +217,8 @@ interface paths {
|
|
|
215
217
|
name: string;
|
|
216
218
|
/** @description Product version number. */
|
|
217
219
|
version: number;
|
|
220
|
+
/** @description Custom product metadata (custom products only). */
|
|
221
|
+
metadata?: unknown;
|
|
218
222
|
/**
|
|
219
223
|
* @description Stripe subscription status (Stripe customers only).
|
|
220
224
|
* @enum {string}
|
|
@@ -384,6 +388,8 @@ interface paths {
|
|
|
384
388
|
name: string;
|
|
385
389
|
/** @description Product version number. */
|
|
386
390
|
version: number;
|
|
391
|
+
/** @description Custom product metadata (custom products only). */
|
|
392
|
+
metadata?: unknown;
|
|
387
393
|
/**
|
|
388
394
|
* @description Stripe subscription status (Stripe customers only).
|
|
389
395
|
* @enum {string}
|
|
@@ -644,6 +650,8 @@ interface paths {
|
|
|
644
650
|
name: string;
|
|
645
651
|
/** @description Product version number. */
|
|
646
652
|
version: number;
|
|
653
|
+
/** @description Custom product metadata (custom products only). */
|
|
654
|
+
metadata?: unknown;
|
|
647
655
|
/**
|
|
648
656
|
* @description Stripe subscription status (Stripe customers only).
|
|
649
657
|
* @enum {string}
|