@ayasofyazilim/saas 0.0.59 → 0.0.60
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.
|
@@ -44,28 +44,43 @@ export const $PagedResultDto_ExportValidationDto = {
|
|
|
44
44
|
format: 'date-time',
|
|
45
45
|
nullable: true
|
|
46
46
|
},
|
|
47
|
-
|
|
47
|
+
tenantId: {
|
|
48
48
|
type: 'string',
|
|
49
|
+
format: 'uuid',
|
|
49
50
|
nullable: true
|
|
50
51
|
},
|
|
51
|
-
|
|
52
|
+
tagId: {
|
|
52
53
|
type: 'string',
|
|
54
|
+
format: 'uuid',
|
|
53
55
|
nullable: true
|
|
54
56
|
},
|
|
55
|
-
|
|
57
|
+
exportLocationId: {
|
|
58
|
+
type: 'string',
|
|
59
|
+
format: 'uuid'
|
|
60
|
+
},
|
|
61
|
+
referenceId: {
|
|
56
62
|
type: 'string',
|
|
57
|
-
format: 'date-time',
|
|
58
63
|
nullable: true
|
|
59
64
|
},
|
|
65
|
+
exportDate: {
|
|
66
|
+
type: 'string',
|
|
67
|
+
format: 'date-time'
|
|
68
|
+
},
|
|
60
69
|
status: {
|
|
61
|
-
enum: [
|
|
62
|
-
type: '
|
|
63
|
-
format: 'int32'
|
|
70
|
+
enum: ['None', 'Waiting', 'Approved', 'Rejected', 'Expired'],
|
|
71
|
+
type: 'string'
|
|
64
72
|
},
|
|
65
73
|
stampType: {
|
|
66
|
-
enum: [
|
|
67
|
-
type: '
|
|
68
|
-
|
|
74
|
+
enum: ['None', 'Integration', 'DigitalStamp'],
|
|
75
|
+
type: 'string'
|
|
76
|
+
},
|
|
77
|
+
initialValidationResult: {
|
|
78
|
+
enum: ['None', 'Green'],
|
|
79
|
+
type: 'string'
|
|
80
|
+
},
|
|
81
|
+
finalValidationResult: {
|
|
82
|
+
enum: ['None', 'Green'],
|
|
83
|
+
type: 'string'
|
|
69
84
|
}
|
|
70
85
|
},
|
|
71
86
|
additionalProperties: false
|
|
@@ -87,37 +102,89 @@ export const $UniRefund_ExportValidationService_ExportValidations_CreateExportVa
|
|
|
87
102
|
type: 'string',
|
|
88
103
|
format: 'uuid'
|
|
89
104
|
},
|
|
90
|
-
|
|
105
|
+
tagId: {
|
|
91
106
|
type: 'string',
|
|
107
|
+
format: 'uuid',
|
|
92
108
|
nullable: true
|
|
93
109
|
},
|
|
94
|
-
|
|
110
|
+
exportLocationId: {
|
|
111
|
+
type: 'string',
|
|
112
|
+
format: 'uuid'
|
|
113
|
+
},
|
|
114
|
+
referenceId: {
|
|
95
115
|
type: 'string',
|
|
96
116
|
nullable: true
|
|
97
117
|
},
|
|
98
|
-
|
|
118
|
+
exportDate: {
|
|
99
119
|
type: 'string',
|
|
100
120
|
format: 'date-time',
|
|
101
121
|
nullable: true
|
|
102
122
|
},
|
|
103
123
|
status: {
|
|
104
|
-
enum: [
|
|
105
|
-
type: '
|
|
106
|
-
format: 'int32'
|
|
124
|
+
enum: ['None', 'Waiting', 'Approved', 'Rejected', 'Expired'],
|
|
125
|
+
type: 'string'
|
|
107
126
|
},
|
|
108
127
|
stampType: {
|
|
109
|
-
enum: [
|
|
110
|
-
type: '
|
|
111
|
-
|
|
128
|
+
enum: ['None', 'Integration', 'DigitalStamp'],
|
|
129
|
+
type: 'string'
|
|
130
|
+
},
|
|
131
|
+
initialValidationResult: {
|
|
132
|
+
enum: ['None', 'Green'],
|
|
133
|
+
type: 'string'
|
|
134
|
+
},
|
|
135
|
+
finalValidationResult: {
|
|
136
|
+
enum: ['None', 'Green'],
|
|
137
|
+
type: 'string'
|
|
112
138
|
},
|
|
113
|
-
|
|
139
|
+
creatorId: {
|
|
114
140
|
type: 'string',
|
|
141
|
+
format: 'uuid',
|
|
115
142
|
nullable: true
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
additionalProperties: false
|
|
146
|
+
} as const;
|
|
147
|
+
|
|
148
|
+
export const $UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto = {
|
|
149
|
+
type: 'object',
|
|
150
|
+
properties: {
|
|
151
|
+
id: {
|
|
152
|
+
type: 'string',
|
|
153
|
+
format: 'uuid'
|
|
116
154
|
},
|
|
117
|
-
|
|
155
|
+
tagId: {
|
|
118
156
|
type: 'string',
|
|
119
157
|
format: 'uuid',
|
|
120
158
|
nullable: true
|
|
159
|
+
},
|
|
160
|
+
exportLocationId: {
|
|
161
|
+
type: 'string',
|
|
162
|
+
format: 'uuid'
|
|
163
|
+
},
|
|
164
|
+
referenceId: {
|
|
165
|
+
type: 'string',
|
|
166
|
+
nullable: true
|
|
167
|
+
},
|
|
168
|
+
date: {
|
|
169
|
+
type: 'string',
|
|
170
|
+
format: 'date-time',
|
|
171
|
+
nullable: true
|
|
172
|
+
},
|
|
173
|
+
status: {
|
|
174
|
+
enum: ['None', 'Waiting', 'Approved', 'Rejected', 'Expired'],
|
|
175
|
+
type: 'string'
|
|
176
|
+
},
|
|
177
|
+
stampType: {
|
|
178
|
+
enum: ['None', 'Integration', 'DigitalStamp'],
|
|
179
|
+
type: 'string'
|
|
180
|
+
},
|
|
181
|
+
initialValidationResult: {
|
|
182
|
+
enum: ['None', 'Green'],
|
|
183
|
+
type: 'string'
|
|
184
|
+
},
|
|
185
|
+
finalValidationResult: {
|
|
186
|
+
enum: ['None', 'Green'],
|
|
187
|
+
type: 'string'
|
|
121
188
|
}
|
|
122
189
|
},
|
|
123
190
|
additionalProperties: false
|
|
@@ -162,70 +229,103 @@ export const $UniRefund_ExportValidationService_ExportValidations_ExportValidati
|
|
|
162
229
|
format: 'date-time',
|
|
163
230
|
nullable: true
|
|
164
231
|
},
|
|
165
|
-
|
|
232
|
+
tenantId: {
|
|
166
233
|
type: 'string',
|
|
234
|
+
format: 'uuid',
|
|
167
235
|
nullable: true
|
|
168
236
|
},
|
|
169
|
-
|
|
237
|
+
tagId: {
|
|
170
238
|
type: 'string',
|
|
239
|
+
format: 'uuid',
|
|
171
240
|
nullable: true
|
|
172
241
|
},
|
|
173
|
-
|
|
242
|
+
exportLocationId: {
|
|
243
|
+
type: 'string',
|
|
244
|
+
format: 'uuid'
|
|
245
|
+
},
|
|
246
|
+
referenceId: {
|
|
174
247
|
type: 'string',
|
|
175
|
-
format: 'date-time',
|
|
176
248
|
nullable: true
|
|
177
249
|
},
|
|
250
|
+
exportDate: {
|
|
251
|
+
type: 'string',
|
|
252
|
+
format: 'date-time'
|
|
253
|
+
},
|
|
178
254
|
status: {
|
|
179
|
-
enum: [
|
|
180
|
-
type: '
|
|
181
|
-
format: 'int32'
|
|
255
|
+
enum: ['None', 'Waiting', 'Approved', 'Rejected', 'Expired'],
|
|
256
|
+
type: 'string'
|
|
182
257
|
},
|
|
183
258
|
stampType: {
|
|
184
|
-
enum: [
|
|
185
|
-
type: '
|
|
186
|
-
|
|
259
|
+
enum: ['None', 'Integration', 'DigitalStamp'],
|
|
260
|
+
type: 'string'
|
|
261
|
+
},
|
|
262
|
+
initialValidationResult: {
|
|
263
|
+
enum: ['None', 'Green'],
|
|
264
|
+
type: 'string'
|
|
265
|
+
},
|
|
266
|
+
finalValidationResult: {
|
|
267
|
+
enum: ['None', 'Green'],
|
|
268
|
+
type: 'string'
|
|
187
269
|
}
|
|
188
270
|
},
|
|
189
271
|
additionalProperties: false
|
|
190
272
|
} as const;
|
|
191
273
|
|
|
192
|
-
export const $
|
|
193
|
-
enum: [
|
|
194
|
-
type: '
|
|
195
|
-
format: 'int32'
|
|
274
|
+
export const $UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode = {
|
|
275
|
+
enum: ['None', 'Waiting', 'Approved', 'Rejected', 'Expired'],
|
|
276
|
+
type: 'string'
|
|
196
277
|
} as const;
|
|
197
278
|
|
|
198
|
-
export const $
|
|
199
|
-
enum: [
|
|
200
|
-
type: '
|
|
201
|
-
format: 'int32'
|
|
279
|
+
export const $UniRefund_ExportValidationService_ExportValidations_StampTypeCode = {
|
|
280
|
+
enum: ['None', 'Integration', 'DigitalStamp'],
|
|
281
|
+
type: 'string'
|
|
202
282
|
} as const;
|
|
203
283
|
|
|
204
284
|
export const $UniRefund_ExportValidationService_ExportValidations_UpdateExportValidationDto = {
|
|
205
285
|
type: 'object',
|
|
206
286
|
properties: {
|
|
207
|
-
|
|
287
|
+
tagId: {
|
|
288
|
+
type: 'string',
|
|
289
|
+
format: 'uuid',
|
|
290
|
+
nullable: true
|
|
291
|
+
},
|
|
292
|
+
exportLocationId: {
|
|
293
|
+
type: 'string',
|
|
294
|
+
format: 'uuid'
|
|
295
|
+
},
|
|
296
|
+
referenceId: {
|
|
297
|
+
type: 'string',
|
|
298
|
+
nullable: true
|
|
299
|
+
},
|
|
300
|
+
exportDate: {
|
|
208
301
|
type: 'string',
|
|
209
302
|
format: 'date-time'
|
|
210
303
|
},
|
|
211
304
|
status: {
|
|
212
|
-
enum: [
|
|
213
|
-
type: '
|
|
214
|
-
format: 'int32'
|
|
305
|
+
enum: ['None', 'Waiting', 'Approved', 'Rejected', 'Expired'],
|
|
306
|
+
type: 'string'
|
|
215
307
|
},
|
|
216
308
|
stampType: {
|
|
217
|
-
enum: [
|
|
218
|
-
type: '
|
|
219
|
-
format: 'int32'
|
|
309
|
+
enum: ['None', 'Integration', 'DigitalStamp'],
|
|
310
|
+
type: 'string'
|
|
220
311
|
},
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
312
|
+
initialValidationResult: {
|
|
313
|
+
enum: ['None', 'Green'],
|
|
314
|
+
type: 'string'
|
|
315
|
+
},
|
|
316
|
+
finalValidationResult: {
|
|
317
|
+
enum: ['None', 'Green'],
|
|
318
|
+
type: 'string'
|
|
224
319
|
}
|
|
225
320
|
},
|
|
226
321
|
additionalProperties: false
|
|
227
322
|
} as const;
|
|
228
323
|
|
|
324
|
+
export const $UniRefund_ExportValidationService_ExportValidations_ValidationResult = {
|
|
325
|
+
enum: ['None', 'Green'],
|
|
326
|
+
type: 'string'
|
|
327
|
+
} as const;
|
|
328
|
+
|
|
229
329
|
export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
|
|
230
330
|
type: 'object',
|
|
231
331
|
properties: {
|
|
@@ -225,7 +225,7 @@ export class ExportValidationService {
|
|
|
225
225
|
/**
|
|
226
226
|
* @param data The data for the request.
|
|
227
227
|
* @param data.id
|
|
228
|
-
* @returns
|
|
228
|
+
* @returns UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto Success
|
|
229
229
|
* @throws ApiError
|
|
230
230
|
*/
|
|
231
231
|
public getApiExportValidationServiceExportValidationByIdDetail(data: GetApiExportValidationServiceExportValidationByIdDetailData): CancelablePromise<GetApiExportValidationServiceExportValidationByIdDetailResponse> {
|
|
@@ -7,15 +7,29 @@ export type PagedResultDto_ExportValidationDto = {
|
|
|
7
7
|
|
|
8
8
|
export type UniRefund_ExportValidationService_ExportValidations_CreateExportValidationDto = {
|
|
9
9
|
id?: string;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
tagId?: string | null;
|
|
11
|
+
exportLocationId?: string;
|
|
12
|
+
referenceId?: string | null;
|
|
13
|
+
exportDate?: string | null;
|
|
13
14
|
status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
|
|
14
|
-
stampType?:
|
|
15
|
-
|
|
15
|
+
stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
|
|
16
|
+
initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
17
|
+
finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
16
18
|
creatorId?: string | null;
|
|
17
19
|
};
|
|
18
20
|
|
|
21
|
+
export type UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto = {
|
|
22
|
+
id?: string;
|
|
23
|
+
tagId?: string | null;
|
|
24
|
+
exportLocationId?: string;
|
|
25
|
+
referenceId?: string | null;
|
|
26
|
+
date?: string | null;
|
|
27
|
+
status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
|
|
28
|
+
stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
|
|
29
|
+
initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
30
|
+
finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
31
|
+
};
|
|
32
|
+
|
|
19
33
|
export type UniRefund_ExportValidationService_ExportValidations_ExportValidationDto = {
|
|
20
34
|
id?: string;
|
|
21
35
|
creationTime?: string;
|
|
@@ -25,24 +39,34 @@ export type UniRefund_ExportValidationService_ExportValidations_ExportValidation
|
|
|
25
39
|
isDeleted?: boolean;
|
|
26
40
|
deleterId?: string | null;
|
|
27
41
|
deletionTime?: string | null;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
42
|
+
tenantId?: string | null;
|
|
43
|
+
tagId?: string | null;
|
|
44
|
+
exportLocationId?: string;
|
|
45
|
+
referenceId?: string | null;
|
|
46
|
+
exportDate?: string;
|
|
31
47
|
status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
|
|
32
|
-
stampType?:
|
|
48
|
+
stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
|
|
49
|
+
initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
50
|
+
finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
33
51
|
};
|
|
34
52
|
|
|
35
|
-
export type
|
|
53
|
+
export type UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode = 'None' | 'Waiting' | 'Approved' | 'Rejected' | 'Expired';
|
|
36
54
|
|
|
37
|
-
export type
|
|
55
|
+
export type UniRefund_ExportValidationService_ExportValidations_StampTypeCode = 'None' | 'Integration' | 'DigitalStamp';
|
|
38
56
|
|
|
39
57
|
export type UniRefund_ExportValidationService_ExportValidations_UpdateExportValidationDto = {
|
|
40
|
-
|
|
58
|
+
tagId?: string | null;
|
|
59
|
+
exportLocationId?: string;
|
|
60
|
+
referenceId?: string | null;
|
|
61
|
+
exportDate?: string;
|
|
41
62
|
status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
|
|
42
|
-
stampType?:
|
|
43
|
-
|
|
63
|
+
stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
|
|
64
|
+
initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
65
|
+
finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
|
|
44
66
|
};
|
|
45
67
|
|
|
68
|
+
export type UniRefund_ExportValidationService_ExportValidations_ValidationResult = 'None' | 'Green';
|
|
69
|
+
|
|
46
70
|
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
|
|
47
71
|
grantedPolicies?: {
|
|
48
72
|
[key: string]: (boolean);
|
|
@@ -482,7 +506,7 @@ export type GetApiExportValidationServiceExportValidationByIdDetailData = {
|
|
|
482
506
|
id: string;
|
|
483
507
|
};
|
|
484
508
|
|
|
485
|
-
export type GetApiExportValidationServiceExportValidationByIdDetailResponse =
|
|
509
|
+
export type GetApiExportValidationServiceExportValidationByIdDetailResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto;
|
|
486
510
|
|
|
487
511
|
export type $OpenApiTs = {
|
|
488
512
|
'/api/abp/api-definition': {
|
|
@@ -766,7 +790,7 @@ export type $OpenApiTs = {
|
|
|
766
790
|
/**
|
|
767
791
|
* Success
|
|
768
792
|
*/
|
|
769
|
-
200:
|
|
793
|
+
200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto;
|
|
770
794
|
/**
|
|
771
795
|
* Bad Request
|
|
772
796
|
*/
|