@ayasofyazilim/saas 0.0.6 → 0.0.8

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 (84) hide show
  1. package/ProjectService/core/ApiError.ts +15 -19
  2. package/ProjectService/core/ApiRequestOptions.ts +12 -16
  3. package/ProjectService/core/ApiResult.ts +7 -11
  4. package/ProjectService/core/CancelablePromise.ts +118 -123
  5. package/ProjectService/core/OpenAPI.ts +48 -24
  6. package/ProjectService/core/request.ts +280 -261
  7. package/ProjectService/index.ts +5 -82
  8. package/ProjectService/schemas.gen.ts +1578 -0
  9. package/ProjectService/services.gen.ts +521 -0
  10. package/ProjectService/types.gen.ts +1356 -0
  11. package/package.json +5 -2
  12. package/swagger.json +4795 -0
  13. package/ProjectService/ProjectServiceClient.ts +0 -46
  14. package/ProjectService/core/BaseHttpRequest.ts +0 -14
  15. package/ProjectService/core/FetchHttpRequest.ts +0 -26
  16. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto.ts +0 -11
  17. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSectionRelationDto.ts +0 -11
  18. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto.ts +0 -11
  19. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDto.ts +0 -11
  20. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto.ts +0 -9
  21. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto.ts +0 -11
  22. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_UpdateProjectSectionDto.ts +0 -10
  23. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectsDto_CreateProjectDto.ts +0 -21
  24. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto.ts +0 -22
  25. package/ProjectService/models/AbpForDeploy_ProjectService_Projects_ProjectDto.ts +0 -23
  26. package/ProjectService/models/AbpForDeploy_ProjectService_Samples_SampleDto.ts +0 -8
  27. package/ProjectService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +0 -10
  28. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +0 -8
  29. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +0 -30
  30. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +0 -8
  31. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +0 -8
  32. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +0 -18
  33. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +0 -9
  34. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +0 -9
  35. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +0 -8
  36. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +0 -8
  37. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +0 -17
  38. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +0 -22
  39. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +0 -14
  40. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +0 -8
  41. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +0 -10
  42. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +0 -10
  43. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +0 -9
  44. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +0 -8
  45. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +0 -13
  46. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +0 -8
  47. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +0 -8
  48. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +0 -9
  49. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +0 -19
  50. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +0 -14
  51. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +0 -8
  52. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +0 -12
  53. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +0 -8
  54. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +0 -9
  55. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +0 -10
  56. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +0 -11
  57. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +0 -11
  58. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +0 -9
  59. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +0 -8
  60. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +0 -10
  61. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +0 -8
  62. package/ProjectService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +0 -20
  63. package/ProjectService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +0 -11
  64. package/ProjectService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +0 -17
  65. package/ProjectService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +0 -11
  66. package/ProjectService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +0 -12
  67. package/ProjectService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +0 -13
  68. package/ProjectService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +0 -11
  69. package/ProjectService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +0 -17
  70. package/ProjectService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +0 -17
  71. package/ProjectService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +0 -9
  72. package/ProjectService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +0 -14
  73. package/ProjectService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +0 -13
  74. package/ProjectService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +0 -9
  75. package/ProjectService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +0 -9
  76. package/ProjectService/models/Volo_Abp_Localization_LanguageInfo.ts +0 -12
  77. package/ProjectService/models/Volo_Abp_NameValue.ts +0 -9
  78. package/ProjectService/services/AbpApiDefinitionService.ts +0 -34
  79. package/ProjectService/services/AbpApplicationConfigurationService.ts +0 -34
  80. package/ProjectService/services/AbpApplicationLocalizationService.ts +0 -37
  81. package/ProjectService/services/ProjectSectionRelationService.ts +0 -143
  82. package/ProjectService/services/ProjectSectionService.ts +0 -143
  83. package/ProjectService/services/ProjectService.ts +0 -149
  84. package/ProjectService/services/ProjectServiceService.ts +0 -46
@@ -0,0 +1,1578 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export const $AbpForDeploy_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto = {
4
+ type: 'object',
5
+ properties: {
6
+ id: {
7
+ type: 'string',
8
+ format: 'uuid'
9
+ },
10
+ projectId: {
11
+ type: 'string',
12
+ format: 'uuid'
13
+ },
14
+ projectSectionId: {
15
+ type: 'string',
16
+ format: 'uuid'
17
+ },
18
+ value: {
19
+ type: 'string',
20
+ nullable: true
21
+ }
22
+ },
23
+ additionalProperties: false
24
+ } as const;
25
+
26
+ export const $AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSectionRelationDto = {
27
+ type: 'object',
28
+ properties: {
29
+ id: {
30
+ type: 'string',
31
+ format: 'uuid'
32
+ },
33
+ projectId: {
34
+ type: 'string',
35
+ format: 'uuid'
36
+ },
37
+ projectSectionId: {
38
+ type: 'string',
39
+ format: 'uuid'
40
+ },
41
+ value: {
42
+ type: 'string',
43
+ nullable: true
44
+ }
45
+ },
46
+ additionalProperties: false
47
+ } as const;
48
+
49
+ export const $AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto = {
50
+ type: 'object',
51
+ properties: {
52
+ id: {
53
+ type: 'string',
54
+ format: 'uuid'
55
+ },
56
+ projectId: {
57
+ type: 'string',
58
+ format: 'uuid'
59
+ },
60
+ projectSectionId: {
61
+ type: 'string',
62
+ format: 'uuid'
63
+ },
64
+ value: {
65
+ type: 'string',
66
+ nullable: true
67
+ }
68
+ },
69
+ additionalProperties: false
70
+ } as const;
71
+
72
+ export const $AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDto = {
73
+ type: 'object',
74
+ properties: {
75
+ id: {
76
+ type: 'string',
77
+ format: 'uuid'
78
+ },
79
+ name: {
80
+ type: 'string',
81
+ nullable: true
82
+ },
83
+ isDefault: {
84
+ type: 'boolean'
85
+ },
86
+ isOptional: {
87
+ type: 'boolean'
88
+ }
89
+ },
90
+ additionalProperties: false
91
+ } as const;
92
+
93
+ export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto = {
94
+ type: 'object',
95
+ properties: {
96
+ name: {
97
+ type: 'string',
98
+ nullable: true
99
+ },
100
+ value: {
101
+ type: 'string',
102
+ nullable: true
103
+ }
104
+ },
105
+ additionalProperties: false
106
+ } as const;
107
+
108
+ export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto = {
109
+ type: 'object',
110
+ properties: {
111
+ id: {
112
+ type: 'string',
113
+ format: 'uuid'
114
+ },
115
+ name: {
116
+ type: 'string',
117
+ nullable: true
118
+ },
119
+ isDefault: {
120
+ type: 'boolean'
121
+ },
122
+ isOptional: {
123
+ type: 'boolean'
124
+ }
125
+ },
126
+ additionalProperties: false
127
+ } as const;
128
+
129
+ export const $AbpForDeploy_ProjectService_ProjectSections_UpdateProjectSectionDto = {
130
+ type: 'object',
131
+ properties: {
132
+ name: {
133
+ type: 'string',
134
+ nullable: true
135
+ },
136
+ isDefault: {
137
+ type: 'boolean'
138
+ },
139
+ isOptional: {
140
+ type: 'boolean'
141
+ }
142
+ },
143
+ additionalProperties: false
144
+ } as const;
145
+
146
+ export const $AbpForDeploy_ProjectService_Projects_ProjectDto = {
147
+ type: 'object',
148
+ properties: {
149
+ id: {
150
+ type: 'string',
151
+ format: 'uuid'
152
+ },
153
+ projectName: {
154
+ type: 'string',
155
+ nullable: true
156
+ },
157
+ projectDefinition: {
158
+ type: 'string',
159
+ nullable: true
160
+ },
161
+ cashValue: {
162
+ type: 'integer',
163
+ format: 'int64'
164
+ },
165
+ fundCollectionType: {
166
+ type: 'string',
167
+ nullable: true
168
+ },
169
+ additionalFundRate: {
170
+ type: 'string',
171
+ nullable: true
172
+ },
173
+ qualifiedFundRate: {
174
+ type: 'string',
175
+ nullable: true
176
+ },
177
+ fundNominalAmount: {
178
+ type: 'integer',
179
+ format: 'int64'
180
+ },
181
+ fundableAmount: {
182
+ type: 'integer',
183
+ format: 'int64'
184
+ },
185
+ overFunding: {
186
+ type: 'string'
187
+ },
188
+ privilege: {
189
+ type: 'string',
190
+ nullable: true
191
+ },
192
+ projectStartDate: {
193
+ type: 'string',
194
+ format: 'date-time'
195
+ },
196
+ projectEndDate: {
197
+ type: 'string',
198
+ format: 'date-time'
199
+ },
200
+ projectSectionRelations: {
201
+ type: 'array',
202
+ items: {
203
+ '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSections.ProjectSectionDetailDto'
204
+ },
205
+ nullable: true
206
+ },
207
+ organizationId: {
208
+ type: 'string',
209
+ format: 'uuid'
210
+ }
211
+ },
212
+ additionalProperties: false
213
+ } as const;
214
+
215
+ export const $AbpForDeploy_ProjectService_ProjectsDto_CreateProjectDto = {
216
+ type: 'object',
217
+ properties: {
218
+ id: {
219
+ type: 'string',
220
+ format: 'uuid'
221
+ },
222
+ projectName: {
223
+ type: 'string',
224
+ nullable: true
225
+ },
226
+ projectDefinition: {
227
+ type: 'string',
228
+ nullable: true
229
+ },
230
+ cashValue: {
231
+ type: 'integer',
232
+ format: 'int64'
233
+ },
234
+ additionalFundRate: {
235
+ type: 'string',
236
+ nullable: true
237
+ },
238
+ qualifiedFundRate: {
239
+ type: 'string',
240
+ nullable: true
241
+ },
242
+ fundNominalAmount: {
243
+ type: 'integer',
244
+ format: 'int64'
245
+ },
246
+ fundableAmount: {
247
+ type: 'integer',
248
+ format: 'int64'
249
+ },
250
+ overFunding: {
251
+ type: 'string'
252
+ },
253
+ privilege: {
254
+ type: 'string',
255
+ nullable: true
256
+ },
257
+ projectStartDate: {
258
+ type: 'string',
259
+ format: 'date-time'
260
+ },
261
+ projectEndDate: {
262
+ type: 'string',
263
+ format: 'date-time'
264
+ },
265
+ organizationId: {
266
+ type: 'string',
267
+ format: 'uuid'
268
+ },
269
+ fundCollectionType: {
270
+ maxLength: 4,
271
+ minLength: 0,
272
+ type: 'string',
273
+ nullable: true
274
+ }
275
+ },
276
+ additionalProperties: false
277
+ } as const;
278
+
279
+ export const $AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto = {
280
+ type: 'object',
281
+ properties: {
282
+ id: {
283
+ type: 'string',
284
+ format: 'uuid'
285
+ },
286
+ projectName: {
287
+ type: 'string',
288
+ nullable: true
289
+ },
290
+ projectDefinition: {
291
+ type: 'string',
292
+ nullable: true
293
+ },
294
+ cashValue: {
295
+ type: 'integer',
296
+ format: 'int64'
297
+ },
298
+ additionalFundRate: {
299
+ type: 'string',
300
+ nullable: true
301
+ },
302
+ qualifiedFundRate: {
303
+ type: 'string',
304
+ nullable: true
305
+ },
306
+ fundNominalAmount: {
307
+ type: 'integer',
308
+ format: 'int64'
309
+ },
310
+ fundableAmount: {
311
+ type: 'integer',
312
+ format: 'int64'
313
+ },
314
+ overFunding: {
315
+ type: 'string'
316
+ },
317
+ privilege: {
318
+ type: 'string',
319
+ nullable: true
320
+ },
321
+ projectStartDate: {
322
+ type: 'string',
323
+ format: 'date-time'
324
+ },
325
+ projectEndDate: {
326
+ type: 'string',
327
+ format: 'date-time'
328
+ },
329
+ organizationId: {
330
+ type: 'string',
331
+ format: 'uuid'
332
+ },
333
+ projectId: {
334
+ type: 'string',
335
+ format: 'uuid'
336
+ },
337
+ fundCollectType: {
338
+ maxLength: 4,
339
+ minLength: 0,
340
+ type: 'string',
341
+ nullable: true
342
+ }
343
+ },
344
+ additionalProperties: false
345
+ } as const;
346
+
347
+ export const $AbpForDeploy_ProjectService_Samples_SampleDto = {
348
+ type: 'object',
349
+ properties: {
350
+ value: {
351
+ type: 'integer',
352
+ format: 'int32'
353
+ }
354
+ },
355
+ additionalProperties: false
356
+ } as const;
357
+
358
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSectionRelationDto__AbpForDeploy_ProjectService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
359
+ type: 'object',
360
+ properties: {
361
+ items: {
362
+ type: 'array',
363
+ items: {
364
+ '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSectionRelations.ProjectSectionRelationDto'
365
+ },
366
+ nullable: true
367
+ },
368
+ totalCount: {
369
+ type: 'integer',
370
+ format: 'int64'
371
+ }
372
+ },
373
+ additionalProperties: false
374
+ } as const;
375
+
376
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto__AbpForDeploy_ProjectService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
377
+ type: 'object',
378
+ properties: {
379
+ items: {
380
+ type: 'array',
381
+ items: {
382
+ '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSections.ProjectSectionDto'
383
+ },
384
+ nullable: true
385
+ },
386
+ totalCount: {
387
+ type: 'integer',
388
+ format: 'int64'
389
+ }
390
+ },
391
+ additionalProperties: false
392
+ } as const;
393
+
394
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectService_Projects_ProjectDto__AbpForDeploy_ProjectService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
395
+ type: 'object',
396
+ properties: {
397
+ items: {
398
+ type: 'array',
399
+ items: {
400
+ '$ref': '#/components/schemas/AbpForDeploy.ProjectService.Projects.ProjectDto'
401
+ },
402
+ nullable: true
403
+ },
404
+ totalCount: {
405
+ type: 'integer',
406
+ format: 'int64'
407
+ }
408
+ },
409
+ additionalProperties: false
410
+ } as const;
411
+
412
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
413
+ type: 'object',
414
+ properties: {
415
+ grantedPolicies: {
416
+ type: 'object',
417
+ additionalProperties: {
418
+ type: 'boolean'
419
+ },
420
+ nullable: true
421
+ }
422
+ },
423
+ additionalProperties: false
424
+ } as const;
425
+
426
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
427
+ type: 'object',
428
+ properties: {
429
+ localization: {
430
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto'
431
+ },
432
+ auth: {
433
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto'
434
+ },
435
+ setting: {
436
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto'
437
+ },
438
+ currentUser: {
439
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto'
440
+ },
441
+ features: {
442
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto'
443
+ },
444
+ globalFeatures: {
445
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto'
446
+ },
447
+ multiTenancy: {
448
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
449
+ },
450
+ currentTenant: {
451
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto'
452
+ },
453
+ timing: {
454
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto'
455
+ },
456
+ clock: {
457
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto'
458
+ },
459
+ objectExtensions: {
460
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto'
461
+ },
462
+ extraProperties: {
463
+ type: 'object',
464
+ additionalProperties: {},
465
+ nullable: true
466
+ }
467
+ },
468
+ additionalProperties: false
469
+ } as const;
470
+
471
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
472
+ type: 'object',
473
+ properties: {
474
+ values: {
475
+ type: 'object',
476
+ additionalProperties: {
477
+ type: 'string',
478
+ nullable: true
479
+ },
480
+ nullable: true
481
+ }
482
+ },
483
+ additionalProperties: false
484
+ } as const;
485
+
486
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
487
+ type: 'object',
488
+ properties: {
489
+ enabledFeatures: {
490
+ uniqueItems: true,
491
+ type: 'array',
492
+ items: {
493
+ type: 'string'
494
+ },
495
+ nullable: true
496
+ }
497
+ },
498
+ additionalProperties: false
499
+ } as const;
500
+
501
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
502
+ type: 'object',
503
+ properties: {
504
+ values: {
505
+ type: 'object',
506
+ additionalProperties: {
507
+ type: 'object',
508
+ additionalProperties: {
509
+ type: 'string'
510
+ }
511
+ },
512
+ nullable: true
513
+ },
514
+ resources: {
515
+ type: 'object',
516
+ additionalProperties: {
517
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
518
+ },
519
+ nullable: true
520
+ },
521
+ languages: {
522
+ type: 'array',
523
+ items: {
524
+ '$ref': '#/components/schemas/Volo.Abp.Localization.LanguageInfo'
525
+ },
526
+ nullable: true
527
+ },
528
+ currentCulture: {
529
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
530
+ },
531
+ defaultResourceName: {
532
+ type: 'string',
533
+ nullable: true
534
+ },
535
+ languagesMap: {
536
+ type: 'object',
537
+ additionalProperties: {
538
+ type: 'array',
539
+ items: {
540
+ '$ref': '#/components/schemas/Volo.Abp.NameValue'
541
+ }
542
+ },
543
+ nullable: true
544
+ },
545
+ languageFilesMap: {
546
+ type: 'object',
547
+ additionalProperties: {
548
+ type: 'array',
549
+ items: {
550
+ '$ref': '#/components/schemas/Volo.Abp.NameValue'
551
+ }
552
+ },
553
+ nullable: true
554
+ }
555
+ },
556
+ additionalProperties: false
557
+ } as const;
558
+
559
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
560
+ type: 'object',
561
+ properties: {
562
+ resources: {
563
+ type: 'object',
564
+ additionalProperties: {
565
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
566
+ },
567
+ nullable: true
568
+ }
569
+ },
570
+ additionalProperties: false
571
+ } as const;
572
+
573
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
574
+ type: 'object',
575
+ properties: {
576
+ texts: {
577
+ type: 'object',
578
+ additionalProperties: {
579
+ type: 'string'
580
+ },
581
+ nullable: true
582
+ },
583
+ baseResources: {
584
+ type: 'array',
585
+ items: {
586
+ type: 'string'
587
+ },
588
+ nullable: true
589
+ }
590
+ },
591
+ additionalProperties: false
592
+ } as const;
593
+
594
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
595
+ type: 'object',
596
+ properties: {
597
+ values: {
598
+ type: 'object',
599
+ additionalProperties: {
600
+ type: 'string',
601
+ nullable: true
602
+ },
603
+ nullable: true
604
+ }
605
+ },
606
+ additionalProperties: false
607
+ } as const;
608
+
609
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
610
+ type: 'object',
611
+ properties: {
612
+ kind: {
613
+ type: 'string',
614
+ nullable: true
615
+ }
616
+ },
617
+ additionalProperties: false
618
+ } as const;
619
+
620
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
621
+ type: 'object',
622
+ properties: {
623
+ displayName: {
624
+ type: 'string',
625
+ nullable: true
626
+ },
627
+ englishName: {
628
+ type: 'string',
629
+ nullable: true
630
+ },
631
+ threeLetterIsoLanguageName: {
632
+ type: 'string',
633
+ nullable: true
634
+ },
635
+ twoLetterIsoLanguageName: {
636
+ type: 'string',
637
+ nullable: true
638
+ },
639
+ isRightToLeft: {
640
+ type: 'boolean'
641
+ },
642
+ cultureName: {
643
+ type: 'string',
644
+ nullable: true
645
+ },
646
+ name: {
647
+ type: 'string',
648
+ nullable: true
649
+ },
650
+ nativeName: {
651
+ type: 'string',
652
+ nullable: true
653
+ },
654
+ dateTimeFormat: {
655
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto'
656
+ }
657
+ },
658
+ additionalProperties: false
659
+ } as const;
660
+
661
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
662
+ type: 'object',
663
+ properties: {
664
+ isAuthenticated: {
665
+ type: 'boolean'
666
+ },
667
+ id: {
668
+ type: 'string',
669
+ format: 'uuid',
670
+ nullable: true
671
+ },
672
+ tenantId: {
673
+ type: 'string',
674
+ format: 'uuid',
675
+ nullable: true
676
+ },
677
+ impersonatorUserId: {
678
+ type: 'string',
679
+ format: 'uuid',
680
+ nullable: true
681
+ },
682
+ impersonatorTenantId: {
683
+ type: 'string',
684
+ format: 'uuid',
685
+ nullable: true
686
+ },
687
+ impersonatorUserName: {
688
+ type: 'string',
689
+ nullable: true
690
+ },
691
+ impersonatorTenantName: {
692
+ type: 'string',
693
+ nullable: true
694
+ },
695
+ userName: {
696
+ type: 'string',
697
+ nullable: true
698
+ },
699
+ name: {
700
+ type: 'string',
701
+ nullable: true
702
+ },
703
+ surName: {
704
+ type: 'string',
705
+ nullable: true
706
+ },
707
+ email: {
708
+ type: 'string',
709
+ nullable: true
710
+ },
711
+ emailVerified: {
712
+ type: 'boolean'
713
+ },
714
+ phoneNumber: {
715
+ type: 'string',
716
+ nullable: true
717
+ },
718
+ phoneNumberVerified: {
719
+ type: 'boolean'
720
+ },
721
+ roles: {
722
+ type: 'array',
723
+ items: {
724
+ type: 'string'
725
+ },
726
+ nullable: true
727
+ }
728
+ },
729
+ additionalProperties: false
730
+ } as const;
731
+
732
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
733
+ type: 'object',
734
+ properties: {
735
+ calendarAlgorithmType: {
736
+ type: 'string',
737
+ nullable: true
738
+ },
739
+ dateTimeFormatLong: {
740
+ type: 'string',
741
+ nullable: true
742
+ },
743
+ shortDatePattern: {
744
+ type: 'string',
745
+ nullable: true
746
+ },
747
+ fullDateTimePattern: {
748
+ type: 'string',
749
+ nullable: true
750
+ },
751
+ dateSeparator: {
752
+ type: 'string',
753
+ nullable: true
754
+ },
755
+ shortTimePattern: {
756
+ type: 'string',
757
+ nullable: true
758
+ },
759
+ longTimePattern: {
760
+ type: 'string',
761
+ nullable: true
762
+ }
763
+ },
764
+ additionalProperties: false
765
+ } as const;
766
+
767
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
768
+ type: 'object',
769
+ properties: {
770
+ timeZoneName: {
771
+ type: 'string',
772
+ nullable: true
773
+ }
774
+ },
775
+ additionalProperties: false
776
+ } as const;
777
+
778
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
779
+ type: 'object',
780
+ properties: {
781
+ properties: {
782
+ type: 'object',
783
+ additionalProperties: {
784
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto'
785
+ },
786
+ nullable: true
787
+ },
788
+ configuration: {
789
+ type: 'object',
790
+ additionalProperties: {},
791
+ nullable: true
792
+ }
793
+ },
794
+ additionalProperties: false
795
+ } as const;
796
+
797
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
798
+ type: 'object',
799
+ properties: {
800
+ fields: {
801
+ type: 'array',
802
+ items: {
803
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto'
804
+ },
805
+ nullable: true
806
+ },
807
+ localizationResource: {
808
+ type: 'string',
809
+ nullable: true
810
+ }
811
+ },
812
+ additionalProperties: false
813
+ } as const;
814
+
815
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
816
+ type: 'object',
817
+ properties: {
818
+ name: {
819
+ type: 'string',
820
+ nullable: true
821
+ },
822
+ value: {
823
+ nullable: true
824
+ }
825
+ },
826
+ additionalProperties: false
827
+ } as const;
828
+
829
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
830
+ type: 'object',
831
+ properties: {
832
+ isAvailable: {
833
+ type: 'boolean'
834
+ }
835
+ },
836
+ additionalProperties: false
837
+ } as const;
838
+
839
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
840
+ type: 'object',
841
+ properties: {
842
+ onGet: {
843
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto'
844
+ },
845
+ onCreate: {
846
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto'
847
+ },
848
+ onUpdate: {
849
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto'
850
+ }
851
+ },
852
+ additionalProperties: false
853
+ } as const;
854
+
855
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
856
+ type: 'object',
857
+ properties: {
858
+ isAvailable: {
859
+ type: 'boolean'
860
+ }
861
+ },
862
+ additionalProperties: false
863
+ } as const;
864
+
865
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
866
+ type: 'object',
867
+ properties: {
868
+ isAvailable: {
869
+ type: 'boolean'
870
+ }
871
+ },
872
+ additionalProperties: false
873
+ } as const;
874
+
875
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
876
+ type: 'object',
877
+ properties: {
878
+ typeSimple: {
879
+ type: 'string',
880
+ nullable: true
881
+ },
882
+ config: {
883
+ type: 'object',
884
+ additionalProperties: {},
885
+ nullable: true
886
+ }
887
+ },
888
+ additionalProperties: false
889
+ } as const;
890
+
891
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
892
+ type: 'object',
893
+ properties: {
894
+ type: {
895
+ type: 'string',
896
+ nullable: true
897
+ },
898
+ typeSimple: {
899
+ type: 'string',
900
+ nullable: true
901
+ },
902
+ displayName: {
903
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto'
904
+ },
905
+ api: {
906
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto'
907
+ },
908
+ ui: {
909
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto'
910
+ },
911
+ attributes: {
912
+ type: 'array',
913
+ items: {
914
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto'
915
+ },
916
+ nullable: true
917
+ },
918
+ configuration: {
919
+ type: 'object',
920
+ additionalProperties: {},
921
+ nullable: true
922
+ },
923
+ defaultValue: {
924
+ nullable: true
925
+ }
926
+ },
927
+ additionalProperties: false
928
+ } as const;
929
+
930
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
931
+ type: 'object',
932
+ properties: {
933
+ onTable: {
934
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto'
935
+ },
936
+ onCreateForm: {
937
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
938
+ },
939
+ onEditForm: {
940
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
941
+ },
942
+ lookup: {
943
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto'
944
+ }
945
+ },
946
+ additionalProperties: false
947
+ } as const;
948
+
949
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
950
+ type: 'object',
951
+ properties: {
952
+ isVisible: {
953
+ type: 'boolean'
954
+ }
955
+ },
956
+ additionalProperties: false
957
+ } as const;
958
+
959
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
960
+ type: 'object',
961
+ properties: {
962
+ url: {
963
+ type: 'string',
964
+ nullable: true
965
+ },
966
+ resultListPropertyName: {
967
+ type: 'string',
968
+ nullable: true
969
+ },
970
+ displayPropertyName: {
971
+ type: 'string',
972
+ nullable: true
973
+ },
974
+ valuePropertyName: {
975
+ type: 'string',
976
+ nullable: true
977
+ },
978
+ filterParamName: {
979
+ type: 'string',
980
+ nullable: true
981
+ }
982
+ },
983
+ additionalProperties: false
984
+ } as const;
985
+
986
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
987
+ type: 'object',
988
+ properties: {
989
+ isVisible: {
990
+ type: 'boolean'
991
+ }
992
+ },
993
+ additionalProperties: false
994
+ } as const;
995
+
996
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
997
+ type: 'object',
998
+ properties: {
999
+ name: {
1000
+ type: 'string',
1001
+ nullable: true
1002
+ },
1003
+ resource: {
1004
+ type: 'string',
1005
+ nullable: true
1006
+ }
1007
+ },
1008
+ additionalProperties: false
1009
+ } as const;
1010
+
1011
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
1012
+ type: 'object',
1013
+ properties: {
1014
+ entities: {
1015
+ type: 'object',
1016
+ additionalProperties: {
1017
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto'
1018
+ },
1019
+ nullable: true
1020
+ },
1021
+ configuration: {
1022
+ type: 'object',
1023
+ additionalProperties: {},
1024
+ nullable: true
1025
+ }
1026
+ },
1027
+ additionalProperties: false
1028
+ } as const;
1029
+
1030
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
1031
+ type: 'object',
1032
+ properties: {
1033
+ modules: {
1034
+ type: 'object',
1035
+ additionalProperties: {
1036
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto'
1037
+ },
1038
+ nullable: true
1039
+ },
1040
+ enums: {
1041
+ type: 'object',
1042
+ additionalProperties: {
1043
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto'
1044
+ },
1045
+ nullable: true
1046
+ }
1047
+ },
1048
+ additionalProperties: false
1049
+ } as const;
1050
+
1051
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
1052
+ type: 'object',
1053
+ properties: {
1054
+ iana: {
1055
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone'
1056
+ },
1057
+ windows: {
1058
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone'
1059
+ }
1060
+ },
1061
+ additionalProperties: false
1062
+ } as const;
1063
+
1064
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
1065
+ type: 'object',
1066
+ properties: {
1067
+ timeZone: {
1068
+ '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone'
1069
+ }
1070
+ },
1071
+ additionalProperties: false
1072
+ } as const;
1073
+
1074
+ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
1075
+ type: 'object',
1076
+ properties: {
1077
+ timeZoneId: {
1078
+ type: 'string',
1079
+ nullable: true
1080
+ }
1081
+ },
1082
+ additionalProperties: false
1083
+ } as const;
1084
+
1085
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
1086
+ type: 'object',
1087
+ properties: {
1088
+ id: {
1089
+ type: 'string',
1090
+ format: 'uuid',
1091
+ nullable: true
1092
+ },
1093
+ name: {
1094
+ type: 'string',
1095
+ nullable: true
1096
+ },
1097
+ isAvailable: {
1098
+ type: 'boolean'
1099
+ }
1100
+ },
1101
+ additionalProperties: false
1102
+ } as const;
1103
+
1104
+ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
1105
+ type: 'object',
1106
+ properties: {
1107
+ isEnabled: {
1108
+ type: 'boolean'
1109
+ }
1110
+ },
1111
+ additionalProperties: false
1112
+ } as const;
1113
+
1114
+ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
1115
+ type: 'object',
1116
+ properties: {
1117
+ uniqueName: {
1118
+ type: 'string',
1119
+ nullable: true
1120
+ },
1121
+ name: {
1122
+ type: 'string',
1123
+ nullable: true
1124
+ },
1125
+ httpMethod: {
1126
+ type: 'string',
1127
+ nullable: true
1128
+ },
1129
+ url: {
1130
+ type: 'string',
1131
+ nullable: true
1132
+ },
1133
+ supportedVersions: {
1134
+ type: 'array',
1135
+ items: {
1136
+ type: 'string'
1137
+ },
1138
+ nullable: true
1139
+ },
1140
+ parametersOnMethod: {
1141
+ type: 'array',
1142
+ items: {
1143
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
1144
+ },
1145
+ nullable: true
1146
+ },
1147
+ parameters: {
1148
+ type: 'array',
1149
+ items: {
1150
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ParameterApiDescriptionModel'
1151
+ },
1152
+ nullable: true
1153
+ },
1154
+ returnValue: {
1155
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
1156
+ },
1157
+ allowAnonymous: {
1158
+ type: 'boolean',
1159
+ nullable: true
1160
+ },
1161
+ implementFrom: {
1162
+ type: 'string',
1163
+ nullable: true
1164
+ }
1165
+ },
1166
+ additionalProperties: false
1167
+ } as const;
1168
+
1169
+ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1170
+ type: 'object',
1171
+ properties: {
1172
+ modules: {
1173
+ type: 'object',
1174
+ additionalProperties: {
1175
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ModuleApiDescriptionModel'
1176
+ },
1177
+ nullable: true
1178
+ },
1179
+ types: {
1180
+ type: 'object',
1181
+ additionalProperties: {
1182
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.TypeApiDescriptionModel'
1183
+ },
1184
+ nullable: true
1185
+ }
1186
+ },
1187
+ additionalProperties: false
1188
+ } as const;
1189
+
1190
+ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1191
+ type: 'object',
1192
+ properties: {
1193
+ controllerName: {
1194
+ type: 'string',
1195
+ nullable: true
1196
+ },
1197
+ controllerGroupName: {
1198
+ type: 'string',
1199
+ nullable: true
1200
+ },
1201
+ isRemoteService: {
1202
+ type: 'boolean'
1203
+ },
1204
+ isIntegrationService: {
1205
+ type: 'boolean'
1206
+ },
1207
+ apiVersion: {
1208
+ type: 'string',
1209
+ nullable: true
1210
+ },
1211
+ type: {
1212
+ type: 'string',
1213
+ nullable: true
1214
+ },
1215
+ interfaces: {
1216
+ type: 'array',
1217
+ items: {
1218
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel'
1219
+ },
1220
+ nullable: true
1221
+ },
1222
+ actions: {
1223
+ type: 'object',
1224
+ additionalProperties: {
1225
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ActionApiDescriptionModel'
1226
+ },
1227
+ nullable: true
1228
+ }
1229
+ },
1230
+ additionalProperties: false
1231
+ } as const;
1232
+
1233
+ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1234
+ type: 'object',
1235
+ properties: {
1236
+ type: {
1237
+ type: 'string',
1238
+ nullable: true
1239
+ },
1240
+ name: {
1241
+ type: 'string',
1242
+ nullable: true
1243
+ },
1244
+ methods: {
1245
+ type: 'array',
1246
+ items: {
1247
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel'
1248
+ },
1249
+ nullable: true
1250
+ }
1251
+ },
1252
+ additionalProperties: false
1253
+ } as const;
1254
+
1255
+ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1256
+ type: 'object',
1257
+ properties: {
1258
+ name: {
1259
+ type: 'string',
1260
+ nullable: true
1261
+ },
1262
+ parametersOnMethod: {
1263
+ type: 'array',
1264
+ items: {
1265
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
1266
+ },
1267
+ nullable: true
1268
+ },
1269
+ returnValue: {
1270
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
1271
+ }
1272
+ },
1273
+ additionalProperties: false
1274
+ } as const;
1275
+
1276
+ export const $Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
1277
+ type: 'object',
1278
+ properties: {
1279
+ name: {
1280
+ type: 'string',
1281
+ nullable: true
1282
+ },
1283
+ typeAsString: {
1284
+ type: 'string',
1285
+ nullable: true
1286
+ },
1287
+ type: {
1288
+ type: 'string',
1289
+ nullable: true
1290
+ },
1291
+ typeSimple: {
1292
+ type: 'string',
1293
+ nullable: true
1294
+ },
1295
+ isOptional: {
1296
+ type: 'boolean'
1297
+ },
1298
+ defaultValue: {
1299
+ nullable: true
1300
+ }
1301
+ },
1302
+ additionalProperties: false
1303
+ } as const;
1304
+
1305
+ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1306
+ type: 'object',
1307
+ properties: {
1308
+ rootPath: {
1309
+ type: 'string',
1310
+ nullable: true
1311
+ },
1312
+ remoteServiceName: {
1313
+ type: 'string',
1314
+ nullable: true
1315
+ },
1316
+ controllers: {
1317
+ type: 'object',
1318
+ additionalProperties: {
1319
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerApiDescriptionModel'
1320
+ },
1321
+ nullable: true
1322
+ }
1323
+ },
1324
+ additionalProperties: false
1325
+ } as const;
1326
+
1327
+ export const $Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
1328
+ type: 'object',
1329
+ properties: {
1330
+ nameOnMethod: {
1331
+ type: 'string',
1332
+ nullable: true
1333
+ },
1334
+ name: {
1335
+ type: 'string',
1336
+ nullable: true
1337
+ },
1338
+ jsonName: {
1339
+ type: 'string',
1340
+ nullable: true
1341
+ },
1342
+ type: {
1343
+ type: 'string',
1344
+ nullable: true
1345
+ },
1346
+ typeSimple: {
1347
+ type: 'string',
1348
+ nullable: true
1349
+ },
1350
+ isOptional: {
1351
+ type: 'boolean'
1352
+ },
1353
+ defaultValue: {
1354
+ nullable: true
1355
+ },
1356
+ constraintTypes: {
1357
+ type: 'array',
1358
+ items: {
1359
+ type: 'string'
1360
+ },
1361
+ nullable: true
1362
+ },
1363
+ bindingSourceId: {
1364
+ type: 'string',
1365
+ nullable: true
1366
+ },
1367
+ descriptorName: {
1368
+ type: 'string',
1369
+ nullable: true
1370
+ }
1371
+ },
1372
+ additionalProperties: false
1373
+ } as const;
1374
+
1375
+ export const $Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
1376
+ type: 'object',
1377
+ properties: {
1378
+ name: {
1379
+ type: 'string',
1380
+ nullable: true
1381
+ },
1382
+ jsonName: {
1383
+ type: 'string',
1384
+ nullable: true
1385
+ },
1386
+ type: {
1387
+ type: 'string',
1388
+ nullable: true
1389
+ },
1390
+ typeSimple: {
1391
+ type: 'string',
1392
+ nullable: true
1393
+ },
1394
+ isRequired: {
1395
+ type: 'boolean'
1396
+ },
1397
+ minLength: {
1398
+ type: 'integer',
1399
+ format: 'int32',
1400
+ nullable: true
1401
+ },
1402
+ maxLength: {
1403
+ type: 'integer',
1404
+ format: 'int32',
1405
+ nullable: true
1406
+ },
1407
+ minimum: {
1408
+ type: 'string',
1409
+ nullable: true
1410
+ },
1411
+ maximum: {
1412
+ type: 'string',
1413
+ nullable: true
1414
+ },
1415
+ regex: {
1416
+ type: 'string',
1417
+ nullable: true
1418
+ }
1419
+ },
1420
+ additionalProperties: false
1421
+ } as const;
1422
+
1423
+ export const $Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
1424
+ type: 'object',
1425
+ properties: {
1426
+ type: {
1427
+ type: 'string',
1428
+ nullable: true
1429
+ },
1430
+ typeSimple: {
1431
+ type: 'string',
1432
+ nullable: true
1433
+ }
1434
+ },
1435
+ additionalProperties: false
1436
+ } as const;
1437
+
1438
+ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1439
+ type: 'object',
1440
+ properties: {
1441
+ baseType: {
1442
+ type: 'string',
1443
+ nullable: true
1444
+ },
1445
+ isEnum: {
1446
+ type: 'boolean'
1447
+ },
1448
+ enumNames: {
1449
+ type: 'array',
1450
+ items: {
1451
+ type: 'string'
1452
+ },
1453
+ nullable: true
1454
+ },
1455
+ enumValues: {
1456
+ type: 'array',
1457
+ items: {},
1458
+ nullable: true
1459
+ },
1460
+ genericArguments: {
1461
+ type: 'array',
1462
+ items: {
1463
+ type: 'string'
1464
+ },
1465
+ nullable: true
1466
+ },
1467
+ properties: {
1468
+ type: 'array',
1469
+ items: {
1470
+ '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.PropertyApiDescriptionModel'
1471
+ },
1472
+ nullable: true
1473
+ }
1474
+ },
1475
+ additionalProperties: false
1476
+ } as const;
1477
+
1478
+ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1479
+ type: 'object',
1480
+ properties: {
1481
+ code: {
1482
+ type: 'string',
1483
+ nullable: true
1484
+ },
1485
+ message: {
1486
+ type: 'string',
1487
+ nullable: true
1488
+ },
1489
+ details: {
1490
+ type: 'string',
1491
+ nullable: true
1492
+ },
1493
+ data: {
1494
+ type: 'object',
1495
+ additionalProperties: {},
1496
+ nullable: true
1497
+ },
1498
+ validationErrors: {
1499
+ type: 'array',
1500
+ items: {
1501
+ '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceValidationErrorInfo'
1502
+ },
1503
+ nullable: true
1504
+ }
1505
+ },
1506
+ additionalProperties: false
1507
+ } as const;
1508
+
1509
+ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1510
+ type: 'object',
1511
+ properties: {
1512
+ error: {
1513
+ '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceErrorInfo'
1514
+ }
1515
+ },
1516
+ additionalProperties: false
1517
+ } as const;
1518
+
1519
+ export const $Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
1520
+ type: 'object',
1521
+ properties: {
1522
+ message: {
1523
+ type: 'string',
1524
+ nullable: true
1525
+ },
1526
+ members: {
1527
+ type: 'array',
1528
+ items: {
1529
+ type: 'string'
1530
+ },
1531
+ nullable: true
1532
+ }
1533
+ },
1534
+ additionalProperties: false
1535
+ } as const;
1536
+
1537
+ export const $Volo_Abp_Localization_LanguageInfo = {
1538
+ type: 'object',
1539
+ properties: {
1540
+ cultureName: {
1541
+ type: 'string',
1542
+ nullable: true
1543
+ },
1544
+ uiCultureName: {
1545
+ type: 'string',
1546
+ nullable: true
1547
+ },
1548
+ displayName: {
1549
+ type: 'string',
1550
+ nullable: true
1551
+ },
1552
+ twoLetterISOLanguageName: {
1553
+ type: 'string',
1554
+ nullable: true,
1555
+ readOnly: true
1556
+ },
1557
+ flagIcon: {
1558
+ type: 'string',
1559
+ nullable: true
1560
+ }
1561
+ },
1562
+ additionalProperties: false
1563
+ } as const;
1564
+
1565
+ export const $Volo_Abp_NameValue = {
1566
+ type: 'object',
1567
+ properties: {
1568
+ name: {
1569
+ type: 'string',
1570
+ nullable: true
1571
+ },
1572
+ value: {
1573
+ type: 'string',
1574
+ nullable: true
1575
+ }
1576
+ },
1577
+ additionalProperties: false
1578
+ } as const;