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