@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.
@@ -14,7 +14,138 @@ import { transformSDKFieldMaskToRESTFieldMask } from "@wix/sdk-runtime/transform
14
14
  import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths";
15
15
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
16
16
  function resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl(opts) {
17
- const domainToMappings = {};
17
+ const domainToMappings = {
18
+ "api._api_base_domain_": [
19
+ {
20
+ srcPath: "/pool-definitions",
21
+ destPath: ""
22
+ }
23
+ ],
24
+ "*.dev.wix-code.com": [
25
+ {
26
+ srcPath: "/_api/benefit-programs-pool-definitions",
27
+ destPath: ""
28
+ },
29
+ {
30
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
31
+ destPath: "/v1/pool-definitions"
32
+ },
33
+ {
34
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
35
+ destPath: "/v1/bulk/pool-definitions"
36
+ }
37
+ ],
38
+ "*.pub.wix-code.com": [
39
+ {
40
+ srcPath: "/_api/benefit-programs-pool-definitions",
41
+ destPath: ""
42
+ }
43
+ ],
44
+ _: [
45
+ {
46
+ srcPath: "/_api/benefit-programs-pool-definitions",
47
+ destPath: ""
48
+ }
49
+ ],
50
+ "editor._base_domain_": [
51
+ {
52
+ srcPath: "/_api/benefit-programs-pool-definitions",
53
+ destPath: ""
54
+ },
55
+ {
56
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
57
+ destPath: "/v1/pool-definitions"
58
+ },
59
+ {
60
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
61
+ destPath: "/v1/bulk/pool-definitions"
62
+ }
63
+ ],
64
+ "blocks._base_domain_": [
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
+ "create.editorx": [
79
+ {
80
+ srcPath: "/_api/benefit-programs-pool-definitions",
81
+ destPath: ""
82
+ },
83
+ {
84
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
85
+ destPath: "/v1/pool-definitions"
86
+ },
87
+ {
88
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
89
+ destPath: "/v1/bulk/pool-definitions"
90
+ }
91
+ ],
92
+ "editor.wixapps.net": [
93
+ {
94
+ srcPath: "/_api/benefit-programs-pool-definitions",
95
+ destPath: ""
96
+ },
97
+ {
98
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
99
+ destPath: "/v1/pool-definitions"
100
+ },
101
+ {
102
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
103
+ destPath: "/v1/bulk/pool-definitions"
104
+ }
105
+ ],
106
+ "manage._base_domain_": [
107
+ {
108
+ srcPath: "/_api/benefit-programs-pool-definitions",
109
+ destPath: ""
110
+ },
111
+ {
112
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
113
+ destPath: "/v1/pool-definitions"
114
+ },
115
+ {
116
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
117
+ destPath: "/v1/bulk/pool-definitions"
118
+ }
119
+ ],
120
+ "www._base_domain_": [
121
+ {
122
+ srcPath: "/_api/benefit-programs-pool-definitions",
123
+ destPath: ""
124
+ },
125
+ {
126
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
127
+ destPath: "/v1/pool-definitions"
128
+ },
129
+ {
130
+ srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
131
+ destPath: "/v1/bulk/pool-definitions"
132
+ }
133
+ ],
134
+ "www.wixapis.com": [
135
+ {
136
+ srcPath: "/_api/benefit-programs/v1/pool-definitions",
137
+ destPath: "/v1/pool-definitions"
138
+ },
139
+ {
140
+ srcPath: "/benefit-programs/v1/pool-definitions",
141
+ destPath: "/v1/pool-definitions"
142
+ },
143
+ {
144
+ srcPath: "/benefit-programs/v1/bulk/pool-definitions",
145
+ destPath: "/v1/bulk/pool-definitions"
146
+ }
147
+ ]
148
+ };
18
149
  return resolveUrl(Object.assign(opts, { domainToMappings }));
19
150
  }
20
151
  var PACKAGE_NAME = "@wix/auto_sdk_benefit-programs_pool-definitions";