@ayasofyazilim/saas 0.0.56 → 0.0.57
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/LocationService/schemas.gen.ts +1960 -1964
- package/LocationService/services.gen.ts +83 -12
- package/LocationService/types.gen.ts +204 -81
- package/package.json +1 -1
|
@@ -1,582 +1,1014 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
|
-
export const $
|
|
4
|
-
required: ['addressLine', 'countryId', 'postalCode', 'type'],
|
|
3
|
+
export const $PagedResultDto_AddressCommonDataDto = {
|
|
5
4
|
type: 'object',
|
|
6
5
|
properties: {
|
|
7
|
-
|
|
8
|
-
type: '
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
6
|
+
items: {
|
|
7
|
+
type: 'array',
|
|
8
|
+
items: {
|
|
9
|
+
required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
|
|
10
|
+
type: 'object',
|
|
11
|
+
properties: {
|
|
12
|
+
id: {
|
|
13
|
+
type: 'string',
|
|
14
|
+
format: 'uuid'
|
|
15
|
+
},
|
|
16
|
+
creationTime: {
|
|
17
|
+
type: 'string',
|
|
18
|
+
format: 'date-time'
|
|
19
|
+
},
|
|
20
|
+
creatorId: {
|
|
21
|
+
type: 'string',
|
|
22
|
+
format: 'uuid',
|
|
23
|
+
nullable: true
|
|
24
|
+
},
|
|
25
|
+
lastModificationTime: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
format: 'date-time',
|
|
28
|
+
nullable: true
|
|
29
|
+
},
|
|
30
|
+
lastModifierId: {
|
|
31
|
+
type: 'string',
|
|
32
|
+
format: 'uuid',
|
|
33
|
+
nullable: true
|
|
34
|
+
},
|
|
35
|
+
isDeleted: {
|
|
36
|
+
type: 'boolean'
|
|
37
|
+
},
|
|
38
|
+
deleterId: {
|
|
39
|
+
type: 'string',
|
|
40
|
+
format: 'uuid',
|
|
41
|
+
nullable: true
|
|
42
|
+
},
|
|
43
|
+
deletionTime: {
|
|
44
|
+
type: 'string',
|
|
45
|
+
format: 'date-time',
|
|
46
|
+
nullable: true
|
|
47
|
+
},
|
|
48
|
+
type: {
|
|
49
|
+
enum: ['Home', 'Office', 'Invoice', 'Contact'],
|
|
50
|
+
type: 'string'
|
|
51
|
+
},
|
|
52
|
+
addressLine: {
|
|
53
|
+
maxLength: 255,
|
|
54
|
+
minLength: 0,
|
|
55
|
+
type: 'string'
|
|
56
|
+
},
|
|
57
|
+
postalCode: {
|
|
58
|
+
maxLength: 255,
|
|
59
|
+
minLength: 0,
|
|
60
|
+
type: 'string'
|
|
61
|
+
},
|
|
62
|
+
fullAddress: {
|
|
63
|
+
maxLength: 255,
|
|
64
|
+
minLength: 0,
|
|
65
|
+
type: 'string'
|
|
66
|
+
},
|
|
67
|
+
primaryFlag: {
|
|
68
|
+
type: 'boolean'
|
|
69
|
+
},
|
|
70
|
+
countryId: {
|
|
71
|
+
type: 'string',
|
|
72
|
+
format: 'uuid'
|
|
73
|
+
},
|
|
74
|
+
regionId: {
|
|
75
|
+
type: 'string',
|
|
76
|
+
format: 'uuid',
|
|
77
|
+
nullable: true
|
|
78
|
+
},
|
|
79
|
+
cityId: {
|
|
80
|
+
type: 'string',
|
|
81
|
+
format: 'uuid'
|
|
82
|
+
},
|
|
83
|
+
districtId: {
|
|
84
|
+
type: 'string',
|
|
85
|
+
format: 'uuid'
|
|
86
|
+
},
|
|
87
|
+
neighborhoodId: {
|
|
88
|
+
type: 'string',
|
|
89
|
+
format: 'uuid',
|
|
90
|
+
nullable: true
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
additionalProperties: false
|
|
94
|
+
},
|
|
47
95
|
nullable: true
|
|
48
96
|
},
|
|
49
|
-
|
|
50
|
-
type: '
|
|
51
|
-
format: '
|
|
52
|
-
nullable: true
|
|
97
|
+
totalCount: {
|
|
98
|
+
type: 'integer',
|
|
99
|
+
format: 'int64'
|
|
53
100
|
}
|
|
54
101
|
},
|
|
55
102
|
additionalProperties: false
|
|
56
103
|
} as const;
|
|
57
104
|
|
|
58
|
-
export const $
|
|
59
|
-
required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
|
|
105
|
+
export const $PagedResultDto_CityDto = {
|
|
60
106
|
type: 'object',
|
|
61
107
|
properties: {
|
|
62
|
-
|
|
63
|
-
type: '
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
108
|
+
items: {
|
|
109
|
+
type: 'array',
|
|
110
|
+
items: {
|
|
111
|
+
required: ['name', 'plateCode', 'regionId'],
|
|
112
|
+
type: 'object',
|
|
113
|
+
properties: {
|
|
114
|
+
id: {
|
|
115
|
+
type: 'string',
|
|
116
|
+
format: 'uuid'
|
|
117
|
+
},
|
|
118
|
+
creationTime: {
|
|
119
|
+
type: 'string',
|
|
120
|
+
format: 'date-time'
|
|
121
|
+
},
|
|
122
|
+
creatorId: {
|
|
123
|
+
type: 'string',
|
|
124
|
+
format: 'uuid',
|
|
125
|
+
nullable: true
|
|
126
|
+
},
|
|
127
|
+
lastModificationTime: {
|
|
128
|
+
type: 'string',
|
|
129
|
+
format: 'date-time',
|
|
130
|
+
nullable: true
|
|
131
|
+
},
|
|
132
|
+
lastModifierId: {
|
|
133
|
+
type: 'string',
|
|
134
|
+
format: 'uuid',
|
|
135
|
+
nullable: true
|
|
136
|
+
},
|
|
137
|
+
isDeleted: {
|
|
138
|
+
type: 'boolean'
|
|
139
|
+
},
|
|
140
|
+
deleterId: {
|
|
141
|
+
type: 'string',
|
|
142
|
+
format: 'uuid',
|
|
143
|
+
nullable: true
|
|
144
|
+
},
|
|
145
|
+
deletionTime: {
|
|
146
|
+
type: 'string',
|
|
147
|
+
format: 'date-time',
|
|
148
|
+
nullable: true
|
|
149
|
+
},
|
|
150
|
+
name: {
|
|
151
|
+
maxLength: 255,
|
|
152
|
+
minLength: 0,
|
|
153
|
+
type: 'string'
|
|
154
|
+
},
|
|
155
|
+
centerLatitudeCoordinate: {
|
|
156
|
+
type: 'number',
|
|
157
|
+
format: 'float',
|
|
158
|
+
nullable: true
|
|
159
|
+
},
|
|
160
|
+
centerLongitudeCoordinate: {
|
|
161
|
+
type: 'number',
|
|
162
|
+
format: 'float',
|
|
163
|
+
nullable: true
|
|
164
|
+
},
|
|
165
|
+
elevation: {
|
|
166
|
+
type: 'number',
|
|
167
|
+
format: 'float',
|
|
168
|
+
nullable: true
|
|
169
|
+
},
|
|
170
|
+
population: {
|
|
171
|
+
type: 'integer',
|
|
172
|
+
format: 'int32',
|
|
173
|
+
nullable: true
|
|
174
|
+
},
|
|
175
|
+
isCapital: {
|
|
176
|
+
type: 'boolean'
|
|
177
|
+
},
|
|
178
|
+
isMetropolitan: {
|
|
179
|
+
type: 'boolean'
|
|
180
|
+
},
|
|
181
|
+
plateCode: {
|
|
182
|
+
type: 'integer',
|
|
183
|
+
format: 'int32'
|
|
184
|
+
},
|
|
185
|
+
regionId: {
|
|
186
|
+
type: 'string',
|
|
187
|
+
format: 'uuid'
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
additionalProperties: false
|
|
191
|
+
},
|
|
96
192
|
nullable: true
|
|
97
193
|
},
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
type: '
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
194
|
+
totalCount: {
|
|
195
|
+
type: 'integer',
|
|
196
|
+
format: 'int64'
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
additionalProperties: false
|
|
200
|
+
} as const;
|
|
201
|
+
|
|
202
|
+
export const $PagedResultDto_CountryCurrencyDto = {
|
|
203
|
+
type: 'object',
|
|
204
|
+
properties: {
|
|
205
|
+
items: {
|
|
206
|
+
type: 'array',
|
|
207
|
+
items: {
|
|
208
|
+
required: ['code', 'currencySymbol', 'decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'negativeCurrencyFormat', 'noOfDigitsAfterDecimal', 'positiveCurrencyFormat'],
|
|
209
|
+
type: 'object',
|
|
210
|
+
properties: {
|
|
211
|
+
id: {
|
|
212
|
+
type: 'string',
|
|
213
|
+
format: 'uuid'
|
|
214
|
+
},
|
|
215
|
+
creationTime: {
|
|
216
|
+
type: 'string',
|
|
217
|
+
format: 'date-time'
|
|
218
|
+
},
|
|
219
|
+
creatorId: {
|
|
220
|
+
type: 'string',
|
|
221
|
+
format: 'uuid',
|
|
222
|
+
nullable: true
|
|
223
|
+
},
|
|
224
|
+
lastModificationTime: {
|
|
225
|
+
type: 'string',
|
|
226
|
+
format: 'date-time',
|
|
227
|
+
nullable: true
|
|
228
|
+
},
|
|
229
|
+
lastModifierId: {
|
|
230
|
+
type: 'string',
|
|
231
|
+
format: 'uuid',
|
|
232
|
+
nullable: true
|
|
233
|
+
},
|
|
234
|
+
isDeleted: {
|
|
235
|
+
type: 'boolean'
|
|
236
|
+
},
|
|
237
|
+
deleterId: {
|
|
238
|
+
type: 'string',
|
|
239
|
+
format: 'uuid',
|
|
240
|
+
nullable: true
|
|
241
|
+
},
|
|
242
|
+
deletionTime: {
|
|
243
|
+
type: 'string',
|
|
244
|
+
format: 'date-time',
|
|
245
|
+
nullable: true
|
|
246
|
+
},
|
|
247
|
+
code: {
|
|
248
|
+
maxLength: 3,
|
|
249
|
+
minLength: 3,
|
|
250
|
+
type: 'string'
|
|
251
|
+
},
|
|
252
|
+
currencySymbol: {
|
|
253
|
+
maxLength: 1,
|
|
254
|
+
minLength: 0,
|
|
255
|
+
type: 'string'
|
|
256
|
+
},
|
|
257
|
+
decimalSymbol: {
|
|
258
|
+
maxLength: 1,
|
|
259
|
+
minLength: 0,
|
|
260
|
+
type: 'string'
|
|
261
|
+
},
|
|
262
|
+
digitGroupingSymbol: {
|
|
263
|
+
maxLength: 1,
|
|
264
|
+
minLength: 0,
|
|
265
|
+
type: 'string'
|
|
266
|
+
},
|
|
267
|
+
noOfDigitsAfterDecimal: {
|
|
268
|
+
type: 'integer',
|
|
269
|
+
format: 'int32'
|
|
270
|
+
},
|
|
271
|
+
positiveCurrencyFormat: {
|
|
272
|
+
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
273
|
+
type: 'string'
|
|
274
|
+
},
|
|
275
|
+
negativeCurrencyFormat: {
|
|
276
|
+
enum: ['WithParentheses', 'WithMinusSign'],
|
|
277
|
+
type: 'string'
|
|
278
|
+
},
|
|
279
|
+
digitGrouping: {
|
|
280
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
281
|
+
type: 'string'
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
additionalProperties: false
|
|
285
|
+
},
|
|
286
|
+
nullable: true
|
|
119
287
|
},
|
|
120
|
-
|
|
121
|
-
type: '
|
|
122
|
-
format: '
|
|
288
|
+
totalCount: {
|
|
289
|
+
type: 'integer',
|
|
290
|
+
format: 'int64'
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
additionalProperties: false
|
|
294
|
+
} as const;
|
|
295
|
+
|
|
296
|
+
export const $PagedResultDto_CountryDateDto = {
|
|
297
|
+
type: 'object',
|
|
298
|
+
properties: {
|
|
299
|
+
items: {
|
|
300
|
+
type: 'array',
|
|
301
|
+
items: {
|
|
302
|
+
required: ['calendarType', 'endYearForTwoDigitYear', 'firstDayOfWeek', 'longDate', 'shortDate', 'startYearForTwoDigitYear'],
|
|
303
|
+
type: 'object',
|
|
304
|
+
properties: {
|
|
305
|
+
id: {
|
|
306
|
+
type: 'string',
|
|
307
|
+
format: 'uuid'
|
|
308
|
+
},
|
|
309
|
+
creationTime: {
|
|
310
|
+
type: 'string',
|
|
311
|
+
format: 'date-time'
|
|
312
|
+
},
|
|
313
|
+
creatorId: {
|
|
314
|
+
type: 'string',
|
|
315
|
+
format: 'uuid',
|
|
316
|
+
nullable: true
|
|
317
|
+
},
|
|
318
|
+
lastModificationTime: {
|
|
319
|
+
type: 'string',
|
|
320
|
+
format: 'date-time',
|
|
321
|
+
nullable: true
|
|
322
|
+
},
|
|
323
|
+
lastModifierId: {
|
|
324
|
+
type: 'string',
|
|
325
|
+
format: 'uuid',
|
|
326
|
+
nullable: true
|
|
327
|
+
},
|
|
328
|
+
isDeleted: {
|
|
329
|
+
type: 'boolean'
|
|
330
|
+
},
|
|
331
|
+
deleterId: {
|
|
332
|
+
type: 'string',
|
|
333
|
+
format: 'uuid',
|
|
334
|
+
nullable: true
|
|
335
|
+
},
|
|
336
|
+
deletionTime: {
|
|
337
|
+
type: 'string',
|
|
338
|
+
format: 'date-time',
|
|
339
|
+
nullable: true
|
|
340
|
+
},
|
|
341
|
+
shortDate: {
|
|
342
|
+
maxLength: 20,
|
|
343
|
+
minLength: 0,
|
|
344
|
+
type: 'string'
|
|
345
|
+
},
|
|
346
|
+
longDate: {
|
|
347
|
+
maxLength: 30,
|
|
348
|
+
minLength: 0,
|
|
349
|
+
type: 'string'
|
|
350
|
+
},
|
|
351
|
+
startYearForTwoDigitYear: {
|
|
352
|
+
minLength: 1,
|
|
353
|
+
type: 'string'
|
|
354
|
+
},
|
|
355
|
+
endYearForTwoDigitYear: {
|
|
356
|
+
minLength: 1,
|
|
357
|
+
type: 'string'
|
|
358
|
+
},
|
|
359
|
+
firstDayOfWeek: {
|
|
360
|
+
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
361
|
+
type: 'string'
|
|
362
|
+
},
|
|
363
|
+
calendarType: {
|
|
364
|
+
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
365
|
+
type: 'string'
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
additionalProperties: false
|
|
369
|
+
},
|
|
370
|
+
nullable: true
|
|
123
371
|
},
|
|
124
|
-
|
|
125
|
-
type: '
|
|
126
|
-
format: '
|
|
372
|
+
totalCount: {
|
|
373
|
+
type: 'integer',
|
|
374
|
+
format: 'int64'
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
additionalProperties: false
|
|
378
|
+
} as const;
|
|
379
|
+
|
|
380
|
+
export const $PagedResultDto_CountryDto = {
|
|
381
|
+
type: 'object',
|
|
382
|
+
properties: {
|
|
383
|
+
items: {
|
|
384
|
+
type: 'array',
|
|
385
|
+
items: {
|
|
386
|
+
required: ['code2', 'code3', 'continent', 'countryCurrencyId', 'countryDateId', 'countryNumberId', 'countryTimeId', 'name', 'timezoneId'],
|
|
387
|
+
type: 'object',
|
|
388
|
+
properties: {
|
|
389
|
+
extraProperties: {
|
|
390
|
+
type: 'object',
|
|
391
|
+
additionalProperties: {},
|
|
392
|
+
nullable: true,
|
|
393
|
+
readOnly: true
|
|
394
|
+
},
|
|
395
|
+
id: {
|
|
396
|
+
type: 'string',
|
|
397
|
+
format: 'uuid'
|
|
398
|
+
},
|
|
399
|
+
creationTime: {
|
|
400
|
+
type: 'string',
|
|
401
|
+
format: 'date-time'
|
|
402
|
+
},
|
|
403
|
+
creatorId: {
|
|
404
|
+
type: 'string',
|
|
405
|
+
format: 'uuid',
|
|
406
|
+
nullable: true
|
|
407
|
+
},
|
|
408
|
+
lastModificationTime: {
|
|
409
|
+
type: 'string',
|
|
410
|
+
format: 'date-time',
|
|
411
|
+
nullable: true
|
|
412
|
+
},
|
|
413
|
+
lastModifierId: {
|
|
414
|
+
type: 'string',
|
|
415
|
+
format: 'uuid',
|
|
416
|
+
nullable: true
|
|
417
|
+
},
|
|
418
|
+
isDeleted: {
|
|
419
|
+
type: 'boolean'
|
|
420
|
+
},
|
|
421
|
+
deleterId: {
|
|
422
|
+
type: 'string',
|
|
423
|
+
format: 'uuid',
|
|
424
|
+
nullable: true
|
|
425
|
+
},
|
|
426
|
+
deletionTime: {
|
|
427
|
+
type: 'string',
|
|
428
|
+
format: 'date-time',
|
|
429
|
+
nullable: true
|
|
430
|
+
},
|
|
431
|
+
code3: {
|
|
432
|
+
maxLength: 3,
|
|
433
|
+
minLength: 0,
|
|
434
|
+
type: 'string'
|
|
435
|
+
},
|
|
436
|
+
code2: {
|
|
437
|
+
maxLength: 2,
|
|
438
|
+
minLength: 0,
|
|
439
|
+
type: 'string'
|
|
440
|
+
},
|
|
441
|
+
name: {
|
|
442
|
+
maxLength: 100,
|
|
443
|
+
minLength: 0,
|
|
444
|
+
type: 'string'
|
|
445
|
+
},
|
|
446
|
+
flagUrl: {
|
|
447
|
+
maxLength: 512,
|
|
448
|
+
minLength: 0,
|
|
449
|
+
type: 'string',
|
|
450
|
+
nullable: true
|
|
451
|
+
},
|
|
452
|
+
population: {
|
|
453
|
+
type: 'integer',
|
|
454
|
+
format: 'int32',
|
|
455
|
+
nullable: true
|
|
456
|
+
},
|
|
457
|
+
isTimezoneCurrentlyDst: {
|
|
458
|
+
type: 'boolean'
|
|
459
|
+
},
|
|
460
|
+
hasRegion: {
|
|
461
|
+
type: 'boolean'
|
|
462
|
+
},
|
|
463
|
+
timezoneId: {
|
|
464
|
+
type: 'string',
|
|
465
|
+
format: 'uuid'
|
|
466
|
+
},
|
|
467
|
+
countryNumberId: {
|
|
468
|
+
type: 'string',
|
|
469
|
+
format: 'uuid'
|
|
470
|
+
},
|
|
471
|
+
countryCurrencyId: {
|
|
472
|
+
type: 'string',
|
|
473
|
+
format: 'uuid'
|
|
474
|
+
},
|
|
475
|
+
countryTimeId: {
|
|
476
|
+
type: 'string',
|
|
477
|
+
format: 'uuid'
|
|
478
|
+
},
|
|
479
|
+
countryDateId: {
|
|
480
|
+
type: 'string',
|
|
481
|
+
format: 'uuid'
|
|
482
|
+
},
|
|
483
|
+
continent: {
|
|
484
|
+
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
485
|
+
type: 'string'
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
additionalProperties: false
|
|
489
|
+
},
|
|
127
490
|
nullable: true
|
|
128
491
|
},
|
|
129
|
-
|
|
130
|
-
type: '
|
|
131
|
-
format: '
|
|
132
|
-
},
|
|
133
|
-
districtId: {
|
|
134
|
-
type: 'string',
|
|
135
|
-
format: 'uuid'
|
|
136
|
-
},
|
|
137
|
-
neighborhoodId: {
|
|
138
|
-
type: 'string',
|
|
139
|
-
format: 'uuid',
|
|
140
|
-
nullable: true
|
|
492
|
+
totalCount: {
|
|
493
|
+
type: 'integer',
|
|
494
|
+
format: 'int64'
|
|
141
495
|
}
|
|
142
496
|
},
|
|
143
497
|
additionalProperties: false
|
|
144
498
|
} as const;
|
|
145
499
|
|
|
146
|
-
export const $
|
|
147
|
-
required: ['addressLine', 'countryId', 'postalCode', 'type'],
|
|
500
|
+
export const $PagedResultDto_CountryNumberDto = {
|
|
148
501
|
type: 'object',
|
|
149
502
|
properties: {
|
|
150
|
-
|
|
151
|
-
type: '
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
503
|
+
items: {
|
|
504
|
+
type: 'array',
|
|
505
|
+
items: {
|
|
506
|
+
required: ['decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'displayLeadingZeros', 'listSeperator', 'measurementSystem', 'negativeNumberFormat', 'negativeSignSymbol', 'noOfDigitsAfterDecimal', 'standardDigits', 'useNativeDigits'],
|
|
507
|
+
type: 'object',
|
|
508
|
+
properties: {
|
|
509
|
+
id: {
|
|
510
|
+
type: 'string',
|
|
511
|
+
format: 'uuid'
|
|
512
|
+
},
|
|
513
|
+
creationTime: {
|
|
514
|
+
type: 'string',
|
|
515
|
+
format: 'date-time'
|
|
516
|
+
},
|
|
517
|
+
creatorId: {
|
|
518
|
+
type: 'string',
|
|
519
|
+
format: 'uuid',
|
|
520
|
+
nullable: true
|
|
521
|
+
},
|
|
522
|
+
lastModificationTime: {
|
|
523
|
+
type: 'string',
|
|
524
|
+
format: 'date-time',
|
|
525
|
+
nullable: true
|
|
526
|
+
},
|
|
527
|
+
lastModifierId: {
|
|
528
|
+
type: 'string',
|
|
529
|
+
format: 'uuid',
|
|
530
|
+
nullable: true
|
|
531
|
+
},
|
|
532
|
+
isDeleted: {
|
|
533
|
+
type: 'boolean'
|
|
534
|
+
},
|
|
535
|
+
deleterId: {
|
|
536
|
+
type: 'string',
|
|
537
|
+
format: 'uuid',
|
|
538
|
+
nullable: true
|
|
539
|
+
},
|
|
540
|
+
deletionTime: {
|
|
541
|
+
type: 'string',
|
|
542
|
+
format: 'date-time',
|
|
543
|
+
nullable: true
|
|
544
|
+
},
|
|
545
|
+
decimalSymbol: {
|
|
546
|
+
maxLength: 1,
|
|
547
|
+
minLength: 0,
|
|
548
|
+
type: 'string'
|
|
549
|
+
},
|
|
550
|
+
digitGroupingSymbol: {
|
|
551
|
+
maxLength: 1,
|
|
552
|
+
minLength: 0,
|
|
553
|
+
type: 'string'
|
|
554
|
+
},
|
|
555
|
+
negativeSignSymbol: {
|
|
556
|
+
maxLength: 1,
|
|
557
|
+
minLength: 0,
|
|
558
|
+
type: 'string'
|
|
559
|
+
},
|
|
560
|
+
listSeperator: {
|
|
561
|
+
maxLength: 1,
|
|
562
|
+
minLength: 0,
|
|
563
|
+
type: 'string'
|
|
564
|
+
},
|
|
565
|
+
noOfDigitsAfterDecimal: {
|
|
566
|
+
type: 'integer',
|
|
567
|
+
format: 'int32'
|
|
568
|
+
},
|
|
569
|
+
displayLeadingZeros: {
|
|
570
|
+
maxLength: 25,
|
|
571
|
+
minLength: 0,
|
|
572
|
+
type: 'string'
|
|
573
|
+
},
|
|
574
|
+
digitGrouping: {
|
|
575
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
576
|
+
type: 'string'
|
|
577
|
+
},
|
|
578
|
+
negativeNumberFormat: {
|
|
579
|
+
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
580
|
+
type: 'string'
|
|
581
|
+
},
|
|
582
|
+
measurementSystem: {
|
|
583
|
+
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
584
|
+
type: 'string'
|
|
585
|
+
},
|
|
586
|
+
standardDigits: {
|
|
587
|
+
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
588
|
+
type: 'string'
|
|
589
|
+
},
|
|
590
|
+
useNativeDigits: {
|
|
591
|
+
enum: ['Never', 'Always', 'Conditional'],
|
|
592
|
+
type: 'string'
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
additionalProperties: false
|
|
596
|
+
},
|
|
190
597
|
nullable: true
|
|
191
598
|
},
|
|
192
|
-
|
|
193
|
-
type: '
|
|
194
|
-
format: '
|
|
195
|
-
nullable: true
|
|
599
|
+
totalCount: {
|
|
600
|
+
type: 'integer',
|
|
601
|
+
format: 'int64'
|
|
196
602
|
}
|
|
197
603
|
},
|
|
198
604
|
additionalProperties: false
|
|
199
605
|
} as const;
|
|
200
606
|
|
|
201
|
-
export const $
|
|
202
|
-
required: ['name', 'plateCode', 'regionId'],
|
|
607
|
+
export const $PagedResultDto_CountryTimeDto = {
|
|
203
608
|
type: 'object',
|
|
204
609
|
properties: {
|
|
205
|
-
|
|
206
|
-
type: '
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
610
|
+
items: {
|
|
611
|
+
type: 'array',
|
|
612
|
+
items: {
|
|
613
|
+
required: ['amSymbol', 'longTime', 'pmSymbol', 'shortTime'],
|
|
614
|
+
type: 'object',
|
|
615
|
+
properties: {
|
|
616
|
+
id: {
|
|
617
|
+
type: 'string',
|
|
618
|
+
format: 'uuid'
|
|
619
|
+
},
|
|
620
|
+
creationTime: {
|
|
621
|
+
type: 'string',
|
|
622
|
+
format: 'date-time'
|
|
623
|
+
},
|
|
624
|
+
creatorId: {
|
|
625
|
+
type: 'string',
|
|
626
|
+
format: 'uuid',
|
|
627
|
+
nullable: true
|
|
628
|
+
},
|
|
629
|
+
lastModificationTime: {
|
|
630
|
+
type: 'string',
|
|
631
|
+
format: 'date-time',
|
|
632
|
+
nullable: true
|
|
633
|
+
},
|
|
634
|
+
lastModifierId: {
|
|
635
|
+
type: 'string',
|
|
636
|
+
format: 'uuid',
|
|
637
|
+
nullable: true
|
|
638
|
+
},
|
|
639
|
+
isDeleted: {
|
|
640
|
+
type: 'boolean'
|
|
641
|
+
},
|
|
642
|
+
deleterId: {
|
|
643
|
+
type: 'string',
|
|
644
|
+
format: 'uuid',
|
|
645
|
+
nullable: true
|
|
646
|
+
},
|
|
647
|
+
deletionTime: {
|
|
648
|
+
type: 'string',
|
|
649
|
+
format: 'date-time',
|
|
650
|
+
nullable: true
|
|
651
|
+
},
|
|
652
|
+
shortTime: {
|
|
653
|
+
maxLength: 20,
|
|
654
|
+
minLength: 0,
|
|
655
|
+
type: 'string'
|
|
656
|
+
},
|
|
657
|
+
longTime: {
|
|
658
|
+
maxLength: 20,
|
|
659
|
+
minLength: 0,
|
|
660
|
+
type: 'string'
|
|
661
|
+
},
|
|
662
|
+
amSymbol: {
|
|
663
|
+
maxLength: 2,
|
|
664
|
+
minLength: 0,
|
|
665
|
+
type: 'string'
|
|
666
|
+
},
|
|
667
|
+
pmSymbol: {
|
|
668
|
+
maxLength: 2,
|
|
669
|
+
minLength: 0,
|
|
670
|
+
type: 'string'
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
additionalProperties: false
|
|
674
|
+
},
|
|
234
675
|
nullable: true
|
|
235
676
|
},
|
|
236
|
-
|
|
237
|
-
type: 'boolean'
|
|
238
|
-
},
|
|
239
|
-
isMetropolitan: {
|
|
240
|
-
type: 'boolean'
|
|
241
|
-
},
|
|
242
|
-
plateCode: {
|
|
677
|
+
totalCount: {
|
|
243
678
|
type: 'integer',
|
|
244
|
-
format: '
|
|
245
|
-
},
|
|
246
|
-
timezoneId: {
|
|
247
|
-
type: 'string',
|
|
248
|
-
format: 'uuid',
|
|
249
|
-
nullable: true
|
|
250
|
-
},
|
|
251
|
-
regionId: {
|
|
252
|
-
type: 'string',
|
|
253
|
-
format: 'uuid'
|
|
679
|
+
format: 'int64'
|
|
254
680
|
}
|
|
255
681
|
},
|
|
256
682
|
additionalProperties: false
|
|
257
683
|
} as const;
|
|
258
684
|
|
|
259
|
-
export const $
|
|
260
|
-
required: ['name', 'plateCode', 'regionId'],
|
|
685
|
+
export const $PagedResultDto_DistrictDto = {
|
|
261
686
|
type: 'object',
|
|
262
687
|
properties: {
|
|
263
|
-
|
|
264
|
-
type: '
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
688
|
+
items: {
|
|
689
|
+
type: 'array',
|
|
690
|
+
items: {
|
|
691
|
+
required: ['cityId', 'name'],
|
|
692
|
+
type: 'object',
|
|
693
|
+
properties: {
|
|
694
|
+
id: {
|
|
695
|
+
type: 'string',
|
|
696
|
+
format: 'uuid'
|
|
697
|
+
},
|
|
698
|
+
creationTime: {
|
|
699
|
+
type: 'string',
|
|
700
|
+
format: 'date-time'
|
|
701
|
+
},
|
|
702
|
+
creatorId: {
|
|
703
|
+
type: 'string',
|
|
704
|
+
format: 'uuid',
|
|
705
|
+
nullable: true
|
|
706
|
+
},
|
|
707
|
+
lastModificationTime: {
|
|
708
|
+
type: 'string',
|
|
709
|
+
format: 'date-time',
|
|
710
|
+
nullable: true
|
|
711
|
+
},
|
|
712
|
+
lastModifierId: {
|
|
713
|
+
type: 'string',
|
|
714
|
+
format: 'uuid',
|
|
715
|
+
nullable: true
|
|
716
|
+
},
|
|
717
|
+
isDeleted: {
|
|
718
|
+
type: 'boolean'
|
|
719
|
+
},
|
|
720
|
+
deleterId: {
|
|
721
|
+
type: 'string',
|
|
722
|
+
format: 'uuid',
|
|
723
|
+
nullable: true
|
|
724
|
+
},
|
|
725
|
+
deletionTime: {
|
|
726
|
+
type: 'string',
|
|
727
|
+
format: 'date-time',
|
|
728
|
+
nullable: true
|
|
729
|
+
},
|
|
730
|
+
name: {
|
|
731
|
+
maxLength: 255,
|
|
732
|
+
minLength: 0,
|
|
733
|
+
type: 'string'
|
|
734
|
+
},
|
|
735
|
+
population: {
|
|
736
|
+
type: 'integer',
|
|
737
|
+
format: 'int32',
|
|
738
|
+
nullable: true
|
|
739
|
+
},
|
|
740
|
+
cityId: {
|
|
741
|
+
type: 'string',
|
|
742
|
+
format: 'uuid'
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
additionalProperties: false
|
|
746
|
+
},
|
|
322
747
|
nullable: true
|
|
323
748
|
},
|
|
324
|
-
|
|
325
|
-
type: 'boolean'
|
|
326
|
-
},
|
|
327
|
-
isMetropolitan: {
|
|
328
|
-
type: 'boolean'
|
|
329
|
-
},
|
|
330
|
-
plateCode: {
|
|
749
|
+
totalCount: {
|
|
331
750
|
type: 'integer',
|
|
332
|
-
format: '
|
|
333
|
-
},
|
|
334
|
-
regionId: {
|
|
335
|
-
type: 'string',
|
|
336
|
-
format: 'uuid'
|
|
751
|
+
format: 'int64'
|
|
337
752
|
}
|
|
338
753
|
},
|
|
339
754
|
additionalProperties: false
|
|
340
755
|
} as const;
|
|
341
756
|
|
|
342
|
-
export const $
|
|
343
|
-
required: ['name', 'plateCode', 'regionId'],
|
|
757
|
+
export const $PagedResultDto_NeighborhoodDto = {
|
|
344
758
|
type: 'object',
|
|
345
759
|
properties: {
|
|
346
|
-
|
|
347
|
-
type: '
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
760
|
+
items: {
|
|
761
|
+
type: 'array',
|
|
762
|
+
items: {
|
|
763
|
+
required: ['districtId', 'name'],
|
|
764
|
+
type: 'object',
|
|
765
|
+
properties: {
|
|
766
|
+
id: {
|
|
767
|
+
type: 'string',
|
|
768
|
+
format: 'uuid'
|
|
769
|
+
},
|
|
770
|
+
creationTime: {
|
|
771
|
+
type: 'string',
|
|
772
|
+
format: 'date-time'
|
|
773
|
+
},
|
|
774
|
+
creatorId: {
|
|
775
|
+
type: 'string',
|
|
776
|
+
format: 'uuid',
|
|
777
|
+
nullable: true
|
|
778
|
+
},
|
|
779
|
+
lastModificationTime: {
|
|
780
|
+
type: 'string',
|
|
781
|
+
format: 'date-time',
|
|
782
|
+
nullable: true
|
|
783
|
+
},
|
|
784
|
+
lastModifierId: {
|
|
785
|
+
type: 'string',
|
|
786
|
+
format: 'uuid',
|
|
787
|
+
nullable: true
|
|
788
|
+
},
|
|
789
|
+
isDeleted: {
|
|
790
|
+
type: 'boolean'
|
|
791
|
+
},
|
|
792
|
+
deleterId: {
|
|
793
|
+
type: 'string',
|
|
794
|
+
format: 'uuid',
|
|
795
|
+
nullable: true
|
|
796
|
+
},
|
|
797
|
+
deletionTime: {
|
|
798
|
+
type: 'string',
|
|
799
|
+
format: 'date-time',
|
|
800
|
+
nullable: true
|
|
801
|
+
},
|
|
802
|
+
name: {
|
|
803
|
+
maxLength: 255,
|
|
804
|
+
minLength: 0,
|
|
805
|
+
type: 'string'
|
|
806
|
+
},
|
|
807
|
+
population: {
|
|
808
|
+
type: 'integer',
|
|
809
|
+
format: 'int32',
|
|
810
|
+
nullable: true
|
|
811
|
+
},
|
|
812
|
+
districtId: {
|
|
813
|
+
type: 'string',
|
|
814
|
+
format: 'uuid'
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
additionalProperties: false
|
|
818
|
+
},
|
|
375
819
|
nullable: true
|
|
376
820
|
},
|
|
377
|
-
|
|
378
|
-
type: 'boolean'
|
|
379
|
-
},
|
|
380
|
-
isMetropolitan: {
|
|
381
|
-
type: 'boolean'
|
|
382
|
-
},
|
|
383
|
-
plateCode: {
|
|
821
|
+
totalCount: {
|
|
384
822
|
type: 'integer',
|
|
385
|
-
format: '
|
|
386
|
-
},
|
|
387
|
-
timezoneId: {
|
|
388
|
-
type: 'string',
|
|
389
|
-
format: 'uuid',
|
|
390
|
-
nullable: true
|
|
391
|
-
},
|
|
392
|
-
regionId: {
|
|
393
|
-
type: 'string',
|
|
394
|
-
format: 'uuid'
|
|
823
|
+
format: 'int64'
|
|
395
824
|
}
|
|
396
825
|
},
|
|
397
826
|
additionalProperties: false
|
|
398
827
|
} as const;
|
|
399
828
|
|
|
400
|
-
export const $
|
|
401
|
-
required: ['code2', 'code3', 'continent', 'countryCurrencyId', 'countryDateId', 'countryNumberId', 'countryTimeId', 'languageId', 'name', 'timezoneId'],
|
|
829
|
+
export const $PagedResultDto_RegionDto = {
|
|
402
830
|
type: 'object',
|
|
403
831
|
properties: {
|
|
404
|
-
|
|
405
|
-
type: '
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
832
|
+
items: {
|
|
833
|
+
type: 'array',
|
|
834
|
+
items: {
|
|
835
|
+
required: ['countryId', 'name'],
|
|
836
|
+
type: 'object',
|
|
837
|
+
properties: {
|
|
838
|
+
id: {
|
|
839
|
+
type: 'string',
|
|
840
|
+
format: 'uuid'
|
|
841
|
+
},
|
|
842
|
+
creationTime: {
|
|
843
|
+
type: 'string',
|
|
844
|
+
format: 'date-time'
|
|
845
|
+
},
|
|
846
|
+
creatorId: {
|
|
847
|
+
type: 'string',
|
|
848
|
+
format: 'uuid',
|
|
849
|
+
nullable: true
|
|
850
|
+
},
|
|
851
|
+
lastModificationTime: {
|
|
852
|
+
type: 'string',
|
|
853
|
+
format: 'date-time',
|
|
854
|
+
nullable: true
|
|
855
|
+
},
|
|
856
|
+
lastModifierId: {
|
|
857
|
+
type: 'string',
|
|
858
|
+
format: 'uuid',
|
|
859
|
+
nullable: true
|
|
860
|
+
},
|
|
861
|
+
isDeleted: {
|
|
862
|
+
type: 'boolean'
|
|
863
|
+
},
|
|
864
|
+
deleterId: {
|
|
865
|
+
type: 'string',
|
|
866
|
+
format: 'uuid',
|
|
867
|
+
nullable: true
|
|
868
|
+
},
|
|
869
|
+
deletionTime: {
|
|
870
|
+
type: 'string',
|
|
871
|
+
format: 'date-time',
|
|
872
|
+
nullable: true
|
|
873
|
+
},
|
|
874
|
+
name: {
|
|
875
|
+
maxLength: 100,
|
|
876
|
+
minLength: 0,
|
|
877
|
+
type: 'string'
|
|
878
|
+
},
|
|
879
|
+
population: {
|
|
880
|
+
type: 'integer',
|
|
881
|
+
format: 'int32',
|
|
882
|
+
nullable: true
|
|
883
|
+
},
|
|
884
|
+
regionalSetting: {
|
|
885
|
+
required: ['regionId'],
|
|
886
|
+
type: 'object',
|
|
887
|
+
properties: {
|
|
888
|
+
id: {
|
|
889
|
+
type: 'string',
|
|
890
|
+
format: 'uuid'
|
|
891
|
+
},
|
|
892
|
+
creationTime: {
|
|
893
|
+
type: 'string',
|
|
894
|
+
format: 'date-time'
|
|
895
|
+
},
|
|
896
|
+
creatorId: {
|
|
897
|
+
type: 'string',
|
|
898
|
+
format: 'uuid',
|
|
899
|
+
nullable: true
|
|
900
|
+
},
|
|
901
|
+
lastModificationTime: {
|
|
902
|
+
type: 'string',
|
|
903
|
+
format: 'date-time',
|
|
904
|
+
nullable: true
|
|
905
|
+
},
|
|
906
|
+
lastModifierId: {
|
|
907
|
+
type: 'string',
|
|
908
|
+
format: 'uuid',
|
|
909
|
+
nullable: true
|
|
910
|
+
},
|
|
911
|
+
isDeleted: {
|
|
912
|
+
type: 'boolean'
|
|
913
|
+
},
|
|
914
|
+
deleterId: {
|
|
915
|
+
type: 'string',
|
|
916
|
+
format: 'uuid',
|
|
917
|
+
nullable: true
|
|
918
|
+
},
|
|
919
|
+
deletionTime: {
|
|
920
|
+
type: 'string',
|
|
921
|
+
format: 'date-time',
|
|
922
|
+
nullable: true
|
|
923
|
+
},
|
|
924
|
+
regionId: {
|
|
925
|
+
type: 'string',
|
|
926
|
+
format: 'uuid'
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
additionalProperties: false
|
|
930
|
+
},
|
|
931
|
+
countryId: {
|
|
932
|
+
type: 'string',
|
|
933
|
+
format: 'uuid'
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
additionalProperties: false
|
|
937
|
+
},
|
|
429
938
|
nullable: true
|
|
430
939
|
},
|
|
431
|
-
|
|
940
|
+
totalCount: {
|
|
432
941
|
type: 'integer',
|
|
433
|
-
format: '
|
|
434
|
-
nullable: true
|
|
435
|
-
},
|
|
436
|
-
isTimezoneCurrentlyDst: {
|
|
437
|
-
type: 'boolean'
|
|
438
|
-
},
|
|
439
|
-
timezoneId: {
|
|
440
|
-
type: 'string',
|
|
441
|
-
format: 'uuid'
|
|
442
|
-
},
|
|
443
|
-
countryNumberId: {
|
|
444
|
-
type: 'string',
|
|
445
|
-
format: 'uuid'
|
|
446
|
-
},
|
|
447
|
-
countryCurrencyId: {
|
|
448
|
-
type: 'string',
|
|
449
|
-
format: 'uuid'
|
|
450
|
-
},
|
|
451
|
-
countryTimeId: {
|
|
452
|
-
type: 'string',
|
|
453
|
-
format: 'uuid'
|
|
454
|
-
},
|
|
455
|
-
countryDateId: {
|
|
456
|
-
type: 'string',
|
|
457
|
-
format: 'uuid'
|
|
458
|
-
},
|
|
459
|
-
continent: {
|
|
460
|
-
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
461
|
-
type: 'string'
|
|
462
|
-
},
|
|
463
|
-
languageId: {
|
|
464
|
-
type: 'string',
|
|
465
|
-
format: 'uuid'
|
|
942
|
+
format: 'int64'
|
|
466
943
|
}
|
|
467
944
|
},
|
|
468
945
|
additionalProperties: false
|
|
469
946
|
} as const;
|
|
470
947
|
|
|
471
|
-
export const $
|
|
472
|
-
required: ['code2', 'code3', 'continent', 'countryCurrencyId', 'countryDateId', 'countryNumberId', 'countryTimeId', 'languageId', 'name', 'timezoneId'],
|
|
948
|
+
export const $PagedResultDto_RegionalSettingDto = {
|
|
473
949
|
type: 'object',
|
|
474
950
|
properties: {
|
|
475
|
-
|
|
476
|
-
type: '
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
minLength: 0,
|
|
525
|
-
type: 'string'
|
|
526
|
-
},
|
|
527
|
-
name: {
|
|
528
|
-
maxLength: 100,
|
|
529
|
-
minLength: 0,
|
|
530
|
-
type: 'string'
|
|
531
|
-
},
|
|
532
|
-
flagUrl: {
|
|
533
|
-
maxLength: 512,
|
|
534
|
-
minLength: 0,
|
|
535
|
-
type: 'string',
|
|
951
|
+
items: {
|
|
952
|
+
type: 'array',
|
|
953
|
+
items: {
|
|
954
|
+
required: ['regionId'],
|
|
955
|
+
type: 'object',
|
|
956
|
+
properties: {
|
|
957
|
+
id: {
|
|
958
|
+
type: 'string',
|
|
959
|
+
format: 'uuid'
|
|
960
|
+
},
|
|
961
|
+
creationTime: {
|
|
962
|
+
type: 'string',
|
|
963
|
+
format: 'date-time'
|
|
964
|
+
},
|
|
965
|
+
creatorId: {
|
|
966
|
+
type: 'string',
|
|
967
|
+
format: 'uuid',
|
|
968
|
+
nullable: true
|
|
969
|
+
},
|
|
970
|
+
lastModificationTime: {
|
|
971
|
+
type: 'string',
|
|
972
|
+
format: 'date-time',
|
|
973
|
+
nullable: true
|
|
974
|
+
},
|
|
975
|
+
lastModifierId: {
|
|
976
|
+
type: 'string',
|
|
977
|
+
format: 'uuid',
|
|
978
|
+
nullable: true
|
|
979
|
+
},
|
|
980
|
+
isDeleted: {
|
|
981
|
+
type: 'boolean'
|
|
982
|
+
},
|
|
983
|
+
deleterId: {
|
|
984
|
+
type: 'string',
|
|
985
|
+
format: 'uuid',
|
|
986
|
+
nullable: true
|
|
987
|
+
},
|
|
988
|
+
deletionTime: {
|
|
989
|
+
type: 'string',
|
|
990
|
+
format: 'date-time',
|
|
991
|
+
nullable: true
|
|
992
|
+
},
|
|
993
|
+
regionId: {
|
|
994
|
+
type: 'string',
|
|
995
|
+
format: 'uuid'
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
additionalProperties: false
|
|
999
|
+
},
|
|
536
1000
|
nullable: true
|
|
537
1001
|
},
|
|
538
|
-
|
|
1002
|
+
totalCount: {
|
|
539
1003
|
type: 'integer',
|
|
540
|
-
format: '
|
|
541
|
-
nullable: true
|
|
542
|
-
},
|
|
543
|
-
isTimezoneCurrentlyDst: {
|
|
544
|
-
type: 'boolean'
|
|
545
|
-
},
|
|
546
|
-
timezoneId: {
|
|
547
|
-
type: 'string',
|
|
548
|
-
format: 'uuid'
|
|
549
|
-
},
|
|
550
|
-
countryNumberId: {
|
|
551
|
-
type: 'string',
|
|
552
|
-
format: 'uuid'
|
|
553
|
-
},
|
|
554
|
-
countryCurrencyId: {
|
|
555
|
-
type: 'string',
|
|
556
|
-
format: 'uuid'
|
|
557
|
-
},
|
|
558
|
-
countryTimeId: {
|
|
559
|
-
type: 'string',
|
|
560
|
-
format: 'uuid'
|
|
561
|
-
},
|
|
562
|
-
countryDateId: {
|
|
563
|
-
type: 'string',
|
|
564
|
-
format: 'uuid'
|
|
565
|
-
},
|
|
566
|
-
continent: {
|
|
567
|
-
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
568
|
-
type: 'string'
|
|
569
|
-
},
|
|
570
|
-
languageId: {
|
|
571
|
-
type: 'string',
|
|
572
|
-
format: 'uuid'
|
|
1004
|
+
format: 'int64'
|
|
573
1005
|
}
|
|
574
1006
|
},
|
|
575
1007
|
additionalProperties: false
|
|
576
1008
|
} as const;
|
|
577
1009
|
|
|
578
|
-
export const $
|
|
579
|
-
required: ['
|
|
1010
|
+
export const $UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto = {
|
|
1011
|
+
required: ['addressLine', 'countryId', 'postalCode', 'type'],
|
|
580
1012
|
type: 'object',
|
|
581
1013
|
properties: {
|
|
582
1014
|
extraProperties: {
|
|
@@ -585,134 +1017,53 @@ export const $UniRefund_LocationService_Countries_CountryUpdateDto = {
|
|
|
585
1017
|
nullable: true,
|
|
586
1018
|
readOnly: true
|
|
587
1019
|
},
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
minLength: 0,
|
|
1020
|
+
type: {
|
|
1021
|
+
enum: ['Home', 'Office', 'Invoice', 'Contact'],
|
|
591
1022
|
type: 'string'
|
|
592
1023
|
},
|
|
593
|
-
|
|
594
|
-
maxLength:
|
|
1024
|
+
addressLine: {
|
|
1025
|
+
maxLength: 255,
|
|
595
1026
|
minLength: 0,
|
|
596
1027
|
type: 'string'
|
|
597
1028
|
},
|
|
598
|
-
|
|
599
|
-
maxLength:
|
|
1029
|
+
postalCode: {
|
|
1030
|
+
maxLength: 255,
|
|
600
1031
|
minLength: 0,
|
|
601
1032
|
type: 'string'
|
|
602
1033
|
},
|
|
603
|
-
|
|
604
|
-
maxLength: 512,
|
|
605
|
-
minLength: 0,
|
|
606
|
-
type: 'string',
|
|
607
|
-
nullable: true
|
|
608
|
-
},
|
|
609
|
-
population: {
|
|
610
|
-
type: 'integer',
|
|
611
|
-
format: 'int32',
|
|
612
|
-
nullable: true
|
|
613
|
-
},
|
|
614
|
-
isTimezoneCurrentlyDst: {
|
|
1034
|
+
primaryFlag: {
|
|
615
1035
|
type: 'boolean'
|
|
616
1036
|
},
|
|
617
|
-
|
|
618
|
-
type: 'string',
|
|
619
|
-
format: 'uuid'
|
|
620
|
-
},
|
|
621
|
-
countryNumberId: {
|
|
622
|
-
type: 'string',
|
|
623
|
-
format: 'uuid'
|
|
624
|
-
},
|
|
625
|
-
countryCurrencyId: {
|
|
1037
|
+
countryId: {
|
|
626
1038
|
type: 'string',
|
|
627
1039
|
format: 'uuid'
|
|
628
1040
|
},
|
|
629
|
-
|
|
1041
|
+
regionId: {
|
|
630
1042
|
type: 'string',
|
|
631
|
-
format: 'uuid'
|
|
1043
|
+
format: 'uuid',
|
|
1044
|
+
nullable: true
|
|
632
1045
|
},
|
|
633
|
-
|
|
1046
|
+
cityId: {
|
|
634
1047
|
type: 'string',
|
|
635
|
-
format: 'uuid'
|
|
636
|
-
|
|
637
|
-
continent: {
|
|
638
|
-
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
639
|
-
type: 'string'
|
|
1048
|
+
format: 'uuid',
|
|
1049
|
+
nullable: true
|
|
640
1050
|
},
|
|
641
|
-
|
|
642
|
-
type: 'string',
|
|
643
|
-
format: 'uuid'
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
additionalProperties: false
|
|
647
|
-
} as const;
|
|
648
|
-
|
|
649
|
-
export const $UniRefund_LocationService_Countries_GetCountryNameDto = {
|
|
650
|
-
type: 'object',
|
|
651
|
-
properties: {
|
|
652
|
-
code2: {
|
|
1051
|
+
districtId: {
|
|
653
1052
|
type: 'string',
|
|
1053
|
+
format: 'uuid',
|
|
654
1054
|
nullable: true
|
|
655
1055
|
},
|
|
656
|
-
|
|
1056
|
+
neighborhoodId: {
|
|
657
1057
|
type: 'string',
|
|
1058
|
+
format: 'uuid',
|
|
658
1059
|
nullable: true
|
|
659
1060
|
}
|
|
660
1061
|
},
|
|
661
1062
|
additionalProperties: false
|
|
662
1063
|
} as const;
|
|
663
1064
|
|
|
664
|
-
export const $
|
|
665
|
-
required: ['
|
|
666
|
-
type: 'object',
|
|
667
|
-
properties: {
|
|
668
|
-
extraProperties: {
|
|
669
|
-
type: 'object',
|
|
670
|
-
additionalProperties: {},
|
|
671
|
-
nullable: true,
|
|
672
|
-
readOnly: true
|
|
673
|
-
},
|
|
674
|
-
code: {
|
|
675
|
-
maxLength: 3,
|
|
676
|
-
minLength: 3,
|
|
677
|
-
type: 'string'
|
|
678
|
-
},
|
|
679
|
-
currencySymbol: {
|
|
680
|
-
maxLength: 1,
|
|
681
|
-
minLength: 0,
|
|
682
|
-
type: 'string'
|
|
683
|
-
},
|
|
684
|
-
decimalSymbol: {
|
|
685
|
-
maxLength: 1,
|
|
686
|
-
minLength: 0,
|
|
687
|
-
type: 'string'
|
|
688
|
-
},
|
|
689
|
-
digitGroupingSymbol: {
|
|
690
|
-
maxLength: 1,
|
|
691
|
-
minLength: 0,
|
|
692
|
-
type: 'string'
|
|
693
|
-
},
|
|
694
|
-
noOfDigitsAfterDecimal: {
|
|
695
|
-
type: 'integer',
|
|
696
|
-
format: 'int32'
|
|
697
|
-
},
|
|
698
|
-
positiveCurrencyFormat: {
|
|
699
|
-
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
700
|
-
type: 'string'
|
|
701
|
-
},
|
|
702
|
-
negativeCurrencyFormat: {
|
|
703
|
-
enum: ['WithParentheses', 'WithMinusSign'],
|
|
704
|
-
type: 'string'
|
|
705
|
-
},
|
|
706
|
-
digitGrouping: {
|
|
707
|
-
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
708
|
-
type: 'string'
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
additionalProperties: false
|
|
712
|
-
} as const;
|
|
713
|
-
|
|
714
|
-
export const $UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto = {
|
|
715
|
-
required: ['code', 'currencySymbol', 'decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'negativeCurrencyFormat', 'noOfDigitsAfterDecimal', 'positiveCurrencyFormat'],
|
|
1065
|
+
export const $UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto = {
|
|
1066
|
+
required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
|
|
716
1067
|
type: 'object',
|
|
717
1068
|
properties: {
|
|
718
1069
|
id: {
|
|
@@ -751,48 +1102,56 @@ export const $UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto = {
|
|
|
751
1102
|
format: 'date-time',
|
|
752
1103
|
nullable: true
|
|
753
1104
|
},
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
minLength: 3,
|
|
1105
|
+
type: {
|
|
1106
|
+
enum: ['Home', 'Office', 'Invoice', 'Contact'],
|
|
757
1107
|
type: 'string'
|
|
758
1108
|
},
|
|
759
|
-
|
|
760
|
-
maxLength:
|
|
1109
|
+
addressLine: {
|
|
1110
|
+
maxLength: 255,
|
|
761
1111
|
minLength: 0,
|
|
762
1112
|
type: 'string'
|
|
763
1113
|
},
|
|
764
|
-
|
|
765
|
-
maxLength:
|
|
1114
|
+
postalCode: {
|
|
1115
|
+
maxLength: 255,
|
|
766
1116
|
minLength: 0,
|
|
767
1117
|
type: 'string'
|
|
768
1118
|
},
|
|
769
|
-
|
|
770
|
-
maxLength:
|
|
1119
|
+
fullAddress: {
|
|
1120
|
+
maxLength: 255,
|
|
771
1121
|
minLength: 0,
|
|
772
1122
|
type: 'string'
|
|
773
1123
|
},
|
|
774
|
-
|
|
775
|
-
type: '
|
|
776
|
-
format: 'int32'
|
|
1124
|
+
primaryFlag: {
|
|
1125
|
+
type: 'boolean'
|
|
777
1126
|
},
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
1127
|
+
countryId: {
|
|
1128
|
+
type: 'string',
|
|
1129
|
+
format: 'uuid'
|
|
781
1130
|
},
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
1131
|
+
regionId: {
|
|
1132
|
+
type: 'string',
|
|
1133
|
+
format: 'uuid',
|
|
1134
|
+
nullable: true
|
|
785
1135
|
},
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
1136
|
+
cityId: {
|
|
1137
|
+
type: 'string',
|
|
1138
|
+
format: 'uuid'
|
|
1139
|
+
},
|
|
1140
|
+
districtId: {
|
|
1141
|
+
type: 'string',
|
|
1142
|
+
format: 'uuid'
|
|
1143
|
+
},
|
|
1144
|
+
neighborhoodId: {
|
|
1145
|
+
type: 'string',
|
|
1146
|
+
format: 'uuid',
|
|
1147
|
+
nullable: true
|
|
789
1148
|
}
|
|
790
1149
|
},
|
|
791
1150
|
additionalProperties: false
|
|
792
1151
|
} as const;
|
|
793
1152
|
|
|
794
|
-
export const $
|
|
795
|
-
required: ['
|
|
1153
|
+
export const $UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdateDto = {
|
|
1154
|
+
required: ['addressLine', 'countryId', 'postalCode', 'type'],
|
|
796
1155
|
type: 'object',
|
|
797
1156
|
properties: {
|
|
798
1157
|
extraProperties: {
|
|
@@ -801,48 +1160,53 @@ export const $UniRefund_LocationService_CountryCurrencies_CountryCurrencyUpdateD
|
|
|
801
1160
|
nullable: true,
|
|
802
1161
|
readOnly: true
|
|
803
1162
|
},
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
minLength: 3,
|
|
1163
|
+
type: {
|
|
1164
|
+
enum: ['Home', 'Office', 'Invoice', 'Contact'],
|
|
807
1165
|
type: 'string'
|
|
808
1166
|
},
|
|
809
|
-
|
|
810
|
-
maxLength:
|
|
1167
|
+
addressLine: {
|
|
1168
|
+
maxLength: 255,
|
|
811
1169
|
minLength: 0,
|
|
812
1170
|
type: 'string'
|
|
813
1171
|
},
|
|
814
|
-
|
|
815
|
-
maxLength:
|
|
1172
|
+
postalCode: {
|
|
1173
|
+
maxLength: 255,
|
|
816
1174
|
minLength: 0,
|
|
817
1175
|
type: 'string'
|
|
818
1176
|
},
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
minLength: 0,
|
|
822
|
-
type: 'string'
|
|
1177
|
+
primaryFlag: {
|
|
1178
|
+
type: 'boolean'
|
|
823
1179
|
},
|
|
824
|
-
|
|
825
|
-
type: '
|
|
826
|
-
format: '
|
|
1180
|
+
countryId: {
|
|
1181
|
+
type: 'string',
|
|
1182
|
+
format: 'uuid'
|
|
827
1183
|
},
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
1184
|
+
regionId: {
|
|
1185
|
+
type: 'string',
|
|
1186
|
+
format: 'uuid',
|
|
1187
|
+
nullable: true
|
|
831
1188
|
},
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
1189
|
+
cityId: {
|
|
1190
|
+
type: 'string',
|
|
1191
|
+
format: 'uuid',
|
|
1192
|
+
nullable: true
|
|
835
1193
|
},
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
1194
|
+
districtId: {
|
|
1195
|
+
type: 'string',
|
|
1196
|
+
format: 'uuid',
|
|
1197
|
+
nullable: true
|
|
1198
|
+
},
|
|
1199
|
+
neighborhoodId: {
|
|
1200
|
+
type: 'string',
|
|
1201
|
+
format: 'uuid',
|
|
1202
|
+
nullable: true
|
|
839
1203
|
}
|
|
840
1204
|
},
|
|
841
1205
|
additionalProperties: false
|
|
842
1206
|
} as const;
|
|
843
1207
|
|
|
844
|
-
export const $
|
|
845
|
-
required: ['
|
|
1208
|
+
export const $UniRefund_LocationService_Cities_CityCreateDto = {
|
|
1209
|
+
required: ['name', 'plateCode', 'regionId'],
|
|
846
1210
|
type: 'object',
|
|
847
1211
|
properties: {
|
|
848
1212
|
extraProperties: {
|
|
@@ -851,38 +1215,56 @@ export const $UniRefund_LocationService_CountryDates_CountryDateCreateDto = {
|
|
|
851
1215
|
nullable: true,
|
|
852
1216
|
readOnly: true
|
|
853
1217
|
},
|
|
854
|
-
|
|
855
|
-
maxLength:
|
|
1218
|
+
name: {
|
|
1219
|
+
maxLength: 255,
|
|
856
1220
|
minLength: 0,
|
|
857
1221
|
type: 'string'
|
|
858
1222
|
},
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
1223
|
+
centerLatitudeCoordinate: {
|
|
1224
|
+
type: 'number',
|
|
1225
|
+
format: 'float',
|
|
1226
|
+
nullable: true
|
|
863
1227
|
},
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
1228
|
+
centerLongitudeCoordinate: {
|
|
1229
|
+
type: 'number',
|
|
1230
|
+
format: 'float',
|
|
1231
|
+
nullable: true
|
|
867
1232
|
},
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
1233
|
+
elevation: {
|
|
1234
|
+
type: 'number',
|
|
1235
|
+
format: 'float',
|
|
1236
|
+
nullable: true
|
|
871
1237
|
},
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
1238
|
+
population: {
|
|
1239
|
+
type: 'integer',
|
|
1240
|
+
format: 'int32',
|
|
1241
|
+
nullable: true
|
|
875
1242
|
},
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
1243
|
+
isCapital: {
|
|
1244
|
+
type: 'boolean'
|
|
1245
|
+
},
|
|
1246
|
+
isMetropolitan: {
|
|
1247
|
+
type: 'boolean'
|
|
1248
|
+
},
|
|
1249
|
+
plateCode: {
|
|
1250
|
+
type: 'integer',
|
|
1251
|
+
format: 'int32'
|
|
1252
|
+
},
|
|
1253
|
+
timezoneId: {
|
|
1254
|
+
type: 'string',
|
|
1255
|
+
format: 'uuid',
|
|
1256
|
+
nullable: true
|
|
1257
|
+
},
|
|
1258
|
+
regionId: {
|
|
1259
|
+
type: 'string',
|
|
1260
|
+
format: 'uuid'
|
|
879
1261
|
}
|
|
880
1262
|
},
|
|
881
1263
|
additionalProperties: false
|
|
882
1264
|
} as const;
|
|
883
1265
|
|
|
884
|
-
export const $
|
|
885
|
-
required: ['
|
|
1266
|
+
export const $UniRefund_LocationService_Cities_CityDto = {
|
|
1267
|
+
required: ['name', 'plateCode', 'regionId'],
|
|
886
1268
|
type: 'object',
|
|
887
1269
|
properties: {
|
|
888
1270
|
id: {
|
|
@@ -921,38 +1303,51 @@ export const $UniRefund_LocationService_CountryDates_CountryDateDto = {
|
|
|
921
1303
|
format: 'date-time',
|
|
922
1304
|
nullable: true
|
|
923
1305
|
},
|
|
924
|
-
|
|
925
|
-
maxLength:
|
|
1306
|
+
name: {
|
|
1307
|
+
maxLength: 255,
|
|
926
1308
|
minLength: 0,
|
|
927
1309
|
type: 'string'
|
|
928
1310
|
},
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
1311
|
+
centerLatitudeCoordinate: {
|
|
1312
|
+
type: 'number',
|
|
1313
|
+
format: 'float',
|
|
1314
|
+
nullable: true
|
|
933
1315
|
},
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
1316
|
+
centerLongitudeCoordinate: {
|
|
1317
|
+
type: 'number',
|
|
1318
|
+
format: 'float',
|
|
1319
|
+
nullable: true
|
|
937
1320
|
},
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
1321
|
+
elevation: {
|
|
1322
|
+
type: 'number',
|
|
1323
|
+
format: 'float',
|
|
1324
|
+
nullable: true
|
|
941
1325
|
},
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
1326
|
+
population: {
|
|
1327
|
+
type: 'integer',
|
|
1328
|
+
format: 'int32',
|
|
1329
|
+
nullable: true
|
|
945
1330
|
},
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
1331
|
+
isCapital: {
|
|
1332
|
+
type: 'boolean'
|
|
1333
|
+
},
|
|
1334
|
+
isMetropolitan: {
|
|
1335
|
+
type: 'boolean'
|
|
1336
|
+
},
|
|
1337
|
+
plateCode: {
|
|
1338
|
+
type: 'integer',
|
|
1339
|
+
format: 'int32'
|
|
1340
|
+
},
|
|
1341
|
+
regionId: {
|
|
1342
|
+
type: 'string',
|
|
1343
|
+
format: 'uuid'
|
|
949
1344
|
}
|
|
950
1345
|
},
|
|
951
1346
|
additionalProperties: false
|
|
952
1347
|
} as const;
|
|
953
1348
|
|
|
954
|
-
export const $
|
|
955
|
-
required: ['
|
|
1349
|
+
export const $UniRefund_LocationService_Cities_CityUpdateDto = {
|
|
1350
|
+
required: ['name', 'plateCode', 'regionId'],
|
|
956
1351
|
type: 'object',
|
|
957
1352
|
properties: {
|
|
958
1353
|
extraProperties: {
|
|
@@ -961,38 +1356,56 @@ export const $UniRefund_LocationService_CountryDates_CountryDateUpdateDto = {
|
|
|
961
1356
|
nullable: true,
|
|
962
1357
|
readOnly: true
|
|
963
1358
|
},
|
|
964
|
-
|
|
965
|
-
maxLength:
|
|
1359
|
+
name: {
|
|
1360
|
+
maxLength: 255,
|
|
966
1361
|
minLength: 0,
|
|
967
1362
|
type: 'string'
|
|
968
1363
|
},
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
1364
|
+
centerLatitudeCoordinate: {
|
|
1365
|
+
type: 'number',
|
|
1366
|
+
format: 'float',
|
|
1367
|
+
nullable: true
|
|
973
1368
|
},
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
1369
|
+
centerLongitudeCoordinate: {
|
|
1370
|
+
type: 'number',
|
|
1371
|
+
format: 'float',
|
|
1372
|
+
nullable: true
|
|
977
1373
|
},
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
1374
|
+
elevation: {
|
|
1375
|
+
type: 'number',
|
|
1376
|
+
format: 'float',
|
|
1377
|
+
nullable: true
|
|
981
1378
|
},
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
1379
|
+
population: {
|
|
1380
|
+
type: 'integer',
|
|
1381
|
+
format: 'int32',
|
|
1382
|
+
nullable: true
|
|
985
1383
|
},
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
1384
|
+
isCapital: {
|
|
1385
|
+
type: 'boolean'
|
|
1386
|
+
},
|
|
1387
|
+
isMetropolitan: {
|
|
1388
|
+
type: 'boolean'
|
|
1389
|
+
},
|
|
1390
|
+
plateCode: {
|
|
1391
|
+
type: 'integer',
|
|
1392
|
+
format: 'int32'
|
|
1393
|
+
},
|
|
1394
|
+
timezoneId: {
|
|
1395
|
+
type: 'string',
|
|
1396
|
+
format: 'uuid',
|
|
1397
|
+
nullable: true
|
|
1398
|
+
},
|
|
1399
|
+
regionId: {
|
|
1400
|
+
type: 'string',
|
|
1401
|
+
format: 'uuid'
|
|
989
1402
|
}
|
|
990
1403
|
},
|
|
991
1404
|
additionalProperties: false
|
|
992
1405
|
} as const;
|
|
993
1406
|
|
|
994
|
-
export const $
|
|
995
|
-
required: ['
|
|
1407
|
+
export const $UniRefund_LocationService_Countries_CountryCreateDto = {
|
|
1408
|
+
required: ['code2', 'code3', 'continent', 'countryCurrencyId', 'countryDateId', 'countryNumberId', 'countryTimeId', 'name', 'timezoneId'],
|
|
996
1409
|
type: 'object',
|
|
997
1410
|
properties: {
|
|
998
1411
|
extraProperties: {
|
|
@@ -1001,63 +1414,76 @@ export const $UniRefund_LocationService_CountryNumbers_CountryNumberCreateDto =
|
|
|
1001
1414
|
nullable: true,
|
|
1002
1415
|
readOnly: true
|
|
1003
1416
|
},
|
|
1004
|
-
|
|
1005
|
-
maxLength:
|
|
1417
|
+
code3: {
|
|
1418
|
+
maxLength: 3,
|
|
1006
1419
|
minLength: 0,
|
|
1007
1420
|
type: 'string'
|
|
1008
1421
|
},
|
|
1009
|
-
|
|
1010
|
-
maxLength:
|
|
1422
|
+
code2: {
|
|
1423
|
+
maxLength: 2,
|
|
1011
1424
|
minLength: 0,
|
|
1012
1425
|
type: 'string'
|
|
1013
1426
|
},
|
|
1014
|
-
|
|
1015
|
-
maxLength:
|
|
1427
|
+
name: {
|
|
1428
|
+
maxLength: 100,
|
|
1016
1429
|
minLength: 0,
|
|
1017
1430
|
type: 'string'
|
|
1018
1431
|
},
|
|
1019
|
-
|
|
1020
|
-
maxLength:
|
|
1432
|
+
flagUrl: {
|
|
1433
|
+
maxLength: 512,
|
|
1021
1434
|
minLength: 0,
|
|
1022
|
-
type: 'string'
|
|
1435
|
+
type: 'string',
|
|
1436
|
+
nullable: true
|
|
1023
1437
|
},
|
|
1024
|
-
|
|
1438
|
+
population: {
|
|
1025
1439
|
type: 'integer',
|
|
1026
|
-
format: 'int32'
|
|
1440
|
+
format: 'int32',
|
|
1441
|
+
nullable: true
|
|
1027
1442
|
},
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1443
|
+
isTimezoneCurrentlyDst: {
|
|
1444
|
+
type: 'boolean'
|
|
1445
|
+
},
|
|
1446
|
+
hasRegion: {
|
|
1447
|
+
type: 'boolean'
|
|
1032
1448
|
},
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1449
|
+
timezoneId: {
|
|
1450
|
+
type: 'string',
|
|
1451
|
+
format: 'uuid'
|
|
1036
1452
|
},
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1453
|
+
countryNumberId: {
|
|
1454
|
+
type: 'string',
|
|
1455
|
+
format: 'uuid'
|
|
1040
1456
|
},
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1457
|
+
countryCurrencyId: {
|
|
1458
|
+
type: 'string',
|
|
1459
|
+
format: 'uuid'
|
|
1044
1460
|
},
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1461
|
+
countryTimeId: {
|
|
1462
|
+
type: 'string',
|
|
1463
|
+
format: 'uuid'
|
|
1048
1464
|
},
|
|
1049
|
-
|
|
1050
|
-
|
|
1465
|
+
countryDateId: {
|
|
1466
|
+
type: 'string',
|
|
1467
|
+
format: 'uuid'
|
|
1468
|
+
},
|
|
1469
|
+
continent: {
|
|
1470
|
+
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
1051
1471
|
type: 'string'
|
|
1052
1472
|
}
|
|
1053
1473
|
},
|
|
1054
1474
|
additionalProperties: false
|
|
1055
1475
|
} as const;
|
|
1056
1476
|
|
|
1057
|
-
export const $
|
|
1058
|
-
required: ['
|
|
1477
|
+
export const $UniRefund_LocationService_Countries_CountryDto = {
|
|
1478
|
+
required: ['code2', 'code3', 'continent', 'countryCurrencyId', 'countryDateId', 'countryNumberId', 'countryTimeId', 'name', 'timezoneId'],
|
|
1059
1479
|
type: 'object',
|
|
1060
1480
|
properties: {
|
|
1481
|
+
extraProperties: {
|
|
1482
|
+
type: 'object',
|
|
1483
|
+
additionalProperties: {},
|
|
1484
|
+
nullable: true,
|
|
1485
|
+
readOnly: true
|
|
1486
|
+
},
|
|
1061
1487
|
id: {
|
|
1062
1488
|
type: 'string',
|
|
1063
1489
|
format: 'uuid'
|
|
@@ -1094,61 +1520,68 @@ export const $UniRefund_LocationService_CountryNumbers_CountryNumberDto = {
|
|
|
1094
1520
|
format: 'date-time',
|
|
1095
1521
|
nullable: true
|
|
1096
1522
|
},
|
|
1097
|
-
|
|
1098
|
-
maxLength:
|
|
1523
|
+
code3: {
|
|
1524
|
+
maxLength: 3,
|
|
1099
1525
|
minLength: 0,
|
|
1100
1526
|
type: 'string'
|
|
1101
1527
|
},
|
|
1102
|
-
|
|
1103
|
-
maxLength:
|
|
1528
|
+
code2: {
|
|
1529
|
+
maxLength: 2,
|
|
1104
1530
|
minLength: 0,
|
|
1105
1531
|
type: 'string'
|
|
1106
1532
|
},
|
|
1107
|
-
|
|
1108
|
-
maxLength:
|
|
1533
|
+
name: {
|
|
1534
|
+
maxLength: 100,
|
|
1109
1535
|
minLength: 0,
|
|
1110
1536
|
type: 'string'
|
|
1111
1537
|
},
|
|
1112
|
-
|
|
1113
|
-
maxLength:
|
|
1538
|
+
flagUrl: {
|
|
1539
|
+
maxLength: 512,
|
|
1114
1540
|
minLength: 0,
|
|
1115
|
-
type: 'string'
|
|
1541
|
+
type: 'string',
|
|
1542
|
+
nullable: true
|
|
1116
1543
|
},
|
|
1117
|
-
|
|
1544
|
+
population: {
|
|
1118
1545
|
type: 'integer',
|
|
1119
|
-
format: 'int32'
|
|
1546
|
+
format: 'int32',
|
|
1547
|
+
nullable: true
|
|
1120
1548
|
},
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
minLength: 0,
|
|
1124
|
-
type: 'string'
|
|
1549
|
+
isTimezoneCurrentlyDst: {
|
|
1550
|
+
type: 'boolean'
|
|
1125
1551
|
},
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
type: 'string'
|
|
1552
|
+
hasRegion: {
|
|
1553
|
+
type: 'boolean'
|
|
1129
1554
|
},
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1555
|
+
timezoneId: {
|
|
1556
|
+
type: 'string',
|
|
1557
|
+
format: 'uuid'
|
|
1133
1558
|
},
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1559
|
+
countryNumberId: {
|
|
1560
|
+
type: 'string',
|
|
1561
|
+
format: 'uuid'
|
|
1137
1562
|
},
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1563
|
+
countryCurrencyId: {
|
|
1564
|
+
type: 'string',
|
|
1565
|
+
format: 'uuid'
|
|
1141
1566
|
},
|
|
1142
|
-
|
|
1143
|
-
|
|
1567
|
+
countryTimeId: {
|
|
1568
|
+
type: 'string',
|
|
1569
|
+
format: 'uuid'
|
|
1570
|
+
},
|
|
1571
|
+
countryDateId: {
|
|
1572
|
+
type: 'string',
|
|
1573
|
+
format: 'uuid'
|
|
1574
|
+
},
|
|
1575
|
+
continent: {
|
|
1576
|
+
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
1144
1577
|
type: 'string'
|
|
1145
1578
|
}
|
|
1146
1579
|
},
|
|
1147
1580
|
additionalProperties: false
|
|
1148
1581
|
} as const;
|
|
1149
1582
|
|
|
1150
|
-
export const $
|
|
1151
|
-
required: ['
|
|
1583
|
+
export const $UniRefund_LocationService_Countries_CountryUpdateDto = {
|
|
1584
|
+
required: ['code2', 'code3', 'continent', 'countryCurrencyId', 'countryDateId', 'countryNumberId', 'countryTimeId', 'name', 'timezoneId'],
|
|
1152
1585
|
type: 'object',
|
|
1153
1586
|
properties: {
|
|
1154
1587
|
extraProperties: {
|
|
@@ -1157,61 +1590,83 @@ export const $UniRefund_LocationService_CountryNumbers_CountryNumberUpdateDto =
|
|
|
1157
1590
|
nullable: true,
|
|
1158
1591
|
readOnly: true
|
|
1159
1592
|
},
|
|
1160
|
-
|
|
1161
|
-
maxLength:
|
|
1593
|
+
code3: {
|
|
1594
|
+
maxLength: 3,
|
|
1162
1595
|
minLength: 0,
|
|
1163
1596
|
type: 'string'
|
|
1164
1597
|
},
|
|
1165
|
-
|
|
1166
|
-
maxLength:
|
|
1598
|
+
code2: {
|
|
1599
|
+
maxLength: 2,
|
|
1167
1600
|
minLength: 0,
|
|
1168
1601
|
type: 'string'
|
|
1169
1602
|
},
|
|
1170
|
-
|
|
1171
|
-
maxLength:
|
|
1603
|
+
name: {
|
|
1604
|
+
maxLength: 100,
|
|
1172
1605
|
minLength: 0,
|
|
1173
1606
|
type: 'string'
|
|
1174
1607
|
},
|
|
1175
|
-
|
|
1176
|
-
maxLength:
|
|
1608
|
+
flagUrl: {
|
|
1609
|
+
maxLength: 512,
|
|
1177
1610
|
minLength: 0,
|
|
1178
|
-
type: 'string'
|
|
1611
|
+
type: 'string',
|
|
1612
|
+
nullable: true
|
|
1179
1613
|
},
|
|
1180
|
-
|
|
1614
|
+
population: {
|
|
1181
1615
|
type: 'integer',
|
|
1182
|
-
format: 'int32'
|
|
1616
|
+
format: 'int32',
|
|
1617
|
+
nullable: true
|
|
1183
1618
|
},
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
minLength: 0,
|
|
1187
|
-
type: 'string'
|
|
1619
|
+
isTimezoneCurrentlyDst: {
|
|
1620
|
+
type: 'boolean'
|
|
1188
1621
|
},
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
type: 'string'
|
|
1622
|
+
hasRegion: {
|
|
1623
|
+
type: 'boolean'
|
|
1192
1624
|
},
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1625
|
+
timezoneId: {
|
|
1626
|
+
type: 'string',
|
|
1627
|
+
format: 'uuid'
|
|
1196
1628
|
},
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1629
|
+
countryNumberId: {
|
|
1630
|
+
type: 'string',
|
|
1631
|
+
format: 'uuid'
|
|
1200
1632
|
},
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1633
|
+
countryCurrencyId: {
|
|
1634
|
+
type: 'string',
|
|
1635
|
+
format: 'uuid'
|
|
1204
1636
|
},
|
|
1205
|
-
|
|
1206
|
-
|
|
1637
|
+
countryTimeId: {
|
|
1638
|
+
type: 'string',
|
|
1639
|
+
format: 'uuid'
|
|
1640
|
+
},
|
|
1641
|
+
countryDateId: {
|
|
1642
|
+
type: 'string',
|
|
1643
|
+
format: 'uuid'
|
|
1644
|
+
},
|
|
1645
|
+
continent: {
|
|
1646
|
+
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
1207
1647
|
type: 'string'
|
|
1208
1648
|
}
|
|
1209
1649
|
},
|
|
1210
1650
|
additionalProperties: false
|
|
1211
1651
|
} as const;
|
|
1212
1652
|
|
|
1213
|
-
export const $
|
|
1214
|
-
|
|
1653
|
+
export const $UniRefund_LocationService_Countries_GetCountryNameDto = {
|
|
1654
|
+
type: 'object',
|
|
1655
|
+
properties: {
|
|
1656
|
+
code2: {
|
|
1657
|
+
type: 'string',
|
|
1658
|
+
nullable: true
|
|
1659
|
+
},
|
|
1660
|
+
name: {
|
|
1661
|
+
type: 'string',
|
|
1662
|
+
nullable: true
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
additionalProperties: false
|
|
1666
|
+
} as const;
|
|
1667
|
+
|
|
1668
|
+
export const $UniRefund_LocationService_CountryCurrencies_CountryCurrencyCreateDto = {
|
|
1669
|
+
required: ['code', 'currencySymbol', 'decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'negativeCurrencyFormat', 'noOfDigitsAfterDecimal', 'positiveCurrencyFormat'],
|
|
1215
1670
|
type: 'object',
|
|
1216
1671
|
properties: {
|
|
1217
1672
|
extraProperties: {
|
|
@@ -1220,32 +1675,48 @@ export const $UniRefund_LocationService_CountryTimes_CountryTimeCreateDto = {
|
|
|
1220
1675
|
nullable: true,
|
|
1221
1676
|
readOnly: true
|
|
1222
1677
|
},
|
|
1223
|
-
|
|
1224
|
-
maxLength:
|
|
1225
|
-
minLength:
|
|
1678
|
+
code: {
|
|
1679
|
+
maxLength: 3,
|
|
1680
|
+
minLength: 3,
|
|
1226
1681
|
type: 'string'
|
|
1227
1682
|
},
|
|
1228
|
-
|
|
1229
|
-
maxLength:
|
|
1683
|
+
currencySymbol: {
|
|
1684
|
+
maxLength: 1,
|
|
1230
1685
|
minLength: 0,
|
|
1231
1686
|
type: 'string'
|
|
1232
1687
|
},
|
|
1233
|
-
|
|
1234
|
-
maxLength:
|
|
1688
|
+
decimalSymbol: {
|
|
1689
|
+
maxLength: 1,
|
|
1235
1690
|
minLength: 0,
|
|
1236
1691
|
type: 'string'
|
|
1237
1692
|
},
|
|
1238
|
-
|
|
1239
|
-
maxLength:
|
|
1693
|
+
digitGroupingSymbol: {
|
|
1694
|
+
maxLength: 1,
|
|
1240
1695
|
minLength: 0,
|
|
1241
1696
|
type: 'string'
|
|
1697
|
+
},
|
|
1698
|
+
noOfDigitsAfterDecimal: {
|
|
1699
|
+
type: 'integer',
|
|
1700
|
+
format: 'int32'
|
|
1701
|
+
},
|
|
1702
|
+
positiveCurrencyFormat: {
|
|
1703
|
+
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
1704
|
+
type: 'string'
|
|
1705
|
+
},
|
|
1706
|
+
negativeCurrencyFormat: {
|
|
1707
|
+
enum: ['WithParentheses', 'WithMinusSign'],
|
|
1708
|
+
type: 'string'
|
|
1709
|
+
},
|
|
1710
|
+
digitGrouping: {
|
|
1711
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
1712
|
+
type: 'string'
|
|
1242
1713
|
}
|
|
1243
1714
|
},
|
|
1244
1715
|
additionalProperties: false
|
|
1245
1716
|
} as const;
|
|
1246
1717
|
|
|
1247
|
-
export const $
|
|
1248
|
-
required: ['
|
|
1718
|
+
export const $UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto = {
|
|
1719
|
+
required: ['code', 'currencySymbol', 'decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'negativeCurrencyFormat', 'noOfDigitsAfterDecimal', 'positiveCurrencyFormat'],
|
|
1249
1720
|
type: 'object',
|
|
1250
1721
|
properties: {
|
|
1251
1722
|
id: {
|
|
@@ -1284,32 +1755,48 @@ export const $UniRefund_LocationService_CountryTimes_CountryTimeDto = {
|
|
|
1284
1755
|
format: 'date-time',
|
|
1285
1756
|
nullable: true
|
|
1286
1757
|
},
|
|
1287
|
-
|
|
1288
|
-
maxLength:
|
|
1758
|
+
code: {
|
|
1759
|
+
maxLength: 3,
|
|
1760
|
+
minLength: 3,
|
|
1761
|
+
type: 'string'
|
|
1762
|
+
},
|
|
1763
|
+
currencySymbol: {
|
|
1764
|
+
maxLength: 1,
|
|
1289
1765
|
minLength: 0,
|
|
1290
1766
|
type: 'string'
|
|
1291
1767
|
},
|
|
1292
|
-
|
|
1293
|
-
maxLength:
|
|
1768
|
+
decimalSymbol: {
|
|
1769
|
+
maxLength: 1,
|
|
1294
1770
|
minLength: 0,
|
|
1295
1771
|
type: 'string'
|
|
1296
1772
|
},
|
|
1297
|
-
|
|
1298
|
-
maxLength:
|
|
1773
|
+
digitGroupingSymbol: {
|
|
1774
|
+
maxLength: 1,
|
|
1299
1775
|
minLength: 0,
|
|
1300
1776
|
type: 'string'
|
|
1301
1777
|
},
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1778
|
+
noOfDigitsAfterDecimal: {
|
|
1779
|
+
type: 'integer',
|
|
1780
|
+
format: 'int32'
|
|
1781
|
+
},
|
|
1782
|
+
positiveCurrencyFormat: {
|
|
1783
|
+
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
1784
|
+
type: 'string'
|
|
1785
|
+
},
|
|
1786
|
+
negativeCurrencyFormat: {
|
|
1787
|
+
enum: ['WithParentheses', 'WithMinusSign'],
|
|
1788
|
+
type: 'string'
|
|
1789
|
+
},
|
|
1790
|
+
digitGrouping: {
|
|
1791
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
1305
1792
|
type: 'string'
|
|
1306
1793
|
}
|
|
1307
1794
|
},
|
|
1308
1795
|
additionalProperties: false
|
|
1309
1796
|
} as const;
|
|
1310
1797
|
|
|
1311
|
-
export const $
|
|
1312
|
-
required: ['
|
|
1798
|
+
export const $UniRefund_LocationService_CountryCurrencies_CountryCurrencyUpdateDto = {
|
|
1799
|
+
required: ['code', 'currencySymbol', 'decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'negativeCurrencyFormat', 'noOfDigitsAfterDecimal', 'positiveCurrencyFormat'],
|
|
1313
1800
|
type: 'object',
|
|
1314
1801
|
properties: {
|
|
1315
1802
|
extraProperties: {
|
|
@@ -1318,32 +1805,48 @@ export const $UniRefund_LocationService_CountryTimes_CountryTimeUpdateDto = {
|
|
|
1318
1805
|
nullable: true,
|
|
1319
1806
|
readOnly: true
|
|
1320
1807
|
},
|
|
1321
|
-
|
|
1322
|
-
maxLength:
|
|
1323
|
-
minLength:
|
|
1808
|
+
code: {
|
|
1809
|
+
maxLength: 3,
|
|
1810
|
+
minLength: 3,
|
|
1324
1811
|
type: 'string'
|
|
1325
1812
|
},
|
|
1326
|
-
|
|
1327
|
-
maxLength:
|
|
1813
|
+
currencySymbol: {
|
|
1814
|
+
maxLength: 1,
|
|
1328
1815
|
minLength: 0,
|
|
1329
1816
|
type: 'string'
|
|
1330
1817
|
},
|
|
1331
|
-
|
|
1332
|
-
maxLength:
|
|
1818
|
+
decimalSymbol: {
|
|
1819
|
+
maxLength: 1,
|
|
1333
1820
|
minLength: 0,
|
|
1334
1821
|
type: 'string'
|
|
1335
1822
|
},
|
|
1336
|
-
|
|
1337
|
-
maxLength:
|
|
1823
|
+
digitGroupingSymbol: {
|
|
1824
|
+
maxLength: 1,
|
|
1338
1825
|
minLength: 0,
|
|
1339
1826
|
type: 'string'
|
|
1827
|
+
},
|
|
1828
|
+
noOfDigitsAfterDecimal: {
|
|
1829
|
+
type: 'integer',
|
|
1830
|
+
format: 'int32'
|
|
1831
|
+
},
|
|
1832
|
+
positiveCurrencyFormat: {
|
|
1833
|
+
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
1834
|
+
type: 'string'
|
|
1835
|
+
},
|
|
1836
|
+
negativeCurrencyFormat: {
|
|
1837
|
+
enum: ['WithParentheses', 'WithMinusSign'],
|
|
1838
|
+
type: 'string'
|
|
1839
|
+
},
|
|
1840
|
+
digitGrouping: {
|
|
1841
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
1842
|
+
type: 'string'
|
|
1340
1843
|
}
|
|
1341
1844
|
},
|
|
1342
1845
|
additionalProperties: false
|
|
1343
1846
|
} as const;
|
|
1344
1847
|
|
|
1345
|
-
export const $
|
|
1346
|
-
required: ['
|
|
1848
|
+
export const $UniRefund_LocationService_CountryDates_CountryDateCreateDto = {
|
|
1849
|
+
required: ['calendarType', 'endYearForTwoDigitYear', 'firstDayOfWeek', 'longDate', 'shortDate', 'startYearForTwoDigitYear'],
|
|
1347
1850
|
type: 'object',
|
|
1348
1851
|
properties: {
|
|
1349
1852
|
extraProperties: {
|
|
@@ -1352,26 +1855,38 @@ export const $UniRefund_LocationService_Districts_DistrictCreateDto = {
|
|
|
1352
1855
|
nullable: true,
|
|
1353
1856
|
readOnly: true
|
|
1354
1857
|
},
|
|
1355
|
-
|
|
1356
|
-
maxLength:
|
|
1858
|
+
shortDate: {
|
|
1859
|
+
maxLength: 20,
|
|
1357
1860
|
minLength: 0,
|
|
1358
1861
|
type: 'string'
|
|
1359
1862
|
},
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1863
|
+
longDate: {
|
|
1864
|
+
maxLength: 30,
|
|
1865
|
+
minLength: 0,
|
|
1866
|
+
type: 'string'
|
|
1364
1867
|
},
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1868
|
+
startYearForTwoDigitYear: {
|
|
1869
|
+
minLength: 1,
|
|
1870
|
+
type: 'string'
|
|
1871
|
+
},
|
|
1872
|
+
endYearForTwoDigitYear: {
|
|
1873
|
+
minLength: 1,
|
|
1874
|
+
type: 'string'
|
|
1875
|
+
},
|
|
1876
|
+
firstDayOfWeek: {
|
|
1877
|
+
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
1878
|
+
type: 'string'
|
|
1879
|
+
},
|
|
1880
|
+
calendarType: {
|
|
1881
|
+
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
1882
|
+
type: 'string'
|
|
1368
1883
|
}
|
|
1369
1884
|
},
|
|
1370
1885
|
additionalProperties: false
|
|
1371
1886
|
} as const;
|
|
1372
1887
|
|
|
1373
|
-
export const $
|
|
1374
|
-
required: ['
|
|
1888
|
+
export const $UniRefund_LocationService_CountryDates_CountryDateDto = {
|
|
1889
|
+
required: ['calendarType', 'endYearForTwoDigitYear', 'firstDayOfWeek', 'longDate', 'shortDate', 'startYearForTwoDigitYear'],
|
|
1375
1890
|
type: 'object',
|
|
1376
1891
|
properties: {
|
|
1377
1892
|
id: {
|
|
@@ -1410,26 +1925,38 @@ export const $UniRefund_LocationService_Districts_DistrictDto = {
|
|
|
1410
1925
|
format: 'date-time',
|
|
1411
1926
|
nullable: true
|
|
1412
1927
|
},
|
|
1413
|
-
|
|
1414
|
-
maxLength:
|
|
1928
|
+
shortDate: {
|
|
1929
|
+
maxLength: 20,
|
|
1415
1930
|
minLength: 0,
|
|
1416
1931
|
type: 'string'
|
|
1417
1932
|
},
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1933
|
+
longDate: {
|
|
1934
|
+
maxLength: 30,
|
|
1935
|
+
minLength: 0,
|
|
1936
|
+
type: 'string'
|
|
1422
1937
|
},
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1938
|
+
startYearForTwoDigitYear: {
|
|
1939
|
+
minLength: 1,
|
|
1940
|
+
type: 'string'
|
|
1941
|
+
},
|
|
1942
|
+
endYearForTwoDigitYear: {
|
|
1943
|
+
minLength: 1,
|
|
1944
|
+
type: 'string'
|
|
1945
|
+
},
|
|
1946
|
+
firstDayOfWeek: {
|
|
1947
|
+
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
1948
|
+
type: 'string'
|
|
1949
|
+
},
|
|
1950
|
+
calendarType: {
|
|
1951
|
+
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
1952
|
+
type: 'string'
|
|
1426
1953
|
}
|
|
1427
1954
|
},
|
|
1428
1955
|
additionalProperties: false
|
|
1429
1956
|
} as const;
|
|
1430
1957
|
|
|
1431
|
-
export const $
|
|
1432
|
-
required: ['
|
|
1958
|
+
export const $UniRefund_LocationService_CountryDates_CountryDateUpdateDto = {
|
|
1959
|
+
required: ['calendarType', 'endYearForTwoDigitYear', 'firstDayOfWeek', 'longDate', 'shortDate', 'startYearForTwoDigitYear'],
|
|
1433
1960
|
type: 'object',
|
|
1434
1961
|
properties: {
|
|
1435
1962
|
extraProperties: {
|
|
@@ -1438,81 +1965,38 @@ export const $UniRefund_LocationService_Districts_DistrictUpdateDto = {
|
|
|
1438
1965
|
nullable: true,
|
|
1439
1966
|
readOnly: true
|
|
1440
1967
|
},
|
|
1441
|
-
|
|
1442
|
-
maxLength:
|
|
1968
|
+
shortDate: {
|
|
1969
|
+
maxLength: 20,
|
|
1443
1970
|
minLength: 0,
|
|
1444
1971
|
type: 'string'
|
|
1445
1972
|
},
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1973
|
+
longDate: {
|
|
1974
|
+
maxLength: 30,
|
|
1975
|
+
minLength: 0,
|
|
1976
|
+
type: 'string'
|
|
1450
1977
|
},
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1978
|
+
startYearForTwoDigitYear: {
|
|
1979
|
+
minLength: 1,
|
|
1980
|
+
type: 'string'
|
|
1981
|
+
},
|
|
1982
|
+
endYearForTwoDigitYear: {
|
|
1983
|
+
minLength: 1,
|
|
1984
|
+
type: 'string'
|
|
1985
|
+
},
|
|
1986
|
+
firstDayOfWeek: {
|
|
1987
|
+
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
1988
|
+
type: 'string'
|
|
1989
|
+
},
|
|
1990
|
+
calendarType: {
|
|
1991
|
+
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
1992
|
+
type: 'string'
|
|
1454
1993
|
}
|
|
1455
1994
|
},
|
|
1456
1995
|
additionalProperties: false
|
|
1457
1996
|
} as const;
|
|
1458
1997
|
|
|
1459
|
-
export const $
|
|
1460
|
-
|
|
1461
|
-
type: 'string'
|
|
1462
|
-
} as const;
|
|
1463
|
-
|
|
1464
|
-
export const $UniRefund_LocationService_Enums_CalendarType = {
|
|
1465
|
-
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
1466
|
-
type: 'string'
|
|
1467
|
-
} as const;
|
|
1468
|
-
|
|
1469
|
-
export const $UniRefund_LocationService_Enums_Continent = {
|
|
1470
|
-
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
1471
|
-
type: 'string'
|
|
1472
|
-
} as const;
|
|
1473
|
-
|
|
1474
|
-
export const $UniRefund_LocationService_Enums_DigitGrouping = {
|
|
1475
|
-
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
1476
|
-
type: 'string'
|
|
1477
|
-
} as const;
|
|
1478
|
-
|
|
1479
|
-
export const $UniRefund_LocationService_Enums_FirstDayOfWeek = {
|
|
1480
|
-
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
1481
|
-
type: 'string'
|
|
1482
|
-
} as const;
|
|
1483
|
-
|
|
1484
|
-
export const $UniRefund_LocationService_Enums_MeasurementSystem = {
|
|
1485
|
-
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
1486
|
-
type: 'string'
|
|
1487
|
-
} as const;
|
|
1488
|
-
|
|
1489
|
-
export const $UniRefund_LocationService_Enums_NegativeCurrencyFormat = {
|
|
1490
|
-
enum: ['WithParentheses', 'WithMinusSign'],
|
|
1491
|
-
type: 'string'
|
|
1492
|
-
} as const;
|
|
1493
|
-
|
|
1494
|
-
export const $UniRefund_LocationService_Enums_NegativeNumberFormat = {
|
|
1495
|
-
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
1496
|
-
type: 'string'
|
|
1497
|
-
} as const;
|
|
1498
|
-
|
|
1499
|
-
export const $UniRefund_LocationService_Enums_PositiveCurrencyFormat = {
|
|
1500
|
-
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
1501
|
-
type: 'string'
|
|
1502
|
-
} as const;
|
|
1503
|
-
|
|
1504
|
-
export const $UniRefund_LocationService_Enums_StandardDigits = {
|
|
1505
|
-
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
1506
|
-
type: 'string'
|
|
1507
|
-
} as const;
|
|
1508
|
-
|
|
1509
|
-
export const $UniRefund_LocationService_Enums_UseNativeDigits = {
|
|
1510
|
-
enum: ['Never', 'Always', 'Conditional'],
|
|
1511
|
-
type: 'string'
|
|
1512
|
-
} as const;
|
|
1513
|
-
|
|
1514
|
-
export const $UniRefund_LocationService_Neighborhoods_NeighborhoodCreateDto = {
|
|
1515
|
-
required: ['districtId', 'name'],
|
|
1998
|
+
export const $UniRefund_LocationService_CountryNumbers_CountryNumberCreateDto = {
|
|
1999
|
+
required: ['decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'displayLeadingZeros', 'listSeperator', 'measurementSystem', 'negativeNumberFormat', 'negativeSignSymbol', 'noOfDigitsAfterDecimal', 'standardDigits', 'useNativeDigits'],
|
|
1516
2000
|
type: 'object',
|
|
1517
2001
|
properties: {
|
|
1518
2002
|
extraProperties: {
|
|
@@ -1521,26 +2005,61 @@ export const $UniRefund_LocationService_Neighborhoods_NeighborhoodCreateDto = {
|
|
|
1521
2005
|
nullable: true,
|
|
1522
2006
|
readOnly: true
|
|
1523
2007
|
},
|
|
1524
|
-
|
|
1525
|
-
maxLength:
|
|
2008
|
+
decimalSymbol: {
|
|
2009
|
+
maxLength: 1,
|
|
1526
2010
|
minLength: 0,
|
|
1527
2011
|
type: 'string'
|
|
1528
2012
|
},
|
|
1529
|
-
|
|
2013
|
+
digitGroupingSymbol: {
|
|
2014
|
+
maxLength: 1,
|
|
2015
|
+
minLength: 0,
|
|
2016
|
+
type: 'string'
|
|
2017
|
+
},
|
|
2018
|
+
negativeSignSymbol: {
|
|
2019
|
+
maxLength: 1,
|
|
2020
|
+
minLength: 0,
|
|
2021
|
+
type: 'string'
|
|
2022
|
+
},
|
|
2023
|
+
listSeperator: {
|
|
2024
|
+
maxLength: 1,
|
|
2025
|
+
minLength: 0,
|
|
2026
|
+
type: 'string'
|
|
2027
|
+
},
|
|
2028
|
+
noOfDigitsAfterDecimal: {
|
|
1530
2029
|
type: 'integer',
|
|
1531
|
-
format: 'int32'
|
|
1532
|
-
nullable: true
|
|
2030
|
+
format: 'int32'
|
|
1533
2031
|
},
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
2032
|
+
displayLeadingZeros: {
|
|
2033
|
+
maxLength: 25,
|
|
2034
|
+
minLength: 0,
|
|
2035
|
+
type: 'string'
|
|
2036
|
+
},
|
|
2037
|
+
digitGrouping: {
|
|
2038
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
2039
|
+
type: 'string'
|
|
2040
|
+
},
|
|
2041
|
+
negativeNumberFormat: {
|
|
2042
|
+
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
2043
|
+
type: 'string'
|
|
2044
|
+
},
|
|
2045
|
+
measurementSystem: {
|
|
2046
|
+
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
2047
|
+
type: 'string'
|
|
2048
|
+
},
|
|
2049
|
+
standardDigits: {
|
|
2050
|
+
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
2051
|
+
type: 'string'
|
|
2052
|
+
},
|
|
2053
|
+
useNativeDigits: {
|
|
2054
|
+
enum: ['Never', 'Always', 'Conditional'],
|
|
2055
|
+
type: 'string'
|
|
1537
2056
|
}
|
|
1538
2057
|
},
|
|
1539
2058
|
additionalProperties: false
|
|
1540
2059
|
} as const;
|
|
1541
2060
|
|
|
1542
|
-
export const $
|
|
1543
|
-
required: ['
|
|
2061
|
+
export const $UniRefund_LocationService_CountryNumbers_CountryNumberDto = {
|
|
2062
|
+
required: ['decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'displayLeadingZeros', 'listSeperator', 'measurementSystem', 'negativeNumberFormat', 'negativeSignSymbol', 'noOfDigitsAfterDecimal', 'standardDigits', 'useNativeDigits'],
|
|
1544
2063
|
type: 'object',
|
|
1545
2064
|
properties: {
|
|
1546
2065
|
id: {
|
|
@@ -1579,26 +2098,61 @@ export const $UniRefund_LocationService_Neighborhoods_NeighborhoodDto = {
|
|
|
1579
2098
|
format: 'date-time',
|
|
1580
2099
|
nullable: true
|
|
1581
2100
|
},
|
|
1582
|
-
|
|
1583
|
-
maxLength:
|
|
2101
|
+
decimalSymbol: {
|
|
2102
|
+
maxLength: 1,
|
|
1584
2103
|
minLength: 0,
|
|
1585
2104
|
type: 'string'
|
|
1586
2105
|
},
|
|
1587
|
-
|
|
2106
|
+
digitGroupingSymbol: {
|
|
2107
|
+
maxLength: 1,
|
|
2108
|
+
minLength: 0,
|
|
2109
|
+
type: 'string'
|
|
2110
|
+
},
|
|
2111
|
+
negativeSignSymbol: {
|
|
2112
|
+
maxLength: 1,
|
|
2113
|
+
minLength: 0,
|
|
2114
|
+
type: 'string'
|
|
2115
|
+
},
|
|
2116
|
+
listSeperator: {
|
|
2117
|
+
maxLength: 1,
|
|
2118
|
+
minLength: 0,
|
|
2119
|
+
type: 'string'
|
|
2120
|
+
},
|
|
2121
|
+
noOfDigitsAfterDecimal: {
|
|
1588
2122
|
type: 'integer',
|
|
1589
|
-
format: 'int32'
|
|
1590
|
-
nullable: true
|
|
2123
|
+
format: 'int32'
|
|
1591
2124
|
},
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
2125
|
+
displayLeadingZeros: {
|
|
2126
|
+
maxLength: 25,
|
|
2127
|
+
minLength: 0,
|
|
2128
|
+
type: 'string'
|
|
2129
|
+
},
|
|
2130
|
+
digitGrouping: {
|
|
2131
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
2132
|
+
type: 'string'
|
|
2133
|
+
},
|
|
2134
|
+
negativeNumberFormat: {
|
|
2135
|
+
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
2136
|
+
type: 'string'
|
|
2137
|
+
},
|
|
2138
|
+
measurementSystem: {
|
|
2139
|
+
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
2140
|
+
type: 'string'
|
|
2141
|
+
},
|
|
2142
|
+
standardDigits: {
|
|
2143
|
+
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
2144
|
+
type: 'string'
|
|
2145
|
+
},
|
|
2146
|
+
useNativeDigits: {
|
|
2147
|
+
enum: ['Never', 'Always', 'Conditional'],
|
|
2148
|
+
type: 'string'
|
|
1595
2149
|
}
|
|
1596
2150
|
},
|
|
1597
2151
|
additionalProperties: false
|
|
1598
2152
|
} as const;
|
|
1599
2153
|
|
|
1600
|
-
export const $
|
|
1601
|
-
required: ['
|
|
2154
|
+
export const $UniRefund_LocationService_CountryNumbers_CountryNumberUpdateDto = {
|
|
2155
|
+
required: ['decimalSymbol', 'digitGrouping', 'digitGroupingSymbol', 'displayLeadingZeros', 'listSeperator', 'measurementSystem', 'negativeNumberFormat', 'negativeSignSymbol', 'noOfDigitsAfterDecimal', 'standardDigits', 'useNativeDigits'],
|
|
1602
2156
|
type: 'object',
|
|
1603
2157
|
properties: {
|
|
1604
2158
|
extraProperties: {
|
|
@@ -1607,26 +2161,61 @@ export const $UniRefund_LocationService_Neighborhoods_NeighborhoodUpdateDto = {
|
|
|
1607
2161
|
nullable: true,
|
|
1608
2162
|
readOnly: true
|
|
1609
2163
|
},
|
|
1610
|
-
|
|
1611
|
-
maxLength:
|
|
2164
|
+
decimalSymbol: {
|
|
2165
|
+
maxLength: 1,
|
|
1612
2166
|
minLength: 0,
|
|
1613
2167
|
type: 'string'
|
|
1614
2168
|
},
|
|
1615
|
-
|
|
2169
|
+
digitGroupingSymbol: {
|
|
2170
|
+
maxLength: 1,
|
|
2171
|
+
minLength: 0,
|
|
2172
|
+
type: 'string'
|
|
2173
|
+
},
|
|
2174
|
+
negativeSignSymbol: {
|
|
2175
|
+
maxLength: 1,
|
|
2176
|
+
minLength: 0,
|
|
2177
|
+
type: 'string'
|
|
2178
|
+
},
|
|
2179
|
+
listSeperator: {
|
|
2180
|
+
maxLength: 1,
|
|
2181
|
+
minLength: 0,
|
|
2182
|
+
type: 'string'
|
|
2183
|
+
},
|
|
2184
|
+
noOfDigitsAfterDecimal: {
|
|
1616
2185
|
type: 'integer',
|
|
1617
|
-
format: 'int32'
|
|
1618
|
-
nullable: true
|
|
2186
|
+
format: 'int32'
|
|
1619
2187
|
},
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
2188
|
+
displayLeadingZeros: {
|
|
2189
|
+
maxLength: 25,
|
|
2190
|
+
minLength: 0,
|
|
2191
|
+
type: 'string'
|
|
2192
|
+
},
|
|
2193
|
+
digitGrouping: {
|
|
2194
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
2195
|
+
type: 'string'
|
|
2196
|
+
},
|
|
2197
|
+
negativeNumberFormat: {
|
|
2198
|
+
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
2199
|
+
type: 'string'
|
|
2200
|
+
},
|
|
2201
|
+
measurementSystem: {
|
|
2202
|
+
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
2203
|
+
type: 'string'
|
|
2204
|
+
},
|
|
2205
|
+
standardDigits: {
|
|
2206
|
+
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
2207
|
+
type: 'string'
|
|
2208
|
+
},
|
|
2209
|
+
useNativeDigits: {
|
|
2210
|
+
enum: ['Never', 'Always', 'Conditional'],
|
|
2211
|
+
type: 'string'
|
|
1623
2212
|
}
|
|
1624
2213
|
},
|
|
1625
2214
|
additionalProperties: false
|
|
1626
2215
|
} as const;
|
|
1627
2216
|
|
|
1628
|
-
export const $
|
|
1629
|
-
required: ['
|
|
2217
|
+
export const $UniRefund_LocationService_CountryTimes_CountryTimeCreateDto = {
|
|
2218
|
+
required: ['amSymbol', 'longTime', 'pmSymbol', 'shortTime'],
|
|
1630
2219
|
type: 'object',
|
|
1631
2220
|
properties: {
|
|
1632
2221
|
extraProperties: {
|
|
@@ -1635,16 +2224,32 @@ export const $UniRefund_LocationService_RegionalSettings_RegionalSettingCreateDt
|
|
|
1635
2224
|
nullable: true,
|
|
1636
2225
|
readOnly: true
|
|
1637
2226
|
},
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
2227
|
+
shortTime: {
|
|
2228
|
+
maxLength: 20,
|
|
2229
|
+
minLength: 0,
|
|
2230
|
+
type: 'string'
|
|
2231
|
+
},
|
|
2232
|
+
longTime: {
|
|
2233
|
+
maxLength: 20,
|
|
2234
|
+
minLength: 0,
|
|
2235
|
+
type: 'string'
|
|
2236
|
+
},
|
|
2237
|
+
amSymbol: {
|
|
2238
|
+
maxLength: 2,
|
|
2239
|
+
minLength: 0,
|
|
2240
|
+
type: 'string'
|
|
2241
|
+
},
|
|
2242
|
+
pmSymbol: {
|
|
2243
|
+
maxLength: 2,
|
|
2244
|
+
minLength: 0,
|
|
2245
|
+
type: 'string'
|
|
1641
2246
|
}
|
|
1642
2247
|
},
|
|
1643
2248
|
additionalProperties: false
|
|
1644
2249
|
} as const;
|
|
1645
2250
|
|
|
1646
|
-
export const $
|
|
1647
|
-
required: ['
|
|
2251
|
+
export const $UniRefund_LocationService_CountryTimes_CountryTimeDto = {
|
|
2252
|
+
required: ['amSymbol', 'longTime', 'pmSymbol', 'shortTime'],
|
|
1648
2253
|
type: 'object',
|
|
1649
2254
|
properties: {
|
|
1650
2255
|
id: {
|
|
@@ -1683,16 +2288,32 @@ export const $UniRefund_LocationService_RegionalSettings_RegionalSettingDto = {
|
|
|
1683
2288
|
format: 'date-time',
|
|
1684
2289
|
nullable: true
|
|
1685
2290
|
},
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
2291
|
+
shortTime: {
|
|
2292
|
+
maxLength: 20,
|
|
2293
|
+
minLength: 0,
|
|
2294
|
+
type: 'string'
|
|
2295
|
+
},
|
|
2296
|
+
longTime: {
|
|
2297
|
+
maxLength: 20,
|
|
2298
|
+
minLength: 0,
|
|
2299
|
+
type: 'string'
|
|
2300
|
+
},
|
|
2301
|
+
amSymbol: {
|
|
2302
|
+
maxLength: 2,
|
|
2303
|
+
minLength: 0,
|
|
2304
|
+
type: 'string'
|
|
2305
|
+
},
|
|
2306
|
+
pmSymbol: {
|
|
2307
|
+
maxLength: 2,
|
|
2308
|
+
minLength: 0,
|
|
2309
|
+
type: 'string'
|
|
1689
2310
|
}
|
|
1690
2311
|
},
|
|
1691
2312
|
additionalProperties: false
|
|
1692
2313
|
} as const;
|
|
1693
2314
|
|
|
1694
|
-
export const $
|
|
1695
|
-
required: ['
|
|
2315
|
+
export const $UniRefund_LocationService_CountryTimes_CountryTimeUpdateDto = {
|
|
2316
|
+
required: ['amSymbol', 'longTime', 'pmSymbol', 'shortTime'],
|
|
1696
2317
|
type: 'object',
|
|
1697
2318
|
properties: {
|
|
1698
2319
|
extraProperties: {
|
|
@@ -1701,16 +2322,32 @@ export const $UniRefund_LocationService_RegionalSettings_RegionalSettingUpdateDt
|
|
|
1701
2322
|
nullable: true,
|
|
1702
2323
|
readOnly: true
|
|
1703
2324
|
},
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
2325
|
+
shortTime: {
|
|
2326
|
+
maxLength: 20,
|
|
2327
|
+
minLength: 0,
|
|
2328
|
+
type: 'string'
|
|
2329
|
+
},
|
|
2330
|
+
longTime: {
|
|
2331
|
+
maxLength: 20,
|
|
2332
|
+
minLength: 0,
|
|
2333
|
+
type: 'string'
|
|
2334
|
+
},
|
|
2335
|
+
amSymbol: {
|
|
2336
|
+
maxLength: 2,
|
|
2337
|
+
minLength: 0,
|
|
2338
|
+
type: 'string'
|
|
2339
|
+
},
|
|
2340
|
+
pmSymbol: {
|
|
2341
|
+
maxLength: 2,
|
|
2342
|
+
minLength: 0,
|
|
2343
|
+
type: 'string'
|
|
1707
2344
|
}
|
|
1708
2345
|
},
|
|
1709
2346
|
additionalProperties: false
|
|
1710
2347
|
} as const;
|
|
1711
2348
|
|
|
1712
|
-
export const $
|
|
1713
|
-
required: ['
|
|
2349
|
+
export const $UniRefund_LocationService_Districts_DistrictCreateDto = {
|
|
2350
|
+
required: ['cityId', 'name'],
|
|
1714
2351
|
type: 'object',
|
|
1715
2352
|
properties: {
|
|
1716
2353
|
extraProperties: {
|
|
@@ -1720,7 +2357,7 @@ export const $UniRefund_LocationService_Regions_RegionCreateDto = {
|
|
|
1720
2357
|
readOnly: true
|
|
1721
2358
|
},
|
|
1722
2359
|
name: {
|
|
1723
|
-
maxLength:
|
|
2360
|
+
maxLength: 255,
|
|
1724
2361
|
minLength: 0,
|
|
1725
2362
|
type: 'string'
|
|
1726
2363
|
},
|
|
@@ -1729,12 +2366,7 @@ export const $UniRefund_LocationService_Regions_RegionCreateDto = {
|
|
|
1729
2366
|
format: 'int32',
|
|
1730
2367
|
nullable: true
|
|
1731
2368
|
},
|
|
1732
|
-
|
|
1733
|
-
type: 'string',
|
|
1734
|
-
format: 'uuid',
|
|
1735
|
-
nullable: true
|
|
1736
|
-
},
|
|
1737
|
-
countryId: {
|
|
2369
|
+
cityId: {
|
|
1738
2370
|
type: 'string',
|
|
1739
2371
|
format: 'uuid'
|
|
1740
2372
|
}
|
|
@@ -1742,8 +2374,8 @@ export const $UniRefund_LocationService_Regions_RegionCreateDto = {
|
|
|
1742
2374
|
additionalProperties: false
|
|
1743
2375
|
} as const;
|
|
1744
2376
|
|
|
1745
|
-
export const $
|
|
1746
|
-
required: ['
|
|
2377
|
+
export const $UniRefund_LocationService_Districts_DistrictDto = {
|
|
2378
|
+
required: ['cityId', 'name'],
|
|
1747
2379
|
type: 'object',
|
|
1748
2380
|
properties: {
|
|
1749
2381
|
id: {
|
|
@@ -1783,7 +2415,7 @@ export const $UniRefund_LocationService_Regions_RegionDto = {
|
|
|
1783
2415
|
nullable: true
|
|
1784
2416
|
},
|
|
1785
2417
|
name: {
|
|
1786
|
-
maxLength:
|
|
2418
|
+
maxLength: 255,
|
|
1787
2419
|
minLength: 0,
|
|
1788
2420
|
type: 'string'
|
|
1789
2421
|
},
|
|
@@ -1792,54 +2424,7 @@ export const $UniRefund_LocationService_Regions_RegionDto = {
|
|
|
1792
2424
|
format: 'int32',
|
|
1793
2425
|
nullable: true
|
|
1794
2426
|
},
|
|
1795
|
-
|
|
1796
|
-
required: ['regionId'],
|
|
1797
|
-
type: 'object',
|
|
1798
|
-
properties: {
|
|
1799
|
-
id: {
|
|
1800
|
-
type: 'string',
|
|
1801
|
-
format: 'uuid'
|
|
1802
|
-
},
|
|
1803
|
-
creationTime: {
|
|
1804
|
-
type: 'string',
|
|
1805
|
-
format: 'date-time'
|
|
1806
|
-
},
|
|
1807
|
-
creatorId: {
|
|
1808
|
-
type: 'string',
|
|
1809
|
-
format: 'uuid',
|
|
1810
|
-
nullable: true
|
|
1811
|
-
},
|
|
1812
|
-
lastModificationTime: {
|
|
1813
|
-
type: 'string',
|
|
1814
|
-
format: 'date-time',
|
|
1815
|
-
nullable: true
|
|
1816
|
-
},
|
|
1817
|
-
lastModifierId: {
|
|
1818
|
-
type: 'string',
|
|
1819
|
-
format: 'uuid',
|
|
1820
|
-
nullable: true
|
|
1821
|
-
},
|
|
1822
|
-
isDeleted: {
|
|
1823
|
-
type: 'boolean'
|
|
1824
|
-
},
|
|
1825
|
-
deleterId: {
|
|
1826
|
-
type: 'string',
|
|
1827
|
-
format: 'uuid',
|
|
1828
|
-
nullable: true
|
|
1829
|
-
},
|
|
1830
|
-
deletionTime: {
|
|
1831
|
-
type: 'string',
|
|
1832
|
-
format: 'date-time',
|
|
1833
|
-
nullable: true
|
|
1834
|
-
},
|
|
1835
|
-
regionId: {
|
|
1836
|
-
type: 'string',
|
|
1837
|
-
format: 'uuid'
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
additionalProperties: false
|
|
1841
|
-
},
|
|
1842
|
-
countryId: {
|
|
2427
|
+
cityId: {
|
|
1843
2428
|
type: 'string',
|
|
1844
2429
|
format: 'uuid'
|
|
1845
2430
|
}
|
|
@@ -1847,8 +2432,8 @@ export const $UniRefund_LocationService_Regions_RegionDto = {
|
|
|
1847
2432
|
additionalProperties: false
|
|
1848
2433
|
} as const;
|
|
1849
2434
|
|
|
1850
|
-
export const $
|
|
1851
|
-
required: ['
|
|
2435
|
+
export const $UniRefund_LocationService_Districts_DistrictUpdateDto = {
|
|
2436
|
+
required: ['cityId', 'name'],
|
|
1852
2437
|
type: 'object',
|
|
1853
2438
|
properties: {
|
|
1854
2439
|
extraProperties: {
|
|
@@ -1858,7 +2443,7 @@ export const $UniRefund_LocationService_Regions_RegionUpdateDto = {
|
|
|
1858
2443
|
readOnly: true
|
|
1859
2444
|
},
|
|
1860
2445
|
name: {
|
|
1861
|
-
maxLength:
|
|
2446
|
+
maxLength: 255,
|
|
1862
2447
|
minLength: 0,
|
|
1863
2448
|
type: 'string'
|
|
1864
2449
|
},
|
|
@@ -1867,16 +2452,7 @@ export const $UniRefund_LocationService_Regions_RegionUpdateDto = {
|
|
|
1867
2452
|
format: 'int32',
|
|
1868
2453
|
nullable: true
|
|
1869
2454
|
},
|
|
1870
|
-
|
|
1871
|
-
type: 'string',
|
|
1872
|
-
format: 'uuid',
|
|
1873
|
-
nullable: true
|
|
1874
|
-
},
|
|
1875
|
-
regionalSettingId: {
|
|
1876
|
-
type: 'string',
|
|
1877
|
-
format: 'uuid'
|
|
1878
|
-
},
|
|
1879
|
-
countryId: {
|
|
2455
|
+
cityId: {
|
|
1880
2456
|
type: 'string',
|
|
1881
2457
|
format: 'uuid'
|
|
1882
2458
|
}
|
|
@@ -1884,1009 +2460,429 @@ export const $UniRefund_LocationService_Regions_RegionUpdateDto = {
|
|
|
1884
2460
|
additionalProperties: false
|
|
1885
2461
|
} as const;
|
|
1886
2462
|
|
|
1887
|
-
export const $
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
items: {
|
|
1891
|
-
type: 'array',
|
|
1892
|
-
items: {
|
|
1893
|
-
required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
|
|
1894
|
-
type: 'object',
|
|
1895
|
-
properties: {
|
|
1896
|
-
id: {
|
|
1897
|
-
type: 'string',
|
|
1898
|
-
format: 'uuid'
|
|
1899
|
-
},
|
|
1900
|
-
creationTime: {
|
|
1901
|
-
type: 'string',
|
|
1902
|
-
format: 'date-time'
|
|
1903
|
-
},
|
|
1904
|
-
creatorId: {
|
|
1905
|
-
type: 'string',
|
|
1906
|
-
format: 'uuid',
|
|
1907
|
-
nullable: true
|
|
1908
|
-
},
|
|
1909
|
-
lastModificationTime: {
|
|
1910
|
-
type: 'string',
|
|
1911
|
-
format: 'date-time',
|
|
1912
|
-
nullable: true
|
|
1913
|
-
},
|
|
1914
|
-
lastModifierId: {
|
|
1915
|
-
type: 'string',
|
|
1916
|
-
format: 'uuid',
|
|
1917
|
-
nullable: true
|
|
1918
|
-
},
|
|
1919
|
-
isDeleted: {
|
|
1920
|
-
type: 'boolean'
|
|
1921
|
-
},
|
|
1922
|
-
deleterId: {
|
|
1923
|
-
type: 'string',
|
|
1924
|
-
format: 'uuid',
|
|
1925
|
-
nullable: true
|
|
1926
|
-
},
|
|
1927
|
-
deletionTime: {
|
|
1928
|
-
type: 'string',
|
|
1929
|
-
format: 'date-time',
|
|
1930
|
-
nullable: true
|
|
1931
|
-
},
|
|
1932
|
-
type: {
|
|
1933
|
-
enum: ['Home', 'Office'],
|
|
1934
|
-
type: 'string'
|
|
1935
|
-
},
|
|
1936
|
-
addressLine: {
|
|
1937
|
-
maxLength: 255,
|
|
1938
|
-
minLength: 0,
|
|
1939
|
-
type: 'string'
|
|
1940
|
-
},
|
|
1941
|
-
postalCode: {
|
|
1942
|
-
maxLength: 255,
|
|
1943
|
-
minLength: 0,
|
|
1944
|
-
type: 'string'
|
|
1945
|
-
},
|
|
1946
|
-
fullAddress: {
|
|
1947
|
-
maxLength: 255,
|
|
1948
|
-
minLength: 0,
|
|
1949
|
-
type: 'string'
|
|
1950
|
-
},
|
|
1951
|
-
primaryFlag: {
|
|
1952
|
-
type: 'boolean'
|
|
1953
|
-
},
|
|
1954
|
-
countryId: {
|
|
1955
|
-
type: 'string',
|
|
1956
|
-
format: 'uuid'
|
|
1957
|
-
},
|
|
1958
|
-
regionId: {
|
|
1959
|
-
type: 'string',
|
|
1960
|
-
format: 'uuid',
|
|
1961
|
-
nullable: true
|
|
1962
|
-
},
|
|
1963
|
-
cityId: {
|
|
1964
|
-
type: 'string',
|
|
1965
|
-
format: 'uuid'
|
|
1966
|
-
},
|
|
1967
|
-
districtId: {
|
|
1968
|
-
type: 'string',
|
|
1969
|
-
format: 'uuid'
|
|
1970
|
-
},
|
|
1971
|
-
neighborhoodId: {
|
|
1972
|
-
type: 'string',
|
|
1973
|
-
format: 'uuid',
|
|
1974
|
-
nullable: true
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
additionalProperties: false
|
|
1978
|
-
},
|
|
1979
|
-
nullable: true
|
|
1980
|
-
},
|
|
1981
|
-
totalCount: {
|
|
1982
|
-
type: 'integer',
|
|
1983
|
-
format: 'int64'
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
additionalProperties: false
|
|
2463
|
+
export const $UniRefund_LocationService_Enums_AddressType = {
|
|
2464
|
+
enum: ['Home', 'Office', 'Invoice', 'Contact'],
|
|
2465
|
+
type: 'string'
|
|
1987
2466
|
} as const;
|
|
1988
2467
|
|
|
1989
|
-
export const $
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
type: 'string'
|
|
2038
|
-
},
|
|
2039
|
-
centerLatitudeCoordinate: {
|
|
2040
|
-
type: 'number',
|
|
2041
|
-
format: 'float',
|
|
2042
|
-
nullable: true
|
|
2043
|
-
},
|
|
2044
|
-
centerLongitudeCoordinate: {
|
|
2045
|
-
type: 'number',
|
|
2046
|
-
format: 'float',
|
|
2047
|
-
nullable: true
|
|
2048
|
-
},
|
|
2049
|
-
elevation: {
|
|
2050
|
-
type: 'number',
|
|
2051
|
-
format: 'float',
|
|
2052
|
-
nullable: true
|
|
2053
|
-
},
|
|
2054
|
-
population: {
|
|
2055
|
-
type: 'integer',
|
|
2056
|
-
format: 'int32',
|
|
2057
|
-
nullable: true
|
|
2058
|
-
},
|
|
2059
|
-
isCapital: {
|
|
2060
|
-
type: 'boolean'
|
|
2061
|
-
},
|
|
2062
|
-
isMetropolitan: {
|
|
2063
|
-
type: 'boolean'
|
|
2064
|
-
},
|
|
2065
|
-
plateCode: {
|
|
2066
|
-
type: 'integer',
|
|
2067
|
-
format: 'int32'
|
|
2068
|
-
},
|
|
2069
|
-
regionId: {
|
|
2070
|
-
type: 'string',
|
|
2071
|
-
format: 'uuid'
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
additionalProperties: false
|
|
2075
|
-
},
|
|
2076
|
-
nullable: true
|
|
2077
|
-
},
|
|
2078
|
-
totalCount: {
|
|
2079
|
-
type: 'integer',
|
|
2080
|
-
format: 'int64'
|
|
2081
|
-
}
|
|
2082
|
-
},
|
|
2083
|
-
additionalProperties: false
|
|
2468
|
+
export const $UniRefund_LocationService_Enums_CalendarType = {
|
|
2469
|
+
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
2470
|
+
type: 'string'
|
|
2471
|
+
} as const;
|
|
2472
|
+
|
|
2473
|
+
export const $UniRefund_LocationService_Enums_Continent = {
|
|
2474
|
+
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
2475
|
+
type: 'string'
|
|
2476
|
+
} as const;
|
|
2477
|
+
|
|
2478
|
+
export const $UniRefund_LocationService_Enums_DigitGrouping = {
|
|
2479
|
+
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
2480
|
+
type: 'string'
|
|
2481
|
+
} as const;
|
|
2482
|
+
|
|
2483
|
+
export const $UniRefund_LocationService_Enums_FirstDayOfWeek = {
|
|
2484
|
+
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
2485
|
+
type: 'string'
|
|
2486
|
+
} as const;
|
|
2487
|
+
|
|
2488
|
+
export const $UniRefund_LocationService_Enums_MeasurementSystem = {
|
|
2489
|
+
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
2490
|
+
type: 'string'
|
|
2491
|
+
} as const;
|
|
2492
|
+
|
|
2493
|
+
export const $UniRefund_LocationService_Enums_NegativeCurrencyFormat = {
|
|
2494
|
+
enum: ['WithParentheses', 'WithMinusSign'],
|
|
2495
|
+
type: 'string'
|
|
2496
|
+
} as const;
|
|
2497
|
+
|
|
2498
|
+
export const $UniRefund_LocationService_Enums_NegativeNumberFormat = {
|
|
2499
|
+
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
2500
|
+
type: 'string'
|
|
2501
|
+
} as const;
|
|
2502
|
+
|
|
2503
|
+
export const $UniRefund_LocationService_Enums_PositiveCurrencyFormat = {
|
|
2504
|
+
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
2505
|
+
type: 'string'
|
|
2506
|
+
} as const;
|
|
2507
|
+
|
|
2508
|
+
export const $UniRefund_LocationService_Enums_StandardDigits = {
|
|
2509
|
+
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
2510
|
+
type: 'string'
|
|
2511
|
+
} as const;
|
|
2512
|
+
|
|
2513
|
+
export const $UniRefund_LocationService_Enums_UseNativeDigits = {
|
|
2514
|
+
enum: ['Never', 'Always', 'Conditional'],
|
|
2515
|
+
type: 'string'
|
|
2084
2516
|
} as const;
|
|
2085
2517
|
|
|
2086
|
-
export const $
|
|
2518
|
+
export const $UniRefund_LocationService_Neighborhoods_NeighborhoodCreateDto = {
|
|
2519
|
+
required: ['districtId', 'name'],
|
|
2087
2520
|
type: 'object',
|
|
2088
2521
|
properties: {
|
|
2089
|
-
|
|
2090
|
-
type: '
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
properties: {
|
|
2095
|
-
extraProperties: {
|
|
2096
|
-
type: 'object',
|
|
2097
|
-
additionalProperties: {},
|
|
2098
|
-
nullable: true,
|
|
2099
|
-
readOnly: true
|
|
2100
|
-
},
|
|
2101
|
-
id: {
|
|
2102
|
-
type: 'string',
|
|
2103
|
-
format: 'uuid'
|
|
2104
|
-
},
|
|
2105
|
-
creationTime: {
|
|
2106
|
-
type: 'string',
|
|
2107
|
-
format: 'date-time'
|
|
2108
|
-
},
|
|
2109
|
-
creatorId: {
|
|
2110
|
-
type: 'string',
|
|
2111
|
-
format: 'uuid',
|
|
2112
|
-
nullable: true
|
|
2113
|
-
},
|
|
2114
|
-
lastModificationTime: {
|
|
2115
|
-
type: 'string',
|
|
2116
|
-
format: 'date-time',
|
|
2117
|
-
nullable: true
|
|
2118
|
-
},
|
|
2119
|
-
lastModifierId: {
|
|
2120
|
-
type: 'string',
|
|
2121
|
-
format: 'uuid',
|
|
2122
|
-
nullable: true
|
|
2123
|
-
},
|
|
2124
|
-
isDeleted: {
|
|
2125
|
-
type: 'boolean'
|
|
2126
|
-
},
|
|
2127
|
-
deleterId: {
|
|
2128
|
-
type: 'string',
|
|
2129
|
-
format: 'uuid',
|
|
2130
|
-
nullable: true
|
|
2131
|
-
},
|
|
2132
|
-
deletionTime: {
|
|
2133
|
-
type: 'string',
|
|
2134
|
-
format: 'date-time',
|
|
2135
|
-
nullable: true
|
|
2136
|
-
},
|
|
2137
|
-
code3: {
|
|
2138
|
-
maxLength: 3,
|
|
2139
|
-
minLength: 0,
|
|
2140
|
-
type: 'string'
|
|
2141
|
-
},
|
|
2142
|
-
code2: {
|
|
2143
|
-
maxLength: 2,
|
|
2144
|
-
minLength: 0,
|
|
2145
|
-
type: 'string'
|
|
2146
|
-
},
|
|
2147
|
-
name: {
|
|
2148
|
-
maxLength: 100,
|
|
2149
|
-
minLength: 0,
|
|
2150
|
-
type: 'string'
|
|
2151
|
-
},
|
|
2152
|
-
flagUrl: {
|
|
2153
|
-
maxLength: 512,
|
|
2154
|
-
minLength: 0,
|
|
2155
|
-
type: 'string',
|
|
2156
|
-
nullable: true
|
|
2157
|
-
},
|
|
2158
|
-
population: {
|
|
2159
|
-
type: 'integer',
|
|
2160
|
-
format: 'int32',
|
|
2161
|
-
nullable: true
|
|
2162
|
-
},
|
|
2163
|
-
isTimezoneCurrentlyDst: {
|
|
2164
|
-
type: 'boolean'
|
|
2165
|
-
},
|
|
2166
|
-
timezoneId: {
|
|
2167
|
-
type: 'string',
|
|
2168
|
-
format: 'uuid'
|
|
2169
|
-
},
|
|
2170
|
-
countryNumberId: {
|
|
2171
|
-
type: 'string',
|
|
2172
|
-
format: 'uuid'
|
|
2173
|
-
},
|
|
2174
|
-
countryCurrencyId: {
|
|
2175
|
-
type: 'string',
|
|
2176
|
-
format: 'uuid'
|
|
2177
|
-
},
|
|
2178
|
-
countryTimeId: {
|
|
2179
|
-
type: 'string',
|
|
2180
|
-
format: 'uuid'
|
|
2181
|
-
},
|
|
2182
|
-
countryDateId: {
|
|
2183
|
-
type: 'string',
|
|
2184
|
-
format: 'uuid'
|
|
2185
|
-
},
|
|
2186
|
-
continent: {
|
|
2187
|
-
enum: ['Asia', 'Africa', 'Europe', 'NorthAmerica', 'SouthAmerica', 'Austrualia', 'Antarctica'],
|
|
2188
|
-
type: 'string'
|
|
2189
|
-
},
|
|
2190
|
-
languageId: {
|
|
2191
|
-
type: 'string',
|
|
2192
|
-
format: 'uuid'
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
additionalProperties: false
|
|
2196
|
-
},
|
|
2197
|
-
nullable: true
|
|
2522
|
+
extraProperties: {
|
|
2523
|
+
type: 'object',
|
|
2524
|
+
additionalProperties: {},
|
|
2525
|
+
nullable: true,
|
|
2526
|
+
readOnly: true
|
|
2198
2527
|
},
|
|
2199
|
-
|
|
2528
|
+
name: {
|
|
2529
|
+
maxLength: 255,
|
|
2530
|
+
minLength: 0,
|
|
2531
|
+
type: 'string'
|
|
2532
|
+
},
|
|
2533
|
+
population: {
|
|
2200
2534
|
type: 'integer',
|
|
2201
|
-
format: '
|
|
2535
|
+
format: 'int32',
|
|
2536
|
+
nullable: true
|
|
2537
|
+
},
|
|
2538
|
+
districtId: {
|
|
2539
|
+
type: 'string',
|
|
2540
|
+
format: 'uuid'
|
|
2202
2541
|
}
|
|
2203
2542
|
},
|
|
2204
2543
|
additionalProperties: false
|
|
2205
2544
|
} as const;
|
|
2206
2545
|
|
|
2207
|
-
export const $
|
|
2546
|
+
export const $UniRefund_LocationService_Neighborhoods_NeighborhoodDto = {
|
|
2547
|
+
required: ['districtId', 'name'],
|
|
2208
2548
|
type: 'object',
|
|
2209
2549
|
properties: {
|
|
2210
|
-
|
|
2211
|
-
type: '
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
minLength: 3,
|
|
2255
|
-
type: 'string'
|
|
2256
|
-
},
|
|
2257
|
-
currencySymbol: {
|
|
2258
|
-
maxLength: 1,
|
|
2259
|
-
minLength: 0,
|
|
2260
|
-
type: 'string'
|
|
2261
|
-
},
|
|
2262
|
-
decimalSymbol: {
|
|
2263
|
-
maxLength: 1,
|
|
2264
|
-
minLength: 0,
|
|
2265
|
-
type: 'string'
|
|
2266
|
-
},
|
|
2267
|
-
digitGroupingSymbol: {
|
|
2268
|
-
maxLength: 1,
|
|
2269
|
-
minLength: 0,
|
|
2270
|
-
type: 'string'
|
|
2271
|
-
},
|
|
2272
|
-
noOfDigitsAfterDecimal: {
|
|
2273
|
-
type: 'integer',
|
|
2274
|
-
format: 'int32'
|
|
2275
|
-
},
|
|
2276
|
-
positiveCurrencyFormat: {
|
|
2277
|
-
enum: ['WithDollarSign', 'WithDollarSignAfter', 'WithCurrencyCodeBefore', 'WithCurrencyCodeAfter', 'WithoutCurrencySymbol'],
|
|
2278
|
-
type: 'string'
|
|
2279
|
-
},
|
|
2280
|
-
negativeCurrencyFormat: {
|
|
2281
|
-
enum: ['WithParentheses', 'WithMinusSign'],
|
|
2282
|
-
type: 'string'
|
|
2283
|
-
},
|
|
2284
|
-
digitGrouping: {
|
|
2285
|
-
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
2286
|
-
type: 'string'
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
additionalProperties: false
|
|
2290
|
-
},
|
|
2550
|
+
id: {
|
|
2551
|
+
type: 'string',
|
|
2552
|
+
format: 'uuid'
|
|
2553
|
+
},
|
|
2554
|
+
creationTime: {
|
|
2555
|
+
type: 'string',
|
|
2556
|
+
format: 'date-time'
|
|
2557
|
+
},
|
|
2558
|
+
creatorId: {
|
|
2559
|
+
type: 'string',
|
|
2560
|
+
format: 'uuid',
|
|
2561
|
+
nullable: true
|
|
2562
|
+
},
|
|
2563
|
+
lastModificationTime: {
|
|
2564
|
+
type: 'string',
|
|
2565
|
+
format: 'date-time',
|
|
2566
|
+
nullable: true
|
|
2567
|
+
},
|
|
2568
|
+
lastModifierId: {
|
|
2569
|
+
type: 'string',
|
|
2570
|
+
format: 'uuid',
|
|
2571
|
+
nullable: true
|
|
2572
|
+
},
|
|
2573
|
+
isDeleted: {
|
|
2574
|
+
type: 'boolean'
|
|
2575
|
+
},
|
|
2576
|
+
deleterId: {
|
|
2577
|
+
type: 'string',
|
|
2578
|
+
format: 'uuid',
|
|
2579
|
+
nullable: true
|
|
2580
|
+
},
|
|
2581
|
+
deletionTime: {
|
|
2582
|
+
type: 'string',
|
|
2583
|
+
format: 'date-time',
|
|
2584
|
+
nullable: true
|
|
2585
|
+
},
|
|
2586
|
+
name: {
|
|
2587
|
+
maxLength: 255,
|
|
2588
|
+
minLength: 0,
|
|
2589
|
+
type: 'string'
|
|
2590
|
+
},
|
|
2591
|
+
population: {
|
|
2592
|
+
type: 'integer',
|
|
2593
|
+
format: 'int32',
|
|
2291
2594
|
nullable: true
|
|
2292
2595
|
},
|
|
2293
|
-
|
|
2294
|
-
type: '
|
|
2295
|
-
format: '
|
|
2596
|
+
districtId: {
|
|
2597
|
+
type: 'string',
|
|
2598
|
+
format: 'uuid'
|
|
2296
2599
|
}
|
|
2297
2600
|
},
|
|
2298
2601
|
additionalProperties: false
|
|
2299
2602
|
} as const;
|
|
2300
2603
|
|
|
2301
|
-
export const $
|
|
2604
|
+
export const $UniRefund_LocationService_Neighborhoods_NeighborhoodUpdateDto = {
|
|
2605
|
+
required: ['districtId', 'name'],
|
|
2302
2606
|
type: 'object',
|
|
2303
2607
|
properties: {
|
|
2304
|
-
|
|
2305
|
-
type: '
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
properties: {
|
|
2310
|
-
id: {
|
|
2311
|
-
type: 'string',
|
|
2312
|
-
format: 'uuid'
|
|
2313
|
-
},
|
|
2314
|
-
creationTime: {
|
|
2315
|
-
type: 'string',
|
|
2316
|
-
format: 'date-time'
|
|
2317
|
-
},
|
|
2318
|
-
creatorId: {
|
|
2319
|
-
type: 'string',
|
|
2320
|
-
format: 'uuid',
|
|
2321
|
-
nullable: true
|
|
2322
|
-
},
|
|
2323
|
-
lastModificationTime: {
|
|
2324
|
-
type: 'string',
|
|
2325
|
-
format: 'date-time',
|
|
2326
|
-
nullable: true
|
|
2327
|
-
},
|
|
2328
|
-
lastModifierId: {
|
|
2329
|
-
type: 'string',
|
|
2330
|
-
format: 'uuid',
|
|
2331
|
-
nullable: true
|
|
2332
|
-
},
|
|
2333
|
-
isDeleted: {
|
|
2334
|
-
type: 'boolean'
|
|
2335
|
-
},
|
|
2336
|
-
deleterId: {
|
|
2337
|
-
type: 'string',
|
|
2338
|
-
format: 'uuid',
|
|
2339
|
-
nullable: true
|
|
2340
|
-
},
|
|
2341
|
-
deletionTime: {
|
|
2342
|
-
type: 'string',
|
|
2343
|
-
format: 'date-time',
|
|
2344
|
-
nullable: true
|
|
2345
|
-
},
|
|
2346
|
-
shortDate: {
|
|
2347
|
-
maxLength: 20,
|
|
2348
|
-
minLength: 0,
|
|
2349
|
-
type: 'string'
|
|
2350
|
-
},
|
|
2351
|
-
longDate: {
|
|
2352
|
-
maxLength: 30,
|
|
2353
|
-
minLength: 0,
|
|
2354
|
-
type: 'string'
|
|
2355
|
-
},
|
|
2356
|
-
startYearForTwoDigitYear: {
|
|
2357
|
-
minLength: 1,
|
|
2358
|
-
type: 'string'
|
|
2359
|
-
},
|
|
2360
|
-
endYearForTwoDigitYear: {
|
|
2361
|
-
minLength: 1,
|
|
2362
|
-
type: 'string'
|
|
2363
|
-
},
|
|
2364
|
-
firstDayOfWeek: {
|
|
2365
|
-
enum: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
2366
|
-
type: 'string'
|
|
2367
|
-
},
|
|
2368
|
-
calendarType: {
|
|
2369
|
-
enum: ['Gregorian', 'Julian', 'Hebrew', 'Islamic', 'Buddhist', 'Chinese'],
|
|
2370
|
-
type: 'string'
|
|
2371
|
-
}
|
|
2372
|
-
},
|
|
2373
|
-
additionalProperties: false
|
|
2374
|
-
},
|
|
2375
|
-
nullable: true
|
|
2608
|
+
extraProperties: {
|
|
2609
|
+
type: 'object',
|
|
2610
|
+
additionalProperties: {},
|
|
2611
|
+
nullable: true,
|
|
2612
|
+
readOnly: true
|
|
2376
2613
|
},
|
|
2377
|
-
|
|
2614
|
+
name: {
|
|
2615
|
+
maxLength: 255,
|
|
2616
|
+
minLength: 0,
|
|
2617
|
+
type: 'string'
|
|
2618
|
+
},
|
|
2619
|
+
population: {
|
|
2378
2620
|
type: 'integer',
|
|
2379
|
-
format: '
|
|
2621
|
+
format: 'int32',
|
|
2622
|
+
nullable: true
|
|
2623
|
+
},
|
|
2624
|
+
districtId: {
|
|
2625
|
+
type: 'string',
|
|
2626
|
+
format: 'uuid'
|
|
2380
2627
|
}
|
|
2381
2628
|
},
|
|
2382
2629
|
additionalProperties: false
|
|
2383
2630
|
} as const;
|
|
2384
2631
|
|
|
2385
|
-
export const $
|
|
2632
|
+
export const $UniRefund_LocationService_RegionalSettings_RegionalSettingCreateDto = {
|
|
2633
|
+
required: ['regionId'],
|
|
2386
2634
|
type: 'object',
|
|
2387
2635
|
properties: {
|
|
2388
|
-
|
|
2389
|
-
type: '
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
isDeleted: {
|
|
2418
|
-
type: 'boolean'
|
|
2419
|
-
},
|
|
2420
|
-
deleterId: {
|
|
2421
|
-
type: 'string',
|
|
2422
|
-
format: 'uuid',
|
|
2423
|
-
nullable: true
|
|
2424
|
-
},
|
|
2425
|
-
deletionTime: {
|
|
2426
|
-
type: 'string',
|
|
2427
|
-
format: 'date-time',
|
|
2428
|
-
nullable: true
|
|
2429
|
-
},
|
|
2430
|
-
decimalSymbol: {
|
|
2431
|
-
maxLength: 1,
|
|
2432
|
-
minLength: 0,
|
|
2433
|
-
type: 'string'
|
|
2434
|
-
},
|
|
2435
|
-
digitGroupingSymbol: {
|
|
2436
|
-
maxLength: 1,
|
|
2437
|
-
minLength: 0,
|
|
2438
|
-
type: 'string'
|
|
2439
|
-
},
|
|
2440
|
-
negativeSignSymbol: {
|
|
2441
|
-
maxLength: 1,
|
|
2442
|
-
minLength: 0,
|
|
2443
|
-
type: 'string'
|
|
2444
|
-
},
|
|
2445
|
-
listSeperator: {
|
|
2446
|
-
maxLength: 1,
|
|
2447
|
-
minLength: 0,
|
|
2448
|
-
type: 'string'
|
|
2449
|
-
},
|
|
2450
|
-
noOfDigitsAfterDecimal: {
|
|
2451
|
-
type: 'integer',
|
|
2452
|
-
format: 'int32'
|
|
2453
|
-
},
|
|
2454
|
-
displayLeadingZeros: {
|
|
2455
|
-
maxLength: 25,
|
|
2456
|
-
minLength: 0,
|
|
2457
|
-
type: 'string'
|
|
2458
|
-
},
|
|
2459
|
-
digitGrouping: {
|
|
2460
|
-
enum: ['FormatWithCommas', 'FormatWithDots'],
|
|
2461
|
-
type: 'string'
|
|
2462
|
-
},
|
|
2463
|
-
negativeNumberFormat: {
|
|
2464
|
-
enum: ['MinusBeforeNumber', 'Parentheses', 'MinusAfterNumber', 'UnicodeMinus'],
|
|
2465
|
-
type: 'string'
|
|
2466
|
-
},
|
|
2467
|
-
measurementSystem: {
|
|
2468
|
-
enum: ['USCustomary', 'Metric', 'Imperial'],
|
|
2469
|
-
type: 'string'
|
|
2470
|
-
},
|
|
2471
|
-
standardDigits: {
|
|
2472
|
-
enum: ['AllDigits', 'DigitsWithoutZero', 'DigitsReversed'],
|
|
2473
|
-
type: 'string'
|
|
2474
|
-
},
|
|
2475
|
-
useNativeDigits: {
|
|
2476
|
-
enum: ['Never', 'Always', 'Conditional'],
|
|
2477
|
-
type: 'string'
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
additionalProperties: false
|
|
2481
|
-
},
|
|
2636
|
+
extraProperties: {
|
|
2637
|
+
type: 'object',
|
|
2638
|
+
additionalProperties: {},
|
|
2639
|
+
nullable: true,
|
|
2640
|
+
readOnly: true
|
|
2641
|
+
},
|
|
2642
|
+
regionId: {
|
|
2643
|
+
type: 'string',
|
|
2644
|
+
format: 'uuid'
|
|
2645
|
+
}
|
|
2646
|
+
},
|
|
2647
|
+
additionalProperties: false
|
|
2648
|
+
} as const;
|
|
2649
|
+
|
|
2650
|
+
export const $UniRefund_LocationService_RegionalSettings_RegionalSettingDto = {
|
|
2651
|
+
required: ['regionId'],
|
|
2652
|
+
type: 'object',
|
|
2653
|
+
properties: {
|
|
2654
|
+
id: {
|
|
2655
|
+
type: 'string',
|
|
2656
|
+
format: 'uuid'
|
|
2657
|
+
},
|
|
2658
|
+
creationTime: {
|
|
2659
|
+
type: 'string',
|
|
2660
|
+
format: 'date-time'
|
|
2661
|
+
},
|
|
2662
|
+
creatorId: {
|
|
2663
|
+
type: 'string',
|
|
2664
|
+
format: 'uuid',
|
|
2482
2665
|
nullable: true
|
|
2483
2666
|
},
|
|
2484
|
-
|
|
2485
|
-
type: '
|
|
2486
|
-
format: '
|
|
2667
|
+
lastModificationTime: {
|
|
2668
|
+
type: 'string',
|
|
2669
|
+
format: 'date-time',
|
|
2670
|
+
nullable: true
|
|
2671
|
+
},
|
|
2672
|
+
lastModifierId: {
|
|
2673
|
+
type: 'string',
|
|
2674
|
+
format: 'uuid',
|
|
2675
|
+
nullable: true
|
|
2676
|
+
},
|
|
2677
|
+
isDeleted: {
|
|
2678
|
+
type: 'boolean'
|
|
2679
|
+
},
|
|
2680
|
+
deleterId: {
|
|
2681
|
+
type: 'string',
|
|
2682
|
+
format: 'uuid',
|
|
2683
|
+
nullable: true
|
|
2684
|
+
},
|
|
2685
|
+
deletionTime: {
|
|
2686
|
+
type: 'string',
|
|
2687
|
+
format: 'date-time',
|
|
2688
|
+
nullable: true
|
|
2689
|
+
},
|
|
2690
|
+
regionId: {
|
|
2691
|
+
type: 'string',
|
|
2692
|
+
format: 'uuid'
|
|
2487
2693
|
}
|
|
2488
2694
|
},
|
|
2489
2695
|
additionalProperties: false
|
|
2490
2696
|
} as const;
|
|
2491
2697
|
|
|
2492
|
-
export const $
|
|
2698
|
+
export const $UniRefund_LocationService_RegionalSettings_RegionalSettingUpdateDto = {
|
|
2699
|
+
required: ['regionId'],
|
|
2493
2700
|
type: 'object',
|
|
2494
2701
|
properties: {
|
|
2495
|
-
|
|
2496
|
-
type: '
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
properties: {
|
|
2501
|
-
id: {
|
|
2502
|
-
type: 'string',
|
|
2503
|
-
format: 'uuid'
|
|
2504
|
-
},
|
|
2505
|
-
creationTime: {
|
|
2506
|
-
type: 'string',
|
|
2507
|
-
format: 'date-time'
|
|
2508
|
-
},
|
|
2509
|
-
creatorId: {
|
|
2510
|
-
type: 'string',
|
|
2511
|
-
format: 'uuid',
|
|
2512
|
-
nullable: true
|
|
2513
|
-
},
|
|
2514
|
-
lastModificationTime: {
|
|
2515
|
-
type: 'string',
|
|
2516
|
-
format: 'date-time',
|
|
2517
|
-
nullable: true
|
|
2518
|
-
},
|
|
2519
|
-
lastModifierId: {
|
|
2520
|
-
type: 'string',
|
|
2521
|
-
format: 'uuid',
|
|
2522
|
-
nullable: true
|
|
2523
|
-
},
|
|
2524
|
-
isDeleted: {
|
|
2525
|
-
type: 'boolean'
|
|
2526
|
-
},
|
|
2527
|
-
deleterId: {
|
|
2528
|
-
type: 'string',
|
|
2529
|
-
format: 'uuid',
|
|
2530
|
-
nullable: true
|
|
2531
|
-
},
|
|
2532
|
-
deletionTime: {
|
|
2533
|
-
type: 'string',
|
|
2534
|
-
format: 'date-time',
|
|
2535
|
-
nullable: true
|
|
2536
|
-
},
|
|
2537
|
-
shortTime: {
|
|
2538
|
-
maxLength: 20,
|
|
2539
|
-
minLength: 0,
|
|
2540
|
-
type: 'string'
|
|
2541
|
-
},
|
|
2542
|
-
longTime: {
|
|
2543
|
-
maxLength: 20,
|
|
2544
|
-
minLength: 0,
|
|
2545
|
-
type: 'string'
|
|
2546
|
-
},
|
|
2547
|
-
amSymbol: {
|
|
2548
|
-
maxLength: 2,
|
|
2549
|
-
minLength: 0,
|
|
2550
|
-
type: 'string'
|
|
2551
|
-
},
|
|
2552
|
-
pmSymbol: {
|
|
2553
|
-
maxLength: 2,
|
|
2554
|
-
minLength: 0,
|
|
2555
|
-
type: 'string'
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
additionalProperties: false
|
|
2559
|
-
},
|
|
2560
|
-
nullable: true
|
|
2702
|
+
extraProperties: {
|
|
2703
|
+
type: 'object',
|
|
2704
|
+
additionalProperties: {},
|
|
2705
|
+
nullable: true,
|
|
2706
|
+
readOnly: true
|
|
2561
2707
|
},
|
|
2562
|
-
|
|
2563
|
-
type: '
|
|
2564
|
-
format: '
|
|
2708
|
+
regionId: {
|
|
2709
|
+
type: 'string',
|
|
2710
|
+
format: 'uuid'
|
|
2565
2711
|
}
|
|
2566
2712
|
},
|
|
2567
2713
|
additionalProperties: false
|
|
2568
2714
|
} as const;
|
|
2569
2715
|
|
|
2570
|
-
export const $
|
|
2716
|
+
export const $UniRefund_LocationService_Regions_RegionCreateDto = {
|
|
2717
|
+
required: ['countryId', 'name'],
|
|
2571
2718
|
type: 'object',
|
|
2572
2719
|
properties: {
|
|
2573
|
-
|
|
2574
|
-
type: '
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
properties: {
|
|
2579
|
-
id: {
|
|
2580
|
-
type: 'string',
|
|
2581
|
-
format: 'uuid'
|
|
2582
|
-
},
|
|
2583
|
-
creationTime: {
|
|
2584
|
-
type: 'string',
|
|
2585
|
-
format: 'date-time'
|
|
2586
|
-
},
|
|
2587
|
-
creatorId: {
|
|
2588
|
-
type: 'string',
|
|
2589
|
-
format: 'uuid',
|
|
2590
|
-
nullable: true
|
|
2591
|
-
},
|
|
2592
|
-
lastModificationTime: {
|
|
2593
|
-
type: 'string',
|
|
2594
|
-
format: 'date-time',
|
|
2595
|
-
nullable: true
|
|
2596
|
-
},
|
|
2597
|
-
lastModifierId: {
|
|
2598
|
-
type: 'string',
|
|
2599
|
-
format: 'uuid',
|
|
2600
|
-
nullable: true
|
|
2601
|
-
},
|
|
2602
|
-
isDeleted: {
|
|
2603
|
-
type: 'boolean'
|
|
2604
|
-
},
|
|
2605
|
-
deleterId: {
|
|
2606
|
-
type: 'string',
|
|
2607
|
-
format: 'uuid',
|
|
2608
|
-
nullable: true
|
|
2609
|
-
},
|
|
2610
|
-
deletionTime: {
|
|
2611
|
-
type: 'string',
|
|
2612
|
-
format: 'date-time',
|
|
2613
|
-
nullable: true
|
|
2614
|
-
},
|
|
2615
|
-
name: {
|
|
2616
|
-
maxLength: 255,
|
|
2617
|
-
minLength: 0,
|
|
2618
|
-
type: 'string'
|
|
2619
|
-
},
|
|
2620
|
-
population: {
|
|
2621
|
-
type: 'integer',
|
|
2622
|
-
format: 'int32',
|
|
2623
|
-
nullable: true
|
|
2624
|
-
},
|
|
2625
|
-
cityId: {
|
|
2626
|
-
type: 'string',
|
|
2627
|
-
format: 'uuid'
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
additionalProperties: false
|
|
2631
|
-
},
|
|
2632
|
-
nullable: true
|
|
2720
|
+
extraProperties: {
|
|
2721
|
+
type: 'object',
|
|
2722
|
+
additionalProperties: {},
|
|
2723
|
+
nullable: true,
|
|
2724
|
+
readOnly: true
|
|
2633
2725
|
},
|
|
2634
|
-
|
|
2726
|
+
name: {
|
|
2727
|
+
maxLength: 100,
|
|
2728
|
+
minLength: 0,
|
|
2729
|
+
type: 'string'
|
|
2730
|
+
},
|
|
2731
|
+
population: {
|
|
2635
2732
|
type: 'integer',
|
|
2636
|
-
format: '
|
|
2733
|
+
format: 'int32',
|
|
2734
|
+
nullable: true
|
|
2735
|
+
},
|
|
2736
|
+
timezoneId: {
|
|
2737
|
+
type: 'string',
|
|
2738
|
+
format: 'uuid',
|
|
2739
|
+
nullable: true
|
|
2740
|
+
},
|
|
2741
|
+
countryId: {
|
|
2742
|
+
type: 'string',
|
|
2743
|
+
format: 'uuid'
|
|
2637
2744
|
}
|
|
2638
2745
|
},
|
|
2639
2746
|
additionalProperties: false
|
|
2640
2747
|
} as const;
|
|
2641
2748
|
|
|
2642
|
-
export const $
|
|
2749
|
+
export const $UniRefund_LocationService_Regions_RegionDto = {
|
|
2750
|
+
required: ['countryId', 'name'],
|
|
2643
2751
|
type: 'object',
|
|
2644
2752
|
properties: {
|
|
2645
|
-
|
|
2646
|
-
type: '
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
format: 'uuid',
|
|
2680
|
-
nullable: true
|
|
2681
|
-
},
|
|
2682
|
-
deletionTime: {
|
|
2683
|
-
type: 'string',
|
|
2684
|
-
format: 'date-time',
|
|
2685
|
-
nullable: true
|
|
2686
|
-
},
|
|
2687
|
-
name: {
|
|
2688
|
-
maxLength: 255,
|
|
2689
|
-
minLength: 0,
|
|
2690
|
-
type: 'string'
|
|
2691
|
-
},
|
|
2692
|
-
population: {
|
|
2693
|
-
type: 'integer',
|
|
2694
|
-
format: 'int32',
|
|
2695
|
-
nullable: true
|
|
2696
|
-
},
|
|
2697
|
-
districtId: {
|
|
2698
|
-
type: 'string',
|
|
2699
|
-
format: 'uuid'
|
|
2700
|
-
}
|
|
2701
|
-
},
|
|
2702
|
-
additionalProperties: false
|
|
2703
|
-
},
|
|
2753
|
+
id: {
|
|
2754
|
+
type: 'string',
|
|
2755
|
+
format: 'uuid'
|
|
2756
|
+
},
|
|
2757
|
+
creationTime: {
|
|
2758
|
+
type: 'string',
|
|
2759
|
+
format: 'date-time'
|
|
2760
|
+
},
|
|
2761
|
+
creatorId: {
|
|
2762
|
+
type: 'string',
|
|
2763
|
+
format: 'uuid',
|
|
2764
|
+
nullable: true
|
|
2765
|
+
},
|
|
2766
|
+
lastModificationTime: {
|
|
2767
|
+
type: 'string',
|
|
2768
|
+
format: 'date-time',
|
|
2769
|
+
nullable: true
|
|
2770
|
+
},
|
|
2771
|
+
lastModifierId: {
|
|
2772
|
+
type: 'string',
|
|
2773
|
+
format: 'uuid',
|
|
2774
|
+
nullable: true
|
|
2775
|
+
},
|
|
2776
|
+
isDeleted: {
|
|
2777
|
+
type: 'boolean'
|
|
2778
|
+
},
|
|
2779
|
+
deleterId: {
|
|
2780
|
+
type: 'string',
|
|
2781
|
+
format: 'uuid',
|
|
2782
|
+
nullable: true
|
|
2783
|
+
},
|
|
2784
|
+
deletionTime: {
|
|
2785
|
+
type: 'string',
|
|
2786
|
+
format: 'date-time',
|
|
2704
2787
|
nullable: true
|
|
2705
2788
|
},
|
|
2706
|
-
|
|
2789
|
+
name: {
|
|
2790
|
+
maxLength: 100,
|
|
2791
|
+
minLength: 0,
|
|
2792
|
+
type: 'string'
|
|
2793
|
+
},
|
|
2794
|
+
population: {
|
|
2707
2795
|
type: 'integer',
|
|
2708
|
-
format: '
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
type: 'array',
|
|
2719
|
-
items: {
|
|
2720
|
-
required: ['regionId'],
|
|
2721
|
-
type: 'object',
|
|
2722
|
-
properties: {
|
|
2723
|
-
id: {
|
|
2724
|
-
type: 'string',
|
|
2725
|
-
format: 'uuid'
|
|
2726
|
-
},
|
|
2727
|
-
creationTime: {
|
|
2728
|
-
type: 'string',
|
|
2729
|
-
format: 'date-time'
|
|
2730
|
-
},
|
|
2731
|
-
creatorId: {
|
|
2732
|
-
type: 'string',
|
|
2733
|
-
format: 'uuid',
|
|
2734
|
-
nullable: true
|
|
2735
|
-
},
|
|
2736
|
-
lastModificationTime: {
|
|
2737
|
-
type: 'string',
|
|
2738
|
-
format: 'date-time',
|
|
2739
|
-
nullable: true
|
|
2740
|
-
},
|
|
2741
|
-
lastModifierId: {
|
|
2742
|
-
type: 'string',
|
|
2743
|
-
format: 'uuid',
|
|
2744
|
-
nullable: true
|
|
2745
|
-
},
|
|
2746
|
-
isDeleted: {
|
|
2747
|
-
type: 'boolean'
|
|
2748
|
-
},
|
|
2749
|
-
deleterId: {
|
|
2750
|
-
type: 'string',
|
|
2751
|
-
format: 'uuid',
|
|
2752
|
-
nullable: true
|
|
2753
|
-
},
|
|
2754
|
-
deletionTime: {
|
|
2755
|
-
type: 'string',
|
|
2756
|
-
format: 'date-time',
|
|
2757
|
-
nullable: true
|
|
2758
|
-
},
|
|
2759
|
-
regionId: {
|
|
2760
|
-
type: 'string',
|
|
2761
|
-
format: 'uuid'
|
|
2762
|
-
}
|
|
2796
|
+
format: 'int32',
|
|
2797
|
+
nullable: true
|
|
2798
|
+
},
|
|
2799
|
+
regionalSetting: {
|
|
2800
|
+
required: ['regionId'],
|
|
2801
|
+
type: 'object',
|
|
2802
|
+
properties: {
|
|
2803
|
+
id: {
|
|
2804
|
+
type: 'string',
|
|
2805
|
+
format: 'uuid'
|
|
2763
2806
|
},
|
|
2764
|
-
|
|
2807
|
+
creationTime: {
|
|
2808
|
+
type: 'string',
|
|
2809
|
+
format: 'date-time'
|
|
2810
|
+
},
|
|
2811
|
+
creatorId: {
|
|
2812
|
+
type: 'string',
|
|
2813
|
+
format: 'uuid',
|
|
2814
|
+
nullable: true
|
|
2815
|
+
},
|
|
2816
|
+
lastModificationTime: {
|
|
2817
|
+
type: 'string',
|
|
2818
|
+
format: 'date-time',
|
|
2819
|
+
nullable: true
|
|
2820
|
+
},
|
|
2821
|
+
lastModifierId: {
|
|
2822
|
+
type: 'string',
|
|
2823
|
+
format: 'uuid',
|
|
2824
|
+
nullable: true
|
|
2825
|
+
},
|
|
2826
|
+
isDeleted: {
|
|
2827
|
+
type: 'boolean'
|
|
2828
|
+
},
|
|
2829
|
+
deleterId: {
|
|
2830
|
+
type: 'string',
|
|
2831
|
+
format: 'uuid',
|
|
2832
|
+
nullable: true
|
|
2833
|
+
},
|
|
2834
|
+
deletionTime: {
|
|
2835
|
+
type: 'string',
|
|
2836
|
+
format: 'date-time',
|
|
2837
|
+
nullable: true
|
|
2838
|
+
},
|
|
2839
|
+
regionId: {
|
|
2840
|
+
type: 'string',
|
|
2841
|
+
format: 'uuid'
|
|
2842
|
+
}
|
|
2765
2843
|
},
|
|
2766
|
-
|
|
2844
|
+
additionalProperties: false
|
|
2767
2845
|
},
|
|
2768
|
-
|
|
2769
|
-
type: '
|
|
2770
|
-
format: '
|
|
2846
|
+
countryId: {
|
|
2847
|
+
type: 'string',
|
|
2848
|
+
format: 'uuid'
|
|
2771
2849
|
}
|
|
2772
2850
|
},
|
|
2773
2851
|
additionalProperties: false
|
|
2774
2852
|
} as const;
|
|
2775
2853
|
|
|
2776
|
-
export const $
|
|
2854
|
+
export const $UniRefund_LocationService_Regions_RegionUpdateDto = {
|
|
2855
|
+
required: ['countryId', 'name', 'regionalSettingId'],
|
|
2777
2856
|
type: 'object',
|
|
2778
2857
|
properties: {
|
|
2779
|
-
|
|
2780
|
-
type: '
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
properties: {
|
|
2785
|
-
id: {
|
|
2786
|
-
type: 'string',
|
|
2787
|
-
format: 'uuid'
|
|
2788
|
-
},
|
|
2789
|
-
creationTime: {
|
|
2790
|
-
type: 'string',
|
|
2791
|
-
format: 'date-time'
|
|
2792
|
-
},
|
|
2793
|
-
creatorId: {
|
|
2794
|
-
type: 'string',
|
|
2795
|
-
format: 'uuid',
|
|
2796
|
-
nullable: true
|
|
2797
|
-
},
|
|
2798
|
-
lastModificationTime: {
|
|
2799
|
-
type: 'string',
|
|
2800
|
-
format: 'date-time',
|
|
2801
|
-
nullable: true
|
|
2802
|
-
},
|
|
2803
|
-
lastModifierId: {
|
|
2804
|
-
type: 'string',
|
|
2805
|
-
format: 'uuid',
|
|
2806
|
-
nullable: true
|
|
2807
|
-
},
|
|
2808
|
-
isDeleted: {
|
|
2809
|
-
type: 'boolean'
|
|
2810
|
-
},
|
|
2811
|
-
deleterId: {
|
|
2812
|
-
type: 'string',
|
|
2813
|
-
format: 'uuid',
|
|
2814
|
-
nullable: true
|
|
2815
|
-
},
|
|
2816
|
-
deletionTime: {
|
|
2817
|
-
type: 'string',
|
|
2818
|
-
format: 'date-time',
|
|
2819
|
-
nullable: true
|
|
2820
|
-
},
|
|
2821
|
-
name: {
|
|
2822
|
-
maxLength: 100,
|
|
2823
|
-
minLength: 0,
|
|
2824
|
-
type: 'string'
|
|
2825
|
-
},
|
|
2826
|
-
population: {
|
|
2827
|
-
type: 'integer',
|
|
2828
|
-
format: 'int32',
|
|
2829
|
-
nullable: true
|
|
2830
|
-
},
|
|
2831
|
-
regionalSetting: {
|
|
2832
|
-
required: ['regionId'],
|
|
2833
|
-
type: 'object',
|
|
2834
|
-
properties: {
|
|
2835
|
-
id: {
|
|
2836
|
-
type: 'string',
|
|
2837
|
-
format: 'uuid'
|
|
2838
|
-
},
|
|
2839
|
-
creationTime: {
|
|
2840
|
-
type: 'string',
|
|
2841
|
-
format: 'date-time'
|
|
2842
|
-
},
|
|
2843
|
-
creatorId: {
|
|
2844
|
-
type: 'string',
|
|
2845
|
-
format: 'uuid',
|
|
2846
|
-
nullable: true
|
|
2847
|
-
},
|
|
2848
|
-
lastModificationTime: {
|
|
2849
|
-
type: 'string',
|
|
2850
|
-
format: 'date-time',
|
|
2851
|
-
nullable: true
|
|
2852
|
-
},
|
|
2853
|
-
lastModifierId: {
|
|
2854
|
-
type: 'string',
|
|
2855
|
-
format: 'uuid',
|
|
2856
|
-
nullable: true
|
|
2857
|
-
},
|
|
2858
|
-
isDeleted: {
|
|
2859
|
-
type: 'boolean'
|
|
2860
|
-
},
|
|
2861
|
-
deleterId: {
|
|
2862
|
-
type: 'string',
|
|
2863
|
-
format: 'uuid',
|
|
2864
|
-
nullable: true
|
|
2865
|
-
},
|
|
2866
|
-
deletionTime: {
|
|
2867
|
-
type: 'string',
|
|
2868
|
-
format: 'date-time',
|
|
2869
|
-
nullable: true
|
|
2870
|
-
},
|
|
2871
|
-
regionId: {
|
|
2872
|
-
type: 'string',
|
|
2873
|
-
format: 'uuid'
|
|
2874
|
-
}
|
|
2875
|
-
},
|
|
2876
|
-
additionalProperties: false
|
|
2877
|
-
},
|
|
2878
|
-
countryId: {
|
|
2879
|
-
type: 'string',
|
|
2880
|
-
format: 'uuid'
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
-
additionalProperties: false
|
|
2884
|
-
},
|
|
2885
|
-
nullable: true
|
|
2858
|
+
extraProperties: {
|
|
2859
|
+
type: 'object',
|
|
2860
|
+
additionalProperties: {},
|
|
2861
|
+
nullable: true,
|
|
2862
|
+
readOnly: true
|
|
2886
2863
|
},
|
|
2887
|
-
|
|
2864
|
+
name: {
|
|
2865
|
+
maxLength: 100,
|
|
2866
|
+
minLength: 0,
|
|
2867
|
+
type: 'string'
|
|
2868
|
+
},
|
|
2869
|
+
population: {
|
|
2888
2870
|
type: 'integer',
|
|
2889
|
-
format: '
|
|
2871
|
+
format: 'int32',
|
|
2872
|
+
nullable: true
|
|
2873
|
+
},
|
|
2874
|
+
timezoneId: {
|
|
2875
|
+
type: 'string',
|
|
2876
|
+
format: 'uuid',
|
|
2877
|
+
nullable: true
|
|
2878
|
+
},
|
|
2879
|
+
regionalSettingId: {
|
|
2880
|
+
type: 'string',
|
|
2881
|
+
format: 'uuid'
|
|
2882
|
+
},
|
|
2883
|
+
countryId: {
|
|
2884
|
+
type: 'string',
|
|
2885
|
+
format: 'uuid'
|
|
2890
2886
|
}
|
|
2891
2887
|
},
|
|
2892
2888
|
additionalProperties: false
|