@wix/auto_sdk_pricing-plans_orders 1.0.78 → 1.0.80
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 +131 -137
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +131 -137
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +131 -137
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +131 -137
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +131 -137
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +131 -137
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +131 -137
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +131 -137
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +131 -137
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +131 -137
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +131 -137
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +131 -137
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -13,110 +13,104 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
|
|
|
13
13
|
import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
|
|
14
14
|
function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
|
|
15
15
|
const domainToMappings = {
|
|
16
|
-
"
|
|
16
|
+
"www._base_domain_": [
|
|
17
17
|
{
|
|
18
|
-
srcPath: "/
|
|
18
|
+
srcPath: "/_api/paid-plans",
|
|
19
19
|
destPath: ""
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
|
-
"
|
|
22
|
+
"forums.wixapps.net": [
|
|
23
23
|
{
|
|
24
|
-
srcPath: "/_api/paid-plans
|
|
25
|
-
destPath: "
|
|
24
|
+
srcPath: "/_api/paid-plans",
|
|
25
|
+
destPath: ""
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
|
-
"
|
|
28
|
+
"editor._base_domain_": [
|
|
29
29
|
{
|
|
30
|
-
srcPath: "/_api/paid-plans
|
|
31
|
-
destPath: "
|
|
30
|
+
srcPath: "/_api/paid-plans",
|
|
31
|
+
destPath: ""
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
|
-
"
|
|
34
|
+
"blocks._base_domain_": [
|
|
35
35
|
{
|
|
36
|
-
srcPath: "/_api/paid-plans
|
|
37
|
-
destPath: "
|
|
36
|
+
srcPath: "/_api/paid-plans",
|
|
37
|
+
destPath: ""
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
|
-
|
|
40
|
+
"create.editorx": [
|
|
41
41
|
{
|
|
42
|
-
srcPath: "/
|
|
43
|
-
destPath: "
|
|
44
|
-
}
|
|
42
|
+
srcPath: "/_api/paid-plans",
|
|
43
|
+
destPath: ""
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
_: [
|
|
45
47
|
{
|
|
46
|
-
srcPath: "/_api/paid-plans
|
|
47
|
-
destPath: "
|
|
48
|
+
srcPath: "/_api/paid-plans",
|
|
49
|
+
destPath: ""
|
|
48
50
|
},
|
|
49
51
|
{
|
|
50
|
-
srcPath: "/
|
|
51
|
-
destPath: "/
|
|
52
|
+
srcPath: "/paid-plans/v1/orders",
|
|
53
|
+
destPath: "/v1/orders"
|
|
52
54
|
}
|
|
53
55
|
],
|
|
54
|
-
"
|
|
56
|
+
"*.wixapps.net": [
|
|
55
57
|
{
|
|
56
|
-
srcPath: "/_api/paid-plans
|
|
57
|
-
destPath: "
|
|
58
|
+
srcPath: "/_api/paid-plans",
|
|
59
|
+
destPath: ""
|
|
58
60
|
}
|
|
59
61
|
],
|
|
60
|
-
"
|
|
62
|
+
"*.pub.wix-code.com": [
|
|
61
63
|
{
|
|
62
|
-
srcPath: "/_api/paid-plans
|
|
63
|
-
destPath: "
|
|
64
|
+
srcPath: "/_api/paid-plans",
|
|
65
|
+
destPath: ""
|
|
64
66
|
}
|
|
65
67
|
],
|
|
66
|
-
"
|
|
68
|
+
"*.dev.wix-code.com": [
|
|
67
69
|
{
|
|
68
|
-
srcPath: "/_api/paid-plans
|
|
69
|
-
destPath: "
|
|
70
|
+
srcPath: "/_api/paid-plans",
|
|
71
|
+
destPath: ""
|
|
70
72
|
}
|
|
71
73
|
],
|
|
72
|
-
"
|
|
74
|
+
"manage._base_domain_": [
|
|
75
|
+
{
|
|
76
|
+
srcPath: "/_api/paid-plans",
|
|
77
|
+
destPath: ""
|
|
78
|
+
},
|
|
73
79
|
{
|
|
74
|
-
srcPath: "/_api/
|
|
75
|
-
destPath: "
|
|
80
|
+
srcPath: "/_api/pricing-plans",
|
|
81
|
+
destPath: ""
|
|
76
82
|
}
|
|
77
83
|
],
|
|
78
|
-
"
|
|
84
|
+
"forums._base_domain_": [
|
|
79
85
|
{
|
|
80
|
-
srcPath: "/_api/paid-plans
|
|
81
|
-
destPath: "
|
|
86
|
+
srcPath: "/_api/paid-plans",
|
|
87
|
+
destPath: ""
|
|
82
88
|
}
|
|
83
89
|
],
|
|
84
|
-
"
|
|
90
|
+
"editor-flow.wixapps.net": [
|
|
85
91
|
{
|
|
86
|
-
srcPath: "/_api/paid-plans
|
|
87
|
-
destPath: "
|
|
92
|
+
srcPath: "/_api/paid-plans",
|
|
93
|
+
destPath: ""
|
|
88
94
|
}
|
|
89
95
|
],
|
|
90
|
-
"
|
|
96
|
+
"editor.wixapps.net": [
|
|
91
97
|
{
|
|
92
|
-
srcPath: "/_api/paid-plans
|
|
93
|
-
destPath: "
|
|
98
|
+
srcPath: "/_api/paid-plans",
|
|
99
|
+
destPath: ""
|
|
94
100
|
}
|
|
95
101
|
],
|
|
96
|
-
"
|
|
102
|
+
"api._api_base_domain_": [
|
|
97
103
|
{
|
|
98
|
-
srcPath: "/
|
|
99
|
-
destPath: "
|
|
104
|
+
srcPath: "/membership-api",
|
|
105
|
+
destPath: ""
|
|
100
106
|
},
|
|
101
107
|
{
|
|
102
|
-
srcPath: "/
|
|
103
|
-
destPath: "
|
|
108
|
+
srcPath: "/paid-plans",
|
|
109
|
+
destPath: ""
|
|
104
110
|
},
|
|
105
111
|
{
|
|
106
|
-
srcPath: "/
|
|
107
|
-
destPath: "
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"www._base_domain_": [
|
|
111
|
-
{
|
|
112
|
-
srcPath: "/_api/paid-plans/v2/checkout",
|
|
113
|
-
destPath: "/v2/checkout"
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"www.wixapis.com": [
|
|
117
|
-
{
|
|
118
|
-
srcPath: "/pricing-plans/v2/checkout",
|
|
119
|
-
destPath: "/v2/checkout"
|
|
112
|
+
srcPath: "/_api/paid-plans",
|
|
113
|
+
destPath: ""
|
|
120
114
|
}
|
|
121
115
|
]
|
|
122
116
|
};
|
|
@@ -124,60 +118,54 @@ function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
|
|
|
124
118
|
}
|
|
125
119
|
function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
|
|
126
120
|
const domainToMappings = {
|
|
127
|
-
"api._api_base_domain_": [
|
|
128
|
-
{
|
|
129
|
-
srcPath: "/member-orders-service-proxy",
|
|
130
|
-
destPath: ""
|
|
131
|
-
}
|
|
132
|
-
],
|
|
133
121
|
"*.dev.wix-code.com": [
|
|
134
122
|
{
|
|
135
|
-
srcPath: "/_api/pricing-plans-member-orders
|
|
136
|
-
destPath: "
|
|
123
|
+
srcPath: "/_api/pricing-plans-member-orders",
|
|
124
|
+
destPath: ""
|
|
137
125
|
},
|
|
138
126
|
{
|
|
139
|
-
srcPath: "/_api/pricing-plans/v2/member
|
|
140
|
-
destPath: "/v2/member
|
|
127
|
+
srcPath: "/_api/pricing-plans/v2/member",
|
|
128
|
+
destPath: "/v2/member"
|
|
141
129
|
}
|
|
142
130
|
],
|
|
143
131
|
"*.pub.wix-code.com": [
|
|
144
132
|
{
|
|
145
|
-
srcPath: "/_api/pricing-plans-member-orders
|
|
146
|
-
destPath: "
|
|
133
|
+
srcPath: "/_api/pricing-plans-member-orders",
|
|
134
|
+
destPath: ""
|
|
147
135
|
},
|
|
148
136
|
{
|
|
149
|
-
srcPath: "/_api/pricing-plans/v2/member
|
|
150
|
-
destPath: "/v2/member
|
|
137
|
+
srcPath: "/_api/pricing-plans/v2/member",
|
|
138
|
+
destPath: "/v2/member"
|
|
151
139
|
}
|
|
152
140
|
],
|
|
153
|
-
|
|
141
|
+
"www.wixapis.com": [
|
|
154
142
|
{
|
|
155
|
-
srcPath: "/
|
|
156
|
-
destPath: "/v2/member
|
|
143
|
+
srcPath: "/pricing-plans/v2/member",
|
|
144
|
+
destPath: "/v2/member"
|
|
157
145
|
}
|
|
158
146
|
],
|
|
159
|
-
"
|
|
147
|
+
"www._base_domain_": [
|
|
160
148
|
{
|
|
161
|
-
srcPath: "/_api/pricing-plans/v2/member
|
|
162
|
-
destPath: "/v2/member
|
|
149
|
+
srcPath: "/_api/pricing-plans/v2/member",
|
|
150
|
+
destPath: "/v2/member"
|
|
163
151
|
}
|
|
164
152
|
],
|
|
165
|
-
|
|
153
|
+
_: [
|
|
166
154
|
{
|
|
167
|
-
srcPath: "/_api/pricing-plans/v2/member
|
|
168
|
-
destPath: "/v2/member
|
|
155
|
+
srcPath: "/_api/pricing-plans/v2/member",
|
|
156
|
+
destPath: "/v2/member"
|
|
169
157
|
}
|
|
170
158
|
],
|
|
171
|
-
"
|
|
159
|
+
"manage._base_domain_": [
|
|
172
160
|
{
|
|
173
|
-
srcPath: "/_api/pricing-plans/v2/member
|
|
174
|
-
destPath: "/v2/member
|
|
161
|
+
srcPath: "/_api/pricing-plans/v2/member",
|
|
162
|
+
destPath: "/v2/member"
|
|
175
163
|
}
|
|
176
164
|
],
|
|
177
|
-
"
|
|
165
|
+
"editor.wixapps.net": [
|
|
178
166
|
{
|
|
179
|
-
srcPath: "/pricing-plans/v2/member
|
|
180
|
-
destPath: "/v2/member
|
|
167
|
+
srcPath: "/_api/pricing-plans/v2/member",
|
|
168
|
+
destPath: "/v2/member"
|
|
181
169
|
}
|
|
182
170
|
]
|
|
183
171
|
};
|
|
@@ -185,98 +173,104 @@ function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts)
|
|
|
185
173
|
}
|
|
186
174
|
function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
|
|
187
175
|
const domainToMappings = {
|
|
188
|
-
"
|
|
176
|
+
"www._base_domain_": [
|
|
189
177
|
{
|
|
190
|
-
srcPath: "/
|
|
178
|
+
srcPath: "/_api/paid-plans",
|
|
191
179
|
destPath: ""
|
|
192
180
|
}
|
|
193
181
|
],
|
|
194
|
-
"
|
|
182
|
+
"forums.wixapps.net": [
|
|
195
183
|
{
|
|
196
|
-
srcPath: "/_api/paid-plans
|
|
197
|
-
destPath: "
|
|
184
|
+
srcPath: "/_api/paid-plans",
|
|
185
|
+
destPath: ""
|
|
198
186
|
}
|
|
199
187
|
],
|
|
200
|
-
"
|
|
188
|
+
"editor._base_domain_": [
|
|
201
189
|
{
|
|
202
|
-
srcPath: "/_api/paid-plans
|
|
203
|
-
destPath: "
|
|
190
|
+
srcPath: "/_api/paid-plans",
|
|
191
|
+
destPath: ""
|
|
204
192
|
}
|
|
205
193
|
],
|
|
206
|
-
"
|
|
194
|
+
"blocks._base_domain_": [
|
|
207
195
|
{
|
|
208
|
-
srcPath: "/_api/paid-plans
|
|
209
|
-
destPath: "
|
|
196
|
+
srcPath: "/_api/paid-plans",
|
|
197
|
+
destPath: ""
|
|
210
198
|
}
|
|
211
199
|
],
|
|
212
|
-
|
|
200
|
+
"create.editorx": [
|
|
213
201
|
{
|
|
214
|
-
srcPath: "/_api/paid-plans
|
|
215
|
-
destPath: "
|
|
202
|
+
srcPath: "/_api/paid-plans",
|
|
203
|
+
destPath: ""
|
|
216
204
|
}
|
|
217
205
|
],
|
|
218
|
-
|
|
206
|
+
_: [
|
|
207
|
+
{
|
|
208
|
+
srcPath: "/_api/paid-plans",
|
|
209
|
+
destPath: ""
|
|
210
|
+
},
|
|
219
211
|
{
|
|
220
|
-
srcPath: "/
|
|
221
|
-
destPath: "/
|
|
212
|
+
srcPath: "/paid-plans/v1/orders",
|
|
213
|
+
destPath: "/v1/orders"
|
|
222
214
|
}
|
|
223
215
|
],
|
|
224
|
-
"
|
|
216
|
+
"*.wixapps.net": [
|
|
225
217
|
{
|
|
226
|
-
srcPath: "/_api/paid-plans
|
|
227
|
-
destPath: "
|
|
218
|
+
srcPath: "/_api/paid-plans",
|
|
219
|
+
destPath: ""
|
|
228
220
|
}
|
|
229
221
|
],
|
|
230
|
-
"
|
|
222
|
+
"*.pub.wix-code.com": [
|
|
231
223
|
{
|
|
232
|
-
srcPath: "/_api/paid-plans
|
|
233
|
-
destPath: "
|
|
224
|
+
srcPath: "/_api/paid-plans",
|
|
225
|
+
destPath: ""
|
|
234
226
|
}
|
|
235
227
|
],
|
|
236
|
-
"
|
|
228
|
+
"*.dev.wix-code.com": [
|
|
237
229
|
{
|
|
238
|
-
srcPath: "/_api/paid-plans
|
|
239
|
-
destPath: "
|
|
230
|
+
srcPath: "/_api/paid-plans",
|
|
231
|
+
destPath: ""
|
|
240
232
|
}
|
|
241
233
|
],
|
|
242
|
-
"
|
|
234
|
+
"manage._base_domain_": [
|
|
235
|
+
{
|
|
236
|
+
srcPath: "/_api/paid-plans",
|
|
237
|
+
destPath: ""
|
|
238
|
+
},
|
|
243
239
|
{
|
|
244
|
-
srcPath: "/_api/
|
|
245
|
-
destPath: "
|
|
240
|
+
srcPath: "/_api/pricing-plans",
|
|
241
|
+
destPath: ""
|
|
246
242
|
}
|
|
247
243
|
],
|
|
248
244
|
"forums._base_domain_": [
|
|
249
245
|
{
|
|
250
|
-
srcPath: "/_api/paid-plans
|
|
251
|
-
destPath: "
|
|
246
|
+
srcPath: "/_api/paid-plans",
|
|
247
|
+
destPath: ""
|
|
252
248
|
}
|
|
253
249
|
],
|
|
254
|
-
"
|
|
250
|
+
"editor-flow.wixapps.net": [
|
|
255
251
|
{
|
|
256
|
-
srcPath: "/_api/paid-plans
|
|
257
|
-
destPath: "
|
|
252
|
+
srcPath: "/_api/paid-plans",
|
|
253
|
+
destPath: ""
|
|
258
254
|
}
|
|
259
255
|
],
|
|
260
|
-
"
|
|
261
|
-
{
|
|
262
|
-
srcPath: "/_api/pricing-plans/v2/orders",
|
|
263
|
-
destPath: "/v2/orders"
|
|
264
|
-
},
|
|
256
|
+
"editor.wixapps.net": [
|
|
265
257
|
{
|
|
266
|
-
srcPath: "/_api/paid-plans
|
|
267
|
-
destPath: "
|
|
258
|
+
srcPath: "/_api/paid-plans",
|
|
259
|
+
destPath: ""
|
|
268
260
|
}
|
|
269
261
|
],
|
|
270
|
-
"
|
|
262
|
+
"api._api_base_domain_": [
|
|
271
263
|
{
|
|
272
|
-
srcPath: "/
|
|
273
|
-
destPath: "
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"www.wixapis.com": [
|
|
264
|
+
srcPath: "/membership-api",
|
|
265
|
+
destPath: ""
|
|
266
|
+
},
|
|
277
267
|
{
|
|
278
|
-
srcPath: "/
|
|
279
|
-
destPath: "
|
|
268
|
+
srcPath: "/paid-plans",
|
|
269
|
+
destPath: ""
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
srcPath: "/_api/paid-plans",
|
|
273
|
+
destPath: ""
|
|
280
274
|
}
|
|
281
275
|
]
|
|
282
276
|
};
|