@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.
@@ -54,104 +54,98 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
54
54
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
55
55
  function resolveComWixpressMembershipV2PlansPlansServiceV2Url(opts) {
56
56
  const domainToMappings = {
57
- "www._base_domain_": [
57
+ "api._api_base_domain_": [
58
58
  {
59
- srcPath: "/_api/paid-plans",
59
+ srcPath: "/plan-proxy",
60
60
  destPath: ""
61
61
  }
62
62
  ],
63
- "forums.wixapps.net": [
63
+ "*.dev.wix-code.com": [
64
64
  {
65
- srcPath: "/_api/paid-plans",
66
- destPath: ""
65
+ srcPath: "/_api/paid-plans/v2/plans",
66
+ destPath: "/v2/plans"
67
67
  }
68
68
  ],
69
- "editor._base_domain_": [
69
+ "*.pub.wix-code.com": [
70
70
  {
71
- srcPath: "/_api/paid-plans",
72
- destPath: ""
71
+ srcPath: "/_api/paid-plans/v2/plans",
72
+ destPath: "/v2/plans"
73
73
  }
74
74
  ],
75
- "blocks._base_domain_": [
75
+ "*.wixapps.net": [
76
76
  {
77
- srcPath: "/_api/paid-plans",
78
- destPath: ""
77
+ srcPath: "/_api/paid-plans/v2/plans",
78
+ destPath: "/v2/plans"
79
79
  }
80
80
  ],
81
- "create.editorx": [
81
+ _: [
82
82
  {
83
- srcPath: "/_api/paid-plans",
84
- destPath: ""
83
+ srcPath: "/_api/paid-plans/v2/plans",
84
+ destPath: "/v2/plans"
85
85
  }
86
86
  ],
87
- _: [
88
- {
89
- srcPath: "/_api/paid-plans",
90
- destPath: ""
91
- },
87
+ "editor-flow.wixapps.net": [
92
88
  {
93
- srcPath: "/paid-plans/v1/orders",
94
- destPath: "/v1/orders"
89
+ srcPath: "/_api/paid-plans/v2/plans",
90
+ destPath: "/v2/plans"
95
91
  }
96
92
  ],
97
- "*.wixapps.net": [
93
+ "editor._base_domain_": [
98
94
  {
99
- srcPath: "/_api/paid-plans",
100
- destPath: ""
95
+ srcPath: "/_api/paid-plans/v2/plans",
96
+ destPath: "/v2/plans"
101
97
  }
102
98
  ],
103
- "*.pub.wix-code.com": [
99
+ "blocks._base_domain_": [
104
100
  {
105
- srcPath: "/_api/paid-plans",
106
- destPath: ""
101
+ srcPath: "/_api/paid-plans/v2/plans",
102
+ destPath: "/v2/plans"
107
103
  }
108
104
  ],
109
- "*.dev.wix-code.com": [
105
+ "create.editorx": [
110
106
  {
111
- srcPath: "/_api/paid-plans",
112
- destPath: ""
107
+ srcPath: "/_api/paid-plans/v2/plans",
108
+ destPath: "/v2/plans"
113
109
  }
114
110
  ],
115
- "manage._base_domain_": [
116
- {
117
- srcPath: "/_api/paid-plans",
118
- destPath: ""
119
- },
111
+ "editor.wixapps.net": [
120
112
  {
121
- srcPath: "/_api/pricing-plans",
122
- destPath: ""
113
+ srcPath: "/_api/paid-plans/v2/plans",
114
+ destPath: "/v2/plans"
123
115
  }
124
116
  ],
125
117
  "forums._base_domain_": [
126
118
  {
127
- srcPath: "/_api/paid-plans",
128
- destPath: ""
119
+ srcPath: "/_api/paid-plans/v2/plans",
120
+ destPath: "/v2/plans"
129
121
  }
130
122
  ],
131
- "editor-flow.wixapps.net": [
123
+ "forums.wixapps.net": [
132
124
  {
133
- srcPath: "/_api/paid-plans",
134
- destPath: ""
125
+ srcPath: "/_api/paid-plans/v2/plans",
126
+ destPath: "/v2/plans"
135
127
  }
136
128
  ],
137
- "editor.wixapps.net": [
129
+ "manage._base_domain_": [
138
130
  {
139
- srcPath: "/_api/paid-plans",
140
- destPath: ""
131
+ srcPath: "/_api/paid-plans/v2/plans",
132
+ destPath: "/v2/plans"
133
+ },
134
+ {
135
+ srcPath: "/_api/pricing-plans/v2/plans",
136
+ destPath: "/v2/plans"
141
137
  }
142
138
  ],
143
- "api._api_base_domain_": [
144
- {
145
- srcPath: "/membership-api",
146
- destPath: ""
147
- },
139
+ "www._base_domain_": [
148
140
  {
149
- srcPath: "/paid-plans",
150
- destPath: ""
151
- },
141
+ srcPath: "/_api/paid-plans/v2/plans",
142
+ destPath: "/v2/plans"
143
+ }
144
+ ],
145
+ "www.wixapis.com": [
152
146
  {
153
- srcPath: "/_api/paid-plans",
154
- destPath: ""
147
+ srcPath: "/pricing-plans/v2/plans",
148
+ destPath: "/v2/plans"
155
149
  }
156
150
  ]
157
151
  };