@be-logixpair/api 0.0.132 → 0.0.133-rc2
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 +1115 -149
- 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;
|
|
@@ -839022,69 +839298,76 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839022
839298
|
has_seaport: boolean | null;
|
|
839023
839299
|
has_outport: boolean | null;
|
|
839024
839300
|
} | null;
|
|
839025
|
-
place_of_receipt_un_locode: {
|
|
839026
|
-
|
|
839027
|
-
|
|
839028
|
-
|
|
839029
|
-
|
|
839030
|
-
|
|
839031
|
-
|
|
839032
|
-
|
|
839033
|
-
|
|
839034
|
-
|
|
839035
|
-
|
|
839036
|
-
|
|
839037
|
-
|
|
839038
|
-
|
|
839039
|
-
|
|
839040
|
-
|
|
839041
|
-
|
|
839042
|
-
|
|
839043
|
-
|
|
839044
|
-
|
|
839045
|
-
|
|
839046
|
-
|
|
839047
|
-
|
|
839048
|
-
|
|
839049
|
-
|
|
839050
|
-
|
|
839051
|
-
|
|
839052
|
-
|
|
839053
|
-
|
|
839054
|
-
|
|
839055
|
-
|
|
839056
|
-
|
|
839057
|
-
|
|
839058
|
-
|
|
839059
|
-
|
|
839060
|
-
|
|
839061
|
-
|
|
839062
|
-
|
|
839063
|
-
|
|
839064
|
-
|
|
839065
|
-
|
|
839066
|
-
|
|
839067
|
-
|
|
839068
|
-
|
|
839069
|
-
|
|
839070
|
-
|
|
839071
|
-
|
|
839072
|
-
|
|
839073
|
-
|
|
839074
|
-
|
|
839075
|
-
|
|
839076
|
-
|
|
839077
|
-
|
|
839078
|
-
|
|
839079
|
-
|
|
839080
|
-
|
|
839081
|
-
|
|
839082
|
-
|
|
839083
|
-
|
|
839084
|
-
|
|
839085
|
-
|
|
839086
|
-
|
|
839087
|
-
|
|
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;
|
|
839088
839371
|
is_active: boolean | null;
|
|
839089
839372
|
id: string;
|
|
839090
839373
|
logic_code: string | null;
|
|
@@ -839115,108 +839398,308 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
839115
839398
|
has_seaport: boolean | null;
|
|
839116
839399
|
has_outport: boolean | null;
|
|
839117
839400
|
} | null;
|
|
839118
|
-
|
|
839119
|
-
|
|
839120
|
-
|
|
839121
|
-
|
|
839122
|
-
|
|
839123
|
-
|
|
839124
|
-
|
|
839125
|
-
|
|
839126
|
-
|
|
839127
|
-
|
|
839128
|
-
|
|
839129
|
-
|
|
839130
|
-
|
|
839131
|
-
|
|
839132
|
-
|
|
839133
|
-
|
|
839134
|
-
|
|
839135
|
-
|
|
839136
|
-
id_place_of_receipt: string | null;
|
|
839137
|
-
id_place_of_delivery: string | null;
|
|
839138
|
-
id_place_of_issue: string | null;
|
|
839139
|
-
id_delivery_mode: string | null;
|
|
839140
|
-
consignor: string | null;
|
|
839141
|
-
also_notify_party: string | null;
|
|
839142
|
-
trip_number: string | null;
|
|
839143
|
-
delivery_agent: string | null;
|
|
839144
|
-
charge_apply: string | null;
|
|
839145
|
-
excess_value_declaration: string | null;
|
|
839146
|
-
cargo_insurance: string | null;
|
|
839147
|
-
stamp_and_signature: string | null;
|
|
839148
|
-
} | null;
|
|
839149
|
-
forwarding_shipment_air_waybill_templates: {
|
|
839150
|
-
forwarding_shipment_air_waybill_template_rate_descriptions: {
|
|
839151
|
-
mass_unit: {
|
|
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;
|
|
839152
839419
|
is_active: boolean | null;
|
|
839153
839420
|
id: string;
|
|
839154
839421
|
logic_code: string | null;
|
|
839155
839422
|
name: string | null;
|
|
839156
|
-
code: string | null;
|
|
839157
839423
|
created_at: Date | null;
|
|
839158
839424
|
created_by: string | null;
|
|
839159
839425
|
updated_at: Date | null;
|
|
839160
839426
|
updated_by: string | null;
|
|
839161
|
-
|
|
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;
|
|
839162
839433
|
} | null;
|
|
839163
|
-
|
|
839434
|
+
state: {
|
|
839164
839435
|
is_active: boolean | null;
|
|
839165
839436
|
id: string;
|
|
839166
839437
|
logic_code: string | null;
|
|
839167
839438
|
name: string | null;
|
|
839439
|
+
id_country: string | null;
|
|
839168
839440
|
code: string | null;
|
|
839169
839441
|
created_at: Date | null;
|
|
839170
839442
|
created_by: string | null;
|
|
839171
839443
|
updated_at: Date | null;
|
|
839172
839444
|
updated_by: string | null;
|
|
839173
839445
|
} | null;
|
|
839174
|
-
|
|
839175
|
-
id: string;
|
|
839176
|
-
created_at: Date | null;
|
|
839177
|
-
created_by: string | null;
|
|
839178
|
-
updated_at: Date | null;
|
|
839179
|
-
updated_by: string | null;
|
|
839180
|
-
goods_description: string | null;
|
|
839181
|
-
id_forwarding_shipment_air_waybill_template: string | null;
|
|
839182
|
-
id_mass_unit: string | null;
|
|
839183
|
-
id_rate_class: string | null;
|
|
839184
|
-
pieces: number | null;
|
|
839185
|
-
gross_weight: Decimal$1 | null;
|
|
839186
|
-
commodity_item_number: string | null;
|
|
839187
|
-
chargable_weight: Decimal$1 | null;
|
|
839188
|
-
rate_charge: Decimal$1 | null;
|
|
839189
|
-
total: Decimal$1 | null;
|
|
839190
|
-
}[];
|
|
839191
|
-
forwarding_shipment_air_waybill_template_other_charges: {
|
|
839192
|
-
currency: {
|
|
839193
|
-
symbol: string | null;
|
|
839194
|
-
is_active: boolean | null;
|
|
839195
|
-
id: string;
|
|
839196
|
-
logic_code: string | null;
|
|
839197
|
-
created_at: Date | null;
|
|
839198
|
-
created_by: string | null;
|
|
839199
|
-
updated_at: Date | null;
|
|
839200
|
-
updated_by: string | null;
|
|
839201
|
-
currency_code: string | null;
|
|
839202
|
-
currency_name: string | null;
|
|
839203
|
-
major_unit: string | null;
|
|
839204
|
-
minor_unit: string | null;
|
|
839205
|
-
decimal_unit: number | null;
|
|
839206
|
-
iso_decimal: number | null;
|
|
839207
|
-
} | null;
|
|
839208
|
-
other_charge_codes: {
|
|
839446
|
+
city: {
|
|
839209
839447
|
is_active: boolean | null;
|
|
839210
839448
|
id: string;
|
|
839211
839449
|
logic_code: string | null;
|
|
839212
839450
|
name: string | null;
|
|
839451
|
+
id_country: string | null;
|
|
839452
|
+
id_state: string | null;
|
|
839213
839453
|
code: string | null;
|
|
839214
839454
|
created_at: Date | null;
|
|
839215
839455
|
created_by: string | null;
|
|
839216
839456
|
updated_at: Date | null;
|
|
839217
839457
|
updated_by: string | null;
|
|
839218
839458
|
} | null;
|
|
839219
|
-
|
|
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;
|
|
839471
|
+
is_active: boolean | null;
|
|
839472
|
+
id: string;
|
|
839473
|
+
logic_code: string | null;
|
|
839474
|
+
id_country: string | null;
|
|
839475
|
+
id_state: string | null;
|
|
839476
|
+
id_city: string | null;
|
|
839477
|
+
created_at: Date | null;
|
|
839478
|
+
created_by: string | null;
|
|
839479
|
+
updated_at: Date | null;
|
|
839480
|
+
updated_by: string | null;
|
|
839481
|
+
id_time_zone: string | null;
|
|
839482
|
+
un_code: string | null;
|
|
839483
|
+
iata_code: string | null;
|
|
839484
|
+
iata_region_code: string | null;
|
|
839485
|
+
latitude: Decimal$1 | null;
|
|
839486
|
+
longitude: Decimal$1 | null;
|
|
839487
|
+
port_name: string | null;
|
|
839488
|
+
proper_name: string | null;
|
|
839489
|
+
has_post: boolean | null;
|
|
839490
|
+
has_customs: boolean | null;
|
|
839491
|
+
has_unload: boolean | null;
|
|
839492
|
+
has_airport: boolean | null;
|
|
839493
|
+
has_railway: boolean | null;
|
|
839494
|
+
has_road: boolean | null;
|
|
839495
|
+
has_store: boolean | null;
|
|
839496
|
+
has_terminal: boolean | null;
|
|
839497
|
+
has_discharge: boolean | null;
|
|
839498
|
+
has_seaport: boolean | null;
|
|
839499
|
+
has_outport: boolean | null;
|
|
839500
|
+
} | null;
|
|
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;
|
|
839571
|
+
is_active: boolean | null;
|
|
839572
|
+
id: string;
|
|
839573
|
+
logic_code: string | null;
|
|
839574
|
+
id_country: string | null;
|
|
839575
|
+
id_state: string | null;
|
|
839576
|
+
id_city: string | null;
|
|
839577
|
+
created_at: Date | null;
|
|
839578
|
+
created_by: string | null;
|
|
839579
|
+
updated_at: Date | null;
|
|
839580
|
+
updated_by: string | null;
|
|
839581
|
+
id_time_zone: string | null;
|
|
839582
|
+
un_code: string | null;
|
|
839583
|
+
iata_code: string | null;
|
|
839584
|
+
iata_region_code: string | null;
|
|
839585
|
+
latitude: Decimal$1 | null;
|
|
839586
|
+
longitude: Decimal$1 | null;
|
|
839587
|
+
port_name: string | null;
|
|
839588
|
+
proper_name: string | null;
|
|
839589
|
+
has_post: boolean | null;
|
|
839590
|
+
has_customs: boolean | null;
|
|
839591
|
+
has_unload: boolean | null;
|
|
839592
|
+
has_airport: boolean | null;
|
|
839593
|
+
has_railway: boolean | null;
|
|
839594
|
+
has_road: boolean | null;
|
|
839595
|
+
has_store: boolean | null;
|
|
839596
|
+
has_terminal: boolean | null;
|
|
839597
|
+
has_discharge: boolean | null;
|
|
839598
|
+
has_seaport: boolean | null;
|
|
839599
|
+
has_outport: boolean | null;
|
|
839600
|
+
} | null;
|
|
839601
|
+
is_active: boolean | null;
|
|
839602
|
+
id: string;
|
|
839603
|
+
created_at: Date | null;
|
|
839604
|
+
created_by: string | null;
|
|
839605
|
+
updated_at: Date | null;
|
|
839606
|
+
updated_by: string | null;
|
|
839607
|
+
id_incoterm: string | null;
|
|
839608
|
+
id_on_board_status: string | null;
|
|
839609
|
+
consignee: string | null;
|
|
839610
|
+
id_forwarding_shipment: string | null;
|
|
839611
|
+
id_destination: string | null;
|
|
839612
|
+
issue_date: Date | null;
|
|
839613
|
+
on_board_date: Date | null;
|
|
839614
|
+
notify_party: string | null;
|
|
839615
|
+
id_vessel: string | null;
|
|
839616
|
+
id_port_of_loading: string | null;
|
|
839617
|
+
id_port_of_discharge: string | null;
|
|
839618
|
+
id_freight_payable: string | null;
|
|
839619
|
+
id_place_of_receipt: string | null;
|
|
839620
|
+
id_place_of_delivery: string | null;
|
|
839621
|
+
id_place_of_issue: string | null;
|
|
839622
|
+
id_delivery_mode: string | null;
|
|
839623
|
+
consignor: string | null;
|
|
839624
|
+
also_notify_party: string | null;
|
|
839625
|
+
trip_number: string | null;
|
|
839626
|
+
delivery_agent: string | null;
|
|
839627
|
+
charge_apply: string | null;
|
|
839628
|
+
excess_value_declaration: string | null;
|
|
839629
|
+
cargo_insurance: string | null;
|
|
839630
|
+
stamp_and_signature: string | null;
|
|
839631
|
+
} | null;
|
|
839632
|
+
forwarding_shipment_air_waybill_templates: {
|
|
839633
|
+
forwarding_shipment_air_waybill_template_rate_descriptions: {
|
|
839634
|
+
mass_unit: {
|
|
839635
|
+
is_active: boolean | null;
|
|
839636
|
+
id: string;
|
|
839637
|
+
logic_code: string | null;
|
|
839638
|
+
name: string | null;
|
|
839639
|
+
code: string | null;
|
|
839640
|
+
created_at: Date | null;
|
|
839641
|
+
created_by: string | null;
|
|
839642
|
+
updated_at: Date | null;
|
|
839643
|
+
updated_by: string | null;
|
|
839644
|
+
id_type: string | null;
|
|
839645
|
+
} | null;
|
|
839646
|
+
rate_class: {
|
|
839647
|
+
is_active: boolean | null;
|
|
839648
|
+
id: string;
|
|
839649
|
+
logic_code: string | null;
|
|
839650
|
+
name: string | null;
|
|
839651
|
+
code: string | null;
|
|
839652
|
+
created_at: Date | null;
|
|
839653
|
+
created_by: string | null;
|
|
839654
|
+
updated_at: Date | null;
|
|
839655
|
+
updated_by: string | null;
|
|
839656
|
+
} | null;
|
|
839657
|
+
is_active: boolean | null;
|
|
839658
|
+
id: string;
|
|
839659
|
+
created_at: Date | null;
|
|
839660
|
+
created_by: string | null;
|
|
839661
|
+
updated_at: Date | null;
|
|
839662
|
+
updated_by: string | null;
|
|
839663
|
+
goods_description: string | null;
|
|
839664
|
+
id_forwarding_shipment_air_waybill_template: string | null;
|
|
839665
|
+
id_mass_unit: string | null;
|
|
839666
|
+
id_rate_class: string | null;
|
|
839667
|
+
pieces: number | null;
|
|
839668
|
+
gross_weight: Decimal$1 | null;
|
|
839669
|
+
commodity_item_number: string | null;
|
|
839670
|
+
chargable_weight: Decimal$1 | null;
|
|
839671
|
+
rate_charge: Decimal$1 | null;
|
|
839672
|
+
total: Decimal$1 | null;
|
|
839673
|
+
}[];
|
|
839674
|
+
forwarding_shipment_air_waybill_template_other_charges: {
|
|
839675
|
+
currency: {
|
|
839676
|
+
symbol: string | null;
|
|
839677
|
+
is_active: boolean | null;
|
|
839678
|
+
id: string;
|
|
839679
|
+
logic_code: string | null;
|
|
839680
|
+
created_at: Date | null;
|
|
839681
|
+
created_by: string | null;
|
|
839682
|
+
updated_at: Date | null;
|
|
839683
|
+
updated_by: string | null;
|
|
839684
|
+
currency_code: string | null;
|
|
839685
|
+
currency_name: string | null;
|
|
839686
|
+
major_unit: string | null;
|
|
839687
|
+
minor_unit: string | null;
|
|
839688
|
+
decimal_unit: number | null;
|
|
839689
|
+
iso_decimal: number | null;
|
|
839690
|
+
} | null;
|
|
839691
|
+
other_charge_codes: {
|
|
839692
|
+
is_active: boolean | null;
|
|
839693
|
+
id: string;
|
|
839694
|
+
logic_code: string | null;
|
|
839695
|
+
name: string | null;
|
|
839696
|
+
code: string | null;
|
|
839697
|
+
created_at: Date | null;
|
|
839698
|
+
created_by: string | null;
|
|
839699
|
+
updated_at: Date | null;
|
|
839700
|
+
updated_by: string | null;
|
|
839701
|
+
} | null;
|
|
839702
|
+
entitlement: {
|
|
839220
839703
|
is_active: boolean | null;
|
|
839221
839704
|
id: string;
|
|
839222
839705
|
logic_code: string | null;
|
|
@@ -852173,19 +852656,88 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852173
852656
|
id_payment_type: string | null;
|
|
852174
852657
|
} | null;
|
|
852175
852658
|
destination_un_locode: {
|
|
852176
|
-
|
|
852177
|
-
|
|
852178
|
-
|
|
852179
|
-
|
|
852180
|
-
|
|
852181
|
-
|
|
852182
|
-
|
|
852183
|
-
|
|
852184
|
-
|
|
852185
|
-
|
|
852186
|
-
|
|
852187
|
-
|
|
852188
|
-
|
|
852659
|
+
country: {
|
|
852660
|
+
currency: {
|
|
852661
|
+
symbol: string | null;
|
|
852662
|
+
is_active: boolean | null;
|
|
852663
|
+
id: string;
|
|
852664
|
+
logic_code: string | null;
|
|
852665
|
+
created_at: Date | null;
|
|
852666
|
+
created_by: string | null;
|
|
852667
|
+
updated_at: Date | null;
|
|
852668
|
+
updated_by: string | null;
|
|
852669
|
+
currency_code: string | null;
|
|
852670
|
+
currency_name: string | null;
|
|
852671
|
+
major_unit: string | null;
|
|
852672
|
+
minor_unit: string | null;
|
|
852673
|
+
decimal_unit: number | null;
|
|
852674
|
+
iso_decimal: number | null;
|
|
852675
|
+
} | null;
|
|
852676
|
+
is_active: boolean | null;
|
|
852677
|
+
id: string;
|
|
852678
|
+
logic_code: string | null;
|
|
852679
|
+
name: string | null;
|
|
852680
|
+
created_at: Date | null;
|
|
852681
|
+
created_by: string | null;
|
|
852682
|
+
updated_at: Date | null;
|
|
852683
|
+
updated_by: string | null;
|
|
852684
|
+
id_currency: string | null;
|
|
852685
|
+
id_awb_currency: string | null;
|
|
852686
|
+
iso2_code: string | null;
|
|
852687
|
+
iso3_code: string | null;
|
|
852688
|
+
iso3_numeric: string | null;
|
|
852689
|
+
is_sanctioned: boolean | null;
|
|
852690
|
+
} | null;
|
|
852691
|
+
state: {
|
|
852692
|
+
is_active: boolean | null;
|
|
852693
|
+
id: string;
|
|
852694
|
+
logic_code: string | null;
|
|
852695
|
+
name: string | null;
|
|
852696
|
+
id_country: string | null;
|
|
852697
|
+
code: string | null;
|
|
852698
|
+
created_at: Date | null;
|
|
852699
|
+
created_by: string | null;
|
|
852700
|
+
updated_at: Date | null;
|
|
852701
|
+
updated_by: string | null;
|
|
852702
|
+
} | null;
|
|
852703
|
+
city: {
|
|
852704
|
+
is_active: boolean | null;
|
|
852705
|
+
id: string;
|
|
852706
|
+
logic_code: string | null;
|
|
852707
|
+
name: string | null;
|
|
852708
|
+
id_country: string | null;
|
|
852709
|
+
id_state: string | null;
|
|
852710
|
+
code: string | null;
|
|
852711
|
+
created_at: Date | null;
|
|
852712
|
+
created_by: string | null;
|
|
852713
|
+
updated_at: Date | null;
|
|
852714
|
+
updated_by: string | null;
|
|
852715
|
+
} | null;
|
|
852716
|
+
time_zone: {
|
|
852717
|
+
is_active: boolean | null;
|
|
852718
|
+
id: string;
|
|
852719
|
+
logic_code: string | null;
|
|
852720
|
+
name: string | null;
|
|
852721
|
+
code: string | null;
|
|
852722
|
+
created_at: Date | null;
|
|
852723
|
+
created_by: string | null;
|
|
852724
|
+
updated_at: Date | null;
|
|
852725
|
+
updated_by: string | null;
|
|
852726
|
+
utc_offset: string | null;
|
|
852727
|
+
} | null;
|
|
852728
|
+
is_active: boolean | null;
|
|
852729
|
+
id: string;
|
|
852730
|
+
logic_code: string | null;
|
|
852731
|
+
id_country: string | null;
|
|
852732
|
+
id_state: string | null;
|
|
852733
|
+
id_city: string | null;
|
|
852734
|
+
created_at: Date | null;
|
|
852735
|
+
created_by: string | null;
|
|
852736
|
+
updated_at: Date | null;
|
|
852737
|
+
updated_by: string | null;
|
|
852738
|
+
id_time_zone: string | null;
|
|
852739
|
+
un_code: string | null;
|
|
852740
|
+
iata_code: string | null;
|
|
852189
852741
|
iata_region_code: string | null;
|
|
852190
852742
|
latitude: Decimal$1 | null;
|
|
852191
852743
|
longitude: Decimal$1 | null;
|
|
@@ -852294,6 +852846,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852294
852846
|
net_register_ton: Decimal$1 | null;
|
|
852295
852847
|
} | null;
|
|
852296
852848
|
port_of_loading_un_locode: {
|
|
852849
|
+
country: {
|
|
852850
|
+
currency: {
|
|
852851
|
+
symbol: string | null;
|
|
852852
|
+
is_active: boolean | null;
|
|
852853
|
+
id: string;
|
|
852854
|
+
logic_code: string | null;
|
|
852855
|
+
created_at: Date | null;
|
|
852856
|
+
created_by: string | null;
|
|
852857
|
+
updated_at: Date | null;
|
|
852858
|
+
updated_by: string | null;
|
|
852859
|
+
currency_code: string | null;
|
|
852860
|
+
currency_name: string | null;
|
|
852861
|
+
major_unit: string | null;
|
|
852862
|
+
minor_unit: string | null;
|
|
852863
|
+
decimal_unit: number | null;
|
|
852864
|
+
iso_decimal: number | null;
|
|
852865
|
+
} | null;
|
|
852866
|
+
is_active: boolean | null;
|
|
852867
|
+
id: string;
|
|
852868
|
+
logic_code: string | null;
|
|
852869
|
+
name: string | null;
|
|
852870
|
+
created_at: Date | null;
|
|
852871
|
+
created_by: string | null;
|
|
852872
|
+
updated_at: Date | null;
|
|
852873
|
+
updated_by: string | null;
|
|
852874
|
+
id_currency: string | null;
|
|
852875
|
+
id_awb_currency: string | null;
|
|
852876
|
+
iso2_code: string | null;
|
|
852877
|
+
iso3_code: string | null;
|
|
852878
|
+
iso3_numeric: string | null;
|
|
852879
|
+
is_sanctioned: boolean | null;
|
|
852880
|
+
} | null;
|
|
852881
|
+
state: {
|
|
852882
|
+
is_active: boolean | null;
|
|
852883
|
+
id: string;
|
|
852884
|
+
logic_code: string | null;
|
|
852885
|
+
name: string | null;
|
|
852886
|
+
id_country: string | null;
|
|
852887
|
+
code: string | null;
|
|
852888
|
+
created_at: Date | null;
|
|
852889
|
+
created_by: string | null;
|
|
852890
|
+
updated_at: Date | null;
|
|
852891
|
+
updated_by: string | null;
|
|
852892
|
+
} | null;
|
|
852893
|
+
city: {
|
|
852894
|
+
is_active: boolean | null;
|
|
852895
|
+
id: string;
|
|
852896
|
+
logic_code: string | null;
|
|
852897
|
+
name: string | null;
|
|
852898
|
+
id_country: string | null;
|
|
852899
|
+
id_state: string | null;
|
|
852900
|
+
code: string | null;
|
|
852901
|
+
created_at: Date | null;
|
|
852902
|
+
created_by: string | null;
|
|
852903
|
+
updated_at: Date | null;
|
|
852904
|
+
updated_by: string | null;
|
|
852905
|
+
} | null;
|
|
852906
|
+
time_zone: {
|
|
852907
|
+
is_active: boolean | null;
|
|
852908
|
+
id: string;
|
|
852909
|
+
logic_code: string | null;
|
|
852910
|
+
name: string | null;
|
|
852911
|
+
code: string | null;
|
|
852912
|
+
created_at: Date | null;
|
|
852913
|
+
created_by: string | null;
|
|
852914
|
+
updated_at: Date | null;
|
|
852915
|
+
updated_by: string | null;
|
|
852916
|
+
utc_offset: string | null;
|
|
852917
|
+
} | null;
|
|
852297
852918
|
is_active: boolean | null;
|
|
852298
852919
|
id: string;
|
|
852299
852920
|
logic_code: string | null;
|
|
@@ -852325,6 +852946,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852325
852946
|
has_outport: boolean | null;
|
|
852326
852947
|
} | null;
|
|
852327
852948
|
port_of_discharge_un_locode: {
|
|
852949
|
+
country: {
|
|
852950
|
+
currency: {
|
|
852951
|
+
symbol: string | null;
|
|
852952
|
+
is_active: boolean | null;
|
|
852953
|
+
id: string;
|
|
852954
|
+
logic_code: string | null;
|
|
852955
|
+
created_at: Date | null;
|
|
852956
|
+
created_by: string | null;
|
|
852957
|
+
updated_at: Date | null;
|
|
852958
|
+
updated_by: string | null;
|
|
852959
|
+
currency_code: string | null;
|
|
852960
|
+
currency_name: string | null;
|
|
852961
|
+
major_unit: string | null;
|
|
852962
|
+
minor_unit: string | null;
|
|
852963
|
+
decimal_unit: number | null;
|
|
852964
|
+
iso_decimal: number | null;
|
|
852965
|
+
} | null;
|
|
852966
|
+
is_active: boolean | null;
|
|
852967
|
+
id: string;
|
|
852968
|
+
logic_code: string | null;
|
|
852969
|
+
name: string | null;
|
|
852970
|
+
created_at: Date | null;
|
|
852971
|
+
created_by: string | null;
|
|
852972
|
+
updated_at: Date | null;
|
|
852973
|
+
updated_by: string | null;
|
|
852974
|
+
id_currency: string | null;
|
|
852975
|
+
id_awb_currency: string | null;
|
|
852976
|
+
iso2_code: string | null;
|
|
852977
|
+
iso3_code: string | null;
|
|
852978
|
+
iso3_numeric: string | null;
|
|
852979
|
+
is_sanctioned: boolean | null;
|
|
852980
|
+
} | null;
|
|
852981
|
+
state: {
|
|
852982
|
+
is_active: boolean | null;
|
|
852983
|
+
id: string;
|
|
852984
|
+
logic_code: string | null;
|
|
852985
|
+
name: string | null;
|
|
852986
|
+
id_country: string | null;
|
|
852987
|
+
code: string | null;
|
|
852988
|
+
created_at: Date | null;
|
|
852989
|
+
created_by: string | null;
|
|
852990
|
+
updated_at: Date | null;
|
|
852991
|
+
updated_by: string | null;
|
|
852992
|
+
} | null;
|
|
852993
|
+
city: {
|
|
852994
|
+
is_active: boolean | null;
|
|
852995
|
+
id: string;
|
|
852996
|
+
logic_code: string | null;
|
|
852997
|
+
name: string | null;
|
|
852998
|
+
id_country: string | null;
|
|
852999
|
+
id_state: string | null;
|
|
853000
|
+
code: string | null;
|
|
853001
|
+
created_at: Date | null;
|
|
853002
|
+
created_by: string | null;
|
|
853003
|
+
updated_at: Date | null;
|
|
853004
|
+
updated_by: string | null;
|
|
853005
|
+
} | null;
|
|
853006
|
+
time_zone: {
|
|
853007
|
+
is_active: boolean | null;
|
|
853008
|
+
id: string;
|
|
853009
|
+
logic_code: string | null;
|
|
853010
|
+
name: string | null;
|
|
853011
|
+
code: string | null;
|
|
853012
|
+
created_at: Date | null;
|
|
853013
|
+
created_by: string | null;
|
|
853014
|
+
updated_at: Date | null;
|
|
853015
|
+
updated_by: string | null;
|
|
853016
|
+
utc_offset: string | null;
|
|
853017
|
+
} | null;
|
|
852328
853018
|
is_active: boolean | null;
|
|
852329
853019
|
id: string;
|
|
852330
853020
|
logic_code: string | null;
|
|
@@ -852356,6 +853046,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852356
853046
|
has_outport: boolean | null;
|
|
852357
853047
|
} | null;
|
|
852358
853048
|
freight_payable_un_locode: {
|
|
853049
|
+
country: {
|
|
853050
|
+
currency: {
|
|
853051
|
+
symbol: string | null;
|
|
853052
|
+
is_active: boolean | null;
|
|
853053
|
+
id: string;
|
|
853054
|
+
logic_code: string | null;
|
|
853055
|
+
created_at: Date | null;
|
|
853056
|
+
created_by: string | null;
|
|
853057
|
+
updated_at: Date | null;
|
|
853058
|
+
updated_by: string | null;
|
|
853059
|
+
currency_code: string | null;
|
|
853060
|
+
currency_name: string | null;
|
|
853061
|
+
major_unit: string | null;
|
|
853062
|
+
minor_unit: string | null;
|
|
853063
|
+
decimal_unit: number | null;
|
|
853064
|
+
iso_decimal: number | null;
|
|
853065
|
+
} | null;
|
|
853066
|
+
is_active: boolean | null;
|
|
853067
|
+
id: string;
|
|
853068
|
+
logic_code: string | null;
|
|
853069
|
+
name: string | null;
|
|
853070
|
+
created_at: Date | null;
|
|
853071
|
+
created_by: string | null;
|
|
853072
|
+
updated_at: Date | null;
|
|
853073
|
+
updated_by: string | null;
|
|
853074
|
+
id_currency: string | null;
|
|
853075
|
+
id_awb_currency: string | null;
|
|
853076
|
+
iso2_code: string | null;
|
|
853077
|
+
iso3_code: string | null;
|
|
853078
|
+
iso3_numeric: string | null;
|
|
853079
|
+
is_sanctioned: boolean | null;
|
|
853080
|
+
} | null;
|
|
853081
|
+
state: {
|
|
853082
|
+
is_active: boolean | null;
|
|
853083
|
+
id: string;
|
|
853084
|
+
logic_code: string | null;
|
|
853085
|
+
name: string | null;
|
|
853086
|
+
id_country: string | null;
|
|
853087
|
+
code: string | null;
|
|
853088
|
+
created_at: Date | null;
|
|
853089
|
+
created_by: string | null;
|
|
853090
|
+
updated_at: Date | null;
|
|
853091
|
+
updated_by: string | null;
|
|
853092
|
+
} | null;
|
|
853093
|
+
city: {
|
|
853094
|
+
is_active: boolean | null;
|
|
853095
|
+
id: string;
|
|
853096
|
+
logic_code: string | null;
|
|
853097
|
+
name: string | null;
|
|
853098
|
+
id_country: string | null;
|
|
853099
|
+
id_state: string | null;
|
|
853100
|
+
code: string | null;
|
|
853101
|
+
created_at: Date | null;
|
|
853102
|
+
created_by: string | null;
|
|
853103
|
+
updated_at: Date | null;
|
|
853104
|
+
updated_by: string | null;
|
|
853105
|
+
} | null;
|
|
853106
|
+
time_zone: {
|
|
853107
|
+
is_active: boolean | null;
|
|
853108
|
+
id: string;
|
|
853109
|
+
logic_code: string | null;
|
|
853110
|
+
name: string | null;
|
|
853111
|
+
code: string | null;
|
|
853112
|
+
created_at: Date | null;
|
|
853113
|
+
created_by: string | null;
|
|
853114
|
+
updated_at: Date | null;
|
|
853115
|
+
updated_by: string | null;
|
|
853116
|
+
utc_offset: string | null;
|
|
853117
|
+
} | null;
|
|
852359
853118
|
is_active: boolean | null;
|
|
852360
853119
|
id: string;
|
|
852361
853120
|
logic_code: string | null;
|
|
@@ -852387,6 +853146,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852387
853146
|
has_outport: boolean | null;
|
|
852388
853147
|
} | null;
|
|
852389
853148
|
place_of_receipt_un_locode: {
|
|
853149
|
+
country: {
|
|
853150
|
+
currency: {
|
|
853151
|
+
symbol: string | null;
|
|
853152
|
+
is_active: boolean | null;
|
|
853153
|
+
id: string;
|
|
853154
|
+
logic_code: string | null;
|
|
853155
|
+
created_at: Date | null;
|
|
853156
|
+
created_by: string | null;
|
|
853157
|
+
updated_at: Date | null;
|
|
853158
|
+
updated_by: string | null;
|
|
853159
|
+
currency_code: string | null;
|
|
853160
|
+
currency_name: string | null;
|
|
853161
|
+
major_unit: string | null;
|
|
853162
|
+
minor_unit: string | null;
|
|
853163
|
+
decimal_unit: number | null;
|
|
853164
|
+
iso_decimal: number | null;
|
|
853165
|
+
} | null;
|
|
853166
|
+
is_active: boolean | null;
|
|
853167
|
+
id: string;
|
|
853168
|
+
logic_code: string | null;
|
|
853169
|
+
name: string | null;
|
|
853170
|
+
created_at: Date | null;
|
|
853171
|
+
created_by: string | null;
|
|
853172
|
+
updated_at: Date | null;
|
|
853173
|
+
updated_by: string | null;
|
|
853174
|
+
id_currency: string | null;
|
|
853175
|
+
id_awb_currency: string | null;
|
|
853176
|
+
iso2_code: string | null;
|
|
853177
|
+
iso3_code: string | null;
|
|
853178
|
+
iso3_numeric: string | null;
|
|
853179
|
+
is_sanctioned: boolean | null;
|
|
853180
|
+
} | null;
|
|
853181
|
+
state: {
|
|
853182
|
+
is_active: boolean | null;
|
|
853183
|
+
id: string;
|
|
853184
|
+
logic_code: string | null;
|
|
853185
|
+
name: string | null;
|
|
853186
|
+
id_country: string | null;
|
|
853187
|
+
code: string | null;
|
|
853188
|
+
created_at: Date | null;
|
|
853189
|
+
created_by: string | null;
|
|
853190
|
+
updated_at: Date | null;
|
|
853191
|
+
updated_by: string | null;
|
|
853192
|
+
} | null;
|
|
853193
|
+
city: {
|
|
853194
|
+
is_active: boolean | null;
|
|
853195
|
+
id: string;
|
|
853196
|
+
logic_code: string | null;
|
|
853197
|
+
name: string | null;
|
|
853198
|
+
id_country: string | null;
|
|
853199
|
+
id_state: string | null;
|
|
853200
|
+
code: string | null;
|
|
853201
|
+
created_at: Date | null;
|
|
853202
|
+
created_by: string | null;
|
|
853203
|
+
updated_at: Date | null;
|
|
853204
|
+
updated_by: string | null;
|
|
853205
|
+
} | null;
|
|
853206
|
+
time_zone: {
|
|
853207
|
+
is_active: boolean | null;
|
|
853208
|
+
id: string;
|
|
853209
|
+
logic_code: string | null;
|
|
853210
|
+
name: string | null;
|
|
853211
|
+
code: string | null;
|
|
853212
|
+
created_at: Date | null;
|
|
853213
|
+
created_by: string | null;
|
|
853214
|
+
updated_at: Date | null;
|
|
853215
|
+
updated_by: string | null;
|
|
853216
|
+
utc_offset: string | null;
|
|
853217
|
+
} | null;
|
|
852390
853218
|
is_active: boolean | null;
|
|
852391
853219
|
id: string;
|
|
852392
853220
|
logic_code: string | null;
|
|
@@ -852418,6 +853246,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852418
853246
|
has_outport: boolean | null;
|
|
852419
853247
|
} | null;
|
|
852420
853248
|
place_of_delivery_un_locode: {
|
|
853249
|
+
country: {
|
|
853250
|
+
currency: {
|
|
853251
|
+
symbol: string | null;
|
|
853252
|
+
is_active: boolean | null;
|
|
853253
|
+
id: string;
|
|
853254
|
+
logic_code: string | null;
|
|
853255
|
+
created_at: Date | null;
|
|
853256
|
+
created_by: string | null;
|
|
853257
|
+
updated_at: Date | null;
|
|
853258
|
+
updated_by: string | null;
|
|
853259
|
+
currency_code: string | null;
|
|
853260
|
+
currency_name: string | null;
|
|
853261
|
+
major_unit: string | null;
|
|
853262
|
+
minor_unit: string | null;
|
|
853263
|
+
decimal_unit: number | null;
|
|
853264
|
+
iso_decimal: number | null;
|
|
853265
|
+
} | null;
|
|
853266
|
+
is_active: boolean | null;
|
|
853267
|
+
id: string;
|
|
853268
|
+
logic_code: string | null;
|
|
853269
|
+
name: string | null;
|
|
853270
|
+
created_at: Date | null;
|
|
853271
|
+
created_by: string | null;
|
|
853272
|
+
updated_at: Date | null;
|
|
853273
|
+
updated_by: string | null;
|
|
853274
|
+
id_currency: string | null;
|
|
853275
|
+
id_awb_currency: string | null;
|
|
853276
|
+
iso2_code: string | null;
|
|
853277
|
+
iso3_code: string | null;
|
|
853278
|
+
iso3_numeric: string | null;
|
|
853279
|
+
is_sanctioned: boolean | null;
|
|
853280
|
+
} | null;
|
|
853281
|
+
state: {
|
|
853282
|
+
is_active: boolean | null;
|
|
853283
|
+
id: string;
|
|
853284
|
+
logic_code: string | null;
|
|
853285
|
+
name: string | null;
|
|
853286
|
+
id_country: string | null;
|
|
853287
|
+
code: string | null;
|
|
853288
|
+
created_at: Date | null;
|
|
853289
|
+
created_by: string | null;
|
|
853290
|
+
updated_at: Date | null;
|
|
853291
|
+
updated_by: string | null;
|
|
853292
|
+
} | null;
|
|
853293
|
+
city: {
|
|
853294
|
+
is_active: boolean | null;
|
|
853295
|
+
id: string;
|
|
853296
|
+
logic_code: string | null;
|
|
853297
|
+
name: string | null;
|
|
853298
|
+
id_country: string | null;
|
|
853299
|
+
id_state: string | null;
|
|
853300
|
+
code: string | null;
|
|
853301
|
+
created_at: Date | null;
|
|
853302
|
+
created_by: string | null;
|
|
853303
|
+
updated_at: Date | null;
|
|
853304
|
+
updated_by: string | null;
|
|
853305
|
+
} | null;
|
|
853306
|
+
time_zone: {
|
|
853307
|
+
is_active: boolean | null;
|
|
853308
|
+
id: string;
|
|
853309
|
+
logic_code: string | null;
|
|
853310
|
+
name: string | null;
|
|
853311
|
+
code: string | null;
|
|
853312
|
+
created_at: Date | null;
|
|
853313
|
+
created_by: string | null;
|
|
853314
|
+
updated_at: Date | null;
|
|
853315
|
+
updated_by: string | null;
|
|
853316
|
+
utc_offset: string | null;
|
|
853317
|
+
} | null;
|
|
852421
853318
|
is_active: boolean | null;
|
|
852422
853319
|
id: string;
|
|
852423
853320
|
logic_code: string | null;
|
|
@@ -852449,6 +853346,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
852449
853346
|
has_outport: boolean | null;
|
|
852450
853347
|
} | null;
|
|
852451
853348
|
place_of_issue_un_locode: {
|
|
853349
|
+
country: {
|
|
853350
|
+
currency: {
|
|
853351
|
+
symbol: string | null;
|
|
853352
|
+
is_active: boolean | null;
|
|
853353
|
+
id: string;
|
|
853354
|
+
logic_code: string | null;
|
|
853355
|
+
created_at: Date | null;
|
|
853356
|
+
created_by: string | null;
|
|
853357
|
+
updated_at: Date | null;
|
|
853358
|
+
updated_by: string | null;
|
|
853359
|
+
currency_code: string | null;
|
|
853360
|
+
currency_name: string | null;
|
|
853361
|
+
major_unit: string | null;
|
|
853362
|
+
minor_unit: string | null;
|
|
853363
|
+
decimal_unit: number | null;
|
|
853364
|
+
iso_decimal: number | null;
|
|
853365
|
+
} | null;
|
|
853366
|
+
is_active: boolean | null;
|
|
853367
|
+
id: string;
|
|
853368
|
+
logic_code: string | null;
|
|
853369
|
+
name: string | null;
|
|
853370
|
+
created_at: Date | null;
|
|
853371
|
+
created_by: string | null;
|
|
853372
|
+
updated_at: Date | null;
|
|
853373
|
+
updated_by: string | null;
|
|
853374
|
+
id_currency: string | null;
|
|
853375
|
+
id_awb_currency: string | null;
|
|
853376
|
+
iso2_code: string | null;
|
|
853377
|
+
iso3_code: string | null;
|
|
853378
|
+
iso3_numeric: string | null;
|
|
853379
|
+
is_sanctioned: boolean | null;
|
|
853380
|
+
} | null;
|
|
853381
|
+
state: {
|
|
853382
|
+
is_active: boolean | null;
|
|
853383
|
+
id: string;
|
|
853384
|
+
logic_code: string | null;
|
|
853385
|
+
name: string | null;
|
|
853386
|
+
id_country: string | null;
|
|
853387
|
+
code: string | null;
|
|
853388
|
+
created_at: Date | null;
|
|
853389
|
+
created_by: string | null;
|
|
853390
|
+
updated_at: Date | null;
|
|
853391
|
+
updated_by: string | null;
|
|
853392
|
+
} | null;
|
|
853393
|
+
city: {
|
|
853394
|
+
is_active: boolean | null;
|
|
853395
|
+
id: string;
|
|
853396
|
+
logic_code: string | null;
|
|
853397
|
+
name: string | null;
|
|
853398
|
+
id_country: string | null;
|
|
853399
|
+
id_state: string | null;
|
|
853400
|
+
code: string | null;
|
|
853401
|
+
created_at: Date | null;
|
|
853402
|
+
created_by: string | null;
|
|
853403
|
+
updated_at: Date | null;
|
|
853404
|
+
updated_by: string | null;
|
|
853405
|
+
} | null;
|
|
853406
|
+
time_zone: {
|
|
853407
|
+
is_active: boolean | null;
|
|
853408
|
+
id: string;
|
|
853409
|
+
logic_code: string | null;
|
|
853410
|
+
name: string | null;
|
|
853411
|
+
code: string | null;
|
|
853412
|
+
created_at: Date | null;
|
|
853413
|
+
created_by: string | null;
|
|
853414
|
+
updated_at: Date | null;
|
|
853415
|
+
updated_by: string | null;
|
|
853416
|
+
utc_offset: string | null;
|
|
853417
|
+
} | null;
|
|
852452
853418
|
is_active: boolean | null;
|
|
852453
853419
|
id: string;
|
|
852454
853420
|
logic_code: string | null;
|