@wix/auto_sdk_pricing-plans_plans 1.0.80 → 1.0.82

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.
@@ -911,8 +911,6 @@ interface PlanBuyerCanCancelUpdatedEnvelope {
911
911
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
912
912
  * @permissionScope Manage Challenges
913
913
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
914
- * @permissionScope Manage Blog
915
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
916
914
  * @permissionScope Manage Pricing Plans
917
915
  * @permissionScopeId SCOPE.DC-PAIDPLANS.MANAGE-PLANS
918
916
  * @permissionId PRICING_PLANS.READ_PLANS
@@ -939,8 +937,6 @@ interface PlanCreatedEnvelope {
939
937
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
940
938
  * @permissionScope Manage Challenges
941
939
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
942
- * @permissionScope Manage Blog
943
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
944
940
  * @permissionScope Manage Pricing Plans
945
941
  * @permissionScopeId SCOPE.DC-PAIDPLANS.MANAGE-PLANS
946
942
  * @permissionId PRICING_PLANS.READ_PLANS
@@ -966,8 +962,6 @@ interface PlanArchivedEnvelope {
966
962
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
967
963
  * @permissionScope Manage Challenges
968
964
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
969
- * @permissionScope Manage Blog
970
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
971
965
  * @permissionScope Manage Pricing Plans
972
966
  * @permissionScopeId SCOPE.DC-PAIDPLANS.MANAGE-PLANS
973
967
  * @permissionId PRICING_PLANS.READ_PLANS
@@ -994,8 +988,6 @@ interface PlanUpdatedEnvelope {
994
988
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
995
989
  * @permissionScope Manage Challenges
996
990
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
997
- * @permissionScope Manage Blog
998
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
999
991
  * @permissionScope Manage Pricing Plans
1000
992
  * @permissionScopeId SCOPE.DC-PAIDPLANS.MANAGE-PLANS
1001
993
  * @permissionId PRICING_PLANS.READ_PLANS
@@ -53,102 +53,7 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
53
53
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
54
54
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
55
55
  function resolveComWixpressMembershipV2PlansPlansServiceV2Url(opts) {
56
- const domainToMappings = {
57
- "api._api_base_domain_": [
58
- {
59
- srcPath: "/plan-proxy",
60
- destPath: ""
61
- }
62
- ],
63
- "*.dev.wix-code.com": [
64
- {
65
- srcPath: "/_api/paid-plans/v2/plans",
66
- destPath: "/v2/plans"
67
- }
68
- ],
69
- "*.pub.wix-code.com": [
70
- {
71
- srcPath: "/_api/paid-plans/v2/plans",
72
- destPath: "/v2/plans"
73
- }
74
- ],
75
- "*.wixapps.net": [
76
- {
77
- srcPath: "/_api/paid-plans/v2/plans",
78
- destPath: "/v2/plans"
79
- }
80
- ],
81
- _: [
82
- {
83
- srcPath: "/_api/paid-plans/v2/plans",
84
- destPath: "/v2/plans"
85
- }
86
- ],
87
- "editor-flow.wixapps.net": [
88
- {
89
- srcPath: "/_api/paid-plans/v2/plans",
90
- destPath: "/v2/plans"
91
- }
92
- ],
93
- "editor._base_domain_": [
94
- {
95
- srcPath: "/_api/paid-plans/v2/plans",
96
- destPath: "/v2/plans"
97
- }
98
- ],
99
- "blocks._base_domain_": [
100
- {
101
- srcPath: "/_api/paid-plans/v2/plans",
102
- destPath: "/v2/plans"
103
- }
104
- ],
105
- "create.editorx": [
106
- {
107
- srcPath: "/_api/paid-plans/v2/plans",
108
- destPath: "/v2/plans"
109
- }
110
- ],
111
- "editor.wixapps.net": [
112
- {
113
- srcPath: "/_api/paid-plans/v2/plans",
114
- destPath: "/v2/plans"
115
- }
116
- ],
117
- "forums._base_domain_": [
118
- {
119
- srcPath: "/_api/paid-plans/v2/plans",
120
- destPath: "/v2/plans"
121
- }
122
- ],
123
- "forums.wixapps.net": [
124
- {
125
- srcPath: "/_api/paid-plans/v2/plans",
126
- destPath: "/v2/plans"
127
- }
128
- ],
129
- "manage._base_domain_": [
130
- {
131
- srcPath: "/_api/paid-plans/v2/plans",
132
- destPath: "/v2/plans"
133
- },
134
- {
135
- srcPath: "/_api/pricing-plans/v2/plans",
136
- destPath: "/v2/plans"
137
- }
138
- ],
139
- "www._base_domain_": [
140
- {
141
- srcPath: "/_api/paid-plans/v2/plans",
142
- destPath: "/v2/plans"
143
- }
144
- ],
145
- "www.wixapis.com": [
146
- {
147
- srcPath: "/pricing-plans/v2/plans",
148
- destPath: "/v2/plans"
149
- }
150
- ]
151
- };
56
+ const domainToMappings = {};
152
57
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
153
58
  }
154
59
  var PACKAGE_NAME = "@wix/auto_sdk_pricing-plans_plans";