@ayasofyazilim/saas 0.0.41 → 0.0.43

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.
Files changed (123) hide show
  1. package/AccountService/AccountServiceClient.ts +68 -65
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/index.ts +9 -9
  8. package/AccountService/schemas.gen.ts +5333 -5103
  9. package/AccountService/services.gen.ts +1539 -1452
  10. package/AccountService/types.gen.ts +3328 -9896
  11. package/AdministrationService/AdministrationServiceClient.ts +77 -74
  12. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  13. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  14. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  15. package/AdministrationService/core/OpenAPI.ts +55 -55
  16. package/AdministrationService/core/request.ts +340 -340
  17. package/AdministrationService/index.ts +9 -9
  18. package/AdministrationService/schemas.gen.ts +5987 -5897
  19. package/AdministrationService/services.gen.ts +1404 -1332
  20. package/AdministrationService/types.gen.ts +2851 -9024
  21. package/BackerService/core/ApiRequestOptions.ts +12 -12
  22. package/BackerService/core/BaseHttpRequest.ts +9 -9
  23. package/BackerService/core/FetchHttpRequest.ts +21 -21
  24. package/BackerService/core/OpenAPI.ts +55 -55
  25. package/BackerService/core/request.ts +340 -340
  26. package/BackerService/index.ts +9 -9
  27. package/BackerService/services.gen.ts +866 -866
  28. package/BackerService/types.gen.ts +2170 -14936
  29. package/CRMService/schemas.gen.ts +17444 -15928
  30. package/CRMService/services.gen.ts +2104 -2104
  31. package/CRMService/types.gen.ts +4278 -4189
  32. package/ContractService/ContractServiceClient.ts +0 -3
  33. package/ContractService/schemas.gen.ts +9512 -10590
  34. package/ContractService/services.gen.ts +1 -112
  35. package/ContractService/types.gen.ts +3504 -3709
  36. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  37. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  38. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  39. package/FundraiserService/core/OpenAPI.ts +55 -55
  40. package/FundraiserService/core/request.ts +340 -340
  41. package/FundraiserService/index.ts +9 -9
  42. package/FundraiserService/services.gen.ts +627 -627
  43. package/FundraiserService/types.gen.ts +1793 -11187
  44. package/IdentityService/IdentityServiceClient.ts +80 -77
  45. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  46. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  47. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  48. package/IdentityService/core/OpenAPI.ts +55 -55
  49. package/IdentityService/core/request.ts +340 -340
  50. package/IdentityService/index.ts +9 -9
  51. package/IdentityService/schemas.gen.ts +6845 -6573
  52. package/IdentityService/services.gen.ts +2924 -2839
  53. package/IdentityService/types.gen.ts +5484 -17446
  54. package/LocationService/LocationServiceClient.ts +110 -110
  55. package/LocationService/core/ApiError.ts +20 -20
  56. package/LocationService/core/ApiRequestOptions.ts +12 -12
  57. package/LocationService/core/ApiResult.ts +6 -6
  58. package/LocationService/core/BaseHttpRequest.ts +9 -9
  59. package/LocationService/core/CancelablePromise.ts +125 -125
  60. package/LocationService/core/FetchHttpRequest.ts +21 -21
  61. package/LocationService/core/OpenAPI.ts +55 -55
  62. package/LocationService/core/request.ts +340 -340
  63. package/LocationService/index.ts +8 -8
  64. package/LocationService/schemas.gen.ts +10136 -10136
  65. package/LocationService/services.gen.ts +3392 -3392
  66. package/LocationService/types.gen.ts +6507 -6507
  67. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  68. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  69. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  70. package/MerchantService/core/OpenAPI.ts +55 -55
  71. package/MerchantService/core/request.ts +340 -340
  72. package/MerchantService/schemas.gen.ts +14764 -14764
  73. package/MerchantService/services.gen.ts +1602 -1602
  74. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  75. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  76. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  77. package/ProjectService/core/OpenAPI.ts +55 -55
  78. package/ProjectService/core/request.ts +340 -340
  79. package/ProjectService/index.ts +9 -9
  80. package/ProjectService/services.gen.ts +492 -492
  81. package/ProjectService/types.gen.ts +1303 -4978
  82. package/ProjectService.json +2937 -2937
  83. package/SaasService/core/ApiRequestOptions.ts +12 -12
  84. package/SaasService/core/BaseHttpRequest.ts +9 -9
  85. package/SaasService/core/FetchHttpRequest.ts +21 -21
  86. package/SaasService/core/OpenAPI.ts +55 -55
  87. package/SaasService/core/request.ts +340 -340
  88. package/SaasService/index.ts +9 -9
  89. package/SaasService/schemas.gen.ts +5345 -5278
  90. package/SaasService/services.gen.ts +1329 -1325
  91. package/SaasService/types.gen.ts +2737 -9052
  92. package/SettingService/schemas.gen.ts +5410 -5395
  93. package/SettingService/services.gen.ts +890 -843
  94. package/SettingService/types.gen.ts +2052 -1965
  95. package/TagService/TagServiceClient.ts +44 -0
  96. package/TagService/core/ApiError.ts +21 -0
  97. package/TagService/core/ApiRequestOptions.ts +13 -0
  98. package/TagService/core/ApiResult.ts +7 -0
  99. package/TagService/core/BaseHttpRequest.ts +10 -0
  100. package/TagService/core/CancelablePromise.ts +126 -0
  101. package/TagService/core/FetchHttpRequest.ts +22 -0
  102. package/TagService/core/OpenAPI.ts +56 -0
  103. package/TagService/core/request.ts +341 -0
  104. package/TagService/index.ts +9 -0
  105. package/TagService/schemas.gen.ts +4448 -0
  106. package/TagService/services.gen.ts +176 -0
  107. package/TagService/types.gen.ts +741 -0
  108. package/TravellerService/TravellerServiceClient.ts +56 -56
  109. package/TravellerService/core/ApiError.ts +20 -20
  110. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  111. package/TravellerService/core/ApiResult.ts +6 -6
  112. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  113. package/TravellerService/core/CancelablePromise.ts +125 -125
  114. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  115. package/TravellerService/core/OpenAPI.ts +55 -55
  116. package/TravellerService/core/request.ts +340 -340
  117. package/TravellerService/index.ts +8 -8
  118. package/TravellerService/schemas.gen.ts +6184 -6204
  119. package/TravellerService/services.gen.ts +699 -695
  120. package/TravellerService/types.gen.ts +1805 -1808
  121. package/generator.mjs +5 -0
  122. package/package.json +1 -1
  123. package/swagger.json +4794 -4794
@@ -0,0 +1,4448 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export const $UniRefund_TagService_Tags_AddressDto = {
4
+ type: 'object',
5
+ properties: {
6
+ id: {
7
+ type: 'string',
8
+ format: 'uuid'
9
+ },
10
+ fullText: {
11
+ type: 'string',
12
+ nullable: true
13
+ }
14
+ },
15
+ additionalProperties: false
16
+ } as const;
17
+
18
+ export const $UniRefund_TagService_Tags_CreateTagRequestDto = {
19
+ type: 'object',
20
+ properties: {
21
+ merchant: {
22
+ required: ['branchId', 'countryCode', 'vatNumber'],
23
+ type: 'object',
24
+ properties: {
25
+ vatNumber: {
26
+ minLength: 1,
27
+ type: 'string'
28
+ },
29
+ countryCode: {
30
+ minLength: 1,
31
+ type: 'string'
32
+ },
33
+ branchId: {
34
+ minLength: 1,
35
+ type: 'string'
36
+ }
37
+ },
38
+ additionalProperties: false
39
+ },
40
+ traveller: {
41
+ required: ['countryOfResidenceCode', 'documentCountryCode', 'documentNumber', 'firstName', 'lastName'],
42
+ type: 'object',
43
+ properties: {
44
+ id: {
45
+ type: 'string',
46
+ format: 'uuid',
47
+ nullable: true
48
+ },
49
+ documentNumber: {
50
+ minLength: 1,
51
+ type: 'string'
52
+ },
53
+ documentCountryCode: {
54
+ minLength: 1,
55
+ type: 'string'
56
+ },
57
+ firstName: {
58
+ minLength: 1,
59
+ type: 'string'
60
+ },
61
+ lastName: {
62
+ minLength: 1,
63
+ type: 'string'
64
+ },
65
+ countryOfResidenceCode: {
66
+ minLength: 1,
67
+ type: 'string'
68
+ },
69
+ birthDate: {
70
+ type: 'string',
71
+ format: 'date-time',
72
+ nullable: true
73
+ }
74
+ },
75
+ additionalProperties: false
76
+ },
77
+ invoice: {
78
+ type: 'object',
79
+ properties: {
80
+ id: {
81
+ type: 'string',
82
+ format: 'uuid',
83
+ nullable: true
84
+ },
85
+ uuid: {
86
+ type: 'string',
87
+ format: 'uuid',
88
+ nullable: true
89
+ },
90
+ invoiceNumber: {
91
+ type: 'string',
92
+ nullable: true
93
+ },
94
+ issueDate: {
95
+ type: 'string',
96
+ format: 'date-time',
97
+ nullable: true
98
+ },
99
+ amountPaid: {
100
+ type: 'number',
101
+ format: 'double',
102
+ nullable: true
103
+ },
104
+ vatAmount: {
105
+ type: 'number',
106
+ format: 'double',
107
+ nullable: true
108
+ },
109
+ taxTotals: {
110
+ type: 'array',
111
+ items: {
112
+ type: 'object',
113
+ properties: {
114
+ taxRate: {
115
+ type: 'integer',
116
+ format: 'int32',
117
+ nullable: true
118
+ },
119
+ taxTotal: {
120
+ type: 'number',
121
+ format: 'double',
122
+ nullable: true
123
+ },
124
+ taxableAmount: {
125
+ type: 'number',
126
+ format: 'double',
127
+ nullable: true
128
+ }
129
+ },
130
+ additionalProperties: false
131
+ },
132
+ nullable: true
133
+ }
134
+ },
135
+ additionalProperties: false
136
+ },
137
+ exportValidation: {
138
+ type: 'object',
139
+ properties: {
140
+ dateTime: {
141
+ type: 'string',
142
+ format: 'date-time',
143
+ nullable: true
144
+ },
145
+ endpoint: {
146
+ type: 'string',
147
+ nullable: true
148
+ },
149
+ referenceId: {
150
+ type: 'string',
151
+ nullable: true
152
+ },
153
+ responseCode: {
154
+ type: 'string',
155
+ nullable: true
156
+ },
157
+ description: {
158
+ type: 'string',
159
+ nullable: true
160
+ }
161
+ },
162
+ additionalProperties: false
163
+ }
164
+ },
165
+ additionalProperties: false
166
+ } as const;
167
+
168
+ export const $UniRefund_TagService_Tags_ExportValidationRequestDto = {
169
+ type: 'object',
170
+ properties: {
171
+ dateTime: {
172
+ type: 'string',
173
+ format: 'date-time',
174
+ nullable: true
175
+ },
176
+ endpoint: {
177
+ type: 'string',
178
+ nullable: true
179
+ },
180
+ referenceId: {
181
+ type: 'string',
182
+ nullable: true
183
+ },
184
+ responseCode: {
185
+ type: 'string',
186
+ nullable: true
187
+ },
188
+ description: {
189
+ type: 'string',
190
+ nullable: true
191
+ }
192
+ },
193
+ additionalProperties: false
194
+ } as const;
195
+
196
+ export const $UniRefund_TagService_Tags_InvoiceRequestDto = {
197
+ type: 'object',
198
+ properties: {
199
+ id: {
200
+ type: 'string',
201
+ format: 'uuid',
202
+ nullable: true
203
+ },
204
+ uuid: {
205
+ type: 'string',
206
+ format: 'uuid',
207
+ nullable: true
208
+ },
209
+ invoiceNumber: {
210
+ type: 'string',
211
+ nullable: true
212
+ },
213
+ issueDate: {
214
+ type: 'string',
215
+ format: 'date-time',
216
+ nullable: true
217
+ },
218
+ amountPaid: {
219
+ type: 'number',
220
+ format: 'double',
221
+ nullable: true
222
+ },
223
+ vatAmount: {
224
+ type: 'number',
225
+ format: 'double',
226
+ nullable: true
227
+ },
228
+ taxTotals: {
229
+ type: 'array',
230
+ items: {
231
+ type: 'object',
232
+ properties: {
233
+ taxRate: {
234
+ type: 'integer',
235
+ format: 'int32',
236
+ nullable: true
237
+ },
238
+ taxTotal: {
239
+ type: 'number',
240
+ format: 'double',
241
+ nullable: true
242
+ },
243
+ taxableAmount: {
244
+ type: 'number',
245
+ format: 'double',
246
+ nullable: true
247
+ }
248
+ },
249
+ additionalProperties: false
250
+ },
251
+ nullable: true
252
+ }
253
+ },
254
+ additionalProperties: false
255
+ } as const;
256
+
257
+ export const $UniRefund_TagService_Tags_MerchantDetailDto = {
258
+ type: 'object',
259
+ properties: {
260
+ id: {
261
+ type: 'string',
262
+ format: 'uuid'
263
+ },
264
+ name: {
265
+ type: 'string',
266
+ nullable: true
267
+ },
268
+ address: {
269
+ type: 'object',
270
+ properties: {
271
+ id: {
272
+ type: 'string',
273
+ format: 'uuid'
274
+ },
275
+ fullText: {
276
+ type: 'string',
277
+ nullable: true
278
+ }
279
+ },
280
+ additionalProperties: false
281
+ },
282
+ productGroups: {
283
+ type: 'array',
284
+ items: {
285
+ type: 'object',
286
+ properties: {
287
+ id: {
288
+ type: 'string',
289
+ format: 'uuid'
290
+ },
291
+ description: {
292
+ type: 'string',
293
+ nullable: true
294
+ }
295
+ },
296
+ additionalProperties: false
297
+ },
298
+ nullable: true
299
+ }
300
+ },
301
+ additionalProperties: false
302
+ } as const;
303
+
304
+ export const $UniRefund_TagService_Tags_MerchantRequestDto = {
305
+ required: ['branchId', 'countryCode', 'vatNumber'],
306
+ type: 'object',
307
+ properties: {
308
+ vatNumber: {
309
+ minLength: 1,
310
+ type: 'string'
311
+ },
312
+ countryCode: {
313
+ minLength: 1,
314
+ type: 'string'
315
+ },
316
+ branchId: {
317
+ minLength: 1,
318
+ type: 'string'
319
+ }
320
+ },
321
+ additionalProperties: false
322
+ } as const;
323
+
324
+ export const $UniRefund_TagService_Tags_ProductGroupDto = {
325
+ type: 'object',
326
+ properties: {
327
+ id: {
328
+ type: 'string',
329
+ format: 'uuid'
330
+ },
331
+ description: {
332
+ type: 'string',
333
+ nullable: true
334
+ }
335
+ },
336
+ additionalProperties: false
337
+ } as const;
338
+
339
+ export const $UniRefund_TagService_Tags_TagDetailDto = {
340
+ type: 'object',
341
+ properties: {
342
+ id: {
343
+ type: 'string',
344
+ format: 'uuid'
345
+ },
346
+ tagNumber: {
347
+ type: 'string',
348
+ nullable: true
349
+ },
350
+ status: {
351
+ type: 'integer',
352
+ format: 'int32'
353
+ },
354
+ issueDate: {
355
+ type: 'string',
356
+ format: 'date-time',
357
+ nullable: true
358
+ },
359
+ expireDate: {
360
+ type: 'string',
361
+ format: 'date-time',
362
+ nullable: true
363
+ },
364
+ merchant: {
365
+ type: 'object',
366
+ properties: {
367
+ id: {
368
+ type: 'string',
369
+ format: 'uuid'
370
+ },
371
+ name: {
372
+ type: 'string',
373
+ nullable: true
374
+ },
375
+ address: {
376
+ type: 'object',
377
+ properties: {
378
+ id: {
379
+ type: 'string',
380
+ format: 'uuid'
381
+ },
382
+ fullText: {
383
+ type: 'string',
384
+ nullable: true
385
+ }
386
+ },
387
+ additionalProperties: false
388
+ },
389
+ productGroups: {
390
+ type: 'array',
391
+ items: {
392
+ type: 'object',
393
+ properties: {
394
+ id: {
395
+ type: 'string',
396
+ format: 'uuid'
397
+ },
398
+ description: {
399
+ type: 'string',
400
+ nullable: true
401
+ }
402
+ },
403
+ additionalProperties: false
404
+ },
405
+ nullable: true
406
+ }
407
+ },
408
+ additionalProperties: false
409
+ },
410
+ traveller: {
411
+ type: 'object',
412
+ properties: {
413
+ id: {
414
+ type: 'string',
415
+ format: 'uuid'
416
+ },
417
+ travelDocumentNumber: {
418
+ type: 'string',
419
+ nullable: true
420
+ },
421
+ countryOfResidenceCode: {
422
+ type: 'string',
423
+ nullable: true
424
+ },
425
+ countryOfResidence: {
426
+ type: 'string',
427
+ nullable: true
428
+ },
429
+ nationalityCode: {
430
+ type: 'string',
431
+ nullable: true
432
+ },
433
+ nationality: {
434
+ type: 'string',
435
+ nullable: true
436
+ },
437
+ firstname: {
438
+ type: 'string',
439
+ nullable: true
440
+ },
441
+ lastname: {
442
+ type: 'string',
443
+ nullable: true
444
+ }
445
+ },
446
+ additionalProperties: false
447
+ }
448
+ },
449
+ additionalProperties: false
450
+ } as const;
451
+
452
+ export const $UniRefund_TagService_Tags_TagDto = {
453
+ type: 'object',
454
+ properties: {
455
+ id: {
456
+ type: 'string',
457
+ format: 'uuid'
458
+ },
459
+ tagNumber: {
460
+ type: 'string',
461
+ nullable: true
462
+ },
463
+ status: {
464
+ type: 'integer',
465
+ format: 'int32'
466
+ },
467
+ issueDate: {
468
+ type: 'string',
469
+ format: 'date-time',
470
+ nullable: true
471
+ },
472
+ expireDate: {
473
+ type: 'string',
474
+ format: 'date-time',
475
+ nullable: true
476
+ },
477
+ exportValidationId: {
478
+ type: 'string',
479
+ format: 'uuid',
480
+ nullable: true
481
+ },
482
+ refundId: {
483
+ type: 'string',
484
+ format: 'uuid',
485
+ nullable: true
486
+ },
487
+ billingId: {
488
+ type: 'string',
489
+ format: 'uuid',
490
+ nullable: true
491
+ },
492
+ merchantId: {
493
+ type: 'string',
494
+ format: 'uuid',
495
+ nullable: true
496
+ },
497
+ travellerId: {
498
+ type: 'string',
499
+ format: 'uuid',
500
+ nullable: true
501
+ },
502
+ tripId: {
503
+ type: 'string',
504
+ format: 'uuid',
505
+ nullable: true
506
+ },
507
+ refundTableId: {
508
+ type: 'string',
509
+ format: 'uuid',
510
+ nullable: true
511
+ },
512
+ rebateTableId: {
513
+ type: 'string',
514
+ format: 'uuid',
515
+ nullable: true
516
+ }
517
+ },
518
+ additionalProperties: false
519
+ } as const;
520
+
521
+ export const $UniRefund_TagService_Tags_TaxTotalDto = {
522
+ type: 'object',
523
+ properties: {
524
+ taxRate: {
525
+ type: 'integer',
526
+ format: 'int32',
527
+ nullable: true
528
+ },
529
+ taxTotal: {
530
+ type: 'number',
531
+ format: 'double',
532
+ nullable: true
533
+ },
534
+ taxableAmount: {
535
+ type: 'number',
536
+ format: 'double',
537
+ nullable: true
538
+ }
539
+ },
540
+ additionalProperties: false
541
+ } as const;
542
+
543
+ export const $UniRefund_TagService_Tags_TravellerDetailDto = {
544
+ type: 'object',
545
+ properties: {
546
+ id: {
547
+ type: 'string',
548
+ format: 'uuid'
549
+ },
550
+ travelDocumentNumber: {
551
+ type: 'string',
552
+ nullable: true
553
+ },
554
+ countryOfResidenceCode: {
555
+ type: 'string',
556
+ nullable: true
557
+ },
558
+ countryOfResidence: {
559
+ type: 'string',
560
+ nullable: true
561
+ },
562
+ nationalityCode: {
563
+ type: 'string',
564
+ nullable: true
565
+ },
566
+ nationality: {
567
+ type: 'string',
568
+ nullable: true
569
+ },
570
+ firstname: {
571
+ type: 'string',
572
+ nullable: true
573
+ },
574
+ lastname: {
575
+ type: 'string',
576
+ nullable: true
577
+ }
578
+ },
579
+ additionalProperties: false
580
+ } as const;
581
+
582
+ export const $UniRefund_TagService_Tags_TravellerRequestDto = {
583
+ required: ['countryOfResidenceCode', 'documentCountryCode', 'documentNumber', 'firstName', 'lastName'],
584
+ type: 'object',
585
+ properties: {
586
+ id: {
587
+ type: 'string',
588
+ format: 'uuid',
589
+ nullable: true
590
+ },
591
+ documentNumber: {
592
+ minLength: 1,
593
+ type: 'string'
594
+ },
595
+ documentCountryCode: {
596
+ minLength: 1,
597
+ type: 'string'
598
+ },
599
+ firstName: {
600
+ minLength: 1,
601
+ type: 'string'
602
+ },
603
+ lastName: {
604
+ minLength: 1,
605
+ type: 'string'
606
+ },
607
+ countryOfResidenceCode: {
608
+ minLength: 1,
609
+ type: 'string'
610
+ },
611
+ birthDate: {
612
+ type: 'string',
613
+ format: 'date-time',
614
+ nullable: true
615
+ }
616
+ },
617
+ additionalProperties: false
618
+ } as const;
619
+
620
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_TagService_Tags_TagDto__UniRefund_TagService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
621
+ type: 'object',
622
+ properties: {
623
+ items: {
624
+ type: 'array',
625
+ items: {
626
+ type: 'object',
627
+ properties: {
628
+ id: {
629
+ type: 'string',
630
+ format: 'uuid'
631
+ },
632
+ tagNumber: {
633
+ type: 'string',
634
+ nullable: true
635
+ },
636
+ status: {
637
+ type: 'integer',
638
+ format: 'int32'
639
+ },
640
+ issueDate: {
641
+ type: 'string',
642
+ format: 'date-time',
643
+ nullable: true
644
+ },
645
+ expireDate: {
646
+ type: 'string',
647
+ format: 'date-time',
648
+ nullable: true
649
+ },
650
+ exportValidationId: {
651
+ type: 'string',
652
+ format: 'uuid',
653
+ nullable: true
654
+ },
655
+ refundId: {
656
+ type: 'string',
657
+ format: 'uuid',
658
+ nullable: true
659
+ },
660
+ billingId: {
661
+ type: 'string',
662
+ format: 'uuid',
663
+ nullable: true
664
+ },
665
+ merchantId: {
666
+ type: 'string',
667
+ format: 'uuid',
668
+ nullable: true
669
+ },
670
+ travellerId: {
671
+ type: 'string',
672
+ format: 'uuid',
673
+ nullable: true
674
+ },
675
+ tripId: {
676
+ type: 'string',
677
+ format: 'uuid',
678
+ nullable: true
679
+ },
680
+ refundTableId: {
681
+ type: 'string',
682
+ format: 'uuid',
683
+ nullable: true
684
+ },
685
+ rebateTableId: {
686
+ type: 'string',
687
+ format: 'uuid',
688
+ nullable: true
689
+ }
690
+ },
691
+ additionalProperties: false
692
+ },
693
+ nullable: true
694
+ },
695
+ totalCount: {
696
+ type: 'integer',
697
+ format: 'int64'
698
+ }
699
+ },
700
+ additionalProperties: false
701
+ } as const;
702
+
703
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
704
+ type: 'object',
705
+ properties: {
706
+ grantedPolicies: {
707
+ type: 'object',
708
+ additionalProperties: {
709
+ type: 'boolean'
710
+ },
711
+ nullable: true
712
+ }
713
+ },
714
+ additionalProperties: false
715
+ } as const;
716
+
717
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
718
+ type: 'object',
719
+ properties: {
720
+ localization: {
721
+ type: 'object',
722
+ properties: {
723
+ values: {
724
+ type: 'object',
725
+ additionalProperties: {
726
+ type: 'object',
727
+ additionalProperties: {
728
+ type: 'string'
729
+ }
730
+ },
731
+ nullable: true
732
+ },
733
+ resources: {
734
+ type: 'object',
735
+ additionalProperties: {
736
+ type: 'object',
737
+ properties: {
738
+ texts: {
739
+ type: 'object',
740
+ additionalProperties: {
741
+ type: 'string'
742
+ },
743
+ nullable: true
744
+ },
745
+ baseResources: {
746
+ type: 'array',
747
+ items: {
748
+ type: 'string'
749
+ },
750
+ nullable: true
751
+ }
752
+ },
753
+ additionalProperties: false
754
+ },
755
+ nullable: true
756
+ },
757
+ languages: {
758
+ type: 'array',
759
+ items: {
760
+ type: 'object',
761
+ properties: {
762
+ cultureName: {
763
+ type: 'string',
764
+ nullable: true
765
+ },
766
+ uiCultureName: {
767
+ type: 'string',
768
+ nullable: true
769
+ },
770
+ displayName: {
771
+ type: 'string',
772
+ nullable: true
773
+ },
774
+ twoLetterISOLanguageName: {
775
+ type: 'string',
776
+ nullable: true,
777
+ readOnly: true
778
+ }
779
+ },
780
+ additionalProperties: false
781
+ },
782
+ nullable: true
783
+ },
784
+ currentCulture: {
785
+ type: 'object',
786
+ properties: {
787
+ displayName: {
788
+ type: 'string',
789
+ nullable: true
790
+ },
791
+ englishName: {
792
+ type: 'string',
793
+ nullable: true
794
+ },
795
+ threeLetterIsoLanguageName: {
796
+ type: 'string',
797
+ nullable: true
798
+ },
799
+ twoLetterIsoLanguageName: {
800
+ type: 'string',
801
+ nullable: true
802
+ },
803
+ isRightToLeft: {
804
+ type: 'boolean'
805
+ },
806
+ cultureName: {
807
+ type: 'string',
808
+ nullable: true
809
+ },
810
+ name: {
811
+ type: 'string',
812
+ nullable: true
813
+ },
814
+ nativeName: {
815
+ type: 'string',
816
+ nullable: true
817
+ },
818
+ dateTimeFormat: {
819
+ type: 'object',
820
+ properties: {
821
+ calendarAlgorithmType: {
822
+ type: 'string',
823
+ nullable: true
824
+ },
825
+ dateTimeFormatLong: {
826
+ type: 'string',
827
+ nullable: true
828
+ },
829
+ shortDatePattern: {
830
+ type: 'string',
831
+ nullable: true
832
+ },
833
+ fullDateTimePattern: {
834
+ type: 'string',
835
+ nullable: true
836
+ },
837
+ dateSeparator: {
838
+ type: 'string',
839
+ nullable: true
840
+ },
841
+ shortTimePattern: {
842
+ type: 'string',
843
+ nullable: true
844
+ },
845
+ longTimePattern: {
846
+ type: 'string',
847
+ nullable: true
848
+ }
849
+ },
850
+ additionalProperties: false
851
+ }
852
+ },
853
+ additionalProperties: false
854
+ },
855
+ defaultResourceName: {
856
+ type: 'string',
857
+ nullable: true
858
+ },
859
+ languagesMap: {
860
+ type: 'object',
861
+ additionalProperties: {
862
+ type: 'array',
863
+ items: {
864
+ type: 'object',
865
+ properties: {
866
+ name: {
867
+ type: 'string',
868
+ nullable: true
869
+ },
870
+ value: {
871
+ type: 'string',
872
+ nullable: true
873
+ }
874
+ },
875
+ additionalProperties: false
876
+ }
877
+ },
878
+ nullable: true
879
+ },
880
+ languageFilesMap: {
881
+ type: 'object',
882
+ additionalProperties: {
883
+ type: 'array',
884
+ items: {
885
+ type: 'object',
886
+ properties: {
887
+ name: {
888
+ type: 'string',
889
+ nullable: true
890
+ },
891
+ value: {
892
+ type: 'string',
893
+ nullable: true
894
+ }
895
+ },
896
+ additionalProperties: false
897
+ }
898
+ },
899
+ nullable: true
900
+ }
901
+ },
902
+ additionalProperties: false
903
+ },
904
+ auth: {
905
+ type: 'object',
906
+ properties: {
907
+ grantedPolicies: {
908
+ type: 'object',
909
+ additionalProperties: {
910
+ type: 'boolean'
911
+ },
912
+ nullable: true
913
+ }
914
+ },
915
+ additionalProperties: false
916
+ },
917
+ setting: {
918
+ type: 'object',
919
+ properties: {
920
+ values: {
921
+ type: 'object',
922
+ additionalProperties: {
923
+ type: 'string',
924
+ nullable: true
925
+ },
926
+ nullable: true
927
+ }
928
+ },
929
+ additionalProperties: false
930
+ },
931
+ currentUser: {
932
+ type: 'object',
933
+ properties: {
934
+ isAuthenticated: {
935
+ type: 'boolean'
936
+ },
937
+ id: {
938
+ type: 'string',
939
+ format: 'uuid',
940
+ nullable: true
941
+ },
942
+ tenantId: {
943
+ type: 'string',
944
+ format: 'uuid',
945
+ nullable: true
946
+ },
947
+ impersonatorUserId: {
948
+ type: 'string',
949
+ format: 'uuid',
950
+ nullable: true
951
+ },
952
+ impersonatorTenantId: {
953
+ type: 'string',
954
+ format: 'uuid',
955
+ nullable: true
956
+ },
957
+ impersonatorUserName: {
958
+ type: 'string',
959
+ nullable: true
960
+ },
961
+ impersonatorTenantName: {
962
+ type: 'string',
963
+ nullable: true
964
+ },
965
+ userName: {
966
+ type: 'string',
967
+ nullable: true
968
+ },
969
+ name: {
970
+ type: 'string',
971
+ nullable: true
972
+ },
973
+ surName: {
974
+ type: 'string',
975
+ nullable: true
976
+ },
977
+ email: {
978
+ type: 'string',
979
+ nullable: true
980
+ },
981
+ emailVerified: {
982
+ type: 'boolean'
983
+ },
984
+ phoneNumber: {
985
+ type: 'string',
986
+ nullable: true
987
+ },
988
+ phoneNumberVerified: {
989
+ type: 'boolean'
990
+ },
991
+ roles: {
992
+ type: 'array',
993
+ items: {
994
+ type: 'string'
995
+ },
996
+ nullable: true
997
+ },
998
+ sessionId: {
999
+ type: 'string',
1000
+ nullable: true
1001
+ }
1002
+ },
1003
+ additionalProperties: false
1004
+ },
1005
+ features: {
1006
+ type: 'object',
1007
+ properties: {
1008
+ values: {
1009
+ type: 'object',
1010
+ additionalProperties: {
1011
+ type: 'string',
1012
+ nullable: true
1013
+ },
1014
+ nullable: true
1015
+ }
1016
+ },
1017
+ additionalProperties: false
1018
+ },
1019
+ globalFeatures: {
1020
+ type: 'object',
1021
+ properties: {
1022
+ enabledFeatures: {
1023
+ uniqueItems: true,
1024
+ type: 'array',
1025
+ items: {
1026
+ type: 'string'
1027
+ },
1028
+ nullable: true
1029
+ }
1030
+ },
1031
+ additionalProperties: false
1032
+ },
1033
+ multiTenancy: {
1034
+ type: 'object',
1035
+ properties: {
1036
+ isEnabled: {
1037
+ type: 'boolean'
1038
+ }
1039
+ },
1040
+ additionalProperties: false
1041
+ },
1042
+ currentTenant: {
1043
+ type: 'object',
1044
+ properties: {
1045
+ id: {
1046
+ type: 'string',
1047
+ format: 'uuid',
1048
+ nullable: true
1049
+ },
1050
+ name: {
1051
+ type: 'string',
1052
+ nullable: true
1053
+ },
1054
+ isAvailable: {
1055
+ type: 'boolean'
1056
+ }
1057
+ },
1058
+ additionalProperties: false
1059
+ },
1060
+ timing: {
1061
+ type: 'object',
1062
+ properties: {
1063
+ timeZone: {
1064
+ type: 'object',
1065
+ properties: {
1066
+ iana: {
1067
+ type: 'object',
1068
+ properties: {
1069
+ timeZoneName: {
1070
+ type: 'string',
1071
+ nullable: true
1072
+ }
1073
+ },
1074
+ additionalProperties: false
1075
+ },
1076
+ windows: {
1077
+ type: 'object',
1078
+ properties: {
1079
+ timeZoneId: {
1080
+ type: 'string',
1081
+ nullable: true
1082
+ }
1083
+ },
1084
+ additionalProperties: false
1085
+ }
1086
+ },
1087
+ additionalProperties: false
1088
+ }
1089
+ },
1090
+ additionalProperties: false
1091
+ },
1092
+ clock: {
1093
+ type: 'object',
1094
+ properties: {
1095
+ kind: {
1096
+ type: 'string',
1097
+ nullable: true
1098
+ }
1099
+ },
1100
+ additionalProperties: false
1101
+ },
1102
+ objectExtensions: {
1103
+ type: 'object',
1104
+ properties: {
1105
+ modules: {
1106
+ type: 'object',
1107
+ additionalProperties: {
1108
+ type: 'object',
1109
+ properties: {
1110
+ entities: {
1111
+ type: 'object',
1112
+ additionalProperties: {
1113
+ type: 'object',
1114
+ properties: {
1115
+ properties: {
1116
+ type: 'object',
1117
+ additionalProperties: {
1118
+ type: 'object',
1119
+ properties: {
1120
+ type: {
1121
+ type: 'string',
1122
+ nullable: true
1123
+ },
1124
+ typeSimple: {
1125
+ type: 'string',
1126
+ nullable: true
1127
+ },
1128
+ displayName: {
1129
+ type: 'object',
1130
+ properties: {
1131
+ name: {
1132
+ type: 'string',
1133
+ nullable: true
1134
+ },
1135
+ resource: {
1136
+ type: 'string',
1137
+ nullable: true
1138
+ }
1139
+ },
1140
+ additionalProperties: false
1141
+ },
1142
+ api: {
1143
+ type: 'object',
1144
+ properties: {
1145
+ onGet: {
1146
+ type: 'object',
1147
+ properties: {
1148
+ isAvailable: {
1149
+ type: 'boolean'
1150
+ }
1151
+ },
1152
+ additionalProperties: false
1153
+ },
1154
+ onCreate: {
1155
+ type: 'object',
1156
+ properties: {
1157
+ isAvailable: {
1158
+ type: 'boolean'
1159
+ }
1160
+ },
1161
+ additionalProperties: false
1162
+ },
1163
+ onUpdate: {
1164
+ type: 'object',
1165
+ properties: {
1166
+ isAvailable: {
1167
+ type: 'boolean'
1168
+ }
1169
+ },
1170
+ additionalProperties: false
1171
+ }
1172
+ },
1173
+ additionalProperties: false
1174
+ },
1175
+ ui: {
1176
+ type: 'object',
1177
+ properties: {
1178
+ onTable: {
1179
+ type: 'object',
1180
+ properties: {
1181
+ isVisible: {
1182
+ type: 'boolean'
1183
+ }
1184
+ },
1185
+ additionalProperties: false
1186
+ },
1187
+ onCreateForm: {
1188
+ type: 'object',
1189
+ properties: {
1190
+ isVisible: {
1191
+ type: 'boolean'
1192
+ }
1193
+ },
1194
+ additionalProperties: false
1195
+ },
1196
+ onEditForm: {
1197
+ type: 'object',
1198
+ properties: {
1199
+ isVisible: {
1200
+ type: 'boolean'
1201
+ }
1202
+ },
1203
+ additionalProperties: false
1204
+ },
1205
+ lookup: {
1206
+ type: 'object',
1207
+ properties: {
1208
+ url: {
1209
+ type: 'string',
1210
+ nullable: true
1211
+ },
1212
+ resultListPropertyName: {
1213
+ type: 'string',
1214
+ nullable: true
1215
+ },
1216
+ displayPropertyName: {
1217
+ type: 'string',
1218
+ nullable: true
1219
+ },
1220
+ valuePropertyName: {
1221
+ type: 'string',
1222
+ nullable: true
1223
+ },
1224
+ filterParamName: {
1225
+ type: 'string',
1226
+ nullable: true
1227
+ }
1228
+ },
1229
+ additionalProperties: false
1230
+ }
1231
+ },
1232
+ additionalProperties: false
1233
+ },
1234
+ attributes: {
1235
+ type: 'array',
1236
+ items: {
1237
+ type: 'object',
1238
+ properties: {
1239
+ typeSimple: {
1240
+ type: 'string',
1241
+ nullable: true
1242
+ },
1243
+ config: {
1244
+ type: 'object',
1245
+ additionalProperties: {},
1246
+ nullable: true
1247
+ }
1248
+ },
1249
+ additionalProperties: false
1250
+ },
1251
+ nullable: true
1252
+ },
1253
+ configuration: {
1254
+ type: 'object',
1255
+ additionalProperties: {},
1256
+ nullable: true
1257
+ },
1258
+ defaultValue: {
1259
+ nullable: true
1260
+ }
1261
+ },
1262
+ additionalProperties: false
1263
+ },
1264
+ nullable: true
1265
+ },
1266
+ configuration: {
1267
+ type: 'object',
1268
+ additionalProperties: {},
1269
+ nullable: true
1270
+ }
1271
+ },
1272
+ additionalProperties: false
1273
+ },
1274
+ nullable: true
1275
+ },
1276
+ configuration: {
1277
+ type: 'object',
1278
+ additionalProperties: {},
1279
+ nullable: true
1280
+ }
1281
+ },
1282
+ additionalProperties: false
1283
+ },
1284
+ nullable: true
1285
+ },
1286
+ enums: {
1287
+ type: 'object',
1288
+ additionalProperties: {
1289
+ type: 'object',
1290
+ properties: {
1291
+ fields: {
1292
+ type: 'array',
1293
+ items: {
1294
+ type: 'object',
1295
+ properties: {
1296
+ name: {
1297
+ type: 'string',
1298
+ nullable: true
1299
+ },
1300
+ value: {
1301
+ nullable: true
1302
+ }
1303
+ },
1304
+ additionalProperties: false
1305
+ },
1306
+ nullable: true
1307
+ },
1308
+ localizationResource: {
1309
+ type: 'string',
1310
+ nullable: true
1311
+ }
1312
+ },
1313
+ additionalProperties: false
1314
+ },
1315
+ nullable: true
1316
+ }
1317
+ },
1318
+ additionalProperties: false
1319
+ },
1320
+ extraProperties: {
1321
+ type: 'object',
1322
+ additionalProperties: {},
1323
+ nullable: true
1324
+ }
1325
+ },
1326
+ additionalProperties: false
1327
+ } as const;
1328
+
1329
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
1330
+ type: 'object',
1331
+ properties: {
1332
+ values: {
1333
+ type: 'object',
1334
+ additionalProperties: {
1335
+ type: 'string',
1336
+ nullable: true
1337
+ },
1338
+ nullable: true
1339
+ }
1340
+ },
1341
+ additionalProperties: false
1342
+ } as const;
1343
+
1344
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
1345
+ type: 'object',
1346
+ properties: {
1347
+ enabledFeatures: {
1348
+ uniqueItems: true,
1349
+ type: 'array',
1350
+ items: {
1351
+ type: 'string'
1352
+ },
1353
+ nullable: true
1354
+ }
1355
+ },
1356
+ additionalProperties: false
1357
+ } as const;
1358
+
1359
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
1360
+ type: 'object',
1361
+ properties: {
1362
+ values: {
1363
+ type: 'object',
1364
+ additionalProperties: {
1365
+ type: 'object',
1366
+ additionalProperties: {
1367
+ type: 'string'
1368
+ }
1369
+ },
1370
+ nullable: true
1371
+ },
1372
+ resources: {
1373
+ type: 'object',
1374
+ additionalProperties: {
1375
+ type: 'object',
1376
+ properties: {
1377
+ texts: {
1378
+ type: 'object',
1379
+ additionalProperties: {
1380
+ type: 'string'
1381
+ },
1382
+ nullable: true
1383
+ },
1384
+ baseResources: {
1385
+ type: 'array',
1386
+ items: {
1387
+ type: 'string'
1388
+ },
1389
+ nullable: true
1390
+ }
1391
+ },
1392
+ additionalProperties: false
1393
+ },
1394
+ nullable: true
1395
+ },
1396
+ languages: {
1397
+ type: 'array',
1398
+ items: {
1399
+ type: 'object',
1400
+ properties: {
1401
+ cultureName: {
1402
+ type: 'string',
1403
+ nullable: true
1404
+ },
1405
+ uiCultureName: {
1406
+ type: 'string',
1407
+ nullable: true
1408
+ },
1409
+ displayName: {
1410
+ type: 'string',
1411
+ nullable: true
1412
+ },
1413
+ twoLetterISOLanguageName: {
1414
+ type: 'string',
1415
+ nullable: true,
1416
+ readOnly: true
1417
+ }
1418
+ },
1419
+ additionalProperties: false
1420
+ },
1421
+ nullable: true
1422
+ },
1423
+ currentCulture: {
1424
+ type: 'object',
1425
+ properties: {
1426
+ displayName: {
1427
+ type: 'string',
1428
+ nullable: true
1429
+ },
1430
+ englishName: {
1431
+ type: 'string',
1432
+ nullable: true
1433
+ },
1434
+ threeLetterIsoLanguageName: {
1435
+ type: 'string',
1436
+ nullable: true
1437
+ },
1438
+ twoLetterIsoLanguageName: {
1439
+ type: 'string',
1440
+ nullable: true
1441
+ },
1442
+ isRightToLeft: {
1443
+ type: 'boolean'
1444
+ },
1445
+ cultureName: {
1446
+ type: 'string',
1447
+ nullable: true
1448
+ },
1449
+ name: {
1450
+ type: 'string',
1451
+ nullable: true
1452
+ },
1453
+ nativeName: {
1454
+ type: 'string',
1455
+ nullable: true
1456
+ },
1457
+ dateTimeFormat: {
1458
+ type: 'object',
1459
+ properties: {
1460
+ calendarAlgorithmType: {
1461
+ type: 'string',
1462
+ nullable: true
1463
+ },
1464
+ dateTimeFormatLong: {
1465
+ type: 'string',
1466
+ nullable: true
1467
+ },
1468
+ shortDatePattern: {
1469
+ type: 'string',
1470
+ nullable: true
1471
+ },
1472
+ fullDateTimePattern: {
1473
+ type: 'string',
1474
+ nullable: true
1475
+ },
1476
+ dateSeparator: {
1477
+ type: 'string',
1478
+ nullable: true
1479
+ },
1480
+ shortTimePattern: {
1481
+ type: 'string',
1482
+ nullable: true
1483
+ },
1484
+ longTimePattern: {
1485
+ type: 'string',
1486
+ nullable: true
1487
+ }
1488
+ },
1489
+ additionalProperties: false
1490
+ }
1491
+ },
1492
+ additionalProperties: false
1493
+ },
1494
+ defaultResourceName: {
1495
+ type: 'string',
1496
+ nullable: true
1497
+ },
1498
+ languagesMap: {
1499
+ type: 'object',
1500
+ additionalProperties: {
1501
+ type: 'array',
1502
+ items: {
1503
+ type: 'object',
1504
+ properties: {
1505
+ name: {
1506
+ type: 'string',
1507
+ nullable: true
1508
+ },
1509
+ value: {
1510
+ type: 'string',
1511
+ nullable: true
1512
+ }
1513
+ },
1514
+ additionalProperties: false
1515
+ }
1516
+ },
1517
+ nullable: true
1518
+ },
1519
+ languageFilesMap: {
1520
+ type: 'object',
1521
+ additionalProperties: {
1522
+ type: 'array',
1523
+ items: {
1524
+ type: 'object',
1525
+ properties: {
1526
+ name: {
1527
+ type: 'string',
1528
+ nullable: true
1529
+ },
1530
+ value: {
1531
+ type: 'string',
1532
+ nullable: true
1533
+ }
1534
+ },
1535
+ additionalProperties: false
1536
+ }
1537
+ },
1538
+ nullable: true
1539
+ }
1540
+ },
1541
+ additionalProperties: false
1542
+ } as const;
1543
+
1544
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
1545
+ type: 'object',
1546
+ properties: {
1547
+ resources: {
1548
+ type: 'object',
1549
+ additionalProperties: {
1550
+ type: 'object',
1551
+ properties: {
1552
+ texts: {
1553
+ type: 'object',
1554
+ additionalProperties: {
1555
+ type: 'string'
1556
+ },
1557
+ nullable: true
1558
+ },
1559
+ baseResources: {
1560
+ type: 'array',
1561
+ items: {
1562
+ type: 'string'
1563
+ },
1564
+ nullable: true
1565
+ }
1566
+ },
1567
+ additionalProperties: false
1568
+ },
1569
+ nullable: true
1570
+ },
1571
+ currentCulture: {
1572
+ type: 'object',
1573
+ properties: {
1574
+ displayName: {
1575
+ type: 'string',
1576
+ nullable: true
1577
+ },
1578
+ englishName: {
1579
+ type: 'string',
1580
+ nullable: true
1581
+ },
1582
+ threeLetterIsoLanguageName: {
1583
+ type: 'string',
1584
+ nullable: true
1585
+ },
1586
+ twoLetterIsoLanguageName: {
1587
+ type: 'string',
1588
+ nullable: true
1589
+ },
1590
+ isRightToLeft: {
1591
+ type: 'boolean'
1592
+ },
1593
+ cultureName: {
1594
+ type: 'string',
1595
+ nullable: true
1596
+ },
1597
+ name: {
1598
+ type: 'string',
1599
+ nullable: true
1600
+ },
1601
+ nativeName: {
1602
+ type: 'string',
1603
+ nullable: true
1604
+ },
1605
+ dateTimeFormat: {
1606
+ type: 'object',
1607
+ properties: {
1608
+ calendarAlgorithmType: {
1609
+ type: 'string',
1610
+ nullable: true
1611
+ },
1612
+ dateTimeFormatLong: {
1613
+ type: 'string',
1614
+ nullable: true
1615
+ },
1616
+ shortDatePattern: {
1617
+ type: 'string',
1618
+ nullable: true
1619
+ },
1620
+ fullDateTimePattern: {
1621
+ type: 'string',
1622
+ nullable: true
1623
+ },
1624
+ dateSeparator: {
1625
+ type: 'string',
1626
+ nullable: true
1627
+ },
1628
+ shortTimePattern: {
1629
+ type: 'string',
1630
+ nullable: true
1631
+ },
1632
+ longTimePattern: {
1633
+ type: 'string',
1634
+ nullable: true
1635
+ }
1636
+ },
1637
+ additionalProperties: false
1638
+ }
1639
+ },
1640
+ additionalProperties: false
1641
+ }
1642
+ },
1643
+ additionalProperties: false
1644
+ } as const;
1645
+
1646
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
1647
+ type: 'object',
1648
+ properties: {
1649
+ texts: {
1650
+ type: 'object',
1651
+ additionalProperties: {
1652
+ type: 'string'
1653
+ },
1654
+ nullable: true
1655
+ },
1656
+ baseResources: {
1657
+ type: 'array',
1658
+ items: {
1659
+ type: 'string'
1660
+ },
1661
+ nullable: true
1662
+ }
1663
+ },
1664
+ additionalProperties: false
1665
+ } as const;
1666
+
1667
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
1668
+ type: 'object',
1669
+ properties: {
1670
+ values: {
1671
+ type: 'object',
1672
+ additionalProperties: {
1673
+ type: 'string',
1674
+ nullable: true
1675
+ },
1676
+ nullable: true
1677
+ }
1678
+ },
1679
+ additionalProperties: false
1680
+ } as const;
1681
+
1682
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
1683
+ type: 'object',
1684
+ properties: {
1685
+ kind: {
1686
+ type: 'string',
1687
+ nullable: true
1688
+ }
1689
+ },
1690
+ additionalProperties: false
1691
+ } as const;
1692
+
1693
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
1694
+ type: 'object',
1695
+ properties: {
1696
+ displayName: {
1697
+ type: 'string',
1698
+ nullable: true
1699
+ },
1700
+ englishName: {
1701
+ type: 'string',
1702
+ nullable: true
1703
+ },
1704
+ threeLetterIsoLanguageName: {
1705
+ type: 'string',
1706
+ nullable: true
1707
+ },
1708
+ twoLetterIsoLanguageName: {
1709
+ type: 'string',
1710
+ nullable: true
1711
+ },
1712
+ isRightToLeft: {
1713
+ type: 'boolean'
1714
+ },
1715
+ cultureName: {
1716
+ type: 'string',
1717
+ nullable: true
1718
+ },
1719
+ name: {
1720
+ type: 'string',
1721
+ nullable: true
1722
+ },
1723
+ nativeName: {
1724
+ type: 'string',
1725
+ nullable: true
1726
+ },
1727
+ dateTimeFormat: {
1728
+ type: 'object',
1729
+ properties: {
1730
+ calendarAlgorithmType: {
1731
+ type: 'string',
1732
+ nullable: true
1733
+ },
1734
+ dateTimeFormatLong: {
1735
+ type: 'string',
1736
+ nullable: true
1737
+ },
1738
+ shortDatePattern: {
1739
+ type: 'string',
1740
+ nullable: true
1741
+ },
1742
+ fullDateTimePattern: {
1743
+ type: 'string',
1744
+ nullable: true
1745
+ },
1746
+ dateSeparator: {
1747
+ type: 'string',
1748
+ nullable: true
1749
+ },
1750
+ shortTimePattern: {
1751
+ type: 'string',
1752
+ nullable: true
1753
+ },
1754
+ longTimePattern: {
1755
+ type: 'string',
1756
+ nullable: true
1757
+ }
1758
+ },
1759
+ additionalProperties: false
1760
+ }
1761
+ },
1762
+ additionalProperties: false
1763
+ } as const;
1764
+
1765
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
1766
+ type: 'object',
1767
+ properties: {
1768
+ isAuthenticated: {
1769
+ type: 'boolean'
1770
+ },
1771
+ id: {
1772
+ type: 'string',
1773
+ format: 'uuid',
1774
+ nullable: true
1775
+ },
1776
+ tenantId: {
1777
+ type: 'string',
1778
+ format: 'uuid',
1779
+ nullable: true
1780
+ },
1781
+ impersonatorUserId: {
1782
+ type: 'string',
1783
+ format: 'uuid',
1784
+ nullable: true
1785
+ },
1786
+ impersonatorTenantId: {
1787
+ type: 'string',
1788
+ format: 'uuid',
1789
+ nullable: true
1790
+ },
1791
+ impersonatorUserName: {
1792
+ type: 'string',
1793
+ nullable: true
1794
+ },
1795
+ impersonatorTenantName: {
1796
+ type: 'string',
1797
+ nullable: true
1798
+ },
1799
+ userName: {
1800
+ type: 'string',
1801
+ nullable: true
1802
+ },
1803
+ name: {
1804
+ type: 'string',
1805
+ nullable: true
1806
+ },
1807
+ surName: {
1808
+ type: 'string',
1809
+ nullable: true
1810
+ },
1811
+ email: {
1812
+ type: 'string',
1813
+ nullable: true
1814
+ },
1815
+ emailVerified: {
1816
+ type: 'boolean'
1817
+ },
1818
+ phoneNumber: {
1819
+ type: 'string',
1820
+ nullable: true
1821
+ },
1822
+ phoneNumberVerified: {
1823
+ type: 'boolean'
1824
+ },
1825
+ roles: {
1826
+ type: 'array',
1827
+ items: {
1828
+ type: 'string'
1829
+ },
1830
+ nullable: true
1831
+ },
1832
+ sessionId: {
1833
+ type: 'string',
1834
+ nullable: true
1835
+ }
1836
+ },
1837
+ additionalProperties: false
1838
+ } as const;
1839
+
1840
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
1841
+ type: 'object',
1842
+ properties: {
1843
+ calendarAlgorithmType: {
1844
+ type: 'string',
1845
+ nullable: true
1846
+ },
1847
+ dateTimeFormatLong: {
1848
+ type: 'string',
1849
+ nullable: true
1850
+ },
1851
+ shortDatePattern: {
1852
+ type: 'string',
1853
+ nullable: true
1854
+ },
1855
+ fullDateTimePattern: {
1856
+ type: 'string',
1857
+ nullable: true
1858
+ },
1859
+ dateSeparator: {
1860
+ type: 'string',
1861
+ nullable: true
1862
+ },
1863
+ shortTimePattern: {
1864
+ type: 'string',
1865
+ nullable: true
1866
+ },
1867
+ longTimePattern: {
1868
+ type: 'string',
1869
+ nullable: true
1870
+ }
1871
+ },
1872
+ additionalProperties: false
1873
+ } as const;
1874
+
1875
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
1876
+ type: 'object',
1877
+ properties: {
1878
+ timeZoneName: {
1879
+ type: 'string',
1880
+ nullable: true
1881
+ }
1882
+ },
1883
+ additionalProperties: false
1884
+ } as const;
1885
+
1886
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
1887
+ type: 'object',
1888
+ properties: {
1889
+ properties: {
1890
+ type: 'object',
1891
+ additionalProperties: {
1892
+ type: 'object',
1893
+ properties: {
1894
+ type: {
1895
+ type: 'string',
1896
+ nullable: true
1897
+ },
1898
+ typeSimple: {
1899
+ type: 'string',
1900
+ nullable: true
1901
+ },
1902
+ displayName: {
1903
+ type: 'object',
1904
+ properties: {
1905
+ name: {
1906
+ type: 'string',
1907
+ nullable: true
1908
+ },
1909
+ resource: {
1910
+ type: 'string',
1911
+ nullable: true
1912
+ }
1913
+ },
1914
+ additionalProperties: false
1915
+ },
1916
+ api: {
1917
+ type: 'object',
1918
+ properties: {
1919
+ onGet: {
1920
+ type: 'object',
1921
+ properties: {
1922
+ isAvailable: {
1923
+ type: 'boolean'
1924
+ }
1925
+ },
1926
+ additionalProperties: false
1927
+ },
1928
+ onCreate: {
1929
+ type: 'object',
1930
+ properties: {
1931
+ isAvailable: {
1932
+ type: 'boolean'
1933
+ }
1934
+ },
1935
+ additionalProperties: false
1936
+ },
1937
+ onUpdate: {
1938
+ type: 'object',
1939
+ properties: {
1940
+ isAvailable: {
1941
+ type: 'boolean'
1942
+ }
1943
+ },
1944
+ additionalProperties: false
1945
+ }
1946
+ },
1947
+ additionalProperties: false
1948
+ },
1949
+ ui: {
1950
+ type: 'object',
1951
+ properties: {
1952
+ onTable: {
1953
+ type: 'object',
1954
+ properties: {
1955
+ isVisible: {
1956
+ type: 'boolean'
1957
+ }
1958
+ },
1959
+ additionalProperties: false
1960
+ },
1961
+ onCreateForm: {
1962
+ type: 'object',
1963
+ properties: {
1964
+ isVisible: {
1965
+ type: 'boolean'
1966
+ }
1967
+ },
1968
+ additionalProperties: false
1969
+ },
1970
+ onEditForm: {
1971
+ type: 'object',
1972
+ properties: {
1973
+ isVisible: {
1974
+ type: 'boolean'
1975
+ }
1976
+ },
1977
+ additionalProperties: false
1978
+ },
1979
+ lookup: {
1980
+ type: 'object',
1981
+ properties: {
1982
+ url: {
1983
+ type: 'string',
1984
+ nullable: true
1985
+ },
1986
+ resultListPropertyName: {
1987
+ type: 'string',
1988
+ nullable: true
1989
+ },
1990
+ displayPropertyName: {
1991
+ type: 'string',
1992
+ nullable: true
1993
+ },
1994
+ valuePropertyName: {
1995
+ type: 'string',
1996
+ nullable: true
1997
+ },
1998
+ filterParamName: {
1999
+ type: 'string',
2000
+ nullable: true
2001
+ }
2002
+ },
2003
+ additionalProperties: false
2004
+ }
2005
+ },
2006
+ additionalProperties: false
2007
+ },
2008
+ attributes: {
2009
+ type: 'array',
2010
+ items: {
2011
+ type: 'object',
2012
+ properties: {
2013
+ typeSimple: {
2014
+ type: 'string',
2015
+ nullable: true
2016
+ },
2017
+ config: {
2018
+ type: 'object',
2019
+ additionalProperties: {},
2020
+ nullable: true
2021
+ }
2022
+ },
2023
+ additionalProperties: false
2024
+ },
2025
+ nullable: true
2026
+ },
2027
+ configuration: {
2028
+ type: 'object',
2029
+ additionalProperties: {},
2030
+ nullable: true
2031
+ },
2032
+ defaultValue: {
2033
+ nullable: true
2034
+ }
2035
+ },
2036
+ additionalProperties: false
2037
+ },
2038
+ nullable: true
2039
+ },
2040
+ configuration: {
2041
+ type: 'object',
2042
+ additionalProperties: {},
2043
+ nullable: true
2044
+ }
2045
+ },
2046
+ additionalProperties: false
2047
+ } as const;
2048
+
2049
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
2050
+ type: 'object',
2051
+ properties: {
2052
+ fields: {
2053
+ type: 'array',
2054
+ items: {
2055
+ type: 'object',
2056
+ properties: {
2057
+ name: {
2058
+ type: 'string',
2059
+ nullable: true
2060
+ },
2061
+ value: {
2062
+ nullable: true
2063
+ }
2064
+ },
2065
+ additionalProperties: false
2066
+ },
2067
+ nullable: true
2068
+ },
2069
+ localizationResource: {
2070
+ type: 'string',
2071
+ nullable: true
2072
+ }
2073
+ },
2074
+ additionalProperties: false
2075
+ } as const;
2076
+
2077
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
2078
+ type: 'object',
2079
+ properties: {
2080
+ name: {
2081
+ type: 'string',
2082
+ nullable: true
2083
+ },
2084
+ value: {
2085
+ nullable: true
2086
+ }
2087
+ },
2088
+ additionalProperties: false
2089
+ } as const;
2090
+
2091
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
2092
+ type: 'object',
2093
+ properties: {
2094
+ isAvailable: {
2095
+ type: 'boolean'
2096
+ }
2097
+ },
2098
+ additionalProperties: false
2099
+ } as const;
2100
+
2101
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
2102
+ type: 'object',
2103
+ properties: {
2104
+ onGet: {
2105
+ type: 'object',
2106
+ properties: {
2107
+ isAvailable: {
2108
+ type: 'boolean'
2109
+ }
2110
+ },
2111
+ additionalProperties: false
2112
+ },
2113
+ onCreate: {
2114
+ type: 'object',
2115
+ properties: {
2116
+ isAvailable: {
2117
+ type: 'boolean'
2118
+ }
2119
+ },
2120
+ additionalProperties: false
2121
+ },
2122
+ onUpdate: {
2123
+ type: 'object',
2124
+ properties: {
2125
+ isAvailable: {
2126
+ type: 'boolean'
2127
+ }
2128
+ },
2129
+ additionalProperties: false
2130
+ }
2131
+ },
2132
+ additionalProperties: false
2133
+ } as const;
2134
+
2135
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
2136
+ type: 'object',
2137
+ properties: {
2138
+ isAvailable: {
2139
+ type: 'boolean'
2140
+ }
2141
+ },
2142
+ additionalProperties: false
2143
+ } as const;
2144
+
2145
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
2146
+ type: 'object',
2147
+ properties: {
2148
+ isAvailable: {
2149
+ type: 'boolean'
2150
+ }
2151
+ },
2152
+ additionalProperties: false
2153
+ } as const;
2154
+
2155
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
2156
+ type: 'object',
2157
+ properties: {
2158
+ typeSimple: {
2159
+ type: 'string',
2160
+ nullable: true
2161
+ },
2162
+ config: {
2163
+ type: 'object',
2164
+ additionalProperties: {},
2165
+ nullable: true
2166
+ }
2167
+ },
2168
+ additionalProperties: false
2169
+ } as const;
2170
+
2171
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
2172
+ type: 'object',
2173
+ properties: {
2174
+ type: {
2175
+ type: 'string',
2176
+ nullable: true
2177
+ },
2178
+ typeSimple: {
2179
+ type: 'string',
2180
+ nullable: true
2181
+ },
2182
+ displayName: {
2183
+ type: 'object',
2184
+ properties: {
2185
+ name: {
2186
+ type: 'string',
2187
+ nullable: true
2188
+ },
2189
+ resource: {
2190
+ type: 'string',
2191
+ nullable: true
2192
+ }
2193
+ },
2194
+ additionalProperties: false
2195
+ },
2196
+ api: {
2197
+ type: 'object',
2198
+ properties: {
2199
+ onGet: {
2200
+ type: 'object',
2201
+ properties: {
2202
+ isAvailable: {
2203
+ type: 'boolean'
2204
+ }
2205
+ },
2206
+ additionalProperties: false
2207
+ },
2208
+ onCreate: {
2209
+ type: 'object',
2210
+ properties: {
2211
+ isAvailable: {
2212
+ type: 'boolean'
2213
+ }
2214
+ },
2215
+ additionalProperties: false
2216
+ },
2217
+ onUpdate: {
2218
+ type: 'object',
2219
+ properties: {
2220
+ isAvailable: {
2221
+ type: 'boolean'
2222
+ }
2223
+ },
2224
+ additionalProperties: false
2225
+ }
2226
+ },
2227
+ additionalProperties: false
2228
+ },
2229
+ ui: {
2230
+ type: 'object',
2231
+ properties: {
2232
+ onTable: {
2233
+ type: 'object',
2234
+ properties: {
2235
+ isVisible: {
2236
+ type: 'boolean'
2237
+ }
2238
+ },
2239
+ additionalProperties: false
2240
+ },
2241
+ onCreateForm: {
2242
+ type: 'object',
2243
+ properties: {
2244
+ isVisible: {
2245
+ type: 'boolean'
2246
+ }
2247
+ },
2248
+ additionalProperties: false
2249
+ },
2250
+ onEditForm: {
2251
+ type: 'object',
2252
+ properties: {
2253
+ isVisible: {
2254
+ type: 'boolean'
2255
+ }
2256
+ },
2257
+ additionalProperties: false
2258
+ },
2259
+ lookup: {
2260
+ type: 'object',
2261
+ properties: {
2262
+ url: {
2263
+ type: 'string',
2264
+ nullable: true
2265
+ },
2266
+ resultListPropertyName: {
2267
+ type: 'string',
2268
+ nullable: true
2269
+ },
2270
+ displayPropertyName: {
2271
+ type: 'string',
2272
+ nullable: true
2273
+ },
2274
+ valuePropertyName: {
2275
+ type: 'string',
2276
+ nullable: true
2277
+ },
2278
+ filterParamName: {
2279
+ type: 'string',
2280
+ nullable: true
2281
+ }
2282
+ },
2283
+ additionalProperties: false
2284
+ }
2285
+ },
2286
+ additionalProperties: false
2287
+ },
2288
+ attributes: {
2289
+ type: 'array',
2290
+ items: {
2291
+ type: 'object',
2292
+ properties: {
2293
+ typeSimple: {
2294
+ type: 'string',
2295
+ nullable: true
2296
+ },
2297
+ config: {
2298
+ type: 'object',
2299
+ additionalProperties: {},
2300
+ nullable: true
2301
+ }
2302
+ },
2303
+ additionalProperties: false
2304
+ },
2305
+ nullable: true
2306
+ },
2307
+ configuration: {
2308
+ type: 'object',
2309
+ additionalProperties: {},
2310
+ nullable: true
2311
+ },
2312
+ defaultValue: {
2313
+ nullable: true
2314
+ }
2315
+ },
2316
+ additionalProperties: false
2317
+ } as const;
2318
+
2319
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
2320
+ type: 'object',
2321
+ properties: {
2322
+ onTable: {
2323
+ type: 'object',
2324
+ properties: {
2325
+ isVisible: {
2326
+ type: 'boolean'
2327
+ }
2328
+ },
2329
+ additionalProperties: false
2330
+ },
2331
+ onCreateForm: {
2332
+ type: 'object',
2333
+ properties: {
2334
+ isVisible: {
2335
+ type: 'boolean'
2336
+ }
2337
+ },
2338
+ additionalProperties: false
2339
+ },
2340
+ onEditForm: {
2341
+ type: 'object',
2342
+ properties: {
2343
+ isVisible: {
2344
+ type: 'boolean'
2345
+ }
2346
+ },
2347
+ additionalProperties: false
2348
+ },
2349
+ lookup: {
2350
+ type: 'object',
2351
+ properties: {
2352
+ url: {
2353
+ type: 'string',
2354
+ nullable: true
2355
+ },
2356
+ resultListPropertyName: {
2357
+ type: 'string',
2358
+ nullable: true
2359
+ },
2360
+ displayPropertyName: {
2361
+ type: 'string',
2362
+ nullable: true
2363
+ },
2364
+ valuePropertyName: {
2365
+ type: 'string',
2366
+ nullable: true
2367
+ },
2368
+ filterParamName: {
2369
+ type: 'string',
2370
+ nullable: true
2371
+ }
2372
+ },
2373
+ additionalProperties: false
2374
+ }
2375
+ },
2376
+ additionalProperties: false
2377
+ } as const;
2378
+
2379
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
2380
+ type: 'object',
2381
+ properties: {
2382
+ isVisible: {
2383
+ type: 'boolean'
2384
+ }
2385
+ },
2386
+ additionalProperties: false
2387
+ } as const;
2388
+
2389
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
2390
+ type: 'object',
2391
+ properties: {
2392
+ url: {
2393
+ type: 'string',
2394
+ nullable: true
2395
+ },
2396
+ resultListPropertyName: {
2397
+ type: 'string',
2398
+ nullable: true
2399
+ },
2400
+ displayPropertyName: {
2401
+ type: 'string',
2402
+ nullable: true
2403
+ },
2404
+ valuePropertyName: {
2405
+ type: 'string',
2406
+ nullable: true
2407
+ },
2408
+ filterParamName: {
2409
+ type: 'string',
2410
+ nullable: true
2411
+ }
2412
+ },
2413
+ additionalProperties: false
2414
+ } as const;
2415
+
2416
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
2417
+ type: 'object',
2418
+ properties: {
2419
+ isVisible: {
2420
+ type: 'boolean'
2421
+ }
2422
+ },
2423
+ additionalProperties: false
2424
+ } as const;
2425
+
2426
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
2427
+ type: 'object',
2428
+ properties: {
2429
+ name: {
2430
+ type: 'string',
2431
+ nullable: true
2432
+ },
2433
+ resource: {
2434
+ type: 'string',
2435
+ nullable: true
2436
+ }
2437
+ },
2438
+ additionalProperties: false
2439
+ } as const;
2440
+
2441
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
2442
+ type: 'object',
2443
+ properties: {
2444
+ entities: {
2445
+ type: 'object',
2446
+ additionalProperties: {
2447
+ type: 'object',
2448
+ properties: {
2449
+ properties: {
2450
+ type: 'object',
2451
+ additionalProperties: {
2452
+ type: 'object',
2453
+ properties: {
2454
+ type: {
2455
+ type: 'string',
2456
+ nullable: true
2457
+ },
2458
+ typeSimple: {
2459
+ type: 'string',
2460
+ nullable: true
2461
+ },
2462
+ displayName: {
2463
+ type: 'object',
2464
+ properties: {
2465
+ name: {
2466
+ type: 'string',
2467
+ nullable: true
2468
+ },
2469
+ resource: {
2470
+ type: 'string',
2471
+ nullable: true
2472
+ }
2473
+ },
2474
+ additionalProperties: false
2475
+ },
2476
+ api: {
2477
+ type: 'object',
2478
+ properties: {
2479
+ onGet: {
2480
+ type: 'object',
2481
+ properties: {
2482
+ isAvailable: {
2483
+ type: 'boolean'
2484
+ }
2485
+ },
2486
+ additionalProperties: false
2487
+ },
2488
+ onCreate: {
2489
+ type: 'object',
2490
+ properties: {
2491
+ isAvailable: {
2492
+ type: 'boolean'
2493
+ }
2494
+ },
2495
+ additionalProperties: false
2496
+ },
2497
+ onUpdate: {
2498
+ type: 'object',
2499
+ properties: {
2500
+ isAvailable: {
2501
+ type: 'boolean'
2502
+ }
2503
+ },
2504
+ additionalProperties: false
2505
+ }
2506
+ },
2507
+ additionalProperties: false
2508
+ },
2509
+ ui: {
2510
+ type: 'object',
2511
+ properties: {
2512
+ onTable: {
2513
+ type: 'object',
2514
+ properties: {
2515
+ isVisible: {
2516
+ type: 'boolean'
2517
+ }
2518
+ },
2519
+ additionalProperties: false
2520
+ },
2521
+ onCreateForm: {
2522
+ type: 'object',
2523
+ properties: {
2524
+ isVisible: {
2525
+ type: 'boolean'
2526
+ }
2527
+ },
2528
+ additionalProperties: false
2529
+ },
2530
+ onEditForm: {
2531
+ type: 'object',
2532
+ properties: {
2533
+ isVisible: {
2534
+ type: 'boolean'
2535
+ }
2536
+ },
2537
+ additionalProperties: false
2538
+ },
2539
+ lookup: {
2540
+ type: 'object',
2541
+ properties: {
2542
+ url: {
2543
+ type: 'string',
2544
+ nullable: true
2545
+ },
2546
+ resultListPropertyName: {
2547
+ type: 'string',
2548
+ nullable: true
2549
+ },
2550
+ displayPropertyName: {
2551
+ type: 'string',
2552
+ nullable: true
2553
+ },
2554
+ valuePropertyName: {
2555
+ type: 'string',
2556
+ nullable: true
2557
+ },
2558
+ filterParamName: {
2559
+ type: 'string',
2560
+ nullable: true
2561
+ }
2562
+ },
2563
+ additionalProperties: false
2564
+ }
2565
+ },
2566
+ additionalProperties: false
2567
+ },
2568
+ attributes: {
2569
+ type: 'array',
2570
+ items: {
2571
+ type: 'object',
2572
+ properties: {
2573
+ typeSimple: {
2574
+ type: 'string',
2575
+ nullable: true
2576
+ },
2577
+ config: {
2578
+ type: 'object',
2579
+ additionalProperties: {},
2580
+ nullable: true
2581
+ }
2582
+ },
2583
+ additionalProperties: false
2584
+ },
2585
+ nullable: true
2586
+ },
2587
+ configuration: {
2588
+ type: 'object',
2589
+ additionalProperties: {},
2590
+ nullable: true
2591
+ },
2592
+ defaultValue: {
2593
+ nullable: true
2594
+ }
2595
+ },
2596
+ additionalProperties: false
2597
+ },
2598
+ nullable: true
2599
+ },
2600
+ configuration: {
2601
+ type: 'object',
2602
+ additionalProperties: {},
2603
+ nullable: true
2604
+ }
2605
+ },
2606
+ additionalProperties: false
2607
+ },
2608
+ nullable: true
2609
+ },
2610
+ configuration: {
2611
+ type: 'object',
2612
+ additionalProperties: {},
2613
+ nullable: true
2614
+ }
2615
+ },
2616
+ additionalProperties: false
2617
+ } as const;
2618
+
2619
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
2620
+ type: 'object',
2621
+ properties: {
2622
+ modules: {
2623
+ type: 'object',
2624
+ additionalProperties: {
2625
+ type: 'object',
2626
+ properties: {
2627
+ entities: {
2628
+ type: 'object',
2629
+ additionalProperties: {
2630
+ type: 'object',
2631
+ properties: {
2632
+ properties: {
2633
+ type: 'object',
2634
+ additionalProperties: {
2635
+ type: 'object',
2636
+ properties: {
2637
+ type: {
2638
+ type: 'string',
2639
+ nullable: true
2640
+ },
2641
+ typeSimple: {
2642
+ type: 'string',
2643
+ nullable: true
2644
+ },
2645
+ displayName: {
2646
+ type: 'object',
2647
+ properties: {
2648
+ name: {
2649
+ type: 'string',
2650
+ nullable: true
2651
+ },
2652
+ resource: {
2653
+ type: 'string',
2654
+ nullable: true
2655
+ }
2656
+ },
2657
+ additionalProperties: false
2658
+ },
2659
+ api: {
2660
+ type: 'object',
2661
+ properties: {
2662
+ onGet: {
2663
+ type: 'object',
2664
+ properties: {
2665
+ isAvailable: {
2666
+ type: 'boolean'
2667
+ }
2668
+ },
2669
+ additionalProperties: false
2670
+ },
2671
+ onCreate: {
2672
+ type: 'object',
2673
+ properties: {
2674
+ isAvailable: {
2675
+ type: 'boolean'
2676
+ }
2677
+ },
2678
+ additionalProperties: false
2679
+ },
2680
+ onUpdate: {
2681
+ type: 'object',
2682
+ properties: {
2683
+ isAvailable: {
2684
+ type: 'boolean'
2685
+ }
2686
+ },
2687
+ additionalProperties: false
2688
+ }
2689
+ },
2690
+ additionalProperties: false
2691
+ },
2692
+ ui: {
2693
+ type: 'object',
2694
+ properties: {
2695
+ onTable: {
2696
+ type: 'object',
2697
+ properties: {
2698
+ isVisible: {
2699
+ type: 'boolean'
2700
+ }
2701
+ },
2702
+ additionalProperties: false
2703
+ },
2704
+ onCreateForm: {
2705
+ type: 'object',
2706
+ properties: {
2707
+ isVisible: {
2708
+ type: 'boolean'
2709
+ }
2710
+ },
2711
+ additionalProperties: false
2712
+ },
2713
+ onEditForm: {
2714
+ type: 'object',
2715
+ properties: {
2716
+ isVisible: {
2717
+ type: 'boolean'
2718
+ }
2719
+ },
2720
+ additionalProperties: false
2721
+ },
2722
+ lookup: {
2723
+ type: 'object',
2724
+ properties: {
2725
+ url: {
2726
+ type: 'string',
2727
+ nullable: true
2728
+ },
2729
+ resultListPropertyName: {
2730
+ type: 'string',
2731
+ nullable: true
2732
+ },
2733
+ displayPropertyName: {
2734
+ type: 'string',
2735
+ nullable: true
2736
+ },
2737
+ valuePropertyName: {
2738
+ type: 'string',
2739
+ nullable: true
2740
+ },
2741
+ filterParamName: {
2742
+ type: 'string',
2743
+ nullable: true
2744
+ }
2745
+ },
2746
+ additionalProperties: false
2747
+ }
2748
+ },
2749
+ additionalProperties: false
2750
+ },
2751
+ attributes: {
2752
+ type: 'array',
2753
+ items: {
2754
+ type: 'object',
2755
+ properties: {
2756
+ typeSimple: {
2757
+ type: 'string',
2758
+ nullable: true
2759
+ },
2760
+ config: {
2761
+ type: 'object',
2762
+ additionalProperties: {},
2763
+ nullable: true
2764
+ }
2765
+ },
2766
+ additionalProperties: false
2767
+ },
2768
+ nullable: true
2769
+ },
2770
+ configuration: {
2771
+ type: 'object',
2772
+ additionalProperties: {},
2773
+ nullable: true
2774
+ },
2775
+ defaultValue: {
2776
+ nullable: true
2777
+ }
2778
+ },
2779
+ additionalProperties: false
2780
+ },
2781
+ nullable: true
2782
+ },
2783
+ configuration: {
2784
+ type: 'object',
2785
+ additionalProperties: {},
2786
+ nullable: true
2787
+ }
2788
+ },
2789
+ additionalProperties: false
2790
+ },
2791
+ nullable: true
2792
+ },
2793
+ configuration: {
2794
+ type: 'object',
2795
+ additionalProperties: {},
2796
+ nullable: true
2797
+ }
2798
+ },
2799
+ additionalProperties: false
2800
+ },
2801
+ nullable: true
2802
+ },
2803
+ enums: {
2804
+ type: 'object',
2805
+ additionalProperties: {
2806
+ type: 'object',
2807
+ properties: {
2808
+ fields: {
2809
+ type: 'array',
2810
+ items: {
2811
+ type: 'object',
2812
+ properties: {
2813
+ name: {
2814
+ type: 'string',
2815
+ nullable: true
2816
+ },
2817
+ value: {
2818
+ nullable: true
2819
+ }
2820
+ },
2821
+ additionalProperties: false
2822
+ },
2823
+ nullable: true
2824
+ },
2825
+ localizationResource: {
2826
+ type: 'string',
2827
+ nullable: true
2828
+ }
2829
+ },
2830
+ additionalProperties: false
2831
+ },
2832
+ nullable: true
2833
+ }
2834
+ },
2835
+ additionalProperties: false
2836
+ } as const;
2837
+
2838
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
2839
+ type: 'object',
2840
+ properties: {
2841
+ iana: {
2842
+ type: 'object',
2843
+ properties: {
2844
+ timeZoneName: {
2845
+ type: 'string',
2846
+ nullable: true
2847
+ }
2848
+ },
2849
+ additionalProperties: false
2850
+ },
2851
+ windows: {
2852
+ type: 'object',
2853
+ properties: {
2854
+ timeZoneId: {
2855
+ type: 'string',
2856
+ nullable: true
2857
+ }
2858
+ },
2859
+ additionalProperties: false
2860
+ }
2861
+ },
2862
+ additionalProperties: false
2863
+ } as const;
2864
+
2865
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
2866
+ type: 'object',
2867
+ properties: {
2868
+ timeZone: {
2869
+ type: 'object',
2870
+ properties: {
2871
+ iana: {
2872
+ type: 'object',
2873
+ properties: {
2874
+ timeZoneName: {
2875
+ type: 'string',
2876
+ nullable: true
2877
+ }
2878
+ },
2879
+ additionalProperties: false
2880
+ },
2881
+ windows: {
2882
+ type: 'object',
2883
+ properties: {
2884
+ timeZoneId: {
2885
+ type: 'string',
2886
+ nullable: true
2887
+ }
2888
+ },
2889
+ additionalProperties: false
2890
+ }
2891
+ },
2892
+ additionalProperties: false
2893
+ }
2894
+ },
2895
+ additionalProperties: false
2896
+ } as const;
2897
+
2898
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
2899
+ type: 'object',
2900
+ properties: {
2901
+ timeZoneId: {
2902
+ type: 'string',
2903
+ nullable: true
2904
+ }
2905
+ },
2906
+ additionalProperties: false
2907
+ } as const;
2908
+
2909
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
2910
+ type: 'object',
2911
+ properties: {
2912
+ id: {
2913
+ type: 'string',
2914
+ format: 'uuid',
2915
+ nullable: true
2916
+ },
2917
+ name: {
2918
+ type: 'string',
2919
+ nullable: true
2920
+ },
2921
+ isAvailable: {
2922
+ type: 'boolean'
2923
+ }
2924
+ },
2925
+ additionalProperties: false
2926
+ } as const;
2927
+
2928
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
2929
+ type: 'object',
2930
+ properties: {
2931
+ isEnabled: {
2932
+ type: 'boolean'
2933
+ }
2934
+ },
2935
+ additionalProperties: false
2936
+ } as const;
2937
+
2938
+ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
2939
+ type: 'object',
2940
+ properties: {
2941
+ uniqueName: {
2942
+ type: 'string',
2943
+ nullable: true
2944
+ },
2945
+ name: {
2946
+ type: 'string',
2947
+ nullable: true
2948
+ },
2949
+ httpMethod: {
2950
+ type: 'string',
2951
+ nullable: true
2952
+ },
2953
+ url: {
2954
+ type: 'string',
2955
+ nullable: true
2956
+ },
2957
+ supportedVersions: {
2958
+ type: 'array',
2959
+ items: {
2960
+ type: 'string'
2961
+ },
2962
+ nullable: true
2963
+ },
2964
+ parametersOnMethod: {
2965
+ type: 'array',
2966
+ items: {
2967
+ type: 'object',
2968
+ properties: {
2969
+ name: {
2970
+ type: 'string',
2971
+ nullable: true
2972
+ },
2973
+ typeAsString: {
2974
+ type: 'string',
2975
+ nullable: true
2976
+ },
2977
+ type: {
2978
+ type: 'string',
2979
+ nullable: true
2980
+ },
2981
+ typeSimple: {
2982
+ type: 'string',
2983
+ nullable: true
2984
+ },
2985
+ isOptional: {
2986
+ type: 'boolean'
2987
+ },
2988
+ defaultValue: {
2989
+ nullable: true
2990
+ }
2991
+ },
2992
+ additionalProperties: false
2993
+ },
2994
+ nullable: true
2995
+ },
2996
+ parameters: {
2997
+ type: 'array',
2998
+ items: {
2999
+ type: 'object',
3000
+ properties: {
3001
+ nameOnMethod: {
3002
+ type: 'string',
3003
+ nullable: true
3004
+ },
3005
+ name: {
3006
+ type: 'string',
3007
+ nullable: true
3008
+ },
3009
+ jsonName: {
3010
+ type: 'string',
3011
+ nullable: true
3012
+ },
3013
+ type: {
3014
+ type: 'string',
3015
+ nullable: true
3016
+ },
3017
+ typeSimple: {
3018
+ type: 'string',
3019
+ nullable: true
3020
+ },
3021
+ isOptional: {
3022
+ type: 'boolean'
3023
+ },
3024
+ defaultValue: {
3025
+ nullable: true
3026
+ },
3027
+ constraintTypes: {
3028
+ type: 'array',
3029
+ items: {
3030
+ type: 'string'
3031
+ },
3032
+ nullable: true
3033
+ },
3034
+ bindingSourceId: {
3035
+ type: 'string',
3036
+ nullable: true
3037
+ },
3038
+ descriptorName: {
3039
+ type: 'string',
3040
+ nullable: true
3041
+ }
3042
+ },
3043
+ additionalProperties: false
3044
+ },
3045
+ nullable: true
3046
+ },
3047
+ returnValue: {
3048
+ type: 'object',
3049
+ properties: {
3050
+ type: {
3051
+ type: 'string',
3052
+ nullable: true
3053
+ },
3054
+ typeSimple: {
3055
+ type: 'string',
3056
+ nullable: true
3057
+ }
3058
+ },
3059
+ additionalProperties: false
3060
+ },
3061
+ allowAnonymous: {
3062
+ type: 'boolean',
3063
+ nullable: true
3064
+ },
3065
+ implementFrom: {
3066
+ type: 'string',
3067
+ nullable: true
3068
+ }
3069
+ },
3070
+ additionalProperties: false
3071
+ } as const;
3072
+
3073
+ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
3074
+ type: 'object',
3075
+ properties: {
3076
+ modules: {
3077
+ type: 'object',
3078
+ additionalProperties: {
3079
+ type: 'object',
3080
+ properties: {
3081
+ rootPath: {
3082
+ type: 'string',
3083
+ nullable: true
3084
+ },
3085
+ remoteServiceName: {
3086
+ type: 'string',
3087
+ nullable: true
3088
+ },
3089
+ controllers: {
3090
+ type: 'object',
3091
+ additionalProperties: {
3092
+ type: 'object',
3093
+ properties: {
3094
+ controllerName: {
3095
+ type: 'string',
3096
+ nullable: true
3097
+ },
3098
+ controllerGroupName: {
3099
+ type: 'string',
3100
+ nullable: true
3101
+ },
3102
+ isRemoteService: {
3103
+ type: 'boolean'
3104
+ },
3105
+ isIntegrationService: {
3106
+ type: 'boolean'
3107
+ },
3108
+ apiVersion: {
3109
+ type: 'string',
3110
+ nullable: true
3111
+ },
3112
+ type: {
3113
+ type: 'string',
3114
+ nullable: true
3115
+ },
3116
+ interfaces: {
3117
+ type: 'array',
3118
+ items: {
3119
+ type: 'object',
3120
+ properties: {
3121
+ type: {
3122
+ type: 'string',
3123
+ nullable: true
3124
+ },
3125
+ name: {
3126
+ type: 'string',
3127
+ nullable: true
3128
+ },
3129
+ methods: {
3130
+ type: 'array',
3131
+ items: {
3132
+ type: 'object',
3133
+ properties: {
3134
+ name: {
3135
+ type: 'string',
3136
+ nullable: true
3137
+ },
3138
+ parametersOnMethod: {
3139
+ type: 'array',
3140
+ items: {
3141
+ type: 'object',
3142
+ properties: {
3143
+ name: {
3144
+ type: 'string',
3145
+ nullable: true
3146
+ },
3147
+ typeAsString: {
3148
+ type: 'string',
3149
+ nullable: true
3150
+ },
3151
+ type: {
3152
+ type: 'string',
3153
+ nullable: true
3154
+ },
3155
+ typeSimple: {
3156
+ type: 'string',
3157
+ nullable: true
3158
+ },
3159
+ isOptional: {
3160
+ type: 'boolean'
3161
+ },
3162
+ defaultValue: {
3163
+ nullable: true
3164
+ }
3165
+ },
3166
+ additionalProperties: false
3167
+ },
3168
+ nullable: true
3169
+ },
3170
+ returnValue: {
3171
+ type: 'object',
3172
+ properties: {
3173
+ type: {
3174
+ type: 'string',
3175
+ nullable: true
3176
+ },
3177
+ typeSimple: {
3178
+ type: 'string',
3179
+ nullable: true
3180
+ }
3181
+ },
3182
+ additionalProperties: false
3183
+ }
3184
+ },
3185
+ additionalProperties: false
3186
+ },
3187
+ nullable: true
3188
+ }
3189
+ },
3190
+ additionalProperties: false
3191
+ },
3192
+ nullable: true
3193
+ },
3194
+ actions: {
3195
+ type: 'object',
3196
+ additionalProperties: {
3197
+ type: 'object',
3198
+ properties: {
3199
+ uniqueName: {
3200
+ type: 'string',
3201
+ nullable: true
3202
+ },
3203
+ name: {
3204
+ type: 'string',
3205
+ nullable: true
3206
+ },
3207
+ httpMethod: {
3208
+ type: 'string',
3209
+ nullable: true
3210
+ },
3211
+ url: {
3212
+ type: 'string',
3213
+ nullable: true
3214
+ },
3215
+ supportedVersions: {
3216
+ type: 'array',
3217
+ items: {
3218
+ type: 'string'
3219
+ },
3220
+ nullable: true
3221
+ },
3222
+ parametersOnMethod: {
3223
+ type: 'array',
3224
+ items: {
3225
+ type: 'object',
3226
+ properties: {
3227
+ name: {
3228
+ type: 'string',
3229
+ nullable: true
3230
+ },
3231
+ typeAsString: {
3232
+ type: 'string',
3233
+ nullable: true
3234
+ },
3235
+ type: {
3236
+ type: 'string',
3237
+ nullable: true
3238
+ },
3239
+ typeSimple: {
3240
+ type: 'string',
3241
+ nullable: true
3242
+ },
3243
+ isOptional: {
3244
+ type: 'boolean'
3245
+ },
3246
+ defaultValue: {
3247
+ nullable: true
3248
+ }
3249
+ },
3250
+ additionalProperties: false
3251
+ },
3252
+ nullable: true
3253
+ },
3254
+ parameters: {
3255
+ type: 'array',
3256
+ items: {
3257
+ type: 'object',
3258
+ properties: {
3259
+ nameOnMethod: {
3260
+ type: 'string',
3261
+ nullable: true
3262
+ },
3263
+ name: {
3264
+ type: 'string',
3265
+ nullable: true
3266
+ },
3267
+ jsonName: {
3268
+ type: 'string',
3269
+ nullable: true
3270
+ },
3271
+ type: {
3272
+ type: 'string',
3273
+ nullable: true
3274
+ },
3275
+ typeSimple: {
3276
+ type: 'string',
3277
+ nullable: true
3278
+ },
3279
+ isOptional: {
3280
+ type: 'boolean'
3281
+ },
3282
+ defaultValue: {
3283
+ nullable: true
3284
+ },
3285
+ constraintTypes: {
3286
+ type: 'array',
3287
+ items: {
3288
+ type: 'string'
3289
+ },
3290
+ nullable: true
3291
+ },
3292
+ bindingSourceId: {
3293
+ type: 'string',
3294
+ nullable: true
3295
+ },
3296
+ descriptorName: {
3297
+ type: 'string',
3298
+ nullable: true
3299
+ }
3300
+ },
3301
+ additionalProperties: false
3302
+ },
3303
+ nullable: true
3304
+ },
3305
+ returnValue: {
3306
+ type: 'object',
3307
+ properties: {
3308
+ type: {
3309
+ type: 'string',
3310
+ nullable: true
3311
+ },
3312
+ typeSimple: {
3313
+ type: 'string',
3314
+ nullable: true
3315
+ }
3316
+ },
3317
+ additionalProperties: false
3318
+ },
3319
+ allowAnonymous: {
3320
+ type: 'boolean',
3321
+ nullable: true
3322
+ },
3323
+ implementFrom: {
3324
+ type: 'string',
3325
+ nullable: true
3326
+ }
3327
+ },
3328
+ additionalProperties: false
3329
+ },
3330
+ nullable: true
3331
+ }
3332
+ },
3333
+ additionalProperties: false
3334
+ },
3335
+ nullable: true
3336
+ }
3337
+ },
3338
+ additionalProperties: false
3339
+ },
3340
+ nullable: true
3341
+ },
3342
+ types: {
3343
+ type: 'object',
3344
+ additionalProperties: {
3345
+ type: 'object',
3346
+ properties: {
3347
+ baseType: {
3348
+ type: 'string',
3349
+ nullable: true
3350
+ },
3351
+ isEnum: {
3352
+ type: 'boolean'
3353
+ },
3354
+ enumNames: {
3355
+ type: 'array',
3356
+ items: {
3357
+ type: 'string'
3358
+ },
3359
+ nullable: true
3360
+ },
3361
+ enumValues: {
3362
+ type: 'array',
3363
+ items: {},
3364
+ nullable: true
3365
+ },
3366
+ genericArguments: {
3367
+ type: 'array',
3368
+ items: {
3369
+ type: 'string'
3370
+ },
3371
+ nullable: true
3372
+ },
3373
+ properties: {
3374
+ type: 'array',
3375
+ items: {
3376
+ type: 'object',
3377
+ properties: {
3378
+ name: {
3379
+ type: 'string',
3380
+ nullable: true
3381
+ },
3382
+ jsonName: {
3383
+ type: 'string',
3384
+ nullable: true
3385
+ },
3386
+ type: {
3387
+ type: 'string',
3388
+ nullable: true
3389
+ },
3390
+ typeSimple: {
3391
+ type: 'string',
3392
+ nullable: true
3393
+ },
3394
+ isRequired: {
3395
+ type: 'boolean'
3396
+ },
3397
+ minLength: {
3398
+ type: 'integer',
3399
+ format: 'int32',
3400
+ nullable: true
3401
+ },
3402
+ maxLength: {
3403
+ type: 'integer',
3404
+ format: 'int32',
3405
+ nullable: true
3406
+ },
3407
+ minimum: {
3408
+ type: 'string',
3409
+ nullable: true
3410
+ },
3411
+ maximum: {
3412
+ type: 'string',
3413
+ nullable: true
3414
+ },
3415
+ regex: {
3416
+ type: 'string',
3417
+ nullable: true
3418
+ }
3419
+ },
3420
+ additionalProperties: false
3421
+ },
3422
+ nullable: true
3423
+ }
3424
+ },
3425
+ additionalProperties: false
3426
+ },
3427
+ nullable: true
3428
+ }
3429
+ },
3430
+ additionalProperties: false
3431
+ } as const;
3432
+
3433
+ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
3434
+ type: 'object',
3435
+ properties: {
3436
+ controllerName: {
3437
+ type: 'string',
3438
+ nullable: true
3439
+ },
3440
+ controllerGroupName: {
3441
+ type: 'string',
3442
+ nullable: true
3443
+ },
3444
+ isRemoteService: {
3445
+ type: 'boolean'
3446
+ },
3447
+ isIntegrationService: {
3448
+ type: 'boolean'
3449
+ },
3450
+ apiVersion: {
3451
+ type: 'string',
3452
+ nullable: true
3453
+ },
3454
+ type: {
3455
+ type: 'string',
3456
+ nullable: true
3457
+ },
3458
+ interfaces: {
3459
+ type: 'array',
3460
+ items: {
3461
+ type: 'object',
3462
+ properties: {
3463
+ type: {
3464
+ type: 'string',
3465
+ nullable: true
3466
+ },
3467
+ name: {
3468
+ type: 'string',
3469
+ nullable: true
3470
+ },
3471
+ methods: {
3472
+ type: 'array',
3473
+ items: {
3474
+ type: 'object',
3475
+ properties: {
3476
+ name: {
3477
+ type: 'string',
3478
+ nullable: true
3479
+ },
3480
+ parametersOnMethod: {
3481
+ type: 'array',
3482
+ items: {
3483
+ type: 'object',
3484
+ properties: {
3485
+ name: {
3486
+ type: 'string',
3487
+ nullable: true
3488
+ },
3489
+ typeAsString: {
3490
+ type: 'string',
3491
+ nullable: true
3492
+ },
3493
+ type: {
3494
+ type: 'string',
3495
+ nullable: true
3496
+ },
3497
+ typeSimple: {
3498
+ type: 'string',
3499
+ nullable: true
3500
+ },
3501
+ isOptional: {
3502
+ type: 'boolean'
3503
+ },
3504
+ defaultValue: {
3505
+ nullable: true
3506
+ }
3507
+ },
3508
+ additionalProperties: false
3509
+ },
3510
+ nullable: true
3511
+ },
3512
+ returnValue: {
3513
+ type: 'object',
3514
+ properties: {
3515
+ type: {
3516
+ type: 'string',
3517
+ nullable: true
3518
+ },
3519
+ typeSimple: {
3520
+ type: 'string',
3521
+ nullable: true
3522
+ }
3523
+ },
3524
+ additionalProperties: false
3525
+ }
3526
+ },
3527
+ additionalProperties: false
3528
+ },
3529
+ nullable: true
3530
+ }
3531
+ },
3532
+ additionalProperties: false
3533
+ },
3534
+ nullable: true
3535
+ },
3536
+ actions: {
3537
+ type: 'object',
3538
+ additionalProperties: {
3539
+ type: 'object',
3540
+ properties: {
3541
+ uniqueName: {
3542
+ type: 'string',
3543
+ nullable: true
3544
+ },
3545
+ name: {
3546
+ type: 'string',
3547
+ nullable: true
3548
+ },
3549
+ httpMethod: {
3550
+ type: 'string',
3551
+ nullable: true
3552
+ },
3553
+ url: {
3554
+ type: 'string',
3555
+ nullable: true
3556
+ },
3557
+ supportedVersions: {
3558
+ type: 'array',
3559
+ items: {
3560
+ type: 'string'
3561
+ },
3562
+ nullable: true
3563
+ },
3564
+ parametersOnMethod: {
3565
+ type: 'array',
3566
+ items: {
3567
+ type: 'object',
3568
+ properties: {
3569
+ name: {
3570
+ type: 'string',
3571
+ nullable: true
3572
+ },
3573
+ typeAsString: {
3574
+ type: 'string',
3575
+ nullable: true
3576
+ },
3577
+ type: {
3578
+ type: 'string',
3579
+ nullable: true
3580
+ },
3581
+ typeSimple: {
3582
+ type: 'string',
3583
+ nullable: true
3584
+ },
3585
+ isOptional: {
3586
+ type: 'boolean'
3587
+ },
3588
+ defaultValue: {
3589
+ nullable: true
3590
+ }
3591
+ },
3592
+ additionalProperties: false
3593
+ },
3594
+ nullable: true
3595
+ },
3596
+ parameters: {
3597
+ type: 'array',
3598
+ items: {
3599
+ type: 'object',
3600
+ properties: {
3601
+ nameOnMethod: {
3602
+ type: 'string',
3603
+ nullable: true
3604
+ },
3605
+ name: {
3606
+ type: 'string',
3607
+ nullable: true
3608
+ },
3609
+ jsonName: {
3610
+ type: 'string',
3611
+ nullable: true
3612
+ },
3613
+ type: {
3614
+ type: 'string',
3615
+ nullable: true
3616
+ },
3617
+ typeSimple: {
3618
+ type: 'string',
3619
+ nullable: true
3620
+ },
3621
+ isOptional: {
3622
+ type: 'boolean'
3623
+ },
3624
+ defaultValue: {
3625
+ nullable: true
3626
+ },
3627
+ constraintTypes: {
3628
+ type: 'array',
3629
+ items: {
3630
+ type: 'string'
3631
+ },
3632
+ nullable: true
3633
+ },
3634
+ bindingSourceId: {
3635
+ type: 'string',
3636
+ nullable: true
3637
+ },
3638
+ descriptorName: {
3639
+ type: 'string',
3640
+ nullable: true
3641
+ }
3642
+ },
3643
+ additionalProperties: false
3644
+ },
3645
+ nullable: true
3646
+ },
3647
+ returnValue: {
3648
+ type: 'object',
3649
+ properties: {
3650
+ type: {
3651
+ type: 'string',
3652
+ nullable: true
3653
+ },
3654
+ typeSimple: {
3655
+ type: 'string',
3656
+ nullable: true
3657
+ }
3658
+ },
3659
+ additionalProperties: false
3660
+ },
3661
+ allowAnonymous: {
3662
+ type: 'boolean',
3663
+ nullable: true
3664
+ },
3665
+ implementFrom: {
3666
+ type: 'string',
3667
+ nullable: true
3668
+ }
3669
+ },
3670
+ additionalProperties: false
3671
+ },
3672
+ nullable: true
3673
+ }
3674
+ },
3675
+ additionalProperties: false
3676
+ } as const;
3677
+
3678
+ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
3679
+ type: 'object',
3680
+ properties: {
3681
+ type: {
3682
+ type: 'string',
3683
+ nullable: true
3684
+ },
3685
+ name: {
3686
+ type: 'string',
3687
+ nullable: true
3688
+ },
3689
+ methods: {
3690
+ type: 'array',
3691
+ items: {
3692
+ type: 'object',
3693
+ properties: {
3694
+ name: {
3695
+ type: 'string',
3696
+ nullable: true
3697
+ },
3698
+ parametersOnMethod: {
3699
+ type: 'array',
3700
+ items: {
3701
+ type: 'object',
3702
+ properties: {
3703
+ name: {
3704
+ type: 'string',
3705
+ nullable: true
3706
+ },
3707
+ typeAsString: {
3708
+ type: 'string',
3709
+ nullable: true
3710
+ },
3711
+ type: {
3712
+ type: 'string',
3713
+ nullable: true
3714
+ },
3715
+ typeSimple: {
3716
+ type: 'string',
3717
+ nullable: true
3718
+ },
3719
+ isOptional: {
3720
+ type: 'boolean'
3721
+ },
3722
+ defaultValue: {
3723
+ nullable: true
3724
+ }
3725
+ },
3726
+ additionalProperties: false
3727
+ },
3728
+ nullable: true
3729
+ },
3730
+ returnValue: {
3731
+ type: 'object',
3732
+ properties: {
3733
+ type: {
3734
+ type: 'string',
3735
+ nullable: true
3736
+ },
3737
+ typeSimple: {
3738
+ type: 'string',
3739
+ nullable: true
3740
+ }
3741
+ },
3742
+ additionalProperties: false
3743
+ }
3744
+ },
3745
+ additionalProperties: false
3746
+ },
3747
+ nullable: true
3748
+ }
3749
+ },
3750
+ additionalProperties: false
3751
+ } as const;
3752
+
3753
+ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
3754
+ type: 'object',
3755
+ properties: {
3756
+ name: {
3757
+ type: 'string',
3758
+ nullable: true
3759
+ },
3760
+ parametersOnMethod: {
3761
+ type: 'array',
3762
+ items: {
3763
+ type: 'object',
3764
+ properties: {
3765
+ name: {
3766
+ type: 'string',
3767
+ nullable: true
3768
+ },
3769
+ typeAsString: {
3770
+ type: 'string',
3771
+ nullable: true
3772
+ },
3773
+ type: {
3774
+ type: 'string',
3775
+ nullable: true
3776
+ },
3777
+ typeSimple: {
3778
+ type: 'string',
3779
+ nullable: true
3780
+ },
3781
+ isOptional: {
3782
+ type: 'boolean'
3783
+ },
3784
+ defaultValue: {
3785
+ nullable: true
3786
+ }
3787
+ },
3788
+ additionalProperties: false
3789
+ },
3790
+ nullable: true
3791
+ },
3792
+ returnValue: {
3793
+ type: 'object',
3794
+ properties: {
3795
+ type: {
3796
+ type: 'string',
3797
+ nullable: true
3798
+ },
3799
+ typeSimple: {
3800
+ type: 'string',
3801
+ nullable: true
3802
+ }
3803
+ },
3804
+ additionalProperties: false
3805
+ }
3806
+ },
3807
+ additionalProperties: false
3808
+ } as const;
3809
+
3810
+ export const $Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
3811
+ type: 'object',
3812
+ properties: {
3813
+ name: {
3814
+ type: 'string',
3815
+ nullable: true
3816
+ },
3817
+ typeAsString: {
3818
+ type: 'string',
3819
+ nullable: true
3820
+ },
3821
+ type: {
3822
+ type: 'string',
3823
+ nullable: true
3824
+ },
3825
+ typeSimple: {
3826
+ type: 'string',
3827
+ nullable: true
3828
+ },
3829
+ isOptional: {
3830
+ type: 'boolean'
3831
+ },
3832
+ defaultValue: {
3833
+ nullable: true
3834
+ }
3835
+ },
3836
+ additionalProperties: false
3837
+ } as const;
3838
+
3839
+ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
3840
+ type: 'object',
3841
+ properties: {
3842
+ rootPath: {
3843
+ type: 'string',
3844
+ nullable: true
3845
+ },
3846
+ remoteServiceName: {
3847
+ type: 'string',
3848
+ nullable: true
3849
+ },
3850
+ controllers: {
3851
+ type: 'object',
3852
+ additionalProperties: {
3853
+ type: 'object',
3854
+ properties: {
3855
+ controllerName: {
3856
+ type: 'string',
3857
+ nullable: true
3858
+ },
3859
+ controllerGroupName: {
3860
+ type: 'string',
3861
+ nullable: true
3862
+ },
3863
+ isRemoteService: {
3864
+ type: 'boolean'
3865
+ },
3866
+ isIntegrationService: {
3867
+ type: 'boolean'
3868
+ },
3869
+ apiVersion: {
3870
+ type: 'string',
3871
+ nullable: true
3872
+ },
3873
+ type: {
3874
+ type: 'string',
3875
+ nullable: true
3876
+ },
3877
+ interfaces: {
3878
+ type: 'array',
3879
+ items: {
3880
+ type: 'object',
3881
+ properties: {
3882
+ type: {
3883
+ type: 'string',
3884
+ nullable: true
3885
+ },
3886
+ name: {
3887
+ type: 'string',
3888
+ nullable: true
3889
+ },
3890
+ methods: {
3891
+ type: 'array',
3892
+ items: {
3893
+ type: 'object',
3894
+ properties: {
3895
+ name: {
3896
+ type: 'string',
3897
+ nullable: true
3898
+ },
3899
+ parametersOnMethod: {
3900
+ type: 'array',
3901
+ items: {
3902
+ type: 'object',
3903
+ properties: {
3904
+ name: {
3905
+ type: 'string',
3906
+ nullable: true
3907
+ },
3908
+ typeAsString: {
3909
+ type: 'string',
3910
+ nullable: true
3911
+ },
3912
+ type: {
3913
+ type: 'string',
3914
+ nullable: true
3915
+ },
3916
+ typeSimple: {
3917
+ type: 'string',
3918
+ nullable: true
3919
+ },
3920
+ isOptional: {
3921
+ type: 'boolean'
3922
+ },
3923
+ defaultValue: {
3924
+ nullable: true
3925
+ }
3926
+ },
3927
+ additionalProperties: false
3928
+ },
3929
+ nullable: true
3930
+ },
3931
+ returnValue: {
3932
+ type: 'object',
3933
+ properties: {
3934
+ type: {
3935
+ type: 'string',
3936
+ nullable: true
3937
+ },
3938
+ typeSimple: {
3939
+ type: 'string',
3940
+ nullable: true
3941
+ }
3942
+ },
3943
+ additionalProperties: false
3944
+ }
3945
+ },
3946
+ additionalProperties: false
3947
+ },
3948
+ nullable: true
3949
+ }
3950
+ },
3951
+ additionalProperties: false
3952
+ },
3953
+ nullable: true
3954
+ },
3955
+ actions: {
3956
+ type: 'object',
3957
+ additionalProperties: {
3958
+ type: 'object',
3959
+ properties: {
3960
+ uniqueName: {
3961
+ type: 'string',
3962
+ nullable: true
3963
+ },
3964
+ name: {
3965
+ type: 'string',
3966
+ nullable: true
3967
+ },
3968
+ httpMethod: {
3969
+ type: 'string',
3970
+ nullable: true
3971
+ },
3972
+ url: {
3973
+ type: 'string',
3974
+ nullable: true
3975
+ },
3976
+ supportedVersions: {
3977
+ type: 'array',
3978
+ items: {
3979
+ type: 'string'
3980
+ },
3981
+ nullable: true
3982
+ },
3983
+ parametersOnMethod: {
3984
+ type: 'array',
3985
+ items: {
3986
+ type: 'object',
3987
+ properties: {
3988
+ name: {
3989
+ type: 'string',
3990
+ nullable: true
3991
+ },
3992
+ typeAsString: {
3993
+ type: 'string',
3994
+ nullable: true
3995
+ },
3996
+ type: {
3997
+ type: 'string',
3998
+ nullable: true
3999
+ },
4000
+ typeSimple: {
4001
+ type: 'string',
4002
+ nullable: true
4003
+ },
4004
+ isOptional: {
4005
+ type: 'boolean'
4006
+ },
4007
+ defaultValue: {
4008
+ nullable: true
4009
+ }
4010
+ },
4011
+ additionalProperties: false
4012
+ },
4013
+ nullable: true
4014
+ },
4015
+ parameters: {
4016
+ type: 'array',
4017
+ items: {
4018
+ type: 'object',
4019
+ properties: {
4020
+ nameOnMethod: {
4021
+ type: 'string',
4022
+ nullable: true
4023
+ },
4024
+ name: {
4025
+ type: 'string',
4026
+ nullable: true
4027
+ },
4028
+ jsonName: {
4029
+ type: 'string',
4030
+ nullable: true
4031
+ },
4032
+ type: {
4033
+ type: 'string',
4034
+ nullable: true
4035
+ },
4036
+ typeSimple: {
4037
+ type: 'string',
4038
+ nullable: true
4039
+ },
4040
+ isOptional: {
4041
+ type: 'boolean'
4042
+ },
4043
+ defaultValue: {
4044
+ nullable: true
4045
+ },
4046
+ constraintTypes: {
4047
+ type: 'array',
4048
+ items: {
4049
+ type: 'string'
4050
+ },
4051
+ nullable: true
4052
+ },
4053
+ bindingSourceId: {
4054
+ type: 'string',
4055
+ nullable: true
4056
+ },
4057
+ descriptorName: {
4058
+ type: 'string',
4059
+ nullable: true
4060
+ }
4061
+ },
4062
+ additionalProperties: false
4063
+ },
4064
+ nullable: true
4065
+ },
4066
+ returnValue: {
4067
+ type: 'object',
4068
+ properties: {
4069
+ type: {
4070
+ type: 'string',
4071
+ nullable: true
4072
+ },
4073
+ typeSimple: {
4074
+ type: 'string',
4075
+ nullable: true
4076
+ }
4077
+ },
4078
+ additionalProperties: false
4079
+ },
4080
+ allowAnonymous: {
4081
+ type: 'boolean',
4082
+ nullable: true
4083
+ },
4084
+ implementFrom: {
4085
+ type: 'string',
4086
+ nullable: true
4087
+ }
4088
+ },
4089
+ additionalProperties: false
4090
+ },
4091
+ nullable: true
4092
+ }
4093
+ },
4094
+ additionalProperties: false
4095
+ },
4096
+ nullable: true
4097
+ }
4098
+ },
4099
+ additionalProperties: false
4100
+ } as const;
4101
+
4102
+ export const $Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
4103
+ type: 'object',
4104
+ properties: {
4105
+ nameOnMethod: {
4106
+ type: 'string',
4107
+ nullable: true
4108
+ },
4109
+ name: {
4110
+ type: 'string',
4111
+ nullable: true
4112
+ },
4113
+ jsonName: {
4114
+ type: 'string',
4115
+ nullable: true
4116
+ },
4117
+ type: {
4118
+ type: 'string',
4119
+ nullable: true
4120
+ },
4121
+ typeSimple: {
4122
+ type: 'string',
4123
+ nullable: true
4124
+ },
4125
+ isOptional: {
4126
+ type: 'boolean'
4127
+ },
4128
+ defaultValue: {
4129
+ nullable: true
4130
+ },
4131
+ constraintTypes: {
4132
+ type: 'array',
4133
+ items: {
4134
+ type: 'string'
4135
+ },
4136
+ nullable: true
4137
+ },
4138
+ bindingSourceId: {
4139
+ type: 'string',
4140
+ nullable: true
4141
+ },
4142
+ descriptorName: {
4143
+ type: 'string',
4144
+ nullable: true
4145
+ }
4146
+ },
4147
+ additionalProperties: false
4148
+ } as const;
4149
+
4150
+ export const $Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
4151
+ type: 'object',
4152
+ properties: {
4153
+ name: {
4154
+ type: 'string',
4155
+ nullable: true
4156
+ },
4157
+ jsonName: {
4158
+ type: 'string',
4159
+ nullable: true
4160
+ },
4161
+ type: {
4162
+ type: 'string',
4163
+ nullable: true
4164
+ },
4165
+ typeSimple: {
4166
+ type: 'string',
4167
+ nullable: true
4168
+ },
4169
+ isRequired: {
4170
+ type: 'boolean'
4171
+ },
4172
+ minLength: {
4173
+ type: 'integer',
4174
+ format: 'int32',
4175
+ nullable: true
4176
+ },
4177
+ maxLength: {
4178
+ type: 'integer',
4179
+ format: 'int32',
4180
+ nullable: true
4181
+ },
4182
+ minimum: {
4183
+ type: 'string',
4184
+ nullable: true
4185
+ },
4186
+ maximum: {
4187
+ type: 'string',
4188
+ nullable: true
4189
+ },
4190
+ regex: {
4191
+ type: 'string',
4192
+ nullable: true
4193
+ }
4194
+ },
4195
+ additionalProperties: false
4196
+ } as const;
4197
+
4198
+ export const $Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
4199
+ type: 'object',
4200
+ properties: {
4201
+ type: {
4202
+ type: 'string',
4203
+ nullable: true
4204
+ },
4205
+ typeSimple: {
4206
+ type: 'string',
4207
+ nullable: true
4208
+ }
4209
+ },
4210
+ additionalProperties: false
4211
+ } as const;
4212
+
4213
+ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
4214
+ type: 'object',
4215
+ properties: {
4216
+ baseType: {
4217
+ type: 'string',
4218
+ nullable: true
4219
+ },
4220
+ isEnum: {
4221
+ type: 'boolean'
4222
+ },
4223
+ enumNames: {
4224
+ type: 'array',
4225
+ items: {
4226
+ type: 'string'
4227
+ },
4228
+ nullable: true
4229
+ },
4230
+ enumValues: {
4231
+ type: 'array',
4232
+ items: {},
4233
+ nullable: true
4234
+ },
4235
+ genericArguments: {
4236
+ type: 'array',
4237
+ items: {
4238
+ type: 'string'
4239
+ },
4240
+ nullable: true
4241
+ },
4242
+ properties: {
4243
+ type: 'array',
4244
+ items: {
4245
+ type: 'object',
4246
+ properties: {
4247
+ name: {
4248
+ type: 'string',
4249
+ nullable: true
4250
+ },
4251
+ jsonName: {
4252
+ type: 'string',
4253
+ nullable: true
4254
+ },
4255
+ type: {
4256
+ type: 'string',
4257
+ nullable: true
4258
+ },
4259
+ typeSimple: {
4260
+ type: 'string',
4261
+ nullable: true
4262
+ },
4263
+ isRequired: {
4264
+ type: 'boolean'
4265
+ },
4266
+ minLength: {
4267
+ type: 'integer',
4268
+ format: 'int32',
4269
+ nullable: true
4270
+ },
4271
+ maxLength: {
4272
+ type: 'integer',
4273
+ format: 'int32',
4274
+ nullable: true
4275
+ },
4276
+ minimum: {
4277
+ type: 'string',
4278
+ nullable: true
4279
+ },
4280
+ maximum: {
4281
+ type: 'string',
4282
+ nullable: true
4283
+ },
4284
+ regex: {
4285
+ type: 'string',
4286
+ nullable: true
4287
+ }
4288
+ },
4289
+ additionalProperties: false
4290
+ },
4291
+ nullable: true
4292
+ }
4293
+ },
4294
+ additionalProperties: false
4295
+ } as const;
4296
+
4297
+ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
4298
+ type: 'object',
4299
+ properties: {
4300
+ code: {
4301
+ type: 'string',
4302
+ nullable: true
4303
+ },
4304
+ message: {
4305
+ type: 'string',
4306
+ nullable: true
4307
+ },
4308
+ details: {
4309
+ type: 'string',
4310
+ nullable: true
4311
+ },
4312
+ data: {
4313
+ type: 'object',
4314
+ additionalProperties: {},
4315
+ nullable: true
4316
+ },
4317
+ validationErrors: {
4318
+ type: 'array',
4319
+ items: {
4320
+ type: 'object',
4321
+ properties: {
4322
+ message: {
4323
+ type: 'string',
4324
+ nullable: true
4325
+ },
4326
+ members: {
4327
+ type: 'array',
4328
+ items: {
4329
+ type: 'string'
4330
+ },
4331
+ nullable: true
4332
+ }
4333
+ },
4334
+ additionalProperties: false
4335
+ },
4336
+ nullable: true
4337
+ }
4338
+ },
4339
+ additionalProperties: false
4340
+ } as const;
4341
+
4342
+ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
4343
+ type: 'object',
4344
+ properties: {
4345
+ error: {
4346
+ type: 'object',
4347
+ properties: {
4348
+ code: {
4349
+ type: 'string',
4350
+ nullable: true
4351
+ },
4352
+ message: {
4353
+ type: 'string',
4354
+ nullable: true
4355
+ },
4356
+ details: {
4357
+ type: 'string',
4358
+ nullable: true
4359
+ },
4360
+ data: {
4361
+ type: 'object',
4362
+ additionalProperties: {},
4363
+ nullable: true
4364
+ },
4365
+ validationErrors: {
4366
+ type: 'array',
4367
+ items: {
4368
+ type: 'object',
4369
+ properties: {
4370
+ message: {
4371
+ type: 'string',
4372
+ nullable: true
4373
+ },
4374
+ members: {
4375
+ type: 'array',
4376
+ items: {
4377
+ type: 'string'
4378
+ },
4379
+ nullable: true
4380
+ }
4381
+ },
4382
+ additionalProperties: false
4383
+ },
4384
+ nullable: true
4385
+ }
4386
+ },
4387
+ additionalProperties: false
4388
+ }
4389
+ },
4390
+ additionalProperties: false
4391
+ } as const;
4392
+
4393
+ export const $Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
4394
+ type: 'object',
4395
+ properties: {
4396
+ message: {
4397
+ type: 'string',
4398
+ nullable: true
4399
+ },
4400
+ members: {
4401
+ type: 'array',
4402
+ items: {
4403
+ type: 'string'
4404
+ },
4405
+ nullable: true
4406
+ }
4407
+ },
4408
+ additionalProperties: false
4409
+ } as const;
4410
+
4411
+ export const $Volo_Abp_Localization_LanguageInfo = {
4412
+ type: 'object',
4413
+ properties: {
4414
+ cultureName: {
4415
+ type: 'string',
4416
+ nullable: true
4417
+ },
4418
+ uiCultureName: {
4419
+ type: 'string',
4420
+ nullable: true
4421
+ },
4422
+ displayName: {
4423
+ type: 'string',
4424
+ nullable: true
4425
+ },
4426
+ twoLetterISOLanguageName: {
4427
+ type: 'string',
4428
+ nullable: true,
4429
+ readOnly: true
4430
+ }
4431
+ },
4432
+ additionalProperties: false
4433
+ } as const;
4434
+
4435
+ export const $Volo_Abp_NameValue = {
4436
+ type: 'object',
4437
+ properties: {
4438
+ name: {
4439
+ type: 'string',
4440
+ nullable: true
4441
+ },
4442
+ value: {
4443
+ type: 'string',
4444
+ nullable: true
4445
+ }
4446
+ },
4447
+ additionalProperties: false
4448
+ } as const;