@ayasofyazilim/saas 0.0.25 → 0.0.26

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.
@@ -1,1525 +1,2034 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export const $UniRefund_SettingService_Bonds_BondDto = {
4
- type: 'object',
5
- properties: {
6
- key: {
7
- type: 'string',
8
- nullable: true
9
- },
10
- pattern: {
11
- type: 'string',
12
- nullable: true
13
- },
14
- type: {
15
- type: 'string',
16
- nullable: true
17
- }
18
- },
19
- additionalProperties: false
20
- } as const;
21
-
22
- export const $UniRefund_SettingService_CountrySettings_CountrySettingDto = {
23
- required: ['groups'],
24
- type: 'object',
25
- properties: {
26
- isEnabled: {
27
- type: 'boolean'
28
- },
29
- groups: {
30
- type: 'array',
31
- items: {
32
- '$ref': '#/components/schemas/UniRefund.SettingService.Groups.GroupDto'
33
- }
34
- }
35
- },
36
- additionalProperties: false
37
- } as const;
38
-
39
- export const $UniRefund_SettingService_Groups_GroupDto = {
40
- required: ['displayName', 'key'],
41
- type: 'object',
42
- properties: {
43
- isEnabled: {
44
- type: 'boolean'
45
- },
46
- key: {
47
- minLength: 1,
48
- type: 'string'
49
- },
50
- displayName: {
51
- minLength: 1,
52
- type: 'string'
53
- },
54
- description: {
55
- type: 'string',
56
- nullable: true
57
- },
58
- items: {
59
- type: 'array',
60
- items: {
61
- '$ref': '#/components/schemas/UniRefund.SettingService.Items.GroupItemDto'
62
- },
63
- nullable: true
64
- }
65
- },
66
- additionalProperties: false
67
- } as const;
68
-
69
- export const $UniRefund_SettingService_Items_GroupItemDto = {
70
- required: ['displayName', 'isEnabled', 'isRequired', 'key'],
71
- type: 'object',
72
- properties: {
73
- isEnabled: {
74
- type: 'boolean'
75
- },
76
- isRequired: {
77
- type: 'boolean'
78
- },
79
- isActive: {
80
- type: 'boolean',
81
- nullable: true
82
- },
83
- pattern: {
84
- type: 'string',
85
- nullable: true
86
- },
87
- depth: {
88
- type: 'integer',
89
- format: 'int32'
90
- },
91
- description: {
92
- type: 'string',
93
- nullable: true
94
- },
95
- displayName: {
96
- minLength: 1,
97
- type: 'string'
98
- },
99
- key: {
100
- minLength: 1,
101
- type: 'string'
102
- },
103
- parentName: {
104
- type: 'string',
105
- nullable: true
106
- },
107
- value: {
108
- type: 'string',
109
- nullable: true
110
- },
111
- defaultValue: {
112
- type: 'string',
113
- nullable: true
114
- },
115
- bonds: {
116
- type: 'array',
117
- items: {
118
- '$ref': '#/components/schemas/UniRefund.SettingService.Bonds.BondDto'
119
- },
120
- nullable: true
121
- },
122
- subItems: {
123
- type: 'array',
124
- items: {
125
- '$ref': '#/components/schemas/UniRefund.SettingService.Items.GroupItemDto'
126
- },
127
- nullable: true
128
- },
129
- valueType: {
130
- '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ValueTypeModelDto'
131
- }
132
- },
133
- additionalProperties: false
134
- } as const;
135
-
136
- export const $UniRefund_SettingService_Samples_SampleDto = {
137
- type: 'object',
138
- properties: {
139
- value: {
140
- type: 'integer',
141
- format: 'int32'
142
- }
143
- },
144
- additionalProperties: false
145
- } as const;
146
-
147
- export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto = {
148
- type: 'object',
149
- properties: {
150
- items: {
151
- type: 'array',
152
- items: {
153
- '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.Items.ItemDto'
154
- },
155
- nullable: true
156
- }
157
- },
158
- additionalProperties: false
159
- } as const;
160
-
161
- export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto = {
162
- type: 'object',
163
- properties: {
164
- name: {
165
- type: 'string',
166
- nullable: true
167
- },
168
- resourceName: {
169
- type: 'string',
170
- nullable: true
171
- }
172
- },
173
- additionalProperties: false
174
- } as const;
175
-
176
- export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto = {
177
- type: 'object',
178
- properties: {
179
- displayText: {
180
- '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.Items.DisplayTexts.DisplayTextDto'
181
- },
182
- value: {
183
- type: 'string',
184
- nullable: true
185
- }
186
- },
187
- additionalProperties: false
188
- } as const;
189
-
190
- export const $UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto = {
191
- type: 'object',
192
- properties: {
193
- minValue: {
194
- type: 'integer',
195
- format: 'int32'
196
- },
197
- maxValue: {
198
- type: 'integer',
199
- format: 'int32'
200
- }
201
- },
202
- additionalProperties: false
203
- } as const;
204
-
205
- export const $UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto = {
206
- type: 'object',
207
- properties: {
208
- name: {
209
- type: 'string',
210
- nullable: true
211
- },
212
- properties: {
213
- '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.Validators.Properties.ValidatorPropertiesDto'
214
- }
215
- },
216
- additionalProperties: false
217
- } as const;
218
-
219
- export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
220
- type: 'object',
221
- properties: {
222
- itemSource: {
223
- '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.ItemSourceDto'
224
- },
225
- name: {
226
- type: 'string',
227
- nullable: true
228
- },
229
- properties: {
230
- type: 'string',
231
- nullable: true
232
- },
233
- validator: {
234
- '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.Validators.ValidatorDto'
235
- }
236
- },
237
- additionalProperties: false
238
- } as const;
239
-
240
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
241
- type: 'object',
242
- properties: {
243
- grantedPolicies: {
244
- type: 'object',
245
- additionalProperties: {
246
- type: 'boolean'
247
- },
248
- nullable: true
249
- }
250
- },
251
- additionalProperties: false
252
- } as const;
253
-
254
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
255
- type: 'object',
256
- properties: {
257
- localization: {
258
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto'
259
- },
260
- auth: {
261
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto'
262
- },
263
- setting: {
264
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto'
265
- },
266
- currentUser: {
267
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto'
268
- },
269
- features: {
270
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto'
271
- },
272
- globalFeatures: {
273
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto'
274
- },
275
- multiTenancy: {
276
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
277
- },
278
- currentTenant: {
279
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto'
280
- },
281
- timing: {
282
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto'
283
- },
284
- clock: {
285
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto'
286
- },
287
- objectExtensions: {
288
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto'
289
- },
290
- extraProperties: {
291
- type: 'object',
292
- additionalProperties: {},
293
- nullable: true
294
- }
295
- },
296
- additionalProperties: false
297
- } as const;
298
-
299
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
300
- type: 'object',
301
- properties: {
302
- values: {
303
- type: 'object',
304
- additionalProperties: {
305
- type: 'string',
306
- nullable: true
307
- },
308
- nullable: true
309
- }
310
- },
311
- additionalProperties: false
312
- } as const;
313
-
314
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
315
- type: 'object',
316
- properties: {
317
- enabledFeatures: {
318
- uniqueItems: true,
319
- type: 'array',
320
- items: {
321
- type: 'string'
322
- },
323
- nullable: true
324
- }
325
- },
326
- additionalProperties: false
327
- } as const;
328
-
329
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
330
- type: 'object',
331
- properties: {
332
- values: {
333
- type: 'object',
334
- additionalProperties: {
335
- type: 'object',
336
- additionalProperties: {
337
- type: 'string'
338
- }
339
- },
340
- nullable: true
341
- },
342
- resources: {
343
- type: 'object',
344
- additionalProperties: {
345
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
346
- },
347
- nullable: true
348
- },
349
- languages: {
350
- type: 'array',
351
- items: {
352
- '$ref': '#/components/schemas/Volo.Abp.Localization.LanguageInfo'
353
- },
354
- nullable: true
355
- },
356
- currentCulture: {
357
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
358
- },
359
- defaultResourceName: {
360
- type: 'string',
361
- nullable: true
362
- },
363
- languagesMap: {
364
- type: 'object',
365
- additionalProperties: {
366
- type: 'array',
367
- items: {
368
- '$ref': '#/components/schemas/Volo.Abp.NameValue'
369
- }
370
- },
371
- nullable: true
372
- },
373
- languageFilesMap: {
374
- type: 'object',
375
- additionalProperties: {
376
- type: 'array',
377
- items: {
378
- '$ref': '#/components/schemas/Volo.Abp.NameValue'
379
- }
380
- },
381
- nullable: true
382
- }
383
- },
384
- additionalProperties: false
385
- } as const;
386
-
387
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
388
- type: 'object',
389
- properties: {
390
- resources: {
391
- type: 'object',
392
- additionalProperties: {
393
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
394
- },
395
- nullable: true
396
- },
397
- currentCulture: {
398
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
399
- }
400
- },
401
- additionalProperties: false
402
- } as const;
403
-
404
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
405
- type: 'object',
406
- properties: {
407
- texts: {
408
- type: 'object',
409
- additionalProperties: {
410
- type: 'string'
411
- },
412
- nullable: true
413
- },
414
- baseResources: {
415
- type: 'array',
416
- items: {
417
- type: 'string'
418
- },
419
- nullable: true
420
- }
421
- },
422
- additionalProperties: false
423
- } as const;
424
-
425
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
426
- type: 'object',
427
- properties: {
428
- values: {
429
- type: 'object',
430
- additionalProperties: {
431
- type: 'string',
432
- nullable: true
433
- },
434
- nullable: true
435
- }
436
- },
437
- additionalProperties: false
438
- } as const;
439
-
440
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
441
- type: 'object',
442
- properties: {
443
- kind: {
444
- type: 'string',
445
- nullable: true
446
- }
447
- },
448
- additionalProperties: false
449
- } as const;
450
-
451
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
452
- type: 'object',
453
- properties: {
454
- displayName: {
455
- type: 'string',
456
- nullable: true
457
- },
458
- englishName: {
459
- type: 'string',
460
- nullable: true
461
- },
462
- threeLetterIsoLanguageName: {
463
- type: 'string',
464
- nullable: true
465
- },
466
- twoLetterIsoLanguageName: {
467
- type: 'string',
468
- nullable: true
469
- },
470
- isRightToLeft: {
471
- type: 'boolean'
472
- },
473
- cultureName: {
474
- type: 'string',
475
- nullable: true
476
- },
477
- name: {
478
- type: 'string',
479
- nullable: true
480
- },
481
- nativeName: {
482
- type: 'string',
483
- nullable: true
484
- },
485
- dateTimeFormat: {
486
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto'
487
- }
488
- },
489
- additionalProperties: false
490
- } as const;
491
-
492
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
493
- type: 'object',
494
- properties: {
495
- isAuthenticated: {
496
- type: 'boolean'
497
- },
498
- id: {
499
- type: 'string',
500
- format: 'uuid',
501
- nullable: true
502
- },
503
- tenantId: {
504
- type: 'string',
505
- format: 'uuid',
506
- nullable: true
507
- },
508
- impersonatorUserId: {
509
- type: 'string',
510
- format: 'uuid',
511
- nullable: true
512
- },
513
- impersonatorTenantId: {
514
- type: 'string',
515
- format: 'uuid',
516
- nullable: true
517
- },
518
- impersonatorUserName: {
519
- type: 'string',
520
- nullable: true
521
- },
522
- impersonatorTenantName: {
523
- type: 'string',
524
- nullable: true
525
- },
526
- userName: {
527
- type: 'string',
528
- nullable: true
529
- },
530
- name: {
531
- type: 'string',
532
- nullable: true
533
- },
534
- surName: {
535
- type: 'string',
536
- nullable: true
537
- },
538
- email: {
539
- type: 'string',
540
- nullable: true
541
- },
542
- emailVerified: {
543
- type: 'boolean'
544
- },
545
- phoneNumber: {
546
- type: 'string',
547
- nullable: true
548
- },
549
- phoneNumberVerified: {
550
- type: 'boolean'
551
- },
552
- roles: {
553
- type: 'array',
554
- items: {
555
- type: 'string'
556
- },
557
- nullable: true
558
- },
559
- sessionId: {
560
- type: 'string',
561
- nullable: true
562
- }
563
- },
564
- additionalProperties: false
565
- } as const;
566
-
567
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
568
- type: 'object',
569
- properties: {
570
- calendarAlgorithmType: {
571
- type: 'string',
572
- nullable: true
573
- },
574
- dateTimeFormatLong: {
575
- type: 'string',
576
- nullable: true
577
- },
578
- shortDatePattern: {
579
- type: 'string',
580
- nullable: true
581
- },
582
- fullDateTimePattern: {
583
- type: 'string',
584
- nullable: true
585
- },
586
- dateSeparator: {
587
- type: 'string',
588
- nullable: true
589
- },
590
- shortTimePattern: {
591
- type: 'string',
592
- nullable: true
593
- },
594
- longTimePattern: {
595
- type: 'string',
596
- nullable: true
597
- }
598
- },
599
- additionalProperties: false
600
- } as const;
601
-
602
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
603
- type: 'object',
604
- properties: {
605
- timeZoneName: {
606
- type: 'string',
607
- nullable: true
608
- }
609
- },
610
- additionalProperties: false
611
- } as const;
612
-
613
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
614
- type: 'object',
615
- properties: {
616
- properties: {
617
- type: 'object',
618
- additionalProperties: {
619
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto'
620
- },
621
- nullable: true
622
- },
623
- configuration: {
624
- type: 'object',
625
- additionalProperties: {},
626
- nullable: true
627
- }
628
- },
629
- additionalProperties: false
630
- } as const;
631
-
632
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
633
- type: 'object',
634
- properties: {
635
- fields: {
636
- type: 'array',
637
- items: {
638
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto'
639
- },
640
- nullable: true
641
- },
642
- localizationResource: {
643
- type: 'string',
644
- nullable: true
645
- }
646
- },
647
- additionalProperties: false
648
- } as const;
649
-
650
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
651
- type: 'object',
652
- properties: {
653
- name: {
654
- type: 'string',
655
- nullable: true
656
- },
657
- value: {
658
- nullable: true
659
- }
660
- },
661
- additionalProperties: false
662
- } as const;
663
-
664
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
665
- type: 'object',
666
- properties: {
667
- isAvailable: {
668
- type: 'boolean'
669
- }
670
- },
671
- additionalProperties: false
672
- } as const;
673
-
674
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
675
- type: 'object',
676
- properties: {
677
- onGet: {
678
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto'
679
- },
680
- onCreate: {
681
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto'
682
- },
683
- onUpdate: {
684
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto'
685
- }
686
- },
687
- additionalProperties: false
688
- } as const;
689
-
690
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
691
- type: 'object',
692
- properties: {
693
- isAvailable: {
694
- type: 'boolean'
695
- }
696
- },
697
- additionalProperties: false
698
- } as const;
699
-
700
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
701
- type: 'object',
702
- properties: {
703
- isAvailable: {
704
- type: 'boolean'
705
- }
706
- },
707
- additionalProperties: false
708
- } as const;
709
-
710
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
711
- type: 'object',
712
- properties: {
713
- typeSimple: {
714
- type: 'string',
715
- nullable: true
716
- },
717
- config: {
718
- type: 'object',
719
- additionalProperties: {},
720
- nullable: true
721
- }
722
- },
723
- additionalProperties: false
724
- } as const;
725
-
726
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
727
- type: 'object',
728
- properties: {
729
- type: {
730
- type: 'string',
731
- nullable: true
732
- },
733
- typeSimple: {
734
- type: 'string',
735
- nullable: true
736
- },
737
- displayName: {
738
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto'
739
- },
740
- api: {
741
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto'
742
- },
743
- ui: {
744
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto'
745
- },
746
- attributes: {
747
- type: 'array',
748
- items: {
749
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto'
750
- },
751
- nullable: true
752
- },
753
- configuration: {
754
- type: 'object',
755
- additionalProperties: {},
756
- nullable: true
757
- },
758
- defaultValue: {
759
- nullable: true
760
- }
761
- },
762
- additionalProperties: false
763
- } as const;
764
-
765
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
766
- type: 'object',
767
- properties: {
768
- onTable: {
769
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto'
770
- },
771
- onCreateForm: {
772
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
773
- },
774
- onEditForm: {
775
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
776
- },
777
- lookup: {
778
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto'
779
- }
780
- },
781
- additionalProperties: false
782
- } as const;
783
-
784
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
785
- type: 'object',
786
- properties: {
787
- isVisible: {
788
- type: 'boolean'
789
- }
790
- },
791
- additionalProperties: false
792
- } as const;
793
-
794
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
795
- type: 'object',
796
- properties: {
797
- url: {
798
- type: 'string',
799
- nullable: true
800
- },
801
- resultListPropertyName: {
802
- type: 'string',
803
- nullable: true
804
- },
805
- displayPropertyName: {
806
- type: 'string',
807
- nullable: true
808
- },
809
- valuePropertyName: {
810
- type: 'string',
811
- nullable: true
812
- },
813
- filterParamName: {
814
- type: 'string',
815
- nullable: true
816
- }
817
- },
818
- additionalProperties: false
819
- } as const;
820
-
821
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
822
- type: 'object',
823
- properties: {
824
- isVisible: {
825
- type: 'boolean'
826
- }
827
- },
828
- additionalProperties: false
829
- } as const;
830
-
831
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
832
- type: 'object',
833
- properties: {
834
- name: {
835
- type: 'string',
836
- nullable: true
837
- },
838
- resource: {
839
- type: 'string',
840
- nullable: true
841
- }
842
- },
843
- additionalProperties: false
844
- } as const;
845
-
846
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
847
- type: 'object',
848
- properties: {
849
- entities: {
850
- type: 'object',
851
- additionalProperties: {
852
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto'
853
- },
854
- nullable: true
855
- },
856
- configuration: {
857
- type: 'object',
858
- additionalProperties: {},
859
- nullable: true
860
- }
861
- },
862
- additionalProperties: false
863
- } as const;
864
-
865
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
866
- type: 'object',
867
- properties: {
868
- modules: {
869
- type: 'object',
870
- additionalProperties: {
871
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto'
872
- },
873
- nullable: true
874
- },
875
- enums: {
876
- type: 'object',
877
- additionalProperties: {
878
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto'
879
- },
880
- nullable: true
881
- }
882
- },
883
- additionalProperties: false
884
- } as const;
885
-
886
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
887
- type: 'object',
888
- properties: {
889
- iana: {
890
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone'
891
- },
892
- windows: {
893
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone'
894
- }
895
- },
896
- additionalProperties: false
897
- } as const;
898
-
899
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
900
- type: 'object',
901
- properties: {
902
- timeZone: {
903
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone'
904
- }
905
- },
906
- additionalProperties: false
907
- } as const;
908
-
909
- export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
910
- type: 'object',
911
- properties: {
912
- timeZoneId: {
913
- type: 'string',
914
- nullable: true
915
- }
916
- },
917
- additionalProperties: false
918
- } as const;
919
-
920
- export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
921
- type: 'object',
922
- properties: {
923
- id: {
924
- type: 'string',
925
- format: 'uuid',
926
- nullable: true
927
- },
928
- name: {
929
- type: 'string',
930
- nullable: true
931
- },
932
- isAvailable: {
933
- type: 'boolean'
934
- }
935
- },
936
- additionalProperties: false
937
- } as const;
938
-
939
- export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
940
- type: 'object',
941
- properties: {
942
- isEnabled: {
943
- type: 'boolean'
944
- }
945
- },
946
- additionalProperties: false
947
- } as const;
948
-
949
- export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
950
- type: 'object',
951
- properties: {
952
- uniqueName: {
953
- type: 'string',
954
- nullable: true
955
- },
956
- name: {
957
- type: 'string',
958
- nullable: true
959
- },
960
- httpMethod: {
961
- type: 'string',
962
- nullable: true
963
- },
964
- url: {
965
- type: 'string',
966
- nullable: true
967
- },
968
- supportedVersions: {
969
- type: 'array',
970
- items: {
971
- type: 'string'
972
- },
973
- nullable: true
974
- },
975
- parametersOnMethod: {
976
- type: 'array',
977
- items: {
978
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
979
- },
980
- nullable: true
981
- },
982
- parameters: {
983
- type: 'array',
984
- items: {
985
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ParameterApiDescriptionModel'
986
- },
987
- nullable: true
988
- },
989
- returnValue: {
990
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
991
- },
992
- allowAnonymous: {
993
- type: 'boolean',
994
- nullable: true
995
- },
996
- implementFrom: {
997
- type: 'string',
998
- nullable: true
999
- }
1000
- },
1001
- additionalProperties: false
1002
- } as const;
1003
-
1004
- export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1005
- type: 'object',
1006
- properties: {
1007
- modules: {
1008
- type: 'object',
1009
- additionalProperties: {
1010
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ModuleApiDescriptionModel'
1011
- },
1012
- nullable: true
1013
- },
1014
- types: {
1015
- type: 'object',
1016
- additionalProperties: {
1017
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.TypeApiDescriptionModel'
1018
- },
1019
- nullable: true
1020
- }
1021
- },
1022
- additionalProperties: false
1023
- } as const;
1024
-
1025
- export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1026
- type: 'object',
1027
- properties: {
1028
- controllerName: {
1029
- type: 'string',
1030
- nullable: true
1031
- },
1032
- controllerGroupName: {
1033
- type: 'string',
1034
- nullable: true
1035
- },
1036
- isRemoteService: {
1037
- type: 'boolean'
1038
- },
1039
- isIntegrationService: {
1040
- type: 'boolean'
1041
- },
1042
- apiVersion: {
1043
- type: 'string',
1044
- nullable: true
1045
- },
1046
- type: {
1047
- type: 'string',
1048
- nullable: true
1049
- },
1050
- interfaces: {
1051
- type: 'array',
1052
- items: {
1053
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel'
1054
- },
1055
- nullable: true
1056
- },
1057
- actions: {
1058
- type: 'object',
1059
- additionalProperties: {
1060
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ActionApiDescriptionModel'
1061
- },
1062
- nullable: true
1063
- }
1064
- },
1065
- additionalProperties: false
1066
- } as const;
1067
-
1068
- export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1069
- type: 'object',
1070
- properties: {
1071
- type: {
1072
- type: 'string',
1073
- nullable: true
1074
- },
1075
- name: {
1076
- type: 'string',
1077
- nullable: true
1078
- },
1079
- methods: {
1080
- type: 'array',
1081
- items: {
1082
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel'
1083
- },
1084
- nullable: true
1085
- }
1086
- },
1087
- additionalProperties: false
1088
- } as const;
1089
-
1090
- export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1091
- type: 'object',
1092
- properties: {
1093
- name: {
1094
- type: 'string',
1095
- nullable: true
1096
- },
1097
- parametersOnMethod: {
1098
- type: 'array',
1099
- items: {
1100
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
1101
- },
1102
- nullable: true
1103
- },
1104
- returnValue: {
1105
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
1106
- }
1107
- },
1108
- additionalProperties: false
1109
- } as const;
1110
-
1111
- export const $Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
1112
- type: 'object',
1113
- properties: {
1114
- name: {
1115
- type: 'string',
1116
- nullable: true
1117
- },
1118
- typeAsString: {
1119
- type: 'string',
1120
- nullable: true
1121
- },
1122
- type: {
1123
- type: 'string',
1124
- nullable: true
1125
- },
1126
- typeSimple: {
1127
- type: 'string',
1128
- nullable: true
1129
- },
1130
- isOptional: {
1131
- type: 'boolean'
1132
- },
1133
- defaultValue: {
1134
- nullable: true
1135
- }
1136
- },
1137
- additionalProperties: false
1138
- } as const;
1139
-
1140
- export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1141
- type: 'object',
1142
- properties: {
1143
- rootPath: {
1144
- type: 'string',
1145
- nullable: true
1146
- },
1147
- remoteServiceName: {
1148
- type: 'string',
1149
- nullable: true
1150
- },
1151
- controllers: {
1152
- type: 'object',
1153
- additionalProperties: {
1154
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerApiDescriptionModel'
1155
- },
1156
- nullable: true
1157
- }
1158
- },
1159
- additionalProperties: false
1160
- } as const;
1161
-
1162
- export const $Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
1163
- type: 'object',
1164
- properties: {
1165
- nameOnMethod: {
1166
- type: 'string',
1167
- nullable: true
1168
- },
1169
- name: {
1170
- type: 'string',
1171
- nullable: true
1172
- },
1173
- jsonName: {
1174
- type: 'string',
1175
- nullable: true
1176
- },
1177
- type: {
1178
- type: 'string',
1179
- nullable: true
1180
- },
1181
- typeSimple: {
1182
- type: 'string',
1183
- nullable: true
1184
- },
1185
- isOptional: {
1186
- type: 'boolean'
1187
- },
1188
- defaultValue: {
1189
- nullable: true
1190
- },
1191
- constraintTypes: {
1192
- type: 'array',
1193
- items: {
1194
- type: 'string'
1195
- },
1196
- nullable: true
1197
- },
1198
- bindingSourceId: {
1199
- type: 'string',
1200
- nullable: true
1201
- },
1202
- descriptorName: {
1203
- type: 'string',
1204
- nullable: true
1205
- }
1206
- },
1207
- additionalProperties: false
1208
- } as const;
1209
-
1210
- export const $Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
1211
- type: 'object',
1212
- properties: {
1213
- name: {
1214
- type: 'string',
1215
- nullable: true
1216
- },
1217
- jsonName: {
1218
- type: 'string',
1219
- nullable: true
1220
- },
1221
- type: {
1222
- type: 'string',
1223
- nullable: true
1224
- },
1225
- typeSimple: {
1226
- type: 'string',
1227
- nullable: true
1228
- },
1229
- isRequired: {
1230
- type: 'boolean'
1231
- },
1232
- minLength: {
1233
- type: 'integer',
1234
- format: 'int32',
1235
- nullable: true
1236
- },
1237
- maxLength: {
1238
- type: 'integer',
1239
- format: 'int32',
1240
- nullable: true
1241
- },
1242
- minimum: {
1243
- type: 'string',
1244
- nullable: true
1245
- },
1246
- maximum: {
1247
- type: 'string',
1248
- nullable: true
1249
- },
1250
- regex: {
1251
- type: 'string',
1252
- nullable: true
1253
- }
1254
- },
1255
- additionalProperties: false
1256
- } as const;
1257
-
1258
- export const $Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
1259
- type: 'object',
1260
- properties: {
1261
- type: {
1262
- type: 'string',
1263
- nullable: true
1264
- },
1265
- typeSimple: {
1266
- type: 'string',
1267
- nullable: true
1268
- }
1269
- },
1270
- additionalProperties: false
1271
- } as const;
1272
-
1273
- export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1274
- type: 'object',
1275
- properties: {
1276
- baseType: {
1277
- type: 'string',
1278
- nullable: true
1279
- },
1280
- isEnum: {
1281
- type: 'boolean'
1282
- },
1283
- enumNames: {
1284
- type: 'array',
1285
- items: {
1286
- type: 'string'
1287
- },
1288
- nullable: true
1289
- },
1290
- enumValues: {
1291
- type: 'array',
1292
- items: {},
1293
- nullable: true
1294
- },
1295
- genericArguments: {
1296
- type: 'array',
1297
- items: {
1298
- type: 'string'
1299
- },
1300
- nullable: true
1301
- },
1302
- properties: {
1303
- type: 'array',
1304
- items: {
1305
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.PropertyApiDescriptionModel'
1306
- },
1307
- nullable: true
1308
- }
1309
- },
1310
- additionalProperties: false
1311
- } as const;
1312
-
1313
- export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1314
- type: 'object',
1315
- properties: {
1316
- code: {
1317
- type: 'string',
1318
- nullable: true
1319
- },
1320
- message: {
1321
- type: 'string',
1322
- nullable: true
1323
- },
1324
- details: {
1325
- type: 'string',
1326
- nullable: true
1327
- },
1328
- data: {
1329
- type: 'object',
1330
- additionalProperties: {},
1331
- nullable: true
1332
- },
1333
- validationErrors: {
1334
- type: 'array',
1335
- items: {
1336
- '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceValidationErrorInfo'
1337
- },
1338
- nullable: true
1339
- }
1340
- },
1341
- additionalProperties: false
1342
- } as const;
1343
-
1344
- export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1345
- type: 'object',
1346
- properties: {
1347
- error: {
1348
- '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceErrorInfo'
1349
- }
1350
- },
1351
- additionalProperties: false
1352
- } as const;
1353
-
1354
- export const $Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
1355
- type: 'object',
1356
- properties: {
1357
- message: {
1358
- type: 'string',
1359
- nullable: true
1360
- },
1361
- members: {
1362
- type: 'array',
1363
- items: {
1364
- type: 'string'
1365
- },
1366
- nullable: true
1367
- }
1368
- },
1369
- additionalProperties: false
1370
- } as const;
1371
-
1372
- export const $Volo_Abp_Localization_LanguageInfo = {
1373
- type: 'object',
1374
- properties: {
1375
- cultureName: {
1376
- type: 'string',
1377
- nullable: true
1378
- },
1379
- uiCultureName: {
1380
- type: 'string',
1381
- nullable: true
1382
- },
1383
- displayName: {
1384
- type: 'string',
1385
- nullable: true
1386
- },
1387
- twoLetterISOLanguageName: {
1388
- type: 'string',
1389
- nullable: true,
1390
- readOnly: true
1391
- }
1392
- },
1393
- additionalProperties: false
1394
- } as const;
1395
-
1396
- export const $Volo_Abp_NameValue = {
1397
- type: 'object',
1398
- properties: {
1399
- name: {
1400
- type: 'string',
1401
- nullable: true
1402
- },
1403
- value: {
1404
- type: 'string',
1405
- nullable: true
1406
- }
1407
- },
1408
- additionalProperties: false
1409
- } as const;
1410
-
1411
- export const $Volo_Abp_SettingManagement_EmailSettingsDto = {
1412
- type: 'object',
1413
- properties: {
1414
- smtpHost: {
1415
- type: 'string',
1416
- nullable: true
1417
- },
1418
- smtpPort: {
1419
- type: 'integer',
1420
- format: 'int32'
1421
- },
1422
- smtpUserName: {
1423
- type: 'string',
1424
- nullable: true
1425
- },
1426
- smtpPassword: {
1427
- type: 'string',
1428
- nullable: true
1429
- },
1430
- smtpDomain: {
1431
- type: 'string',
1432
- nullable: true
1433
- },
1434
- smtpEnableSsl: {
1435
- type: 'boolean'
1436
- },
1437
- smtpUseDefaultCredentials: {
1438
- type: 'boolean'
1439
- },
1440
- defaultFromAddress: {
1441
- type: 'string',
1442
- nullable: true
1443
- },
1444
- defaultFromDisplayName: {
1445
- type: 'string',
1446
- nullable: true
1447
- }
1448
- },
1449
- additionalProperties: false
1450
- } as const;
1451
-
1452
- export const $Volo_Abp_SettingManagement_SendTestEmailInput = {
1453
- required: ['senderEmailAddress', 'subject', 'targetEmailAddress'],
1454
- type: 'object',
1455
- properties: {
1456
- senderEmailAddress: {
1457
- minLength: 1,
1458
- type: 'string'
1459
- },
1460
- targetEmailAddress: {
1461
- minLength: 1,
1462
- type: 'string'
1463
- },
1464
- subject: {
1465
- minLength: 1,
1466
- type: 'string'
1467
- },
1468
- body: {
1469
- type: 'string',
1470
- nullable: true
1471
- }
1472
- },
1473
- additionalProperties: false
1474
- } as const;
1475
-
1476
- export const $Volo_Abp_SettingManagement_UpdateEmailSettingsDto = {
1477
- required: ['defaultFromAddress', 'defaultFromDisplayName'],
1478
- type: 'object',
1479
- properties: {
1480
- smtpHost: {
1481
- maxLength: 256,
1482
- type: 'string',
1483
- nullable: true
1484
- },
1485
- smtpPort: {
1486
- maximum: 65535,
1487
- minimum: 1,
1488
- type: 'integer',
1489
- format: 'int32'
1490
- },
1491
- smtpUserName: {
1492
- maxLength: 1024,
1493
- type: 'string',
1494
- nullable: true
1495
- },
1496
- smtpPassword: {
1497
- maxLength: 1024,
1498
- type: 'string',
1499
- format: 'password',
1500
- nullable: true
1501
- },
1502
- smtpDomain: {
1503
- maxLength: 1024,
1504
- type: 'string',
1505
- nullable: true
1506
- },
1507
- smtpEnableSsl: {
1508
- type: 'boolean'
1509
- },
1510
- smtpUseDefaultCredentials: {
1511
- type: 'boolean'
1512
- },
1513
- defaultFromAddress: {
1514
- maxLength: 1024,
1515
- minLength: 1,
1516
- type: 'string'
1517
- },
1518
- defaultFromDisplayName: {
1519
- maxLength: 1024,
1520
- minLength: 1,
1521
- type: 'string'
1522
- }
1523
- },
1524
- additionalProperties: false
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export const $UniRefund_SettingService_Bonds_BondDto = {
4
+ type: 'object',
5
+ properties: {
6
+ key: {
7
+ type: 'string',
8
+ nullable: true
9
+ },
10
+ pattern: {
11
+ type: 'string',
12
+ nullable: true
13
+ },
14
+ type: {
15
+ type: 'string',
16
+ nullable: true
17
+ }
18
+ },
19
+ additionalProperties: false
20
+ } as const;
21
+
22
+ export const $UniRefund_SettingService_CountrySettings_CountrySettingDto = {
23
+ required: ['groups'],
24
+ type: 'object',
25
+ properties: {
26
+ isEnabled: {
27
+ type: 'boolean'
28
+ },
29
+ groups: {
30
+ type: 'array',
31
+ items: {
32
+ '$ref': '#/components/schemas/UniRefund.SettingService.Groups.GroupDto'
33
+ }
34
+ }
35
+ },
36
+ additionalProperties: false
37
+ } as const;
38
+
39
+ export const $UniRefund_SettingService_CountrySettings_CreateCountrySettingDto = {
40
+ type: 'object',
41
+ properties: {
42
+ name: {
43
+ type: 'string',
44
+ nullable: true
45
+ },
46
+ value: {
47
+ type: 'string',
48
+ nullable: true
49
+ }
50
+ },
51
+ additionalProperties: false
52
+ } as const;
53
+
54
+ export const $UniRefund_SettingService_Groups_GroupDto = {
55
+ required: ['displayName', 'key'],
56
+ type: 'object',
57
+ properties: {
58
+ isEnabled: {
59
+ type: 'boolean'
60
+ },
61
+ key: {
62
+ minLength: 1,
63
+ type: 'string'
64
+ },
65
+ displayName: {
66
+ minLength: 1,
67
+ type: 'string'
68
+ },
69
+ description: {
70
+ type: 'string',
71
+ nullable: true
72
+ },
73
+ items: {
74
+ type: 'array',
75
+ items: {
76
+ '$ref': '#/components/schemas/UniRefund.SettingService.Items.GroupItemDto'
77
+ },
78
+ nullable: true
79
+ }
80
+ },
81
+ additionalProperties: false
82
+ } as const;
83
+
84
+ export const $UniRefund_SettingService_Items_GroupItemDto = {
85
+ required: ['displayName', 'isEnabled', 'isRequired', 'key'],
86
+ type: 'object',
87
+ properties: {
88
+ isEnabled: {
89
+ type: 'boolean'
90
+ },
91
+ isRequired: {
92
+ type: 'boolean'
93
+ },
94
+ isActive: {
95
+ type: 'boolean',
96
+ nullable: true
97
+ },
98
+ pattern: {
99
+ type: 'string',
100
+ nullable: true
101
+ },
102
+ depth: {
103
+ type: 'integer',
104
+ format: 'int32'
105
+ },
106
+ description: {
107
+ type: 'string',
108
+ nullable: true
109
+ },
110
+ displayName: {
111
+ minLength: 1,
112
+ type: 'string'
113
+ },
114
+ key: {
115
+ minLength: 1,
116
+ type: 'string'
117
+ },
118
+ parentName: {
119
+ type: 'string',
120
+ nullable: true
121
+ },
122
+ value: {
123
+ type: 'string',
124
+ nullable: true
125
+ },
126
+ defaultValue: {
127
+ type: 'string',
128
+ nullable: true
129
+ },
130
+ bonds: {
131
+ type: 'array',
132
+ items: {
133
+ '$ref': '#/components/schemas/UniRefund.SettingService.Bonds.BondDto'
134
+ },
135
+ nullable: true
136
+ },
137
+ subItems: {
138
+ type: 'array',
139
+ items: {
140
+ '$ref': '#/components/schemas/UniRefund.SettingService.Items.GroupItemDto'
141
+ },
142
+ nullable: true
143
+ },
144
+ valueType: {
145
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ValueTypeModelDto'
146
+ }
147
+ },
148
+ additionalProperties: false
149
+ } as const;
150
+
151
+ export const $UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto = {
152
+ required: ['active', 'countryId', 'productGroup', 'productGroupId', 'vat', 'vatId'],
153
+ type: 'object',
154
+ properties: {
155
+ extraProperties: {
156
+ type: 'object',
157
+ additionalProperties: {},
158
+ nullable: true,
159
+ readOnly: true
160
+ },
161
+ productGroupId: {
162
+ type: 'string',
163
+ format: 'uuid'
164
+ },
165
+ productGroup: {
166
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.ProductGroupDto'
167
+ },
168
+ countryId: {
169
+ type: 'string',
170
+ format: 'uuid'
171
+ },
172
+ vatId: {
173
+ type: 'string',
174
+ format: 'uuid'
175
+ },
176
+ vat: {
177
+ '$ref': '#/components/schemas/UniRefund.SettingService.Vats.VatDto'
178
+ },
179
+ active: {
180
+ type: 'boolean'
181
+ }
182
+ },
183
+ additionalProperties: false
184
+ } as const;
185
+
186
+ export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
187
+ type: 'object',
188
+ properties: {
189
+ id: {
190
+ type: 'string',
191
+ format: 'uuid'
192
+ },
193
+ creationTime: {
194
+ type: 'string',
195
+ format: 'date-time'
196
+ },
197
+ creatorId: {
198
+ type: 'string',
199
+ format: 'uuid',
200
+ nullable: true
201
+ },
202
+ lastModificationTime: {
203
+ type: 'string',
204
+ format: 'date-time',
205
+ nullable: true
206
+ },
207
+ lastModifierId: {
208
+ type: 'string',
209
+ format: 'uuid',
210
+ nullable: true
211
+ },
212
+ isDeleted: {
213
+ type: 'boolean'
214
+ },
215
+ deleterId: {
216
+ type: 'string',
217
+ format: 'uuid',
218
+ nullable: true
219
+ },
220
+ deletionTime: {
221
+ type: 'string',
222
+ format: 'date-time',
223
+ nullable: true
224
+ },
225
+ productGroupId: {
226
+ type: 'string',
227
+ format: 'uuid'
228
+ },
229
+ productGroup: {
230
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.ProductGroupDto'
231
+ },
232
+ countryId: {
233
+ type: 'string',
234
+ format: 'uuid'
235
+ },
236
+ vatId: {
237
+ type: 'string',
238
+ format: 'uuid'
239
+ },
240
+ vat: {
241
+ '$ref': '#/components/schemas/UniRefund.SettingService.Vats.VatDto'
242
+ },
243
+ active: {
244
+ type: 'boolean'
245
+ }
246
+ },
247
+ additionalProperties: false
248
+ } as const;
249
+
250
+ export const $UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto = {
251
+ required: ['id'],
252
+ type: 'object',
253
+ properties: {
254
+ extraProperties: {
255
+ type: 'object',
256
+ additionalProperties: {},
257
+ nullable: true,
258
+ readOnly: true
259
+ },
260
+ id: {
261
+ type: 'string',
262
+ format: 'uuid'
263
+ },
264
+ productGroupId: {
265
+ type: 'string',
266
+ format: 'uuid',
267
+ nullable: true
268
+ },
269
+ productGroup: {
270
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.ProductGroupDto'
271
+ },
272
+ countryId: {
273
+ type: 'string',
274
+ format: 'uuid',
275
+ nullable: true
276
+ },
277
+ vatId: {
278
+ type: 'string',
279
+ format: 'uuid',
280
+ nullable: true
281
+ },
282
+ vat: {
283
+ '$ref': '#/components/schemas/UniRefund.SettingService.Vats.VatDto'
284
+ },
285
+ active: {
286
+ type: 'boolean',
287
+ nullable: true
288
+ }
289
+ },
290
+ additionalProperties: false
291
+ } as const;
292
+
293
+ export const $UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto = {
294
+ required: ['language', 'name'],
295
+ type: 'object',
296
+ properties: {
297
+ language: {
298
+ minLength: 1,
299
+ type: 'string'
300
+ },
301
+ name: {
302
+ minLength: 1,
303
+ type: 'string'
304
+ }
305
+ },
306
+ additionalProperties: false
307
+ } as const;
308
+
309
+ export const $UniRefund_SettingService_ProductGroups_CompanyTypeCode = {
310
+ enum: [0, 1, 2, 3, 4, 5, 6],
311
+ type: 'integer',
312
+ format: 'int32'
313
+ } as const;
314
+
315
+ export const $UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
316
+ required: ['active', 'articleCode', 'companyType', 'food', 'name', 'unitCode'],
317
+ type: 'object',
318
+ properties: {
319
+ extraProperties: {
320
+ type: 'object',
321
+ additionalProperties: {},
322
+ nullable: true,
323
+ readOnly: true
324
+ },
325
+ articleCode: {
326
+ maxLength: 10,
327
+ minLength: 3,
328
+ type: 'string'
329
+ },
330
+ name: {
331
+ maxLength: 64,
332
+ minLength: 0,
333
+ type: 'string'
334
+ },
335
+ unitCode: {
336
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.UnitTypeCode'
337
+ },
338
+ companyType: {
339
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.CompanyTypeCode'
340
+ },
341
+ active: {
342
+ type: 'boolean'
343
+ },
344
+ food: {
345
+ type: 'boolean'
346
+ }
347
+ },
348
+ additionalProperties: false
349
+ } as const;
350
+
351
+ export const $UniRefund_SettingService_ProductGroups_ProductGroupDto = {
352
+ type: 'object',
353
+ properties: {
354
+ id: {
355
+ type: 'string',
356
+ format: 'uuid'
357
+ },
358
+ creationTime: {
359
+ type: 'string',
360
+ format: 'date-time'
361
+ },
362
+ creatorId: {
363
+ type: 'string',
364
+ format: 'uuid',
365
+ nullable: true
366
+ },
367
+ lastModificationTime: {
368
+ type: 'string',
369
+ format: 'date-time',
370
+ nullable: true
371
+ },
372
+ lastModifierId: {
373
+ type: 'string',
374
+ format: 'uuid',
375
+ nullable: true
376
+ },
377
+ isDeleted: {
378
+ type: 'boolean'
379
+ },
380
+ deleterId: {
381
+ type: 'string',
382
+ format: 'uuid',
383
+ nullable: true
384
+ },
385
+ deletionTime: {
386
+ type: 'string',
387
+ format: 'date-time',
388
+ nullable: true
389
+ },
390
+ articleCode: {
391
+ type: 'string',
392
+ nullable: true
393
+ },
394
+ name: {
395
+ type: 'string',
396
+ nullable: true
397
+ },
398
+ unitCode: {
399
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.UnitTypeCode'
400
+ },
401
+ companyType: {
402
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.CompanyTypeCode'
403
+ },
404
+ active: {
405
+ type: 'boolean'
406
+ },
407
+ food: {
408
+ type: 'boolean'
409
+ },
410
+ language: {
411
+ type: 'string',
412
+ nullable: true
413
+ }
414
+ },
415
+ additionalProperties: false
416
+ } as const;
417
+
418
+ export const $UniRefund_SettingService_ProductGroups_UnitTypeCode = {
419
+ enum: [0, 1, 2],
420
+ type: 'integer',
421
+ format: 'int32'
422
+ } as const;
423
+
424
+ export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
425
+ required: ['id'],
426
+ type: 'object',
427
+ properties: {
428
+ extraProperties: {
429
+ type: 'object',
430
+ additionalProperties: {},
431
+ nullable: true,
432
+ readOnly: true
433
+ },
434
+ id: {
435
+ type: 'string',
436
+ format: 'uuid'
437
+ },
438
+ articleCode: {
439
+ maxLength: 10,
440
+ minLength: 3,
441
+ type: 'string',
442
+ nullable: true
443
+ },
444
+ name: {
445
+ maxLength: 64,
446
+ minLength: 0,
447
+ type: 'string',
448
+ nullable: true
449
+ },
450
+ unitCode: {
451
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.UnitTypeCode'
452
+ },
453
+ companyType: {
454
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.CompanyTypeCode'
455
+ },
456
+ active: {
457
+ type: 'boolean',
458
+ nullable: true
459
+ },
460
+ food: {
461
+ type: 'boolean',
462
+ nullable: true
463
+ }
464
+ },
465
+ additionalProperties: false
466
+ } as const;
467
+
468
+ export const $UniRefund_SettingService_Samples_SampleDto = {
469
+ type: 'object',
470
+ properties: {
471
+ value: {
472
+ type: 'integer',
473
+ format: 'int32'
474
+ }
475
+ },
476
+ additionalProperties: false
477
+ } as const;
478
+
479
+ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto = {
480
+ type: 'object',
481
+ properties: {
482
+ items: {
483
+ type: 'array',
484
+ items: {
485
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.Items.ItemDto'
486
+ },
487
+ nullable: true
488
+ }
489
+ },
490
+ additionalProperties: false
491
+ } as const;
492
+
493
+ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto = {
494
+ type: 'object',
495
+ properties: {
496
+ name: {
497
+ type: 'string',
498
+ nullable: true
499
+ },
500
+ resourceName: {
501
+ type: 'string',
502
+ nullable: true
503
+ }
504
+ },
505
+ additionalProperties: false
506
+ } as const;
507
+
508
+ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto = {
509
+ type: 'object',
510
+ properties: {
511
+ displayText: {
512
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.Items.DisplayTexts.DisplayTextDto'
513
+ },
514
+ value: {
515
+ type: 'string',
516
+ nullable: true
517
+ }
518
+ },
519
+ additionalProperties: false
520
+ } as const;
521
+
522
+ export const $UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto = {
523
+ type: 'object',
524
+ properties: {
525
+ minValue: {
526
+ type: 'integer',
527
+ format: 'int32'
528
+ },
529
+ maxValue: {
530
+ type: 'integer',
531
+ format: 'int32'
532
+ }
533
+ },
534
+ additionalProperties: false
535
+ } as const;
536
+
537
+ export const $UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto = {
538
+ type: 'object',
539
+ properties: {
540
+ name: {
541
+ type: 'string',
542
+ nullable: true
543
+ },
544
+ properties: {
545
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.Validators.Properties.ValidatorPropertiesDto'
546
+ }
547
+ },
548
+ additionalProperties: false
549
+ } as const;
550
+
551
+ export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
552
+ type: 'object',
553
+ properties: {
554
+ itemSource: {
555
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.ItemSourceDto'
556
+ },
557
+ name: {
558
+ type: 'string',
559
+ nullable: true
560
+ },
561
+ properties: {
562
+ type: 'string',
563
+ nullable: true
564
+ },
565
+ validator: {
566
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.Validators.ValidatorDto'
567
+ }
568
+ },
569
+ additionalProperties: false
570
+ } as const;
571
+
572
+ export const $UniRefund_SettingService_Vats_CreateVatDto = {
573
+ required: ['active', 'countryId', 'minimumTotalAmount', 'percent'],
574
+ type: 'object',
575
+ properties: {
576
+ extraProperties: {
577
+ type: 'object',
578
+ additionalProperties: {},
579
+ nullable: true,
580
+ readOnly: true
581
+ },
582
+ percent: {
583
+ type: 'number',
584
+ format: 'float'
585
+ },
586
+ minimumTotalAmount: {
587
+ type: 'number',
588
+ format: 'float'
589
+ },
590
+ countryId: {
591
+ type: 'string',
592
+ format: 'uuid'
593
+ },
594
+ active: {
595
+ type: 'boolean'
596
+ }
597
+ },
598
+ additionalProperties: false
599
+ } as const;
600
+
601
+ export const $UniRefund_SettingService_Vats_UpdateVatDto = {
602
+ type: 'object',
603
+ properties: {
604
+ extraProperties: {
605
+ type: 'object',
606
+ additionalProperties: {},
607
+ nullable: true,
608
+ readOnly: true
609
+ },
610
+ id: {
611
+ type: 'string',
612
+ format: 'uuid'
613
+ },
614
+ percent: {
615
+ type: 'number',
616
+ format: 'float',
617
+ nullable: true
618
+ },
619
+ minimumTotalAmount: {
620
+ type: 'number',
621
+ format: 'float',
622
+ nullable: true
623
+ },
624
+ countryId: {
625
+ type: 'string',
626
+ format: 'uuid',
627
+ nullable: true
628
+ },
629
+ active: {
630
+ type: 'boolean',
631
+ nullable: true
632
+ }
633
+ },
634
+ additionalProperties: false
635
+ } as const;
636
+
637
+ export const $UniRefund_SettingService_Vats_VatDto = {
638
+ type: 'object',
639
+ properties: {
640
+ id: {
641
+ type: 'string',
642
+ format: 'uuid'
643
+ },
644
+ creationTime: {
645
+ type: 'string',
646
+ format: 'date-time'
647
+ },
648
+ creatorId: {
649
+ type: 'string',
650
+ format: 'uuid',
651
+ nullable: true
652
+ },
653
+ lastModificationTime: {
654
+ type: 'string',
655
+ format: 'date-time',
656
+ nullable: true
657
+ },
658
+ lastModifierId: {
659
+ type: 'string',
660
+ format: 'uuid',
661
+ nullable: true
662
+ },
663
+ isDeleted: {
664
+ type: 'boolean'
665
+ },
666
+ deleterId: {
667
+ type: 'string',
668
+ format: 'uuid',
669
+ nullable: true
670
+ },
671
+ deletionTime: {
672
+ type: 'string',
673
+ format: 'date-time',
674
+ nullable: true
675
+ },
676
+ percent: {
677
+ type: 'number',
678
+ format: 'float'
679
+ },
680
+ minimumTotalAmount: {
681
+ type: 'number',
682
+ format: 'float'
683
+ },
684
+ countryId: {
685
+ type: 'string',
686
+ format: 'uuid'
687
+ },
688
+ active: {
689
+ type: 'boolean'
690
+ }
691
+ },
692
+ additionalProperties: false
693
+ } as const;
694
+
695
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
696
+ type: 'object',
697
+ properties: {
698
+ items: {
699
+ type: 'array',
700
+ items: {
701
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroupVats.ProductGroupVatDto'
702
+ },
703
+ nullable: true
704
+ },
705
+ totalCount: {
706
+ type: 'integer',
707
+ format: 'int64'
708
+ }
709
+ },
710
+ additionalProperties: false
711
+ } as const;
712
+
713
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroups_ProductGroupDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
714
+ type: 'object',
715
+ properties: {
716
+ items: {
717
+ type: 'array',
718
+ items: {
719
+ '$ref': '#/components/schemas/UniRefund.SettingService.ProductGroups.ProductGroupDto'
720
+ },
721
+ nullable: true
722
+ },
723
+ totalCount: {
724
+ type: 'integer',
725
+ format: 'int64'
726
+ }
727
+ },
728
+ additionalProperties: false
729
+ } as const;
730
+
731
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_Vats_VatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
732
+ type: 'object',
733
+ properties: {
734
+ items: {
735
+ type: 'array',
736
+ items: {
737
+ '$ref': '#/components/schemas/UniRefund.SettingService.Vats.VatDto'
738
+ },
739
+ nullable: true
740
+ },
741
+ totalCount: {
742
+ type: 'integer',
743
+ format: 'int64'
744
+ }
745
+ },
746
+ additionalProperties: false
747
+ } as const;
748
+
749
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
750
+ type: 'object',
751
+ properties: {
752
+ grantedPolicies: {
753
+ type: 'object',
754
+ additionalProperties: {
755
+ type: 'boolean'
756
+ },
757
+ nullable: true
758
+ }
759
+ },
760
+ additionalProperties: false
761
+ } as const;
762
+
763
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
764
+ type: 'object',
765
+ properties: {
766
+ localization: {
767
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto'
768
+ },
769
+ auth: {
770
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto'
771
+ },
772
+ setting: {
773
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto'
774
+ },
775
+ currentUser: {
776
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto'
777
+ },
778
+ features: {
779
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto'
780
+ },
781
+ globalFeatures: {
782
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto'
783
+ },
784
+ multiTenancy: {
785
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
786
+ },
787
+ currentTenant: {
788
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto'
789
+ },
790
+ timing: {
791
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto'
792
+ },
793
+ clock: {
794
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto'
795
+ },
796
+ objectExtensions: {
797
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto'
798
+ },
799
+ extraProperties: {
800
+ type: 'object',
801
+ additionalProperties: {},
802
+ nullable: true
803
+ }
804
+ },
805
+ additionalProperties: false
806
+ } as const;
807
+
808
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
809
+ type: 'object',
810
+ properties: {
811
+ values: {
812
+ type: 'object',
813
+ additionalProperties: {
814
+ type: 'string',
815
+ nullable: true
816
+ },
817
+ nullable: true
818
+ }
819
+ },
820
+ additionalProperties: false
821
+ } as const;
822
+
823
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
824
+ type: 'object',
825
+ properties: {
826
+ enabledFeatures: {
827
+ uniqueItems: true,
828
+ type: 'array',
829
+ items: {
830
+ type: 'string'
831
+ },
832
+ nullable: true
833
+ }
834
+ },
835
+ additionalProperties: false
836
+ } as const;
837
+
838
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
839
+ type: 'object',
840
+ properties: {
841
+ values: {
842
+ type: 'object',
843
+ additionalProperties: {
844
+ type: 'object',
845
+ additionalProperties: {
846
+ type: 'string'
847
+ }
848
+ },
849
+ nullable: true
850
+ },
851
+ resources: {
852
+ type: 'object',
853
+ additionalProperties: {
854
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
855
+ },
856
+ nullable: true
857
+ },
858
+ languages: {
859
+ type: 'array',
860
+ items: {
861
+ '$ref': '#/components/schemas/Volo.Abp.Localization.LanguageInfo'
862
+ },
863
+ nullable: true
864
+ },
865
+ currentCulture: {
866
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
867
+ },
868
+ defaultResourceName: {
869
+ type: 'string',
870
+ nullable: true
871
+ },
872
+ languagesMap: {
873
+ type: 'object',
874
+ additionalProperties: {
875
+ type: 'array',
876
+ items: {
877
+ '$ref': '#/components/schemas/Volo.Abp.NameValue'
878
+ }
879
+ },
880
+ nullable: true
881
+ },
882
+ languageFilesMap: {
883
+ type: 'object',
884
+ additionalProperties: {
885
+ type: 'array',
886
+ items: {
887
+ '$ref': '#/components/schemas/Volo.Abp.NameValue'
888
+ }
889
+ },
890
+ nullable: true
891
+ }
892
+ },
893
+ additionalProperties: false
894
+ } as const;
895
+
896
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
897
+ type: 'object',
898
+ properties: {
899
+ resources: {
900
+ type: 'object',
901
+ additionalProperties: {
902
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
903
+ },
904
+ nullable: true
905
+ },
906
+ currentCulture: {
907
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
908
+ }
909
+ },
910
+ additionalProperties: false
911
+ } as const;
912
+
913
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
914
+ type: 'object',
915
+ properties: {
916
+ texts: {
917
+ type: 'object',
918
+ additionalProperties: {
919
+ type: 'string'
920
+ },
921
+ nullable: true
922
+ },
923
+ baseResources: {
924
+ type: 'array',
925
+ items: {
926
+ type: 'string'
927
+ },
928
+ nullable: true
929
+ }
930
+ },
931
+ additionalProperties: false
932
+ } as const;
933
+
934
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
935
+ type: 'object',
936
+ properties: {
937
+ values: {
938
+ type: 'object',
939
+ additionalProperties: {
940
+ type: 'string',
941
+ nullable: true
942
+ },
943
+ nullable: true
944
+ }
945
+ },
946
+ additionalProperties: false
947
+ } as const;
948
+
949
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
950
+ type: 'object',
951
+ properties: {
952
+ kind: {
953
+ type: 'string',
954
+ nullable: true
955
+ }
956
+ },
957
+ additionalProperties: false
958
+ } as const;
959
+
960
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
961
+ type: 'object',
962
+ properties: {
963
+ displayName: {
964
+ type: 'string',
965
+ nullable: true
966
+ },
967
+ englishName: {
968
+ type: 'string',
969
+ nullable: true
970
+ },
971
+ threeLetterIsoLanguageName: {
972
+ type: 'string',
973
+ nullable: true
974
+ },
975
+ twoLetterIsoLanguageName: {
976
+ type: 'string',
977
+ nullable: true
978
+ },
979
+ isRightToLeft: {
980
+ type: 'boolean'
981
+ },
982
+ cultureName: {
983
+ type: 'string',
984
+ nullable: true
985
+ },
986
+ name: {
987
+ type: 'string',
988
+ nullable: true
989
+ },
990
+ nativeName: {
991
+ type: 'string',
992
+ nullable: true
993
+ },
994
+ dateTimeFormat: {
995
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto'
996
+ }
997
+ },
998
+ additionalProperties: false
999
+ } as const;
1000
+
1001
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
1002
+ type: 'object',
1003
+ properties: {
1004
+ isAuthenticated: {
1005
+ type: 'boolean'
1006
+ },
1007
+ id: {
1008
+ type: 'string',
1009
+ format: 'uuid',
1010
+ nullable: true
1011
+ },
1012
+ tenantId: {
1013
+ type: 'string',
1014
+ format: 'uuid',
1015
+ nullable: true
1016
+ },
1017
+ impersonatorUserId: {
1018
+ type: 'string',
1019
+ format: 'uuid',
1020
+ nullable: true
1021
+ },
1022
+ impersonatorTenantId: {
1023
+ type: 'string',
1024
+ format: 'uuid',
1025
+ nullable: true
1026
+ },
1027
+ impersonatorUserName: {
1028
+ type: 'string',
1029
+ nullable: true
1030
+ },
1031
+ impersonatorTenantName: {
1032
+ type: 'string',
1033
+ nullable: true
1034
+ },
1035
+ userName: {
1036
+ type: 'string',
1037
+ nullable: true
1038
+ },
1039
+ name: {
1040
+ type: 'string',
1041
+ nullable: true
1042
+ },
1043
+ surName: {
1044
+ type: 'string',
1045
+ nullable: true
1046
+ },
1047
+ email: {
1048
+ type: 'string',
1049
+ nullable: true
1050
+ },
1051
+ emailVerified: {
1052
+ type: 'boolean'
1053
+ },
1054
+ phoneNumber: {
1055
+ type: 'string',
1056
+ nullable: true
1057
+ },
1058
+ phoneNumberVerified: {
1059
+ type: 'boolean'
1060
+ },
1061
+ roles: {
1062
+ type: 'array',
1063
+ items: {
1064
+ type: 'string'
1065
+ },
1066
+ nullable: true
1067
+ },
1068
+ sessionId: {
1069
+ type: 'string',
1070
+ nullable: true
1071
+ }
1072
+ },
1073
+ additionalProperties: false
1074
+ } as const;
1075
+
1076
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
1077
+ type: 'object',
1078
+ properties: {
1079
+ calendarAlgorithmType: {
1080
+ type: 'string',
1081
+ nullable: true
1082
+ },
1083
+ dateTimeFormatLong: {
1084
+ type: 'string',
1085
+ nullable: true
1086
+ },
1087
+ shortDatePattern: {
1088
+ type: 'string',
1089
+ nullable: true
1090
+ },
1091
+ fullDateTimePattern: {
1092
+ type: 'string',
1093
+ nullable: true
1094
+ },
1095
+ dateSeparator: {
1096
+ type: 'string',
1097
+ nullable: true
1098
+ },
1099
+ shortTimePattern: {
1100
+ type: 'string',
1101
+ nullable: true
1102
+ },
1103
+ longTimePattern: {
1104
+ type: 'string',
1105
+ nullable: true
1106
+ }
1107
+ },
1108
+ additionalProperties: false
1109
+ } as const;
1110
+
1111
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
1112
+ type: 'object',
1113
+ properties: {
1114
+ timeZoneName: {
1115
+ type: 'string',
1116
+ nullable: true
1117
+ }
1118
+ },
1119
+ additionalProperties: false
1120
+ } as const;
1121
+
1122
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
1123
+ type: 'object',
1124
+ properties: {
1125
+ properties: {
1126
+ type: 'object',
1127
+ additionalProperties: {
1128
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto'
1129
+ },
1130
+ nullable: true
1131
+ },
1132
+ configuration: {
1133
+ type: 'object',
1134
+ additionalProperties: {},
1135
+ nullable: true
1136
+ }
1137
+ },
1138
+ additionalProperties: false
1139
+ } as const;
1140
+
1141
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
1142
+ type: 'object',
1143
+ properties: {
1144
+ fields: {
1145
+ type: 'array',
1146
+ items: {
1147
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto'
1148
+ },
1149
+ nullable: true
1150
+ },
1151
+ localizationResource: {
1152
+ type: 'string',
1153
+ nullable: true
1154
+ }
1155
+ },
1156
+ additionalProperties: false
1157
+ } as const;
1158
+
1159
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
1160
+ type: 'object',
1161
+ properties: {
1162
+ name: {
1163
+ type: 'string',
1164
+ nullable: true
1165
+ },
1166
+ value: {
1167
+ nullable: true
1168
+ }
1169
+ },
1170
+ additionalProperties: false
1171
+ } as const;
1172
+
1173
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
1174
+ type: 'object',
1175
+ properties: {
1176
+ isAvailable: {
1177
+ type: 'boolean'
1178
+ }
1179
+ },
1180
+ additionalProperties: false
1181
+ } as const;
1182
+
1183
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
1184
+ type: 'object',
1185
+ properties: {
1186
+ onGet: {
1187
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto'
1188
+ },
1189
+ onCreate: {
1190
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto'
1191
+ },
1192
+ onUpdate: {
1193
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto'
1194
+ }
1195
+ },
1196
+ additionalProperties: false
1197
+ } as const;
1198
+
1199
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
1200
+ type: 'object',
1201
+ properties: {
1202
+ isAvailable: {
1203
+ type: 'boolean'
1204
+ }
1205
+ },
1206
+ additionalProperties: false
1207
+ } as const;
1208
+
1209
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
1210
+ type: 'object',
1211
+ properties: {
1212
+ isAvailable: {
1213
+ type: 'boolean'
1214
+ }
1215
+ },
1216
+ additionalProperties: false
1217
+ } as const;
1218
+
1219
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
1220
+ type: 'object',
1221
+ properties: {
1222
+ typeSimple: {
1223
+ type: 'string',
1224
+ nullable: true
1225
+ },
1226
+ config: {
1227
+ type: 'object',
1228
+ additionalProperties: {},
1229
+ nullable: true
1230
+ }
1231
+ },
1232
+ additionalProperties: false
1233
+ } as const;
1234
+
1235
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
1236
+ type: 'object',
1237
+ properties: {
1238
+ type: {
1239
+ type: 'string',
1240
+ nullable: true
1241
+ },
1242
+ typeSimple: {
1243
+ type: 'string',
1244
+ nullable: true
1245
+ },
1246
+ displayName: {
1247
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto'
1248
+ },
1249
+ api: {
1250
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto'
1251
+ },
1252
+ ui: {
1253
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto'
1254
+ },
1255
+ attributes: {
1256
+ type: 'array',
1257
+ items: {
1258
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto'
1259
+ },
1260
+ nullable: true
1261
+ },
1262
+ configuration: {
1263
+ type: 'object',
1264
+ additionalProperties: {},
1265
+ nullable: true
1266
+ },
1267
+ defaultValue: {
1268
+ nullable: true
1269
+ }
1270
+ },
1271
+ additionalProperties: false
1272
+ } as const;
1273
+
1274
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
1275
+ type: 'object',
1276
+ properties: {
1277
+ onTable: {
1278
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto'
1279
+ },
1280
+ onCreateForm: {
1281
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
1282
+ },
1283
+ onEditForm: {
1284
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
1285
+ },
1286
+ lookup: {
1287
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto'
1288
+ }
1289
+ },
1290
+ additionalProperties: false
1291
+ } as const;
1292
+
1293
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
1294
+ type: 'object',
1295
+ properties: {
1296
+ isVisible: {
1297
+ type: 'boolean'
1298
+ }
1299
+ },
1300
+ additionalProperties: false
1301
+ } as const;
1302
+
1303
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
1304
+ type: 'object',
1305
+ properties: {
1306
+ url: {
1307
+ type: 'string',
1308
+ nullable: true
1309
+ },
1310
+ resultListPropertyName: {
1311
+ type: 'string',
1312
+ nullable: true
1313
+ },
1314
+ displayPropertyName: {
1315
+ type: 'string',
1316
+ nullable: true
1317
+ },
1318
+ valuePropertyName: {
1319
+ type: 'string',
1320
+ nullable: true
1321
+ },
1322
+ filterParamName: {
1323
+ type: 'string',
1324
+ nullable: true
1325
+ }
1326
+ },
1327
+ additionalProperties: false
1328
+ } as const;
1329
+
1330
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
1331
+ type: 'object',
1332
+ properties: {
1333
+ isVisible: {
1334
+ type: 'boolean'
1335
+ }
1336
+ },
1337
+ additionalProperties: false
1338
+ } as const;
1339
+
1340
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
1341
+ type: 'object',
1342
+ properties: {
1343
+ name: {
1344
+ type: 'string',
1345
+ nullable: true
1346
+ },
1347
+ resource: {
1348
+ type: 'string',
1349
+ nullable: true
1350
+ }
1351
+ },
1352
+ additionalProperties: false
1353
+ } as const;
1354
+
1355
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
1356
+ type: 'object',
1357
+ properties: {
1358
+ entities: {
1359
+ type: 'object',
1360
+ additionalProperties: {
1361
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto'
1362
+ },
1363
+ nullable: true
1364
+ },
1365
+ configuration: {
1366
+ type: 'object',
1367
+ additionalProperties: {},
1368
+ nullable: true
1369
+ }
1370
+ },
1371
+ additionalProperties: false
1372
+ } as const;
1373
+
1374
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
1375
+ type: 'object',
1376
+ properties: {
1377
+ modules: {
1378
+ type: 'object',
1379
+ additionalProperties: {
1380
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto'
1381
+ },
1382
+ nullable: true
1383
+ },
1384
+ enums: {
1385
+ type: 'object',
1386
+ additionalProperties: {
1387
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto'
1388
+ },
1389
+ nullable: true
1390
+ }
1391
+ },
1392
+ additionalProperties: false
1393
+ } as const;
1394
+
1395
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
1396
+ type: 'object',
1397
+ properties: {
1398
+ iana: {
1399
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone'
1400
+ },
1401
+ windows: {
1402
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone'
1403
+ }
1404
+ },
1405
+ additionalProperties: false
1406
+ } as const;
1407
+
1408
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
1409
+ type: 'object',
1410
+ properties: {
1411
+ timeZone: {
1412
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone'
1413
+ }
1414
+ },
1415
+ additionalProperties: false
1416
+ } as const;
1417
+
1418
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
1419
+ type: 'object',
1420
+ properties: {
1421
+ timeZoneId: {
1422
+ type: 'string',
1423
+ nullable: true
1424
+ }
1425
+ },
1426
+ additionalProperties: false
1427
+ } as const;
1428
+
1429
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
1430
+ type: 'object',
1431
+ properties: {
1432
+ id: {
1433
+ type: 'string',
1434
+ format: 'uuid',
1435
+ nullable: true
1436
+ },
1437
+ name: {
1438
+ type: 'string',
1439
+ nullable: true
1440
+ },
1441
+ isAvailable: {
1442
+ type: 'boolean'
1443
+ }
1444
+ },
1445
+ additionalProperties: false
1446
+ } as const;
1447
+
1448
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
1449
+ type: 'object',
1450
+ properties: {
1451
+ isEnabled: {
1452
+ type: 'boolean'
1453
+ }
1454
+ },
1455
+ additionalProperties: false
1456
+ } as const;
1457
+
1458
+ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
1459
+ type: 'object',
1460
+ properties: {
1461
+ uniqueName: {
1462
+ type: 'string',
1463
+ nullable: true
1464
+ },
1465
+ name: {
1466
+ type: 'string',
1467
+ nullable: true
1468
+ },
1469
+ httpMethod: {
1470
+ type: 'string',
1471
+ nullable: true
1472
+ },
1473
+ url: {
1474
+ type: 'string',
1475
+ nullable: true
1476
+ },
1477
+ supportedVersions: {
1478
+ type: 'array',
1479
+ items: {
1480
+ type: 'string'
1481
+ },
1482
+ nullable: true
1483
+ },
1484
+ parametersOnMethod: {
1485
+ type: 'array',
1486
+ items: {
1487
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
1488
+ },
1489
+ nullable: true
1490
+ },
1491
+ parameters: {
1492
+ type: 'array',
1493
+ items: {
1494
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ParameterApiDescriptionModel'
1495
+ },
1496
+ nullable: true
1497
+ },
1498
+ returnValue: {
1499
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
1500
+ },
1501
+ allowAnonymous: {
1502
+ type: 'boolean',
1503
+ nullable: true
1504
+ },
1505
+ implementFrom: {
1506
+ type: 'string',
1507
+ nullable: true
1508
+ }
1509
+ },
1510
+ additionalProperties: false
1511
+ } as const;
1512
+
1513
+ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1514
+ type: 'object',
1515
+ properties: {
1516
+ modules: {
1517
+ type: 'object',
1518
+ additionalProperties: {
1519
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ModuleApiDescriptionModel'
1520
+ },
1521
+ nullable: true
1522
+ },
1523
+ types: {
1524
+ type: 'object',
1525
+ additionalProperties: {
1526
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.TypeApiDescriptionModel'
1527
+ },
1528
+ nullable: true
1529
+ }
1530
+ },
1531
+ additionalProperties: false
1532
+ } as const;
1533
+
1534
+ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1535
+ type: 'object',
1536
+ properties: {
1537
+ controllerName: {
1538
+ type: 'string',
1539
+ nullable: true
1540
+ },
1541
+ controllerGroupName: {
1542
+ type: 'string',
1543
+ nullable: true
1544
+ },
1545
+ isRemoteService: {
1546
+ type: 'boolean'
1547
+ },
1548
+ isIntegrationService: {
1549
+ type: 'boolean'
1550
+ },
1551
+ apiVersion: {
1552
+ type: 'string',
1553
+ nullable: true
1554
+ },
1555
+ type: {
1556
+ type: 'string',
1557
+ nullable: true
1558
+ },
1559
+ interfaces: {
1560
+ type: 'array',
1561
+ items: {
1562
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel'
1563
+ },
1564
+ nullable: true
1565
+ },
1566
+ actions: {
1567
+ type: 'object',
1568
+ additionalProperties: {
1569
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ActionApiDescriptionModel'
1570
+ },
1571
+ nullable: true
1572
+ }
1573
+ },
1574
+ additionalProperties: false
1575
+ } as const;
1576
+
1577
+ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1578
+ type: 'object',
1579
+ properties: {
1580
+ type: {
1581
+ type: 'string',
1582
+ nullable: true
1583
+ },
1584
+ name: {
1585
+ type: 'string',
1586
+ nullable: true
1587
+ },
1588
+ methods: {
1589
+ type: 'array',
1590
+ items: {
1591
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel'
1592
+ },
1593
+ nullable: true
1594
+ }
1595
+ },
1596
+ additionalProperties: false
1597
+ } as const;
1598
+
1599
+ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1600
+ type: 'object',
1601
+ properties: {
1602
+ name: {
1603
+ type: 'string',
1604
+ nullable: true
1605
+ },
1606
+ parametersOnMethod: {
1607
+ type: 'array',
1608
+ items: {
1609
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
1610
+ },
1611
+ nullable: true
1612
+ },
1613
+ returnValue: {
1614
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
1615
+ }
1616
+ },
1617
+ additionalProperties: false
1618
+ } as const;
1619
+
1620
+ export const $Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
1621
+ type: 'object',
1622
+ properties: {
1623
+ name: {
1624
+ type: 'string',
1625
+ nullable: true
1626
+ },
1627
+ typeAsString: {
1628
+ type: 'string',
1629
+ nullable: true
1630
+ },
1631
+ type: {
1632
+ type: 'string',
1633
+ nullable: true
1634
+ },
1635
+ typeSimple: {
1636
+ type: 'string',
1637
+ nullable: true
1638
+ },
1639
+ isOptional: {
1640
+ type: 'boolean'
1641
+ },
1642
+ defaultValue: {
1643
+ nullable: true
1644
+ }
1645
+ },
1646
+ additionalProperties: false
1647
+ } as const;
1648
+
1649
+ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1650
+ type: 'object',
1651
+ properties: {
1652
+ rootPath: {
1653
+ type: 'string',
1654
+ nullable: true
1655
+ },
1656
+ remoteServiceName: {
1657
+ type: 'string',
1658
+ nullable: true
1659
+ },
1660
+ controllers: {
1661
+ type: 'object',
1662
+ additionalProperties: {
1663
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerApiDescriptionModel'
1664
+ },
1665
+ nullable: true
1666
+ }
1667
+ },
1668
+ additionalProperties: false
1669
+ } as const;
1670
+
1671
+ export const $Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
1672
+ type: 'object',
1673
+ properties: {
1674
+ nameOnMethod: {
1675
+ type: 'string',
1676
+ nullable: true
1677
+ },
1678
+ name: {
1679
+ type: 'string',
1680
+ nullable: true
1681
+ },
1682
+ jsonName: {
1683
+ type: 'string',
1684
+ nullable: true
1685
+ },
1686
+ type: {
1687
+ type: 'string',
1688
+ nullable: true
1689
+ },
1690
+ typeSimple: {
1691
+ type: 'string',
1692
+ nullable: true
1693
+ },
1694
+ isOptional: {
1695
+ type: 'boolean'
1696
+ },
1697
+ defaultValue: {
1698
+ nullable: true
1699
+ },
1700
+ constraintTypes: {
1701
+ type: 'array',
1702
+ items: {
1703
+ type: 'string'
1704
+ },
1705
+ nullable: true
1706
+ },
1707
+ bindingSourceId: {
1708
+ type: 'string',
1709
+ nullable: true
1710
+ },
1711
+ descriptorName: {
1712
+ type: 'string',
1713
+ nullable: true
1714
+ }
1715
+ },
1716
+ additionalProperties: false
1717
+ } as const;
1718
+
1719
+ export const $Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
1720
+ type: 'object',
1721
+ properties: {
1722
+ name: {
1723
+ type: 'string',
1724
+ nullable: true
1725
+ },
1726
+ jsonName: {
1727
+ type: 'string',
1728
+ nullable: true
1729
+ },
1730
+ type: {
1731
+ type: 'string',
1732
+ nullable: true
1733
+ },
1734
+ typeSimple: {
1735
+ type: 'string',
1736
+ nullable: true
1737
+ },
1738
+ isRequired: {
1739
+ type: 'boolean'
1740
+ },
1741
+ minLength: {
1742
+ type: 'integer',
1743
+ format: 'int32',
1744
+ nullable: true
1745
+ },
1746
+ maxLength: {
1747
+ type: 'integer',
1748
+ format: 'int32',
1749
+ nullable: true
1750
+ },
1751
+ minimum: {
1752
+ type: 'string',
1753
+ nullable: true
1754
+ },
1755
+ maximum: {
1756
+ type: 'string',
1757
+ nullable: true
1758
+ },
1759
+ regex: {
1760
+ type: 'string',
1761
+ nullable: true
1762
+ }
1763
+ },
1764
+ additionalProperties: false
1765
+ } as const;
1766
+
1767
+ export const $Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
1768
+ type: 'object',
1769
+ properties: {
1770
+ type: {
1771
+ type: 'string',
1772
+ nullable: true
1773
+ },
1774
+ typeSimple: {
1775
+ type: 'string',
1776
+ nullable: true
1777
+ }
1778
+ },
1779
+ additionalProperties: false
1780
+ } as const;
1781
+
1782
+ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1783
+ type: 'object',
1784
+ properties: {
1785
+ baseType: {
1786
+ type: 'string',
1787
+ nullable: true
1788
+ },
1789
+ isEnum: {
1790
+ type: 'boolean'
1791
+ },
1792
+ enumNames: {
1793
+ type: 'array',
1794
+ items: {
1795
+ type: 'string'
1796
+ },
1797
+ nullable: true
1798
+ },
1799
+ enumValues: {
1800
+ type: 'array',
1801
+ items: {},
1802
+ nullable: true
1803
+ },
1804
+ genericArguments: {
1805
+ type: 'array',
1806
+ items: {
1807
+ type: 'string'
1808
+ },
1809
+ nullable: true
1810
+ },
1811
+ properties: {
1812
+ type: 'array',
1813
+ items: {
1814
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.PropertyApiDescriptionModel'
1815
+ },
1816
+ nullable: true
1817
+ }
1818
+ },
1819
+ additionalProperties: false
1820
+ } as const;
1821
+
1822
+ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1823
+ type: 'object',
1824
+ properties: {
1825
+ code: {
1826
+ type: 'string',
1827
+ nullable: true
1828
+ },
1829
+ message: {
1830
+ type: 'string',
1831
+ nullable: true
1832
+ },
1833
+ details: {
1834
+ type: 'string',
1835
+ nullable: true
1836
+ },
1837
+ data: {
1838
+ type: 'object',
1839
+ additionalProperties: {},
1840
+ nullable: true
1841
+ },
1842
+ validationErrors: {
1843
+ type: 'array',
1844
+ items: {
1845
+ '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceValidationErrorInfo'
1846
+ },
1847
+ nullable: true
1848
+ }
1849
+ },
1850
+ additionalProperties: false
1851
+ } as const;
1852
+
1853
+ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1854
+ type: 'object',
1855
+ properties: {
1856
+ error: {
1857
+ '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceErrorInfo'
1858
+ }
1859
+ },
1860
+ additionalProperties: false
1861
+ } as const;
1862
+
1863
+ export const $Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
1864
+ type: 'object',
1865
+ properties: {
1866
+ message: {
1867
+ type: 'string',
1868
+ nullable: true
1869
+ },
1870
+ members: {
1871
+ type: 'array',
1872
+ items: {
1873
+ type: 'string'
1874
+ },
1875
+ nullable: true
1876
+ }
1877
+ },
1878
+ additionalProperties: false
1879
+ } as const;
1880
+
1881
+ export const $Volo_Abp_Localization_LanguageInfo = {
1882
+ type: 'object',
1883
+ properties: {
1884
+ cultureName: {
1885
+ type: 'string',
1886
+ nullable: true
1887
+ },
1888
+ uiCultureName: {
1889
+ type: 'string',
1890
+ nullable: true
1891
+ },
1892
+ displayName: {
1893
+ type: 'string',
1894
+ nullable: true
1895
+ },
1896
+ twoLetterISOLanguageName: {
1897
+ type: 'string',
1898
+ nullable: true,
1899
+ readOnly: true
1900
+ }
1901
+ },
1902
+ additionalProperties: false
1903
+ } as const;
1904
+
1905
+ export const $Volo_Abp_NameValue = {
1906
+ type: 'object',
1907
+ properties: {
1908
+ name: {
1909
+ type: 'string',
1910
+ nullable: true
1911
+ },
1912
+ value: {
1913
+ type: 'string',
1914
+ nullable: true
1915
+ }
1916
+ },
1917
+ additionalProperties: false
1918
+ } as const;
1919
+
1920
+ export const $Volo_Abp_SettingManagement_EmailSettingsDto = {
1921
+ type: 'object',
1922
+ properties: {
1923
+ smtpHost: {
1924
+ type: 'string',
1925
+ nullable: true
1926
+ },
1927
+ smtpPort: {
1928
+ type: 'integer',
1929
+ format: 'int32'
1930
+ },
1931
+ smtpUserName: {
1932
+ type: 'string',
1933
+ nullable: true
1934
+ },
1935
+ smtpPassword: {
1936
+ type: 'string',
1937
+ nullable: true
1938
+ },
1939
+ smtpDomain: {
1940
+ type: 'string',
1941
+ nullable: true
1942
+ },
1943
+ smtpEnableSsl: {
1944
+ type: 'boolean'
1945
+ },
1946
+ smtpUseDefaultCredentials: {
1947
+ type: 'boolean'
1948
+ },
1949
+ defaultFromAddress: {
1950
+ type: 'string',
1951
+ nullable: true
1952
+ },
1953
+ defaultFromDisplayName: {
1954
+ type: 'string',
1955
+ nullable: true
1956
+ }
1957
+ },
1958
+ additionalProperties: false
1959
+ } as const;
1960
+
1961
+ export const $Volo_Abp_SettingManagement_SendTestEmailInput = {
1962
+ required: ['senderEmailAddress', 'subject', 'targetEmailAddress'],
1963
+ type: 'object',
1964
+ properties: {
1965
+ senderEmailAddress: {
1966
+ minLength: 1,
1967
+ type: 'string'
1968
+ },
1969
+ targetEmailAddress: {
1970
+ minLength: 1,
1971
+ type: 'string'
1972
+ },
1973
+ subject: {
1974
+ minLength: 1,
1975
+ type: 'string'
1976
+ },
1977
+ body: {
1978
+ type: 'string',
1979
+ nullable: true
1980
+ }
1981
+ },
1982
+ additionalProperties: false
1983
+ } as const;
1984
+
1985
+ export const $Volo_Abp_SettingManagement_UpdateEmailSettingsDto = {
1986
+ required: ['defaultFromAddress', 'defaultFromDisplayName'],
1987
+ type: 'object',
1988
+ properties: {
1989
+ smtpHost: {
1990
+ maxLength: 256,
1991
+ type: 'string',
1992
+ nullable: true
1993
+ },
1994
+ smtpPort: {
1995
+ maximum: 65535,
1996
+ minimum: 1,
1997
+ type: 'integer',
1998
+ format: 'int32'
1999
+ },
2000
+ smtpUserName: {
2001
+ maxLength: 1024,
2002
+ type: 'string',
2003
+ nullable: true
2004
+ },
2005
+ smtpPassword: {
2006
+ maxLength: 1024,
2007
+ type: 'string',
2008
+ format: 'password',
2009
+ nullable: true
2010
+ },
2011
+ smtpDomain: {
2012
+ maxLength: 1024,
2013
+ type: 'string',
2014
+ nullable: true
2015
+ },
2016
+ smtpEnableSsl: {
2017
+ type: 'boolean'
2018
+ },
2019
+ smtpUseDefaultCredentials: {
2020
+ type: 'boolean'
2021
+ },
2022
+ defaultFromAddress: {
2023
+ maxLength: 1024,
2024
+ minLength: 1,
2025
+ type: 'string'
2026
+ },
2027
+ defaultFromDisplayName: {
2028
+ maxLength: 1024,
2029
+ minLength: 1,
2030
+ type: 'string'
2031
+ }
2032
+ },
2033
+ additionalProperties: false
1525
2034
  } as const;