@wix/auto_sdk_benefit-programs_programs 1.0.1 → 1.0.3
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/src/benefit-programs-v1-program-programs.http.d.ts +20 -18
- package/build/cjs/src/benefit-programs-v1-program-programs.http.js +21 -19
- package/build/cjs/src/benefit-programs-v1-program-programs.http.js.map +1 -1
- package/build/cjs/src/benefit-programs-v1-program-programs.public.d.ts +21 -25
- package/build/cjs/src/benefit-programs-v1-program-programs.public.js.map +1 -1
- package/build/cjs/src/benefit-programs-v1-program-programs.types.d.ts +52 -83
- package/build/cjs/src/benefit-programs-v1-program-programs.types.js +9 -13
- package/build/cjs/src/benefit-programs-v1-program-programs.types.js.map +1 -1
- package/build/cjs/src/benefit-programs-v1-program-programs.universal.d.ts +86 -138
- package/build/cjs/src/benefit-programs-v1-program-programs.universal.js +30 -38
- package/build/cjs/src/benefit-programs-v1-program-programs.universal.js.map +1 -1
- package/build/es/src/benefit-programs-v1-program-programs.http.d.ts +20 -18
- package/build/es/src/benefit-programs-v1-program-programs.http.js +21 -19
- package/build/es/src/benefit-programs-v1-program-programs.http.js.map +1 -1
- package/build/es/src/benefit-programs-v1-program-programs.public.d.ts +21 -25
- package/build/es/src/benefit-programs-v1-program-programs.public.js.map +1 -1
- package/build/es/src/benefit-programs-v1-program-programs.types.d.ts +52 -83
- package/build/es/src/benefit-programs-v1-program-programs.types.js +9 -13
- package/build/es/src/benefit-programs-v1-program-programs.types.js.map +1 -1
- package/build/es/src/benefit-programs-v1-program-programs.universal.d.ts +86 -138
- package/build/es/src/benefit-programs-v1-program-programs.universal.js +30 -38
- package/build/es/src/benefit-programs-v1-program-programs.universal.js.map +1 -1
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.http.d.ts +20 -18
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.http.js +21 -19
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.http.js.map +1 -1
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.public.d.ts +21 -25
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.public.js.map +1 -1
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.types.d.ts +52 -83
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.types.js +9 -13
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.types.js.map +1 -1
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.universal.d.ts +86 -138
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.universal.js +30 -38
- package/build/internal/cjs/src/benefit-programs-v1-program-programs.universal.js.map +1 -1
- package/build/internal/es/src/benefit-programs-v1-program-programs.http.d.ts +20 -18
- package/build/internal/es/src/benefit-programs-v1-program-programs.http.js +21 -19
- package/build/internal/es/src/benefit-programs-v1-program-programs.http.js.map +1 -1
- package/build/internal/es/src/benefit-programs-v1-program-programs.public.d.ts +21 -25
- package/build/internal/es/src/benefit-programs-v1-program-programs.public.js.map +1 -1
- package/build/internal/es/src/benefit-programs-v1-program-programs.types.d.ts +52 -83
- package/build/internal/es/src/benefit-programs-v1-program-programs.types.js +9 -13
- package/build/internal/es/src/benefit-programs-v1-program-programs.types.js.map +1 -1
- package/build/internal/es/src/benefit-programs-v1-program-programs.universal.d.ts +86 -138
- package/build/internal/es/src/benefit-programs-v1-program-programs.universal.js +30 -38
- package/build/internal/es/src/benefit-programs-v1-program-programs.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -25,7 +25,7 @@ export interface Program {
|
|
|
25
25
|
*/
|
|
26
26
|
updatedDate?: Date | null;
|
|
27
27
|
/**
|
|
28
|
-
* ID of program definition
|
|
28
|
+
* ID of the associated program definition.
|
|
29
29
|
* @format GUID
|
|
30
30
|
* @readonly
|
|
31
31
|
* @immutable
|
|
@@ -37,7 +37,7 @@ export interface Program {
|
|
|
37
37
|
*/
|
|
38
38
|
status?: ProgramStatus;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Program beneficiary.
|
|
41
41
|
* @readonly
|
|
42
42
|
* @immutable
|
|
43
43
|
*/
|
|
@@ -45,12 +45,12 @@ export interface Program {
|
|
|
45
45
|
/**
|
|
46
46
|
* Program name.
|
|
47
47
|
*
|
|
48
|
-
*
|
|
48
|
+
* You may want to use the same name that's used in the associated program definition, if it exists.
|
|
49
49
|
* @maxLength 64
|
|
50
50
|
*/
|
|
51
51
|
displayName?: string | null;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Namespace for your app or site's benefit programs.
|
|
54
54
|
* @minLength 1
|
|
55
55
|
* @maxLength 50
|
|
56
56
|
* @immutable
|
|
@@ -59,63 +59,52 @@ export interface Program {
|
|
|
59
59
|
/**
|
|
60
60
|
* Custom field data for the program object.
|
|
61
61
|
*
|
|
62
|
-
* [Extended fields](https://dev.wix.com/docs/
|
|
62
|
+
* [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions) must be configured in the app dashboard before they can be accessed with API calls.
|
|
63
63
|
*/
|
|
64
64
|
extendedFields?: ExtendedFields;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* Must be unique to every app's namespace.
|
|
66
|
+
* ID for the program defined by you. You can use `externalId` to filter queries.
|
|
69
67
|
* @format GUID
|
|
70
68
|
* @immutable
|
|
71
69
|
*/
|
|
72
70
|
externalId?: string | null;
|
|
73
71
|
/**
|
|
74
|
-
*
|
|
72
|
+
* Associated program definition information.
|
|
75
73
|
* @readonly
|
|
76
74
|
*/
|
|
77
75
|
programDefinition?: ProgramDefinitionInfo;
|
|
78
|
-
/**
|
|
79
|
-
* Intended status of a program after the completion of an action.
|
|
80
|
-
* @readonly
|
|
81
|
-
*/
|
|
82
|
-
targetStatus?: ProgramStatus;
|
|
83
76
|
}
|
|
84
77
|
export declare enum ProgramStatus {
|
|
85
78
|
/** Undefined program status. */
|
|
86
79
|
UNDEFINED = "UNDEFINED",
|
|
87
|
-
/**
|
|
80
|
+
/** Program is active. */
|
|
88
81
|
ACTIVE = "ACTIVE",
|
|
89
|
-
/**
|
|
82
|
+
/** Program is paused. It can be resumed. */
|
|
90
83
|
PAUSED = "PAUSED",
|
|
91
|
-
/**
|
|
92
|
-
* Inactive program.
|
|
93
|
-
*
|
|
94
|
-
* Benefits of a program with an `ENDED` status can't be redeemed or reserved.
|
|
95
|
-
*/
|
|
84
|
+
/** Program has ended. It can't be resumed. */
|
|
96
85
|
ENDED = "ENDED",
|
|
97
|
-
/**
|
|
86
|
+
/** Program is being activated for the first time. This status will be true for a negligible amount of time. */
|
|
98
87
|
PROVISIONING = "PROVISIONING",
|
|
99
|
-
/**
|
|
88
|
+
/** Program is being paused. This status will be true for a negligible amount of time. */
|
|
100
89
|
PAUSING = "PAUSING",
|
|
101
|
-
/**
|
|
90
|
+
/** Program is being re-activated after being paused. This status will be true for a negligible amount of time. */
|
|
102
91
|
RESUMING = "RESUMING",
|
|
103
|
-
/**
|
|
92
|
+
/** Program is being ended. This status will be true for a negligible amount of time. */
|
|
104
93
|
ENDING = "ENDING"
|
|
105
94
|
}
|
|
106
95
|
export interface CommonIdentificationData extends CommonIdentificationDataIdOneOf {
|
|
107
96
|
/**
|
|
108
|
-
* ID of a site visitor that
|
|
97
|
+
* ID of a site visitor that hasn't logged in to the site.
|
|
109
98
|
* @format GUID
|
|
110
99
|
*/
|
|
111
100
|
anonymousVisitorId?: string;
|
|
112
101
|
/**
|
|
113
|
-
* ID of a site
|
|
102
|
+
* ID of a site member.
|
|
114
103
|
* @format GUID
|
|
115
104
|
*/
|
|
116
105
|
memberId?: string;
|
|
117
106
|
/**
|
|
118
|
-
* ID of a Wix user
|
|
107
|
+
* ID of a Wix user.
|
|
119
108
|
* @format GUID
|
|
120
109
|
*/
|
|
121
110
|
wixUserId?: string;
|
|
@@ -123,17 +112,17 @@ export interface CommonIdentificationData extends CommonIdentificationDataIdOneO
|
|
|
123
112
|
/** @oneof */
|
|
124
113
|
export interface CommonIdentificationDataIdOneOf {
|
|
125
114
|
/**
|
|
126
|
-
* ID of a site visitor that
|
|
115
|
+
* ID of a site visitor that hasn't logged in to the site.
|
|
127
116
|
* @format GUID
|
|
128
117
|
*/
|
|
129
118
|
anonymousVisitorId?: string;
|
|
130
119
|
/**
|
|
131
|
-
* ID of a site
|
|
120
|
+
* ID of a site member.
|
|
132
121
|
* @format GUID
|
|
133
122
|
*/
|
|
134
123
|
memberId?: string;
|
|
135
124
|
/**
|
|
136
|
-
* ID of a Wix user
|
|
125
|
+
* ID of a Wix user.
|
|
137
126
|
* @format GUID
|
|
138
127
|
*/
|
|
139
128
|
wixUserId?: string;
|
|
@@ -161,15 +150,13 @@ export interface ExtendedFields {
|
|
|
161
150
|
}
|
|
162
151
|
export interface ProgramDefinitionInfo {
|
|
163
152
|
/**
|
|
164
|
-
*
|
|
153
|
+
* Program definition ID.
|
|
165
154
|
* @format GUID
|
|
166
155
|
* @readonly
|
|
167
156
|
*/
|
|
168
157
|
id?: string;
|
|
169
158
|
/**
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
* This identifies the source program definition in the external system.
|
|
159
|
+
* Program definition external ID.
|
|
173
160
|
* @format GUID
|
|
174
161
|
* @readonly
|
|
175
162
|
*/
|
|
@@ -197,30 +184,18 @@ export interface ProgramResumed {
|
|
|
197
184
|
}
|
|
198
185
|
/** In case pool_definition_id is provided should test if it's part of a package. If it is, reject the request */
|
|
199
186
|
export interface ProvisionProgramRequest {
|
|
200
|
-
/**
|
|
201
|
-
* Used to locate the pool definition for creating its benefit pools within the program.
|
|
202
|
-
*
|
|
203
|
-
* This object must contain either `programDefinitionId` or `poolDefinitionId`:
|
|
204
|
-
* + Use `programDefinitionId` for programs with multiple benefit pools.
|
|
205
|
-
* + Use `poolDefinitionId` for a program with just 1 benefit pool.
|
|
206
|
-
*/
|
|
187
|
+
/** The program definition or pool definition to use to provision the program. */
|
|
207
188
|
poolDefinitionLookupId: PoolDefinitionLookupId;
|
|
208
|
-
/**
|
|
209
|
-
* Identity of the individual that enrolled in the program, granting access to its associated benefits.
|
|
210
|
-
*
|
|
211
|
-
* The beneficiary's identity information is in their access token. To retrieve their identity, pass the access token from your frontend site to your backend, then call the Token Info ([SDK](https://dev.wix.com/docs/sdk/core-modules/essentials/auth#gettokeninfo)|[REST](https://dev.wix.com/docs/rest/app-management/oauth-2/token-info)) method. The returned `subjectType` and `subjectId` correspond to the identity type and ID of the beneficiary.
|
|
212
|
-
*/
|
|
189
|
+
/** Program beneficiary. */
|
|
213
190
|
beneficiary: CommonIdentificationData;
|
|
214
191
|
/**
|
|
215
|
-
*
|
|
192
|
+
* Initial program status.
|
|
216
193
|
*
|
|
217
194
|
* Default: `ACTIVE`
|
|
218
195
|
*/
|
|
219
196
|
programStatus?: ProvisionProgramRequestProgramStatus;
|
|
220
197
|
/**
|
|
221
|
-
*
|
|
222
|
-
*
|
|
223
|
-
* Use the namespace that was designated to the program definition.
|
|
198
|
+
* Namespace for your app or site's benefit programs.
|
|
224
199
|
* @minLength 1
|
|
225
200
|
* @maxLength 50
|
|
226
201
|
*/
|
|
@@ -228,14 +203,12 @@ export interface ProvisionProgramRequest {
|
|
|
228
203
|
/**
|
|
229
204
|
* Program name.
|
|
230
205
|
*
|
|
231
|
-
*
|
|
206
|
+
* If you're provisioning the program from a program definition, you may want to use the same name that used for the program definition.
|
|
232
207
|
* @maxLength 64
|
|
233
208
|
*/
|
|
234
209
|
displayName?: string | null;
|
|
235
210
|
/**
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
* Must be unique to every app owner's namespace.
|
|
211
|
+
* ID for the program defined by you. You can use `externalId` to filter queries.
|
|
239
212
|
* @format GUID
|
|
240
213
|
*/
|
|
241
214
|
externalProgramId: string;
|
|
@@ -266,14 +239,14 @@ export interface PoolDefinitionLookupIdIdOneOf {
|
|
|
266
239
|
programDefinitionId?: string;
|
|
267
240
|
}
|
|
268
241
|
export declare enum ProvisionProgramRequestProgramStatus {
|
|
269
|
-
/**
|
|
242
|
+
/** Program is active. */
|
|
270
243
|
ACTIVE = "ACTIVE",
|
|
271
|
-
/**
|
|
244
|
+
/** Program is paused. */
|
|
272
245
|
PAUSED = "PAUSED"
|
|
273
246
|
}
|
|
274
247
|
export interface ProvisionProgramResponse {
|
|
275
248
|
/**
|
|
276
|
-
* Job ID of the
|
|
249
|
+
* Job ID of the provisioning of the program.
|
|
277
250
|
* @format GUID
|
|
278
251
|
*/
|
|
279
252
|
jobId?: string;
|
|
@@ -302,7 +275,7 @@ export interface RenewProgramRequest {
|
|
|
302
275
|
}
|
|
303
276
|
export interface RenewProgramResponse {
|
|
304
277
|
/**
|
|
305
|
-
* Job ID of the
|
|
278
|
+
* Job ID of the program renewal.
|
|
306
279
|
* @format GUID
|
|
307
280
|
*/
|
|
308
281
|
jobId?: string;
|
|
@@ -316,7 +289,7 @@ export interface PauseProgramRequest {
|
|
|
316
289
|
}
|
|
317
290
|
export interface PauseProgramResponse {
|
|
318
291
|
/**
|
|
319
|
-
* Job ID of the
|
|
292
|
+
* Job ID of the pausing of the program.
|
|
320
293
|
* @format GUID
|
|
321
294
|
*/
|
|
322
295
|
jobId?: string;
|
|
@@ -336,21 +309,21 @@ export interface ResumeProgramRequest {
|
|
|
336
309
|
}
|
|
337
310
|
export interface ResumeProgramResponse {
|
|
338
311
|
/**
|
|
339
|
-
* Job ID of the
|
|
312
|
+
* Job ID of the resuming of the program.
|
|
340
313
|
* @format GUID
|
|
341
314
|
*/
|
|
342
315
|
jobId?: string;
|
|
343
316
|
}
|
|
344
317
|
export interface EndProgramRequest {
|
|
345
318
|
/**
|
|
346
|
-
*
|
|
319
|
+
* ID of the program to end.
|
|
347
320
|
* @format GUID
|
|
348
321
|
*/
|
|
349
322
|
programId: string;
|
|
350
323
|
}
|
|
351
324
|
export interface EndProgramResponse {
|
|
352
325
|
/**
|
|
353
|
-
* Job ID of the
|
|
326
|
+
* Job ID of the ending of the program.
|
|
354
327
|
* @format GUID
|
|
355
328
|
*/
|
|
356
329
|
jobId?: string;
|
|
@@ -407,7 +380,7 @@ export interface UpsertMigratedProgramResponse {
|
|
|
407
380
|
program?: Program;
|
|
408
381
|
}
|
|
409
382
|
export interface UpdateProgramRequest {
|
|
410
|
-
/** Program to
|
|
383
|
+
/** Program to update. */
|
|
411
384
|
program: Program;
|
|
412
385
|
}
|
|
413
386
|
export interface UpdateProgramResponse {
|
|
@@ -426,24 +399,20 @@ export interface GetProgramResponse {
|
|
|
426
399
|
program?: Program;
|
|
427
400
|
}
|
|
428
401
|
export interface QueryProgramsRequest {
|
|
429
|
-
/**
|
|
402
|
+
/** Filter, sort, and paging to apply to the query. */
|
|
430
403
|
query?: CursorQuery;
|
|
431
404
|
}
|
|
432
405
|
export interface CursorQuery extends CursorQueryPagingMethodOneOf {
|
|
433
406
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
434
407
|
cursorPaging?: CursorPaging;
|
|
435
408
|
/**
|
|
436
|
-
* Filter object
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
* "fieldName2":{"$operator":"value2"}
|
|
440
|
-
* }`
|
|
441
|
-
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
409
|
+
* Filter object.
|
|
410
|
+
* See [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
411
|
+
* for more information.
|
|
442
412
|
*/
|
|
443
413
|
filter?: Record<string, any> | null;
|
|
444
414
|
/**
|
|
445
|
-
*
|
|
446
|
-
* `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
415
|
+
* List of sort objects.
|
|
447
416
|
* @maxSize 5
|
|
448
417
|
*/
|
|
449
418
|
sort?: Sorting[];
|
|
@@ -455,11 +424,15 @@ export interface CursorQueryPagingMethodOneOf {
|
|
|
455
424
|
}
|
|
456
425
|
export interface Sorting {
|
|
457
426
|
/**
|
|
458
|
-
*
|
|
427
|
+
* Field to sort by.
|
|
459
428
|
* @maxLength 512
|
|
460
429
|
*/
|
|
461
430
|
fieldName?: string;
|
|
462
|
-
/**
|
|
431
|
+
/**
|
|
432
|
+
* Sort order. Use `ASC` for ascending order or `DESC` for descending order.
|
|
433
|
+
*
|
|
434
|
+
* Default: `ASC`
|
|
435
|
+
*/
|
|
463
436
|
order?: SortOrder;
|
|
464
437
|
}
|
|
465
438
|
export declare enum SortOrder {
|
|
@@ -470,7 +443,7 @@ export declare enum SortOrder {
|
|
|
470
443
|
}
|
|
471
444
|
export interface CursorPaging {
|
|
472
445
|
/**
|
|
473
|
-
* Maximum number of items to return
|
|
446
|
+
* Maximum number of items to return.
|
|
474
447
|
* @max 100
|
|
475
448
|
*/
|
|
476
449
|
limit?: number | null;
|
|
@@ -484,7 +457,7 @@ export interface CursorPaging {
|
|
|
484
457
|
cursor?: string | null;
|
|
485
458
|
}
|
|
486
459
|
export interface QueryProgramsResponse {
|
|
487
|
-
/** List of programs. */
|
|
460
|
+
/** List of retrieved programs. */
|
|
488
461
|
programs?: Program[];
|
|
489
462
|
/** Metadata for the paginated results. */
|
|
490
463
|
metadata?: CursorPagingMetadata;
|
|
@@ -516,17 +489,13 @@ export interface Cursors {
|
|
|
516
489
|
}
|
|
517
490
|
export interface GetProgramByExternalIdAndNamespaceRequest {
|
|
518
491
|
/**
|
|
519
|
-
*
|
|
520
|
-
*
|
|
521
|
-
* Use the namespace that was designated to the program definition.
|
|
492
|
+
* Namespace for your app or site's benefit programs.
|
|
522
493
|
* @minLength 1
|
|
523
494
|
* @maxLength 50
|
|
524
495
|
*/
|
|
525
496
|
namespace: string;
|
|
526
497
|
/**
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
* Must be unique to every app's namespace.
|
|
498
|
+
* Program's external ID.
|
|
530
499
|
* @format GUID
|
|
531
500
|
*/
|
|
532
501
|
externalId: string;
|
|
@@ -5,23 +5,19 @@ var ProgramStatus;
|
|
|
5
5
|
(function (ProgramStatus) {
|
|
6
6
|
/** Undefined program status. */
|
|
7
7
|
ProgramStatus["UNDEFINED"] = "UNDEFINED";
|
|
8
|
-
/**
|
|
8
|
+
/** Program is active. */
|
|
9
9
|
ProgramStatus["ACTIVE"] = "ACTIVE";
|
|
10
|
-
/**
|
|
10
|
+
/** Program is paused. It can be resumed. */
|
|
11
11
|
ProgramStatus["PAUSED"] = "PAUSED";
|
|
12
|
-
/**
|
|
13
|
-
* Inactive program.
|
|
14
|
-
*
|
|
15
|
-
* Benefits of a program with an `ENDED` status can't be redeemed or reserved.
|
|
16
|
-
*/
|
|
12
|
+
/** Program has ended. It can't be resumed. */
|
|
17
13
|
ProgramStatus["ENDED"] = "ENDED";
|
|
18
|
-
/**
|
|
14
|
+
/** Program is being activated for the first time. This status will be true for a negligible amount of time. */
|
|
19
15
|
ProgramStatus["PROVISIONING"] = "PROVISIONING";
|
|
20
|
-
/**
|
|
16
|
+
/** Program is being paused. This status will be true for a negligible amount of time. */
|
|
21
17
|
ProgramStatus["PAUSING"] = "PAUSING";
|
|
22
|
-
/**
|
|
18
|
+
/** Program is being re-activated after being paused. This status will be true for a negligible amount of time. */
|
|
23
19
|
ProgramStatus["RESUMING"] = "RESUMING";
|
|
24
|
-
/**
|
|
20
|
+
/** Program is being ended. This status will be true for a negligible amount of time. */
|
|
25
21
|
ProgramStatus["ENDING"] = "ENDING";
|
|
26
22
|
})(ProgramStatus || (exports.ProgramStatus = ProgramStatus = {}));
|
|
27
23
|
var IdentityType;
|
|
@@ -37,9 +33,9 @@ var IdentityType;
|
|
|
37
33
|
})(IdentityType || (exports.IdentityType = IdentityType = {}));
|
|
38
34
|
var ProvisionProgramRequestProgramStatus;
|
|
39
35
|
(function (ProvisionProgramRequestProgramStatus) {
|
|
40
|
-
/**
|
|
36
|
+
/** Program is active. */
|
|
41
37
|
ProvisionProgramRequestProgramStatus["ACTIVE"] = "ACTIVE";
|
|
42
|
-
/**
|
|
38
|
+
/** Program is paused. */
|
|
43
39
|
ProvisionProgramRequestProgramStatus["PAUSED"] = "PAUSED";
|
|
44
40
|
})(ProvisionProgramRequestProgramStatus || (exports.ProvisionProgramRequestProgramStatus = ProvisionProgramRequestProgramStatus = {}));
|
|
45
41
|
var OrderStatus;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benefit-programs-v1-program-programs.types.js","sourceRoot":"","sources":["../../../src/benefit-programs-v1-program-programs.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"benefit-programs-v1-program-programs.types.js","sourceRoot":"","sources":["../../../src/benefit-programs-v1-program-programs.types.ts"],"names":[],"mappings":";;;AA6EA,IAAY,aAiBX;AAjBD,WAAY,aAAa;IACvB,gCAAgC;IAChC,wCAAuB,CAAA;IACvB,yBAAyB;IACzB,kCAAiB,CAAA;IACjB,4CAA4C;IAC5C,kCAAiB,CAAA;IACjB,8CAA8C;IAC9C,gCAAe,CAAA;IACf,+GAA+G;IAC/G,8CAA6B,CAAA;IAC7B,yFAAyF;IACzF,oCAAmB,CAAA;IACnB,kHAAkH;IAClH,sCAAqB,CAAA;IACrB,wFAAwF;IACxF,kCAAiB,CAAA;AACnB,CAAC,EAjBW,aAAa,6BAAb,aAAa,QAiBxB;AAwCD,IAAY,YASX;AATD,WAAY,YAAY;IACtB,4CAA4C;IAC5C,mCAAmB,CAAA;IACnB,4CAA4C;IAC5C,uDAAuC,CAAA;IACvC,+BAA+B;IAC/B,iCAAiB,CAAA;IACjB,iEAAiE;IACjE,qCAAqB,CAAA;AACvB,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAiHD,IAAY,oCAKX;AALD,WAAY,oCAAoC;IAC9C,yBAAyB;IACzB,yDAAiB,CAAA;IACjB,yBAAyB;IACzB,yDAAiB,CAAA;AACnB,CAAC,EALW,oCAAoC,oDAApC,oCAAoC,QAK/C;AA6ID,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,gCAAiB,CAAA;IACjB,8BAAe,CAAA;AACjB,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAuED,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,4BAA4B;IAC5B,wBAAW,CAAA;IACX,6BAA6B;IAC7B,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAwND,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|