@wix/pricing-plans 1.0.314 → 1.0.315
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/build/cjs/components.d.ts +1 -0
- package/build/cjs/schemas.d.ts +6 -4
- package/build/cjs/schemas.js +3 -0
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/components.d.mts +1 -0
- package/build/es/schemas.d.mts +6 -4
- package/build/es/schemas.mjs +2 -0
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +1 -0
- package/build/internal/cjs/schemas.d.ts +6 -4
- package/build/internal/cjs/schemas.js +3 -0
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/components.d.mts +1 -0
- package/build/internal/es/schemas.d.mts +6 -4
- package/build/internal/es/schemas.mjs +2 -0
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -8,6 +8,7 @@ import '@wix/auto_sdk_pricing-plans_orders/meta';
|
|
|
8
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
|
9
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
|
10
10
|
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
11
12
|
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
12
13
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
13
14
|
import '@wix/headless-pricing-plans/services';
|
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
2
|
export { schemas as pricingPlansSettings };
|
|
3
|
-
import * as schemas$1 from '@wix/auto_sdk_pricing-
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans
|
|
6
|
-
export { schemas$2 as
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
4
|
+
export { schemas$1 as orders };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
6
|
+
export { schemas$2 as plans };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
8
|
+
export { schemas$3 as plansV3 };
|
package/build/cjs/schemas.js
CHANGED
|
@@ -30,16 +30,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// schemas.ts
|
|
31
31
|
var schemas_exports = {};
|
|
32
32
|
__export(schemas_exports, {
|
|
33
|
+
orders: () => orders,
|
|
33
34
|
plans: () => plans,
|
|
34
35
|
plansV3: () => plansV3,
|
|
35
36
|
pricingPlansSettings: () => pricingPlansSettings
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(schemas_exports);
|
|
38
39
|
var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas"));
|
|
40
|
+
var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders/schemas"));
|
|
39
41
|
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/schemas"));
|
|
40
42
|
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/schemas"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
45
|
+
orders,
|
|
43
46
|
plans,
|
|
44
47
|
plansV3,
|
|
45
48
|
pricingPlansSettings
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,YAAuB;AACvB,cAAyB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
|
@@ -8,6 +8,7 @@ import '@wix/auto_sdk_pricing-plans_orders/meta';
|
|
|
8
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
|
9
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
|
10
10
|
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
11
12
|
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
12
13
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
13
14
|
import '@wix/headless-pricing-plans/services';
|
package/build/es/schemas.d.mts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
2
|
export { schemas as pricingPlansSettings };
|
|
3
|
-
import * as schemas$1 from '@wix/auto_sdk_pricing-
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans
|
|
6
|
-
export { schemas$2 as
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
4
|
+
export { schemas$1 as orders };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
6
|
+
export { schemas$2 as plans };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
8
|
+
export { schemas$3 as plansV3 };
|
package/build/es/schemas.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// schemas.ts
|
|
2
2
|
import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas";
|
|
3
|
+
import * as orders from "@wix/auto_sdk_pricing-plans_orders/schemas";
|
|
3
4
|
import * as plans from "@wix/auto_sdk_pricing-plans_plans/schemas";
|
|
4
5
|
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/schemas";
|
|
5
6
|
export {
|
|
7
|
+
orders,
|
|
6
8
|
plans,
|
|
7
9
|
plansV3,
|
|
8
10
|
pricingPlansSettings
|
package/build/es/schemas.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
|
@@ -8,6 +8,7 @@ import '@wix/auto_sdk_pricing-plans_orders/meta';
|
|
|
8
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
|
9
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
|
10
10
|
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
11
12
|
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
12
13
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
13
14
|
import '@wix/headless-pricing-plans/services';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
2
|
export { schemas as pricingPlansSettings };
|
|
3
|
-
import * as schemas$1 from '@wix/auto_sdk_pricing-
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans
|
|
6
|
-
export { schemas$2 as
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
4
|
+
export { schemas$1 as orders };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
6
|
+
export { schemas$2 as plans };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
8
|
+
export { schemas$3 as plansV3 };
|
|
@@ -30,16 +30,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// schemas.ts
|
|
31
31
|
var schemas_exports = {};
|
|
32
32
|
__export(schemas_exports, {
|
|
33
|
+
orders: () => orders,
|
|
33
34
|
plans: () => plans,
|
|
34
35
|
plansV3: () => plansV3,
|
|
35
36
|
pricingPlansSettings: () => pricingPlansSettings
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(schemas_exports);
|
|
38
39
|
var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas"));
|
|
40
|
+
var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders/schemas"));
|
|
39
41
|
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/schemas"));
|
|
40
42
|
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/schemas"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
45
|
+
orders,
|
|
43
46
|
plans,
|
|
44
47
|
plansV3,
|
|
45
48
|
pricingPlansSettings
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,YAAuB;AACvB,cAAyB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
|
@@ -8,6 +8,7 @@ import '@wix/auto_sdk_pricing-plans_orders/meta';
|
|
|
8
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
|
9
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
|
10
10
|
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
11
12
|
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
12
13
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
13
14
|
import '@wix/headless-pricing-plans/services';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
2
|
export { schemas as pricingPlansSettings };
|
|
3
|
-
import * as schemas$1 from '@wix/auto_sdk_pricing-
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans
|
|
6
|
-
export { schemas$2 as
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
4
|
+
export { schemas$1 as orders };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
6
|
+
export { schemas$2 as plans };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
8
|
+
export { schemas$3 as plansV3 };
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// schemas.ts
|
|
2
2
|
import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas";
|
|
3
|
+
import * as orders from "@wix/auto_sdk_pricing-plans_orders/schemas";
|
|
3
4
|
import * as plans from "@wix/auto_sdk_pricing-plans_plans/schemas";
|
|
4
5
|
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/schemas";
|
|
5
6
|
export {
|
|
7
|
+
orders,
|
|
6
8
|
plans,
|
|
7
9
|
plansV3,
|
|
8
10
|
pricingPlansSettings
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/pricing-plans",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.315",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"services"
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@wix/auto_sdk_pricing-plans_orders": "1.0.
|
|
54
|
+
"@wix/auto_sdk_pricing-plans_orders": "1.0.113",
|
|
55
55
|
"@wix/auto_sdk_pricing-plans_plans": "1.0.106",
|
|
56
56
|
"@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.81",
|
|
57
57
|
"@wix/auto_sdk_pricing-plans_pricing-plans-settings": "1.0.33",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "a1766df2c6eceb76cea8c557328dc17bf9875a8da9777192c178c6f0"
|
|
81
81
|
}
|