@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.
@@ -64,104 +64,98 @@ 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
- "www._base_domain_": [
67
+ "api._api_base_domain_": [
68
68
  {
69
- srcPath: "/_api/paid-plans",
69
+ srcPath: "/plan-proxy",
70
70
  destPath: ""
71
71
  }
72
72
  ],
73
- "forums.wixapps.net": [
73
+ "*.dev.wix-code.com": [
74
74
  {
75
- srcPath: "/_api/paid-plans",
76
- destPath: ""
75
+ srcPath: "/_api/paid-plans/v2/plans",
76
+ destPath: "/v2/plans"
77
77
  }
78
78
  ],
79
- "editor._base_domain_": [
79
+ "*.pub.wix-code.com": [
80
80
  {
81
- srcPath: "/_api/paid-plans",
82
- destPath: ""
81
+ srcPath: "/_api/paid-plans/v2/plans",
82
+ destPath: "/v2/plans"
83
83
  }
84
84
  ],
85
- "blocks._base_domain_": [
85
+ "*.wixapps.net": [
86
86
  {
87
- srcPath: "/_api/paid-plans",
88
- destPath: ""
87
+ srcPath: "/_api/paid-plans/v2/plans",
88
+ destPath: "/v2/plans"
89
89
  }
90
90
  ],
91
- "create.editorx": [
91
+ _: [
92
92
  {
93
- srcPath: "/_api/paid-plans",
94
- destPath: ""
93
+ srcPath: "/_api/paid-plans/v2/plans",
94
+ destPath: "/v2/plans"
95
95
  }
96
96
  ],
97
- _: [
98
- {
99
- srcPath: "/_api/paid-plans",
100
- destPath: ""
101
- },
97
+ "editor-flow.wixapps.net": [
102
98
  {
103
- srcPath: "/paid-plans/v1/orders",
104
- destPath: "/v1/orders"
99
+ srcPath: "/_api/paid-plans/v2/plans",
100
+ destPath: "/v2/plans"
105
101
  }
106
102
  ],
107
- "*.wixapps.net": [
103
+ "editor._base_domain_": [
108
104
  {
109
- srcPath: "/_api/paid-plans",
110
- destPath: ""
105
+ srcPath: "/_api/paid-plans/v2/plans",
106
+ destPath: "/v2/plans"
111
107
  }
112
108
  ],
113
- "*.pub.wix-code.com": [
109
+ "blocks._base_domain_": [
114
110
  {
115
- srcPath: "/_api/paid-plans",
116
- destPath: ""
111
+ srcPath: "/_api/paid-plans/v2/plans",
112
+ destPath: "/v2/plans"
117
113
  }
118
114
  ],
119
- "*.dev.wix-code.com": [
115
+ "create.editorx": [
120
116
  {
121
- srcPath: "/_api/paid-plans",
122
- destPath: ""
117
+ srcPath: "/_api/paid-plans/v2/plans",
118
+ destPath: "/v2/plans"
123
119
  }
124
120
  ],
125
- "manage._base_domain_": [
126
- {
127
- srcPath: "/_api/paid-plans",
128
- destPath: ""
129
- },
121
+ "editor.wixapps.net": [
130
122
  {
131
- srcPath: "/_api/pricing-plans",
132
- destPath: ""
123
+ srcPath: "/_api/paid-plans/v2/plans",
124
+ destPath: "/v2/plans"
133
125
  }
134
126
  ],
135
127
  "forums._base_domain_": [
136
128
  {
137
- srcPath: "/_api/paid-plans",
138
- destPath: ""
129
+ srcPath: "/_api/paid-plans/v2/plans",
130
+ destPath: "/v2/plans"
139
131
  }
140
132
  ],
141
- "editor-flow.wixapps.net": [
133
+ "forums.wixapps.net": [
142
134
  {
143
- srcPath: "/_api/paid-plans",
144
- destPath: ""
135
+ srcPath: "/_api/paid-plans/v2/plans",
136
+ destPath: "/v2/plans"
145
137
  }
146
138
  ],
147
- "editor.wixapps.net": [
139
+ "manage._base_domain_": [
148
140
  {
149
- srcPath: "/_api/paid-plans",
150
- destPath: ""
141
+ srcPath: "/_api/paid-plans/v2/plans",
142
+ destPath: "/v2/plans"
143
+ },
144
+ {
145
+ srcPath: "/_api/pricing-plans/v2/plans",
146
+ destPath: "/v2/plans"
151
147
  }
152
148
  ],
153
- "api._api_base_domain_": [
154
- {
155
- srcPath: "/membership-api",
156
- destPath: ""
157
- },
149
+ "www._base_domain_": [
158
150
  {
159
- srcPath: "/paid-plans",
160
- destPath: ""
161
- },
151
+ srcPath: "/_api/paid-plans/v2/plans",
152
+ destPath: "/v2/plans"
153
+ }
154
+ ],
155
+ "www.wixapis.com": [
162
156
  {
163
- srcPath: "/_api/paid-plans",
164
- destPath: ""
157
+ srcPath: "/pricing-plans/v2/plans",
158
+ destPath: "/v2/plans"
165
159
  }
166
160
  ]
167
161
  };