@ayasofyazilim/saas 0.0.57 → 0.0.59

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