@ayasofyazilim/saas 0.0.8 → 0.0.10

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