@wix/subscription 1.0.14 → 1.0.15
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/subscription",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/subscription_subscriptions": "1.0.
|
|
21
|
+
"@wix/subscription_subscriptions": "1.0.15"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "f57117ba28b123b97cbf9185db66bafc04108e3c4fdbd88ac4bfae78"
|
|
47
47
|
}
|
|
@@ -2245,6 +2245,8 @@ interface Invoice {
|
|
|
2245
2245
|
taxData?: TaxData;
|
|
2246
2246
|
/** Business address. */
|
|
2247
2247
|
businessAddress?: Address;
|
|
2248
|
+
/** ID of the billing order that created this invoice. */
|
|
2249
|
+
orderId?: string | null;
|
|
2248
2250
|
}
|
|
2249
2251
|
interface BusinessOriginData {
|
|
2250
2252
|
/**
|
|
@@ -2245,6 +2245,8 @@ interface Invoice {
|
|
|
2245
2245
|
taxData?: TaxData;
|
|
2246
2246
|
/** Business address. */
|
|
2247
2247
|
businessAddress?: Address;
|
|
2248
|
+
/** ID of the billing order that created this invoice. */
|
|
2249
|
+
orderId?: string | null;
|
|
2248
2250
|
}
|
|
2249
2251
|
interface BusinessOriginData {
|
|
2250
2252
|
/**
|