@be-logixpair/api 0.0.132 → 0.0.133-rc1
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/dist/index.d.ts +483 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -838859,6 +838859,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838859
838859
|
id_payment_type: string | null;
|
|
838860
838860
|
} | null;
|
|
838861
838861
|
destination_un_locode: {
|
|
838862
|
+
country: {
|
|
838863
|
+
currency: {
|
|
838864
|
+
symbol: string | null;
|
|
838865
|
+
is_active: boolean | null;
|
|
838866
|
+
id: string;
|
|
838867
|
+
logic_code: string | null;
|
|
838868
|
+
created_at: Date | null;
|
|
838869
|
+
created_by: string | null;
|
|
838870
|
+
updated_at: Date | null;
|
|
838871
|
+
updated_by: string | null;
|
|
838872
|
+
currency_code: string | null;
|
|
838873
|
+
currency_name: string | null;
|
|
838874
|
+
major_unit: string | null;
|
|
838875
|
+
minor_unit: string | null;
|
|
838876
|
+
decimal_unit: number | null;
|
|
838877
|
+
iso_decimal: number | null;
|
|
838878
|
+
} | null;
|
|
838879
|
+
is_active: boolean | null;
|
|
838880
|
+
id: string;
|
|
838881
|
+
logic_code: string | null;
|
|
838882
|
+
name: string | null;
|
|
838883
|
+
created_at: Date | null;
|
|
838884
|
+
created_by: string | null;
|
|
838885
|
+
updated_at: Date | null;
|
|
838886
|
+
updated_by: string | null;
|
|
838887
|
+
id_currency: string | null;
|
|
838888
|
+
id_awb_currency: string | null;
|
|
838889
|
+
iso2_code: string | null;
|
|
838890
|
+
iso3_code: string | null;
|
|
838891
|
+
iso3_numeric: string | null;
|
|
838892
|
+
is_sanctioned: boolean | null;
|
|
838893
|
+
} | null;
|
|
838894
|
+
state: {
|
|
838895
|
+
is_active: boolean | null;
|
|
838896
|
+
id: string;
|
|
838897
|
+
logic_code: string | null;
|
|
838898
|
+
name: string | null;
|
|
838899
|
+
id_country: string | null;
|
|
838900
|
+
code: string | null;
|
|
838901
|
+
created_at: Date | null;
|
|
838902
|
+
created_by: string | null;
|
|
838903
|
+
updated_at: Date | null;
|
|
838904
|
+
updated_by: string | null;
|
|
838905
|
+
} | null;
|
|
838906
|
+
city: {
|
|
838907
|
+
is_active: boolean | null;
|
|
838908
|
+
id: string;
|
|
838909
|
+
logic_code: string | null;
|
|
838910
|
+
name: string | null;
|
|
838911
|
+
id_country: string | null;
|
|
838912
|
+
id_state: string | null;
|
|
838913
|
+
code: string | null;
|
|
838914
|
+
created_at: Date | null;
|
|
838915
|
+
created_by: string | null;
|
|
838916
|
+
updated_at: Date | null;
|
|
838917
|
+
updated_by: string | null;
|
|
838918
|
+
} | null;
|
|
838919
|
+
time_zone: {
|
|
838920
|
+
is_active: boolean | null;
|
|
838921
|
+
id: string;
|
|
838922
|
+
logic_code: string | null;
|
|
838923
|
+
name: string | null;
|
|
838924
|
+
code: string | null;
|
|
838925
|
+
created_at: Date | null;
|
|
838926
|
+
created_by: string | null;
|
|
838927
|
+
updated_at: Date | null;
|
|
838928
|
+
updated_by: string | null;
|
|
838929
|
+
utc_offset: string | null;
|
|
838930
|
+
} | null;
|
|
838862
838931
|
is_active: boolean | null;
|
|
838863
838932
|
id: string;
|
|
838864
838933
|
logic_code: string | null;
|
|
@@ -838930,6 +838999,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838930
838999
|
net_register_ton: Decimal$1 | null;
|
|
838931
839000
|
} | null;
|
|
838932
839001
|
port_of_loading_un_locode: {
|
|
839002
|
+
country: {
|
|
839003
|
+
currency: {
|
|
839004
|
+
symbol: string | null;
|
|
839005
|
+
is_active: boolean | null;
|
|
839006
|
+
id: string;
|
|
839007
|
+
logic_code: string | null;
|
|
839008
|
+
created_at: Date | null;
|
|
839009
|
+
created_by: string | null;
|
|
839010
|
+
updated_at: Date | null;
|
|
839011
|
+
updated_by: string | null;
|
|
839012
|
+
currency_code: string | null;
|
|
839013
|
+
currency_name: string | null;
|
|
839014
|
+
major_unit: string | null;
|
|
839015
|
+
minor_unit: string | null;
|
|
839016
|
+
decimal_unit: number | null;
|
|
839017
|
+
iso_decimal: number | null;
|
|
839018
|
+
} | null;
|
|
839019
|
+
is_active: boolean | null;
|
|
839020
|
+
id: string;
|
|
839021
|
+
logic_code: string | null;
|
|
839022
|
+
name: string | null;
|
|
839023
|
+
created_at: Date | null;
|
|
839024
|
+
created_by: string | null;
|
|
839025
|
+
updated_at: Date | null;
|
|
839026
|
+
updated_by: string | null;
|
|
839027
|
+
id_currency: string | null;
|
|
839028
|
+
id_awb_currency: string | null;
|
|
839029
|
+
iso2_code: string | null;
|
|
839030
|
+
iso3_code: string | null;
|
|
839031
|
+
iso3_numeric: string | null;
|
|
839032
|
+
is_sanctioned: boolean | null;
|
|
839033
|
+
} | null;
|
|
839034
|
+
state: {
|
|
839035
|
+
is_active: boolean | null;
|
|
839036
|
+
id: string;
|
|
839037
|
+
logic_code: string | null;
|
|
839038
|
+
name: string | null;
|
|
839039
|
+
id_country: string | null;
|
|
839040
|
+
code: string | null;
|
|
839041
|
+
created_at: Date | null;
|
|
839042
|
+
created_by: string | null;
|
|
839043
|
+
updated_at: Date | null;
|
|
839044
|
+
updated_by: string | null;
|
|
839045
|
+
} | null;
|
|
839046
|
+
city: {
|
|
839047
|
+
is_active: boolean | null;
|
|
839048
|
+
id: string;
|
|
839049
|
+
logic_code: string | null;
|
|
839050
|
+
name: string | null;
|
|
839051
|
+
id_country: string | null;
|
|
839052
|
+
id_state: string | null;
|
|
839053
|
+
code: string | null;
|
|
839054
|
+
created_at: Date | null;
|
|
839055
|
+
created_by: string | null;
|
|
839056
|
+
updated_at: Date | null;
|
|
839057
|
+
updated_by: string | null;
|
|
839058
|
+
} | null;
|
|
839059
|
+
time_zone: {
|
|
839060
|
+
is_active: boolean | null;
|
|
839061
|
+
id: string;
|
|
839062
|
+
logic_code: string | null;
|
|
839063
|
+
name: string | null;
|
|
839064
|
+
code: string | null;
|
|
839065
|
+
created_at: Date | null;
|
|
839066
|
+
created_by: string | null;
|
|
839067
|
+
updated_at: Date | null;
|
|
839068
|
+
updated_by: string | null;
|
|
839069
|
+
utc_offset: string | null;
|
|
839070
|
+
} | null;
|
|
838933
839071
|
is_active: boolean | null;
|
|
838934
839072
|
id: string;
|
|
838935
839073
|
logic_code: string | null;
|
|
@@ -838961,6 +839099,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838961
839099
|
has_outport: boolean | null;
|
|
838962
839100
|
} | null;
|
|
838963
839101
|
port_of_discharge_un_locode: {
|
|
839102
|
+
country: {
|
|
839103
|
+
currency: {
|
|
839104
|
+
symbol: string | null;
|
|
839105
|
+
is_active: boolean | null;
|
|
839106
|
+
id: string;
|
|
839107
|
+
logic_code: string | null;
|
|
839108
|
+
created_at: Date | null;
|
|
839109
|
+
created_by: string | null;
|
|
839110
|
+
updated_at: Date | null;
|
|
839111
|
+
updated_by: string | null;
|
|
839112
|
+
currency_code: string | null;
|
|
839113
|
+
currency_name: string | null;
|
|
839114
|
+
major_unit: string | null;
|
|
839115
|
+
minor_unit: string | null;
|
|
839116
|
+
decimal_unit: number | null;
|
|
839117
|
+
iso_decimal: number | null;
|
|
839118
|
+
} | null;
|
|
839119
|
+
is_active: boolean | null;
|
|
839120
|
+
id: string;
|
|
839121
|
+
logic_code: string | null;
|
|
839122
|
+
name: string | null;
|
|
839123
|
+
created_at: Date | null;
|
|
839124
|
+
created_by: string | null;
|
|
839125
|
+
updated_at: Date | null;
|
|
839126
|
+
updated_by: string | null;
|
|
839127
|
+
id_currency: string | null;
|
|
839128
|
+
id_awb_currency: string | null;
|
|
839129
|
+
iso2_code: string | null;
|
|
839130
|
+
iso3_code: string | null;
|
|
839131
|
+
iso3_numeric: string | null;
|
|
839132
|
+
is_sanctioned: boolean | null;
|
|
839133
|
+
} | null;
|
|
839134
|
+
state: {
|
|
839135
|
+
is_active: boolean | null;
|
|
839136
|
+
id: string;
|
|
839137
|
+
logic_code: string | null;
|
|
839138
|
+
name: string | null;
|
|
839139
|
+
id_country: string | null;
|
|
839140
|
+
code: string | null;
|
|
839141
|
+
created_at: Date | null;
|
|
839142
|
+
created_by: string | null;
|
|
839143
|
+
updated_at: Date | null;
|
|
839144
|
+
updated_by: string | null;
|
|
839145
|
+
} | null;
|
|
839146
|
+
city: {
|
|
839147
|
+
is_active: boolean | null;
|
|
839148
|
+
id: string;
|
|
839149
|
+
logic_code: string | null;
|
|
839150
|
+
name: string | null;
|
|
839151
|
+
id_country: string | null;
|
|
839152
|
+
id_state: string | null;
|
|
839153
|
+
code: string | null;
|
|
839154
|
+
created_at: Date | null;
|
|
839155
|
+
created_by: string | null;
|
|
839156
|
+
updated_at: Date | null;
|
|
839157
|
+
updated_by: string | null;
|
|
839158
|
+
} | null;
|
|
839159
|
+
time_zone: {
|
|
839160
|
+
is_active: boolean | null;
|
|
839161
|
+
id: string;
|
|
839162
|
+
logic_code: string | null;
|
|
839163
|
+
name: string | null;
|
|
839164
|
+
code: string | null;
|
|
839165
|
+
created_at: Date | null;
|
|
839166
|
+
created_by: string | null;
|
|
839167
|
+
updated_at: Date | null;
|
|
839168
|
+
updated_by: string | null;
|
|
839169
|
+
utc_offset: string | null;
|
|
839170
|
+
} | null;
|
|
838964
839171
|
is_active: boolean | null;
|
|
838965
839172
|
id: string;
|
|
838966
839173
|
logic_code: string | null;
|
|
@@ -838992,6 +839199,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
838992
839199
|
has_outport: boolean | null;
|
|
838993
839200
|
} | null;
|
|
838994
839201
|
freight_payable_un_locode: {
|
|
839202
|
+
country: {
|
|
839203
|
+
currency: {
|
|
839204
|
+
symbol: string | null;
|
|
839205
|
+
is_active: boolean | null;
|
|
839206
|
+
id: string;
|
|
839207
|
+
logic_code: string | null;
|
|
839208
|
+
created_at: Date | null;
|
|
839209
|
+
created_by: string | null;
|
|
839210
|
+
updated_at: Date | null;
|
|
839211
|
+
updated_by: string | null;
|
|
839212
|
+
currency_code: string | null;
|
|
839213
|
+
currency_name: string | null;
|
|
839214
|
+
major_unit: string | null;
|
|
839215
|
+
minor_unit: string | null;
|
|
839216
|
+
decimal_unit: number | null;
|
|
839217
|
+
iso_decimal: number | null;
|
|
839218
|
+
} | null;
|
|
839219
|
+
is_active: boolean | null;
|
|
839220
|
+
id: string;
|
|
839221
|
+
logic_code: string | null;
|
|
839222
|
+
name: string | null;
|
|
839223
|
+
created_at: Date | null;
|
|
839224
|
+
created_by: string | null;
|
|
839225
|
+
updated_at: Date | null;
|
|
839226
|
+
updated_by: string | null;
|
|
839227
|
+
id_currency: string | null;
|
|
839228
|
+
id_awb_currency: string | null;
|
|
839229
|
+
iso2_code: string | null;
|
|
839230
|
+
iso3_code: string | null;
|
|
839231
|
+
iso3_numeric: string | null;
|
|
839232
|
+
is_sanctioned: boolean | null;
|
|
839233
|
+
} | null;
|
|
839234
|
+
state: {
|
|
839235
|
+
is_active: boolean | null;
|
|
839236
|
+
id: string;
|
|
839237
|
+
logic_code: string | null;
|
|
839238
|
+
name: string | null;
|
|
839239
|
+
id_country: string | null;
|
|
839240
|
+
code: string | null;
|
|
839241
|
+
created_at: Date | null;
|
|
839242
|
+
created_by: string | null;
|
|
839243
|
+
updated_at: Date | null;
|
|
839244
|
+
updated_by: string | null;
|
|
839245
|
+
} | null;
|
|
839246
|
+
city: {
|
|
839247
|
+
is_active: boolean | null;
|
|
839248
|
+
id: string;
|
|
839249
|
+
logic_code: string | null;
|
|
839250
|
+
name: string | null;
|
|
839251
|
+
id_country: string | null;
|
|
839252
|
+
id_state: string | null;
|
|
839253
|
+
code: string | null;
|
|
839254
|
+
created_at: Date | null;
|
|
839255
|
+
created_by: string | null;
|
|
839256
|
+
updated_at: Date | null;
|
|
839257
|
+
updated_by: string | null;
|
|
839258
|
+
} | null;
|
|
839259
|
+
time_zone: {
|
|
839260
|
+
is_active: boolean | null;
|
|
839261
|
+
id: string;
|
|
839262
|
+
logic_code: string | null;
|
|
839263
|
+
name: string | null;
|
|
839264
|
+
code: string | null;
|
|
839265
|
+
created_at: Date | null;
|
|
839266
|
+
created_by: string | null;
|
|
839267
|
+
updated_at: Date | null;
|
|
839268
|
+
updated_by: string | null;
|
|
839269
|
+
utc_offset: string | null;
|
|
839270
|
+
} | null;
|
|
838995
839271
|
is_active: boolean | null;
|
|
838996
839272
|
id: string;
|
|
838997
839273
|
logic_code: string | null;
|
|
@@ -839023,6 +839299,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839023
839299
|
has_outport: boolean | null;
|
|
839024
839300
|
} | null;
|
|
839025
839301
|
place_of_receipt_un_locode: {
|
|
839302
|
+
country: {
|
|
839303
|
+
currency: {
|
|
839304
|
+
symbol: string | null;
|
|
839305
|
+
is_active: boolean | null;
|
|
839306
|
+
id: string;
|
|
839307
|
+
logic_code: string | null;
|
|
839308
|
+
created_at: Date | null;
|
|
839309
|
+
created_by: string | null;
|
|
839310
|
+
updated_at: Date | null;
|
|
839311
|
+
updated_by: string | null;
|
|
839312
|
+
currency_code: string | null;
|
|
839313
|
+
currency_name: string | null;
|
|
839314
|
+
major_unit: string | null;
|
|
839315
|
+
minor_unit: string | null;
|
|
839316
|
+
decimal_unit: number | null;
|
|
839317
|
+
iso_decimal: number | null;
|
|
839318
|
+
} | null;
|
|
839319
|
+
is_active: boolean | null;
|
|
839320
|
+
id: string;
|
|
839321
|
+
logic_code: string | null;
|
|
839322
|
+
name: string | null;
|
|
839323
|
+
created_at: Date | null;
|
|
839324
|
+
created_by: string | null;
|
|
839325
|
+
updated_at: Date | null;
|
|
839326
|
+
updated_by: string | null;
|
|
839327
|
+
id_currency: string | null;
|
|
839328
|
+
id_awb_currency: string | null;
|
|
839329
|
+
iso2_code: string | null;
|
|
839330
|
+
iso3_code: string | null;
|
|
839331
|
+
iso3_numeric: string | null;
|
|
839332
|
+
is_sanctioned: boolean | null;
|
|
839333
|
+
} | null;
|
|
839334
|
+
state: {
|
|
839335
|
+
is_active: boolean | null;
|
|
839336
|
+
id: string;
|
|
839337
|
+
logic_code: string | null;
|
|
839338
|
+
name: string | null;
|
|
839339
|
+
id_country: string | null;
|
|
839340
|
+
code: string | null;
|
|
839341
|
+
created_at: Date | null;
|
|
839342
|
+
created_by: string | null;
|
|
839343
|
+
updated_at: Date | null;
|
|
839344
|
+
updated_by: string | null;
|
|
839345
|
+
} | null;
|
|
839346
|
+
city: {
|
|
839347
|
+
is_active: boolean | null;
|
|
839348
|
+
id: string;
|
|
839349
|
+
logic_code: string | null;
|
|
839350
|
+
name: string | null;
|
|
839351
|
+
id_country: string | null;
|
|
839352
|
+
id_state: string | null;
|
|
839353
|
+
code: string | null;
|
|
839354
|
+
created_at: Date | null;
|
|
839355
|
+
created_by: string | null;
|
|
839356
|
+
updated_at: Date | null;
|
|
839357
|
+
updated_by: string | null;
|
|
839358
|
+
} | null;
|
|
839359
|
+
time_zone: {
|
|
839360
|
+
is_active: boolean | null;
|
|
839361
|
+
id: string;
|
|
839362
|
+
logic_code: string | null;
|
|
839363
|
+
name: string | null;
|
|
839364
|
+
code: string | null;
|
|
839365
|
+
created_at: Date | null;
|
|
839366
|
+
created_by: string | null;
|
|
839367
|
+
updated_at: Date | null;
|
|
839368
|
+
updated_by: string | null;
|
|
839369
|
+
utc_offset: string | null;
|
|
839370
|
+
} | null;
|
|
839026
839371
|
is_active: boolean | null;
|
|
839027
839372
|
id: string;
|
|
839028
839373
|
logic_code: string | null;
|
|
@@ -839054,6 +839399,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839054
839399
|
has_outport: boolean | null;
|
|
839055
839400
|
} | null;
|
|
839056
839401
|
place_of_delivery_un_locode: {
|
|
839402
|
+
country: {
|
|
839403
|
+
currency: {
|
|
839404
|
+
symbol: string | null;
|
|
839405
|
+
is_active: boolean | null;
|
|
839406
|
+
id: string;
|
|
839407
|
+
logic_code: string | null;
|
|
839408
|
+
created_at: Date | null;
|
|
839409
|
+
created_by: string | null;
|
|
839410
|
+
updated_at: Date | null;
|
|
839411
|
+
updated_by: string | null;
|
|
839412
|
+
currency_code: string | null;
|
|
839413
|
+
currency_name: string | null;
|
|
839414
|
+
major_unit: string | null;
|
|
839415
|
+
minor_unit: string | null;
|
|
839416
|
+
decimal_unit: number | null;
|
|
839417
|
+
iso_decimal: number | null;
|
|
839418
|
+
} | null;
|
|
839419
|
+
is_active: boolean | null;
|
|
839420
|
+
id: string;
|
|
839421
|
+
logic_code: string | null;
|
|
839422
|
+
name: string | null;
|
|
839423
|
+
created_at: Date | null;
|
|
839424
|
+
created_by: string | null;
|
|
839425
|
+
updated_at: Date | null;
|
|
839426
|
+
updated_by: string | null;
|
|
839427
|
+
id_currency: string | null;
|
|
839428
|
+
id_awb_currency: string | null;
|
|
839429
|
+
iso2_code: string | null;
|
|
839430
|
+
iso3_code: string | null;
|
|
839431
|
+
iso3_numeric: string | null;
|
|
839432
|
+
is_sanctioned: boolean | null;
|
|
839433
|
+
} | null;
|
|
839434
|
+
state: {
|
|
839435
|
+
is_active: boolean | null;
|
|
839436
|
+
id: string;
|
|
839437
|
+
logic_code: string | null;
|
|
839438
|
+
name: string | null;
|
|
839439
|
+
id_country: string | null;
|
|
839440
|
+
code: string | null;
|
|
839441
|
+
created_at: Date | null;
|
|
839442
|
+
created_by: string | null;
|
|
839443
|
+
updated_at: Date | null;
|
|
839444
|
+
updated_by: string | null;
|
|
839445
|
+
} | null;
|
|
839446
|
+
city: {
|
|
839447
|
+
is_active: boolean | null;
|
|
839448
|
+
id: string;
|
|
839449
|
+
logic_code: string | null;
|
|
839450
|
+
name: string | null;
|
|
839451
|
+
id_country: string | null;
|
|
839452
|
+
id_state: string | null;
|
|
839453
|
+
code: string | null;
|
|
839454
|
+
created_at: Date | null;
|
|
839455
|
+
created_by: string | null;
|
|
839456
|
+
updated_at: Date | null;
|
|
839457
|
+
updated_by: string | null;
|
|
839458
|
+
} | null;
|
|
839459
|
+
time_zone: {
|
|
839460
|
+
is_active: boolean | null;
|
|
839461
|
+
id: string;
|
|
839462
|
+
logic_code: string | null;
|
|
839463
|
+
name: string | null;
|
|
839464
|
+
code: string | null;
|
|
839465
|
+
created_at: Date | null;
|
|
839466
|
+
created_by: string | null;
|
|
839467
|
+
updated_at: Date | null;
|
|
839468
|
+
updated_by: string | null;
|
|
839469
|
+
utc_offset: string | null;
|
|
839470
|
+
} | null;
|
|
839057
839471
|
is_active: boolean | null;
|
|
839058
839472
|
id: string;
|
|
839059
839473
|
logic_code: string | null;
|
|
@@ -839085,6 +839499,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839085
839499
|
has_outport: boolean | null;
|
|
839086
839500
|
} | null;
|
|
839087
839501
|
place_of_issue_un_locode: {
|
|
839502
|
+
country: {
|
|
839503
|
+
currency: {
|
|
839504
|
+
symbol: string | null;
|
|
839505
|
+
is_active: boolean | null;
|
|
839506
|
+
id: string;
|
|
839507
|
+
logic_code: string | null;
|
|
839508
|
+
created_at: Date | null;
|
|
839509
|
+
created_by: string | null;
|
|
839510
|
+
updated_at: Date | null;
|
|
839511
|
+
updated_by: string | null;
|
|
839512
|
+
currency_code: string | null;
|
|
839513
|
+
currency_name: string | null;
|
|
839514
|
+
major_unit: string | null;
|
|
839515
|
+
minor_unit: string | null;
|
|
839516
|
+
decimal_unit: number | null;
|
|
839517
|
+
iso_decimal: number | null;
|
|
839518
|
+
} | null;
|
|
839519
|
+
is_active: boolean | null;
|
|
839520
|
+
id: string;
|
|
839521
|
+
logic_code: string | null;
|
|
839522
|
+
name: string | null;
|
|
839523
|
+
created_at: Date | null;
|
|
839524
|
+
created_by: string | null;
|
|
839525
|
+
updated_at: Date | null;
|
|
839526
|
+
updated_by: string | null;
|
|
839527
|
+
id_currency: string | null;
|
|
839528
|
+
id_awb_currency: string | null;
|
|
839529
|
+
iso2_code: string | null;
|
|
839530
|
+
iso3_code: string | null;
|
|
839531
|
+
iso3_numeric: string | null;
|
|
839532
|
+
is_sanctioned: boolean | null;
|
|
839533
|
+
} | null;
|
|
839534
|
+
state: {
|
|
839535
|
+
is_active: boolean | null;
|
|
839536
|
+
id: string;
|
|
839537
|
+
logic_code: string | null;
|
|
839538
|
+
name: string | null;
|
|
839539
|
+
id_country: string | null;
|
|
839540
|
+
code: string | null;
|
|
839541
|
+
created_at: Date | null;
|
|
839542
|
+
created_by: string | null;
|
|
839543
|
+
updated_at: Date | null;
|
|
839544
|
+
updated_by: string | null;
|
|
839545
|
+
} | null;
|
|
839546
|
+
city: {
|
|
839547
|
+
is_active: boolean | null;
|
|
839548
|
+
id: string;
|
|
839549
|
+
logic_code: string | null;
|
|
839550
|
+
name: string | null;
|
|
839551
|
+
id_country: string | null;
|
|
839552
|
+
id_state: string | null;
|
|
839553
|
+
code: string | null;
|
|
839554
|
+
created_at: Date | null;
|
|
839555
|
+
created_by: string | null;
|
|
839556
|
+
updated_at: Date | null;
|
|
839557
|
+
updated_by: string | null;
|
|
839558
|
+
} | null;
|
|
839559
|
+
time_zone: {
|
|
839560
|
+
is_active: boolean | null;
|
|
839561
|
+
id: string;
|
|
839562
|
+
logic_code: string | null;
|
|
839563
|
+
name: string | null;
|
|
839564
|
+
code: string | null;
|
|
839565
|
+
created_at: Date | null;
|
|
839566
|
+
created_by: string | null;
|
|
839567
|
+
updated_at: Date | null;
|
|
839568
|
+
updated_by: string | null;
|
|
839569
|
+
utc_offset: string | null;
|
|
839570
|
+
} | null;
|
|
839088
839571
|
is_active: boolean | null;
|
|
839089
839572
|
id: string;
|
|
839090
839573
|
logic_code: string | null;
|