@wix/auto_sdk_pricing-plans_plans 1.0.83 → 1.0.84
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/index.js +49 -55
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +49 -55
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +49 -55
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +49 -55
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +49 -55
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +49 -55
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +49 -55
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +49 -55
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +49 -55
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +49 -55
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +49 -55
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +49 -55
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -15,104 +15,98 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
|
|
|
15
15
|
import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
|
|
16
16
|
function resolveComWixpressMembershipV2PlansPlansServiceV2Url(opts) {
|
|
17
17
|
const domainToMappings = {
|
|
18
|
-
"
|
|
18
|
+
"api._api_base_domain_": [
|
|
19
19
|
{
|
|
20
|
-
srcPath: "/
|
|
20
|
+
srcPath: "/plan-proxy",
|
|
21
21
|
destPath: ""
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"
|
|
24
|
+
"*.dev.wix-code.com": [
|
|
25
25
|
{
|
|
26
|
-
srcPath: "/_api/paid-plans",
|
|
27
|
-
destPath: ""
|
|
26
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
27
|
+
destPath: "/v2/plans"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
|
-
"
|
|
30
|
+
"*.pub.wix-code.com": [
|
|
31
31
|
{
|
|
32
|
-
srcPath: "/_api/paid-plans",
|
|
33
|
-
destPath: ""
|
|
32
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
33
|
+
destPath: "/v2/plans"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
|
-
"
|
|
36
|
+
"*.wixapps.net": [
|
|
37
37
|
{
|
|
38
|
-
srcPath: "/_api/paid-plans",
|
|
39
|
-
destPath: ""
|
|
38
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
39
|
+
destPath: "/v2/plans"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
-
|
|
42
|
+
_: [
|
|
43
43
|
{
|
|
44
|
-
srcPath: "/_api/paid-plans",
|
|
45
|
-
destPath: ""
|
|
44
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
45
|
+
destPath: "/v2/plans"
|
|
46
46
|
}
|
|
47
47
|
],
|
|
48
|
-
|
|
49
|
-
{
|
|
50
|
-
srcPath: "/_api/paid-plans",
|
|
51
|
-
destPath: ""
|
|
52
|
-
},
|
|
48
|
+
"editor-flow.wixapps.net": [
|
|
53
49
|
{
|
|
54
|
-
srcPath: "/paid-plans/
|
|
55
|
-
destPath: "/
|
|
50
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
51
|
+
destPath: "/v2/plans"
|
|
56
52
|
}
|
|
57
53
|
],
|
|
58
|
-
"
|
|
54
|
+
"editor._base_domain_": [
|
|
59
55
|
{
|
|
60
|
-
srcPath: "/_api/paid-plans",
|
|
61
|
-
destPath: ""
|
|
56
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
57
|
+
destPath: "/v2/plans"
|
|
62
58
|
}
|
|
63
59
|
],
|
|
64
|
-
"
|
|
60
|
+
"blocks._base_domain_": [
|
|
65
61
|
{
|
|
66
|
-
srcPath: "/_api/paid-plans",
|
|
67
|
-
destPath: ""
|
|
62
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
63
|
+
destPath: "/v2/plans"
|
|
68
64
|
}
|
|
69
65
|
],
|
|
70
|
-
"
|
|
66
|
+
"create.editorx": [
|
|
71
67
|
{
|
|
72
|
-
srcPath: "/_api/paid-plans",
|
|
73
|
-
destPath: ""
|
|
68
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
69
|
+
destPath: "/v2/plans"
|
|
74
70
|
}
|
|
75
71
|
],
|
|
76
|
-
"
|
|
77
|
-
{
|
|
78
|
-
srcPath: "/_api/paid-plans",
|
|
79
|
-
destPath: ""
|
|
80
|
-
},
|
|
72
|
+
"editor.wixapps.net": [
|
|
81
73
|
{
|
|
82
|
-
srcPath: "/_api/
|
|
83
|
-
destPath: ""
|
|
74
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
75
|
+
destPath: "/v2/plans"
|
|
84
76
|
}
|
|
85
77
|
],
|
|
86
78
|
"forums._base_domain_": [
|
|
87
79
|
{
|
|
88
|
-
srcPath: "/_api/paid-plans",
|
|
89
|
-
destPath: ""
|
|
80
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
81
|
+
destPath: "/v2/plans"
|
|
90
82
|
}
|
|
91
83
|
],
|
|
92
|
-
"
|
|
84
|
+
"forums.wixapps.net": [
|
|
93
85
|
{
|
|
94
|
-
srcPath: "/_api/paid-plans",
|
|
95
|
-
destPath: ""
|
|
86
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
87
|
+
destPath: "/v2/plans"
|
|
96
88
|
}
|
|
97
89
|
],
|
|
98
|
-
"
|
|
90
|
+
"manage._base_domain_": [
|
|
99
91
|
{
|
|
100
|
-
srcPath: "/_api/paid-plans",
|
|
101
|
-
destPath: ""
|
|
92
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
93
|
+
destPath: "/v2/plans"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
srcPath: "/_api/pricing-plans/v2/plans",
|
|
97
|
+
destPath: "/v2/plans"
|
|
102
98
|
}
|
|
103
99
|
],
|
|
104
|
-
"
|
|
105
|
-
{
|
|
106
|
-
srcPath: "/membership-api",
|
|
107
|
-
destPath: ""
|
|
108
|
-
},
|
|
100
|
+
"www._base_domain_": [
|
|
109
101
|
{
|
|
110
|
-
srcPath: "/paid-plans",
|
|
111
|
-
destPath: ""
|
|
112
|
-
}
|
|
102
|
+
srcPath: "/_api/paid-plans/v2/plans",
|
|
103
|
+
destPath: "/v2/plans"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"www.wixapis.com": [
|
|
113
107
|
{
|
|
114
|
-
srcPath: "/
|
|
115
|
-
destPath: ""
|
|
108
|
+
srcPath: "/pricing-plans/v2/plans",
|
|
109
|
+
destPath: "/v2/plans"
|
|
116
110
|
}
|
|
117
111
|
]
|
|
118
112
|
};
|