@ayasofyazilim/saas 0.0.10 → 0.0.11

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