@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250207.1 → 1.20250228.1
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/.openapi-generator/FILES +10 -0
- package/.openapi-generator/VERSION +1 -1
- package/api/accounting-api.ts +100 -0
- package/api/adv-accounting-api.ts +100 -0
- package/api/adv-billing-api.ts +604 -0
- package/api/adv-claim-api.ts +143 -4
- package/api/billing-api.ts +100 -0
- package/api/claim-pre-batches-api.ts +26 -8
- package/api/issue-duration-value-detail-api.ts +694 -0
- package/api/plan-coordination-api.ts +685 -0
- package/api/premium-invoices-api.ts +408 -0
- package/api/premium-payments-api.ts +96 -0
- package/api/user-account-api.ts +16 -8
- package/api/user-api.ts +32 -16
- package/api.ts +2 -0
- package/configuration.ts +1 -2
- package/models/auth-diag-codes.ts +6 -0
- package/models/billing-apply-payment-on-account-config.ts +48 -0
- package/models/claim-reprice-remove.ts +6 -0
- package/models/company-data.ts +12 -0
- package/models/generate-prem-invoice.ts +6 -0
- package/models/index.ts +8 -0
- package/models/issue-duration-value-detail-list-vbaresponse.ts +51 -0
- package/models/issue-duration-value-detail-vbaresponse.ts +51 -0
- package/models/issue-duration-value-detail.ts +804 -0
- package/models/mem-enrollment-plan.ts +6 -0
- package/models/plan-coordination-list-vbaresponse.ts +51 -0
- package/models/plan-coordination-vbaresponse.ts +51 -0
- package/models/plan-coordination.ts +114 -0
- package/models/prem-invoice-generate-inv-list.ts +6 -0
- package/models/report-series-step.ts +18 -0
- package/models/subscriber-writing-agent.ts +6 -0
- package/models/vbaprocess-parameter.ts +6 -0
- package/models/vbaupdate-claim-funded-status.ts +36 -0
- package/package.json +1 -1
|
@@ -0,0 +1,804 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface IssueDurationValueDetail
|
|
21
|
+
*/
|
|
22
|
+
export interface IssueDurationValueDetail {
|
|
23
|
+
/**
|
|
24
|
+
* Key value identifying the Issue Duration Value Detail Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof IssueDurationValueDetail
|
|
27
|
+
*/
|
|
28
|
+
'issueDurationValueDetail_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof IssueDurationValueDetail
|
|
33
|
+
*/
|
|
34
|
+
'duration_0': number;
|
|
35
|
+
/**
|
|
36
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof IssueDurationValueDetail
|
|
39
|
+
*/
|
|
40
|
+
'duration_1': number;
|
|
41
|
+
/**
|
|
42
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof IssueDurationValueDetail
|
|
45
|
+
*/
|
|
46
|
+
'duration_10': number;
|
|
47
|
+
/**
|
|
48
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof IssueDurationValueDetail
|
|
51
|
+
*/
|
|
52
|
+
'duration_100': number;
|
|
53
|
+
/**
|
|
54
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof IssueDurationValueDetail
|
|
57
|
+
*/
|
|
58
|
+
'duration_101': number;
|
|
59
|
+
/**
|
|
60
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof IssueDurationValueDetail
|
|
63
|
+
*/
|
|
64
|
+
'duration_102': number;
|
|
65
|
+
/**
|
|
66
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof IssueDurationValueDetail
|
|
69
|
+
*/
|
|
70
|
+
'duration_103': number;
|
|
71
|
+
/**
|
|
72
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof IssueDurationValueDetail
|
|
75
|
+
*/
|
|
76
|
+
'duration_104': number;
|
|
77
|
+
/**
|
|
78
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof IssueDurationValueDetail
|
|
81
|
+
*/
|
|
82
|
+
'duration_105': number;
|
|
83
|
+
/**
|
|
84
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof IssueDurationValueDetail
|
|
87
|
+
*/
|
|
88
|
+
'duration_106': number;
|
|
89
|
+
/**
|
|
90
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof IssueDurationValueDetail
|
|
93
|
+
*/
|
|
94
|
+
'duration_107': number;
|
|
95
|
+
/**
|
|
96
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof IssueDurationValueDetail
|
|
99
|
+
*/
|
|
100
|
+
'duration_108': number;
|
|
101
|
+
/**
|
|
102
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
103
|
+
* @type {number}
|
|
104
|
+
* @memberof IssueDurationValueDetail
|
|
105
|
+
*/
|
|
106
|
+
'duration_109': number;
|
|
107
|
+
/**
|
|
108
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
109
|
+
* @type {number}
|
|
110
|
+
* @memberof IssueDurationValueDetail
|
|
111
|
+
*/
|
|
112
|
+
'duration_11': number;
|
|
113
|
+
/**
|
|
114
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof IssueDurationValueDetail
|
|
117
|
+
*/
|
|
118
|
+
'duration_110': number;
|
|
119
|
+
/**
|
|
120
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
121
|
+
* @type {number}
|
|
122
|
+
* @memberof IssueDurationValueDetail
|
|
123
|
+
*/
|
|
124
|
+
'duration_111': number;
|
|
125
|
+
/**
|
|
126
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof IssueDurationValueDetail
|
|
129
|
+
*/
|
|
130
|
+
'duration_112': number;
|
|
131
|
+
/**
|
|
132
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
133
|
+
* @type {number}
|
|
134
|
+
* @memberof IssueDurationValueDetail
|
|
135
|
+
*/
|
|
136
|
+
'duration_113': number;
|
|
137
|
+
/**
|
|
138
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof IssueDurationValueDetail
|
|
141
|
+
*/
|
|
142
|
+
'duration_114': number;
|
|
143
|
+
/**
|
|
144
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
145
|
+
* @type {number}
|
|
146
|
+
* @memberof IssueDurationValueDetail
|
|
147
|
+
*/
|
|
148
|
+
'duration_115': number;
|
|
149
|
+
/**
|
|
150
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
151
|
+
* @type {number}
|
|
152
|
+
* @memberof IssueDurationValueDetail
|
|
153
|
+
*/
|
|
154
|
+
'duration_116': number;
|
|
155
|
+
/**
|
|
156
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
157
|
+
* @type {number}
|
|
158
|
+
* @memberof IssueDurationValueDetail
|
|
159
|
+
*/
|
|
160
|
+
'duration_117': number;
|
|
161
|
+
/**
|
|
162
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
163
|
+
* @type {number}
|
|
164
|
+
* @memberof IssueDurationValueDetail
|
|
165
|
+
*/
|
|
166
|
+
'duration_118': number;
|
|
167
|
+
/**
|
|
168
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
169
|
+
* @type {number}
|
|
170
|
+
* @memberof IssueDurationValueDetail
|
|
171
|
+
*/
|
|
172
|
+
'duration_119': number;
|
|
173
|
+
/**
|
|
174
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
175
|
+
* @type {number}
|
|
176
|
+
* @memberof IssueDurationValueDetail
|
|
177
|
+
*/
|
|
178
|
+
'duration_12': number;
|
|
179
|
+
/**
|
|
180
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
181
|
+
* @type {number}
|
|
182
|
+
* @memberof IssueDurationValueDetail
|
|
183
|
+
*/
|
|
184
|
+
'duration_120': number;
|
|
185
|
+
/**
|
|
186
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
187
|
+
* @type {number}
|
|
188
|
+
* @memberof IssueDurationValueDetail
|
|
189
|
+
*/
|
|
190
|
+
'duration_121': number;
|
|
191
|
+
/**
|
|
192
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof IssueDurationValueDetail
|
|
195
|
+
*/
|
|
196
|
+
'duration_13': number;
|
|
197
|
+
/**
|
|
198
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
199
|
+
* @type {number}
|
|
200
|
+
* @memberof IssueDurationValueDetail
|
|
201
|
+
*/
|
|
202
|
+
'duration_14': number;
|
|
203
|
+
/**
|
|
204
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
205
|
+
* @type {number}
|
|
206
|
+
* @memberof IssueDurationValueDetail
|
|
207
|
+
*/
|
|
208
|
+
'duration_15': number;
|
|
209
|
+
/**
|
|
210
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
211
|
+
* @type {number}
|
|
212
|
+
* @memberof IssueDurationValueDetail
|
|
213
|
+
*/
|
|
214
|
+
'duration_16': number;
|
|
215
|
+
/**
|
|
216
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
217
|
+
* @type {number}
|
|
218
|
+
* @memberof IssueDurationValueDetail
|
|
219
|
+
*/
|
|
220
|
+
'duration_17': number;
|
|
221
|
+
/**
|
|
222
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
223
|
+
* @type {number}
|
|
224
|
+
* @memberof IssueDurationValueDetail
|
|
225
|
+
*/
|
|
226
|
+
'duration_18': number;
|
|
227
|
+
/**
|
|
228
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
229
|
+
* @type {number}
|
|
230
|
+
* @memberof IssueDurationValueDetail
|
|
231
|
+
*/
|
|
232
|
+
'duration_19': number;
|
|
233
|
+
/**
|
|
234
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
235
|
+
* @type {number}
|
|
236
|
+
* @memberof IssueDurationValueDetail
|
|
237
|
+
*/
|
|
238
|
+
'duration_2': number;
|
|
239
|
+
/**
|
|
240
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
241
|
+
* @type {number}
|
|
242
|
+
* @memberof IssueDurationValueDetail
|
|
243
|
+
*/
|
|
244
|
+
'duration_20': number;
|
|
245
|
+
/**
|
|
246
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
247
|
+
* @type {number}
|
|
248
|
+
* @memberof IssueDurationValueDetail
|
|
249
|
+
*/
|
|
250
|
+
'duration_21': number;
|
|
251
|
+
/**
|
|
252
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
253
|
+
* @type {number}
|
|
254
|
+
* @memberof IssueDurationValueDetail
|
|
255
|
+
*/
|
|
256
|
+
'duration_22': number;
|
|
257
|
+
/**
|
|
258
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
259
|
+
* @type {number}
|
|
260
|
+
* @memberof IssueDurationValueDetail
|
|
261
|
+
*/
|
|
262
|
+
'duration_23': number;
|
|
263
|
+
/**
|
|
264
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
265
|
+
* @type {number}
|
|
266
|
+
* @memberof IssueDurationValueDetail
|
|
267
|
+
*/
|
|
268
|
+
'duration_24': number;
|
|
269
|
+
/**
|
|
270
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
271
|
+
* @type {number}
|
|
272
|
+
* @memberof IssueDurationValueDetail
|
|
273
|
+
*/
|
|
274
|
+
'duration_25': number;
|
|
275
|
+
/**
|
|
276
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
277
|
+
* @type {number}
|
|
278
|
+
* @memberof IssueDurationValueDetail
|
|
279
|
+
*/
|
|
280
|
+
'duration_26': number;
|
|
281
|
+
/**
|
|
282
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
283
|
+
* @type {number}
|
|
284
|
+
* @memberof IssueDurationValueDetail
|
|
285
|
+
*/
|
|
286
|
+
'duration_27': number;
|
|
287
|
+
/**
|
|
288
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
289
|
+
* @type {number}
|
|
290
|
+
* @memberof IssueDurationValueDetail
|
|
291
|
+
*/
|
|
292
|
+
'duration_28': number;
|
|
293
|
+
/**
|
|
294
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
295
|
+
* @type {number}
|
|
296
|
+
* @memberof IssueDurationValueDetail
|
|
297
|
+
*/
|
|
298
|
+
'duration_29': number;
|
|
299
|
+
/**
|
|
300
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
301
|
+
* @type {number}
|
|
302
|
+
* @memberof IssueDurationValueDetail
|
|
303
|
+
*/
|
|
304
|
+
'duration_3': number;
|
|
305
|
+
/**
|
|
306
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
307
|
+
* @type {number}
|
|
308
|
+
* @memberof IssueDurationValueDetail
|
|
309
|
+
*/
|
|
310
|
+
'duration_30': number;
|
|
311
|
+
/**
|
|
312
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
313
|
+
* @type {number}
|
|
314
|
+
* @memberof IssueDurationValueDetail
|
|
315
|
+
*/
|
|
316
|
+
'duration_31': number;
|
|
317
|
+
/**
|
|
318
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
319
|
+
* @type {number}
|
|
320
|
+
* @memberof IssueDurationValueDetail
|
|
321
|
+
*/
|
|
322
|
+
'duration_32': number;
|
|
323
|
+
/**
|
|
324
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
325
|
+
* @type {number}
|
|
326
|
+
* @memberof IssueDurationValueDetail
|
|
327
|
+
*/
|
|
328
|
+
'duration_33': number;
|
|
329
|
+
/**
|
|
330
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
331
|
+
* @type {number}
|
|
332
|
+
* @memberof IssueDurationValueDetail
|
|
333
|
+
*/
|
|
334
|
+
'duration_34': number;
|
|
335
|
+
/**
|
|
336
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
337
|
+
* @type {number}
|
|
338
|
+
* @memberof IssueDurationValueDetail
|
|
339
|
+
*/
|
|
340
|
+
'duration_35': number;
|
|
341
|
+
/**
|
|
342
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
343
|
+
* @type {number}
|
|
344
|
+
* @memberof IssueDurationValueDetail
|
|
345
|
+
*/
|
|
346
|
+
'duration_36': number;
|
|
347
|
+
/**
|
|
348
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
349
|
+
* @type {number}
|
|
350
|
+
* @memberof IssueDurationValueDetail
|
|
351
|
+
*/
|
|
352
|
+
'duration_37': number;
|
|
353
|
+
/**
|
|
354
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
355
|
+
* @type {number}
|
|
356
|
+
* @memberof IssueDurationValueDetail
|
|
357
|
+
*/
|
|
358
|
+
'duration_38': number;
|
|
359
|
+
/**
|
|
360
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
361
|
+
* @type {number}
|
|
362
|
+
* @memberof IssueDurationValueDetail
|
|
363
|
+
*/
|
|
364
|
+
'duration_39': number;
|
|
365
|
+
/**
|
|
366
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
367
|
+
* @type {number}
|
|
368
|
+
* @memberof IssueDurationValueDetail
|
|
369
|
+
*/
|
|
370
|
+
'duration_4': number;
|
|
371
|
+
/**
|
|
372
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
373
|
+
* @type {number}
|
|
374
|
+
* @memberof IssueDurationValueDetail
|
|
375
|
+
*/
|
|
376
|
+
'duration_40': number;
|
|
377
|
+
/**
|
|
378
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
379
|
+
* @type {number}
|
|
380
|
+
* @memberof IssueDurationValueDetail
|
|
381
|
+
*/
|
|
382
|
+
'duration_41': number;
|
|
383
|
+
/**
|
|
384
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
385
|
+
* @type {number}
|
|
386
|
+
* @memberof IssueDurationValueDetail
|
|
387
|
+
*/
|
|
388
|
+
'duration_42': number;
|
|
389
|
+
/**
|
|
390
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
391
|
+
* @type {number}
|
|
392
|
+
* @memberof IssueDurationValueDetail
|
|
393
|
+
*/
|
|
394
|
+
'duration_43': number;
|
|
395
|
+
/**
|
|
396
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
397
|
+
* @type {number}
|
|
398
|
+
* @memberof IssueDurationValueDetail
|
|
399
|
+
*/
|
|
400
|
+
'duration_44': number;
|
|
401
|
+
/**
|
|
402
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
403
|
+
* @type {number}
|
|
404
|
+
* @memberof IssueDurationValueDetail
|
|
405
|
+
*/
|
|
406
|
+
'duration_45': number;
|
|
407
|
+
/**
|
|
408
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
409
|
+
* @type {number}
|
|
410
|
+
* @memberof IssueDurationValueDetail
|
|
411
|
+
*/
|
|
412
|
+
'duration_46': number;
|
|
413
|
+
/**
|
|
414
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
415
|
+
* @type {number}
|
|
416
|
+
* @memberof IssueDurationValueDetail
|
|
417
|
+
*/
|
|
418
|
+
'duration_47': number;
|
|
419
|
+
/**
|
|
420
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
421
|
+
* @type {number}
|
|
422
|
+
* @memberof IssueDurationValueDetail
|
|
423
|
+
*/
|
|
424
|
+
'duration_48': number;
|
|
425
|
+
/**
|
|
426
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
427
|
+
* @type {number}
|
|
428
|
+
* @memberof IssueDurationValueDetail
|
|
429
|
+
*/
|
|
430
|
+
'duration_49': number;
|
|
431
|
+
/**
|
|
432
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
433
|
+
* @type {number}
|
|
434
|
+
* @memberof IssueDurationValueDetail
|
|
435
|
+
*/
|
|
436
|
+
'duration_5': number;
|
|
437
|
+
/**
|
|
438
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
439
|
+
* @type {number}
|
|
440
|
+
* @memberof IssueDurationValueDetail
|
|
441
|
+
*/
|
|
442
|
+
'duration_50': number;
|
|
443
|
+
/**
|
|
444
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
445
|
+
* @type {number}
|
|
446
|
+
* @memberof IssueDurationValueDetail
|
|
447
|
+
*/
|
|
448
|
+
'duration_51': number;
|
|
449
|
+
/**
|
|
450
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
451
|
+
* @type {number}
|
|
452
|
+
* @memberof IssueDurationValueDetail
|
|
453
|
+
*/
|
|
454
|
+
'duration_52': number;
|
|
455
|
+
/**
|
|
456
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
457
|
+
* @type {number}
|
|
458
|
+
* @memberof IssueDurationValueDetail
|
|
459
|
+
*/
|
|
460
|
+
'duration_53': number;
|
|
461
|
+
/**
|
|
462
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
463
|
+
* @type {number}
|
|
464
|
+
* @memberof IssueDurationValueDetail
|
|
465
|
+
*/
|
|
466
|
+
'duration_54': number;
|
|
467
|
+
/**
|
|
468
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
469
|
+
* @type {number}
|
|
470
|
+
* @memberof IssueDurationValueDetail
|
|
471
|
+
*/
|
|
472
|
+
'duration_55': number;
|
|
473
|
+
/**
|
|
474
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
475
|
+
* @type {number}
|
|
476
|
+
* @memberof IssueDurationValueDetail
|
|
477
|
+
*/
|
|
478
|
+
'duration_56': number;
|
|
479
|
+
/**
|
|
480
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
481
|
+
* @type {number}
|
|
482
|
+
* @memberof IssueDurationValueDetail
|
|
483
|
+
*/
|
|
484
|
+
'duration_57': number;
|
|
485
|
+
/**
|
|
486
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
487
|
+
* @type {number}
|
|
488
|
+
* @memberof IssueDurationValueDetail
|
|
489
|
+
*/
|
|
490
|
+
'duration_58': number;
|
|
491
|
+
/**
|
|
492
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
493
|
+
* @type {number}
|
|
494
|
+
* @memberof IssueDurationValueDetail
|
|
495
|
+
*/
|
|
496
|
+
'duration_59': number;
|
|
497
|
+
/**
|
|
498
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
499
|
+
* @type {number}
|
|
500
|
+
* @memberof IssueDurationValueDetail
|
|
501
|
+
*/
|
|
502
|
+
'duration_6': number;
|
|
503
|
+
/**
|
|
504
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
505
|
+
* @type {number}
|
|
506
|
+
* @memberof IssueDurationValueDetail
|
|
507
|
+
*/
|
|
508
|
+
'duration_60': number;
|
|
509
|
+
/**
|
|
510
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
511
|
+
* @type {number}
|
|
512
|
+
* @memberof IssueDurationValueDetail
|
|
513
|
+
*/
|
|
514
|
+
'duration_61': number;
|
|
515
|
+
/**
|
|
516
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
517
|
+
* @type {number}
|
|
518
|
+
* @memberof IssueDurationValueDetail
|
|
519
|
+
*/
|
|
520
|
+
'duration_62': number;
|
|
521
|
+
/**
|
|
522
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
523
|
+
* @type {number}
|
|
524
|
+
* @memberof IssueDurationValueDetail
|
|
525
|
+
*/
|
|
526
|
+
'duration_63': number;
|
|
527
|
+
/**
|
|
528
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
529
|
+
* @type {number}
|
|
530
|
+
* @memberof IssueDurationValueDetail
|
|
531
|
+
*/
|
|
532
|
+
'duration_64': number;
|
|
533
|
+
/**
|
|
534
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
535
|
+
* @type {number}
|
|
536
|
+
* @memberof IssueDurationValueDetail
|
|
537
|
+
*/
|
|
538
|
+
'duration_65': number;
|
|
539
|
+
/**
|
|
540
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
541
|
+
* @type {number}
|
|
542
|
+
* @memberof IssueDurationValueDetail
|
|
543
|
+
*/
|
|
544
|
+
'duration_66': number;
|
|
545
|
+
/**
|
|
546
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
547
|
+
* @type {number}
|
|
548
|
+
* @memberof IssueDurationValueDetail
|
|
549
|
+
*/
|
|
550
|
+
'duration_67': number;
|
|
551
|
+
/**
|
|
552
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
553
|
+
* @type {number}
|
|
554
|
+
* @memberof IssueDurationValueDetail
|
|
555
|
+
*/
|
|
556
|
+
'duration_68': number;
|
|
557
|
+
/**
|
|
558
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
559
|
+
* @type {number}
|
|
560
|
+
* @memberof IssueDurationValueDetail
|
|
561
|
+
*/
|
|
562
|
+
'duration_69': number;
|
|
563
|
+
/**
|
|
564
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
565
|
+
* @type {number}
|
|
566
|
+
* @memberof IssueDurationValueDetail
|
|
567
|
+
*/
|
|
568
|
+
'duration_7': number;
|
|
569
|
+
/**
|
|
570
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
571
|
+
* @type {number}
|
|
572
|
+
* @memberof IssueDurationValueDetail
|
|
573
|
+
*/
|
|
574
|
+
'duration_70': number;
|
|
575
|
+
/**
|
|
576
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
577
|
+
* @type {number}
|
|
578
|
+
* @memberof IssueDurationValueDetail
|
|
579
|
+
*/
|
|
580
|
+
'duration_71': number;
|
|
581
|
+
/**
|
|
582
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
583
|
+
* @type {number}
|
|
584
|
+
* @memberof IssueDurationValueDetail
|
|
585
|
+
*/
|
|
586
|
+
'duration_72': number;
|
|
587
|
+
/**
|
|
588
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
589
|
+
* @type {number}
|
|
590
|
+
* @memberof IssueDurationValueDetail
|
|
591
|
+
*/
|
|
592
|
+
'duration_73': number;
|
|
593
|
+
/**
|
|
594
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
595
|
+
* @type {number}
|
|
596
|
+
* @memberof IssueDurationValueDetail
|
|
597
|
+
*/
|
|
598
|
+
'duration_74': number;
|
|
599
|
+
/**
|
|
600
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
601
|
+
* @type {number}
|
|
602
|
+
* @memberof IssueDurationValueDetail
|
|
603
|
+
*/
|
|
604
|
+
'duration_75': number;
|
|
605
|
+
/**
|
|
606
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
607
|
+
* @type {number}
|
|
608
|
+
* @memberof IssueDurationValueDetail
|
|
609
|
+
*/
|
|
610
|
+
'duration_76': number;
|
|
611
|
+
/**
|
|
612
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
613
|
+
* @type {number}
|
|
614
|
+
* @memberof IssueDurationValueDetail
|
|
615
|
+
*/
|
|
616
|
+
'duration_77': number;
|
|
617
|
+
/**
|
|
618
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
619
|
+
* @type {number}
|
|
620
|
+
* @memberof IssueDurationValueDetail
|
|
621
|
+
*/
|
|
622
|
+
'duration_78': number;
|
|
623
|
+
/**
|
|
624
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
625
|
+
* @type {number}
|
|
626
|
+
* @memberof IssueDurationValueDetail
|
|
627
|
+
*/
|
|
628
|
+
'duration_79': number;
|
|
629
|
+
/**
|
|
630
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
631
|
+
* @type {number}
|
|
632
|
+
* @memberof IssueDurationValueDetail
|
|
633
|
+
*/
|
|
634
|
+
'duration_8': number;
|
|
635
|
+
/**
|
|
636
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
637
|
+
* @type {number}
|
|
638
|
+
* @memberof IssueDurationValueDetail
|
|
639
|
+
*/
|
|
640
|
+
'duration_80': number;
|
|
641
|
+
/**
|
|
642
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
643
|
+
* @type {number}
|
|
644
|
+
* @memberof IssueDurationValueDetail
|
|
645
|
+
*/
|
|
646
|
+
'duration_81': number;
|
|
647
|
+
/**
|
|
648
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
649
|
+
* @type {number}
|
|
650
|
+
* @memberof IssueDurationValueDetail
|
|
651
|
+
*/
|
|
652
|
+
'duration_82': number;
|
|
653
|
+
/**
|
|
654
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
655
|
+
* @type {number}
|
|
656
|
+
* @memberof IssueDurationValueDetail
|
|
657
|
+
*/
|
|
658
|
+
'duration_83': number;
|
|
659
|
+
/**
|
|
660
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
661
|
+
* @type {number}
|
|
662
|
+
* @memberof IssueDurationValueDetail
|
|
663
|
+
*/
|
|
664
|
+
'duration_84': number;
|
|
665
|
+
/**
|
|
666
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
667
|
+
* @type {number}
|
|
668
|
+
* @memberof IssueDurationValueDetail
|
|
669
|
+
*/
|
|
670
|
+
'duration_85': number;
|
|
671
|
+
/**
|
|
672
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
673
|
+
* @type {number}
|
|
674
|
+
* @memberof IssueDurationValueDetail
|
|
675
|
+
*/
|
|
676
|
+
'duration_86': number;
|
|
677
|
+
/**
|
|
678
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
679
|
+
* @type {number}
|
|
680
|
+
* @memberof IssueDurationValueDetail
|
|
681
|
+
*/
|
|
682
|
+
'duration_87': number;
|
|
683
|
+
/**
|
|
684
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
685
|
+
* @type {number}
|
|
686
|
+
* @memberof IssueDurationValueDetail
|
|
687
|
+
*/
|
|
688
|
+
'duration_88': number;
|
|
689
|
+
/**
|
|
690
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
691
|
+
* @type {number}
|
|
692
|
+
* @memberof IssueDurationValueDetail
|
|
693
|
+
*/
|
|
694
|
+
'duration_89': number;
|
|
695
|
+
/**
|
|
696
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
697
|
+
* @type {number}
|
|
698
|
+
* @memberof IssueDurationValueDetail
|
|
699
|
+
*/
|
|
700
|
+
'duration_9': number;
|
|
701
|
+
/**
|
|
702
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
703
|
+
* @type {number}
|
|
704
|
+
* @memberof IssueDurationValueDetail
|
|
705
|
+
*/
|
|
706
|
+
'duration_90': number;
|
|
707
|
+
/**
|
|
708
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
709
|
+
* @type {number}
|
|
710
|
+
* @memberof IssueDurationValueDetail
|
|
711
|
+
*/
|
|
712
|
+
'duration_91': number;
|
|
713
|
+
/**
|
|
714
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
715
|
+
* @type {number}
|
|
716
|
+
* @memberof IssueDurationValueDetail
|
|
717
|
+
*/
|
|
718
|
+
'duration_92': number;
|
|
719
|
+
/**
|
|
720
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
721
|
+
* @type {number}
|
|
722
|
+
* @memberof IssueDurationValueDetail
|
|
723
|
+
*/
|
|
724
|
+
'duration_93': number;
|
|
725
|
+
/**
|
|
726
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
727
|
+
* @type {number}
|
|
728
|
+
* @memberof IssueDurationValueDetail
|
|
729
|
+
*/
|
|
730
|
+
'duration_94': number;
|
|
731
|
+
/**
|
|
732
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
733
|
+
* @type {number}
|
|
734
|
+
* @memberof IssueDurationValueDetail
|
|
735
|
+
*/
|
|
736
|
+
'duration_95': number;
|
|
737
|
+
/**
|
|
738
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
739
|
+
* @type {number}
|
|
740
|
+
* @memberof IssueDurationValueDetail
|
|
741
|
+
*/
|
|
742
|
+
'duration_96': number;
|
|
743
|
+
/**
|
|
744
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
745
|
+
* @type {number}
|
|
746
|
+
* @memberof IssueDurationValueDetail
|
|
747
|
+
*/
|
|
748
|
+
'duration_97': number;
|
|
749
|
+
/**
|
|
750
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
751
|
+
* @type {number}
|
|
752
|
+
* @memberof IssueDurationValueDetail
|
|
753
|
+
*/
|
|
754
|
+
'duration_98': number;
|
|
755
|
+
/**
|
|
756
|
+
* Issue value based on age specified on field suffix Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
757
|
+
* @type {number}
|
|
758
|
+
* @memberof IssueDurationValueDetail
|
|
759
|
+
*/
|
|
760
|
+
'duration_99': number;
|
|
761
|
+
/**
|
|
762
|
+
* Date record was first added to the system
|
|
763
|
+
* @type {string}
|
|
764
|
+
* @memberof IssueDurationValueDetail
|
|
765
|
+
*/
|
|
766
|
+
'entry_Date'?: string;
|
|
767
|
+
/**
|
|
768
|
+
* User that first added the record to the system
|
|
769
|
+
* @type {string}
|
|
770
|
+
* @memberof IssueDurationValueDetail
|
|
771
|
+
*/
|
|
772
|
+
'entry_User'?: string | null;
|
|
773
|
+
/**
|
|
774
|
+
* Key value identifying the Issue Duration Value Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
775
|
+
* @type {number}
|
|
776
|
+
* @memberof IssueDurationValueDetail
|
|
777
|
+
*/
|
|
778
|
+
'issueDurationValue_Key': number;
|
|
779
|
+
/**
|
|
780
|
+
* Issue age based on number of days from issue (if needed) Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
781
|
+
* @type {number}
|
|
782
|
+
* @memberof IssueDurationValueDetail
|
|
783
|
+
*/
|
|
784
|
+
'issue_Age_Day': number;
|
|
785
|
+
/**
|
|
786
|
+
* Issue age based on number of years from issue Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
787
|
+
* @type {number}
|
|
788
|
+
* @memberof IssueDurationValueDetail
|
|
789
|
+
*/
|
|
790
|
+
'issue_Age_Year': number;
|
|
791
|
+
/**
|
|
792
|
+
* Date the record was last updated in the system
|
|
793
|
+
* @type {string}
|
|
794
|
+
* @memberof IssueDurationValueDetail
|
|
795
|
+
*/
|
|
796
|
+
'update_Date'?: string;
|
|
797
|
+
/**
|
|
798
|
+
* User that last updated the record in the system
|
|
799
|
+
* @type {string}
|
|
800
|
+
* @memberof IssueDurationValueDetail
|
|
801
|
+
*/
|
|
802
|
+
'update_User'?: string | null;
|
|
803
|
+
}
|
|
804
|
+
|