@wix/auto_sdk_benefit-programs_pool-definitions 1.0.66 → 1.0.68
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.
- package/build/cjs/index.js +2 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -9
- package/build/cjs/index.typings.js +1 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +2 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -9
- package/build/es/index.typings.mjs +1 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +94 -9
- package/build/internal/cjs/meta.d.ts +122 -0
- package/build/internal/es/index.typings.d.mts +94 -9
- package/build/internal/es/meta.d.mts +122 -0
- package/package.json +5 -12
- package/build/cjs/schemas.d.ts +0 -700
- package/build/cjs/schemas.js +0 -1439
- package/build/cjs/schemas.js.map +0 -1
- package/build/es/schemas.d.mts +0 -700
- package/build/es/schemas.mjs +0 -1381
- package/build/es/schemas.mjs.map +0 -1
- package/build/internal/cjs/index.js +0 -1140
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/index.typings.js +0 -1016
- package/build/internal/cjs/index.typings.js.map +0 -1
- package/build/internal/cjs/meta.js +0 -836
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/schemas.d.ts +0 -700
- package/build/internal/cjs/schemas.js +0 -1439
- package/build/internal/cjs/schemas.js.map +0 -1
- package/build/internal/es/index.mjs +0 -1098
- package/build/internal/es/index.mjs.map +0 -1
- package/build/internal/es/index.typings.mjs +0 -973
- package/build/internal/es/index.typings.mjs.map +0 -1
- package/build/internal/es/meta.mjs +0 -792
- package/build/internal/es/meta.mjs.map +0 -1
- package/build/internal/es/schemas.d.mts +0 -700
- package/build/internal/es/schemas.mjs +0 -1381
- package/build/internal/es/schemas.mjs.map +0 -1
- package/schemas/package.json +0 -3
|
@@ -1,836 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// meta.ts
|
|
21
|
-
var meta_exports = {};
|
|
22
|
-
__export(meta_exports, {
|
|
23
|
-
CascadeOriginal: () => Cascade,
|
|
24
|
-
PolicyExpressionTypeOriginal: () => PolicyExpressionType,
|
|
25
|
-
SortOrderOriginal: () => SortOrder,
|
|
26
|
-
TimePeriodOriginal: () => TimePeriod,
|
|
27
|
-
TypeOriginal: () => Type,
|
|
28
|
-
WebhookIdentityTypeOriginal: () => WebhookIdentityType,
|
|
29
|
-
WeekDayOriginal: () => WeekDay,
|
|
30
|
-
addPoolDefinitionToProgramDefinition: () => addPoolDefinitionToProgramDefinition2,
|
|
31
|
-
bulkCreatePoolDefinitions: () => bulkCreatePoolDefinitions2,
|
|
32
|
-
bulkDeletePoolDefinitions: () => bulkDeletePoolDefinitions2,
|
|
33
|
-
bulkUpdatePoolDefinitions: () => bulkUpdatePoolDefinitions2,
|
|
34
|
-
createPoolDefinition: () => createPoolDefinition2,
|
|
35
|
-
deletePoolDefinition: () => deletePoolDefinition2,
|
|
36
|
-
findPoolDefinitionsByProgramDefinition: () => findPoolDefinitionsByProgramDefinition2,
|
|
37
|
-
getPoolDefinition: () => getPoolDefinition2,
|
|
38
|
-
queryPoolDefinitions: () => queryPoolDefinitions2,
|
|
39
|
-
removePoolDefinitionFromProgramDefinition: () => removePoolDefinitionFromProgramDefinition2,
|
|
40
|
-
updatePoolDefinition: () => updatePoolDefinition2
|
|
41
|
-
});
|
|
42
|
-
module.exports = __toCommonJS(meta_exports);
|
|
43
|
-
|
|
44
|
-
// src/benefit-programs-v1-pool-definition-pool-definitions.http.ts
|
|
45
|
-
var import_rest_modules = require("@wix/sdk-runtime/rest-modules");
|
|
46
|
-
var import_timestamp = require("@wix/sdk-runtime/transformations/timestamp");
|
|
47
|
-
var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
48
|
-
var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
|
|
49
|
-
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
50
|
-
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
51
|
-
function resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl(opts) {
|
|
52
|
-
const domainToMappings = {
|
|
53
|
-
"api._api_base_domain_": [
|
|
54
|
-
{
|
|
55
|
-
srcPath: "/pool-definitions",
|
|
56
|
-
destPath: ""
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
"*.dev.wix-code.com": [
|
|
60
|
-
{
|
|
61
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
62
|
-
destPath: ""
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
66
|
-
destPath: "/v1/pool-definitions"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
70
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
"*.pub.wix-code.com": [
|
|
74
|
-
{
|
|
75
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
76
|
-
destPath: ""
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
_: [
|
|
80
|
-
{
|
|
81
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
82
|
-
destPath: ""
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"editor._base_domain_": [
|
|
86
|
-
{
|
|
87
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
88
|
-
destPath: ""
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
92
|
-
destPath: "/v1/pool-definitions"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
96
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"blocks._base_domain_": [
|
|
100
|
-
{
|
|
101
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
102
|
-
destPath: ""
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
106
|
-
destPath: "/v1/pool-definitions"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
110
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
111
|
-
}
|
|
112
|
-
],
|
|
113
|
-
"create.editorx": [
|
|
114
|
-
{
|
|
115
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
116
|
-
destPath: ""
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
120
|
-
destPath: "/v1/pool-definitions"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
124
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"editor.wixapps.net": [
|
|
128
|
-
{
|
|
129
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
130
|
-
destPath: ""
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
134
|
-
destPath: "/v1/pool-definitions"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
138
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
139
|
-
}
|
|
140
|
-
],
|
|
141
|
-
"manage._base_domain_": [
|
|
142
|
-
{
|
|
143
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
144
|
-
destPath: ""
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
148
|
-
destPath: "/v1/pool-definitions"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
152
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"www._base_domain_": [
|
|
156
|
-
{
|
|
157
|
-
srcPath: "/_api/benefit-programs-pool-definitions",
|
|
158
|
-
destPath: ""
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
162
|
-
destPath: "/v1/pool-definitions"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
srcPath: "/_api/benefit-programs/v1/bulk/pool-definitions",
|
|
166
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"www.wixapis.com": [
|
|
170
|
-
{
|
|
171
|
-
srcPath: "/_api/benefit-programs/v1/pool-definitions",
|
|
172
|
-
destPath: "/v1/pool-definitions"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
srcPath: "/benefit-programs/v1/pool-definitions",
|
|
176
|
-
destPath: "/v1/pool-definitions"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
srcPath: "/benefit-programs/v1/bulk/pool-definitions",
|
|
180
|
-
destPath: "/v1/bulk/pool-definitions"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
};
|
|
184
|
-
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
185
|
-
}
|
|
186
|
-
var PACKAGE_NAME = "@wix/auto_sdk_benefit-programs_pool-definitions";
|
|
187
|
-
function createPoolDefinition(payload) {
|
|
188
|
-
function __createPoolDefinition({ host }) {
|
|
189
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
190
|
-
{
|
|
191
|
-
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
192
|
-
paths: [
|
|
193
|
-
{ path: "poolDefinition.createdDate" },
|
|
194
|
-
{ path: "poolDefinition.updatedDate" }
|
|
195
|
-
]
|
|
196
|
-
}
|
|
197
|
-
]);
|
|
198
|
-
const metadata = {
|
|
199
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
200
|
-
method: "POST",
|
|
201
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.CreatePoolDefinition",
|
|
202
|
-
packageName: PACKAGE_NAME,
|
|
203
|
-
migrationOptions: {
|
|
204
|
-
optInTransformResponse: true
|
|
205
|
-
},
|
|
206
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
207
|
-
protoPath: "/v1/pool-definitions",
|
|
208
|
-
data: serializedData,
|
|
209
|
-
host
|
|
210
|
-
}),
|
|
211
|
-
data: serializedData,
|
|
212
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
213
|
-
{
|
|
214
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
215
|
-
paths: [
|
|
216
|
-
{ path: "poolDefinition.createdDate" },
|
|
217
|
-
{ path: "poolDefinition.updatedDate" }
|
|
218
|
-
]
|
|
219
|
-
}
|
|
220
|
-
])
|
|
221
|
-
};
|
|
222
|
-
return metadata;
|
|
223
|
-
}
|
|
224
|
-
return __createPoolDefinition;
|
|
225
|
-
}
|
|
226
|
-
function bulkCreatePoolDefinitions(payload) {
|
|
227
|
-
function __bulkCreatePoolDefinitions({ host }) {
|
|
228
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
229
|
-
{
|
|
230
|
-
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
231
|
-
paths: [
|
|
232
|
-
{ path: "poolDefinitions.createdDate" },
|
|
233
|
-
{ path: "poolDefinitions.updatedDate" }
|
|
234
|
-
]
|
|
235
|
-
}
|
|
236
|
-
]);
|
|
237
|
-
const metadata = {
|
|
238
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
239
|
-
method: "POST",
|
|
240
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.BulkCreatePoolDefinitions",
|
|
241
|
-
packageName: PACKAGE_NAME,
|
|
242
|
-
migrationOptions: {
|
|
243
|
-
optInTransformResponse: true
|
|
244
|
-
},
|
|
245
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
246
|
-
protoPath: "/v1/bulk/pool-definitions/create",
|
|
247
|
-
data: serializedData,
|
|
248
|
-
host
|
|
249
|
-
}),
|
|
250
|
-
data: serializedData,
|
|
251
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
252
|
-
{
|
|
253
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
254
|
-
paths: [
|
|
255
|
-
{ path: "results.item.createdDate" },
|
|
256
|
-
{ path: "results.item.updatedDate" }
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
])
|
|
260
|
-
};
|
|
261
|
-
return metadata;
|
|
262
|
-
}
|
|
263
|
-
return __bulkCreatePoolDefinitions;
|
|
264
|
-
}
|
|
265
|
-
function updatePoolDefinition(payload) {
|
|
266
|
-
function __updatePoolDefinition({ host }) {
|
|
267
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
268
|
-
{
|
|
269
|
-
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
270
|
-
paths: [{ path: "fieldMask" }]
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
274
|
-
paths: [
|
|
275
|
-
{ path: "poolDefinition.createdDate" },
|
|
276
|
-
{ path: "poolDefinition.updatedDate" }
|
|
277
|
-
]
|
|
278
|
-
}
|
|
279
|
-
]);
|
|
280
|
-
const metadata = {
|
|
281
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
282
|
-
method: "PATCH",
|
|
283
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.UpdatePoolDefinition",
|
|
284
|
-
packageName: PACKAGE_NAME,
|
|
285
|
-
migrationOptions: {
|
|
286
|
-
optInTransformResponse: true
|
|
287
|
-
},
|
|
288
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
289
|
-
protoPath: "/v1/pool-definitions/{poolDefinition.id}",
|
|
290
|
-
data: serializedData,
|
|
291
|
-
host
|
|
292
|
-
}),
|
|
293
|
-
data: serializedData,
|
|
294
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
295
|
-
{
|
|
296
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
297
|
-
paths: [
|
|
298
|
-
{ path: "poolDefinition.createdDate" },
|
|
299
|
-
{ path: "poolDefinition.updatedDate" }
|
|
300
|
-
]
|
|
301
|
-
}
|
|
302
|
-
])
|
|
303
|
-
};
|
|
304
|
-
return metadata;
|
|
305
|
-
}
|
|
306
|
-
return __updatePoolDefinition;
|
|
307
|
-
}
|
|
308
|
-
function bulkUpdatePoolDefinitions(payload) {
|
|
309
|
-
function __bulkUpdatePoolDefinitions({ host }) {
|
|
310
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
311
|
-
{
|
|
312
|
-
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
313
|
-
paths: [{ path: "poolDefinitions.fieldMask" }]
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
317
|
-
paths: [
|
|
318
|
-
{ path: "poolDefinitions.poolDefinition.createdDate" },
|
|
319
|
-
{ path: "poolDefinitions.poolDefinition.updatedDate" }
|
|
320
|
-
]
|
|
321
|
-
}
|
|
322
|
-
]);
|
|
323
|
-
const metadata = {
|
|
324
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
325
|
-
method: "POST",
|
|
326
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.BulkUpdatePoolDefinitions",
|
|
327
|
-
packageName: PACKAGE_NAME,
|
|
328
|
-
migrationOptions: {
|
|
329
|
-
optInTransformResponse: true
|
|
330
|
-
},
|
|
331
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
332
|
-
protoPath: "/v1/bulk/pool-definitions/update",
|
|
333
|
-
data: serializedData,
|
|
334
|
-
host
|
|
335
|
-
}),
|
|
336
|
-
data: serializedData,
|
|
337
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
338
|
-
{
|
|
339
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
340
|
-
paths: [
|
|
341
|
-
{ path: "results.item.createdDate" },
|
|
342
|
-
{ path: "results.item.updatedDate" }
|
|
343
|
-
]
|
|
344
|
-
}
|
|
345
|
-
])
|
|
346
|
-
};
|
|
347
|
-
return metadata;
|
|
348
|
-
}
|
|
349
|
-
return __bulkUpdatePoolDefinitions;
|
|
350
|
-
}
|
|
351
|
-
function deletePoolDefinition(payload) {
|
|
352
|
-
function __deletePoolDefinition({ host }) {
|
|
353
|
-
const metadata = {
|
|
354
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
355
|
-
method: "DELETE",
|
|
356
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.DeletePoolDefinition",
|
|
357
|
-
packageName: PACKAGE_NAME,
|
|
358
|
-
migrationOptions: {
|
|
359
|
-
optInTransformResponse: true
|
|
360
|
-
},
|
|
361
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
362
|
-
protoPath: "/v1/pool-definitions/{poolDefinitionId}",
|
|
363
|
-
data: payload,
|
|
364
|
-
host
|
|
365
|
-
}),
|
|
366
|
-
params: (0, import_rest_modules.toURLSearchParams)(payload)
|
|
367
|
-
};
|
|
368
|
-
return metadata;
|
|
369
|
-
}
|
|
370
|
-
return __deletePoolDefinition;
|
|
371
|
-
}
|
|
372
|
-
function bulkDeletePoolDefinitions(payload) {
|
|
373
|
-
function __bulkDeletePoolDefinitions({ host }) {
|
|
374
|
-
const metadata = {
|
|
375
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
376
|
-
method: "POST",
|
|
377
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.BulkDeletePoolDefinitions",
|
|
378
|
-
packageName: PACKAGE_NAME,
|
|
379
|
-
migrationOptions: {
|
|
380
|
-
optInTransformResponse: true
|
|
381
|
-
},
|
|
382
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
383
|
-
protoPath: "/v1/bulk/pool-definitions/delete",
|
|
384
|
-
data: payload,
|
|
385
|
-
host
|
|
386
|
-
}),
|
|
387
|
-
data: payload,
|
|
388
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
389
|
-
{
|
|
390
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
391
|
-
paths: [
|
|
392
|
-
{ path: "results.item.createdDate" },
|
|
393
|
-
{ path: "results.item.updatedDate" }
|
|
394
|
-
]
|
|
395
|
-
}
|
|
396
|
-
])
|
|
397
|
-
};
|
|
398
|
-
return metadata;
|
|
399
|
-
}
|
|
400
|
-
return __bulkDeletePoolDefinitions;
|
|
401
|
-
}
|
|
402
|
-
function getPoolDefinition(payload) {
|
|
403
|
-
function __getPoolDefinition({ host }) {
|
|
404
|
-
const metadata = {
|
|
405
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
406
|
-
method: "GET",
|
|
407
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.GetPoolDefinition",
|
|
408
|
-
packageName: PACKAGE_NAME,
|
|
409
|
-
migrationOptions: {
|
|
410
|
-
optInTransformResponse: true
|
|
411
|
-
},
|
|
412
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
413
|
-
protoPath: "/v1/pool-definitions/{poolDefinitionId}",
|
|
414
|
-
data: payload,
|
|
415
|
-
host
|
|
416
|
-
}),
|
|
417
|
-
params: (0, import_rest_modules.toURLSearchParams)(payload),
|
|
418
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
419
|
-
{
|
|
420
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
421
|
-
paths: [
|
|
422
|
-
{ path: "poolDefinition.createdDate" },
|
|
423
|
-
{ path: "poolDefinition.updatedDate" }
|
|
424
|
-
]
|
|
425
|
-
}
|
|
426
|
-
])
|
|
427
|
-
};
|
|
428
|
-
return metadata;
|
|
429
|
-
}
|
|
430
|
-
return __getPoolDefinition;
|
|
431
|
-
}
|
|
432
|
-
function queryPoolDefinitions(payload) {
|
|
433
|
-
function __queryPoolDefinitions({ host }) {
|
|
434
|
-
const metadata = {
|
|
435
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
436
|
-
method: "POST",
|
|
437
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.QueryPoolDefinitions",
|
|
438
|
-
packageName: PACKAGE_NAME,
|
|
439
|
-
migrationOptions: {
|
|
440
|
-
optInTransformResponse: true
|
|
441
|
-
},
|
|
442
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
443
|
-
protoPath: "/v1/pool-definitions/query",
|
|
444
|
-
data: payload,
|
|
445
|
-
host
|
|
446
|
-
}),
|
|
447
|
-
data: payload,
|
|
448
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
449
|
-
{
|
|
450
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
451
|
-
paths: [
|
|
452
|
-
{ path: "poolDefinitions.createdDate" },
|
|
453
|
-
{ path: "poolDefinitions.updatedDate" }
|
|
454
|
-
]
|
|
455
|
-
}
|
|
456
|
-
])
|
|
457
|
-
};
|
|
458
|
-
return metadata;
|
|
459
|
-
}
|
|
460
|
-
return __queryPoolDefinitions;
|
|
461
|
-
}
|
|
462
|
-
function addPoolDefinitionToProgramDefinition(payload) {
|
|
463
|
-
function __addPoolDefinitionToProgramDefinition({ host }) {
|
|
464
|
-
const metadata = {
|
|
465
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
466
|
-
method: "POST",
|
|
467
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.AddPoolDefinitionToProgramDefinition",
|
|
468
|
-
packageName: PACKAGE_NAME,
|
|
469
|
-
migrationOptions: {
|
|
470
|
-
optInTransformResponse: true
|
|
471
|
-
},
|
|
472
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
473
|
-
protoPath: "/v1/pool-definitions/program-definition/assign",
|
|
474
|
-
data: payload,
|
|
475
|
-
host
|
|
476
|
-
}),
|
|
477
|
-
data: payload,
|
|
478
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
479
|
-
{
|
|
480
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
481
|
-
paths: [
|
|
482
|
-
{ path: "poolDefinition.createdDate" },
|
|
483
|
-
{ path: "poolDefinition.updatedDate" }
|
|
484
|
-
]
|
|
485
|
-
}
|
|
486
|
-
])
|
|
487
|
-
};
|
|
488
|
-
return metadata;
|
|
489
|
-
}
|
|
490
|
-
return __addPoolDefinitionToProgramDefinition;
|
|
491
|
-
}
|
|
492
|
-
function removePoolDefinitionFromProgramDefinition(payload) {
|
|
493
|
-
function __removePoolDefinitionFromProgramDefinition({ host }) {
|
|
494
|
-
const metadata = {
|
|
495
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
496
|
-
method: "POST",
|
|
497
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.RemovePoolDefinitionFromProgramDefinition",
|
|
498
|
-
packageName: PACKAGE_NAME,
|
|
499
|
-
migrationOptions: {
|
|
500
|
-
optInTransformResponse: true
|
|
501
|
-
},
|
|
502
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
503
|
-
protoPath: "/v1/pool-definitions/program-definition/remove",
|
|
504
|
-
data: payload,
|
|
505
|
-
host
|
|
506
|
-
}),
|
|
507
|
-
data: payload,
|
|
508
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
509
|
-
{
|
|
510
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
511
|
-
paths: [
|
|
512
|
-
{ path: "poolDefinition.createdDate" },
|
|
513
|
-
{ path: "poolDefinition.updatedDate" }
|
|
514
|
-
]
|
|
515
|
-
}
|
|
516
|
-
])
|
|
517
|
-
};
|
|
518
|
-
return metadata;
|
|
519
|
-
}
|
|
520
|
-
return __removePoolDefinitionFromProgramDefinition;
|
|
521
|
-
}
|
|
522
|
-
function findPoolDefinitionsByProgramDefinition(payload) {
|
|
523
|
-
function __findPoolDefinitionsByProgramDefinition({ host }) {
|
|
524
|
-
const metadata = {
|
|
525
|
-
entityFqdn: "wix.benefit_programs.v1.pool_definition",
|
|
526
|
-
method: "POST",
|
|
527
|
-
methodFqn: "wix.benefit_programs.v1.pool_definition.PoolDefinitionService.FindPoolDefinitionsByProgramDefinition",
|
|
528
|
-
packageName: PACKAGE_NAME,
|
|
529
|
-
migrationOptions: {
|
|
530
|
-
optInTransformResponse: true
|
|
531
|
-
},
|
|
532
|
-
url: resolveWixBenefitProgramsV1PoolDefinitionPoolDefinitionServiceUrl({
|
|
533
|
-
protoPath: "/v1/pool-definitions/find-pool-definitions-by-program-definition",
|
|
534
|
-
data: payload,
|
|
535
|
-
host
|
|
536
|
-
}),
|
|
537
|
-
data: payload,
|
|
538
|
-
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
539
|
-
{
|
|
540
|
-
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
541
|
-
paths: [
|
|
542
|
-
{ path: "poolDefinitions.createdDate" },
|
|
543
|
-
{ path: "poolDefinitions.updatedDate" }
|
|
544
|
-
]
|
|
545
|
-
}
|
|
546
|
-
])
|
|
547
|
-
};
|
|
548
|
-
return metadata;
|
|
549
|
-
}
|
|
550
|
-
return __findPoolDefinitionsByProgramDefinition;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
// src/benefit-programs-v1-pool-definition-pool-definitions.types.ts
|
|
554
|
-
var PolicyExpressionType = /* @__PURE__ */ ((PolicyExpressionType2) => {
|
|
555
|
-
PolicyExpressionType2["OPERATOR_NOT"] = "OPERATOR_NOT";
|
|
556
|
-
PolicyExpressionType2["OPERATOR_AND"] = "OPERATOR_AND";
|
|
557
|
-
PolicyExpressionType2["OPERATOR_OR"] = "OPERATOR_OR";
|
|
558
|
-
PolicyExpressionType2["POLICY"] = "POLICY";
|
|
559
|
-
return PolicyExpressionType2;
|
|
560
|
-
})(PolicyExpressionType || {});
|
|
561
|
-
var Type = /* @__PURE__ */ ((Type2) => {
|
|
562
|
-
Type2["FIXED_INTERVAL"] = "FIXED_INTERVAL";
|
|
563
|
-
Type2["RATE_LIMITED"] = "RATE_LIMITED";
|
|
564
|
-
Type2["CUSTOM"] = "CUSTOM";
|
|
565
|
-
return Type2;
|
|
566
|
-
})(Type || {});
|
|
567
|
-
var WeekDay = /* @__PURE__ */ ((WeekDay2) => {
|
|
568
|
-
WeekDay2["UNKNOWN"] = "UNKNOWN";
|
|
569
|
-
WeekDay2["MONDAY"] = "MONDAY";
|
|
570
|
-
WeekDay2["TUESDAY"] = "TUESDAY";
|
|
571
|
-
WeekDay2["WEDNESDAY"] = "WEDNESDAY";
|
|
572
|
-
WeekDay2["THURSDAY"] = "THURSDAY";
|
|
573
|
-
WeekDay2["FRIDAY"] = "FRIDAY";
|
|
574
|
-
WeekDay2["SATURDAY"] = "SATURDAY";
|
|
575
|
-
WeekDay2["SUNDAY"] = "SUNDAY";
|
|
576
|
-
return WeekDay2;
|
|
577
|
-
})(WeekDay || {});
|
|
578
|
-
var TimePeriod = /* @__PURE__ */ ((TimePeriod2) => {
|
|
579
|
-
TimePeriod2["DAY"] = "DAY";
|
|
580
|
-
TimePeriod2["MONTH"] = "MONTH";
|
|
581
|
-
return TimePeriod2;
|
|
582
|
-
})(TimePeriod || {});
|
|
583
|
-
var Cascade = /* @__PURE__ */ ((Cascade2) => {
|
|
584
|
-
Cascade2["UNKNOWN_CASCADE"] = "UNKNOWN_CASCADE";
|
|
585
|
-
Cascade2["NEXT_RENEWAL"] = "NEXT_RENEWAL";
|
|
586
|
-
Cascade2["IMMEDIATELY"] = "IMMEDIATELY";
|
|
587
|
-
Cascade2["FUTURE_PROVISIONS"] = "FUTURE_PROVISIONS";
|
|
588
|
-
return Cascade2;
|
|
589
|
-
})(Cascade || {});
|
|
590
|
-
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
591
|
-
SortOrder2["ASC"] = "ASC";
|
|
592
|
-
SortOrder2["DESC"] = "DESC";
|
|
593
|
-
return SortOrder2;
|
|
594
|
-
})(SortOrder || {});
|
|
595
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
596
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
597
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
598
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
599
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
600
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
601
|
-
return WebhookIdentityType2;
|
|
602
|
-
})(WebhookIdentityType || {});
|
|
603
|
-
|
|
604
|
-
// src/benefit-programs-v1-pool-definition-pool-definitions.meta.ts
|
|
605
|
-
function createPoolDefinition2() {
|
|
606
|
-
const payload = {};
|
|
607
|
-
const getRequestOptions = createPoolDefinition(payload);
|
|
608
|
-
const getUrl = (context) => {
|
|
609
|
-
const { url } = getRequestOptions(context);
|
|
610
|
-
return url;
|
|
611
|
-
};
|
|
612
|
-
return {
|
|
613
|
-
getUrl,
|
|
614
|
-
httpMethod: "POST",
|
|
615
|
-
path: "/v1/pool-definitions",
|
|
616
|
-
pathParams: {},
|
|
617
|
-
__requestType: null,
|
|
618
|
-
__originalRequestType: null,
|
|
619
|
-
__responseType: null,
|
|
620
|
-
__originalResponseType: null
|
|
621
|
-
};
|
|
622
|
-
}
|
|
623
|
-
function bulkCreatePoolDefinitions2() {
|
|
624
|
-
const payload = {};
|
|
625
|
-
const getRequestOptions = bulkCreatePoolDefinitions(
|
|
626
|
-
payload
|
|
627
|
-
);
|
|
628
|
-
const getUrl = (context) => {
|
|
629
|
-
const { url } = getRequestOptions(context);
|
|
630
|
-
return url;
|
|
631
|
-
};
|
|
632
|
-
return {
|
|
633
|
-
getUrl,
|
|
634
|
-
httpMethod: "POST",
|
|
635
|
-
path: "/v1/bulk/pool-definitions/create",
|
|
636
|
-
pathParams: {},
|
|
637
|
-
__requestType: null,
|
|
638
|
-
__originalRequestType: null,
|
|
639
|
-
__responseType: null,
|
|
640
|
-
__originalResponseType: null
|
|
641
|
-
};
|
|
642
|
-
}
|
|
643
|
-
function updatePoolDefinition2() {
|
|
644
|
-
const payload = { poolDefinition: { id: ":poolDefinitionId" } };
|
|
645
|
-
const getRequestOptions = updatePoolDefinition(payload);
|
|
646
|
-
const getUrl = (context) => {
|
|
647
|
-
const { url } = getRequestOptions(context);
|
|
648
|
-
return url;
|
|
649
|
-
};
|
|
650
|
-
return {
|
|
651
|
-
getUrl,
|
|
652
|
-
httpMethod: "PATCH",
|
|
653
|
-
path: "/v1/pool-definitions/{poolDefinition.id}",
|
|
654
|
-
pathParams: { poolDefinitionId: "poolDefinitionId" },
|
|
655
|
-
__requestType: null,
|
|
656
|
-
__originalRequestType: null,
|
|
657
|
-
__responseType: null,
|
|
658
|
-
__originalResponseType: null
|
|
659
|
-
};
|
|
660
|
-
}
|
|
661
|
-
function bulkUpdatePoolDefinitions2() {
|
|
662
|
-
const payload = {};
|
|
663
|
-
const getRequestOptions = bulkUpdatePoolDefinitions(
|
|
664
|
-
payload
|
|
665
|
-
);
|
|
666
|
-
const getUrl = (context) => {
|
|
667
|
-
const { url } = getRequestOptions(context);
|
|
668
|
-
return url;
|
|
669
|
-
};
|
|
670
|
-
return {
|
|
671
|
-
getUrl,
|
|
672
|
-
httpMethod: "POST",
|
|
673
|
-
path: "/v1/bulk/pool-definitions/update",
|
|
674
|
-
pathParams: {},
|
|
675
|
-
__requestType: null,
|
|
676
|
-
__originalRequestType: null,
|
|
677
|
-
__responseType: null,
|
|
678
|
-
__originalResponseType: null
|
|
679
|
-
};
|
|
680
|
-
}
|
|
681
|
-
function deletePoolDefinition2() {
|
|
682
|
-
const payload = { poolDefinitionId: ":poolDefinitionId" };
|
|
683
|
-
const getRequestOptions = deletePoolDefinition(payload);
|
|
684
|
-
const getUrl = (context) => {
|
|
685
|
-
const { url } = getRequestOptions(context);
|
|
686
|
-
return url;
|
|
687
|
-
};
|
|
688
|
-
return {
|
|
689
|
-
getUrl,
|
|
690
|
-
httpMethod: "DELETE",
|
|
691
|
-
path: "/v1/pool-definitions/{poolDefinitionId}",
|
|
692
|
-
pathParams: { poolDefinitionId: "poolDefinitionId" },
|
|
693
|
-
__requestType: null,
|
|
694
|
-
__originalRequestType: null,
|
|
695
|
-
__responseType: null,
|
|
696
|
-
__originalResponseType: null
|
|
697
|
-
};
|
|
698
|
-
}
|
|
699
|
-
function bulkDeletePoolDefinitions2() {
|
|
700
|
-
const payload = {};
|
|
701
|
-
const getRequestOptions = bulkDeletePoolDefinitions(
|
|
702
|
-
payload
|
|
703
|
-
);
|
|
704
|
-
const getUrl = (context) => {
|
|
705
|
-
const { url } = getRequestOptions(context);
|
|
706
|
-
return url;
|
|
707
|
-
};
|
|
708
|
-
return {
|
|
709
|
-
getUrl,
|
|
710
|
-
httpMethod: "POST",
|
|
711
|
-
path: "/v1/bulk/pool-definitions/delete",
|
|
712
|
-
pathParams: {},
|
|
713
|
-
__requestType: null,
|
|
714
|
-
__originalRequestType: null,
|
|
715
|
-
__responseType: null,
|
|
716
|
-
__originalResponseType: null
|
|
717
|
-
};
|
|
718
|
-
}
|
|
719
|
-
function getPoolDefinition2() {
|
|
720
|
-
const payload = { poolDefinitionId: ":poolDefinitionId" };
|
|
721
|
-
const getRequestOptions = getPoolDefinition(payload);
|
|
722
|
-
const getUrl = (context) => {
|
|
723
|
-
const { url } = getRequestOptions(context);
|
|
724
|
-
return url;
|
|
725
|
-
};
|
|
726
|
-
return {
|
|
727
|
-
getUrl,
|
|
728
|
-
httpMethod: "GET",
|
|
729
|
-
path: "/v1/pool-definitions/{poolDefinitionId}",
|
|
730
|
-
pathParams: { poolDefinitionId: "poolDefinitionId" },
|
|
731
|
-
__requestType: null,
|
|
732
|
-
__originalRequestType: null,
|
|
733
|
-
__responseType: null,
|
|
734
|
-
__originalResponseType: null
|
|
735
|
-
};
|
|
736
|
-
}
|
|
737
|
-
function queryPoolDefinitions2() {
|
|
738
|
-
const payload = {};
|
|
739
|
-
const getRequestOptions = queryPoolDefinitions(payload);
|
|
740
|
-
const getUrl = (context) => {
|
|
741
|
-
const { url } = getRequestOptions(context);
|
|
742
|
-
return url;
|
|
743
|
-
};
|
|
744
|
-
return {
|
|
745
|
-
getUrl,
|
|
746
|
-
httpMethod: "POST",
|
|
747
|
-
path: "/v1/pool-definitions/query",
|
|
748
|
-
pathParams: {},
|
|
749
|
-
__requestType: null,
|
|
750
|
-
__originalRequestType: null,
|
|
751
|
-
__responseType: null,
|
|
752
|
-
__originalResponseType: null
|
|
753
|
-
};
|
|
754
|
-
}
|
|
755
|
-
function addPoolDefinitionToProgramDefinition2() {
|
|
756
|
-
const payload = {};
|
|
757
|
-
const getRequestOptions = addPoolDefinitionToProgramDefinition(
|
|
758
|
-
payload
|
|
759
|
-
);
|
|
760
|
-
const getUrl = (context) => {
|
|
761
|
-
const { url } = getRequestOptions(context);
|
|
762
|
-
return url;
|
|
763
|
-
};
|
|
764
|
-
return {
|
|
765
|
-
getUrl,
|
|
766
|
-
httpMethod: "POST",
|
|
767
|
-
path: "/v1/pool-definitions/program-definition/assign",
|
|
768
|
-
pathParams: {},
|
|
769
|
-
__requestType: null,
|
|
770
|
-
__originalRequestType: null,
|
|
771
|
-
__responseType: null,
|
|
772
|
-
__originalResponseType: null
|
|
773
|
-
};
|
|
774
|
-
}
|
|
775
|
-
function removePoolDefinitionFromProgramDefinition2() {
|
|
776
|
-
const payload = {};
|
|
777
|
-
const getRequestOptions = removePoolDefinitionFromProgramDefinition(
|
|
778
|
-
payload
|
|
779
|
-
);
|
|
780
|
-
const getUrl = (context) => {
|
|
781
|
-
const { url } = getRequestOptions(context);
|
|
782
|
-
return url;
|
|
783
|
-
};
|
|
784
|
-
return {
|
|
785
|
-
getUrl,
|
|
786
|
-
httpMethod: "POST",
|
|
787
|
-
path: "/v1/pool-definitions/program-definition/remove",
|
|
788
|
-
pathParams: {},
|
|
789
|
-
__requestType: null,
|
|
790
|
-
__originalRequestType: null,
|
|
791
|
-
__responseType: null,
|
|
792
|
-
__originalResponseType: null
|
|
793
|
-
};
|
|
794
|
-
}
|
|
795
|
-
function findPoolDefinitionsByProgramDefinition2() {
|
|
796
|
-
const payload = {};
|
|
797
|
-
const getRequestOptions = findPoolDefinitionsByProgramDefinition(
|
|
798
|
-
payload
|
|
799
|
-
);
|
|
800
|
-
const getUrl = (context) => {
|
|
801
|
-
const { url } = getRequestOptions(context);
|
|
802
|
-
return url;
|
|
803
|
-
};
|
|
804
|
-
return {
|
|
805
|
-
getUrl,
|
|
806
|
-
httpMethod: "POST",
|
|
807
|
-
path: "/v1/pool-definitions/find-pool-definitions-by-program-definition",
|
|
808
|
-
pathParams: {},
|
|
809
|
-
__requestType: null,
|
|
810
|
-
__originalRequestType: null,
|
|
811
|
-
__responseType: null,
|
|
812
|
-
__originalResponseType: null
|
|
813
|
-
};
|
|
814
|
-
}
|
|
815
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
816
|
-
0 && (module.exports = {
|
|
817
|
-
CascadeOriginal,
|
|
818
|
-
PolicyExpressionTypeOriginal,
|
|
819
|
-
SortOrderOriginal,
|
|
820
|
-
TimePeriodOriginal,
|
|
821
|
-
TypeOriginal,
|
|
822
|
-
WebhookIdentityTypeOriginal,
|
|
823
|
-
WeekDayOriginal,
|
|
824
|
-
addPoolDefinitionToProgramDefinition,
|
|
825
|
-
bulkCreatePoolDefinitions,
|
|
826
|
-
bulkDeletePoolDefinitions,
|
|
827
|
-
bulkUpdatePoolDefinitions,
|
|
828
|
-
createPoolDefinition,
|
|
829
|
-
deletePoolDefinition,
|
|
830
|
-
findPoolDefinitionsByProgramDefinition,
|
|
831
|
-
getPoolDefinition,
|
|
832
|
-
queryPoolDefinitions,
|
|
833
|
-
removePoolDefinitionFromProgramDefinition,
|
|
834
|
-
updatePoolDefinition
|
|
835
|
-
});
|
|
836
|
-
//# sourceMappingURL=meta.js.map
|