@wix/auto_sdk_pricing-plans_plans 1.0.81 → 1.0.83
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 +55 -49
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +55 -49
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +55 -49
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +55 -49
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +55 -49
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +55 -49
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +55 -49
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +55 -49
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +55 -49
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +55 -49
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +55 -49
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +55 -49
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -64,98 +64,104 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
|
|
|
64
64
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
65
65
|
function resolveComWixpressMembershipV2PlansPlansServiceV2Url(opts) {
|
|
66
66
|
const domainToMappings = {
|
|
67
|
-
"
|
|
67
|
+
"www._base_domain_": [
|
|
68
68
|
{
|
|
69
|
-
srcPath: "/
|
|
69
|
+
srcPath: "/_api/paid-plans",
|
|
70
70
|
destPath: ""
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
|
-
"
|
|
73
|
+
"forums.wixapps.net": [
|
|
74
74
|
{
|
|
75
|
-
srcPath: "/_api/paid-plans
|
|
76
|
-
destPath: "
|
|
75
|
+
srcPath: "/_api/paid-plans",
|
|
76
|
+
destPath: ""
|
|
77
77
|
}
|
|
78
78
|
],
|
|
79
|
-
"
|
|
79
|
+
"editor._base_domain_": [
|
|
80
80
|
{
|
|
81
|
-
srcPath: "/_api/paid-plans
|
|
82
|
-
destPath: "
|
|
81
|
+
srcPath: "/_api/paid-plans",
|
|
82
|
+
destPath: ""
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
|
-
"
|
|
85
|
+
"blocks._base_domain_": [
|
|
86
86
|
{
|
|
87
|
-
srcPath: "/_api/paid-plans
|
|
88
|
-
destPath: "
|
|
87
|
+
srcPath: "/_api/paid-plans",
|
|
88
|
+
destPath: ""
|
|
89
89
|
}
|
|
90
90
|
],
|
|
91
|
-
|
|
91
|
+
"create.editorx": [
|
|
92
92
|
{
|
|
93
|
-
srcPath: "/_api/paid-plans
|
|
94
|
-
destPath: "
|
|
93
|
+
srcPath: "/_api/paid-plans",
|
|
94
|
+
destPath: ""
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
|
-
|
|
97
|
+
_: [
|
|
98
98
|
{
|
|
99
|
-
srcPath: "/_api/paid-plans
|
|
100
|
-
destPath: "
|
|
99
|
+
srcPath: "/_api/paid-plans",
|
|
100
|
+
destPath: ""
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
srcPath: "/paid-plans/v1/orders",
|
|
104
|
+
destPath: "/v1/orders"
|
|
101
105
|
}
|
|
102
106
|
],
|
|
103
|
-
"
|
|
107
|
+
"*.wixapps.net": [
|
|
104
108
|
{
|
|
105
|
-
srcPath: "/_api/paid-plans
|
|
106
|
-
destPath: "
|
|
109
|
+
srcPath: "/_api/paid-plans",
|
|
110
|
+
destPath: ""
|
|
107
111
|
}
|
|
108
112
|
],
|
|
109
|
-
"
|
|
113
|
+
"*.pub.wix-code.com": [
|
|
110
114
|
{
|
|
111
|
-
srcPath: "/_api/paid-plans
|
|
112
|
-
destPath: "
|
|
115
|
+
srcPath: "/_api/paid-plans",
|
|
116
|
+
destPath: ""
|
|
113
117
|
}
|
|
114
118
|
],
|
|
115
|
-
"
|
|
119
|
+
"*.dev.wix-code.com": [
|
|
116
120
|
{
|
|
117
|
-
srcPath: "/_api/paid-plans
|
|
118
|
-
destPath: "
|
|
121
|
+
srcPath: "/_api/paid-plans",
|
|
122
|
+
destPath: ""
|
|
119
123
|
}
|
|
120
124
|
],
|
|
121
|
-
"
|
|
125
|
+
"manage._base_domain_": [
|
|
122
126
|
{
|
|
123
|
-
srcPath: "/_api/paid-plans
|
|
124
|
-
destPath: "
|
|
127
|
+
srcPath: "/_api/paid-plans",
|
|
128
|
+
destPath: ""
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
srcPath: "/_api/pricing-plans",
|
|
132
|
+
destPath: ""
|
|
125
133
|
}
|
|
126
134
|
],
|
|
127
135
|
"forums._base_domain_": [
|
|
128
136
|
{
|
|
129
|
-
srcPath: "/_api/paid-plans
|
|
130
|
-
destPath: "
|
|
137
|
+
srcPath: "/_api/paid-plans",
|
|
138
|
+
destPath: ""
|
|
131
139
|
}
|
|
132
140
|
],
|
|
133
|
-
"
|
|
141
|
+
"editor-flow.wixapps.net": [
|
|
134
142
|
{
|
|
135
|
-
srcPath: "/_api/paid-plans
|
|
136
|
-
destPath: "
|
|
143
|
+
srcPath: "/_api/paid-plans",
|
|
144
|
+
destPath: ""
|
|
137
145
|
}
|
|
138
146
|
],
|
|
139
|
-
"
|
|
140
|
-
{
|
|
141
|
-
srcPath: "/_api/paid-plans/v2/plans",
|
|
142
|
-
destPath: "/v2/plans"
|
|
143
|
-
},
|
|
147
|
+
"editor.wixapps.net": [
|
|
144
148
|
{
|
|
145
|
-
srcPath: "/_api/
|
|
146
|
-
destPath: "
|
|
149
|
+
srcPath: "/_api/paid-plans",
|
|
150
|
+
destPath: ""
|
|
147
151
|
}
|
|
148
152
|
],
|
|
149
|
-
"
|
|
153
|
+
"api._api_base_domain_": [
|
|
150
154
|
{
|
|
151
|
-
srcPath: "/
|
|
152
|
-
destPath: "
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
155
|
+
srcPath: "/membership-api",
|
|
156
|
+
destPath: ""
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
srcPath: "/paid-plans",
|
|
160
|
+
destPath: ""
|
|
161
|
+
},
|
|
156
162
|
{
|
|
157
|
-
srcPath: "/
|
|
158
|
-
destPath: "
|
|
163
|
+
srcPath: "/_api/paid-plans",
|
|
164
|
+
destPath: ""
|
|
159
165
|
}
|
|
160
166
|
]
|
|
161
167
|
};
|