@ayasofyazilim/saas 0.0.148 → 0.0.150
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.
- package/FileService/schemas.gen.ts +51 -7
- package/FileService/sdk.gen.ts +74 -50
- package/FileService/types.gen.ts +31 -18
- package/package.json +1 -1
|
@@ -6,17 +6,33 @@ export const $PagedResultDto_FileForHumanValidationDto = {
|
|
|
6
6
|
items: {
|
|
7
7
|
type: 'array',
|
|
8
8
|
items: {
|
|
9
|
-
required: ['fileAIValidationStatus', 'fileHumanValidationStatus', 'fileLink', 'id'],
|
|
9
|
+
required: ['fileAIValidationStatus', 'fileHumanValidationStatus', 'fileLink', 'fileName', 'id'],
|
|
10
10
|
type: 'object',
|
|
11
11
|
properties: {
|
|
12
12
|
id: {
|
|
13
13
|
type: 'string',
|
|
14
14
|
format: 'uuid'
|
|
15
15
|
},
|
|
16
|
+
fileName: {
|
|
17
|
+
minLength: 1,
|
|
18
|
+
type: 'string'
|
|
19
|
+
},
|
|
16
20
|
fileLink: {
|
|
17
21
|
minLength: 1,
|
|
18
22
|
type: 'string'
|
|
19
23
|
},
|
|
24
|
+
fileAIOutputJson: {
|
|
25
|
+
type: 'string',
|
|
26
|
+
nullable: true
|
|
27
|
+
},
|
|
28
|
+
fileJsonSchema: {
|
|
29
|
+
type: 'string',
|
|
30
|
+
nullable: true
|
|
31
|
+
},
|
|
32
|
+
fileUIJsonSchema: {
|
|
33
|
+
type: 'string',
|
|
34
|
+
nullable: true
|
|
35
|
+
},
|
|
20
36
|
isValidated: {
|
|
21
37
|
type: 'boolean',
|
|
22
38
|
nullable: true
|
|
@@ -1014,7 +1030,11 @@ export const $UniRefund_FileService_FileTypes_FileTypeCreateDto = {
|
|
|
1014
1030
|
type: 'string',
|
|
1015
1031
|
nullable: true
|
|
1016
1032
|
},
|
|
1017
|
-
|
|
1033
|
+
unstractJsonSchema: {
|
|
1034
|
+
type: 'string',
|
|
1035
|
+
nullable: true
|
|
1036
|
+
},
|
|
1037
|
+
uiJsonSchema: {
|
|
1018
1038
|
type: 'string',
|
|
1019
1039
|
nullable: true
|
|
1020
1040
|
}
|
|
@@ -1106,7 +1126,11 @@ export const $UniRefund_FileService_FileTypes_FileTypeDto = {
|
|
|
1106
1126
|
type: 'string',
|
|
1107
1127
|
nullable: true
|
|
1108
1128
|
},
|
|
1109
|
-
|
|
1129
|
+
unstractJsonSchema: {
|
|
1130
|
+
type: 'string',
|
|
1131
|
+
nullable: true
|
|
1132
|
+
},
|
|
1133
|
+
uiJsonSchema: {
|
|
1110
1134
|
type: 'string',
|
|
1111
1135
|
nullable: true
|
|
1112
1136
|
}
|
|
@@ -1281,7 +1305,11 @@ export const $UniRefund_FileService_FileTypes_FileTypeUpdateDto = {
|
|
|
1281
1305
|
type: 'string',
|
|
1282
1306
|
nullable: true
|
|
1283
1307
|
},
|
|
1284
|
-
|
|
1308
|
+
unstractJsonSchema: {
|
|
1309
|
+
type: 'string',
|
|
1310
|
+
nullable: true
|
|
1311
|
+
},
|
|
1312
|
+
uiJsonSchema: {
|
|
1285
1313
|
type: 'string',
|
|
1286
1314
|
nullable: true
|
|
1287
1315
|
}
|
|
@@ -1432,17 +1460,33 @@ export const $UniRefund_FileService_Files_FileDto = {
|
|
|
1432
1460
|
} as const;
|
|
1433
1461
|
|
|
1434
1462
|
export const $UniRefund_FileService_Files_FileForHumanValidationDto = {
|
|
1435
|
-
required: ['fileAIValidationStatus', 'fileHumanValidationStatus', 'fileLink', 'id'],
|
|
1463
|
+
required: ['fileAIValidationStatus', 'fileHumanValidationStatus', 'fileLink', 'fileName', 'id'],
|
|
1436
1464
|
type: 'object',
|
|
1437
1465
|
properties: {
|
|
1438
1466
|
id: {
|
|
1439
1467
|
type: 'string',
|
|
1440
1468
|
format: 'uuid'
|
|
1441
1469
|
},
|
|
1470
|
+
fileName: {
|
|
1471
|
+
minLength: 1,
|
|
1472
|
+
type: 'string'
|
|
1473
|
+
},
|
|
1442
1474
|
fileLink: {
|
|
1443
1475
|
minLength: 1,
|
|
1444
1476
|
type: 'string'
|
|
1445
1477
|
},
|
|
1478
|
+
fileAIOutputJson: {
|
|
1479
|
+
type: 'string',
|
|
1480
|
+
nullable: true
|
|
1481
|
+
},
|
|
1482
|
+
fileJsonSchema: {
|
|
1483
|
+
type: 'string',
|
|
1484
|
+
nullable: true
|
|
1485
|
+
},
|
|
1486
|
+
fileUIJsonSchema: {
|
|
1487
|
+
type: 'string',
|
|
1488
|
+
nullable: true
|
|
1489
|
+
},
|
|
1446
1490
|
isValidated: {
|
|
1447
1491
|
type: 'boolean',
|
|
1448
1492
|
nullable: true
|
|
@@ -1524,7 +1568,7 @@ export const $UniRefund_FileService_Files_FileResponseDto = {
|
|
|
1524
1568
|
format: 'uuid',
|
|
1525
1569
|
nullable: true
|
|
1526
1570
|
},
|
|
1527
|
-
|
|
1571
|
+
mimeTypeCode: {
|
|
1528
1572
|
type: 'string',
|
|
1529
1573
|
nullable: true
|
|
1530
1574
|
}
|
|
@@ -1571,7 +1615,7 @@ export const $UniRefund_FileService_Files_FileResponseListDto = {
|
|
|
1571
1615
|
enum: ['NotRequired', 'Waiting', 'NotConfirmed', 'Confirmed'],
|
|
1572
1616
|
type: 'string'
|
|
1573
1617
|
},
|
|
1574
|
-
|
|
1618
|
+
mimeTypeCode: {
|
|
1575
1619
|
type: 'string',
|
|
1576
1620
|
nullable: true
|
|
1577
1621
|
},
|
package/FileService/sdk.gen.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
4
|
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiFileServiceFilesByIdData, GetApiFileServiceFilesByIdResponse, GetApiFileServiceFilesForHumanValidationData, GetApiFileServiceFilesForHumanValidationResponse, GetApiFileServiceFilesData, GetApiFileServiceFilesResponse, PostApiFileServiceFilesData, PostApiFileServiceFilesResponse, GetApiFileServiceFilesWithRelationData, GetApiFileServiceFilesWithRelationResponse, GetApiFileServiceFilesByIdDownloadData, PutApiFileServiceFilesByIdValidateOrInvalidateData, PutApiFileServiceFilesByIdValidateOrInvalidateResponse, PutApiFileServiceFilesByIdMetaData, PutApiFileServiceFilesByIdMetaResponse, PostApiFileServiceFilesByIdTriggerAiProcessData, PostApiFileServiceFilesByIdTriggerAiProcessResponse, GetApiFileServiceFileAiInfosByFileIdData, GetApiFileServiceFileAiInfosByFileIdResponse, GetApiFileServiceFileRelationsData, GetApiFileServiceFileRelationsResponse, PostApiFileServiceFileRelationsData, PostApiFileServiceFileRelationsResponse, PutApiFileServiceFileRelationsByIdData, PutApiFileServiceFileRelationsByIdResponse, DeleteApiFileServiceFileRelationsByIdData, DeleteApiFileServiceFileRelationsByIdResponse, GetApiFileServiceFileRelationEntitiesData, GetApiFileServiceFileRelationEntitiesResponse, PostApiFileServiceFileRelationEntitiesData, PostApiFileServiceFileRelationEntitiesResponse, PutApiFileServiceFileRelationEntitiesByIdData, PutApiFileServiceFileRelationEntitiesByIdResponse, DeleteApiFileServiceFileRelationEntitiesByIdData, DeleteApiFileServiceFileRelationEntitiesByIdResponse,
|
|
5
|
+
import type { GetApiFileServiceFilesByIdData, GetApiFileServiceFilesByIdResponse, GetApiFileServiceFilesForHumanValidationData, GetApiFileServiceFilesForHumanValidationResponse, GetApiFileServiceFilesData, GetApiFileServiceFilesResponse, PostApiFileServiceFilesData, PostApiFileServiceFilesResponse, GetApiFileServiceFilesWithRelationData, GetApiFileServiceFilesWithRelationResponse, GetApiFileServiceFilesByIdDownloadData, PutApiFileServiceFilesByIdValidateOrInvalidateData, PutApiFileServiceFilesByIdValidateOrInvalidateResponse, PutApiFileServiceFilesByIdMetaData, PutApiFileServiceFilesByIdMetaResponse, PostApiFileServiceFilesByIdTriggerAiProcessData, PostApiFileServiceFilesByIdTriggerAiProcessResponse, GetApiFileServiceFileAiInfosByFileIdData, GetApiFileServiceFileAiInfosByFileIdResponse, GetApiFileServiceFileRelationsData, GetApiFileServiceFileRelationsResponse, PostApiFileServiceFileRelationsData, PostApiFileServiceFileRelationsResponse, PutApiFileServiceFileRelationsByIdData, PutApiFileServiceFileRelationsByIdResponse, DeleteApiFileServiceFileRelationsByIdData, DeleteApiFileServiceFileRelationsByIdResponse, GetApiFileServiceFileRelationEntitiesData, GetApiFileServiceFileRelationEntitiesResponse, PostApiFileServiceFileRelationEntitiesData, PostApiFileServiceFileRelationEntitiesResponse, PutApiFileServiceFileRelationEntitiesByIdData, PutApiFileServiceFileRelationEntitiesByIdResponse, DeleteApiFileServiceFileRelationEntitiesByIdData, DeleteApiFileServiceFileRelationEntitiesByIdResponse, GetApiFileServiceFileTypesByIdData, GetApiFileServiceFileTypesByIdResponse, PutApiFileServiceFileTypesByIdData, PutApiFileServiceFileTypesByIdResponse, DeleteApiFileServiceFileTypesByIdData, DeleteApiFileServiceFileTypesByIdResponse, GetApiFileServiceFileTypesData, GetApiFileServiceFileTypesResponse, PostApiFileServiceFileTypesData, PostApiFileServiceFileTypesResponse, GetApiFileServiceFileTypeGroupsData, GetApiFileServiceFileTypeGroupsResponse, PostApiFileServiceFileTypeGroupsData, PostApiFileServiceFileTypeGroupsResponse, GetApiFileServiceFileTypeGroupsRulesetData, GetApiFileServiceFileTypeGroupsRulesetResponse, PutApiFileServiceFileTypeGroupsByIdData, PutApiFileServiceFileTypeGroupsByIdResponse, DeleteApiFileServiceFileTypeGroupsByIdData, DeleteApiFileServiceFileTypeGroupsByIdResponse, GetApiFileServiceFileTypeMimeTypesData, GetApiFileServiceFileTypeMimeTypesResponse, PostApiFileServiceFileTypeMimeTypesData, PostApiFileServiceFileTypeMimeTypesResponse, PutApiFileServiceFileTypeMimeTypesByIdData, PutApiFileServiceFileTypeMimeTypesByIdResponse, DeleteApiFileServiceFileTypeMimeTypesByIdData, DeleteApiFileServiceFileTypeMimeTypesByIdResponse, GetApiFileServiceMimeTypesData, GetApiFileServiceMimeTypesResponse, PostApiFileServiceMimeTypesData, PostApiFileServiceMimeTypesResponse, PutApiFileServiceMimeTypesByIdData, PutApiFileServiceMimeTypesByIdResponse, DeleteApiFileServiceMimeTypesByIdData, DeleteApiFileServiceMimeTypesByIdResponse, GetApiFileServiceProvidersData, GetApiFileServiceProvidersResponse, PostApiFileServiceProvidersData, PostApiFileServiceProvidersResponse, PutApiFileServiceProvidersByIdData, PutApiFileServiceProvidersByIdResponse, DeleteApiFileServiceProvidersByIdData, DeleteApiFileServiceProvidersByIdResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class FileService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -523,47 +523,15 @@ export class FileTypeService {
|
|
|
523
523
|
/**
|
|
524
524
|
* @param data The data for the request.
|
|
525
525
|
* @param data.id
|
|
526
|
-
* @param data.fileTypeGroupNamespace
|
|
527
|
-
* @param data.providerId
|
|
528
|
-
* @param data.name
|
|
529
|
-
* @param data.containerName
|
|
530
|
-
* @param data.filePath
|
|
531
|
-
* @param data.namespace
|
|
532
|
-
* @param data.isPublic
|
|
533
|
-
* @param data.dateRequired
|
|
534
|
-
* @param data.isMulti
|
|
535
|
-
* @param data.isTenant
|
|
536
|
-
* @param data.originatorRequired
|
|
537
|
-
* @param data.numberRequired
|
|
538
|
-
* @param data.isFileTypeRequired
|
|
539
|
-
* @param data.sorting
|
|
540
|
-
* @param data.skipCount
|
|
541
|
-
* @param data.maxResultCount
|
|
542
526
|
* @returns unknown Success
|
|
543
527
|
* @throws ApiError
|
|
544
528
|
*/
|
|
545
|
-
public
|
|
529
|
+
public getApiFileServiceFileTypesById(data: GetApiFileServiceFileTypesByIdData): CancelablePromise<GetApiFileServiceFileTypesByIdResponse> {
|
|
546
530
|
return this.httpRequest.request({
|
|
547
531
|
method: 'GET',
|
|
548
|
-
url: '/api/file-service/file-types',
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
FileTypeGroupNamespace: data.fileTypeGroupNamespace,
|
|
552
|
-
ProviderID: data.providerId,
|
|
553
|
-
Name: data.name,
|
|
554
|
-
ContainerName: data.containerName,
|
|
555
|
-
FilePath: data.filePath,
|
|
556
|
-
Namespace: data.namespace,
|
|
557
|
-
IsPublic: data.isPublic,
|
|
558
|
-
DateRequired: data.dateRequired,
|
|
559
|
-
IsMulti: data.isMulti,
|
|
560
|
-
IsTenant: data.isTenant,
|
|
561
|
-
OriginatorRequired: data.originatorRequired,
|
|
562
|
-
NumberRequired: data.numberRequired,
|
|
563
|
-
IsFileTypeRequired: data.isFileTypeRequired,
|
|
564
|
-
Sorting: data.sorting,
|
|
565
|
-
SkipCount: data.skipCount,
|
|
566
|
-
MaxResultCount: data.maxResultCount
|
|
532
|
+
url: '/api/file-service/file-types/{id}',
|
|
533
|
+
path: {
|
|
534
|
+
id: data.id
|
|
567
535
|
},
|
|
568
536
|
errors: {
|
|
569
537
|
400: 'Bad Request',
|
|
@@ -578,14 +546,18 @@ export class FileTypeService {
|
|
|
578
546
|
|
|
579
547
|
/**
|
|
580
548
|
* @param data The data for the request.
|
|
549
|
+
* @param data.id
|
|
581
550
|
* @param data.requestBody
|
|
582
551
|
* @returns unknown Success
|
|
583
552
|
* @throws ApiError
|
|
584
553
|
*/
|
|
585
|
-
public
|
|
554
|
+
public putApiFileServiceFileTypesById(data: PutApiFileServiceFileTypesByIdData): CancelablePromise<PutApiFileServiceFileTypesByIdResponse> {
|
|
586
555
|
return this.httpRequest.request({
|
|
587
|
-
method: '
|
|
588
|
-
url: '/api/file-service/file-types',
|
|
556
|
+
method: 'PUT',
|
|
557
|
+
url: '/api/file-service/file-types/{id}',
|
|
558
|
+
path: {
|
|
559
|
+
id: data.id
|
|
560
|
+
},
|
|
589
561
|
body: data.requestBody,
|
|
590
562
|
mediaType: 'application/json',
|
|
591
563
|
errors: {
|
|
@@ -602,19 +574,16 @@ export class FileTypeService {
|
|
|
602
574
|
/**
|
|
603
575
|
* @param data The data for the request.
|
|
604
576
|
* @param data.id
|
|
605
|
-
* @param data.requestBody
|
|
606
577
|
* @returns unknown Success
|
|
607
578
|
* @throws ApiError
|
|
608
579
|
*/
|
|
609
|
-
public
|
|
580
|
+
public deleteApiFileServiceFileTypesById(data: DeleteApiFileServiceFileTypesByIdData): CancelablePromise<DeleteApiFileServiceFileTypesByIdResponse> {
|
|
610
581
|
return this.httpRequest.request({
|
|
611
|
-
method: '
|
|
582
|
+
method: 'DELETE',
|
|
612
583
|
url: '/api/file-service/file-types/{id}',
|
|
613
584
|
path: {
|
|
614
585
|
id: data.id
|
|
615
586
|
},
|
|
616
|
-
body: data.requestBody,
|
|
617
|
-
mediaType: 'application/json',
|
|
618
587
|
errors: {
|
|
619
588
|
400: 'Bad Request',
|
|
620
589
|
401: 'Unauthorized',
|
|
@@ -629,15 +598,47 @@ export class FileTypeService {
|
|
|
629
598
|
/**
|
|
630
599
|
* @param data The data for the request.
|
|
631
600
|
* @param data.id
|
|
601
|
+
* @param data.fileTypeGroupNamespace
|
|
602
|
+
* @param data.providerId
|
|
603
|
+
* @param data.name
|
|
604
|
+
* @param data.containerName
|
|
605
|
+
* @param data.filePath
|
|
606
|
+
* @param data.namespace
|
|
607
|
+
* @param data.isPublic
|
|
608
|
+
* @param data.dateRequired
|
|
609
|
+
* @param data.isMulti
|
|
610
|
+
* @param data.isTenant
|
|
611
|
+
* @param data.originatorRequired
|
|
612
|
+
* @param data.numberRequired
|
|
613
|
+
* @param data.isFileTypeRequired
|
|
614
|
+
* @param data.sorting
|
|
615
|
+
* @param data.skipCount
|
|
616
|
+
* @param data.maxResultCount
|
|
632
617
|
* @returns unknown Success
|
|
633
618
|
* @throws ApiError
|
|
634
619
|
*/
|
|
635
|
-
public
|
|
620
|
+
public getApiFileServiceFileTypes(data: GetApiFileServiceFileTypesData = {}): CancelablePromise<GetApiFileServiceFileTypesResponse> {
|
|
636
621
|
return this.httpRequest.request({
|
|
637
|
-
method: '
|
|
638
|
-
url: '/api/file-service/file-types
|
|
639
|
-
|
|
640
|
-
|
|
622
|
+
method: 'GET',
|
|
623
|
+
url: '/api/file-service/file-types',
|
|
624
|
+
query: {
|
|
625
|
+
Id: data.id,
|
|
626
|
+
FileTypeGroupNamespace: data.fileTypeGroupNamespace,
|
|
627
|
+
ProviderID: data.providerId,
|
|
628
|
+
Name: data.name,
|
|
629
|
+
ContainerName: data.containerName,
|
|
630
|
+
FilePath: data.filePath,
|
|
631
|
+
Namespace: data.namespace,
|
|
632
|
+
IsPublic: data.isPublic,
|
|
633
|
+
DateRequired: data.dateRequired,
|
|
634
|
+
IsMulti: data.isMulti,
|
|
635
|
+
IsTenant: data.isTenant,
|
|
636
|
+
OriginatorRequired: data.originatorRequired,
|
|
637
|
+
NumberRequired: data.numberRequired,
|
|
638
|
+
IsFileTypeRequired: data.isFileTypeRequired,
|
|
639
|
+
Sorting: data.sorting,
|
|
640
|
+
SkipCount: data.skipCount,
|
|
641
|
+
MaxResultCount: data.maxResultCount
|
|
641
642
|
},
|
|
642
643
|
errors: {
|
|
643
644
|
400: 'Bad Request',
|
|
@@ -650,6 +651,29 @@ export class FileTypeService {
|
|
|
650
651
|
});
|
|
651
652
|
}
|
|
652
653
|
|
|
654
|
+
/**
|
|
655
|
+
* @param data The data for the request.
|
|
656
|
+
* @param data.requestBody
|
|
657
|
+
* @returns unknown Success
|
|
658
|
+
* @throws ApiError
|
|
659
|
+
*/
|
|
660
|
+
public postApiFileServiceFileTypes(data: PostApiFileServiceFileTypesData = {}): CancelablePromise<PostApiFileServiceFileTypesResponse> {
|
|
661
|
+
return this.httpRequest.request({
|
|
662
|
+
method: 'POST',
|
|
663
|
+
url: '/api/file-service/file-types',
|
|
664
|
+
body: data.requestBody,
|
|
665
|
+
mediaType: 'application/json',
|
|
666
|
+
errors: {
|
|
667
|
+
400: 'Bad Request',
|
|
668
|
+
401: 'Unauthorized',
|
|
669
|
+
403: 'Forbidden',
|
|
670
|
+
404: 'Not Found',
|
|
671
|
+
500: 'Server Error',
|
|
672
|
+
501: 'Server Error'
|
|
673
|
+
}
|
|
674
|
+
});
|
|
675
|
+
}
|
|
676
|
+
|
|
653
677
|
}
|
|
654
678
|
|
|
655
679
|
export class FileTypeGroupService {
|
package/FileService/types.gen.ts
CHANGED
|
@@ -152,7 +152,11 @@ export type UniRefund_FileService_Files_FileDto = {
|
|
|
152
152
|
|
|
153
153
|
export type UniRefund_FileService_Files_FileForHumanValidationDto = {
|
|
154
154
|
id: string;
|
|
155
|
+
fileName: string;
|
|
155
156
|
fileLink: string;
|
|
157
|
+
fileAIOutputJson?: (string) | null;
|
|
158
|
+
fileJsonSchema?: (string) | null;
|
|
159
|
+
fileUIJsonSchema?: (string) | null;
|
|
156
160
|
isValidated?: (boolean) | null;
|
|
157
161
|
fileAIValidationStatus: UniRefund_FileService_Enums_FileValidationStatus;
|
|
158
162
|
fileHumanValidationStatus: UniRefund_FileService_Enums_FileValidationStatus;
|
|
@@ -173,7 +177,7 @@ export type UniRefund_FileService_Files_FileResponseDto = {
|
|
|
173
177
|
fileAIValidationStatus?: UniRefund_FileService_Enums_FileValidationStatus;
|
|
174
178
|
fileHumanValidationStatus?: UniRefund_FileService_Enums_FileValidationStatus;
|
|
175
179
|
validatorUser?: (string) | null;
|
|
176
|
-
|
|
180
|
+
mimeTypeCode?: (string) | null;
|
|
177
181
|
};
|
|
178
182
|
|
|
179
183
|
export type UniRefund_FileService_Files_FileResponseListDto = {
|
|
@@ -186,7 +190,7 @@ export type UniRefund_FileService_Files_FileResponseListDto = {
|
|
|
186
190
|
isValidated?: (boolean) | null;
|
|
187
191
|
fileAIValidationStatus?: UniRefund_FileService_Enums_FileValidationStatus;
|
|
188
192
|
fileHumanValidationStatus?: UniRefund_FileService_Enums_FileValidationStatus;
|
|
189
|
-
|
|
193
|
+
mimeTypeCode?: (string) | null;
|
|
190
194
|
validatorUser?: (string) | null;
|
|
191
195
|
};
|
|
192
196
|
|
|
@@ -296,7 +300,8 @@ export type UniRefund_FileService_FileTypes_FileTypeCreateDto = {
|
|
|
296
300
|
unstract2URL?: (string) | null;
|
|
297
301
|
unstract1Token?: (string) | null;
|
|
298
302
|
unstract2Token?: (string) | null;
|
|
299
|
-
|
|
303
|
+
unstractJsonSchema?: (string) | null;
|
|
304
|
+
uiJsonSchema?: (string) | null;
|
|
300
305
|
};
|
|
301
306
|
|
|
302
307
|
export type UniRefund_FileService_FileTypes_FileTypeDto = {
|
|
@@ -323,7 +328,8 @@ export type UniRefund_FileService_FileTypes_FileTypeDto = {
|
|
|
323
328
|
unstract2URL?: (string) | null;
|
|
324
329
|
unstract1Token?: (string) | null;
|
|
325
330
|
unstract2Token?: (string) | null;
|
|
326
|
-
|
|
331
|
+
unstractJsonSchema?: (string) | null;
|
|
332
|
+
uiJsonSchema?: (string) | null;
|
|
327
333
|
};
|
|
328
334
|
|
|
329
335
|
export type UniRefund_FileService_FileTypes_FileTypeListDto = {
|
|
@@ -373,7 +379,8 @@ export type UniRefund_FileService_FileTypes_FileTypeUpdateDto = {
|
|
|
373
379
|
unstract2URL?: (string) | null;
|
|
374
380
|
unstract1Token?: (string) | null;
|
|
375
381
|
unstract2Token?: (string) | null;
|
|
376
|
-
|
|
382
|
+
unstractJsonSchema?: (string) | null;
|
|
383
|
+
uiJsonSchema?: (string) | null;
|
|
377
384
|
};
|
|
378
385
|
|
|
379
386
|
export type UniRefund_FileService_MimeTypes_MimeTypeCreateDto = {
|
|
@@ -956,6 +963,25 @@ export type DeleteApiFileServiceFileRelationEntitiesByIdData = {
|
|
|
956
963
|
|
|
957
964
|
export type DeleteApiFileServiceFileRelationEntitiesByIdResponse = (unknown);
|
|
958
965
|
|
|
966
|
+
export type GetApiFileServiceFileTypesByIdData = {
|
|
967
|
+
id: string;
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
export type GetApiFileServiceFileTypesByIdResponse = (UniRefund_FileService_FileTypes_FileTypeDto);
|
|
971
|
+
|
|
972
|
+
export type PutApiFileServiceFileTypesByIdData = {
|
|
973
|
+
id: string;
|
|
974
|
+
requestBody?: UniRefund_FileService_FileTypes_FileTypeUpdateDto;
|
|
975
|
+
};
|
|
976
|
+
|
|
977
|
+
export type PutApiFileServiceFileTypesByIdResponse = (UniRefund_FileService_FileTypes_FileTypeListDto);
|
|
978
|
+
|
|
979
|
+
export type DeleteApiFileServiceFileTypesByIdData = {
|
|
980
|
+
id: string;
|
|
981
|
+
};
|
|
982
|
+
|
|
983
|
+
export type DeleteApiFileServiceFileTypesByIdResponse = (unknown);
|
|
984
|
+
|
|
959
985
|
export type GetApiFileServiceFileTypesData = {
|
|
960
986
|
containerName?: string;
|
|
961
987
|
dateRequired?: boolean;
|
|
@@ -984,19 +1010,6 @@ export type PostApiFileServiceFileTypesData = {
|
|
|
984
1010
|
|
|
985
1011
|
export type PostApiFileServiceFileTypesResponse = (UniRefund_FileService_FileTypes_FileTypeDto);
|
|
986
1012
|
|
|
987
|
-
export type PutApiFileServiceFileTypesByIdData = {
|
|
988
|
-
id: string;
|
|
989
|
-
requestBody?: UniRefund_FileService_FileTypes_FileTypeUpdateDto;
|
|
990
|
-
};
|
|
991
|
-
|
|
992
|
-
export type PutApiFileServiceFileTypesByIdResponse = (UniRefund_FileService_FileTypes_FileTypeListDto);
|
|
993
|
-
|
|
994
|
-
export type DeleteApiFileServiceFileTypesByIdData = {
|
|
995
|
-
id: string;
|
|
996
|
-
};
|
|
997
|
-
|
|
998
|
-
export type DeleteApiFileServiceFileTypesByIdResponse = (unknown);
|
|
999
|
-
|
|
1000
1013
|
export type GetApiFileServiceFileTypeGroupsData = {
|
|
1001
1014
|
id?: string;
|
|
1002
1015
|
maxResultCount?: number;
|