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