@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.
@@ -21,104 +21,98 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
21
21
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
22
22
  function resolveComWixpressMembershipV2PlansPlansServiceV2Url(opts) {
23
23
  const domainToMappings = {
24
- "www._base_domain_": [
24
+ "api._api_base_domain_": [
25
25
  {
26
- srcPath: "/_api/paid-plans",
26
+ srcPath: "/plan-proxy",
27
27
  destPath: ""
28
28
  }
29
29
  ],
30
- "forums.wixapps.net": [
30
+ "*.dev.wix-code.com": [
31
31
  {
32
- srcPath: "/_api/paid-plans",
33
- destPath: ""
32
+ srcPath: "/_api/paid-plans/v2/plans",
33
+ destPath: "/v2/plans"
34
34
  }
35
35
  ],
36
- "editor._base_domain_": [
36
+ "*.pub.wix-code.com": [
37
37
  {
38
- srcPath: "/_api/paid-plans",
39
- destPath: ""
38
+ srcPath: "/_api/paid-plans/v2/plans",
39
+ destPath: "/v2/plans"
40
40
  }
41
41
  ],
42
- "blocks._base_domain_": [
42
+ "*.wixapps.net": [
43
43
  {
44
- srcPath: "/_api/paid-plans",
45
- destPath: ""
44
+ srcPath: "/_api/paid-plans/v2/plans",
45
+ destPath: "/v2/plans"
46
46
  }
47
47
  ],
48
- "create.editorx": [
48
+ _: [
49
49
  {
50
- srcPath: "/_api/paid-plans",
51
- destPath: ""
50
+ srcPath: "/_api/paid-plans/v2/plans",
51
+ destPath: "/v2/plans"
52
52
  }
53
53
  ],
54
- _: [
55
- {
56
- srcPath: "/_api/paid-plans",
57
- destPath: ""
58
- },
54
+ "editor-flow.wixapps.net": [
59
55
  {
60
- srcPath: "/paid-plans/v1/orders",
61
- destPath: "/v1/orders"
56
+ srcPath: "/_api/paid-plans/v2/plans",
57
+ destPath: "/v2/plans"
62
58
  }
63
59
  ],
64
- "*.wixapps.net": [
60
+ "editor._base_domain_": [
65
61
  {
66
- srcPath: "/_api/paid-plans",
67
- destPath: ""
62
+ srcPath: "/_api/paid-plans/v2/plans",
63
+ destPath: "/v2/plans"
68
64
  }
69
65
  ],
70
- "*.pub.wix-code.com": [
66
+ "blocks._base_domain_": [
71
67
  {
72
- srcPath: "/_api/paid-plans",
73
- destPath: ""
68
+ srcPath: "/_api/paid-plans/v2/plans",
69
+ destPath: "/v2/plans"
74
70
  }
75
71
  ],
76
- "*.dev.wix-code.com": [
72
+ "create.editorx": [
77
73
  {
78
- srcPath: "/_api/paid-plans",
79
- destPath: ""
74
+ srcPath: "/_api/paid-plans/v2/plans",
75
+ destPath: "/v2/plans"
80
76
  }
81
77
  ],
82
- "manage._base_domain_": [
83
- {
84
- srcPath: "/_api/paid-plans",
85
- destPath: ""
86
- },
78
+ "editor.wixapps.net": [
87
79
  {
88
- srcPath: "/_api/pricing-plans",
89
- destPath: ""
80
+ srcPath: "/_api/paid-plans/v2/plans",
81
+ destPath: "/v2/plans"
90
82
  }
91
83
  ],
92
84
  "forums._base_domain_": [
93
85
  {
94
- srcPath: "/_api/paid-plans",
95
- destPath: ""
86
+ srcPath: "/_api/paid-plans/v2/plans",
87
+ destPath: "/v2/plans"
96
88
  }
97
89
  ],
98
- "editor-flow.wixapps.net": [
90
+ "forums.wixapps.net": [
99
91
  {
100
- srcPath: "/_api/paid-plans",
101
- destPath: ""
92
+ srcPath: "/_api/paid-plans/v2/plans",
93
+ destPath: "/v2/plans"
102
94
  }
103
95
  ],
104
- "editor.wixapps.net": [
96
+ "manage._base_domain_": [
105
97
  {
106
- srcPath: "/_api/paid-plans",
107
- destPath: ""
98
+ srcPath: "/_api/paid-plans/v2/plans",
99
+ destPath: "/v2/plans"
100
+ },
101
+ {
102
+ srcPath: "/_api/pricing-plans/v2/plans",
103
+ destPath: "/v2/plans"
108
104
  }
109
105
  ],
110
- "api._api_base_domain_": [
111
- {
112
- srcPath: "/membership-api",
113
- destPath: ""
114
- },
106
+ "www._base_domain_": [
115
107
  {
116
- srcPath: "/paid-plans",
117
- destPath: ""
118
- },
108
+ srcPath: "/_api/paid-plans/v2/plans",
109
+ destPath: "/v2/plans"
110
+ }
111
+ ],
112
+ "www.wixapis.com": [
119
113
  {
120
- srcPath: "/_api/paid-plans",
121
- destPath: ""
114
+ srcPath: "/pricing-plans/v2/plans",
115
+ destPath: "/v2/plans"
122
116
  }
123
117
  ]
124
118
  };