@ayasofyazilim/saas 0.0.11 → 0.0.13

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.
@@ -0,0 +1,1525 @@
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
+ type: 'object',
24
+ properties: {
25
+ isEnabled: {
26
+ type: 'boolean'
27
+ },
28
+ groups: {
29
+ type: 'array',
30
+ items: {
31
+ '$ref': '#/components/schemas/UniRefund.SettingService.Groups.GroupDto'
32
+ },
33
+ nullable: true
34
+ }
35
+ },
36
+ additionalProperties: false
37
+ } as const;
38
+
39
+ export const $UniRefund_SettingService_Groups_GroupDto = {
40
+ type: 'object',
41
+ properties: {
42
+ isEnabled: {
43
+ type: 'boolean'
44
+ },
45
+ key: {
46
+ type: 'string',
47
+ nullable: true
48
+ },
49
+ displayName: {
50
+ type: 'string',
51
+ nullable: true
52
+ },
53
+ description: {
54
+ type: 'string',
55
+ nullable: true
56
+ },
57
+ items: {
58
+ type: 'array',
59
+ items: {
60
+ '$ref': '#/components/schemas/UniRefund.SettingService.Items.GroupItemDto'
61
+ },
62
+ nullable: true
63
+ }
64
+ },
65
+ additionalProperties: false
66
+ } as const;
67
+
68
+ export const $UniRefund_SettingService_Items_GroupItemDto = {
69
+ type: 'object',
70
+ properties: {
71
+ isEnabled: {
72
+ type: 'boolean'
73
+ },
74
+ isApplicable: {
75
+ type: 'boolean',
76
+ nullable: true
77
+ },
78
+ isRequired: {
79
+ type: 'boolean',
80
+ nullable: true
81
+ },
82
+ isActive: {
83
+ type: 'boolean',
84
+ nullable: true
85
+ },
86
+ pattern: {
87
+ type: 'string',
88
+ nullable: true
89
+ },
90
+ depth: {
91
+ type: 'integer',
92
+ format: 'int32'
93
+ },
94
+ description: {
95
+ type: 'string',
96
+ nullable: true
97
+ },
98
+ displayName: {
99
+ type: 'string',
100
+ nullable: true
101
+ },
102
+ key: {
103
+ type: 'string',
104
+ nullable: true
105
+ },
106
+ parentName: {
107
+ type: 'string',
108
+ nullable: true
109
+ },
110
+ value: {
111
+ type: 'string',
112
+ nullable: true
113
+ },
114
+ defaultValue: {
115
+ type: 'string',
116
+ nullable: true
117
+ },
118
+ bonds: {
119
+ type: 'array',
120
+ items: {
121
+ '$ref': '#/components/schemas/UniRefund.SettingService.Bonds.BondDto'
122
+ },
123
+ nullable: true
124
+ },
125
+ subItems: {
126
+ type: 'array',
127
+ items: {
128
+ '$ref': '#/components/schemas/UniRefund.SettingService.Items.GroupItemDto'
129
+ },
130
+ nullable: true
131
+ },
132
+ valueType: {
133
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ValueTypeModelDto'
134
+ }
135
+ },
136
+ additionalProperties: false
137
+ } as const;
138
+
139
+ export const $UniRefund_SettingService_Samples_SampleDto = {
140
+ type: 'object',
141
+ properties: {
142
+ value: {
143
+ type: 'integer',
144
+ format: 'int32'
145
+ }
146
+ },
147
+ additionalProperties: false
148
+ } as const;
149
+
150
+ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto = {
151
+ type: 'object',
152
+ properties: {
153
+ items: {
154
+ type: 'array',
155
+ items: {
156
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.Items.ItemDto'
157
+ },
158
+ nullable: true
159
+ }
160
+ },
161
+ additionalProperties: false
162
+ } as const;
163
+
164
+ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto = {
165
+ type: 'object',
166
+ properties: {
167
+ name: {
168
+ type: 'string',
169
+ nullable: true
170
+ },
171
+ resourceName: {
172
+ type: 'string',
173
+ nullable: true
174
+ }
175
+ },
176
+ additionalProperties: false
177
+ } as const;
178
+
179
+ export const $UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto = {
180
+ type: 'object',
181
+ properties: {
182
+ displayText: {
183
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.Items.DisplayTexts.DisplayTextDto'
184
+ },
185
+ value: {
186
+ type: 'string',
187
+ nullable: true
188
+ }
189
+ },
190
+ additionalProperties: false
191
+ } as const;
192
+
193
+ export const $UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto = {
194
+ type: 'object',
195
+ properties: {
196
+ minValue: {
197
+ type: 'integer',
198
+ format: 'int32'
199
+ },
200
+ maxValue: {
201
+ type: 'integer',
202
+ format: 'int32'
203
+ }
204
+ },
205
+ additionalProperties: false
206
+ } as const;
207
+
208
+ export const $UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto = {
209
+ type: 'object',
210
+ properties: {
211
+ name: {
212
+ type: 'string',
213
+ nullable: true
214
+ },
215
+ properties: {
216
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.Validators.Properties.ValidatorPropertiesDto'
217
+ }
218
+ },
219
+ additionalProperties: false
220
+ } as const;
221
+
222
+ export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
223
+ type: 'object',
224
+ properties: {
225
+ itemSource: {
226
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.ItemSources.ItemSourceDto'
227
+ },
228
+ name: {
229
+ type: 'string',
230
+ nullable: true
231
+ },
232
+ properties: {
233
+ type: 'string',
234
+ nullable: true
235
+ },
236
+ validator: {
237
+ '$ref': '#/components/schemas/UniRefund.SettingService.Settings.ValueTypes.Validators.ValidatorDto'
238
+ }
239
+ },
240
+ additionalProperties: false
241
+ } as const;
242
+
243
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
244
+ type: 'object',
245
+ properties: {
246
+ grantedPolicies: {
247
+ type: 'object',
248
+ additionalProperties: {
249
+ type: 'boolean'
250
+ },
251
+ nullable: true
252
+ }
253
+ },
254
+ additionalProperties: false
255
+ } as const;
256
+
257
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
258
+ type: 'object',
259
+ properties: {
260
+ localization: {
261
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto'
262
+ },
263
+ auth: {
264
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto'
265
+ },
266
+ setting: {
267
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto'
268
+ },
269
+ currentUser: {
270
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto'
271
+ },
272
+ features: {
273
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto'
274
+ },
275
+ globalFeatures: {
276
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto'
277
+ },
278
+ multiTenancy: {
279
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
280
+ },
281
+ currentTenant: {
282
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto'
283
+ },
284
+ timing: {
285
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto'
286
+ },
287
+ clock: {
288
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto'
289
+ },
290
+ objectExtensions: {
291
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto'
292
+ },
293
+ extraProperties: {
294
+ type: 'object',
295
+ additionalProperties: {},
296
+ nullable: true
297
+ }
298
+ },
299
+ additionalProperties: false
300
+ } as const;
301
+
302
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
303
+ type: 'object',
304
+ properties: {
305
+ values: {
306
+ type: 'object',
307
+ additionalProperties: {
308
+ type: 'string',
309
+ nullable: true
310
+ },
311
+ nullable: true
312
+ }
313
+ },
314
+ additionalProperties: false
315
+ } as const;
316
+
317
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
318
+ type: 'object',
319
+ properties: {
320
+ enabledFeatures: {
321
+ uniqueItems: true,
322
+ type: 'array',
323
+ items: {
324
+ type: 'string'
325
+ },
326
+ nullable: true
327
+ }
328
+ },
329
+ additionalProperties: false
330
+ } as const;
331
+
332
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
333
+ type: 'object',
334
+ properties: {
335
+ values: {
336
+ type: 'object',
337
+ additionalProperties: {
338
+ type: 'object',
339
+ additionalProperties: {
340
+ type: 'string'
341
+ }
342
+ },
343
+ nullable: true
344
+ },
345
+ resources: {
346
+ type: 'object',
347
+ additionalProperties: {
348
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
349
+ },
350
+ nullable: true
351
+ },
352
+ languages: {
353
+ type: 'array',
354
+ items: {
355
+ '$ref': '#/components/schemas/Volo.Abp.Localization.LanguageInfo'
356
+ },
357
+ nullable: true
358
+ },
359
+ currentCulture: {
360
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
361
+ },
362
+ defaultResourceName: {
363
+ type: 'string',
364
+ nullable: true
365
+ },
366
+ languagesMap: {
367
+ type: 'object',
368
+ additionalProperties: {
369
+ type: 'array',
370
+ items: {
371
+ '$ref': '#/components/schemas/Volo.Abp.NameValue'
372
+ }
373
+ },
374
+ nullable: true
375
+ },
376
+ languageFilesMap: {
377
+ type: 'object',
378
+ additionalProperties: {
379
+ type: 'array',
380
+ items: {
381
+ '$ref': '#/components/schemas/Volo.Abp.NameValue'
382
+ }
383
+ },
384
+ nullable: true
385
+ }
386
+ },
387
+ additionalProperties: false
388
+ } as const;
389
+
390
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
391
+ type: 'object',
392
+ properties: {
393
+ resources: {
394
+ type: 'object',
395
+ additionalProperties: {
396
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
397
+ },
398
+ nullable: true
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
+ },
560
+ additionalProperties: false
561
+ } as const;
562
+
563
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
564
+ type: 'object',
565
+ properties: {
566
+ calendarAlgorithmType: {
567
+ type: 'string',
568
+ nullable: true
569
+ },
570
+ dateTimeFormatLong: {
571
+ type: 'string',
572
+ nullable: true
573
+ },
574
+ shortDatePattern: {
575
+ type: 'string',
576
+ nullable: true
577
+ },
578
+ fullDateTimePattern: {
579
+ type: 'string',
580
+ nullable: true
581
+ },
582
+ dateSeparator: {
583
+ type: 'string',
584
+ nullable: true
585
+ },
586
+ shortTimePattern: {
587
+ type: 'string',
588
+ nullable: true
589
+ },
590
+ longTimePattern: {
591
+ type: 'string',
592
+ nullable: true
593
+ }
594
+ },
595
+ additionalProperties: false
596
+ } as const;
597
+
598
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
599
+ type: 'object',
600
+ properties: {
601
+ timeZoneName: {
602
+ type: 'string',
603
+ nullable: true
604
+ }
605
+ },
606
+ additionalProperties: false
607
+ } as const;
608
+
609
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
610
+ type: 'object',
611
+ properties: {
612
+ properties: {
613
+ type: 'object',
614
+ additionalProperties: {
615
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto'
616
+ },
617
+ nullable: true
618
+ },
619
+ configuration: {
620
+ type: 'object',
621
+ additionalProperties: {},
622
+ nullable: true
623
+ }
624
+ },
625
+ additionalProperties: false
626
+ } as const;
627
+
628
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
629
+ type: 'object',
630
+ properties: {
631
+ fields: {
632
+ type: 'array',
633
+ items: {
634
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto'
635
+ },
636
+ nullable: true
637
+ },
638
+ localizationResource: {
639
+ type: 'string',
640
+ nullable: true
641
+ }
642
+ },
643
+ additionalProperties: false
644
+ } as const;
645
+
646
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
647
+ type: 'object',
648
+ properties: {
649
+ name: {
650
+ type: 'string',
651
+ nullable: true
652
+ },
653
+ value: {
654
+ nullable: true
655
+ }
656
+ },
657
+ additionalProperties: false
658
+ } as const;
659
+
660
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
661
+ type: 'object',
662
+ properties: {
663
+ isAvailable: {
664
+ type: 'boolean'
665
+ }
666
+ },
667
+ additionalProperties: false
668
+ } as const;
669
+
670
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
671
+ type: 'object',
672
+ properties: {
673
+ onGet: {
674
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto'
675
+ },
676
+ onCreate: {
677
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto'
678
+ },
679
+ onUpdate: {
680
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto'
681
+ }
682
+ },
683
+ additionalProperties: false
684
+ } as const;
685
+
686
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
687
+ type: 'object',
688
+ properties: {
689
+ isAvailable: {
690
+ type: 'boolean'
691
+ }
692
+ },
693
+ additionalProperties: false
694
+ } as const;
695
+
696
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
697
+ type: 'object',
698
+ properties: {
699
+ isAvailable: {
700
+ type: 'boolean'
701
+ }
702
+ },
703
+ additionalProperties: false
704
+ } as const;
705
+
706
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
707
+ type: 'object',
708
+ properties: {
709
+ typeSimple: {
710
+ type: 'string',
711
+ nullable: true
712
+ },
713
+ config: {
714
+ type: 'object',
715
+ additionalProperties: {},
716
+ nullable: true
717
+ }
718
+ },
719
+ additionalProperties: false
720
+ } as const;
721
+
722
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
723
+ type: 'object',
724
+ properties: {
725
+ type: {
726
+ type: 'string',
727
+ nullable: true
728
+ },
729
+ typeSimple: {
730
+ type: 'string',
731
+ nullable: true
732
+ },
733
+ displayName: {
734
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto'
735
+ },
736
+ api: {
737
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto'
738
+ },
739
+ ui: {
740
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto'
741
+ },
742
+ attributes: {
743
+ type: 'array',
744
+ items: {
745
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto'
746
+ },
747
+ nullable: true
748
+ },
749
+ configuration: {
750
+ type: 'object',
751
+ additionalProperties: {},
752
+ nullable: true
753
+ },
754
+ defaultValue: {
755
+ nullable: true
756
+ }
757
+ },
758
+ additionalProperties: false
759
+ } as const;
760
+
761
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
762
+ type: 'object',
763
+ properties: {
764
+ onTable: {
765
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto'
766
+ },
767
+ onCreateForm: {
768
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
769
+ },
770
+ onEditForm: {
771
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
772
+ },
773
+ lookup: {
774
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto'
775
+ }
776
+ },
777
+ additionalProperties: false
778
+ } as const;
779
+
780
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
781
+ type: 'object',
782
+ properties: {
783
+ isVisible: {
784
+ type: 'boolean'
785
+ }
786
+ },
787
+ additionalProperties: false
788
+ } as const;
789
+
790
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
791
+ type: 'object',
792
+ properties: {
793
+ url: {
794
+ type: 'string',
795
+ nullable: true
796
+ },
797
+ resultListPropertyName: {
798
+ type: 'string',
799
+ nullable: true
800
+ },
801
+ displayPropertyName: {
802
+ type: 'string',
803
+ nullable: true
804
+ },
805
+ valuePropertyName: {
806
+ type: 'string',
807
+ nullable: true
808
+ },
809
+ filterParamName: {
810
+ type: 'string',
811
+ nullable: true
812
+ }
813
+ },
814
+ additionalProperties: false
815
+ } as const;
816
+
817
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
818
+ type: 'object',
819
+ properties: {
820
+ isVisible: {
821
+ type: 'boolean'
822
+ }
823
+ },
824
+ additionalProperties: false
825
+ } as const;
826
+
827
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
828
+ type: 'object',
829
+ properties: {
830
+ name: {
831
+ type: 'string',
832
+ nullable: true
833
+ },
834
+ resource: {
835
+ type: 'string',
836
+ nullable: true
837
+ }
838
+ },
839
+ additionalProperties: false
840
+ } as const;
841
+
842
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
843
+ type: 'object',
844
+ properties: {
845
+ entities: {
846
+ type: 'object',
847
+ additionalProperties: {
848
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto'
849
+ },
850
+ nullable: true
851
+ },
852
+ configuration: {
853
+ type: 'object',
854
+ additionalProperties: {},
855
+ nullable: true
856
+ }
857
+ },
858
+ additionalProperties: false
859
+ } as const;
860
+
861
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
862
+ type: 'object',
863
+ properties: {
864
+ modules: {
865
+ type: 'object',
866
+ additionalProperties: {
867
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto'
868
+ },
869
+ nullable: true
870
+ },
871
+ enums: {
872
+ type: 'object',
873
+ additionalProperties: {
874
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto'
875
+ },
876
+ nullable: true
877
+ }
878
+ },
879
+ additionalProperties: false
880
+ } as const;
881
+
882
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
883
+ type: 'object',
884
+ properties: {
885
+ iana: {
886
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone'
887
+ },
888
+ windows: {
889
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone'
890
+ }
891
+ },
892
+ additionalProperties: false
893
+ } as const;
894
+
895
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
896
+ type: 'object',
897
+ properties: {
898
+ timeZone: {
899
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone'
900
+ }
901
+ },
902
+ additionalProperties: false
903
+ } as const;
904
+
905
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
906
+ type: 'object',
907
+ properties: {
908
+ timeZoneId: {
909
+ type: 'string',
910
+ nullable: true
911
+ }
912
+ },
913
+ additionalProperties: false
914
+ } as const;
915
+
916
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
917
+ type: 'object',
918
+ properties: {
919
+ id: {
920
+ type: 'string',
921
+ format: 'uuid',
922
+ nullable: true
923
+ },
924
+ name: {
925
+ type: 'string',
926
+ nullable: true
927
+ },
928
+ isAvailable: {
929
+ type: 'boolean'
930
+ }
931
+ },
932
+ additionalProperties: false
933
+ } as const;
934
+
935
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
936
+ type: 'object',
937
+ properties: {
938
+ isEnabled: {
939
+ type: 'boolean'
940
+ }
941
+ },
942
+ additionalProperties: false
943
+ } as const;
944
+
945
+ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
946
+ type: 'object',
947
+ properties: {
948
+ uniqueName: {
949
+ type: 'string',
950
+ nullable: true
951
+ },
952
+ name: {
953
+ type: 'string',
954
+ nullable: true
955
+ },
956
+ httpMethod: {
957
+ type: 'string',
958
+ nullable: true
959
+ },
960
+ url: {
961
+ type: 'string',
962
+ nullable: true
963
+ },
964
+ supportedVersions: {
965
+ type: 'array',
966
+ items: {
967
+ type: 'string'
968
+ },
969
+ nullable: true
970
+ },
971
+ parametersOnMethod: {
972
+ type: 'array',
973
+ items: {
974
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
975
+ },
976
+ nullable: true
977
+ },
978
+ parameters: {
979
+ type: 'array',
980
+ items: {
981
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ParameterApiDescriptionModel'
982
+ },
983
+ nullable: true
984
+ },
985
+ returnValue: {
986
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
987
+ },
988
+ allowAnonymous: {
989
+ type: 'boolean',
990
+ nullable: true
991
+ },
992
+ implementFrom: {
993
+ type: 'string',
994
+ nullable: true
995
+ }
996
+ },
997
+ additionalProperties: false
998
+ } as const;
999
+
1000
+ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1001
+ type: 'object',
1002
+ properties: {
1003
+ modules: {
1004
+ type: 'object',
1005
+ additionalProperties: {
1006
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ModuleApiDescriptionModel'
1007
+ },
1008
+ nullable: true
1009
+ },
1010
+ types: {
1011
+ type: 'object',
1012
+ additionalProperties: {
1013
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.TypeApiDescriptionModel'
1014
+ },
1015
+ nullable: true
1016
+ }
1017
+ },
1018
+ additionalProperties: false
1019
+ } as const;
1020
+
1021
+ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1022
+ type: 'object',
1023
+ properties: {
1024
+ controllerName: {
1025
+ type: 'string',
1026
+ nullable: true
1027
+ },
1028
+ controllerGroupName: {
1029
+ type: 'string',
1030
+ nullable: true
1031
+ },
1032
+ isRemoteService: {
1033
+ type: 'boolean'
1034
+ },
1035
+ isIntegrationService: {
1036
+ type: 'boolean'
1037
+ },
1038
+ apiVersion: {
1039
+ type: 'string',
1040
+ nullable: true
1041
+ },
1042
+ type: {
1043
+ type: 'string',
1044
+ nullable: true
1045
+ },
1046
+ interfaces: {
1047
+ type: 'array',
1048
+ items: {
1049
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel'
1050
+ },
1051
+ nullable: true
1052
+ },
1053
+ actions: {
1054
+ type: 'object',
1055
+ additionalProperties: {
1056
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ActionApiDescriptionModel'
1057
+ },
1058
+ nullable: true
1059
+ }
1060
+ },
1061
+ additionalProperties: false
1062
+ } as const;
1063
+
1064
+ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1065
+ type: 'object',
1066
+ properties: {
1067
+ type: {
1068
+ type: 'string',
1069
+ nullable: true
1070
+ },
1071
+ name: {
1072
+ type: 'string',
1073
+ nullable: true
1074
+ },
1075
+ methods: {
1076
+ type: 'array',
1077
+ items: {
1078
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel'
1079
+ },
1080
+ nullable: true
1081
+ }
1082
+ },
1083
+ additionalProperties: false
1084
+ } as const;
1085
+
1086
+ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1087
+ type: 'object',
1088
+ properties: {
1089
+ name: {
1090
+ type: 'string',
1091
+ nullable: true
1092
+ },
1093
+ parametersOnMethod: {
1094
+ type: 'array',
1095
+ items: {
1096
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
1097
+ },
1098
+ nullable: true
1099
+ },
1100
+ returnValue: {
1101
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
1102
+ }
1103
+ },
1104
+ additionalProperties: false
1105
+ } as const;
1106
+
1107
+ export const $Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
1108
+ type: 'object',
1109
+ properties: {
1110
+ name: {
1111
+ type: 'string',
1112
+ nullable: true
1113
+ },
1114
+ typeAsString: {
1115
+ type: 'string',
1116
+ nullable: true
1117
+ },
1118
+ type: {
1119
+ type: 'string',
1120
+ nullable: true
1121
+ },
1122
+ typeSimple: {
1123
+ type: 'string',
1124
+ nullable: true
1125
+ },
1126
+ isOptional: {
1127
+ type: 'boolean'
1128
+ },
1129
+ defaultValue: {
1130
+ nullable: true
1131
+ }
1132
+ },
1133
+ additionalProperties: false
1134
+ } as const;
1135
+
1136
+ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1137
+ type: 'object',
1138
+ properties: {
1139
+ rootPath: {
1140
+ type: 'string',
1141
+ nullable: true
1142
+ },
1143
+ remoteServiceName: {
1144
+ type: 'string',
1145
+ nullable: true
1146
+ },
1147
+ controllers: {
1148
+ type: 'object',
1149
+ additionalProperties: {
1150
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerApiDescriptionModel'
1151
+ },
1152
+ nullable: true
1153
+ }
1154
+ },
1155
+ additionalProperties: false
1156
+ } as const;
1157
+
1158
+ export const $Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
1159
+ type: 'object',
1160
+ properties: {
1161
+ nameOnMethod: {
1162
+ type: 'string',
1163
+ nullable: true
1164
+ },
1165
+ name: {
1166
+ type: 'string',
1167
+ nullable: true
1168
+ },
1169
+ jsonName: {
1170
+ type: 'string',
1171
+ nullable: true
1172
+ },
1173
+ type: {
1174
+ type: 'string',
1175
+ nullable: true
1176
+ },
1177
+ typeSimple: {
1178
+ type: 'string',
1179
+ nullable: true
1180
+ },
1181
+ isOptional: {
1182
+ type: 'boolean'
1183
+ },
1184
+ defaultValue: {
1185
+ nullable: true
1186
+ },
1187
+ constraintTypes: {
1188
+ type: 'array',
1189
+ items: {
1190
+ type: 'string'
1191
+ },
1192
+ nullable: true
1193
+ },
1194
+ bindingSourceId: {
1195
+ type: 'string',
1196
+ nullable: true
1197
+ },
1198
+ descriptorName: {
1199
+ type: 'string',
1200
+ nullable: true
1201
+ }
1202
+ },
1203
+ additionalProperties: false
1204
+ } as const;
1205
+
1206
+ export const $Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
1207
+ type: 'object',
1208
+ properties: {
1209
+ name: {
1210
+ type: 'string',
1211
+ nullable: true
1212
+ },
1213
+ jsonName: {
1214
+ type: 'string',
1215
+ nullable: true
1216
+ },
1217
+ type: {
1218
+ type: 'string',
1219
+ nullable: true
1220
+ },
1221
+ typeSimple: {
1222
+ type: 'string',
1223
+ nullable: true
1224
+ },
1225
+ isRequired: {
1226
+ type: 'boolean'
1227
+ },
1228
+ minLength: {
1229
+ type: 'integer',
1230
+ format: 'int32',
1231
+ nullable: true
1232
+ },
1233
+ maxLength: {
1234
+ type: 'integer',
1235
+ format: 'int32',
1236
+ nullable: true
1237
+ },
1238
+ minimum: {
1239
+ type: 'string',
1240
+ nullable: true
1241
+ },
1242
+ maximum: {
1243
+ type: 'string',
1244
+ nullable: true
1245
+ },
1246
+ regex: {
1247
+ type: 'string',
1248
+ nullable: true
1249
+ }
1250
+ },
1251
+ additionalProperties: false
1252
+ } as const;
1253
+
1254
+ export const $Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
1255
+ type: 'object',
1256
+ properties: {
1257
+ type: {
1258
+ type: 'string',
1259
+ nullable: true
1260
+ },
1261
+ typeSimple: {
1262
+ type: 'string',
1263
+ nullable: true
1264
+ }
1265
+ },
1266
+ additionalProperties: false
1267
+ } as const;
1268
+
1269
+ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1270
+ type: 'object',
1271
+ properties: {
1272
+ baseType: {
1273
+ type: 'string',
1274
+ nullable: true
1275
+ },
1276
+ isEnum: {
1277
+ type: 'boolean'
1278
+ },
1279
+ enumNames: {
1280
+ type: 'array',
1281
+ items: {
1282
+ type: 'string'
1283
+ },
1284
+ nullable: true
1285
+ },
1286
+ enumValues: {
1287
+ type: 'array',
1288
+ items: {},
1289
+ nullable: true
1290
+ },
1291
+ genericArguments: {
1292
+ type: 'array',
1293
+ items: {
1294
+ type: 'string'
1295
+ },
1296
+ nullable: true
1297
+ },
1298
+ properties: {
1299
+ type: 'array',
1300
+ items: {
1301
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.PropertyApiDescriptionModel'
1302
+ },
1303
+ nullable: true
1304
+ }
1305
+ },
1306
+ additionalProperties: false
1307
+ } as const;
1308
+
1309
+ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1310
+ type: 'object',
1311
+ properties: {
1312
+ code: {
1313
+ type: 'string',
1314
+ nullable: true
1315
+ },
1316
+ message: {
1317
+ type: 'string',
1318
+ nullable: true
1319
+ },
1320
+ details: {
1321
+ type: 'string',
1322
+ nullable: true
1323
+ },
1324
+ data: {
1325
+ type: 'object',
1326
+ additionalProperties: {},
1327
+ nullable: true
1328
+ },
1329
+ validationErrors: {
1330
+ type: 'array',
1331
+ items: {
1332
+ '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceValidationErrorInfo'
1333
+ },
1334
+ nullable: true
1335
+ }
1336
+ },
1337
+ additionalProperties: false
1338
+ } as const;
1339
+
1340
+ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1341
+ type: 'object',
1342
+ properties: {
1343
+ error: {
1344
+ '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceErrorInfo'
1345
+ }
1346
+ },
1347
+ additionalProperties: false
1348
+ } as const;
1349
+
1350
+ export const $Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
1351
+ type: 'object',
1352
+ properties: {
1353
+ message: {
1354
+ type: 'string',
1355
+ nullable: true
1356
+ },
1357
+ members: {
1358
+ type: 'array',
1359
+ items: {
1360
+ type: 'string'
1361
+ },
1362
+ nullable: true
1363
+ }
1364
+ },
1365
+ additionalProperties: false
1366
+ } as const;
1367
+
1368
+ export const $Volo_Abp_Localization_LanguageInfo = {
1369
+ type: 'object',
1370
+ properties: {
1371
+ cultureName: {
1372
+ type: 'string',
1373
+ nullable: true
1374
+ },
1375
+ uiCultureName: {
1376
+ type: 'string',
1377
+ nullable: true
1378
+ },
1379
+ displayName: {
1380
+ type: 'string',
1381
+ nullable: true
1382
+ },
1383
+ twoLetterISOLanguageName: {
1384
+ type: 'string',
1385
+ nullable: true,
1386
+ readOnly: true
1387
+ },
1388
+ flagIcon: {
1389
+ type: 'string',
1390
+ nullable: 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
1525
+ } as const;