@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.
@@ -21,98 +21,104 @@ 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
- "api._api_base_domain_": [
24
+ "www._base_domain_": [
25
25
  {
26
- srcPath: "/plan-proxy",
26
+ srcPath: "/_api/paid-plans",
27
27
  destPath: ""
28
28
  }
29
29
  ],
30
- "*.dev.wix-code.com": [
30
+ "forums.wixapps.net": [
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
- "*.pub.wix-code.com": [
36
+ "editor._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
- "*.wixapps.net": [
42
+ "blocks._base_domain_": [
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
- _: [
48
+ "create.editorx": [
49
49
  {
50
- srcPath: "/_api/paid-plans/v2/plans",
51
- destPath: "/v2/plans"
50
+ srcPath: "/_api/paid-plans",
51
+ destPath: ""
52
52
  }
53
53
  ],
54
- "editor-flow.wixapps.net": [
54
+ _: [
55
55
  {
56
- srcPath: "/_api/paid-plans/v2/plans",
57
- destPath: "/v2/plans"
56
+ srcPath: "/_api/paid-plans",
57
+ destPath: ""
58
+ },
59
+ {
60
+ srcPath: "/paid-plans/v1/orders",
61
+ destPath: "/v1/orders"
58
62
  }
59
63
  ],
60
- "editor._base_domain_": [
64
+ "*.wixapps.net": [
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
- "blocks._base_domain_": [
70
+ "*.pub.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
- "create.editorx": [
76
+ "*.dev.wix-code.com": [
73
77
  {
74
- srcPath: "/_api/paid-plans/v2/plans",
75
- destPath: "/v2/plans"
78
+ srcPath: "/_api/paid-plans",
79
+ destPath: ""
76
80
  }
77
81
  ],
78
- "editor.wixapps.net": [
82
+ "manage._base_domain_": [
79
83
  {
80
- srcPath: "/_api/paid-plans/v2/plans",
81
- destPath: "/v2/plans"
84
+ srcPath: "/_api/paid-plans",
85
+ destPath: ""
86
+ },
87
+ {
88
+ srcPath: "/_api/pricing-plans",
89
+ destPath: ""
82
90
  }
83
91
  ],
84
92
  "forums._base_domain_": [
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
- "forums.wixapps.net": [
98
+ "editor-flow.wixapps.net": [
91
99
  {
92
- srcPath: "/_api/paid-plans/v2/plans",
93
- destPath: "/v2/plans"
100
+ srcPath: "/_api/paid-plans",
101
+ destPath: ""
94
102
  }
95
103
  ],
96
- "manage._base_domain_": [
97
- {
98
- srcPath: "/_api/paid-plans/v2/plans",
99
- destPath: "/v2/plans"
100
- },
104
+ "editor.wixapps.net": [
101
105
  {
102
- srcPath: "/_api/pricing-plans/v2/plans",
103
- destPath: "/v2/plans"
106
+ srcPath: "/_api/paid-plans",
107
+ destPath: ""
104
108
  }
105
109
  ],
106
- "www._base_domain_": [
110
+ "api._api_base_domain_": [
107
111
  {
108
- srcPath: "/_api/paid-plans/v2/plans",
109
- destPath: "/v2/plans"
110
- }
111
- ],
112
- "www.wixapis.com": [
112
+ srcPath: "/membership-api",
113
+ destPath: ""
114
+ },
115
+ {
116
+ srcPath: "/paid-plans",
117
+ destPath: ""
118
+ },
113
119
  {
114
- srcPath: "/pricing-plans/v2/plans",
115
- destPath: "/v2/plans"
120
+ srcPath: "/_api/paid-plans",
121
+ destPath: ""
116
122
  }
117
123
  ]
118
124
  };