@ayasofyazilim/saas 0.0.25 → 0.0.27
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/AccountService/AccountServiceClient.ts +65 -65
- package/AccountService/schemas.gen.ts +5103 -5103
- package/AccountService/services.gen.ts +1452 -1452
- package/AccountService/types.gen.ts +9896 -9896
- package/AdministrationService/AdministrationServiceClient.ts +74 -74
- package/AdministrationService/schemas.gen.ts +5897 -5897
- package/AdministrationService/services.gen.ts +1332 -1332
- package/AdministrationService/types.gen.ts +9024 -9024
- package/BackerService/BackerServiceClient.ts +50 -50
- package/BackerService/services.gen.ts +866 -866
- package/IdentityService/IdentityServiceClient.ts +77 -77
- package/IdentityService/schemas.gen.ts +6573 -6573
- package/IdentityService/services.gen.ts +2839 -2839
- package/IdentityService/types.gen.ts +17446 -17446
- package/MerchantService/MerchantServiceClient.ts +77 -77
- package/ProjectService/ProjectServiceClient.ts +47 -47
- package/ProjectService.json +2937 -2937
- package/SaasService/schemas.gen.ts +5278 -5278
- package/SaasService/services.gen.ts +1325 -1325
- package/SaasService/types.gen.ts +9052 -9052
- package/SettingService/SettingServiceClient.ts +9 -0
- package/SettingService/schemas.gen.ts +4319 -64
- package/SettingService/services.gen.ts +787 -316
- package/SettingService/types.gen.ts +6052 -206
- package/generator.mjs +5 -5
- package/package.json +1 -1
- package/swagger.json +4794 -4794
|
@@ -29,13 +29,199 @@ export const $UniRefund_SettingService_CountrySettings_CountrySettingDto = {
|
|
|
29
29
|
groups: {
|
|
30
30
|
type: 'array',
|
|
31
31
|
items: {
|
|
32
|
-
'
|
|
32
|
+
required: ['displayName', 'key'],
|
|
33
|
+
type: 'object',
|
|
34
|
+
properties: {
|
|
35
|
+
isEnabled: {
|
|
36
|
+
type: 'boolean'
|
|
37
|
+
},
|
|
38
|
+
key: {
|
|
39
|
+
minLength: 1,
|
|
40
|
+
type: 'string'
|
|
41
|
+
},
|
|
42
|
+
displayName: {
|
|
43
|
+
minLength: 1,
|
|
44
|
+
type: 'string'
|
|
45
|
+
},
|
|
46
|
+
description: {
|
|
47
|
+
type: 'string',
|
|
48
|
+
nullable: true
|
|
49
|
+
},
|
|
50
|
+
items: {
|
|
51
|
+
type: 'array',
|
|
52
|
+
items: {
|
|
53
|
+
required: ['displayName', 'isEnabled', 'isRequired', 'key'],
|
|
54
|
+
type: 'object',
|
|
55
|
+
properties: {
|
|
56
|
+
isEnabled: {
|
|
57
|
+
type: 'boolean'
|
|
58
|
+
},
|
|
59
|
+
isRequired: {
|
|
60
|
+
type: 'boolean'
|
|
61
|
+
},
|
|
62
|
+
isActive: {
|
|
63
|
+
type: 'boolean',
|
|
64
|
+
nullable: true
|
|
65
|
+
},
|
|
66
|
+
pattern: {
|
|
67
|
+
type: 'string',
|
|
68
|
+
nullable: true
|
|
69
|
+
},
|
|
70
|
+
depth: {
|
|
71
|
+
type: 'integer',
|
|
72
|
+
format: 'int32'
|
|
73
|
+
},
|
|
74
|
+
description: {
|
|
75
|
+
type: 'string',
|
|
76
|
+
nullable: true
|
|
77
|
+
},
|
|
78
|
+
displayName: {
|
|
79
|
+
minLength: 1,
|
|
80
|
+
type: 'string'
|
|
81
|
+
},
|
|
82
|
+
key: {
|
|
83
|
+
minLength: 1,
|
|
84
|
+
type: 'string'
|
|
85
|
+
},
|
|
86
|
+
parentName: {
|
|
87
|
+
type: 'string',
|
|
88
|
+
nullable: true
|
|
89
|
+
},
|
|
90
|
+
value: {
|
|
91
|
+
type: 'string',
|
|
92
|
+
nullable: true
|
|
93
|
+
},
|
|
94
|
+
defaultValue: {
|
|
95
|
+
type: 'string',
|
|
96
|
+
nullable: true
|
|
97
|
+
},
|
|
98
|
+
bonds: {
|
|
99
|
+
type: 'array',
|
|
100
|
+
items: {
|
|
101
|
+
type: 'object',
|
|
102
|
+
properties: {
|
|
103
|
+
key: {
|
|
104
|
+
type: 'string',
|
|
105
|
+
nullable: true
|
|
106
|
+
},
|
|
107
|
+
pattern: {
|
|
108
|
+
type: 'string',
|
|
109
|
+
nullable: true
|
|
110
|
+
},
|
|
111
|
+
type: {
|
|
112
|
+
type: 'string',
|
|
113
|
+
nullable: true
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
additionalProperties: false
|
|
117
|
+
},
|
|
118
|
+
nullable: true
|
|
119
|
+
},
|
|
120
|
+
subItems: {
|
|
121
|
+
type: 'array',
|
|
122
|
+
items: '[Circular]',
|
|
123
|
+
nullable: true
|
|
124
|
+
},
|
|
125
|
+
valueType: {
|
|
126
|
+
type: 'object',
|
|
127
|
+
properties: {
|
|
128
|
+
itemSource: {
|
|
129
|
+
type: 'object',
|
|
130
|
+
properties: {
|
|
131
|
+
items: {
|
|
132
|
+
type: 'array',
|
|
133
|
+
items: {
|
|
134
|
+
type: 'object',
|
|
135
|
+
properties: {
|
|
136
|
+
displayText: {
|
|
137
|
+
type: 'object',
|
|
138
|
+
properties: {
|
|
139
|
+
name: {
|
|
140
|
+
type: 'string',
|
|
141
|
+
nullable: true
|
|
142
|
+
},
|
|
143
|
+
resourceName: {
|
|
144
|
+
type: 'string',
|
|
145
|
+
nullable: true
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
additionalProperties: false
|
|
149
|
+
},
|
|
150
|
+
value: {
|
|
151
|
+
type: 'string',
|
|
152
|
+
nullable: true
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
additionalProperties: false
|
|
156
|
+
},
|
|
157
|
+
nullable: true
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
additionalProperties: false
|
|
161
|
+
},
|
|
162
|
+
name: {
|
|
163
|
+
type: 'string',
|
|
164
|
+
nullable: true
|
|
165
|
+
},
|
|
166
|
+
properties: {
|
|
167
|
+
type: 'string',
|
|
168
|
+
nullable: true
|
|
169
|
+
},
|
|
170
|
+
validator: {
|
|
171
|
+
type: 'object',
|
|
172
|
+
properties: {
|
|
173
|
+
name: {
|
|
174
|
+
type: 'string',
|
|
175
|
+
nullable: true
|
|
176
|
+
},
|
|
177
|
+
properties: {
|
|
178
|
+
type: 'object',
|
|
179
|
+
properties: {
|
|
180
|
+
minValue: {
|
|
181
|
+
type: 'integer',
|
|
182
|
+
format: 'int32'
|
|
183
|
+
},
|
|
184
|
+
maxValue: {
|
|
185
|
+
type: 'integer',
|
|
186
|
+
format: 'int32'
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
additionalProperties: false
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
additionalProperties: false
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
additionalProperties: false
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
additionalProperties: false
|
|
199
|
+
},
|
|
200
|
+
nullable: true
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
additionalProperties: false
|
|
33
204
|
}
|
|
34
205
|
}
|
|
35
206
|
},
|
|
36
207
|
additionalProperties: false
|
|
37
208
|
} as const;
|
|
38
209
|
|
|
210
|
+
export const $UniRefund_SettingService_CountrySettings_CreateCountrySettingDto = {
|
|
211
|
+
type: 'object',
|
|
212
|
+
properties: {
|
|
213
|
+
name: {
|
|
214
|
+
type: 'string',
|
|
215
|
+
nullable: true
|
|
216
|
+
},
|
|
217
|
+
value: {
|
|
218
|
+
type: 'string',
|
|
219
|
+
nullable: true
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
additionalProperties: false
|
|
223
|
+
} as const;
|
|
224
|
+
|
|
39
225
|
export const $UniRefund_SettingService_Groups_GroupDto = {
|
|
40
226
|
required: ['displayName', 'key'],
|
|
41
227
|
type: 'object',
|
|
@@ -58,7 +244,152 @@ export const $UniRefund_SettingService_Groups_GroupDto = {
|
|
|
58
244
|
items: {
|
|
59
245
|
type: 'array',
|
|
60
246
|
items: {
|
|
61
|
-
'
|
|
247
|
+
required: ['displayName', 'isEnabled', 'isRequired', 'key'],
|
|
248
|
+
type: 'object',
|
|
249
|
+
properties: {
|
|
250
|
+
isEnabled: {
|
|
251
|
+
type: 'boolean'
|
|
252
|
+
},
|
|
253
|
+
isRequired: {
|
|
254
|
+
type: 'boolean'
|
|
255
|
+
},
|
|
256
|
+
isActive: {
|
|
257
|
+
type: 'boolean',
|
|
258
|
+
nullable: true
|
|
259
|
+
},
|
|
260
|
+
pattern: {
|
|
261
|
+
type: 'string',
|
|
262
|
+
nullable: true
|
|
263
|
+
},
|
|
264
|
+
depth: {
|
|
265
|
+
type: 'integer',
|
|
266
|
+
format: 'int32'
|
|
267
|
+
},
|
|
268
|
+
description: {
|
|
269
|
+
type: 'string',
|
|
270
|
+
nullable: true
|
|
271
|
+
},
|
|
272
|
+
displayName: {
|
|
273
|
+
minLength: 1,
|
|
274
|
+
type: 'string'
|
|
275
|
+
},
|
|
276
|
+
key: {
|
|
277
|
+
minLength: 1,
|
|
278
|
+
type: 'string'
|
|
279
|
+
},
|
|
280
|
+
parentName: {
|
|
281
|
+
type: 'string',
|
|
282
|
+
nullable: true
|
|
283
|
+
},
|
|
284
|
+
value: {
|
|
285
|
+
type: 'string',
|
|
286
|
+
nullable: true
|
|
287
|
+
},
|
|
288
|
+
defaultValue: {
|
|
289
|
+
type: 'string',
|
|
290
|
+
nullable: true
|
|
291
|
+
},
|
|
292
|
+
bonds: {
|
|
293
|
+
type: 'array',
|
|
294
|
+
items: {
|
|
295
|
+
type: 'object',
|
|
296
|
+
properties: {
|
|
297
|
+
key: {
|
|
298
|
+
type: 'string',
|
|
299
|
+
nullable: true
|
|
300
|
+
},
|
|
301
|
+
pattern: {
|
|
302
|
+
type: 'string',
|
|
303
|
+
nullable: true
|
|
304
|
+
},
|
|
305
|
+
type: {
|
|
306
|
+
type: 'string',
|
|
307
|
+
nullable: true
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
additionalProperties: false
|
|
311
|
+
},
|
|
312
|
+
nullable: true
|
|
313
|
+
},
|
|
314
|
+
subItems: {
|
|
315
|
+
type: 'array',
|
|
316
|
+
items: '[Circular]',
|
|
317
|
+
nullable: true
|
|
318
|
+
},
|
|
319
|
+
valueType: {
|
|
320
|
+
type: 'object',
|
|
321
|
+
properties: {
|
|
322
|
+
itemSource: {
|
|
323
|
+
type: 'object',
|
|
324
|
+
properties: {
|
|
325
|
+
items: {
|
|
326
|
+
type: 'array',
|
|
327
|
+
items: {
|
|
328
|
+
type: 'object',
|
|
329
|
+
properties: {
|
|
330
|
+
displayText: {
|
|
331
|
+
type: 'object',
|
|
332
|
+
properties: {
|
|
333
|
+
name: {
|
|
334
|
+
type: 'string',
|
|
335
|
+
nullable: true
|
|
336
|
+
},
|
|
337
|
+
resourceName: {
|
|
338
|
+
type: 'string',
|
|
339
|
+
nullable: true
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
additionalProperties: false
|
|
343
|
+
},
|
|
344
|
+
value: {
|
|
345
|
+
type: 'string',
|
|
346
|
+
nullable: true
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
additionalProperties: false
|
|
350
|
+
},
|
|
351
|
+
nullable: true
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
additionalProperties: false
|
|
355
|
+
},
|
|
356
|
+
name: {
|
|
357
|
+
type: 'string',
|
|
358
|
+
nullable: true
|
|
359
|
+
},
|
|
360
|
+
properties: {
|
|
361
|
+
type: 'string',
|
|
362
|
+
nullable: true
|
|
363
|
+
},
|
|
364
|
+
validator: {
|
|
365
|
+
type: 'object',
|
|
366
|
+
properties: {
|
|
367
|
+
name: {
|
|
368
|
+
type: 'string',
|
|
369
|
+
nullable: true
|
|
370
|
+
},
|
|
371
|
+
properties: {
|
|
372
|
+
type: 'object',
|
|
373
|
+
properties: {
|
|
374
|
+
minValue: {
|
|
375
|
+
type: 'integer',
|
|
376
|
+
format: 'int32'
|
|
377
|
+
},
|
|
378
|
+
maxValue: {
|
|
379
|
+
type: 'integer',
|
|
380
|
+
format: 'int32'
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
additionalProperties: false
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
additionalProperties: false
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
additionalProperties: false
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
additionalProperties: false
|
|
62
393
|
},
|
|
63
394
|
nullable: true
|
|
64
395
|
}
|
|
@@ -115,19 +446,793 @@ export const $UniRefund_SettingService_Items_GroupItemDto = {
|
|
|
115
446
|
bonds: {
|
|
116
447
|
type: 'array',
|
|
117
448
|
items: {
|
|
118
|
-
|
|
449
|
+
type: 'object',
|
|
450
|
+
properties: {
|
|
451
|
+
key: {
|
|
452
|
+
type: 'string',
|
|
453
|
+
nullable: true
|
|
454
|
+
},
|
|
455
|
+
pattern: {
|
|
456
|
+
type: 'string',
|
|
457
|
+
nullable: true
|
|
458
|
+
},
|
|
459
|
+
type: {
|
|
460
|
+
type: 'string',
|
|
461
|
+
nullable: true
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
additionalProperties: false
|
|
119
465
|
},
|
|
120
466
|
nullable: true
|
|
121
467
|
},
|
|
122
468
|
subItems: {
|
|
123
469
|
type: 'array',
|
|
124
|
-
items:
|
|
125
|
-
|
|
470
|
+
items: '[Circular]',
|
|
471
|
+
nullable: true
|
|
472
|
+
},
|
|
473
|
+
valueType: {
|
|
474
|
+
type: 'object',
|
|
475
|
+
properties: {
|
|
476
|
+
itemSource: {
|
|
477
|
+
type: 'object',
|
|
478
|
+
properties: {
|
|
479
|
+
items: {
|
|
480
|
+
type: 'array',
|
|
481
|
+
items: {
|
|
482
|
+
type: 'object',
|
|
483
|
+
properties: {
|
|
484
|
+
displayText: {
|
|
485
|
+
type: 'object',
|
|
486
|
+
properties: {
|
|
487
|
+
name: {
|
|
488
|
+
type: 'string',
|
|
489
|
+
nullable: true
|
|
490
|
+
},
|
|
491
|
+
resourceName: {
|
|
492
|
+
type: 'string',
|
|
493
|
+
nullable: true
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
additionalProperties: false
|
|
497
|
+
},
|
|
498
|
+
value: {
|
|
499
|
+
type: 'string',
|
|
500
|
+
nullable: true
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
additionalProperties: false
|
|
504
|
+
},
|
|
505
|
+
nullable: true
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
additionalProperties: false
|
|
509
|
+
},
|
|
510
|
+
name: {
|
|
511
|
+
type: 'string',
|
|
512
|
+
nullable: true
|
|
513
|
+
},
|
|
514
|
+
properties: {
|
|
515
|
+
type: 'string',
|
|
516
|
+
nullable: true
|
|
517
|
+
},
|
|
518
|
+
validator: {
|
|
519
|
+
type: 'object',
|
|
520
|
+
properties: {
|
|
521
|
+
name: {
|
|
522
|
+
type: 'string',
|
|
523
|
+
nullable: true
|
|
524
|
+
},
|
|
525
|
+
properties: {
|
|
526
|
+
type: 'object',
|
|
527
|
+
properties: {
|
|
528
|
+
minValue: {
|
|
529
|
+
type: 'integer',
|
|
530
|
+
format: 'int32'
|
|
531
|
+
},
|
|
532
|
+
maxValue: {
|
|
533
|
+
type: 'integer',
|
|
534
|
+
format: 'int32'
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
additionalProperties: false
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
additionalProperties: false
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
additionalProperties: false
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
additionalProperties: false
|
|
547
|
+
} as const;
|
|
548
|
+
|
|
549
|
+
export const $UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto = {
|
|
550
|
+
required: ['active', 'countryId', 'productGroup', 'productGroupId', 'vat', 'vatId'],
|
|
551
|
+
type: 'object',
|
|
552
|
+
properties: {
|
|
553
|
+
extraProperties: {
|
|
554
|
+
type: 'object',
|
|
555
|
+
additionalProperties: {},
|
|
556
|
+
nullable: true,
|
|
557
|
+
readOnly: true
|
|
558
|
+
},
|
|
559
|
+
productGroupId: {
|
|
560
|
+
type: 'string',
|
|
561
|
+
format: 'uuid'
|
|
562
|
+
},
|
|
563
|
+
productGroup: {
|
|
564
|
+
type: 'object',
|
|
565
|
+
properties: {
|
|
566
|
+
id: {
|
|
567
|
+
type: 'string',
|
|
568
|
+
format: 'uuid'
|
|
569
|
+
},
|
|
570
|
+
creationTime: {
|
|
571
|
+
type: 'string',
|
|
572
|
+
format: 'date-time'
|
|
573
|
+
},
|
|
574
|
+
creatorId: {
|
|
575
|
+
type: 'string',
|
|
576
|
+
format: 'uuid',
|
|
577
|
+
nullable: true
|
|
578
|
+
},
|
|
579
|
+
lastModificationTime: {
|
|
580
|
+
type: 'string',
|
|
581
|
+
format: 'date-time',
|
|
582
|
+
nullable: true
|
|
583
|
+
},
|
|
584
|
+
lastModifierId: {
|
|
585
|
+
type: 'string',
|
|
586
|
+
format: 'uuid',
|
|
587
|
+
nullable: true
|
|
588
|
+
},
|
|
589
|
+
isDeleted: {
|
|
590
|
+
type: 'boolean'
|
|
591
|
+
},
|
|
592
|
+
deleterId: {
|
|
593
|
+
type: 'string',
|
|
594
|
+
format: 'uuid',
|
|
595
|
+
nullable: true
|
|
596
|
+
},
|
|
597
|
+
deletionTime: {
|
|
598
|
+
type: 'string',
|
|
599
|
+
format: 'date-time',
|
|
600
|
+
nullable: true
|
|
601
|
+
},
|
|
602
|
+
articleCode: {
|
|
603
|
+
type: 'string',
|
|
604
|
+
nullable: true
|
|
605
|
+
},
|
|
606
|
+
name: {
|
|
607
|
+
type: 'string',
|
|
608
|
+
nullable: true
|
|
609
|
+
},
|
|
610
|
+
unitCode: {
|
|
611
|
+
enum: [0, 1, 2],
|
|
612
|
+
type: 'integer',
|
|
613
|
+
format: 'int32'
|
|
614
|
+
},
|
|
615
|
+
companyType: {
|
|
616
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
617
|
+
type: 'integer',
|
|
618
|
+
format: 'int32'
|
|
619
|
+
},
|
|
620
|
+
active: {
|
|
621
|
+
type: 'boolean'
|
|
622
|
+
},
|
|
623
|
+
food: {
|
|
624
|
+
type: 'boolean'
|
|
625
|
+
},
|
|
626
|
+
language: {
|
|
627
|
+
type: 'string',
|
|
628
|
+
nullable: true
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
additionalProperties: false
|
|
632
|
+
},
|
|
633
|
+
countryId: {
|
|
634
|
+
type: 'string',
|
|
635
|
+
format: 'uuid'
|
|
636
|
+
},
|
|
637
|
+
vatId: {
|
|
638
|
+
type: 'string',
|
|
639
|
+
format: 'uuid'
|
|
640
|
+
},
|
|
641
|
+
vat: {
|
|
642
|
+
type: 'object',
|
|
643
|
+
properties: {
|
|
644
|
+
id: {
|
|
645
|
+
type: 'string',
|
|
646
|
+
format: 'uuid'
|
|
647
|
+
},
|
|
648
|
+
creationTime: {
|
|
649
|
+
type: 'string',
|
|
650
|
+
format: 'date-time'
|
|
651
|
+
},
|
|
652
|
+
creatorId: {
|
|
653
|
+
type: 'string',
|
|
654
|
+
format: 'uuid',
|
|
655
|
+
nullable: true
|
|
656
|
+
},
|
|
657
|
+
lastModificationTime: {
|
|
658
|
+
type: 'string',
|
|
659
|
+
format: 'date-time',
|
|
660
|
+
nullable: true
|
|
661
|
+
},
|
|
662
|
+
lastModifierId: {
|
|
663
|
+
type: 'string',
|
|
664
|
+
format: 'uuid',
|
|
665
|
+
nullable: true
|
|
666
|
+
},
|
|
667
|
+
isDeleted: {
|
|
668
|
+
type: 'boolean'
|
|
669
|
+
},
|
|
670
|
+
deleterId: {
|
|
671
|
+
type: 'string',
|
|
672
|
+
format: 'uuid',
|
|
673
|
+
nullable: true
|
|
674
|
+
},
|
|
675
|
+
deletionTime: {
|
|
676
|
+
type: 'string',
|
|
677
|
+
format: 'date-time',
|
|
678
|
+
nullable: true
|
|
679
|
+
},
|
|
680
|
+
percent: {
|
|
681
|
+
type: 'number',
|
|
682
|
+
format: 'float'
|
|
683
|
+
},
|
|
684
|
+
minimumTotalAmount: {
|
|
685
|
+
type: 'number',
|
|
686
|
+
format: 'float'
|
|
687
|
+
},
|
|
688
|
+
countryId: {
|
|
689
|
+
type: 'string',
|
|
690
|
+
format: 'uuid'
|
|
691
|
+
},
|
|
692
|
+
active: {
|
|
693
|
+
type: 'boolean'
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
additionalProperties: false
|
|
697
|
+
},
|
|
698
|
+
active: {
|
|
699
|
+
type: 'boolean'
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
additionalProperties: false
|
|
703
|
+
} as const;
|
|
704
|
+
|
|
705
|
+
export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
|
|
706
|
+
type: 'object',
|
|
707
|
+
properties: {
|
|
708
|
+
id: {
|
|
709
|
+
type: 'string',
|
|
710
|
+
format: 'uuid'
|
|
711
|
+
},
|
|
712
|
+
creationTime: {
|
|
713
|
+
type: 'string',
|
|
714
|
+
format: 'date-time'
|
|
715
|
+
},
|
|
716
|
+
creatorId: {
|
|
717
|
+
type: 'string',
|
|
718
|
+
format: 'uuid',
|
|
719
|
+
nullable: true
|
|
720
|
+
},
|
|
721
|
+
lastModificationTime: {
|
|
722
|
+
type: 'string',
|
|
723
|
+
format: 'date-time',
|
|
724
|
+
nullable: true
|
|
725
|
+
},
|
|
726
|
+
lastModifierId: {
|
|
727
|
+
type: 'string',
|
|
728
|
+
format: 'uuid',
|
|
729
|
+
nullable: true
|
|
730
|
+
},
|
|
731
|
+
isDeleted: {
|
|
732
|
+
type: 'boolean'
|
|
733
|
+
},
|
|
734
|
+
deleterId: {
|
|
735
|
+
type: 'string',
|
|
736
|
+
format: 'uuid',
|
|
737
|
+
nullable: true
|
|
738
|
+
},
|
|
739
|
+
deletionTime: {
|
|
740
|
+
type: 'string',
|
|
741
|
+
format: 'date-time',
|
|
742
|
+
nullable: true
|
|
743
|
+
},
|
|
744
|
+
productGroupId: {
|
|
745
|
+
type: 'string',
|
|
746
|
+
format: 'uuid'
|
|
747
|
+
},
|
|
748
|
+
productGroup: {
|
|
749
|
+
type: 'object',
|
|
750
|
+
properties: {
|
|
751
|
+
id: {
|
|
752
|
+
type: 'string',
|
|
753
|
+
format: 'uuid'
|
|
754
|
+
},
|
|
755
|
+
creationTime: {
|
|
756
|
+
type: 'string',
|
|
757
|
+
format: 'date-time'
|
|
758
|
+
},
|
|
759
|
+
creatorId: {
|
|
760
|
+
type: 'string',
|
|
761
|
+
format: 'uuid',
|
|
762
|
+
nullable: true
|
|
763
|
+
},
|
|
764
|
+
lastModificationTime: {
|
|
765
|
+
type: 'string',
|
|
766
|
+
format: 'date-time',
|
|
767
|
+
nullable: true
|
|
768
|
+
},
|
|
769
|
+
lastModifierId: {
|
|
770
|
+
type: 'string',
|
|
771
|
+
format: 'uuid',
|
|
772
|
+
nullable: true
|
|
773
|
+
},
|
|
774
|
+
isDeleted: {
|
|
775
|
+
type: 'boolean'
|
|
776
|
+
},
|
|
777
|
+
deleterId: {
|
|
778
|
+
type: 'string',
|
|
779
|
+
format: 'uuid',
|
|
780
|
+
nullable: true
|
|
781
|
+
},
|
|
782
|
+
deletionTime: {
|
|
783
|
+
type: 'string',
|
|
784
|
+
format: 'date-time',
|
|
785
|
+
nullable: true
|
|
786
|
+
},
|
|
787
|
+
articleCode: {
|
|
788
|
+
type: 'string',
|
|
789
|
+
nullable: true
|
|
790
|
+
},
|
|
791
|
+
name: {
|
|
792
|
+
type: 'string',
|
|
793
|
+
nullable: true
|
|
794
|
+
},
|
|
795
|
+
unitCode: {
|
|
796
|
+
enum: [0, 1, 2],
|
|
797
|
+
type: 'integer',
|
|
798
|
+
format: 'int32'
|
|
799
|
+
},
|
|
800
|
+
companyType: {
|
|
801
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
802
|
+
type: 'integer',
|
|
803
|
+
format: 'int32'
|
|
804
|
+
},
|
|
805
|
+
active: {
|
|
806
|
+
type: 'boolean'
|
|
807
|
+
},
|
|
808
|
+
food: {
|
|
809
|
+
type: 'boolean'
|
|
810
|
+
},
|
|
811
|
+
language: {
|
|
812
|
+
type: 'string',
|
|
813
|
+
nullable: true
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
additionalProperties: false
|
|
817
|
+
},
|
|
818
|
+
countryId: {
|
|
819
|
+
type: 'string',
|
|
820
|
+
format: 'uuid'
|
|
821
|
+
},
|
|
822
|
+
vatId: {
|
|
823
|
+
type: 'string',
|
|
824
|
+
format: 'uuid'
|
|
825
|
+
},
|
|
826
|
+
vat: {
|
|
827
|
+
type: 'object',
|
|
828
|
+
properties: {
|
|
829
|
+
id: {
|
|
830
|
+
type: 'string',
|
|
831
|
+
format: 'uuid'
|
|
832
|
+
},
|
|
833
|
+
creationTime: {
|
|
834
|
+
type: 'string',
|
|
835
|
+
format: 'date-time'
|
|
836
|
+
},
|
|
837
|
+
creatorId: {
|
|
838
|
+
type: 'string',
|
|
839
|
+
format: 'uuid',
|
|
840
|
+
nullable: true
|
|
841
|
+
},
|
|
842
|
+
lastModificationTime: {
|
|
843
|
+
type: 'string',
|
|
844
|
+
format: 'date-time',
|
|
845
|
+
nullable: true
|
|
846
|
+
},
|
|
847
|
+
lastModifierId: {
|
|
848
|
+
type: 'string',
|
|
849
|
+
format: 'uuid',
|
|
850
|
+
nullable: true
|
|
851
|
+
},
|
|
852
|
+
isDeleted: {
|
|
853
|
+
type: 'boolean'
|
|
854
|
+
},
|
|
855
|
+
deleterId: {
|
|
856
|
+
type: 'string',
|
|
857
|
+
format: 'uuid',
|
|
858
|
+
nullable: true
|
|
859
|
+
},
|
|
860
|
+
deletionTime: {
|
|
861
|
+
type: 'string',
|
|
862
|
+
format: 'date-time',
|
|
863
|
+
nullable: true
|
|
864
|
+
},
|
|
865
|
+
percent: {
|
|
866
|
+
type: 'number',
|
|
867
|
+
format: 'float'
|
|
868
|
+
},
|
|
869
|
+
minimumTotalAmount: {
|
|
870
|
+
type: 'number',
|
|
871
|
+
format: 'float'
|
|
872
|
+
},
|
|
873
|
+
countryId: {
|
|
874
|
+
type: 'string',
|
|
875
|
+
format: 'uuid'
|
|
876
|
+
},
|
|
877
|
+
active: {
|
|
878
|
+
type: 'boolean'
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
additionalProperties: false
|
|
882
|
+
},
|
|
883
|
+
active: {
|
|
884
|
+
type: 'boolean'
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
additionalProperties: false
|
|
888
|
+
} as const;
|
|
889
|
+
|
|
890
|
+
export const $UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto = {
|
|
891
|
+
required: ['id'],
|
|
892
|
+
type: 'object',
|
|
893
|
+
properties: {
|
|
894
|
+
extraProperties: {
|
|
895
|
+
type: 'object',
|
|
896
|
+
additionalProperties: {},
|
|
897
|
+
nullable: true,
|
|
898
|
+
readOnly: true
|
|
899
|
+
},
|
|
900
|
+
id: {
|
|
901
|
+
type: 'string',
|
|
902
|
+
format: 'uuid'
|
|
903
|
+
},
|
|
904
|
+
productGroupId: {
|
|
905
|
+
type: 'string',
|
|
906
|
+
format: 'uuid',
|
|
907
|
+
nullable: true
|
|
908
|
+
},
|
|
909
|
+
productGroup: {
|
|
910
|
+
type: 'object',
|
|
911
|
+
properties: {
|
|
912
|
+
id: {
|
|
913
|
+
type: 'string',
|
|
914
|
+
format: 'uuid'
|
|
915
|
+
},
|
|
916
|
+
creationTime: {
|
|
917
|
+
type: 'string',
|
|
918
|
+
format: 'date-time'
|
|
919
|
+
},
|
|
920
|
+
creatorId: {
|
|
921
|
+
type: 'string',
|
|
922
|
+
format: 'uuid',
|
|
923
|
+
nullable: true
|
|
924
|
+
},
|
|
925
|
+
lastModificationTime: {
|
|
926
|
+
type: 'string',
|
|
927
|
+
format: 'date-time',
|
|
928
|
+
nullable: true
|
|
929
|
+
},
|
|
930
|
+
lastModifierId: {
|
|
931
|
+
type: 'string',
|
|
932
|
+
format: 'uuid',
|
|
933
|
+
nullable: true
|
|
934
|
+
},
|
|
935
|
+
isDeleted: {
|
|
936
|
+
type: 'boolean'
|
|
937
|
+
},
|
|
938
|
+
deleterId: {
|
|
939
|
+
type: 'string',
|
|
940
|
+
format: 'uuid',
|
|
941
|
+
nullable: true
|
|
942
|
+
},
|
|
943
|
+
deletionTime: {
|
|
944
|
+
type: 'string',
|
|
945
|
+
format: 'date-time',
|
|
946
|
+
nullable: true
|
|
947
|
+
},
|
|
948
|
+
articleCode: {
|
|
949
|
+
type: 'string',
|
|
950
|
+
nullable: true
|
|
951
|
+
},
|
|
952
|
+
name: {
|
|
953
|
+
type: 'string',
|
|
954
|
+
nullable: true
|
|
955
|
+
},
|
|
956
|
+
unitCode: {
|
|
957
|
+
enum: [0, 1, 2],
|
|
958
|
+
type: 'integer',
|
|
959
|
+
format: 'int32'
|
|
960
|
+
},
|
|
961
|
+
companyType: {
|
|
962
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
963
|
+
type: 'integer',
|
|
964
|
+
format: 'int32'
|
|
965
|
+
},
|
|
966
|
+
active: {
|
|
967
|
+
type: 'boolean'
|
|
968
|
+
},
|
|
969
|
+
food: {
|
|
970
|
+
type: 'boolean'
|
|
971
|
+
},
|
|
972
|
+
language: {
|
|
973
|
+
type: 'string',
|
|
974
|
+
nullable: true
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
additionalProperties: false
|
|
978
|
+
},
|
|
979
|
+
countryId: {
|
|
980
|
+
type: 'string',
|
|
981
|
+
format: 'uuid',
|
|
982
|
+
nullable: true
|
|
983
|
+
},
|
|
984
|
+
vatId: {
|
|
985
|
+
type: 'string',
|
|
986
|
+
format: 'uuid',
|
|
987
|
+
nullable: true
|
|
988
|
+
},
|
|
989
|
+
vat: {
|
|
990
|
+
type: 'object',
|
|
991
|
+
properties: {
|
|
992
|
+
id: {
|
|
993
|
+
type: 'string',
|
|
994
|
+
format: 'uuid'
|
|
995
|
+
},
|
|
996
|
+
creationTime: {
|
|
997
|
+
type: 'string',
|
|
998
|
+
format: 'date-time'
|
|
999
|
+
},
|
|
1000
|
+
creatorId: {
|
|
1001
|
+
type: 'string',
|
|
1002
|
+
format: 'uuid',
|
|
1003
|
+
nullable: true
|
|
1004
|
+
},
|
|
1005
|
+
lastModificationTime: {
|
|
1006
|
+
type: 'string',
|
|
1007
|
+
format: 'date-time',
|
|
1008
|
+
nullable: true
|
|
1009
|
+
},
|
|
1010
|
+
lastModifierId: {
|
|
1011
|
+
type: 'string',
|
|
1012
|
+
format: 'uuid',
|
|
1013
|
+
nullable: true
|
|
1014
|
+
},
|
|
1015
|
+
isDeleted: {
|
|
1016
|
+
type: 'boolean'
|
|
1017
|
+
},
|
|
1018
|
+
deleterId: {
|
|
1019
|
+
type: 'string',
|
|
1020
|
+
format: 'uuid',
|
|
1021
|
+
nullable: true
|
|
1022
|
+
},
|
|
1023
|
+
deletionTime: {
|
|
1024
|
+
type: 'string',
|
|
1025
|
+
format: 'date-time',
|
|
1026
|
+
nullable: true
|
|
1027
|
+
},
|
|
1028
|
+
percent: {
|
|
1029
|
+
type: 'number',
|
|
1030
|
+
format: 'float'
|
|
1031
|
+
},
|
|
1032
|
+
minimumTotalAmount: {
|
|
1033
|
+
type: 'number',
|
|
1034
|
+
format: 'float'
|
|
1035
|
+
},
|
|
1036
|
+
countryId: {
|
|
1037
|
+
type: 'string',
|
|
1038
|
+
format: 'uuid'
|
|
1039
|
+
},
|
|
1040
|
+
active: {
|
|
1041
|
+
type: 'boolean'
|
|
1042
|
+
}
|
|
126
1043
|
},
|
|
1044
|
+
additionalProperties: false
|
|
1045
|
+
},
|
|
1046
|
+
active: {
|
|
1047
|
+
type: 'boolean',
|
|
1048
|
+
nullable: true
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
additionalProperties: false
|
|
1052
|
+
} as const;
|
|
1053
|
+
|
|
1054
|
+
export const $UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto = {
|
|
1055
|
+
required: ['language', 'name'],
|
|
1056
|
+
type: 'object',
|
|
1057
|
+
properties: {
|
|
1058
|
+
language: {
|
|
1059
|
+
minLength: 1,
|
|
1060
|
+
type: 'string'
|
|
1061
|
+
},
|
|
1062
|
+
name: {
|
|
1063
|
+
minLength: 1,
|
|
1064
|
+
type: 'string'
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
additionalProperties: false
|
|
1068
|
+
} as const;
|
|
1069
|
+
|
|
1070
|
+
export const $UniRefund_SettingService_ProductGroups_CompanyTypeCode = {
|
|
1071
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
1072
|
+
type: 'integer',
|
|
1073
|
+
format: 'int32'
|
|
1074
|
+
} as const;
|
|
1075
|
+
|
|
1076
|
+
export const $UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
|
|
1077
|
+
required: ['active', 'articleCode', 'companyType', 'food', 'name', 'unitCode'],
|
|
1078
|
+
type: 'object',
|
|
1079
|
+
properties: {
|
|
1080
|
+
extraProperties: {
|
|
1081
|
+
type: 'object',
|
|
1082
|
+
additionalProperties: {},
|
|
1083
|
+
nullable: true,
|
|
1084
|
+
readOnly: true
|
|
1085
|
+
},
|
|
1086
|
+
articleCode: {
|
|
1087
|
+
maxLength: 10,
|
|
1088
|
+
minLength: 3,
|
|
1089
|
+
type: 'string'
|
|
1090
|
+
},
|
|
1091
|
+
name: {
|
|
1092
|
+
maxLength: 64,
|
|
1093
|
+
minLength: 0,
|
|
1094
|
+
type: 'string'
|
|
1095
|
+
},
|
|
1096
|
+
unitCode: {
|
|
1097
|
+
enum: [0, 1, 2],
|
|
1098
|
+
type: 'integer',
|
|
1099
|
+
format: 'int32'
|
|
1100
|
+
},
|
|
1101
|
+
companyType: {
|
|
1102
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
1103
|
+
type: 'integer',
|
|
1104
|
+
format: 'int32'
|
|
1105
|
+
},
|
|
1106
|
+
active: {
|
|
1107
|
+
type: 'boolean'
|
|
1108
|
+
},
|
|
1109
|
+
food: {
|
|
1110
|
+
type: 'boolean'
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
additionalProperties: false
|
|
1114
|
+
} as const;
|
|
1115
|
+
|
|
1116
|
+
export const $UniRefund_SettingService_ProductGroups_ProductGroupDto = {
|
|
1117
|
+
type: 'object',
|
|
1118
|
+
properties: {
|
|
1119
|
+
id: {
|
|
1120
|
+
type: 'string',
|
|
1121
|
+
format: 'uuid'
|
|
1122
|
+
},
|
|
1123
|
+
creationTime: {
|
|
1124
|
+
type: 'string',
|
|
1125
|
+
format: 'date-time'
|
|
1126
|
+
},
|
|
1127
|
+
creatorId: {
|
|
1128
|
+
type: 'string',
|
|
1129
|
+
format: 'uuid',
|
|
1130
|
+
nullable: true
|
|
1131
|
+
},
|
|
1132
|
+
lastModificationTime: {
|
|
1133
|
+
type: 'string',
|
|
1134
|
+
format: 'date-time',
|
|
1135
|
+
nullable: true
|
|
1136
|
+
},
|
|
1137
|
+
lastModifierId: {
|
|
1138
|
+
type: 'string',
|
|
1139
|
+
format: 'uuid',
|
|
1140
|
+
nullable: true
|
|
1141
|
+
},
|
|
1142
|
+
isDeleted: {
|
|
1143
|
+
type: 'boolean'
|
|
1144
|
+
},
|
|
1145
|
+
deleterId: {
|
|
1146
|
+
type: 'string',
|
|
1147
|
+
format: 'uuid',
|
|
1148
|
+
nullable: true
|
|
1149
|
+
},
|
|
1150
|
+
deletionTime: {
|
|
1151
|
+
type: 'string',
|
|
1152
|
+
format: 'date-time',
|
|
1153
|
+
nullable: true
|
|
1154
|
+
},
|
|
1155
|
+
articleCode: {
|
|
1156
|
+
type: 'string',
|
|
1157
|
+
nullable: true
|
|
1158
|
+
},
|
|
1159
|
+
name: {
|
|
1160
|
+
type: 'string',
|
|
1161
|
+
nullable: true
|
|
1162
|
+
},
|
|
1163
|
+
unitCode: {
|
|
1164
|
+
enum: [0, 1, 2],
|
|
1165
|
+
type: 'integer',
|
|
1166
|
+
format: 'int32'
|
|
1167
|
+
},
|
|
1168
|
+
companyType: {
|
|
1169
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
1170
|
+
type: 'integer',
|
|
1171
|
+
format: 'int32'
|
|
1172
|
+
},
|
|
1173
|
+
active: {
|
|
1174
|
+
type: 'boolean'
|
|
1175
|
+
},
|
|
1176
|
+
food: {
|
|
1177
|
+
type: 'boolean'
|
|
1178
|
+
},
|
|
1179
|
+
language: {
|
|
1180
|
+
type: 'string',
|
|
1181
|
+
nullable: true
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
additionalProperties: false
|
|
1185
|
+
} as const;
|
|
1186
|
+
|
|
1187
|
+
export const $UniRefund_SettingService_ProductGroups_UnitTypeCode = {
|
|
1188
|
+
enum: [0, 1, 2],
|
|
1189
|
+
type: 'integer',
|
|
1190
|
+
format: 'int32'
|
|
1191
|
+
} as const;
|
|
1192
|
+
|
|
1193
|
+
export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
|
|
1194
|
+
required: ['id'],
|
|
1195
|
+
type: 'object',
|
|
1196
|
+
properties: {
|
|
1197
|
+
extraProperties: {
|
|
1198
|
+
type: 'object',
|
|
1199
|
+
additionalProperties: {},
|
|
1200
|
+
nullable: true,
|
|
1201
|
+
readOnly: true
|
|
1202
|
+
},
|
|
1203
|
+
id: {
|
|
1204
|
+
type: 'string',
|
|
1205
|
+
format: 'uuid'
|
|
1206
|
+
},
|
|
1207
|
+
articleCode: {
|
|
1208
|
+
maxLength: 10,
|
|
1209
|
+
minLength: 3,
|
|
1210
|
+
type: 'string',
|
|
1211
|
+
nullable: true
|
|
1212
|
+
},
|
|
1213
|
+
name: {
|
|
1214
|
+
maxLength: 64,
|
|
1215
|
+
minLength: 0,
|
|
1216
|
+
type: 'string',
|
|
1217
|
+
nullable: true
|
|
1218
|
+
},
|
|
1219
|
+
unitCode: {
|
|
1220
|
+
enum: [0, 1, 2],
|
|
1221
|
+
type: 'integer',
|
|
1222
|
+
format: 'int32'
|
|
1223
|
+
},
|
|
1224
|
+
companyType: {
|
|
1225
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
1226
|
+
type: 'integer',
|
|
1227
|
+
format: 'int32'
|
|
1228
|
+
},
|
|
1229
|
+
active: {
|
|
1230
|
+
type: 'boolean',
|
|
127
1231
|
nullable: true
|
|
128
1232
|
},
|
|
129
|
-
|
|
130
|
-
|
|
1233
|
+
food: {
|
|
1234
|
+
type: 'boolean',
|
|
1235
|
+
nullable: true
|
|
131
1236
|
}
|
|
132
1237
|
},
|
|
133
1238
|
additionalProperties: false
|
|
@@ -150,7 +1255,28 @@ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourc
|
|
|
150
1255
|
items: {
|
|
151
1256
|
type: 'array',
|
|
152
1257
|
items: {
|
|
153
|
-
|
|
1258
|
+
type: 'object',
|
|
1259
|
+
properties: {
|
|
1260
|
+
displayText: {
|
|
1261
|
+
type: 'object',
|
|
1262
|
+
properties: {
|
|
1263
|
+
name: {
|
|
1264
|
+
type: 'string',
|
|
1265
|
+
nullable: true
|
|
1266
|
+
},
|
|
1267
|
+
resourceName: {
|
|
1268
|
+
type: 'string',
|
|
1269
|
+
nullable: true
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
additionalProperties: false
|
|
1273
|
+
},
|
|
1274
|
+
value: {
|
|
1275
|
+
type: 'string',
|
|
1276
|
+
nullable: true
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
additionalProperties: false
|
|
154
1280
|
},
|
|
155
1281
|
nullable: true
|
|
156
1282
|
}
|
|
@@ -177,7 +1303,18 @@ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_Ite
|
|
|
177
1303
|
type: 'object',
|
|
178
1304
|
properties: {
|
|
179
1305
|
displayText: {
|
|
180
|
-
|
|
1306
|
+
type: 'object',
|
|
1307
|
+
properties: {
|
|
1308
|
+
name: {
|
|
1309
|
+
type: 'string',
|
|
1310
|
+
nullable: true
|
|
1311
|
+
},
|
|
1312
|
+
resourceName: {
|
|
1313
|
+
type: 'string',
|
|
1314
|
+
nullable: true
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
additionalProperties: false
|
|
181
1318
|
},
|
|
182
1319
|
value: {
|
|
183
1320
|
type: 'string',
|
|
@@ -210,7 +1347,18 @@ export const $UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorD
|
|
|
210
1347
|
nullable: true
|
|
211
1348
|
},
|
|
212
1349
|
properties: {
|
|
213
|
-
|
|
1350
|
+
type: 'object',
|
|
1351
|
+
properties: {
|
|
1352
|
+
minValue: {
|
|
1353
|
+
type: 'integer',
|
|
1354
|
+
format: 'int32'
|
|
1355
|
+
},
|
|
1356
|
+
maxValue: {
|
|
1357
|
+
type: 'integer',
|
|
1358
|
+
format: 'int32'
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
additionalProperties: false
|
|
214
1362
|
}
|
|
215
1363
|
},
|
|
216
1364
|
additionalProperties: false
|
|
@@ -220,7 +1368,38 @@ export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
|
|
|
220
1368
|
type: 'object',
|
|
221
1369
|
properties: {
|
|
222
1370
|
itemSource: {
|
|
223
|
-
|
|
1371
|
+
type: 'object',
|
|
1372
|
+
properties: {
|
|
1373
|
+
items: {
|
|
1374
|
+
type: 'array',
|
|
1375
|
+
items: {
|
|
1376
|
+
type: 'object',
|
|
1377
|
+
properties: {
|
|
1378
|
+
displayText: {
|
|
1379
|
+
type: 'object',
|
|
1380
|
+
properties: {
|
|
1381
|
+
name: {
|
|
1382
|
+
type: 'string',
|
|
1383
|
+
nullable: true
|
|
1384
|
+
},
|
|
1385
|
+
resourceName: {
|
|
1386
|
+
type: 'string',
|
|
1387
|
+
nullable: true
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
additionalProperties: false
|
|
1391
|
+
},
|
|
1392
|
+
value: {
|
|
1393
|
+
type: 'string',
|
|
1394
|
+
nullable: true
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
additionalProperties: false
|
|
1398
|
+
},
|
|
1399
|
+
nullable: true
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
additionalProperties: false
|
|
224
1403
|
},
|
|
225
1404
|
name: {
|
|
226
1405
|
type: 'string',
|
|
@@ -231,7 +1410,507 @@ export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
|
|
|
231
1410
|
nullable: true
|
|
232
1411
|
},
|
|
233
1412
|
validator: {
|
|
234
|
-
|
|
1413
|
+
type: 'object',
|
|
1414
|
+
properties: {
|
|
1415
|
+
name: {
|
|
1416
|
+
type: 'string',
|
|
1417
|
+
nullable: true
|
|
1418
|
+
},
|
|
1419
|
+
properties: {
|
|
1420
|
+
type: 'object',
|
|
1421
|
+
properties: {
|
|
1422
|
+
minValue: {
|
|
1423
|
+
type: 'integer',
|
|
1424
|
+
format: 'int32'
|
|
1425
|
+
},
|
|
1426
|
+
maxValue: {
|
|
1427
|
+
type: 'integer',
|
|
1428
|
+
format: 'int32'
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
additionalProperties: false
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
additionalProperties: false
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
additionalProperties: false
|
|
1438
|
+
} as const;
|
|
1439
|
+
|
|
1440
|
+
export const $UniRefund_SettingService_Vats_CreateVatDto = {
|
|
1441
|
+
required: ['active', 'countryId', 'minimumTotalAmount', 'percent'],
|
|
1442
|
+
type: 'object',
|
|
1443
|
+
properties: {
|
|
1444
|
+
extraProperties: {
|
|
1445
|
+
type: 'object',
|
|
1446
|
+
additionalProperties: {},
|
|
1447
|
+
nullable: true,
|
|
1448
|
+
readOnly: true
|
|
1449
|
+
},
|
|
1450
|
+
percent: {
|
|
1451
|
+
type: 'number',
|
|
1452
|
+
format: 'float'
|
|
1453
|
+
},
|
|
1454
|
+
minimumTotalAmount: {
|
|
1455
|
+
type: 'number',
|
|
1456
|
+
format: 'float'
|
|
1457
|
+
},
|
|
1458
|
+
countryId: {
|
|
1459
|
+
type: 'string',
|
|
1460
|
+
format: 'uuid'
|
|
1461
|
+
},
|
|
1462
|
+
active: {
|
|
1463
|
+
type: 'boolean'
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
additionalProperties: false
|
|
1467
|
+
} as const;
|
|
1468
|
+
|
|
1469
|
+
export const $UniRefund_SettingService_Vats_UpdateVatDto = {
|
|
1470
|
+
type: 'object',
|
|
1471
|
+
properties: {
|
|
1472
|
+
extraProperties: {
|
|
1473
|
+
type: 'object',
|
|
1474
|
+
additionalProperties: {},
|
|
1475
|
+
nullable: true,
|
|
1476
|
+
readOnly: true
|
|
1477
|
+
},
|
|
1478
|
+
id: {
|
|
1479
|
+
type: 'string',
|
|
1480
|
+
format: 'uuid'
|
|
1481
|
+
},
|
|
1482
|
+
percent: {
|
|
1483
|
+
type: 'number',
|
|
1484
|
+
format: 'float',
|
|
1485
|
+
nullable: true
|
|
1486
|
+
},
|
|
1487
|
+
minimumTotalAmount: {
|
|
1488
|
+
type: 'number',
|
|
1489
|
+
format: 'float',
|
|
1490
|
+
nullable: true
|
|
1491
|
+
},
|
|
1492
|
+
countryId: {
|
|
1493
|
+
type: 'string',
|
|
1494
|
+
format: 'uuid',
|
|
1495
|
+
nullable: true
|
|
1496
|
+
},
|
|
1497
|
+
active: {
|
|
1498
|
+
type: 'boolean',
|
|
1499
|
+
nullable: true
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
additionalProperties: false
|
|
1503
|
+
} as const;
|
|
1504
|
+
|
|
1505
|
+
export const $UniRefund_SettingService_Vats_VatDto = {
|
|
1506
|
+
type: 'object',
|
|
1507
|
+
properties: {
|
|
1508
|
+
id: {
|
|
1509
|
+
type: 'string',
|
|
1510
|
+
format: 'uuid'
|
|
1511
|
+
},
|
|
1512
|
+
creationTime: {
|
|
1513
|
+
type: 'string',
|
|
1514
|
+
format: 'date-time'
|
|
1515
|
+
},
|
|
1516
|
+
creatorId: {
|
|
1517
|
+
type: 'string',
|
|
1518
|
+
format: 'uuid',
|
|
1519
|
+
nullable: true
|
|
1520
|
+
},
|
|
1521
|
+
lastModificationTime: {
|
|
1522
|
+
type: 'string',
|
|
1523
|
+
format: 'date-time',
|
|
1524
|
+
nullable: true
|
|
1525
|
+
},
|
|
1526
|
+
lastModifierId: {
|
|
1527
|
+
type: 'string',
|
|
1528
|
+
format: 'uuid',
|
|
1529
|
+
nullable: true
|
|
1530
|
+
},
|
|
1531
|
+
isDeleted: {
|
|
1532
|
+
type: 'boolean'
|
|
1533
|
+
},
|
|
1534
|
+
deleterId: {
|
|
1535
|
+
type: 'string',
|
|
1536
|
+
format: 'uuid',
|
|
1537
|
+
nullable: true
|
|
1538
|
+
},
|
|
1539
|
+
deletionTime: {
|
|
1540
|
+
type: 'string',
|
|
1541
|
+
format: 'date-time',
|
|
1542
|
+
nullable: true
|
|
1543
|
+
},
|
|
1544
|
+
percent: {
|
|
1545
|
+
type: 'number',
|
|
1546
|
+
format: 'float'
|
|
1547
|
+
},
|
|
1548
|
+
minimumTotalAmount: {
|
|
1549
|
+
type: 'number',
|
|
1550
|
+
format: 'float'
|
|
1551
|
+
},
|
|
1552
|
+
countryId: {
|
|
1553
|
+
type: 'string',
|
|
1554
|
+
format: 'uuid'
|
|
1555
|
+
},
|
|
1556
|
+
active: {
|
|
1557
|
+
type: 'boolean'
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
additionalProperties: false
|
|
1561
|
+
} as const;
|
|
1562
|
+
|
|
1563
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1564
|
+
type: 'object',
|
|
1565
|
+
properties: {
|
|
1566
|
+
items: {
|
|
1567
|
+
type: 'array',
|
|
1568
|
+
items: {
|
|
1569
|
+
type: 'object',
|
|
1570
|
+
properties: {
|
|
1571
|
+
id: {
|
|
1572
|
+
type: 'string',
|
|
1573
|
+
format: 'uuid'
|
|
1574
|
+
},
|
|
1575
|
+
creationTime: {
|
|
1576
|
+
type: 'string',
|
|
1577
|
+
format: 'date-time'
|
|
1578
|
+
},
|
|
1579
|
+
creatorId: {
|
|
1580
|
+
type: 'string',
|
|
1581
|
+
format: 'uuid',
|
|
1582
|
+
nullable: true
|
|
1583
|
+
},
|
|
1584
|
+
lastModificationTime: {
|
|
1585
|
+
type: 'string',
|
|
1586
|
+
format: 'date-time',
|
|
1587
|
+
nullable: true
|
|
1588
|
+
},
|
|
1589
|
+
lastModifierId: {
|
|
1590
|
+
type: 'string',
|
|
1591
|
+
format: 'uuid',
|
|
1592
|
+
nullable: true
|
|
1593
|
+
},
|
|
1594
|
+
isDeleted: {
|
|
1595
|
+
type: 'boolean'
|
|
1596
|
+
},
|
|
1597
|
+
deleterId: {
|
|
1598
|
+
type: 'string',
|
|
1599
|
+
format: 'uuid',
|
|
1600
|
+
nullable: true
|
|
1601
|
+
},
|
|
1602
|
+
deletionTime: {
|
|
1603
|
+
type: 'string',
|
|
1604
|
+
format: 'date-time',
|
|
1605
|
+
nullable: true
|
|
1606
|
+
},
|
|
1607
|
+
productGroupId: {
|
|
1608
|
+
type: 'string',
|
|
1609
|
+
format: 'uuid'
|
|
1610
|
+
},
|
|
1611
|
+
productGroup: {
|
|
1612
|
+
type: 'object',
|
|
1613
|
+
properties: {
|
|
1614
|
+
id: {
|
|
1615
|
+
type: 'string',
|
|
1616
|
+
format: 'uuid'
|
|
1617
|
+
},
|
|
1618
|
+
creationTime: {
|
|
1619
|
+
type: 'string',
|
|
1620
|
+
format: 'date-time'
|
|
1621
|
+
},
|
|
1622
|
+
creatorId: {
|
|
1623
|
+
type: 'string',
|
|
1624
|
+
format: 'uuid',
|
|
1625
|
+
nullable: true
|
|
1626
|
+
},
|
|
1627
|
+
lastModificationTime: {
|
|
1628
|
+
type: 'string',
|
|
1629
|
+
format: 'date-time',
|
|
1630
|
+
nullable: true
|
|
1631
|
+
},
|
|
1632
|
+
lastModifierId: {
|
|
1633
|
+
type: 'string',
|
|
1634
|
+
format: 'uuid',
|
|
1635
|
+
nullable: true
|
|
1636
|
+
},
|
|
1637
|
+
isDeleted: {
|
|
1638
|
+
type: 'boolean'
|
|
1639
|
+
},
|
|
1640
|
+
deleterId: {
|
|
1641
|
+
type: 'string',
|
|
1642
|
+
format: 'uuid',
|
|
1643
|
+
nullable: true
|
|
1644
|
+
},
|
|
1645
|
+
deletionTime: {
|
|
1646
|
+
type: 'string',
|
|
1647
|
+
format: 'date-time',
|
|
1648
|
+
nullable: true
|
|
1649
|
+
},
|
|
1650
|
+
articleCode: {
|
|
1651
|
+
type: 'string',
|
|
1652
|
+
nullable: true
|
|
1653
|
+
},
|
|
1654
|
+
name: {
|
|
1655
|
+
type: 'string',
|
|
1656
|
+
nullable: true
|
|
1657
|
+
},
|
|
1658
|
+
unitCode: {
|
|
1659
|
+
enum: [0, 1, 2],
|
|
1660
|
+
type: 'integer',
|
|
1661
|
+
format: 'int32'
|
|
1662
|
+
},
|
|
1663
|
+
companyType: {
|
|
1664
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
1665
|
+
type: 'integer',
|
|
1666
|
+
format: 'int32'
|
|
1667
|
+
},
|
|
1668
|
+
active: {
|
|
1669
|
+
type: 'boolean'
|
|
1670
|
+
},
|
|
1671
|
+
food: {
|
|
1672
|
+
type: 'boolean'
|
|
1673
|
+
},
|
|
1674
|
+
language: {
|
|
1675
|
+
type: 'string',
|
|
1676
|
+
nullable: true
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
additionalProperties: false
|
|
1680
|
+
},
|
|
1681
|
+
countryId: {
|
|
1682
|
+
type: 'string',
|
|
1683
|
+
format: 'uuid'
|
|
1684
|
+
},
|
|
1685
|
+
vatId: {
|
|
1686
|
+
type: 'string',
|
|
1687
|
+
format: 'uuid'
|
|
1688
|
+
},
|
|
1689
|
+
vat: {
|
|
1690
|
+
type: 'object',
|
|
1691
|
+
properties: {
|
|
1692
|
+
id: {
|
|
1693
|
+
type: 'string',
|
|
1694
|
+
format: 'uuid'
|
|
1695
|
+
},
|
|
1696
|
+
creationTime: {
|
|
1697
|
+
type: 'string',
|
|
1698
|
+
format: 'date-time'
|
|
1699
|
+
},
|
|
1700
|
+
creatorId: {
|
|
1701
|
+
type: 'string',
|
|
1702
|
+
format: 'uuid',
|
|
1703
|
+
nullable: true
|
|
1704
|
+
},
|
|
1705
|
+
lastModificationTime: {
|
|
1706
|
+
type: 'string',
|
|
1707
|
+
format: 'date-time',
|
|
1708
|
+
nullable: true
|
|
1709
|
+
},
|
|
1710
|
+
lastModifierId: {
|
|
1711
|
+
type: 'string',
|
|
1712
|
+
format: 'uuid',
|
|
1713
|
+
nullable: true
|
|
1714
|
+
},
|
|
1715
|
+
isDeleted: {
|
|
1716
|
+
type: 'boolean'
|
|
1717
|
+
},
|
|
1718
|
+
deleterId: {
|
|
1719
|
+
type: 'string',
|
|
1720
|
+
format: 'uuid',
|
|
1721
|
+
nullable: true
|
|
1722
|
+
},
|
|
1723
|
+
deletionTime: {
|
|
1724
|
+
type: 'string',
|
|
1725
|
+
format: 'date-time',
|
|
1726
|
+
nullable: true
|
|
1727
|
+
},
|
|
1728
|
+
percent: {
|
|
1729
|
+
type: 'number',
|
|
1730
|
+
format: 'float'
|
|
1731
|
+
},
|
|
1732
|
+
minimumTotalAmount: {
|
|
1733
|
+
type: 'number',
|
|
1734
|
+
format: 'float'
|
|
1735
|
+
},
|
|
1736
|
+
countryId: {
|
|
1737
|
+
type: 'string',
|
|
1738
|
+
format: 'uuid'
|
|
1739
|
+
},
|
|
1740
|
+
active: {
|
|
1741
|
+
type: 'boolean'
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
additionalProperties: false
|
|
1745
|
+
},
|
|
1746
|
+
active: {
|
|
1747
|
+
type: 'boolean'
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
additionalProperties: false
|
|
1751
|
+
},
|
|
1752
|
+
nullable: true
|
|
1753
|
+
},
|
|
1754
|
+
totalCount: {
|
|
1755
|
+
type: 'integer',
|
|
1756
|
+
format: 'int64'
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
additionalProperties: false
|
|
1760
|
+
} as const;
|
|
1761
|
+
|
|
1762
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroups_ProductGroupDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1763
|
+
type: 'object',
|
|
1764
|
+
properties: {
|
|
1765
|
+
items: {
|
|
1766
|
+
type: 'array',
|
|
1767
|
+
items: {
|
|
1768
|
+
type: 'object',
|
|
1769
|
+
properties: {
|
|
1770
|
+
id: {
|
|
1771
|
+
type: 'string',
|
|
1772
|
+
format: 'uuid'
|
|
1773
|
+
},
|
|
1774
|
+
creationTime: {
|
|
1775
|
+
type: 'string',
|
|
1776
|
+
format: 'date-time'
|
|
1777
|
+
},
|
|
1778
|
+
creatorId: {
|
|
1779
|
+
type: 'string',
|
|
1780
|
+
format: 'uuid',
|
|
1781
|
+
nullable: true
|
|
1782
|
+
},
|
|
1783
|
+
lastModificationTime: {
|
|
1784
|
+
type: 'string',
|
|
1785
|
+
format: 'date-time',
|
|
1786
|
+
nullable: true
|
|
1787
|
+
},
|
|
1788
|
+
lastModifierId: {
|
|
1789
|
+
type: 'string',
|
|
1790
|
+
format: 'uuid',
|
|
1791
|
+
nullable: true
|
|
1792
|
+
},
|
|
1793
|
+
isDeleted: {
|
|
1794
|
+
type: 'boolean'
|
|
1795
|
+
},
|
|
1796
|
+
deleterId: {
|
|
1797
|
+
type: 'string',
|
|
1798
|
+
format: 'uuid',
|
|
1799
|
+
nullable: true
|
|
1800
|
+
},
|
|
1801
|
+
deletionTime: {
|
|
1802
|
+
type: 'string',
|
|
1803
|
+
format: 'date-time',
|
|
1804
|
+
nullable: true
|
|
1805
|
+
},
|
|
1806
|
+
articleCode: {
|
|
1807
|
+
type: 'string',
|
|
1808
|
+
nullable: true
|
|
1809
|
+
},
|
|
1810
|
+
name: {
|
|
1811
|
+
type: 'string',
|
|
1812
|
+
nullable: true
|
|
1813
|
+
},
|
|
1814
|
+
unitCode: {
|
|
1815
|
+
enum: [0, 1, 2],
|
|
1816
|
+
type: 'integer',
|
|
1817
|
+
format: 'int32'
|
|
1818
|
+
},
|
|
1819
|
+
companyType: {
|
|
1820
|
+
enum: [0, 1, 2, 3, 4, 5, 6],
|
|
1821
|
+
type: 'integer',
|
|
1822
|
+
format: 'int32'
|
|
1823
|
+
},
|
|
1824
|
+
active: {
|
|
1825
|
+
type: 'boolean'
|
|
1826
|
+
},
|
|
1827
|
+
food: {
|
|
1828
|
+
type: 'boolean'
|
|
1829
|
+
},
|
|
1830
|
+
language: {
|
|
1831
|
+
type: 'string',
|
|
1832
|
+
nullable: true
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
additionalProperties: false
|
|
1836
|
+
},
|
|
1837
|
+
nullable: true
|
|
1838
|
+
},
|
|
1839
|
+
totalCount: {
|
|
1840
|
+
type: 'integer',
|
|
1841
|
+
format: 'int64'
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
additionalProperties: false
|
|
1845
|
+
} as const;
|
|
1846
|
+
|
|
1847
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_Vats_VatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1848
|
+
type: 'object',
|
|
1849
|
+
properties: {
|
|
1850
|
+
items: {
|
|
1851
|
+
type: 'array',
|
|
1852
|
+
items: {
|
|
1853
|
+
type: 'object',
|
|
1854
|
+
properties: {
|
|
1855
|
+
id: {
|
|
1856
|
+
type: 'string',
|
|
1857
|
+
format: 'uuid'
|
|
1858
|
+
},
|
|
1859
|
+
creationTime: {
|
|
1860
|
+
type: 'string',
|
|
1861
|
+
format: 'date-time'
|
|
1862
|
+
},
|
|
1863
|
+
creatorId: {
|
|
1864
|
+
type: 'string',
|
|
1865
|
+
format: 'uuid',
|
|
1866
|
+
nullable: true
|
|
1867
|
+
},
|
|
1868
|
+
lastModificationTime: {
|
|
1869
|
+
type: 'string',
|
|
1870
|
+
format: 'date-time',
|
|
1871
|
+
nullable: true
|
|
1872
|
+
},
|
|
1873
|
+
lastModifierId: {
|
|
1874
|
+
type: 'string',
|
|
1875
|
+
format: 'uuid',
|
|
1876
|
+
nullable: true
|
|
1877
|
+
},
|
|
1878
|
+
isDeleted: {
|
|
1879
|
+
type: 'boolean'
|
|
1880
|
+
},
|
|
1881
|
+
deleterId: {
|
|
1882
|
+
type: 'string',
|
|
1883
|
+
format: 'uuid',
|
|
1884
|
+
nullable: true
|
|
1885
|
+
},
|
|
1886
|
+
deletionTime: {
|
|
1887
|
+
type: 'string',
|
|
1888
|
+
format: 'date-time',
|
|
1889
|
+
nullable: true
|
|
1890
|
+
},
|
|
1891
|
+
percent: {
|
|
1892
|
+
type: 'number',
|
|
1893
|
+
format: 'float'
|
|
1894
|
+
},
|
|
1895
|
+
minimumTotalAmount: {
|
|
1896
|
+
type: 'number',
|
|
1897
|
+
format: 'float'
|
|
1898
|
+
},
|
|
1899
|
+
countryId: {
|
|
1900
|
+
type: 'string',
|
|
1901
|
+
format: 'uuid'
|
|
1902
|
+
},
|
|
1903
|
+
active: {
|
|
1904
|
+
type: 'boolean'
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
additionalProperties: false
|
|
1908
|
+
},
|
|
1909
|
+
nullable: true
|
|
1910
|
+
},
|
|
1911
|
+
totalCount: {
|
|
1912
|
+
type: 'integer',
|
|
1913
|
+
format: 'int64'
|
|
235
1914
|
}
|
|
236
1915
|
},
|
|
237
1916
|
additionalProperties: false
|
|
@@ -255,37 +1934,604 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfi
|
|
|
255
1934
|
type: 'object',
|
|
256
1935
|
properties: {
|
|
257
1936
|
localization: {
|
|
258
|
-
|
|
1937
|
+
type: 'object',
|
|
1938
|
+
properties: {
|
|
1939
|
+
values: {
|
|
1940
|
+
type: 'object',
|
|
1941
|
+
additionalProperties: {
|
|
1942
|
+
type: 'object',
|
|
1943
|
+
additionalProperties: {
|
|
1944
|
+
type: 'string'
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
nullable: true
|
|
1948
|
+
},
|
|
1949
|
+
resources: {
|
|
1950
|
+
type: 'object',
|
|
1951
|
+
additionalProperties: {
|
|
1952
|
+
type: 'object',
|
|
1953
|
+
properties: {
|
|
1954
|
+
texts: {
|
|
1955
|
+
type: 'object',
|
|
1956
|
+
additionalProperties: {
|
|
1957
|
+
type: 'string'
|
|
1958
|
+
},
|
|
1959
|
+
nullable: true
|
|
1960
|
+
},
|
|
1961
|
+
baseResources: {
|
|
1962
|
+
type: 'array',
|
|
1963
|
+
items: {
|
|
1964
|
+
type: 'string'
|
|
1965
|
+
},
|
|
1966
|
+
nullable: true
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
additionalProperties: false
|
|
1970
|
+
},
|
|
1971
|
+
nullable: true
|
|
1972
|
+
},
|
|
1973
|
+
languages: {
|
|
1974
|
+
type: 'array',
|
|
1975
|
+
items: {
|
|
1976
|
+
type: 'object',
|
|
1977
|
+
properties: {
|
|
1978
|
+
cultureName: {
|
|
1979
|
+
type: 'string',
|
|
1980
|
+
nullable: true
|
|
1981
|
+
},
|
|
1982
|
+
uiCultureName: {
|
|
1983
|
+
type: 'string',
|
|
1984
|
+
nullable: true
|
|
1985
|
+
},
|
|
1986
|
+
displayName: {
|
|
1987
|
+
type: 'string',
|
|
1988
|
+
nullable: true
|
|
1989
|
+
},
|
|
1990
|
+
twoLetterISOLanguageName: {
|
|
1991
|
+
type: 'string',
|
|
1992
|
+
nullable: true,
|
|
1993
|
+
readOnly: true
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
additionalProperties: false
|
|
1997
|
+
},
|
|
1998
|
+
nullable: true
|
|
1999
|
+
},
|
|
2000
|
+
currentCulture: {
|
|
2001
|
+
type: 'object',
|
|
2002
|
+
properties: {
|
|
2003
|
+
displayName: {
|
|
2004
|
+
type: 'string',
|
|
2005
|
+
nullable: true
|
|
2006
|
+
},
|
|
2007
|
+
englishName: {
|
|
2008
|
+
type: 'string',
|
|
2009
|
+
nullable: true
|
|
2010
|
+
},
|
|
2011
|
+
threeLetterIsoLanguageName: {
|
|
2012
|
+
type: 'string',
|
|
2013
|
+
nullable: true
|
|
2014
|
+
},
|
|
2015
|
+
twoLetterIsoLanguageName: {
|
|
2016
|
+
type: 'string',
|
|
2017
|
+
nullable: true
|
|
2018
|
+
},
|
|
2019
|
+
isRightToLeft: {
|
|
2020
|
+
type: 'boolean'
|
|
2021
|
+
},
|
|
2022
|
+
cultureName: {
|
|
2023
|
+
type: 'string',
|
|
2024
|
+
nullable: true
|
|
2025
|
+
},
|
|
2026
|
+
name: {
|
|
2027
|
+
type: 'string',
|
|
2028
|
+
nullable: true
|
|
2029
|
+
},
|
|
2030
|
+
nativeName: {
|
|
2031
|
+
type: 'string',
|
|
2032
|
+
nullable: true
|
|
2033
|
+
},
|
|
2034
|
+
dateTimeFormat: {
|
|
2035
|
+
type: 'object',
|
|
2036
|
+
properties: {
|
|
2037
|
+
calendarAlgorithmType: {
|
|
2038
|
+
type: 'string',
|
|
2039
|
+
nullable: true
|
|
2040
|
+
},
|
|
2041
|
+
dateTimeFormatLong: {
|
|
2042
|
+
type: 'string',
|
|
2043
|
+
nullable: true
|
|
2044
|
+
},
|
|
2045
|
+
shortDatePattern: {
|
|
2046
|
+
type: 'string',
|
|
2047
|
+
nullable: true
|
|
2048
|
+
},
|
|
2049
|
+
fullDateTimePattern: {
|
|
2050
|
+
type: 'string',
|
|
2051
|
+
nullable: true
|
|
2052
|
+
},
|
|
2053
|
+
dateSeparator: {
|
|
2054
|
+
type: 'string',
|
|
2055
|
+
nullable: true
|
|
2056
|
+
},
|
|
2057
|
+
shortTimePattern: {
|
|
2058
|
+
type: 'string',
|
|
2059
|
+
nullable: true
|
|
2060
|
+
},
|
|
2061
|
+
longTimePattern: {
|
|
2062
|
+
type: 'string',
|
|
2063
|
+
nullable: true
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
additionalProperties: false
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
additionalProperties: false
|
|
2070
|
+
},
|
|
2071
|
+
defaultResourceName: {
|
|
2072
|
+
type: 'string',
|
|
2073
|
+
nullable: true
|
|
2074
|
+
},
|
|
2075
|
+
languagesMap: {
|
|
2076
|
+
type: 'object',
|
|
2077
|
+
additionalProperties: {
|
|
2078
|
+
type: 'array',
|
|
2079
|
+
items: {
|
|
2080
|
+
type: 'object',
|
|
2081
|
+
properties: {
|
|
2082
|
+
name: {
|
|
2083
|
+
type: 'string',
|
|
2084
|
+
nullable: true
|
|
2085
|
+
},
|
|
2086
|
+
value: {
|
|
2087
|
+
type: 'string',
|
|
2088
|
+
nullable: true
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
additionalProperties: false
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
nullable: true
|
|
2095
|
+
},
|
|
2096
|
+
languageFilesMap: {
|
|
2097
|
+
type: 'object',
|
|
2098
|
+
additionalProperties: {
|
|
2099
|
+
type: 'array',
|
|
2100
|
+
items: {
|
|
2101
|
+
type: 'object',
|
|
2102
|
+
properties: {
|
|
2103
|
+
name: {
|
|
2104
|
+
type: 'string',
|
|
2105
|
+
nullable: true
|
|
2106
|
+
},
|
|
2107
|
+
value: {
|
|
2108
|
+
type: 'string',
|
|
2109
|
+
nullable: true
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
additionalProperties: false
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
nullable: true
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
additionalProperties: false
|
|
259
2119
|
},
|
|
260
2120
|
auth: {
|
|
261
|
-
|
|
2121
|
+
type: 'object',
|
|
2122
|
+
properties: {
|
|
2123
|
+
grantedPolicies: {
|
|
2124
|
+
type: 'object',
|
|
2125
|
+
additionalProperties: {
|
|
2126
|
+
type: 'boolean'
|
|
2127
|
+
},
|
|
2128
|
+
nullable: true
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
additionalProperties: false
|
|
262
2132
|
},
|
|
263
2133
|
setting: {
|
|
264
|
-
|
|
2134
|
+
type: 'object',
|
|
2135
|
+
properties: {
|
|
2136
|
+
values: {
|
|
2137
|
+
type: 'object',
|
|
2138
|
+
additionalProperties: {
|
|
2139
|
+
type: 'string',
|
|
2140
|
+
nullable: true
|
|
2141
|
+
},
|
|
2142
|
+
nullable: true
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
additionalProperties: false
|
|
265
2146
|
},
|
|
266
2147
|
currentUser: {
|
|
267
|
-
|
|
2148
|
+
type: 'object',
|
|
2149
|
+
properties: {
|
|
2150
|
+
isAuthenticated: {
|
|
2151
|
+
type: 'boolean'
|
|
2152
|
+
},
|
|
2153
|
+
id: {
|
|
2154
|
+
type: 'string',
|
|
2155
|
+
format: 'uuid',
|
|
2156
|
+
nullable: true
|
|
2157
|
+
},
|
|
2158
|
+
tenantId: {
|
|
2159
|
+
type: 'string',
|
|
2160
|
+
format: 'uuid',
|
|
2161
|
+
nullable: true
|
|
2162
|
+
},
|
|
2163
|
+
impersonatorUserId: {
|
|
2164
|
+
type: 'string',
|
|
2165
|
+
format: 'uuid',
|
|
2166
|
+
nullable: true
|
|
2167
|
+
},
|
|
2168
|
+
impersonatorTenantId: {
|
|
2169
|
+
type: 'string',
|
|
2170
|
+
format: 'uuid',
|
|
2171
|
+
nullable: true
|
|
2172
|
+
},
|
|
2173
|
+
impersonatorUserName: {
|
|
2174
|
+
type: 'string',
|
|
2175
|
+
nullable: true
|
|
2176
|
+
},
|
|
2177
|
+
impersonatorTenantName: {
|
|
2178
|
+
type: 'string',
|
|
2179
|
+
nullable: true
|
|
2180
|
+
},
|
|
2181
|
+
userName: {
|
|
2182
|
+
type: 'string',
|
|
2183
|
+
nullable: true
|
|
2184
|
+
},
|
|
2185
|
+
name: {
|
|
2186
|
+
type: 'string',
|
|
2187
|
+
nullable: true
|
|
2188
|
+
},
|
|
2189
|
+
surName: {
|
|
2190
|
+
type: 'string',
|
|
2191
|
+
nullable: true
|
|
2192
|
+
},
|
|
2193
|
+
email: {
|
|
2194
|
+
type: 'string',
|
|
2195
|
+
nullable: true
|
|
2196
|
+
},
|
|
2197
|
+
emailVerified: {
|
|
2198
|
+
type: 'boolean'
|
|
2199
|
+
},
|
|
2200
|
+
phoneNumber: {
|
|
2201
|
+
type: 'string',
|
|
2202
|
+
nullable: true
|
|
2203
|
+
},
|
|
2204
|
+
phoneNumberVerified: {
|
|
2205
|
+
type: 'boolean'
|
|
2206
|
+
},
|
|
2207
|
+
roles: {
|
|
2208
|
+
type: 'array',
|
|
2209
|
+
items: {
|
|
2210
|
+
type: 'string'
|
|
2211
|
+
},
|
|
2212
|
+
nullable: true
|
|
2213
|
+
},
|
|
2214
|
+
sessionId: {
|
|
2215
|
+
type: 'string',
|
|
2216
|
+
nullable: true
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
additionalProperties: false
|
|
268
2220
|
},
|
|
269
2221
|
features: {
|
|
270
|
-
|
|
2222
|
+
type: 'object',
|
|
2223
|
+
properties: {
|
|
2224
|
+
values: {
|
|
2225
|
+
type: 'object',
|
|
2226
|
+
additionalProperties: {
|
|
2227
|
+
type: 'string',
|
|
2228
|
+
nullable: true
|
|
2229
|
+
},
|
|
2230
|
+
nullable: true
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
additionalProperties: false
|
|
271
2234
|
},
|
|
272
2235
|
globalFeatures: {
|
|
273
|
-
|
|
2236
|
+
type: 'object',
|
|
2237
|
+
properties: {
|
|
2238
|
+
enabledFeatures: {
|
|
2239
|
+
uniqueItems: true,
|
|
2240
|
+
type: 'array',
|
|
2241
|
+
items: {
|
|
2242
|
+
type: 'string'
|
|
2243
|
+
},
|
|
2244
|
+
nullable: true
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
additionalProperties: false
|
|
274
2248
|
},
|
|
275
2249
|
multiTenancy: {
|
|
276
|
-
|
|
2250
|
+
type: 'object',
|
|
2251
|
+
properties: {
|
|
2252
|
+
isEnabled: {
|
|
2253
|
+
type: 'boolean'
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
additionalProperties: false
|
|
277
2257
|
},
|
|
278
2258
|
currentTenant: {
|
|
279
|
-
|
|
2259
|
+
type: 'object',
|
|
2260
|
+
properties: {
|
|
2261
|
+
id: {
|
|
2262
|
+
type: 'string',
|
|
2263
|
+
format: 'uuid',
|
|
2264
|
+
nullable: true
|
|
2265
|
+
},
|
|
2266
|
+
name: {
|
|
2267
|
+
type: 'string',
|
|
2268
|
+
nullable: true
|
|
2269
|
+
},
|
|
2270
|
+
isAvailable: {
|
|
2271
|
+
type: 'boolean'
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
2274
|
+
additionalProperties: false
|
|
280
2275
|
},
|
|
281
2276
|
timing: {
|
|
282
|
-
|
|
2277
|
+
type: 'object',
|
|
2278
|
+
properties: {
|
|
2279
|
+
timeZone: {
|
|
2280
|
+
type: 'object',
|
|
2281
|
+
properties: {
|
|
2282
|
+
iana: {
|
|
2283
|
+
type: 'object',
|
|
2284
|
+
properties: {
|
|
2285
|
+
timeZoneName: {
|
|
2286
|
+
type: 'string',
|
|
2287
|
+
nullable: true
|
|
2288
|
+
}
|
|
2289
|
+
},
|
|
2290
|
+
additionalProperties: false
|
|
2291
|
+
},
|
|
2292
|
+
windows: {
|
|
2293
|
+
type: 'object',
|
|
2294
|
+
properties: {
|
|
2295
|
+
timeZoneId: {
|
|
2296
|
+
type: 'string',
|
|
2297
|
+
nullable: true
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
additionalProperties: false
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
additionalProperties: false
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
additionalProperties: false
|
|
283
2307
|
},
|
|
284
2308
|
clock: {
|
|
285
|
-
|
|
2309
|
+
type: 'object',
|
|
2310
|
+
properties: {
|
|
2311
|
+
kind: {
|
|
2312
|
+
type: 'string',
|
|
2313
|
+
nullable: true
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
additionalProperties: false
|
|
286
2317
|
},
|
|
287
2318
|
objectExtensions: {
|
|
288
|
-
|
|
2319
|
+
type: 'object',
|
|
2320
|
+
properties: {
|
|
2321
|
+
modules: {
|
|
2322
|
+
type: 'object',
|
|
2323
|
+
additionalProperties: {
|
|
2324
|
+
type: 'object',
|
|
2325
|
+
properties: {
|
|
2326
|
+
entities: {
|
|
2327
|
+
type: 'object',
|
|
2328
|
+
additionalProperties: {
|
|
2329
|
+
type: 'object',
|
|
2330
|
+
properties: {
|
|
2331
|
+
properties: {
|
|
2332
|
+
type: 'object',
|
|
2333
|
+
additionalProperties: {
|
|
2334
|
+
type: 'object',
|
|
2335
|
+
properties: {
|
|
2336
|
+
type: {
|
|
2337
|
+
type: 'string',
|
|
2338
|
+
nullable: true
|
|
2339
|
+
},
|
|
2340
|
+
typeSimple: {
|
|
2341
|
+
type: 'string',
|
|
2342
|
+
nullable: true
|
|
2343
|
+
},
|
|
2344
|
+
displayName: {
|
|
2345
|
+
type: 'object',
|
|
2346
|
+
properties: {
|
|
2347
|
+
name: {
|
|
2348
|
+
type: 'string',
|
|
2349
|
+
nullable: true
|
|
2350
|
+
},
|
|
2351
|
+
resource: {
|
|
2352
|
+
type: 'string',
|
|
2353
|
+
nullable: true
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
additionalProperties: false
|
|
2357
|
+
},
|
|
2358
|
+
api: {
|
|
2359
|
+
type: 'object',
|
|
2360
|
+
properties: {
|
|
2361
|
+
onGet: {
|
|
2362
|
+
type: 'object',
|
|
2363
|
+
properties: {
|
|
2364
|
+
isAvailable: {
|
|
2365
|
+
type: 'boolean'
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
additionalProperties: false
|
|
2369
|
+
},
|
|
2370
|
+
onCreate: {
|
|
2371
|
+
type: 'object',
|
|
2372
|
+
properties: {
|
|
2373
|
+
isAvailable: {
|
|
2374
|
+
type: 'boolean'
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2377
|
+
additionalProperties: false
|
|
2378
|
+
},
|
|
2379
|
+
onUpdate: {
|
|
2380
|
+
type: 'object',
|
|
2381
|
+
properties: {
|
|
2382
|
+
isAvailable: {
|
|
2383
|
+
type: 'boolean'
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
additionalProperties: false
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2389
|
+
additionalProperties: false
|
|
2390
|
+
},
|
|
2391
|
+
ui: {
|
|
2392
|
+
type: 'object',
|
|
2393
|
+
properties: {
|
|
2394
|
+
onTable: {
|
|
2395
|
+
type: 'object',
|
|
2396
|
+
properties: {
|
|
2397
|
+
isVisible: {
|
|
2398
|
+
type: 'boolean'
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
additionalProperties: false
|
|
2402
|
+
},
|
|
2403
|
+
onCreateForm: {
|
|
2404
|
+
type: 'object',
|
|
2405
|
+
properties: {
|
|
2406
|
+
isVisible: {
|
|
2407
|
+
type: 'boolean'
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
additionalProperties: false
|
|
2411
|
+
},
|
|
2412
|
+
onEditForm: {
|
|
2413
|
+
type: 'object',
|
|
2414
|
+
properties: {
|
|
2415
|
+
isVisible: {
|
|
2416
|
+
type: 'boolean'
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
additionalProperties: false
|
|
2420
|
+
},
|
|
2421
|
+
lookup: {
|
|
2422
|
+
type: 'object',
|
|
2423
|
+
properties: {
|
|
2424
|
+
url: {
|
|
2425
|
+
type: 'string',
|
|
2426
|
+
nullable: true
|
|
2427
|
+
},
|
|
2428
|
+
resultListPropertyName: {
|
|
2429
|
+
type: 'string',
|
|
2430
|
+
nullable: true
|
|
2431
|
+
},
|
|
2432
|
+
displayPropertyName: {
|
|
2433
|
+
type: 'string',
|
|
2434
|
+
nullable: true
|
|
2435
|
+
},
|
|
2436
|
+
valuePropertyName: {
|
|
2437
|
+
type: 'string',
|
|
2438
|
+
nullable: true
|
|
2439
|
+
},
|
|
2440
|
+
filterParamName: {
|
|
2441
|
+
type: 'string',
|
|
2442
|
+
nullable: true
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
additionalProperties: false
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
additionalProperties: false
|
|
2449
|
+
},
|
|
2450
|
+
attributes: {
|
|
2451
|
+
type: 'array',
|
|
2452
|
+
items: {
|
|
2453
|
+
type: 'object',
|
|
2454
|
+
properties: {
|
|
2455
|
+
typeSimple: {
|
|
2456
|
+
type: 'string',
|
|
2457
|
+
nullable: true
|
|
2458
|
+
},
|
|
2459
|
+
config: {
|
|
2460
|
+
type: 'object',
|
|
2461
|
+
additionalProperties: {},
|
|
2462
|
+
nullable: true
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
additionalProperties: false
|
|
2466
|
+
},
|
|
2467
|
+
nullable: true
|
|
2468
|
+
},
|
|
2469
|
+
configuration: {
|
|
2470
|
+
type: 'object',
|
|
2471
|
+
additionalProperties: {},
|
|
2472
|
+
nullable: true
|
|
2473
|
+
},
|
|
2474
|
+
defaultValue: {
|
|
2475
|
+
nullable: true
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
additionalProperties: false
|
|
2479
|
+
},
|
|
2480
|
+
nullable: true
|
|
2481
|
+
},
|
|
2482
|
+
configuration: {
|
|
2483
|
+
type: 'object',
|
|
2484
|
+
additionalProperties: {},
|
|
2485
|
+
nullable: true
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
additionalProperties: false
|
|
2489
|
+
},
|
|
2490
|
+
nullable: true
|
|
2491
|
+
},
|
|
2492
|
+
configuration: {
|
|
2493
|
+
type: 'object',
|
|
2494
|
+
additionalProperties: {},
|
|
2495
|
+
nullable: true
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
additionalProperties: false
|
|
2499
|
+
},
|
|
2500
|
+
nullable: true
|
|
2501
|
+
},
|
|
2502
|
+
enums: {
|
|
2503
|
+
type: 'object',
|
|
2504
|
+
additionalProperties: {
|
|
2505
|
+
type: 'object',
|
|
2506
|
+
properties: {
|
|
2507
|
+
fields: {
|
|
2508
|
+
type: 'array',
|
|
2509
|
+
items: {
|
|
2510
|
+
type: 'object',
|
|
2511
|
+
properties: {
|
|
2512
|
+
name: {
|
|
2513
|
+
type: 'string',
|
|
2514
|
+
nullable: true
|
|
2515
|
+
},
|
|
2516
|
+
value: {
|
|
2517
|
+
nullable: true
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
additionalProperties: false
|
|
2521
|
+
},
|
|
2522
|
+
nullable: true
|
|
2523
|
+
},
|
|
2524
|
+
localizationResource: {
|
|
2525
|
+
type: 'string',
|
|
2526
|
+
nullable: true
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
additionalProperties: false
|
|
2530
|
+
},
|
|
2531
|
+
nullable: true
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
additionalProperties: false
|
|
289
2535
|
},
|
|
290
2536
|
extraProperties: {
|
|
291
2537
|
type: 'object',
|
|
@@ -342,19 +2588,124 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
|
|
|
342
2588
|
resources: {
|
|
343
2589
|
type: 'object',
|
|
344
2590
|
additionalProperties: {
|
|
345
|
-
|
|
2591
|
+
type: 'object',
|
|
2592
|
+
properties: {
|
|
2593
|
+
texts: {
|
|
2594
|
+
type: 'object',
|
|
2595
|
+
additionalProperties: {
|
|
2596
|
+
type: 'string'
|
|
2597
|
+
},
|
|
2598
|
+
nullable: true
|
|
2599
|
+
},
|
|
2600
|
+
baseResources: {
|
|
2601
|
+
type: 'array',
|
|
2602
|
+
items: {
|
|
2603
|
+
type: 'string'
|
|
2604
|
+
},
|
|
2605
|
+
nullable: true
|
|
2606
|
+
}
|
|
2607
|
+
},
|
|
2608
|
+
additionalProperties: false
|
|
346
2609
|
},
|
|
347
2610
|
nullable: true
|
|
348
2611
|
},
|
|
349
2612
|
languages: {
|
|
350
2613
|
type: 'array',
|
|
351
2614
|
items: {
|
|
352
|
-
|
|
2615
|
+
type: 'object',
|
|
2616
|
+
properties: {
|
|
2617
|
+
cultureName: {
|
|
2618
|
+
type: 'string',
|
|
2619
|
+
nullable: true
|
|
2620
|
+
},
|
|
2621
|
+
uiCultureName: {
|
|
2622
|
+
type: 'string',
|
|
2623
|
+
nullable: true
|
|
2624
|
+
},
|
|
2625
|
+
displayName: {
|
|
2626
|
+
type: 'string',
|
|
2627
|
+
nullable: true
|
|
2628
|
+
},
|
|
2629
|
+
twoLetterISOLanguageName: {
|
|
2630
|
+
type: 'string',
|
|
2631
|
+
nullable: true,
|
|
2632
|
+
readOnly: true
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2635
|
+
additionalProperties: false
|
|
353
2636
|
},
|
|
354
2637
|
nullable: true
|
|
355
2638
|
},
|
|
356
2639
|
currentCulture: {
|
|
357
|
-
|
|
2640
|
+
type: 'object',
|
|
2641
|
+
properties: {
|
|
2642
|
+
displayName: {
|
|
2643
|
+
type: 'string',
|
|
2644
|
+
nullable: true
|
|
2645
|
+
},
|
|
2646
|
+
englishName: {
|
|
2647
|
+
type: 'string',
|
|
2648
|
+
nullable: true
|
|
2649
|
+
},
|
|
2650
|
+
threeLetterIsoLanguageName: {
|
|
2651
|
+
type: 'string',
|
|
2652
|
+
nullable: true
|
|
2653
|
+
},
|
|
2654
|
+
twoLetterIsoLanguageName: {
|
|
2655
|
+
type: 'string',
|
|
2656
|
+
nullable: true
|
|
2657
|
+
},
|
|
2658
|
+
isRightToLeft: {
|
|
2659
|
+
type: 'boolean'
|
|
2660
|
+
},
|
|
2661
|
+
cultureName: {
|
|
2662
|
+
type: 'string',
|
|
2663
|
+
nullable: true
|
|
2664
|
+
},
|
|
2665
|
+
name: {
|
|
2666
|
+
type: 'string',
|
|
2667
|
+
nullable: true
|
|
2668
|
+
},
|
|
2669
|
+
nativeName: {
|
|
2670
|
+
type: 'string',
|
|
2671
|
+
nullable: true
|
|
2672
|
+
},
|
|
2673
|
+
dateTimeFormat: {
|
|
2674
|
+
type: 'object',
|
|
2675
|
+
properties: {
|
|
2676
|
+
calendarAlgorithmType: {
|
|
2677
|
+
type: 'string',
|
|
2678
|
+
nullable: true
|
|
2679
|
+
},
|
|
2680
|
+
dateTimeFormatLong: {
|
|
2681
|
+
type: 'string',
|
|
2682
|
+
nullable: true
|
|
2683
|
+
},
|
|
2684
|
+
shortDatePattern: {
|
|
2685
|
+
type: 'string',
|
|
2686
|
+
nullable: true
|
|
2687
|
+
},
|
|
2688
|
+
fullDateTimePattern: {
|
|
2689
|
+
type: 'string',
|
|
2690
|
+
nullable: true
|
|
2691
|
+
},
|
|
2692
|
+
dateSeparator: {
|
|
2693
|
+
type: 'string',
|
|
2694
|
+
nullable: true
|
|
2695
|
+
},
|
|
2696
|
+
shortTimePattern: {
|
|
2697
|
+
type: 'string',
|
|
2698
|
+
nullable: true
|
|
2699
|
+
},
|
|
2700
|
+
longTimePattern: {
|
|
2701
|
+
type: 'string',
|
|
2702
|
+
nullable: true
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
additionalProperties: false
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
additionalProperties: false
|
|
358
2709
|
},
|
|
359
2710
|
defaultResourceName: {
|
|
360
2711
|
type: 'string',
|
|
@@ -365,7 +2716,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
|
|
|
365
2716
|
additionalProperties: {
|
|
366
2717
|
type: 'array',
|
|
367
2718
|
items: {
|
|
368
|
-
|
|
2719
|
+
type: 'object',
|
|
2720
|
+
properties: {
|
|
2721
|
+
name: {
|
|
2722
|
+
type: 'string',
|
|
2723
|
+
nullable: true
|
|
2724
|
+
},
|
|
2725
|
+
value: {
|
|
2726
|
+
type: 'string',
|
|
2727
|
+
nullable: true
|
|
2728
|
+
}
|
|
2729
|
+
},
|
|
2730
|
+
additionalProperties: false
|
|
369
2731
|
}
|
|
370
2732
|
},
|
|
371
2733
|
nullable: true
|
|
@@ -375,7 +2737,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
|
|
|
375
2737
|
additionalProperties: {
|
|
376
2738
|
type: 'array',
|
|
377
2739
|
items: {
|
|
378
|
-
|
|
2740
|
+
type: 'object',
|
|
2741
|
+
properties: {
|
|
2742
|
+
name: {
|
|
2743
|
+
type: 'string',
|
|
2744
|
+
nullable: true
|
|
2745
|
+
},
|
|
2746
|
+
value: {
|
|
2747
|
+
type: 'string',
|
|
2748
|
+
nullable: true
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
additionalProperties: false
|
|
379
2752
|
}
|
|
380
2753
|
},
|
|
381
2754
|
nullable: true
|
|
@@ -390,12 +2763,97 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
|
|
|
390
2763
|
resources: {
|
|
391
2764
|
type: 'object',
|
|
392
2765
|
additionalProperties: {
|
|
393
|
-
|
|
2766
|
+
type: 'object',
|
|
2767
|
+
properties: {
|
|
2768
|
+
texts: {
|
|
2769
|
+
type: 'object',
|
|
2770
|
+
additionalProperties: {
|
|
2771
|
+
type: 'string'
|
|
2772
|
+
},
|
|
2773
|
+
nullable: true
|
|
2774
|
+
},
|
|
2775
|
+
baseResources: {
|
|
2776
|
+
type: 'array',
|
|
2777
|
+
items: {
|
|
2778
|
+
type: 'string'
|
|
2779
|
+
},
|
|
2780
|
+
nullable: true
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
additionalProperties: false
|
|
394
2784
|
},
|
|
395
2785
|
nullable: true
|
|
396
2786
|
},
|
|
397
2787
|
currentCulture: {
|
|
398
|
-
|
|
2788
|
+
type: 'object',
|
|
2789
|
+
properties: {
|
|
2790
|
+
displayName: {
|
|
2791
|
+
type: 'string',
|
|
2792
|
+
nullable: true
|
|
2793
|
+
},
|
|
2794
|
+
englishName: {
|
|
2795
|
+
type: 'string',
|
|
2796
|
+
nullable: true
|
|
2797
|
+
},
|
|
2798
|
+
threeLetterIsoLanguageName: {
|
|
2799
|
+
type: 'string',
|
|
2800
|
+
nullable: true
|
|
2801
|
+
},
|
|
2802
|
+
twoLetterIsoLanguageName: {
|
|
2803
|
+
type: 'string',
|
|
2804
|
+
nullable: true
|
|
2805
|
+
},
|
|
2806
|
+
isRightToLeft: {
|
|
2807
|
+
type: 'boolean'
|
|
2808
|
+
},
|
|
2809
|
+
cultureName: {
|
|
2810
|
+
type: 'string',
|
|
2811
|
+
nullable: true
|
|
2812
|
+
},
|
|
2813
|
+
name: {
|
|
2814
|
+
type: 'string',
|
|
2815
|
+
nullable: true
|
|
2816
|
+
},
|
|
2817
|
+
nativeName: {
|
|
2818
|
+
type: 'string',
|
|
2819
|
+
nullable: true
|
|
2820
|
+
},
|
|
2821
|
+
dateTimeFormat: {
|
|
2822
|
+
type: 'object',
|
|
2823
|
+
properties: {
|
|
2824
|
+
calendarAlgorithmType: {
|
|
2825
|
+
type: 'string',
|
|
2826
|
+
nullable: true
|
|
2827
|
+
},
|
|
2828
|
+
dateTimeFormatLong: {
|
|
2829
|
+
type: 'string',
|
|
2830
|
+
nullable: true
|
|
2831
|
+
},
|
|
2832
|
+
shortDatePattern: {
|
|
2833
|
+
type: 'string',
|
|
2834
|
+
nullable: true
|
|
2835
|
+
},
|
|
2836
|
+
fullDateTimePattern: {
|
|
2837
|
+
type: 'string',
|
|
2838
|
+
nullable: true
|
|
2839
|
+
},
|
|
2840
|
+
dateSeparator: {
|
|
2841
|
+
type: 'string',
|
|
2842
|
+
nullable: true
|
|
2843
|
+
},
|
|
2844
|
+
shortTimePattern: {
|
|
2845
|
+
type: 'string',
|
|
2846
|
+
nullable: true
|
|
2847
|
+
},
|
|
2848
|
+
longTimePattern: {
|
|
2849
|
+
type: 'string',
|
|
2850
|
+
nullable: true
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
additionalProperties: false
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
additionalProperties: false
|
|
399
2857
|
}
|
|
400
2858
|
},
|
|
401
2859
|
additionalProperties: false
|
|
@@ -483,7 +2941,38 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDt
|
|
|
483
2941
|
nullable: true
|
|
484
2942
|
},
|
|
485
2943
|
dateTimeFormat: {
|
|
486
|
-
|
|
2944
|
+
type: 'object',
|
|
2945
|
+
properties: {
|
|
2946
|
+
calendarAlgorithmType: {
|
|
2947
|
+
type: 'string',
|
|
2948
|
+
nullable: true
|
|
2949
|
+
},
|
|
2950
|
+
dateTimeFormatLong: {
|
|
2951
|
+
type: 'string',
|
|
2952
|
+
nullable: true
|
|
2953
|
+
},
|
|
2954
|
+
shortDatePattern: {
|
|
2955
|
+
type: 'string',
|
|
2956
|
+
nullable: true
|
|
2957
|
+
},
|
|
2958
|
+
fullDateTimePattern: {
|
|
2959
|
+
type: 'string',
|
|
2960
|
+
nullable: true
|
|
2961
|
+
},
|
|
2962
|
+
dateSeparator: {
|
|
2963
|
+
type: 'string',
|
|
2964
|
+
nullable: true
|
|
2965
|
+
},
|
|
2966
|
+
shortTimePattern: {
|
|
2967
|
+
type: 'string',
|
|
2968
|
+
nullable: true
|
|
2969
|
+
},
|
|
2970
|
+
longTimePattern: {
|
|
2971
|
+
type: 'string',
|
|
2972
|
+
nullable: true
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
additionalProperties: false
|
|
487
2976
|
}
|
|
488
2977
|
},
|
|
489
2978
|
additionalProperties: false
|
|
@@ -616,7 +3105,151 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
616
3105
|
properties: {
|
|
617
3106
|
type: 'object',
|
|
618
3107
|
additionalProperties: {
|
|
619
|
-
|
|
3108
|
+
type: 'object',
|
|
3109
|
+
properties: {
|
|
3110
|
+
type: {
|
|
3111
|
+
type: 'string',
|
|
3112
|
+
nullable: true
|
|
3113
|
+
},
|
|
3114
|
+
typeSimple: {
|
|
3115
|
+
type: 'string',
|
|
3116
|
+
nullable: true
|
|
3117
|
+
},
|
|
3118
|
+
displayName: {
|
|
3119
|
+
type: 'object',
|
|
3120
|
+
properties: {
|
|
3121
|
+
name: {
|
|
3122
|
+
type: 'string',
|
|
3123
|
+
nullable: true
|
|
3124
|
+
},
|
|
3125
|
+
resource: {
|
|
3126
|
+
type: 'string',
|
|
3127
|
+
nullable: true
|
|
3128
|
+
}
|
|
3129
|
+
},
|
|
3130
|
+
additionalProperties: false
|
|
3131
|
+
},
|
|
3132
|
+
api: {
|
|
3133
|
+
type: 'object',
|
|
3134
|
+
properties: {
|
|
3135
|
+
onGet: {
|
|
3136
|
+
type: 'object',
|
|
3137
|
+
properties: {
|
|
3138
|
+
isAvailable: {
|
|
3139
|
+
type: 'boolean'
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3142
|
+
additionalProperties: false
|
|
3143
|
+
},
|
|
3144
|
+
onCreate: {
|
|
3145
|
+
type: 'object',
|
|
3146
|
+
properties: {
|
|
3147
|
+
isAvailable: {
|
|
3148
|
+
type: 'boolean'
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3151
|
+
additionalProperties: false
|
|
3152
|
+
},
|
|
3153
|
+
onUpdate: {
|
|
3154
|
+
type: 'object',
|
|
3155
|
+
properties: {
|
|
3156
|
+
isAvailable: {
|
|
3157
|
+
type: 'boolean'
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
additionalProperties: false
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
additionalProperties: false
|
|
3164
|
+
},
|
|
3165
|
+
ui: {
|
|
3166
|
+
type: 'object',
|
|
3167
|
+
properties: {
|
|
3168
|
+
onTable: {
|
|
3169
|
+
type: 'object',
|
|
3170
|
+
properties: {
|
|
3171
|
+
isVisible: {
|
|
3172
|
+
type: 'boolean'
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
additionalProperties: false
|
|
3176
|
+
},
|
|
3177
|
+
onCreateForm: {
|
|
3178
|
+
type: 'object',
|
|
3179
|
+
properties: {
|
|
3180
|
+
isVisible: {
|
|
3181
|
+
type: 'boolean'
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
additionalProperties: false
|
|
3185
|
+
},
|
|
3186
|
+
onEditForm: {
|
|
3187
|
+
type: 'object',
|
|
3188
|
+
properties: {
|
|
3189
|
+
isVisible: {
|
|
3190
|
+
type: 'boolean'
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
additionalProperties: false
|
|
3194
|
+
},
|
|
3195
|
+
lookup: {
|
|
3196
|
+
type: 'object',
|
|
3197
|
+
properties: {
|
|
3198
|
+
url: {
|
|
3199
|
+
type: 'string',
|
|
3200
|
+
nullable: true
|
|
3201
|
+
},
|
|
3202
|
+
resultListPropertyName: {
|
|
3203
|
+
type: 'string',
|
|
3204
|
+
nullable: true
|
|
3205
|
+
},
|
|
3206
|
+
displayPropertyName: {
|
|
3207
|
+
type: 'string',
|
|
3208
|
+
nullable: true
|
|
3209
|
+
},
|
|
3210
|
+
valuePropertyName: {
|
|
3211
|
+
type: 'string',
|
|
3212
|
+
nullable: true
|
|
3213
|
+
},
|
|
3214
|
+
filterParamName: {
|
|
3215
|
+
type: 'string',
|
|
3216
|
+
nullable: true
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
additionalProperties: false
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
additionalProperties: false
|
|
3223
|
+
},
|
|
3224
|
+
attributes: {
|
|
3225
|
+
type: 'array',
|
|
3226
|
+
items: {
|
|
3227
|
+
type: 'object',
|
|
3228
|
+
properties: {
|
|
3229
|
+
typeSimple: {
|
|
3230
|
+
type: 'string',
|
|
3231
|
+
nullable: true
|
|
3232
|
+
},
|
|
3233
|
+
config: {
|
|
3234
|
+
type: 'object',
|
|
3235
|
+
additionalProperties: {},
|
|
3236
|
+
nullable: true
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
additionalProperties: false
|
|
3240
|
+
},
|
|
3241
|
+
nullable: true
|
|
3242
|
+
},
|
|
3243
|
+
configuration: {
|
|
3244
|
+
type: 'object',
|
|
3245
|
+
additionalProperties: {},
|
|
3246
|
+
nullable: true
|
|
3247
|
+
},
|
|
3248
|
+
defaultValue: {
|
|
3249
|
+
nullable: true
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
additionalProperties: false
|
|
620
3253
|
},
|
|
621
3254
|
nullable: true
|
|
622
3255
|
},
|
|
@@ -635,7 +3268,17 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
635
3268
|
fields: {
|
|
636
3269
|
type: 'array',
|
|
637
3270
|
items: {
|
|
638
|
-
|
|
3271
|
+
type: 'object',
|
|
3272
|
+
properties: {
|
|
3273
|
+
name: {
|
|
3274
|
+
type: 'string',
|
|
3275
|
+
nullable: true
|
|
3276
|
+
},
|
|
3277
|
+
value: {
|
|
3278
|
+
nullable: true
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
additionalProperties: false
|
|
639
3282
|
},
|
|
640
3283
|
nullable: true
|
|
641
3284
|
},
|
|
@@ -675,13 +3318,31 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
675
3318
|
type: 'object',
|
|
676
3319
|
properties: {
|
|
677
3320
|
onGet: {
|
|
678
|
-
|
|
3321
|
+
type: 'object',
|
|
3322
|
+
properties: {
|
|
3323
|
+
isAvailable: {
|
|
3324
|
+
type: 'boolean'
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
additionalProperties: false
|
|
679
3328
|
},
|
|
680
3329
|
onCreate: {
|
|
681
|
-
|
|
3330
|
+
type: 'object',
|
|
3331
|
+
properties: {
|
|
3332
|
+
isAvailable: {
|
|
3333
|
+
type: 'boolean'
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
additionalProperties: false
|
|
682
3337
|
},
|
|
683
3338
|
onUpdate: {
|
|
684
|
-
|
|
3339
|
+
type: 'object',
|
|
3340
|
+
properties: {
|
|
3341
|
+
isAvailable: {
|
|
3342
|
+
type: 'boolean'
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
additionalProperties: false
|
|
685
3346
|
}
|
|
686
3347
|
},
|
|
687
3348
|
additionalProperties: false
|
|
@@ -735,18 +3396,127 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
735
3396
|
nullable: true
|
|
736
3397
|
},
|
|
737
3398
|
displayName: {
|
|
738
|
-
|
|
3399
|
+
type: 'object',
|
|
3400
|
+
properties: {
|
|
3401
|
+
name: {
|
|
3402
|
+
type: 'string',
|
|
3403
|
+
nullable: true
|
|
3404
|
+
},
|
|
3405
|
+
resource: {
|
|
3406
|
+
type: 'string',
|
|
3407
|
+
nullable: true
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
additionalProperties: false
|
|
739
3411
|
},
|
|
740
3412
|
api: {
|
|
741
|
-
|
|
3413
|
+
type: 'object',
|
|
3414
|
+
properties: {
|
|
3415
|
+
onGet: {
|
|
3416
|
+
type: 'object',
|
|
3417
|
+
properties: {
|
|
3418
|
+
isAvailable: {
|
|
3419
|
+
type: 'boolean'
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
additionalProperties: false
|
|
3423
|
+
},
|
|
3424
|
+
onCreate: {
|
|
3425
|
+
type: 'object',
|
|
3426
|
+
properties: {
|
|
3427
|
+
isAvailable: {
|
|
3428
|
+
type: 'boolean'
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
additionalProperties: false
|
|
3432
|
+
},
|
|
3433
|
+
onUpdate: {
|
|
3434
|
+
type: 'object',
|
|
3435
|
+
properties: {
|
|
3436
|
+
isAvailable: {
|
|
3437
|
+
type: 'boolean'
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3440
|
+
additionalProperties: false
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
additionalProperties: false
|
|
742
3444
|
},
|
|
743
3445
|
ui: {
|
|
744
|
-
|
|
3446
|
+
type: 'object',
|
|
3447
|
+
properties: {
|
|
3448
|
+
onTable: {
|
|
3449
|
+
type: 'object',
|
|
3450
|
+
properties: {
|
|
3451
|
+
isVisible: {
|
|
3452
|
+
type: 'boolean'
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
additionalProperties: false
|
|
3456
|
+
},
|
|
3457
|
+
onCreateForm: {
|
|
3458
|
+
type: 'object',
|
|
3459
|
+
properties: {
|
|
3460
|
+
isVisible: {
|
|
3461
|
+
type: 'boolean'
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3464
|
+
additionalProperties: false
|
|
3465
|
+
},
|
|
3466
|
+
onEditForm: {
|
|
3467
|
+
type: 'object',
|
|
3468
|
+
properties: {
|
|
3469
|
+
isVisible: {
|
|
3470
|
+
type: 'boolean'
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3473
|
+
additionalProperties: false
|
|
3474
|
+
},
|
|
3475
|
+
lookup: {
|
|
3476
|
+
type: 'object',
|
|
3477
|
+
properties: {
|
|
3478
|
+
url: {
|
|
3479
|
+
type: 'string',
|
|
3480
|
+
nullable: true
|
|
3481
|
+
},
|
|
3482
|
+
resultListPropertyName: {
|
|
3483
|
+
type: 'string',
|
|
3484
|
+
nullable: true
|
|
3485
|
+
},
|
|
3486
|
+
displayPropertyName: {
|
|
3487
|
+
type: 'string',
|
|
3488
|
+
nullable: true
|
|
3489
|
+
},
|
|
3490
|
+
valuePropertyName: {
|
|
3491
|
+
type: 'string',
|
|
3492
|
+
nullable: true
|
|
3493
|
+
},
|
|
3494
|
+
filterParamName: {
|
|
3495
|
+
type: 'string',
|
|
3496
|
+
nullable: true
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
additionalProperties: false
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
additionalProperties: false
|
|
745
3503
|
},
|
|
746
3504
|
attributes: {
|
|
747
3505
|
type: 'array',
|
|
748
3506
|
items: {
|
|
749
|
-
|
|
3507
|
+
type: 'object',
|
|
3508
|
+
properties: {
|
|
3509
|
+
typeSimple: {
|
|
3510
|
+
type: 'string',
|
|
3511
|
+
nullable: true
|
|
3512
|
+
},
|
|
3513
|
+
config: {
|
|
3514
|
+
type: 'object',
|
|
3515
|
+
additionalProperties: {},
|
|
3516
|
+
nullable: true
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
additionalProperties: false
|
|
750
3520
|
},
|
|
751
3521
|
nullable: true
|
|
752
3522
|
},
|
|
@@ -766,16 +3536,57 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
766
3536
|
type: 'object',
|
|
767
3537
|
properties: {
|
|
768
3538
|
onTable: {
|
|
769
|
-
|
|
3539
|
+
type: 'object',
|
|
3540
|
+
properties: {
|
|
3541
|
+
isVisible: {
|
|
3542
|
+
type: 'boolean'
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
additionalProperties: false
|
|
770
3546
|
},
|
|
771
3547
|
onCreateForm: {
|
|
772
|
-
|
|
3548
|
+
type: 'object',
|
|
3549
|
+
properties: {
|
|
3550
|
+
isVisible: {
|
|
3551
|
+
type: 'boolean'
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3554
|
+
additionalProperties: false
|
|
773
3555
|
},
|
|
774
3556
|
onEditForm: {
|
|
775
|
-
|
|
3557
|
+
type: 'object',
|
|
3558
|
+
properties: {
|
|
3559
|
+
isVisible: {
|
|
3560
|
+
type: 'boolean'
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
3563
|
+
additionalProperties: false
|
|
776
3564
|
},
|
|
777
3565
|
lookup: {
|
|
778
|
-
|
|
3566
|
+
type: 'object',
|
|
3567
|
+
properties: {
|
|
3568
|
+
url: {
|
|
3569
|
+
type: 'string',
|
|
3570
|
+
nullable: true
|
|
3571
|
+
},
|
|
3572
|
+
resultListPropertyName: {
|
|
3573
|
+
type: 'string',
|
|
3574
|
+
nullable: true
|
|
3575
|
+
},
|
|
3576
|
+
displayPropertyName: {
|
|
3577
|
+
type: 'string',
|
|
3578
|
+
nullable: true
|
|
3579
|
+
},
|
|
3580
|
+
valuePropertyName: {
|
|
3581
|
+
type: 'string',
|
|
3582
|
+
nullable: true
|
|
3583
|
+
},
|
|
3584
|
+
filterParamName: {
|
|
3585
|
+
type: 'string',
|
|
3586
|
+
nullable: true
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
additionalProperties: false
|
|
779
3590
|
}
|
|
780
3591
|
},
|
|
781
3592
|
additionalProperties: false
|
|
@@ -849,7 +3660,166 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
849
3660
|
entities: {
|
|
850
3661
|
type: 'object',
|
|
851
3662
|
additionalProperties: {
|
|
852
|
-
|
|
3663
|
+
type: 'object',
|
|
3664
|
+
properties: {
|
|
3665
|
+
properties: {
|
|
3666
|
+
type: 'object',
|
|
3667
|
+
additionalProperties: {
|
|
3668
|
+
type: 'object',
|
|
3669
|
+
properties: {
|
|
3670
|
+
type: {
|
|
3671
|
+
type: 'string',
|
|
3672
|
+
nullable: true
|
|
3673
|
+
},
|
|
3674
|
+
typeSimple: {
|
|
3675
|
+
type: 'string',
|
|
3676
|
+
nullable: true
|
|
3677
|
+
},
|
|
3678
|
+
displayName: {
|
|
3679
|
+
type: 'object',
|
|
3680
|
+
properties: {
|
|
3681
|
+
name: {
|
|
3682
|
+
type: 'string',
|
|
3683
|
+
nullable: true
|
|
3684
|
+
},
|
|
3685
|
+
resource: {
|
|
3686
|
+
type: 'string',
|
|
3687
|
+
nullable: true
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
additionalProperties: false
|
|
3691
|
+
},
|
|
3692
|
+
api: {
|
|
3693
|
+
type: 'object',
|
|
3694
|
+
properties: {
|
|
3695
|
+
onGet: {
|
|
3696
|
+
type: 'object',
|
|
3697
|
+
properties: {
|
|
3698
|
+
isAvailable: {
|
|
3699
|
+
type: 'boolean'
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
additionalProperties: false
|
|
3703
|
+
},
|
|
3704
|
+
onCreate: {
|
|
3705
|
+
type: 'object',
|
|
3706
|
+
properties: {
|
|
3707
|
+
isAvailable: {
|
|
3708
|
+
type: 'boolean'
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3711
|
+
additionalProperties: false
|
|
3712
|
+
},
|
|
3713
|
+
onUpdate: {
|
|
3714
|
+
type: 'object',
|
|
3715
|
+
properties: {
|
|
3716
|
+
isAvailable: {
|
|
3717
|
+
type: 'boolean'
|
|
3718
|
+
}
|
|
3719
|
+
},
|
|
3720
|
+
additionalProperties: false
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3723
|
+
additionalProperties: false
|
|
3724
|
+
},
|
|
3725
|
+
ui: {
|
|
3726
|
+
type: 'object',
|
|
3727
|
+
properties: {
|
|
3728
|
+
onTable: {
|
|
3729
|
+
type: 'object',
|
|
3730
|
+
properties: {
|
|
3731
|
+
isVisible: {
|
|
3732
|
+
type: 'boolean'
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
additionalProperties: false
|
|
3736
|
+
},
|
|
3737
|
+
onCreateForm: {
|
|
3738
|
+
type: 'object',
|
|
3739
|
+
properties: {
|
|
3740
|
+
isVisible: {
|
|
3741
|
+
type: 'boolean'
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
additionalProperties: false
|
|
3745
|
+
},
|
|
3746
|
+
onEditForm: {
|
|
3747
|
+
type: 'object',
|
|
3748
|
+
properties: {
|
|
3749
|
+
isVisible: {
|
|
3750
|
+
type: 'boolean'
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
additionalProperties: false
|
|
3754
|
+
},
|
|
3755
|
+
lookup: {
|
|
3756
|
+
type: 'object',
|
|
3757
|
+
properties: {
|
|
3758
|
+
url: {
|
|
3759
|
+
type: 'string',
|
|
3760
|
+
nullable: true
|
|
3761
|
+
},
|
|
3762
|
+
resultListPropertyName: {
|
|
3763
|
+
type: 'string',
|
|
3764
|
+
nullable: true
|
|
3765
|
+
},
|
|
3766
|
+
displayPropertyName: {
|
|
3767
|
+
type: 'string',
|
|
3768
|
+
nullable: true
|
|
3769
|
+
},
|
|
3770
|
+
valuePropertyName: {
|
|
3771
|
+
type: 'string',
|
|
3772
|
+
nullable: true
|
|
3773
|
+
},
|
|
3774
|
+
filterParamName: {
|
|
3775
|
+
type: 'string',
|
|
3776
|
+
nullable: true
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
additionalProperties: false
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
additionalProperties: false
|
|
3783
|
+
},
|
|
3784
|
+
attributes: {
|
|
3785
|
+
type: 'array',
|
|
3786
|
+
items: {
|
|
3787
|
+
type: 'object',
|
|
3788
|
+
properties: {
|
|
3789
|
+
typeSimple: {
|
|
3790
|
+
type: 'string',
|
|
3791
|
+
nullable: true
|
|
3792
|
+
},
|
|
3793
|
+
config: {
|
|
3794
|
+
type: 'object',
|
|
3795
|
+
additionalProperties: {},
|
|
3796
|
+
nullable: true
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
|
+
additionalProperties: false
|
|
3800
|
+
},
|
|
3801
|
+
nullable: true
|
|
3802
|
+
},
|
|
3803
|
+
configuration: {
|
|
3804
|
+
type: 'object',
|
|
3805
|
+
additionalProperties: {},
|
|
3806
|
+
nullable: true
|
|
3807
|
+
},
|
|
3808
|
+
defaultValue: {
|
|
3809
|
+
nullable: true
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
additionalProperties: false
|
|
3813
|
+
},
|
|
3814
|
+
nullable: true
|
|
3815
|
+
},
|
|
3816
|
+
configuration: {
|
|
3817
|
+
type: 'object',
|
|
3818
|
+
additionalProperties: {},
|
|
3819
|
+
nullable: true
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
additionalProperties: false
|
|
853
3823
|
},
|
|
854
3824
|
nullable: true
|
|
855
3825
|
},
|
|
@@ -868,14 +3838,212 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
|
|
|
868
3838
|
modules: {
|
|
869
3839
|
type: 'object',
|
|
870
3840
|
additionalProperties: {
|
|
871
|
-
|
|
3841
|
+
type: 'object',
|
|
3842
|
+
properties: {
|
|
3843
|
+
entities: {
|
|
3844
|
+
type: 'object',
|
|
3845
|
+
additionalProperties: {
|
|
3846
|
+
type: 'object',
|
|
3847
|
+
properties: {
|
|
3848
|
+
properties: {
|
|
3849
|
+
type: 'object',
|
|
3850
|
+
additionalProperties: {
|
|
3851
|
+
type: 'object',
|
|
3852
|
+
properties: {
|
|
3853
|
+
type: {
|
|
3854
|
+
type: 'string',
|
|
3855
|
+
nullable: true
|
|
3856
|
+
},
|
|
3857
|
+
typeSimple: {
|
|
3858
|
+
type: 'string',
|
|
3859
|
+
nullable: true
|
|
3860
|
+
},
|
|
3861
|
+
displayName: {
|
|
3862
|
+
type: 'object',
|
|
3863
|
+
properties: {
|
|
3864
|
+
name: {
|
|
3865
|
+
type: 'string',
|
|
3866
|
+
nullable: true
|
|
3867
|
+
},
|
|
3868
|
+
resource: {
|
|
3869
|
+
type: 'string',
|
|
3870
|
+
nullable: true
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3873
|
+
additionalProperties: false
|
|
3874
|
+
},
|
|
3875
|
+
api: {
|
|
3876
|
+
type: 'object',
|
|
3877
|
+
properties: {
|
|
3878
|
+
onGet: {
|
|
3879
|
+
type: 'object',
|
|
3880
|
+
properties: {
|
|
3881
|
+
isAvailable: {
|
|
3882
|
+
type: 'boolean'
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3885
|
+
additionalProperties: false
|
|
3886
|
+
},
|
|
3887
|
+
onCreate: {
|
|
3888
|
+
type: 'object',
|
|
3889
|
+
properties: {
|
|
3890
|
+
isAvailable: {
|
|
3891
|
+
type: 'boolean'
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3894
|
+
additionalProperties: false
|
|
3895
|
+
},
|
|
3896
|
+
onUpdate: {
|
|
3897
|
+
type: 'object',
|
|
3898
|
+
properties: {
|
|
3899
|
+
isAvailable: {
|
|
3900
|
+
type: 'boolean'
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3903
|
+
additionalProperties: false
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3906
|
+
additionalProperties: false
|
|
3907
|
+
},
|
|
3908
|
+
ui: {
|
|
3909
|
+
type: 'object',
|
|
3910
|
+
properties: {
|
|
3911
|
+
onTable: {
|
|
3912
|
+
type: 'object',
|
|
3913
|
+
properties: {
|
|
3914
|
+
isVisible: {
|
|
3915
|
+
type: 'boolean'
|
|
3916
|
+
}
|
|
3917
|
+
},
|
|
3918
|
+
additionalProperties: false
|
|
3919
|
+
},
|
|
3920
|
+
onCreateForm: {
|
|
3921
|
+
type: 'object',
|
|
3922
|
+
properties: {
|
|
3923
|
+
isVisible: {
|
|
3924
|
+
type: 'boolean'
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
additionalProperties: false
|
|
3928
|
+
},
|
|
3929
|
+
onEditForm: {
|
|
3930
|
+
type: 'object',
|
|
3931
|
+
properties: {
|
|
3932
|
+
isVisible: {
|
|
3933
|
+
type: 'boolean'
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
additionalProperties: false
|
|
3937
|
+
},
|
|
3938
|
+
lookup: {
|
|
3939
|
+
type: 'object',
|
|
3940
|
+
properties: {
|
|
3941
|
+
url: {
|
|
3942
|
+
type: 'string',
|
|
3943
|
+
nullable: true
|
|
3944
|
+
},
|
|
3945
|
+
resultListPropertyName: {
|
|
3946
|
+
type: 'string',
|
|
3947
|
+
nullable: true
|
|
3948
|
+
},
|
|
3949
|
+
displayPropertyName: {
|
|
3950
|
+
type: 'string',
|
|
3951
|
+
nullable: true
|
|
3952
|
+
},
|
|
3953
|
+
valuePropertyName: {
|
|
3954
|
+
type: 'string',
|
|
3955
|
+
nullable: true
|
|
3956
|
+
},
|
|
3957
|
+
filterParamName: {
|
|
3958
|
+
type: 'string',
|
|
3959
|
+
nullable: true
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
additionalProperties: false
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
additionalProperties: false
|
|
3966
|
+
},
|
|
3967
|
+
attributes: {
|
|
3968
|
+
type: 'array',
|
|
3969
|
+
items: {
|
|
3970
|
+
type: 'object',
|
|
3971
|
+
properties: {
|
|
3972
|
+
typeSimple: {
|
|
3973
|
+
type: 'string',
|
|
3974
|
+
nullable: true
|
|
3975
|
+
},
|
|
3976
|
+
config: {
|
|
3977
|
+
type: 'object',
|
|
3978
|
+
additionalProperties: {},
|
|
3979
|
+
nullable: true
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
additionalProperties: false
|
|
3983
|
+
},
|
|
3984
|
+
nullable: true
|
|
3985
|
+
},
|
|
3986
|
+
configuration: {
|
|
3987
|
+
type: 'object',
|
|
3988
|
+
additionalProperties: {},
|
|
3989
|
+
nullable: true
|
|
3990
|
+
},
|
|
3991
|
+
defaultValue: {
|
|
3992
|
+
nullable: true
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
additionalProperties: false
|
|
3996
|
+
},
|
|
3997
|
+
nullable: true
|
|
3998
|
+
},
|
|
3999
|
+
configuration: {
|
|
4000
|
+
type: 'object',
|
|
4001
|
+
additionalProperties: {},
|
|
4002
|
+
nullable: true
|
|
4003
|
+
}
|
|
4004
|
+
},
|
|
4005
|
+
additionalProperties: false
|
|
4006
|
+
},
|
|
4007
|
+
nullable: true
|
|
4008
|
+
},
|
|
4009
|
+
configuration: {
|
|
4010
|
+
type: 'object',
|
|
4011
|
+
additionalProperties: {},
|
|
4012
|
+
nullable: true
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
additionalProperties: false
|
|
872
4016
|
},
|
|
873
4017
|
nullable: true
|
|
874
4018
|
},
|
|
875
4019
|
enums: {
|
|
876
4020
|
type: 'object',
|
|
877
4021
|
additionalProperties: {
|
|
878
|
-
|
|
4022
|
+
type: 'object',
|
|
4023
|
+
properties: {
|
|
4024
|
+
fields: {
|
|
4025
|
+
type: 'array',
|
|
4026
|
+
items: {
|
|
4027
|
+
type: 'object',
|
|
4028
|
+
properties: {
|
|
4029
|
+
name: {
|
|
4030
|
+
type: 'string',
|
|
4031
|
+
nullable: true
|
|
4032
|
+
},
|
|
4033
|
+
value: {
|
|
4034
|
+
nullable: true
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
4037
|
+
additionalProperties: false
|
|
4038
|
+
},
|
|
4039
|
+
nullable: true
|
|
4040
|
+
},
|
|
4041
|
+
localizationResource: {
|
|
4042
|
+
type: 'string',
|
|
4043
|
+
nullable: true
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
additionalProperties: false
|
|
879
4047
|
},
|
|
880
4048
|
nullable: true
|
|
881
4049
|
}
|
|
@@ -887,10 +4055,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
|
|
|
887
4055
|
type: 'object',
|
|
888
4056
|
properties: {
|
|
889
4057
|
iana: {
|
|
890
|
-
|
|
4058
|
+
type: 'object',
|
|
4059
|
+
properties: {
|
|
4060
|
+
timeZoneName: {
|
|
4061
|
+
type: 'string',
|
|
4062
|
+
nullable: true
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
4065
|
+
additionalProperties: false
|
|
891
4066
|
},
|
|
892
4067
|
windows: {
|
|
893
|
-
|
|
4068
|
+
type: 'object',
|
|
4069
|
+
properties: {
|
|
4070
|
+
timeZoneId: {
|
|
4071
|
+
type: 'string',
|
|
4072
|
+
nullable: true
|
|
4073
|
+
}
|
|
4074
|
+
},
|
|
4075
|
+
additionalProperties: false
|
|
894
4076
|
}
|
|
895
4077
|
},
|
|
896
4078
|
additionalProperties: false
|
|
@@ -900,7 +4082,30 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
|
|
|
900
4082
|
type: 'object',
|
|
901
4083
|
properties: {
|
|
902
4084
|
timeZone: {
|
|
903
|
-
|
|
4085
|
+
type: 'object',
|
|
4086
|
+
properties: {
|
|
4087
|
+
iana: {
|
|
4088
|
+
type: 'object',
|
|
4089
|
+
properties: {
|
|
4090
|
+
timeZoneName: {
|
|
4091
|
+
type: 'string',
|
|
4092
|
+
nullable: true
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4095
|
+
additionalProperties: false
|
|
4096
|
+
},
|
|
4097
|
+
windows: {
|
|
4098
|
+
type: 'object',
|
|
4099
|
+
properties: {
|
|
4100
|
+
timeZoneId: {
|
|
4101
|
+
type: 'string',
|
|
4102
|
+
nullable: true
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
4105
|
+
additionalProperties: false
|
|
4106
|
+
}
|
|
4107
|
+
},
|
|
4108
|
+
additionalProperties: false
|
|
904
4109
|
}
|
|
905
4110
|
},
|
|
906
4111
|
additionalProperties: false
|
|
@@ -975,19 +4180,99 @@ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
|
|
|
975
4180
|
parametersOnMethod: {
|
|
976
4181
|
type: 'array',
|
|
977
4182
|
items: {
|
|
978
|
-
|
|
4183
|
+
type: 'object',
|
|
4184
|
+
properties: {
|
|
4185
|
+
name: {
|
|
4186
|
+
type: 'string',
|
|
4187
|
+
nullable: true
|
|
4188
|
+
},
|
|
4189
|
+
typeAsString: {
|
|
4190
|
+
type: 'string',
|
|
4191
|
+
nullable: true
|
|
4192
|
+
},
|
|
4193
|
+
type: {
|
|
4194
|
+
type: 'string',
|
|
4195
|
+
nullable: true
|
|
4196
|
+
},
|
|
4197
|
+
typeSimple: {
|
|
4198
|
+
type: 'string',
|
|
4199
|
+
nullable: true
|
|
4200
|
+
},
|
|
4201
|
+
isOptional: {
|
|
4202
|
+
type: 'boolean'
|
|
4203
|
+
},
|
|
4204
|
+
defaultValue: {
|
|
4205
|
+
nullable: true
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
4208
|
+
additionalProperties: false
|
|
979
4209
|
},
|
|
980
4210
|
nullable: true
|
|
981
4211
|
},
|
|
982
4212
|
parameters: {
|
|
983
4213
|
type: 'array',
|
|
984
4214
|
items: {
|
|
985
|
-
|
|
4215
|
+
type: 'object',
|
|
4216
|
+
properties: {
|
|
4217
|
+
nameOnMethod: {
|
|
4218
|
+
type: 'string',
|
|
4219
|
+
nullable: true
|
|
4220
|
+
},
|
|
4221
|
+
name: {
|
|
4222
|
+
type: 'string',
|
|
4223
|
+
nullable: true
|
|
4224
|
+
},
|
|
4225
|
+
jsonName: {
|
|
4226
|
+
type: 'string',
|
|
4227
|
+
nullable: true
|
|
4228
|
+
},
|
|
4229
|
+
type: {
|
|
4230
|
+
type: 'string',
|
|
4231
|
+
nullable: true
|
|
4232
|
+
},
|
|
4233
|
+
typeSimple: {
|
|
4234
|
+
type: 'string',
|
|
4235
|
+
nullable: true
|
|
4236
|
+
},
|
|
4237
|
+
isOptional: {
|
|
4238
|
+
type: 'boolean'
|
|
4239
|
+
},
|
|
4240
|
+
defaultValue: {
|
|
4241
|
+
nullable: true
|
|
4242
|
+
},
|
|
4243
|
+
constraintTypes: {
|
|
4244
|
+
type: 'array',
|
|
4245
|
+
items: {
|
|
4246
|
+
type: 'string'
|
|
4247
|
+
},
|
|
4248
|
+
nullable: true
|
|
4249
|
+
},
|
|
4250
|
+
bindingSourceId: {
|
|
4251
|
+
type: 'string',
|
|
4252
|
+
nullable: true
|
|
4253
|
+
},
|
|
4254
|
+
descriptorName: {
|
|
4255
|
+
type: 'string',
|
|
4256
|
+
nullable: true
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
additionalProperties: false
|
|
986
4260
|
},
|
|
987
4261
|
nullable: true
|
|
988
4262
|
},
|
|
989
4263
|
returnValue: {
|
|
990
|
-
|
|
4264
|
+
type: 'object',
|
|
4265
|
+
properties: {
|
|
4266
|
+
type: {
|
|
4267
|
+
type: 'string',
|
|
4268
|
+
nullable: true
|
|
4269
|
+
},
|
|
4270
|
+
typeSimple: {
|
|
4271
|
+
type: 'string',
|
|
4272
|
+
nullable: true
|
|
4273
|
+
}
|
|
4274
|
+
},
|
|
4275
|
+
additionalProperties: false
|
|
991
4276
|
},
|
|
992
4277
|
allowAnonymous: {
|
|
993
4278
|
type: 'boolean',
|
|
@@ -1007,14 +4292,353 @@ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
|
|
|
1007
4292
|
modules: {
|
|
1008
4293
|
type: 'object',
|
|
1009
4294
|
additionalProperties: {
|
|
1010
|
-
|
|
4295
|
+
type: 'object',
|
|
4296
|
+
properties: {
|
|
4297
|
+
rootPath: {
|
|
4298
|
+
type: 'string',
|
|
4299
|
+
nullable: true
|
|
4300
|
+
},
|
|
4301
|
+
remoteServiceName: {
|
|
4302
|
+
type: 'string',
|
|
4303
|
+
nullable: true
|
|
4304
|
+
},
|
|
4305
|
+
controllers: {
|
|
4306
|
+
type: 'object',
|
|
4307
|
+
additionalProperties: {
|
|
4308
|
+
type: 'object',
|
|
4309
|
+
properties: {
|
|
4310
|
+
controllerName: {
|
|
4311
|
+
type: 'string',
|
|
4312
|
+
nullable: true
|
|
4313
|
+
},
|
|
4314
|
+
controllerGroupName: {
|
|
4315
|
+
type: 'string',
|
|
4316
|
+
nullable: true
|
|
4317
|
+
},
|
|
4318
|
+
isRemoteService: {
|
|
4319
|
+
type: 'boolean'
|
|
4320
|
+
},
|
|
4321
|
+
isIntegrationService: {
|
|
4322
|
+
type: 'boolean'
|
|
4323
|
+
},
|
|
4324
|
+
apiVersion: {
|
|
4325
|
+
type: 'string',
|
|
4326
|
+
nullable: true
|
|
4327
|
+
},
|
|
4328
|
+
type: {
|
|
4329
|
+
type: 'string',
|
|
4330
|
+
nullable: true
|
|
4331
|
+
},
|
|
4332
|
+
interfaces: {
|
|
4333
|
+
type: 'array',
|
|
4334
|
+
items: {
|
|
4335
|
+
type: 'object',
|
|
4336
|
+
properties: {
|
|
4337
|
+
type: {
|
|
4338
|
+
type: 'string',
|
|
4339
|
+
nullable: true
|
|
4340
|
+
},
|
|
4341
|
+
name: {
|
|
4342
|
+
type: 'string',
|
|
4343
|
+
nullable: true
|
|
4344
|
+
},
|
|
4345
|
+
methods: {
|
|
4346
|
+
type: 'array',
|
|
4347
|
+
items: {
|
|
4348
|
+
type: 'object',
|
|
4349
|
+
properties: {
|
|
4350
|
+
name: {
|
|
4351
|
+
type: 'string',
|
|
4352
|
+
nullable: true
|
|
4353
|
+
},
|
|
4354
|
+
parametersOnMethod: {
|
|
4355
|
+
type: 'array',
|
|
4356
|
+
items: {
|
|
4357
|
+
type: 'object',
|
|
4358
|
+
properties: {
|
|
4359
|
+
name: {
|
|
4360
|
+
type: 'string',
|
|
4361
|
+
nullable: true
|
|
4362
|
+
},
|
|
4363
|
+
typeAsString: {
|
|
4364
|
+
type: 'string',
|
|
4365
|
+
nullable: true
|
|
4366
|
+
},
|
|
4367
|
+
type: {
|
|
4368
|
+
type: 'string',
|
|
4369
|
+
nullable: true
|
|
4370
|
+
},
|
|
4371
|
+
typeSimple: {
|
|
4372
|
+
type: 'string',
|
|
4373
|
+
nullable: true
|
|
4374
|
+
},
|
|
4375
|
+
isOptional: {
|
|
4376
|
+
type: 'boolean'
|
|
4377
|
+
},
|
|
4378
|
+
defaultValue: {
|
|
4379
|
+
nullable: true
|
|
4380
|
+
}
|
|
4381
|
+
},
|
|
4382
|
+
additionalProperties: false
|
|
4383
|
+
},
|
|
4384
|
+
nullable: true
|
|
4385
|
+
},
|
|
4386
|
+
returnValue: {
|
|
4387
|
+
type: 'object',
|
|
4388
|
+
properties: {
|
|
4389
|
+
type: {
|
|
4390
|
+
type: 'string',
|
|
4391
|
+
nullable: true
|
|
4392
|
+
},
|
|
4393
|
+
typeSimple: {
|
|
4394
|
+
type: 'string',
|
|
4395
|
+
nullable: true
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
additionalProperties: false
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
additionalProperties: false
|
|
4402
|
+
},
|
|
4403
|
+
nullable: true
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4406
|
+
additionalProperties: false
|
|
4407
|
+
},
|
|
4408
|
+
nullable: true
|
|
4409
|
+
},
|
|
4410
|
+
actions: {
|
|
4411
|
+
type: 'object',
|
|
4412
|
+
additionalProperties: {
|
|
4413
|
+
type: 'object',
|
|
4414
|
+
properties: {
|
|
4415
|
+
uniqueName: {
|
|
4416
|
+
type: 'string',
|
|
4417
|
+
nullable: true
|
|
4418
|
+
},
|
|
4419
|
+
name: {
|
|
4420
|
+
type: 'string',
|
|
4421
|
+
nullable: true
|
|
4422
|
+
},
|
|
4423
|
+
httpMethod: {
|
|
4424
|
+
type: 'string',
|
|
4425
|
+
nullable: true
|
|
4426
|
+
},
|
|
4427
|
+
url: {
|
|
4428
|
+
type: 'string',
|
|
4429
|
+
nullable: true
|
|
4430
|
+
},
|
|
4431
|
+
supportedVersions: {
|
|
4432
|
+
type: 'array',
|
|
4433
|
+
items: {
|
|
4434
|
+
type: 'string'
|
|
4435
|
+
},
|
|
4436
|
+
nullable: true
|
|
4437
|
+
},
|
|
4438
|
+
parametersOnMethod: {
|
|
4439
|
+
type: 'array',
|
|
4440
|
+
items: {
|
|
4441
|
+
type: 'object',
|
|
4442
|
+
properties: {
|
|
4443
|
+
name: {
|
|
4444
|
+
type: 'string',
|
|
4445
|
+
nullable: true
|
|
4446
|
+
},
|
|
4447
|
+
typeAsString: {
|
|
4448
|
+
type: 'string',
|
|
4449
|
+
nullable: true
|
|
4450
|
+
},
|
|
4451
|
+
type: {
|
|
4452
|
+
type: 'string',
|
|
4453
|
+
nullable: true
|
|
4454
|
+
},
|
|
4455
|
+
typeSimple: {
|
|
4456
|
+
type: 'string',
|
|
4457
|
+
nullable: true
|
|
4458
|
+
},
|
|
4459
|
+
isOptional: {
|
|
4460
|
+
type: 'boolean'
|
|
4461
|
+
},
|
|
4462
|
+
defaultValue: {
|
|
4463
|
+
nullable: true
|
|
4464
|
+
}
|
|
4465
|
+
},
|
|
4466
|
+
additionalProperties: false
|
|
4467
|
+
},
|
|
4468
|
+
nullable: true
|
|
4469
|
+
},
|
|
4470
|
+
parameters: {
|
|
4471
|
+
type: 'array',
|
|
4472
|
+
items: {
|
|
4473
|
+
type: 'object',
|
|
4474
|
+
properties: {
|
|
4475
|
+
nameOnMethod: {
|
|
4476
|
+
type: 'string',
|
|
4477
|
+
nullable: true
|
|
4478
|
+
},
|
|
4479
|
+
name: {
|
|
4480
|
+
type: 'string',
|
|
4481
|
+
nullable: true
|
|
4482
|
+
},
|
|
4483
|
+
jsonName: {
|
|
4484
|
+
type: 'string',
|
|
4485
|
+
nullable: true
|
|
4486
|
+
},
|
|
4487
|
+
type: {
|
|
4488
|
+
type: 'string',
|
|
4489
|
+
nullable: true
|
|
4490
|
+
},
|
|
4491
|
+
typeSimple: {
|
|
4492
|
+
type: 'string',
|
|
4493
|
+
nullable: true
|
|
4494
|
+
},
|
|
4495
|
+
isOptional: {
|
|
4496
|
+
type: 'boolean'
|
|
4497
|
+
},
|
|
4498
|
+
defaultValue: {
|
|
4499
|
+
nullable: true
|
|
4500
|
+
},
|
|
4501
|
+
constraintTypes: {
|
|
4502
|
+
type: 'array',
|
|
4503
|
+
items: {
|
|
4504
|
+
type: 'string'
|
|
4505
|
+
},
|
|
4506
|
+
nullable: true
|
|
4507
|
+
},
|
|
4508
|
+
bindingSourceId: {
|
|
4509
|
+
type: 'string',
|
|
4510
|
+
nullable: true
|
|
4511
|
+
},
|
|
4512
|
+
descriptorName: {
|
|
4513
|
+
type: 'string',
|
|
4514
|
+
nullable: true
|
|
4515
|
+
}
|
|
4516
|
+
},
|
|
4517
|
+
additionalProperties: false
|
|
4518
|
+
},
|
|
4519
|
+
nullable: true
|
|
4520
|
+
},
|
|
4521
|
+
returnValue: {
|
|
4522
|
+
type: 'object',
|
|
4523
|
+
properties: {
|
|
4524
|
+
type: {
|
|
4525
|
+
type: 'string',
|
|
4526
|
+
nullable: true
|
|
4527
|
+
},
|
|
4528
|
+
typeSimple: {
|
|
4529
|
+
type: 'string',
|
|
4530
|
+
nullable: true
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
additionalProperties: false
|
|
4534
|
+
},
|
|
4535
|
+
allowAnonymous: {
|
|
4536
|
+
type: 'boolean',
|
|
4537
|
+
nullable: true
|
|
4538
|
+
},
|
|
4539
|
+
implementFrom: {
|
|
4540
|
+
type: 'string',
|
|
4541
|
+
nullable: true
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
additionalProperties: false
|
|
4545
|
+
},
|
|
4546
|
+
nullable: true
|
|
4547
|
+
}
|
|
4548
|
+
},
|
|
4549
|
+
additionalProperties: false
|
|
4550
|
+
},
|
|
4551
|
+
nullable: true
|
|
4552
|
+
}
|
|
4553
|
+
},
|
|
4554
|
+
additionalProperties: false
|
|
1011
4555
|
},
|
|
1012
4556
|
nullable: true
|
|
1013
4557
|
},
|
|
1014
4558
|
types: {
|
|
1015
4559
|
type: 'object',
|
|
1016
4560
|
additionalProperties: {
|
|
1017
|
-
|
|
4561
|
+
type: 'object',
|
|
4562
|
+
properties: {
|
|
4563
|
+
baseType: {
|
|
4564
|
+
type: 'string',
|
|
4565
|
+
nullable: true
|
|
4566
|
+
},
|
|
4567
|
+
isEnum: {
|
|
4568
|
+
type: 'boolean'
|
|
4569
|
+
},
|
|
4570
|
+
enumNames: {
|
|
4571
|
+
type: 'array',
|
|
4572
|
+
items: {
|
|
4573
|
+
type: 'string'
|
|
4574
|
+
},
|
|
4575
|
+
nullable: true
|
|
4576
|
+
},
|
|
4577
|
+
enumValues: {
|
|
4578
|
+
type: 'array',
|
|
4579
|
+
items: {},
|
|
4580
|
+
nullable: true
|
|
4581
|
+
},
|
|
4582
|
+
genericArguments: {
|
|
4583
|
+
type: 'array',
|
|
4584
|
+
items: {
|
|
4585
|
+
type: 'string'
|
|
4586
|
+
},
|
|
4587
|
+
nullable: true
|
|
4588
|
+
},
|
|
4589
|
+
properties: {
|
|
4590
|
+
type: 'array',
|
|
4591
|
+
items: {
|
|
4592
|
+
type: 'object',
|
|
4593
|
+
properties: {
|
|
4594
|
+
name: {
|
|
4595
|
+
type: 'string',
|
|
4596
|
+
nullable: true
|
|
4597
|
+
},
|
|
4598
|
+
jsonName: {
|
|
4599
|
+
type: 'string',
|
|
4600
|
+
nullable: true
|
|
4601
|
+
},
|
|
4602
|
+
type: {
|
|
4603
|
+
type: 'string',
|
|
4604
|
+
nullable: true
|
|
4605
|
+
},
|
|
4606
|
+
typeSimple: {
|
|
4607
|
+
type: 'string',
|
|
4608
|
+
nullable: true
|
|
4609
|
+
},
|
|
4610
|
+
isRequired: {
|
|
4611
|
+
type: 'boolean'
|
|
4612
|
+
},
|
|
4613
|
+
minLength: {
|
|
4614
|
+
type: 'integer',
|
|
4615
|
+
format: 'int32',
|
|
4616
|
+
nullable: true
|
|
4617
|
+
},
|
|
4618
|
+
maxLength: {
|
|
4619
|
+
type: 'integer',
|
|
4620
|
+
format: 'int32',
|
|
4621
|
+
nullable: true
|
|
4622
|
+
},
|
|
4623
|
+
minimum: {
|
|
4624
|
+
type: 'string',
|
|
4625
|
+
nullable: true
|
|
4626
|
+
},
|
|
4627
|
+
maximum: {
|
|
4628
|
+
type: 'string',
|
|
4629
|
+
nullable: true
|
|
4630
|
+
},
|
|
4631
|
+
regex: {
|
|
4632
|
+
type: 'string',
|
|
4633
|
+
nullable: true
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4636
|
+
additionalProperties: false
|
|
4637
|
+
},
|
|
4638
|
+
nullable: true
|
|
4639
|
+
}
|
|
4640
|
+
},
|
|
4641
|
+
additionalProperties: false
|
|
1018
4642
|
},
|
|
1019
4643
|
nullable: true
|
|
1020
4644
|
}
|
|
@@ -1050,14 +4674,216 @@ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
|
|
|
1050
4674
|
interfaces: {
|
|
1051
4675
|
type: 'array',
|
|
1052
4676
|
items: {
|
|
1053
|
-
|
|
4677
|
+
type: 'object',
|
|
4678
|
+
properties: {
|
|
4679
|
+
type: {
|
|
4680
|
+
type: 'string',
|
|
4681
|
+
nullable: true
|
|
4682
|
+
},
|
|
4683
|
+
name: {
|
|
4684
|
+
type: 'string',
|
|
4685
|
+
nullable: true
|
|
4686
|
+
},
|
|
4687
|
+
methods: {
|
|
4688
|
+
type: 'array',
|
|
4689
|
+
items: {
|
|
4690
|
+
type: 'object',
|
|
4691
|
+
properties: {
|
|
4692
|
+
name: {
|
|
4693
|
+
type: 'string',
|
|
4694
|
+
nullable: true
|
|
4695
|
+
},
|
|
4696
|
+
parametersOnMethod: {
|
|
4697
|
+
type: 'array',
|
|
4698
|
+
items: {
|
|
4699
|
+
type: 'object',
|
|
4700
|
+
properties: {
|
|
4701
|
+
name: {
|
|
4702
|
+
type: 'string',
|
|
4703
|
+
nullable: true
|
|
4704
|
+
},
|
|
4705
|
+
typeAsString: {
|
|
4706
|
+
type: 'string',
|
|
4707
|
+
nullable: true
|
|
4708
|
+
},
|
|
4709
|
+
type: {
|
|
4710
|
+
type: 'string',
|
|
4711
|
+
nullable: true
|
|
4712
|
+
},
|
|
4713
|
+
typeSimple: {
|
|
4714
|
+
type: 'string',
|
|
4715
|
+
nullable: true
|
|
4716
|
+
},
|
|
4717
|
+
isOptional: {
|
|
4718
|
+
type: 'boolean'
|
|
4719
|
+
},
|
|
4720
|
+
defaultValue: {
|
|
4721
|
+
nullable: true
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
4724
|
+
additionalProperties: false
|
|
4725
|
+
},
|
|
4726
|
+
nullable: true
|
|
4727
|
+
},
|
|
4728
|
+
returnValue: {
|
|
4729
|
+
type: 'object',
|
|
4730
|
+
properties: {
|
|
4731
|
+
type: {
|
|
4732
|
+
type: 'string',
|
|
4733
|
+
nullable: true
|
|
4734
|
+
},
|
|
4735
|
+
typeSimple: {
|
|
4736
|
+
type: 'string',
|
|
4737
|
+
nullable: true
|
|
4738
|
+
}
|
|
4739
|
+
},
|
|
4740
|
+
additionalProperties: false
|
|
4741
|
+
}
|
|
4742
|
+
},
|
|
4743
|
+
additionalProperties: false
|
|
4744
|
+
},
|
|
4745
|
+
nullable: true
|
|
4746
|
+
}
|
|
4747
|
+
},
|
|
4748
|
+
additionalProperties: false
|
|
1054
4749
|
},
|
|
1055
4750
|
nullable: true
|
|
1056
4751
|
},
|
|
1057
4752
|
actions: {
|
|
1058
4753
|
type: 'object',
|
|
1059
4754
|
additionalProperties: {
|
|
1060
|
-
|
|
4755
|
+
type: 'object',
|
|
4756
|
+
properties: {
|
|
4757
|
+
uniqueName: {
|
|
4758
|
+
type: 'string',
|
|
4759
|
+
nullable: true
|
|
4760
|
+
},
|
|
4761
|
+
name: {
|
|
4762
|
+
type: 'string',
|
|
4763
|
+
nullable: true
|
|
4764
|
+
},
|
|
4765
|
+
httpMethod: {
|
|
4766
|
+
type: 'string',
|
|
4767
|
+
nullable: true
|
|
4768
|
+
},
|
|
4769
|
+
url: {
|
|
4770
|
+
type: 'string',
|
|
4771
|
+
nullable: true
|
|
4772
|
+
},
|
|
4773
|
+
supportedVersions: {
|
|
4774
|
+
type: 'array',
|
|
4775
|
+
items: {
|
|
4776
|
+
type: 'string'
|
|
4777
|
+
},
|
|
4778
|
+
nullable: true
|
|
4779
|
+
},
|
|
4780
|
+
parametersOnMethod: {
|
|
4781
|
+
type: 'array',
|
|
4782
|
+
items: {
|
|
4783
|
+
type: 'object',
|
|
4784
|
+
properties: {
|
|
4785
|
+
name: {
|
|
4786
|
+
type: 'string',
|
|
4787
|
+
nullable: true
|
|
4788
|
+
},
|
|
4789
|
+
typeAsString: {
|
|
4790
|
+
type: 'string',
|
|
4791
|
+
nullable: true
|
|
4792
|
+
},
|
|
4793
|
+
type: {
|
|
4794
|
+
type: 'string',
|
|
4795
|
+
nullable: true
|
|
4796
|
+
},
|
|
4797
|
+
typeSimple: {
|
|
4798
|
+
type: 'string',
|
|
4799
|
+
nullable: true
|
|
4800
|
+
},
|
|
4801
|
+
isOptional: {
|
|
4802
|
+
type: 'boolean'
|
|
4803
|
+
},
|
|
4804
|
+
defaultValue: {
|
|
4805
|
+
nullable: true
|
|
4806
|
+
}
|
|
4807
|
+
},
|
|
4808
|
+
additionalProperties: false
|
|
4809
|
+
},
|
|
4810
|
+
nullable: true
|
|
4811
|
+
},
|
|
4812
|
+
parameters: {
|
|
4813
|
+
type: 'array',
|
|
4814
|
+
items: {
|
|
4815
|
+
type: 'object',
|
|
4816
|
+
properties: {
|
|
4817
|
+
nameOnMethod: {
|
|
4818
|
+
type: 'string',
|
|
4819
|
+
nullable: true
|
|
4820
|
+
},
|
|
4821
|
+
name: {
|
|
4822
|
+
type: 'string',
|
|
4823
|
+
nullable: true
|
|
4824
|
+
},
|
|
4825
|
+
jsonName: {
|
|
4826
|
+
type: 'string',
|
|
4827
|
+
nullable: true
|
|
4828
|
+
},
|
|
4829
|
+
type: {
|
|
4830
|
+
type: 'string',
|
|
4831
|
+
nullable: true
|
|
4832
|
+
},
|
|
4833
|
+
typeSimple: {
|
|
4834
|
+
type: 'string',
|
|
4835
|
+
nullable: true
|
|
4836
|
+
},
|
|
4837
|
+
isOptional: {
|
|
4838
|
+
type: 'boolean'
|
|
4839
|
+
},
|
|
4840
|
+
defaultValue: {
|
|
4841
|
+
nullable: true
|
|
4842
|
+
},
|
|
4843
|
+
constraintTypes: {
|
|
4844
|
+
type: 'array',
|
|
4845
|
+
items: {
|
|
4846
|
+
type: 'string'
|
|
4847
|
+
},
|
|
4848
|
+
nullable: true
|
|
4849
|
+
},
|
|
4850
|
+
bindingSourceId: {
|
|
4851
|
+
type: 'string',
|
|
4852
|
+
nullable: true
|
|
4853
|
+
},
|
|
4854
|
+
descriptorName: {
|
|
4855
|
+
type: 'string',
|
|
4856
|
+
nullable: true
|
|
4857
|
+
}
|
|
4858
|
+
},
|
|
4859
|
+
additionalProperties: false
|
|
4860
|
+
},
|
|
4861
|
+
nullable: true
|
|
4862
|
+
},
|
|
4863
|
+
returnValue: {
|
|
4864
|
+
type: 'object',
|
|
4865
|
+
properties: {
|
|
4866
|
+
type: {
|
|
4867
|
+
type: 'string',
|
|
4868
|
+
nullable: true
|
|
4869
|
+
},
|
|
4870
|
+
typeSimple: {
|
|
4871
|
+
type: 'string',
|
|
4872
|
+
nullable: true
|
|
4873
|
+
}
|
|
4874
|
+
},
|
|
4875
|
+
additionalProperties: false
|
|
4876
|
+
},
|
|
4877
|
+
allowAnonymous: {
|
|
4878
|
+
type: 'boolean',
|
|
4879
|
+
nullable: true
|
|
4880
|
+
},
|
|
4881
|
+
implementFrom: {
|
|
4882
|
+
type: 'string',
|
|
4883
|
+
nullable: true
|
|
4884
|
+
}
|
|
4885
|
+
},
|
|
4886
|
+
additionalProperties: false
|
|
1061
4887
|
},
|
|
1062
4888
|
nullable: true
|
|
1063
4889
|
}
|
|
@@ -1079,7 +4905,60 @@ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
|
|
|
1079
4905
|
methods: {
|
|
1080
4906
|
type: 'array',
|
|
1081
4907
|
items: {
|
|
1082
|
-
|
|
4908
|
+
type: 'object',
|
|
4909
|
+
properties: {
|
|
4910
|
+
name: {
|
|
4911
|
+
type: 'string',
|
|
4912
|
+
nullable: true
|
|
4913
|
+
},
|
|
4914
|
+
parametersOnMethod: {
|
|
4915
|
+
type: 'array',
|
|
4916
|
+
items: {
|
|
4917
|
+
type: 'object',
|
|
4918
|
+
properties: {
|
|
4919
|
+
name: {
|
|
4920
|
+
type: 'string',
|
|
4921
|
+
nullable: true
|
|
4922
|
+
},
|
|
4923
|
+
typeAsString: {
|
|
4924
|
+
type: 'string',
|
|
4925
|
+
nullable: true
|
|
4926
|
+
},
|
|
4927
|
+
type: {
|
|
4928
|
+
type: 'string',
|
|
4929
|
+
nullable: true
|
|
4930
|
+
},
|
|
4931
|
+
typeSimple: {
|
|
4932
|
+
type: 'string',
|
|
4933
|
+
nullable: true
|
|
4934
|
+
},
|
|
4935
|
+
isOptional: {
|
|
4936
|
+
type: 'boolean'
|
|
4937
|
+
},
|
|
4938
|
+
defaultValue: {
|
|
4939
|
+
nullable: true
|
|
4940
|
+
}
|
|
4941
|
+
},
|
|
4942
|
+
additionalProperties: false
|
|
4943
|
+
},
|
|
4944
|
+
nullable: true
|
|
4945
|
+
},
|
|
4946
|
+
returnValue: {
|
|
4947
|
+
type: 'object',
|
|
4948
|
+
properties: {
|
|
4949
|
+
type: {
|
|
4950
|
+
type: 'string',
|
|
4951
|
+
nullable: true
|
|
4952
|
+
},
|
|
4953
|
+
typeSimple: {
|
|
4954
|
+
type: 'string',
|
|
4955
|
+
nullable: true
|
|
4956
|
+
}
|
|
4957
|
+
},
|
|
4958
|
+
additionalProperties: false
|
|
4959
|
+
}
|
|
4960
|
+
},
|
|
4961
|
+
additionalProperties: false
|
|
1083
4962
|
},
|
|
1084
4963
|
nullable: true
|
|
1085
4964
|
}
|
|
@@ -1097,12 +4976,48 @@ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
|
|
|
1097
4976
|
parametersOnMethod: {
|
|
1098
4977
|
type: 'array',
|
|
1099
4978
|
items: {
|
|
1100
|
-
|
|
4979
|
+
type: 'object',
|
|
4980
|
+
properties: {
|
|
4981
|
+
name: {
|
|
4982
|
+
type: 'string',
|
|
4983
|
+
nullable: true
|
|
4984
|
+
},
|
|
4985
|
+
typeAsString: {
|
|
4986
|
+
type: 'string',
|
|
4987
|
+
nullable: true
|
|
4988
|
+
},
|
|
4989
|
+
type: {
|
|
4990
|
+
type: 'string',
|
|
4991
|
+
nullable: true
|
|
4992
|
+
},
|
|
4993
|
+
typeSimple: {
|
|
4994
|
+
type: 'string',
|
|
4995
|
+
nullable: true
|
|
4996
|
+
},
|
|
4997
|
+
isOptional: {
|
|
4998
|
+
type: 'boolean'
|
|
4999
|
+
},
|
|
5000
|
+
defaultValue: {
|
|
5001
|
+
nullable: true
|
|
5002
|
+
}
|
|
5003
|
+
},
|
|
5004
|
+
additionalProperties: false
|
|
1101
5005
|
},
|
|
1102
5006
|
nullable: true
|
|
1103
5007
|
},
|
|
1104
5008
|
returnValue: {
|
|
1105
|
-
|
|
5009
|
+
type: 'object',
|
|
5010
|
+
properties: {
|
|
5011
|
+
type: {
|
|
5012
|
+
type: 'string',
|
|
5013
|
+
nullable: true
|
|
5014
|
+
},
|
|
5015
|
+
typeSimple: {
|
|
5016
|
+
type: 'string',
|
|
5017
|
+
nullable: true
|
|
5018
|
+
}
|
|
5019
|
+
},
|
|
5020
|
+
additionalProperties: false
|
|
1106
5021
|
}
|
|
1107
5022
|
},
|
|
1108
5023
|
additionalProperties: false
|
|
@@ -1151,7 +5066,248 @@ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
|
|
|
1151
5066
|
controllers: {
|
|
1152
5067
|
type: 'object',
|
|
1153
5068
|
additionalProperties: {
|
|
1154
|
-
|
|
5069
|
+
type: 'object',
|
|
5070
|
+
properties: {
|
|
5071
|
+
controllerName: {
|
|
5072
|
+
type: 'string',
|
|
5073
|
+
nullable: true
|
|
5074
|
+
},
|
|
5075
|
+
controllerGroupName: {
|
|
5076
|
+
type: 'string',
|
|
5077
|
+
nullable: true
|
|
5078
|
+
},
|
|
5079
|
+
isRemoteService: {
|
|
5080
|
+
type: 'boolean'
|
|
5081
|
+
},
|
|
5082
|
+
isIntegrationService: {
|
|
5083
|
+
type: 'boolean'
|
|
5084
|
+
},
|
|
5085
|
+
apiVersion: {
|
|
5086
|
+
type: 'string',
|
|
5087
|
+
nullable: true
|
|
5088
|
+
},
|
|
5089
|
+
type: {
|
|
5090
|
+
type: 'string',
|
|
5091
|
+
nullable: true
|
|
5092
|
+
},
|
|
5093
|
+
interfaces: {
|
|
5094
|
+
type: 'array',
|
|
5095
|
+
items: {
|
|
5096
|
+
type: 'object',
|
|
5097
|
+
properties: {
|
|
5098
|
+
type: {
|
|
5099
|
+
type: 'string',
|
|
5100
|
+
nullable: true
|
|
5101
|
+
},
|
|
5102
|
+
name: {
|
|
5103
|
+
type: 'string',
|
|
5104
|
+
nullable: true
|
|
5105
|
+
},
|
|
5106
|
+
methods: {
|
|
5107
|
+
type: 'array',
|
|
5108
|
+
items: {
|
|
5109
|
+
type: 'object',
|
|
5110
|
+
properties: {
|
|
5111
|
+
name: {
|
|
5112
|
+
type: 'string',
|
|
5113
|
+
nullable: true
|
|
5114
|
+
},
|
|
5115
|
+
parametersOnMethod: {
|
|
5116
|
+
type: 'array',
|
|
5117
|
+
items: {
|
|
5118
|
+
type: 'object',
|
|
5119
|
+
properties: {
|
|
5120
|
+
name: {
|
|
5121
|
+
type: 'string',
|
|
5122
|
+
nullable: true
|
|
5123
|
+
},
|
|
5124
|
+
typeAsString: {
|
|
5125
|
+
type: 'string',
|
|
5126
|
+
nullable: true
|
|
5127
|
+
},
|
|
5128
|
+
type: {
|
|
5129
|
+
type: 'string',
|
|
5130
|
+
nullable: true
|
|
5131
|
+
},
|
|
5132
|
+
typeSimple: {
|
|
5133
|
+
type: 'string',
|
|
5134
|
+
nullable: true
|
|
5135
|
+
},
|
|
5136
|
+
isOptional: {
|
|
5137
|
+
type: 'boolean'
|
|
5138
|
+
},
|
|
5139
|
+
defaultValue: {
|
|
5140
|
+
nullable: true
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
additionalProperties: false
|
|
5144
|
+
},
|
|
5145
|
+
nullable: true
|
|
5146
|
+
},
|
|
5147
|
+
returnValue: {
|
|
5148
|
+
type: 'object',
|
|
5149
|
+
properties: {
|
|
5150
|
+
type: {
|
|
5151
|
+
type: 'string',
|
|
5152
|
+
nullable: true
|
|
5153
|
+
},
|
|
5154
|
+
typeSimple: {
|
|
5155
|
+
type: 'string',
|
|
5156
|
+
nullable: true
|
|
5157
|
+
}
|
|
5158
|
+
},
|
|
5159
|
+
additionalProperties: false
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
5162
|
+
additionalProperties: false
|
|
5163
|
+
},
|
|
5164
|
+
nullable: true
|
|
5165
|
+
}
|
|
5166
|
+
},
|
|
5167
|
+
additionalProperties: false
|
|
5168
|
+
},
|
|
5169
|
+
nullable: true
|
|
5170
|
+
},
|
|
5171
|
+
actions: {
|
|
5172
|
+
type: 'object',
|
|
5173
|
+
additionalProperties: {
|
|
5174
|
+
type: 'object',
|
|
5175
|
+
properties: {
|
|
5176
|
+
uniqueName: {
|
|
5177
|
+
type: 'string',
|
|
5178
|
+
nullable: true
|
|
5179
|
+
},
|
|
5180
|
+
name: {
|
|
5181
|
+
type: 'string',
|
|
5182
|
+
nullable: true
|
|
5183
|
+
},
|
|
5184
|
+
httpMethod: {
|
|
5185
|
+
type: 'string',
|
|
5186
|
+
nullable: true
|
|
5187
|
+
},
|
|
5188
|
+
url: {
|
|
5189
|
+
type: 'string',
|
|
5190
|
+
nullable: true
|
|
5191
|
+
},
|
|
5192
|
+
supportedVersions: {
|
|
5193
|
+
type: 'array',
|
|
5194
|
+
items: {
|
|
5195
|
+
type: 'string'
|
|
5196
|
+
},
|
|
5197
|
+
nullable: true
|
|
5198
|
+
},
|
|
5199
|
+
parametersOnMethod: {
|
|
5200
|
+
type: 'array',
|
|
5201
|
+
items: {
|
|
5202
|
+
type: 'object',
|
|
5203
|
+
properties: {
|
|
5204
|
+
name: {
|
|
5205
|
+
type: 'string',
|
|
5206
|
+
nullable: true
|
|
5207
|
+
},
|
|
5208
|
+
typeAsString: {
|
|
5209
|
+
type: 'string',
|
|
5210
|
+
nullable: true
|
|
5211
|
+
},
|
|
5212
|
+
type: {
|
|
5213
|
+
type: 'string',
|
|
5214
|
+
nullable: true
|
|
5215
|
+
},
|
|
5216
|
+
typeSimple: {
|
|
5217
|
+
type: 'string',
|
|
5218
|
+
nullable: true
|
|
5219
|
+
},
|
|
5220
|
+
isOptional: {
|
|
5221
|
+
type: 'boolean'
|
|
5222
|
+
},
|
|
5223
|
+
defaultValue: {
|
|
5224
|
+
nullable: true
|
|
5225
|
+
}
|
|
5226
|
+
},
|
|
5227
|
+
additionalProperties: false
|
|
5228
|
+
},
|
|
5229
|
+
nullable: true
|
|
5230
|
+
},
|
|
5231
|
+
parameters: {
|
|
5232
|
+
type: 'array',
|
|
5233
|
+
items: {
|
|
5234
|
+
type: 'object',
|
|
5235
|
+
properties: {
|
|
5236
|
+
nameOnMethod: {
|
|
5237
|
+
type: 'string',
|
|
5238
|
+
nullable: true
|
|
5239
|
+
},
|
|
5240
|
+
name: {
|
|
5241
|
+
type: 'string',
|
|
5242
|
+
nullable: true
|
|
5243
|
+
},
|
|
5244
|
+
jsonName: {
|
|
5245
|
+
type: 'string',
|
|
5246
|
+
nullable: true
|
|
5247
|
+
},
|
|
5248
|
+
type: {
|
|
5249
|
+
type: 'string',
|
|
5250
|
+
nullable: true
|
|
5251
|
+
},
|
|
5252
|
+
typeSimple: {
|
|
5253
|
+
type: 'string',
|
|
5254
|
+
nullable: true
|
|
5255
|
+
},
|
|
5256
|
+
isOptional: {
|
|
5257
|
+
type: 'boolean'
|
|
5258
|
+
},
|
|
5259
|
+
defaultValue: {
|
|
5260
|
+
nullable: true
|
|
5261
|
+
},
|
|
5262
|
+
constraintTypes: {
|
|
5263
|
+
type: 'array',
|
|
5264
|
+
items: {
|
|
5265
|
+
type: 'string'
|
|
5266
|
+
},
|
|
5267
|
+
nullable: true
|
|
5268
|
+
},
|
|
5269
|
+
bindingSourceId: {
|
|
5270
|
+
type: 'string',
|
|
5271
|
+
nullable: true
|
|
5272
|
+
},
|
|
5273
|
+
descriptorName: {
|
|
5274
|
+
type: 'string',
|
|
5275
|
+
nullable: true
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
additionalProperties: false
|
|
5279
|
+
},
|
|
5280
|
+
nullable: true
|
|
5281
|
+
},
|
|
5282
|
+
returnValue: {
|
|
5283
|
+
type: 'object',
|
|
5284
|
+
properties: {
|
|
5285
|
+
type: {
|
|
5286
|
+
type: 'string',
|
|
5287
|
+
nullable: true
|
|
5288
|
+
},
|
|
5289
|
+
typeSimple: {
|
|
5290
|
+
type: 'string',
|
|
5291
|
+
nullable: true
|
|
5292
|
+
}
|
|
5293
|
+
},
|
|
5294
|
+
additionalProperties: false
|
|
5295
|
+
},
|
|
5296
|
+
allowAnonymous: {
|
|
5297
|
+
type: 'boolean',
|
|
5298
|
+
nullable: true
|
|
5299
|
+
},
|
|
5300
|
+
implementFrom: {
|
|
5301
|
+
type: 'string',
|
|
5302
|
+
nullable: true
|
|
5303
|
+
}
|
|
5304
|
+
},
|
|
5305
|
+
additionalProperties: false
|
|
5306
|
+
},
|
|
5307
|
+
nullable: true
|
|
5308
|
+
}
|
|
5309
|
+
},
|
|
5310
|
+
additionalProperties: false
|
|
1155
5311
|
},
|
|
1156
5312
|
nullable: true
|
|
1157
5313
|
}
|
|
@@ -1302,7 +5458,51 @@ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
|
|
|
1302
5458
|
properties: {
|
|
1303
5459
|
type: 'array',
|
|
1304
5460
|
items: {
|
|
1305
|
-
|
|
5461
|
+
type: 'object',
|
|
5462
|
+
properties: {
|
|
5463
|
+
name: {
|
|
5464
|
+
type: 'string',
|
|
5465
|
+
nullable: true
|
|
5466
|
+
},
|
|
5467
|
+
jsonName: {
|
|
5468
|
+
type: 'string',
|
|
5469
|
+
nullable: true
|
|
5470
|
+
},
|
|
5471
|
+
type: {
|
|
5472
|
+
type: 'string',
|
|
5473
|
+
nullable: true
|
|
5474
|
+
},
|
|
5475
|
+
typeSimple: {
|
|
5476
|
+
type: 'string',
|
|
5477
|
+
nullable: true
|
|
5478
|
+
},
|
|
5479
|
+
isRequired: {
|
|
5480
|
+
type: 'boolean'
|
|
5481
|
+
},
|
|
5482
|
+
minLength: {
|
|
5483
|
+
type: 'integer',
|
|
5484
|
+
format: 'int32',
|
|
5485
|
+
nullable: true
|
|
5486
|
+
},
|
|
5487
|
+
maxLength: {
|
|
5488
|
+
type: 'integer',
|
|
5489
|
+
format: 'int32',
|
|
5490
|
+
nullable: true
|
|
5491
|
+
},
|
|
5492
|
+
minimum: {
|
|
5493
|
+
type: 'string',
|
|
5494
|
+
nullable: true
|
|
5495
|
+
},
|
|
5496
|
+
maximum: {
|
|
5497
|
+
type: 'string',
|
|
5498
|
+
nullable: true
|
|
5499
|
+
},
|
|
5500
|
+
regex: {
|
|
5501
|
+
type: 'string',
|
|
5502
|
+
nullable: true
|
|
5503
|
+
}
|
|
5504
|
+
},
|
|
5505
|
+
additionalProperties: false
|
|
1306
5506
|
},
|
|
1307
5507
|
nullable: true
|
|
1308
5508
|
}
|
|
@@ -1333,7 +5533,21 @@ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
|
|
|
1333
5533
|
validationErrors: {
|
|
1334
5534
|
type: 'array',
|
|
1335
5535
|
items: {
|
|
1336
|
-
|
|
5536
|
+
type: 'object',
|
|
5537
|
+
properties: {
|
|
5538
|
+
message: {
|
|
5539
|
+
type: 'string',
|
|
5540
|
+
nullable: true
|
|
5541
|
+
},
|
|
5542
|
+
members: {
|
|
5543
|
+
type: 'array',
|
|
5544
|
+
items: {
|
|
5545
|
+
type: 'string'
|
|
5546
|
+
},
|
|
5547
|
+
nullable: true
|
|
5548
|
+
}
|
|
5549
|
+
},
|
|
5550
|
+
additionalProperties: false
|
|
1337
5551
|
},
|
|
1338
5552
|
nullable: true
|
|
1339
5553
|
}
|
|
@@ -1345,7 +5559,48 @@ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
|
|
|
1345
5559
|
type: 'object',
|
|
1346
5560
|
properties: {
|
|
1347
5561
|
error: {
|
|
1348
|
-
|
|
5562
|
+
type: 'object',
|
|
5563
|
+
properties: {
|
|
5564
|
+
code: {
|
|
5565
|
+
type: 'string',
|
|
5566
|
+
nullable: true
|
|
5567
|
+
},
|
|
5568
|
+
message: {
|
|
5569
|
+
type: 'string',
|
|
5570
|
+
nullable: true
|
|
5571
|
+
},
|
|
5572
|
+
details: {
|
|
5573
|
+
type: 'string',
|
|
5574
|
+
nullable: true
|
|
5575
|
+
},
|
|
5576
|
+
data: {
|
|
5577
|
+
type: 'object',
|
|
5578
|
+
additionalProperties: {},
|
|
5579
|
+
nullable: true
|
|
5580
|
+
},
|
|
5581
|
+
validationErrors: {
|
|
5582
|
+
type: 'array',
|
|
5583
|
+
items: {
|
|
5584
|
+
type: 'object',
|
|
5585
|
+
properties: {
|
|
5586
|
+
message: {
|
|
5587
|
+
type: 'string',
|
|
5588
|
+
nullable: true
|
|
5589
|
+
},
|
|
5590
|
+
members: {
|
|
5591
|
+
type: 'array',
|
|
5592
|
+
items: {
|
|
5593
|
+
type: 'string'
|
|
5594
|
+
},
|
|
5595
|
+
nullable: true
|
|
5596
|
+
}
|
|
5597
|
+
},
|
|
5598
|
+
additionalProperties: false
|
|
5599
|
+
},
|
|
5600
|
+
nullable: true
|
|
5601
|
+
}
|
|
5602
|
+
},
|
|
5603
|
+
additionalProperties: false
|
|
1349
5604
|
}
|
|
1350
5605
|
},
|
|
1351
5606
|
additionalProperties: false
|