@wix/auto_sdk_benefit-programs_pool-definitions 1.0.29 → 1.0.30

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.
@@ -54,7 +54,138 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
54
54
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
55
55
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
56
56
  function resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl(opts) {
57
- const domainToMappings = {};
57
+ const domainToMappings = {
58
+ "api._api_base_domain_": [
59
+ {
60
+ srcPath: "/pool-definitions",
61
+ destPath: ""
62
+ }
63
+ ],
64
+ "*.dev.wix-code.com": [
65
+ {
66
+ srcPath: "/_api/benefit-programs-pool-definitions",
67
+ destPath: ""
68
+ },
69
+ {
70
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
71
+ destPath: "/v1/pool-definitions"
72
+ },
73
+ {
74
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
75
+ destPath: "/v1/bulk/pool-definitions"
76
+ }
77
+ ],
78
+ "*.pub.wix-code.com": [
79
+ {
80
+ srcPath: "/_api/benefit-programs-pool-definitions",
81
+ destPath: ""
82
+ }
83
+ ],
84
+ _: [
85
+ {
86
+ srcPath: "/_api/benefit-programs-pool-definitions",
87
+ destPath: ""
88
+ }
89
+ ],
90
+ "editor._base_domain_": [
91
+ {
92
+ srcPath: "/_api/benefit-programs-pool-definitions",
93
+ destPath: ""
94
+ },
95
+ {
96
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
97
+ destPath: "/v1/pool-definitions"
98
+ },
99
+ {
100
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
101
+ destPath: "/v1/bulk/pool-definitions"
102
+ }
103
+ ],
104
+ "blocks._base_domain_": [
105
+ {
106
+ srcPath: "/_api/benefit-programs-pool-definitions",
107
+ destPath: ""
108
+ },
109
+ {
110
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
111
+ destPath: "/v1/pool-definitions"
112
+ },
113
+ {
114
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
115
+ destPath: "/v1/bulk/pool-definitions"
116
+ }
117
+ ],
118
+ "create.editorx": [
119
+ {
120
+ srcPath: "/_api/benefit-programs-pool-definitions",
121
+ destPath: ""
122
+ },
123
+ {
124
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
125
+ destPath: "/v1/pool-definitions"
126
+ },
127
+ {
128
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
129
+ destPath: "/v1/bulk/pool-definitions"
130
+ }
131
+ ],
132
+ "editor.wixapps.net": [
133
+ {
134
+ srcPath: "/_api/benefit-programs-pool-definitions",
135
+ destPath: ""
136
+ },
137
+ {
138
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
139
+ destPath: "/v1/pool-definitions"
140
+ },
141
+ {
142
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
143
+ destPath: "/v1/bulk/pool-definitions"
144
+ }
145
+ ],
146
+ "manage._base_domain_": [
147
+ {
148
+ srcPath: "/_api/benefit-programs-pool-definitions",
149
+ destPath: ""
150
+ },
151
+ {
152
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
153
+ destPath: "/v1/pool-definitions"
154
+ },
155
+ {
156
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
157
+ destPath: "/v1/bulk/pool-definitions"
158
+ }
159
+ ],
160
+ "www._base_domain_": [
161
+ {
162
+ srcPath: "/_api/benefit-programs-pool-definitions",
163
+ destPath: ""
164
+ },
165
+ {
166
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
167
+ destPath: "/v1/pool-definitions"
168
+ },
169
+ {
170
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
171
+ destPath: "/v1/bulk/pool-definitions"
172
+ }
173
+ ],
174
+ "www.wixapis.com": [
175
+ {
176
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
177
+ destPath: "/v1/pool-definitions"
178
+ },
179
+ {
180
+ srcPath: "/benefit-programs/v1/pool-definitions",
181
+ destPath: "/v1/pool-definitions"
182
+ },
183
+ {
184
+ srcPath: "/benefit-programs/v1/bulk/pool-definitions",
185
+ destPath: "/v1/bulk/pool-definitions"
186
+ }
187
+ ]
188
+ };
58
189
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
59
190
  }
60
191
  var PACKAGE_NAME = "@wix/auto_sdk_benefit-programs_pool-definitions";