@wix/pricing-plans 1.0.297 → 1.0.298
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 +4 -0
- package/build/cjs/schemas.d.ts +8 -0
- package/build/cjs/schemas.js +50 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/components.d.mts +4 -0
- package/build/es/schemas.d.mts +8 -0
- package/build/es/schemas.mjs +12 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +4 -0
- package/build/internal/cjs/schemas.d.ts +8 -0
- package/build/internal/cjs/schemas.js +50 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/components.d.mts +4 -0
- package/build/internal/es/schemas.d.mts +8 -0
- package/build/internal/es/schemas.mjs +12 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +12 -6
- package/schemas/package.json +3 -0
|
@@ -7,4 +7,8 @@ import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
|
|
7
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
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
12
|
+
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
13
|
+
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
10
14
|
import '@wix/headless-pricing-plans/services';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
|
+
export { schemas as pricingPlansSettings };
|
|
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 };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
orders: () => orders,
|
|
34
|
+
plans: () => plans,
|
|
35
|
+
plansV3: () => plansV3,
|
|
36
|
+
pricingPlansSettings: () => pricingPlansSettings
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
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"));
|
|
41
|
+
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/schemas"));
|
|
42
|
+
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/schemas"));
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
orders,
|
|
46
|
+
plans,
|
|
47
|
+
plansV3,
|
|
48
|
+
pricingPlansSettings
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
|
@@ -7,4 +7,8 @@ import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
|
|
7
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
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
12
|
+
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
13
|
+
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
10
14
|
import '@wix/headless-pricing-plans/services';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
|
+
export { schemas as pricingPlansSettings };
|
|
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 };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// schemas.ts
|
|
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";
|
|
4
|
+
import * as plans from "@wix/auto_sdk_pricing-plans_plans/schemas";
|
|
5
|
+
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/schemas";
|
|
6
|
+
export {
|
|
7
|
+
orders,
|
|
8
|
+
plans,
|
|
9
|
+
plansV3,
|
|
10
|
+
pricingPlansSettings
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
|
@@ -7,4 +7,8 @@ import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
|
|
7
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
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
12
|
+
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
13
|
+
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
10
14
|
import '@wix/headless-pricing-plans/services';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
|
+
export { schemas as pricingPlansSettings };
|
|
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 };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
orders: () => orders,
|
|
34
|
+
plans: () => plans,
|
|
35
|
+
plansV3: () => plansV3,
|
|
36
|
+
pricingPlansSettings: () => pricingPlansSettings
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
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"));
|
|
41
|
+
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/schemas"));
|
|
42
|
+
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/schemas"));
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
orders,
|
|
46
|
+
plans,
|
|
47
|
+
plansV3,
|
|
48
|
+
pricingPlansSettings
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
|
@@ -7,4 +7,8 @@ import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
|
|
7
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
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
11
|
+
import '@wix/auto_sdk_pricing-plans_orders/schemas';
|
|
12
|
+
import '@wix/auto_sdk_pricing-plans_plans/schemas';
|
|
13
|
+
import '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';
|
|
10
14
|
import '@wix/headless-pricing-plans/services';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';
|
|
2
|
+
export { schemas as pricingPlansSettings };
|
|
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 };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// schemas.ts
|
|
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";
|
|
4
|
+
import * as plans from "@wix/auto_sdk_pricing-plans_plans/schemas";
|
|
5
|
+
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/schemas";
|
|
6
|
+
export {
|
|
7
|
+
orders,
|
|
8
|
+
plans,
|
|
9
|
+
plansV3,
|
|
10
|
+
pricingPlansSettings
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
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.298",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"require": "./build/cjs/meta.js",
|
|
27
27
|
"types": "./build/es/meta.d.mts"
|
|
28
28
|
},
|
|
29
|
+
"./schemas": {
|
|
30
|
+
"import": "./build/es/schemas.mjs",
|
|
31
|
+
"require": "./build/cjs/schemas.js",
|
|
32
|
+
"types": "./build/es/schemas.d.mts"
|
|
33
|
+
},
|
|
29
34
|
"./components": {
|
|
30
35
|
"import": "./build/es/components.mjs",
|
|
31
36
|
"require": "./build/cjs/components.js",
|
|
@@ -41,14 +46,15 @@
|
|
|
41
46
|
"build",
|
|
42
47
|
"meta",
|
|
43
48
|
"service-plugins",
|
|
49
|
+
"schemas",
|
|
44
50
|
"components",
|
|
45
51
|
"services"
|
|
46
52
|
],
|
|
47
53
|
"dependencies": {
|
|
48
|
-
"@wix/auto_sdk_pricing-plans_orders": "1.0.
|
|
49
|
-
"@wix/auto_sdk_pricing-plans_plans": "1.0.
|
|
50
|
-
"@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.
|
|
51
|
-
"@wix/auto_sdk_pricing-plans_pricing-plans-settings": "1.0.
|
|
54
|
+
"@wix/auto_sdk_pricing-plans_orders": "1.0.108",
|
|
55
|
+
"@wix/auto_sdk_pricing-plans_plans": "1.0.105",
|
|
56
|
+
"@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.66",
|
|
57
|
+
"@wix/auto_sdk_pricing-plans_pricing-plans-settings": "1.0.30",
|
|
52
58
|
"@wix/headless-pricing-plans": "^0.0.22"
|
|
53
59
|
},
|
|
54
60
|
"devDependencies": {
|
|
@@ -71,5 +77,5 @@
|
|
|
71
77
|
"fqdn": ""
|
|
72
78
|
}
|
|
73
79
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "6717dbdd56a11206680394ae4f46b73cde998e2db450621494243ecd"
|
|
75
81
|
}
|