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