@be-logixpair/api 0.0.112 → 0.0.113
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 +3948 -23
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -719925,7 +719925,3932 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
719925
719925
|
meta: object;
|
|
719926
719926
|
errorShape: DefaultErrorShape;
|
|
719927
719927
|
transformer: false;
|
|
719928
|
-
}, DecorateCreateRouterOptions<{
|
|
719928
|
+
}, DecorateCreateRouterOptions<{
|
|
719929
|
+
forwardingConsols: BuiltRouter<{
|
|
719930
|
+
ctx: Context;
|
|
719931
|
+
meta: object;
|
|
719932
|
+
errorShape: DefaultErrorShape;
|
|
719933
|
+
transformer: false;
|
|
719934
|
+
}, DecorateCreateRouterOptions<{
|
|
719935
|
+
get: MutationProcedure<{
|
|
719936
|
+
input: {
|
|
719937
|
+
search?: string | null | undefined;
|
|
719938
|
+
take?: string | number | null | undefined;
|
|
719939
|
+
skip?: string | number | null | undefined;
|
|
719940
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
719941
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
719942
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
719943
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
719944
|
+
ids_string_include?: string[] | null | undefined;
|
|
719945
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
719946
|
+
logic_codes_include?: string[] | null | undefined;
|
|
719947
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
719948
|
+
created_at?: {
|
|
719949
|
+
start_date?: string | null | undefined;
|
|
719950
|
+
end_date?: string | null | undefined;
|
|
719951
|
+
} | null | undefined;
|
|
719952
|
+
updated_at?: {
|
|
719953
|
+
start_date?: string | null | undefined;
|
|
719954
|
+
end_date?: string | null | undefined;
|
|
719955
|
+
} | null | undefined;
|
|
719956
|
+
order_by?: {
|
|
719957
|
+
field: string;
|
|
719958
|
+
direction: "asc" | "desc";
|
|
719959
|
+
} | null | undefined;
|
|
719960
|
+
order_bys?: {
|
|
719961
|
+
field: string;
|
|
719962
|
+
direction: "asc" | "desc";
|
|
719963
|
+
}[] | null | undefined;
|
|
719964
|
+
id_type?: string | number | bigint | null | undefined;
|
|
719965
|
+
ids_type?: (string | number | bigint)[] | null | undefined;
|
|
719966
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
719967
|
+
ids_transport_mode?: (string | number | bigint)[] | null | undefined;
|
|
719968
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
719969
|
+
ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
|
|
719970
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
719971
|
+
ids_vessel?: (string | number | bigint)[] | null | undefined;
|
|
719972
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
719973
|
+
ids_load_port?: (string | number | bigint)[] | null | undefined;
|
|
719974
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
719975
|
+
ids_discharge_port?: (string | number | bigint)[] | null | undefined;
|
|
719976
|
+
id_service_level?: string | number | bigint | null | undefined;
|
|
719977
|
+
ids_service_level?: (string | number | bigint)[] | null | undefined;
|
|
719978
|
+
id_payment_type?: string | number | bigint | null | undefined;
|
|
719979
|
+
ids_payment_type?: (string | number | bigint)[] | null | undefined;
|
|
719980
|
+
id_sending_agent?: string | number | bigint | null | undefined;
|
|
719981
|
+
ids_sending_agent?: (string | number | bigint)[] | null | undefined;
|
|
719982
|
+
id_sending_agent_address?: string | number | bigint | null | undefined;
|
|
719983
|
+
ids_sending_agent_address?: (string | number | bigint)[] | null | undefined;
|
|
719984
|
+
id_receiving_agent?: string | number | bigint | null | undefined;
|
|
719985
|
+
ids_receiving_agent?: (string | number | bigint)[] | null | undefined;
|
|
719986
|
+
id_receiving_agent_address?: string | number | bigint | null | undefined;
|
|
719987
|
+
ids_receiving_agent_address?: (string | number | bigint)[] | null | undefined;
|
|
719988
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
719989
|
+
ids_carrier_shipping_line?: (string | number | bigint)[] | null | undefined;
|
|
719990
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
719991
|
+
ids_carrier_airline?: (string | number | bigint)[] | null | undefined;
|
|
719992
|
+
id_creditor_origin?: string | number | bigint | null | undefined;
|
|
719993
|
+
ids_creditor_origin?: (string | number | bigint)[] | null | undefined;
|
|
719994
|
+
id_creditor_origin_address?: string | number | bigint | null | undefined;
|
|
719995
|
+
ids_creditor_origin_address?: (string | number | bigint)[] | null | undefined;
|
|
719996
|
+
id_creditor_destination?: string | number | bigint | null | undefined;
|
|
719997
|
+
ids_creditor_destination?: (string | number | bigint)[] | null | undefined;
|
|
719998
|
+
id_creditor_destination_address?: string | number | bigint | null | undefined;
|
|
719999
|
+
ids_creditor_destination_address?: (string | number | bigint)[] | null | undefined;
|
|
720000
|
+
is_neutral_mawb?: (string | number | boolean)[] | null | undefined;
|
|
720001
|
+
};
|
|
720002
|
+
output: {
|
|
720003
|
+
data: {
|
|
720004
|
+
forwarding_transport_mode: {
|
|
720005
|
+
is_active: boolean | null;
|
|
720006
|
+
id: string;
|
|
720007
|
+
logic_code: string | null;
|
|
720008
|
+
name: string | null;
|
|
720009
|
+
code: string | null;
|
|
720010
|
+
created_at: Date | null;
|
|
720011
|
+
created_by: string | null;
|
|
720012
|
+
updated_at: Date | null;
|
|
720013
|
+
updated_by: string | null;
|
|
720014
|
+
is_shipment: boolean | null;
|
|
720015
|
+
is_consol: boolean | null;
|
|
720016
|
+
} | null;
|
|
720017
|
+
service_level: {
|
|
720018
|
+
is_active: boolean | null;
|
|
720019
|
+
id: string;
|
|
720020
|
+
logic_code: string | null;
|
|
720021
|
+
name: string | null;
|
|
720022
|
+
code: string | null;
|
|
720023
|
+
created_at: Date | null;
|
|
720024
|
+
created_by: string | null;
|
|
720025
|
+
updated_at: Date | null;
|
|
720026
|
+
updated_by: string | null;
|
|
720027
|
+
id_agreement: string | null;
|
|
720028
|
+
percentage: Decimal | null;
|
|
720029
|
+
} | null;
|
|
720030
|
+
container_shipping_types: {
|
|
720031
|
+
is_active: boolean | null;
|
|
720032
|
+
id: string;
|
|
720033
|
+
logic_code: string | null;
|
|
720034
|
+
name: string | null;
|
|
720035
|
+
code: string | null;
|
|
720036
|
+
created_at: Date | null;
|
|
720037
|
+
created_by: string | null;
|
|
720038
|
+
updated_at: Date | null;
|
|
720039
|
+
updated_by: string | null;
|
|
720040
|
+
} | null;
|
|
720041
|
+
forwarding_consol_type: {
|
|
720042
|
+
is_active: boolean | null;
|
|
720043
|
+
id: string;
|
|
720044
|
+
logic_code: string | null;
|
|
720045
|
+
name: string | null;
|
|
720046
|
+
code: string | null;
|
|
720047
|
+
created_at: Date | null;
|
|
720048
|
+
created_by: string | null;
|
|
720049
|
+
updated_at: Date | null;
|
|
720050
|
+
updated_by: string | null;
|
|
720051
|
+
} | null;
|
|
720052
|
+
payment_type: {
|
|
720053
|
+
is_active: boolean | null;
|
|
720054
|
+
id: string;
|
|
720055
|
+
logic_code: string | null;
|
|
720056
|
+
name: string | null;
|
|
720057
|
+
code: string | null;
|
|
720058
|
+
created_at: Date | null;
|
|
720059
|
+
created_by: string | null;
|
|
720060
|
+
updated_at: Date | null;
|
|
720061
|
+
updated_by: string | null;
|
|
720062
|
+
} | null;
|
|
720063
|
+
sending_agent: {
|
|
720064
|
+
is_active: boolean | null;
|
|
720065
|
+
id: string;
|
|
720066
|
+
logic_code: string | null;
|
|
720067
|
+
name: string | null;
|
|
720068
|
+
id_country: string | null;
|
|
720069
|
+
id_state: string | null;
|
|
720070
|
+
id_city: string | null;
|
|
720071
|
+
id_postal_code: string | null;
|
|
720072
|
+
id_company: string | null;
|
|
720073
|
+
id_branch: string | null;
|
|
720074
|
+
code: string | null;
|
|
720075
|
+
created_at: Date | null;
|
|
720076
|
+
created_by: string | null;
|
|
720077
|
+
updated_at: Date | null;
|
|
720078
|
+
updated_by: string | null;
|
|
720079
|
+
id_un_locode: string | null;
|
|
720080
|
+
email: string | null;
|
|
720081
|
+
id_business_category: string | null;
|
|
720082
|
+
id_controlling_branch: string | null;
|
|
720083
|
+
id_airline: string | null;
|
|
720084
|
+
id_shipping_line: string | null;
|
|
720085
|
+
phone: string | null;
|
|
720086
|
+
website_url: string | null;
|
|
720087
|
+
company_number: string | null;
|
|
720088
|
+
company_tax_number: string | null;
|
|
720089
|
+
} | null;
|
|
720090
|
+
sending_agent_address: {
|
|
720091
|
+
is_active: boolean | null;
|
|
720092
|
+
id: string;
|
|
720093
|
+
logic_code: string | null;
|
|
720094
|
+
id_country: string | null;
|
|
720095
|
+
id_state: string | null;
|
|
720096
|
+
id_city: string | null;
|
|
720097
|
+
id_postal_code: string | null;
|
|
720098
|
+
code: string | null;
|
|
720099
|
+
address: string | null;
|
|
720100
|
+
mobile_phone: string | null;
|
|
720101
|
+
created_at: Date | null;
|
|
720102
|
+
created_by: string | null;
|
|
720103
|
+
updated_at: Date | null;
|
|
720104
|
+
updated_by: string | null;
|
|
720105
|
+
id_un_locode: string | null;
|
|
720106
|
+
email: string | null;
|
|
720107
|
+
id_organization: string | null;
|
|
720108
|
+
phone: string | null;
|
|
720109
|
+
fax: string | null;
|
|
720110
|
+
} | null;
|
|
720111
|
+
receiving_agent: {
|
|
720112
|
+
is_active: boolean | null;
|
|
720113
|
+
id: string;
|
|
720114
|
+
logic_code: string | null;
|
|
720115
|
+
name: string | null;
|
|
720116
|
+
id_country: string | null;
|
|
720117
|
+
id_state: string | null;
|
|
720118
|
+
id_city: string | null;
|
|
720119
|
+
id_postal_code: string | null;
|
|
720120
|
+
id_company: string | null;
|
|
720121
|
+
id_branch: string | null;
|
|
720122
|
+
code: string | null;
|
|
720123
|
+
created_at: Date | null;
|
|
720124
|
+
created_by: string | null;
|
|
720125
|
+
updated_at: Date | null;
|
|
720126
|
+
updated_by: string | null;
|
|
720127
|
+
id_un_locode: string | null;
|
|
720128
|
+
email: string | null;
|
|
720129
|
+
id_business_category: string | null;
|
|
720130
|
+
id_controlling_branch: string | null;
|
|
720131
|
+
id_airline: string | null;
|
|
720132
|
+
id_shipping_line: string | null;
|
|
720133
|
+
phone: string | null;
|
|
720134
|
+
website_url: string | null;
|
|
720135
|
+
company_number: string | null;
|
|
720136
|
+
company_tax_number: string | null;
|
|
720137
|
+
} | null;
|
|
720138
|
+
receiving_agent_address: {
|
|
720139
|
+
is_active: boolean | null;
|
|
720140
|
+
id: string;
|
|
720141
|
+
logic_code: string | null;
|
|
720142
|
+
id_country: string | null;
|
|
720143
|
+
id_state: string | null;
|
|
720144
|
+
id_city: string | null;
|
|
720145
|
+
id_postal_code: string | null;
|
|
720146
|
+
code: string | null;
|
|
720147
|
+
address: string | null;
|
|
720148
|
+
mobile_phone: string | null;
|
|
720149
|
+
created_at: Date | null;
|
|
720150
|
+
created_by: string | null;
|
|
720151
|
+
updated_at: Date | null;
|
|
720152
|
+
updated_by: string | null;
|
|
720153
|
+
id_un_locode: string | null;
|
|
720154
|
+
email: string | null;
|
|
720155
|
+
id_organization: string | null;
|
|
720156
|
+
phone: string | null;
|
|
720157
|
+
fax: string | null;
|
|
720158
|
+
} | null;
|
|
720159
|
+
carrier_shipping_line: {
|
|
720160
|
+
is_active: boolean | null;
|
|
720161
|
+
id: string;
|
|
720162
|
+
logic_code: string | null;
|
|
720163
|
+
name: string | null;
|
|
720164
|
+
id_country: string | null;
|
|
720165
|
+
id_state: string | null;
|
|
720166
|
+
id_city: string | null;
|
|
720167
|
+
id_postal_code: string | null;
|
|
720168
|
+
code: string | null;
|
|
720169
|
+
address: string | null;
|
|
720170
|
+
created_at: Date | null;
|
|
720171
|
+
created_by: string | null;
|
|
720172
|
+
updated_at: Date | null;
|
|
720173
|
+
updated_by: string | null;
|
|
720174
|
+
id_un_locode: string | null;
|
|
720175
|
+
scac: string | null;
|
|
720176
|
+
ocean_carrier_name: string | null;
|
|
720177
|
+
is_non_vessel_operator: boolean | null;
|
|
720178
|
+
is_shipping_line: boolean | null;
|
|
720179
|
+
} | null;
|
|
720180
|
+
carrier_airline: {
|
|
720181
|
+
is_active: boolean | null;
|
|
720182
|
+
id: string;
|
|
720183
|
+
logic_code: string | null;
|
|
720184
|
+
name: string | null;
|
|
720185
|
+
id_country: string | null;
|
|
720186
|
+
id_state: string | null;
|
|
720187
|
+
id_city: string | null;
|
|
720188
|
+
id_postal_code: string | null;
|
|
720189
|
+
code: string | null;
|
|
720190
|
+
address: string | null;
|
|
720191
|
+
created_at: Date | null;
|
|
720192
|
+
created_by: string | null;
|
|
720193
|
+
updated_at: Date | null;
|
|
720194
|
+
updated_by: string | null;
|
|
720195
|
+
id_un_locode: string | null;
|
|
720196
|
+
airline_num_code: string | null;
|
|
720197
|
+
airline_three_code: string | null;
|
|
720198
|
+
airline_two_code: string | null;
|
|
720199
|
+
short_airline_name: string | null;
|
|
720200
|
+
full_airline_name_1: string | null;
|
|
720201
|
+
full_airline_name_2: string | null;
|
|
720202
|
+
is_cass_controlled: boolean | null;
|
|
720203
|
+
is_iata_member: boolean | null;
|
|
720204
|
+
is_ata_member: boolean | null;
|
|
720205
|
+
is_sita_member: boolean | null;
|
|
720206
|
+
is_arinc_member: boolean | null;
|
|
720207
|
+
is_signed_e_awb: boolean | null;
|
|
720208
|
+
} | null;
|
|
720209
|
+
creditor_origin: {
|
|
720210
|
+
is_active: boolean | null;
|
|
720211
|
+
id: string;
|
|
720212
|
+
logic_code: string | null;
|
|
720213
|
+
name: string | null;
|
|
720214
|
+
id_country: string | null;
|
|
720215
|
+
id_state: string | null;
|
|
720216
|
+
id_city: string | null;
|
|
720217
|
+
id_postal_code: string | null;
|
|
720218
|
+
id_company: string | null;
|
|
720219
|
+
id_branch: string | null;
|
|
720220
|
+
code: string | null;
|
|
720221
|
+
created_at: Date | null;
|
|
720222
|
+
created_by: string | null;
|
|
720223
|
+
updated_at: Date | null;
|
|
720224
|
+
updated_by: string | null;
|
|
720225
|
+
id_un_locode: string | null;
|
|
720226
|
+
email: string | null;
|
|
720227
|
+
id_business_category: string | null;
|
|
720228
|
+
id_controlling_branch: string | null;
|
|
720229
|
+
id_airline: string | null;
|
|
720230
|
+
id_shipping_line: string | null;
|
|
720231
|
+
phone: string | null;
|
|
720232
|
+
website_url: string | null;
|
|
720233
|
+
company_number: string | null;
|
|
720234
|
+
company_tax_number: string | null;
|
|
720235
|
+
} | null;
|
|
720236
|
+
creditor_origin_address: {
|
|
720237
|
+
is_active: boolean | null;
|
|
720238
|
+
id: string;
|
|
720239
|
+
logic_code: string | null;
|
|
720240
|
+
id_country: string | null;
|
|
720241
|
+
id_state: string | null;
|
|
720242
|
+
id_city: string | null;
|
|
720243
|
+
id_postal_code: string | null;
|
|
720244
|
+
code: string | null;
|
|
720245
|
+
address: string | null;
|
|
720246
|
+
mobile_phone: string | null;
|
|
720247
|
+
created_at: Date | null;
|
|
720248
|
+
created_by: string | null;
|
|
720249
|
+
updated_at: Date | null;
|
|
720250
|
+
updated_by: string | null;
|
|
720251
|
+
id_un_locode: string | null;
|
|
720252
|
+
email: string | null;
|
|
720253
|
+
id_organization: string | null;
|
|
720254
|
+
phone: string | null;
|
|
720255
|
+
fax: string | null;
|
|
720256
|
+
} | null;
|
|
720257
|
+
creditor_destination: {
|
|
720258
|
+
is_active: boolean | null;
|
|
720259
|
+
id: string;
|
|
720260
|
+
logic_code: string | null;
|
|
720261
|
+
name: string | null;
|
|
720262
|
+
id_country: string | null;
|
|
720263
|
+
id_state: string | null;
|
|
720264
|
+
id_city: string | null;
|
|
720265
|
+
id_postal_code: string | null;
|
|
720266
|
+
id_company: string | null;
|
|
720267
|
+
id_branch: string | null;
|
|
720268
|
+
code: string | null;
|
|
720269
|
+
created_at: Date | null;
|
|
720270
|
+
created_by: string | null;
|
|
720271
|
+
updated_at: Date | null;
|
|
720272
|
+
updated_by: string | null;
|
|
720273
|
+
id_un_locode: string | null;
|
|
720274
|
+
email: string | null;
|
|
720275
|
+
id_business_category: string | null;
|
|
720276
|
+
id_controlling_branch: string | null;
|
|
720277
|
+
id_airline: string | null;
|
|
720278
|
+
id_shipping_line: string | null;
|
|
720279
|
+
phone: string | null;
|
|
720280
|
+
website_url: string | null;
|
|
720281
|
+
company_number: string | null;
|
|
720282
|
+
company_tax_number: string | null;
|
|
720283
|
+
} | null;
|
|
720284
|
+
creditor_destination_address: {
|
|
720285
|
+
is_active: boolean | null;
|
|
720286
|
+
id: string;
|
|
720287
|
+
logic_code: string | null;
|
|
720288
|
+
id_country: string | null;
|
|
720289
|
+
id_state: string | null;
|
|
720290
|
+
id_city: string | null;
|
|
720291
|
+
id_postal_code: string | null;
|
|
720292
|
+
code: string | null;
|
|
720293
|
+
address: string | null;
|
|
720294
|
+
mobile_phone: string | null;
|
|
720295
|
+
created_at: Date | null;
|
|
720296
|
+
created_by: string | null;
|
|
720297
|
+
updated_at: Date | null;
|
|
720298
|
+
updated_by: string | null;
|
|
720299
|
+
id_un_locode: string | null;
|
|
720300
|
+
email: string | null;
|
|
720301
|
+
id_organization: string | null;
|
|
720302
|
+
phone: string | null;
|
|
720303
|
+
fax: string | null;
|
|
720304
|
+
} | null;
|
|
720305
|
+
is_active: boolean | null;
|
|
720306
|
+
id: string;
|
|
720307
|
+
logic_code: string | null;
|
|
720308
|
+
name: string | null;
|
|
720309
|
+
code: string | null;
|
|
720310
|
+
created_at: Date | null;
|
|
720311
|
+
created_by: string | null;
|
|
720312
|
+
updated_at: Date | null;
|
|
720313
|
+
updated_by: string | null;
|
|
720314
|
+
id_transport_mode: string | null;
|
|
720315
|
+
id_container_shipping_type: string | null;
|
|
720316
|
+
id_service_level: string | null;
|
|
720317
|
+
id_type: string | null;
|
|
720318
|
+
id_vessel: string | null;
|
|
720319
|
+
id_load_port: string | null;
|
|
720320
|
+
id_discharge_port: string | null;
|
|
720321
|
+
id_payment_type: string | null;
|
|
720322
|
+
id_sending_agent: string | null;
|
|
720323
|
+
id_sending_agent_address: string | null;
|
|
720324
|
+
id_receiving_agent: string | null;
|
|
720325
|
+
id_receiving_agent_address: string | null;
|
|
720326
|
+
id_carrier_shipping_line: string | null;
|
|
720327
|
+
id_carrier_airline: string | null;
|
|
720328
|
+
id_creditor_origin: string | null;
|
|
720329
|
+
id_creditor_origin_address: string | null;
|
|
720330
|
+
id_creditor_destination: string | null;
|
|
720331
|
+
id_creditor_destination_address: string | null;
|
|
720332
|
+
is_neutral_mawb: boolean | null;
|
|
720333
|
+
trip_number: string | null;
|
|
720334
|
+
aircraft_type: string | null;
|
|
720335
|
+
aircraft_registration: string | null;
|
|
720336
|
+
mawb_number: string | null;
|
|
720337
|
+
bol_number: string | null;
|
|
720338
|
+
carrier_booking_reference: string | null;
|
|
720339
|
+
agent_reference: string | null;
|
|
720340
|
+
estimated_departure: Date | null;
|
|
720341
|
+
estimated_arrival: Date | null;
|
|
720342
|
+
actual_departure: Date | null;
|
|
720343
|
+
actual_arrival: Date | null;
|
|
720344
|
+
consol_number: string | null;
|
|
720345
|
+
}[] | undefined;
|
|
720346
|
+
total: number | undefined;
|
|
720347
|
+
};
|
|
720348
|
+
meta: object;
|
|
720349
|
+
}>;
|
|
720350
|
+
getDetail: MutationProcedure<{
|
|
720351
|
+
input: {
|
|
720352
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
720353
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
720354
|
+
id?: string | number | bigint | null | undefined;
|
|
720355
|
+
id_string?: string | null | undefined;
|
|
720356
|
+
logic_code?: string | null | undefined;
|
|
720357
|
+
};
|
|
720358
|
+
output: {
|
|
720359
|
+
data: {
|
|
720360
|
+
_count: {
|
|
720361
|
+
forwarding_consol_type: number;
|
|
720362
|
+
forwarding_transport_mode: number;
|
|
720363
|
+
container_shipping_types: number;
|
|
720364
|
+
load_port_un_locodes: number;
|
|
720365
|
+
discharge_port_un_locodes: number;
|
|
720366
|
+
service_level: number;
|
|
720367
|
+
payment_type: number;
|
|
720368
|
+
sending_agent: number;
|
|
720369
|
+
sending_agent_address: number;
|
|
720370
|
+
receiving_agent: number;
|
|
720371
|
+
receiving_agent_address: number;
|
|
720372
|
+
carrier_shipping_line: number;
|
|
720373
|
+
carrier_airline: number;
|
|
720374
|
+
creditor_origin: number;
|
|
720375
|
+
creditor_origin_address: number;
|
|
720376
|
+
creditor_destination: number;
|
|
720377
|
+
creditor_destination_address: number;
|
|
720378
|
+
forwarding_consol_logs: number;
|
|
720379
|
+
forwarding_consol_reference_numbers: number;
|
|
720380
|
+
forwarding_consol_routings: number;
|
|
720381
|
+
forwarding_consol_attachments: number;
|
|
720382
|
+
forwarding_consol_billing_details: number;
|
|
720383
|
+
forwarding_consol_containers: number;
|
|
720384
|
+
};
|
|
720385
|
+
forwarding_consol_reference_numbers: {
|
|
720386
|
+
country: {
|
|
720387
|
+
is_active: boolean | null;
|
|
720388
|
+
id: string;
|
|
720389
|
+
logic_code: string | null;
|
|
720390
|
+
name: string | null;
|
|
720391
|
+
created_at: Date | null;
|
|
720392
|
+
created_by: string | null;
|
|
720393
|
+
updated_at: Date | null;
|
|
720394
|
+
updated_by: string | null;
|
|
720395
|
+
id_currency: string | null;
|
|
720396
|
+
id_awb_currency: string | null;
|
|
720397
|
+
iso2_code: string | null;
|
|
720398
|
+
iso3_code: string | null;
|
|
720399
|
+
iso3_numeric: string | null;
|
|
720400
|
+
is_sanctioned: boolean | null;
|
|
720401
|
+
} | null;
|
|
720402
|
+
forwarding_consol_reference_number_type: {
|
|
720403
|
+
is_active: boolean | null;
|
|
720404
|
+
id: string;
|
|
720405
|
+
logic_code: string | null;
|
|
720406
|
+
name: string | null;
|
|
720407
|
+
code: string | null;
|
|
720408
|
+
created_at: Date | null;
|
|
720409
|
+
created_by: string | null;
|
|
720410
|
+
updated_at: Date | null;
|
|
720411
|
+
updated_by: string | null;
|
|
720412
|
+
} | null;
|
|
720413
|
+
is_active: boolean | null;
|
|
720414
|
+
id: string;
|
|
720415
|
+
logic_code: string | null;
|
|
720416
|
+
id_country: string | null;
|
|
720417
|
+
created_at: Date | null;
|
|
720418
|
+
created_by: string | null;
|
|
720419
|
+
updated_at: Date | null;
|
|
720420
|
+
updated_by: string | null;
|
|
720421
|
+
id_type: string | null;
|
|
720422
|
+
id_forwarding_consol: string | null;
|
|
720423
|
+
reference_number: string | null;
|
|
720424
|
+
is_preallocation: boolean | null;
|
|
720425
|
+
}[];
|
|
720426
|
+
forwarding_transport_mode: {
|
|
720427
|
+
is_active: boolean | null;
|
|
720428
|
+
id: string;
|
|
720429
|
+
logic_code: string | null;
|
|
720430
|
+
name: string | null;
|
|
720431
|
+
code: string | null;
|
|
720432
|
+
created_at: Date | null;
|
|
720433
|
+
created_by: string | null;
|
|
720434
|
+
updated_at: Date | null;
|
|
720435
|
+
updated_by: string | null;
|
|
720436
|
+
is_shipment: boolean | null;
|
|
720437
|
+
is_consol: boolean | null;
|
|
720438
|
+
} | null;
|
|
720439
|
+
service_level: {
|
|
720440
|
+
is_active: boolean | null;
|
|
720441
|
+
id: string;
|
|
720442
|
+
logic_code: string | null;
|
|
720443
|
+
name: string | null;
|
|
720444
|
+
code: string | null;
|
|
720445
|
+
created_at: Date | null;
|
|
720446
|
+
created_by: string | null;
|
|
720447
|
+
updated_at: Date | null;
|
|
720448
|
+
updated_by: string | null;
|
|
720449
|
+
id_agreement: string | null;
|
|
720450
|
+
percentage: Decimal | null;
|
|
720451
|
+
} | null;
|
|
720452
|
+
forwarding_consol_billing_details: {
|
|
720453
|
+
is_active: boolean | null;
|
|
720454
|
+
id: string;
|
|
720455
|
+
logic_code: string | null;
|
|
720456
|
+
name: string | null;
|
|
720457
|
+
code: string | null;
|
|
720458
|
+
created_at: Date | null;
|
|
720459
|
+
created_by: string | null;
|
|
720460
|
+
updated_at: Date | null;
|
|
720461
|
+
updated_by: string | null;
|
|
720462
|
+
id_charge_code: string | null;
|
|
720463
|
+
id_cost_currency: string | null;
|
|
720464
|
+
id_cost_latest_system_rate: string | null;
|
|
720465
|
+
id_cost_creditor: string | null;
|
|
720466
|
+
id_cost_tax_rate: string | null;
|
|
720467
|
+
id_sell_currency: string | null;
|
|
720468
|
+
id_sell_latest_system_rate: string | null;
|
|
720469
|
+
id_sell_debtor: string | null;
|
|
720470
|
+
id_sell_invoice_type: string | null;
|
|
720471
|
+
id_sell_tax_rate: string | null;
|
|
720472
|
+
cost_base_rate: Decimal | null;
|
|
720473
|
+
cost_currency_amount: Decimal | null;
|
|
720474
|
+
cost_currency_estimated_amount: Decimal | null;
|
|
720475
|
+
cost_local_currency_amount: Decimal | null;
|
|
720476
|
+
cost_invoice_number: string | null;
|
|
720477
|
+
cost_invoice_date: Date | null;
|
|
720478
|
+
cost_tax_amount: Decimal | null;
|
|
720479
|
+
cost_supplier_reference: string | null;
|
|
720480
|
+
is_cost_posted: boolean | null;
|
|
720481
|
+
sell_base_rate: Decimal | null;
|
|
720482
|
+
sell_currency_amount: Decimal | null;
|
|
720483
|
+
sell_currency_estimated_amount: Decimal | null;
|
|
720484
|
+
sell_local_currency_amount: Decimal | null;
|
|
720485
|
+
is_sell_posted: boolean | null;
|
|
720486
|
+
id_forwarding_consol: string | null;
|
|
720487
|
+
id_cost_apportion_method: string | null;
|
|
720488
|
+
id_sell_apportion_method: string | null;
|
|
720489
|
+
}[];
|
|
720490
|
+
forwarding_consol_routings: {
|
|
720491
|
+
forwarding_transport_mode: {
|
|
720492
|
+
is_active: boolean | null;
|
|
720493
|
+
id: string;
|
|
720494
|
+
logic_code: string | null;
|
|
720495
|
+
name: string | null;
|
|
720496
|
+
code: string | null;
|
|
720497
|
+
created_at: Date | null;
|
|
720498
|
+
created_by: string | null;
|
|
720499
|
+
updated_at: Date | null;
|
|
720500
|
+
updated_by: string | null;
|
|
720501
|
+
is_shipment: boolean | null;
|
|
720502
|
+
is_consol: boolean | null;
|
|
720503
|
+
} | null;
|
|
720504
|
+
carrier_shipping_line: {
|
|
720505
|
+
is_active: boolean | null;
|
|
720506
|
+
id: string;
|
|
720507
|
+
logic_code: string | null;
|
|
720508
|
+
name: string | null;
|
|
720509
|
+
id_country: string | null;
|
|
720510
|
+
id_state: string | null;
|
|
720511
|
+
id_city: string | null;
|
|
720512
|
+
id_postal_code: string | null;
|
|
720513
|
+
code: string | null;
|
|
720514
|
+
address: string | null;
|
|
720515
|
+
created_at: Date | null;
|
|
720516
|
+
created_by: string | null;
|
|
720517
|
+
updated_at: Date | null;
|
|
720518
|
+
updated_by: string | null;
|
|
720519
|
+
id_un_locode: string | null;
|
|
720520
|
+
scac: string | null;
|
|
720521
|
+
ocean_carrier_name: string | null;
|
|
720522
|
+
is_non_vessel_operator: boolean | null;
|
|
720523
|
+
is_shipping_line: boolean | null;
|
|
720524
|
+
} | null;
|
|
720525
|
+
carrier_airline: {
|
|
720526
|
+
is_active: boolean | null;
|
|
720527
|
+
id: string;
|
|
720528
|
+
logic_code: string | null;
|
|
720529
|
+
name: string | null;
|
|
720530
|
+
id_country: string | null;
|
|
720531
|
+
id_state: string | null;
|
|
720532
|
+
id_city: string | null;
|
|
720533
|
+
id_postal_code: string | null;
|
|
720534
|
+
code: string | null;
|
|
720535
|
+
address: string | null;
|
|
720536
|
+
created_at: Date | null;
|
|
720537
|
+
created_by: string | null;
|
|
720538
|
+
updated_at: Date | null;
|
|
720539
|
+
updated_by: string | null;
|
|
720540
|
+
id_un_locode: string | null;
|
|
720541
|
+
airline_num_code: string | null;
|
|
720542
|
+
airline_three_code: string | null;
|
|
720543
|
+
airline_two_code: string | null;
|
|
720544
|
+
short_airline_name: string | null;
|
|
720545
|
+
full_airline_name_1: string | null;
|
|
720546
|
+
full_airline_name_2: string | null;
|
|
720547
|
+
is_cass_controlled: boolean | null;
|
|
720548
|
+
is_iata_member: boolean | null;
|
|
720549
|
+
is_ata_member: boolean | null;
|
|
720550
|
+
is_sita_member: boolean | null;
|
|
720551
|
+
is_arinc_member: boolean | null;
|
|
720552
|
+
is_signed_e_awb: boolean | null;
|
|
720553
|
+
} | null;
|
|
720554
|
+
load_port_un_locode: {
|
|
720555
|
+
is_active: boolean | null;
|
|
720556
|
+
id: string;
|
|
720557
|
+
logic_code: string | null;
|
|
720558
|
+
id_country: string | null;
|
|
720559
|
+
id_state: string | null;
|
|
720560
|
+
id_city: string | null;
|
|
720561
|
+
created_at: Date | null;
|
|
720562
|
+
created_by: string | null;
|
|
720563
|
+
updated_at: Date | null;
|
|
720564
|
+
updated_by: string | null;
|
|
720565
|
+
id_time_zone: string | null;
|
|
720566
|
+
un_code: string | null;
|
|
720567
|
+
iata_code: string | null;
|
|
720568
|
+
iata_region_code: string | null;
|
|
720569
|
+
latitude: Decimal | null;
|
|
720570
|
+
longitude: Decimal | null;
|
|
720571
|
+
port_name: string | null;
|
|
720572
|
+
proper_name: string | null;
|
|
720573
|
+
has_post: boolean | null;
|
|
720574
|
+
has_customs: boolean | null;
|
|
720575
|
+
has_unload: boolean | null;
|
|
720576
|
+
has_airport: boolean | null;
|
|
720577
|
+
has_railway: boolean | null;
|
|
720578
|
+
has_road: boolean | null;
|
|
720579
|
+
has_store: boolean | null;
|
|
720580
|
+
has_terminal: boolean | null;
|
|
720581
|
+
has_discharge: boolean | null;
|
|
720582
|
+
has_seaport: boolean | null;
|
|
720583
|
+
has_outport: boolean | null;
|
|
720584
|
+
} | null;
|
|
720585
|
+
discharge_port_un_locode: {
|
|
720586
|
+
is_active: boolean | null;
|
|
720587
|
+
id: string;
|
|
720588
|
+
logic_code: string | null;
|
|
720589
|
+
id_country: string | null;
|
|
720590
|
+
id_state: string | null;
|
|
720591
|
+
id_city: string | null;
|
|
720592
|
+
created_at: Date | null;
|
|
720593
|
+
created_by: string | null;
|
|
720594
|
+
updated_at: Date | null;
|
|
720595
|
+
updated_by: string | null;
|
|
720596
|
+
id_time_zone: string | null;
|
|
720597
|
+
un_code: string | null;
|
|
720598
|
+
iata_code: string | null;
|
|
720599
|
+
iata_region_code: string | null;
|
|
720600
|
+
latitude: Decimal | null;
|
|
720601
|
+
longitude: Decimal | null;
|
|
720602
|
+
port_name: string | null;
|
|
720603
|
+
proper_name: string | null;
|
|
720604
|
+
has_post: boolean | null;
|
|
720605
|
+
has_customs: boolean | null;
|
|
720606
|
+
has_unload: boolean | null;
|
|
720607
|
+
has_airport: boolean | null;
|
|
720608
|
+
has_railway: boolean | null;
|
|
720609
|
+
has_road: boolean | null;
|
|
720610
|
+
has_store: boolean | null;
|
|
720611
|
+
has_terminal: boolean | null;
|
|
720612
|
+
has_discharge: boolean | null;
|
|
720613
|
+
has_seaport: boolean | null;
|
|
720614
|
+
has_outport: boolean | null;
|
|
720615
|
+
} | null;
|
|
720616
|
+
vessel: {
|
|
720617
|
+
is_active: boolean | null;
|
|
720618
|
+
id: string;
|
|
720619
|
+
name: string | null;
|
|
720620
|
+
id_country: string | null;
|
|
720621
|
+
created_at: Date | null;
|
|
720622
|
+
created_by: string | null;
|
|
720623
|
+
updated_at: Date | null;
|
|
720624
|
+
updated_by: string | null;
|
|
720625
|
+
id_shipping_provider: string | null;
|
|
720626
|
+
id_vessel_consortium: string | null;
|
|
720627
|
+
id_vessel_type: string | null;
|
|
720628
|
+
imo_code: string | null;
|
|
720629
|
+
agent_code: string | null;
|
|
720630
|
+
radio_call_sign: string | null;
|
|
720631
|
+
cargo_carrier_code: string | null;
|
|
720632
|
+
net_register_ton: Decimal | null;
|
|
720633
|
+
} | null;
|
|
720634
|
+
is_active: boolean | null;
|
|
720635
|
+
id: string;
|
|
720636
|
+
logic_code: string | null;
|
|
720637
|
+
name: string | null;
|
|
720638
|
+
code: string | null;
|
|
720639
|
+
created_at: Date | null;
|
|
720640
|
+
created_by: string | null;
|
|
720641
|
+
updated_at: Date | null;
|
|
720642
|
+
updated_by: string | null;
|
|
720643
|
+
id_transport_mode: string | null;
|
|
720644
|
+
id_forwarding_consol: string | null;
|
|
720645
|
+
id_vessel: string | null;
|
|
720646
|
+
id_load_port: string | null;
|
|
720647
|
+
id_discharge_port: string | null;
|
|
720648
|
+
id_carrier_shipping_line: string | null;
|
|
720649
|
+
id_carrier_airline: string | null;
|
|
720650
|
+
trip_number: string | null;
|
|
720651
|
+
aircraft_type: string | null;
|
|
720652
|
+
aircraft_registration: string | null;
|
|
720653
|
+
estimated_departure: Date | null;
|
|
720654
|
+
estimated_arrival: Date | null;
|
|
720655
|
+
actual_departure: Date | null;
|
|
720656
|
+
actual_arrival: Date | null;
|
|
720657
|
+
}[];
|
|
720658
|
+
forwarding_consol_containers: {
|
|
720659
|
+
container_shipping_type: {
|
|
720660
|
+
is_active: boolean | null;
|
|
720661
|
+
id: string;
|
|
720662
|
+
logic_code: string | null;
|
|
720663
|
+
name: string | null;
|
|
720664
|
+
code: string | null;
|
|
720665
|
+
created_at: Date | null;
|
|
720666
|
+
created_by: string | null;
|
|
720667
|
+
updated_at: Date | null;
|
|
720668
|
+
updated_by: string | null;
|
|
720669
|
+
} | null;
|
|
720670
|
+
forwarding_consol_container_seals: {
|
|
720671
|
+
consol_container_seal_by: {
|
|
720672
|
+
is_active: boolean | null;
|
|
720673
|
+
id: string;
|
|
720674
|
+
logic_code: string | null;
|
|
720675
|
+
name: string | null;
|
|
720676
|
+
code: string | null;
|
|
720677
|
+
created_at: Date | null;
|
|
720678
|
+
created_by: string | null;
|
|
720679
|
+
updated_at: Date | null;
|
|
720680
|
+
updated_by: string | null;
|
|
720681
|
+
} | null;
|
|
720682
|
+
is_active: boolean | null;
|
|
720683
|
+
id: string;
|
|
720684
|
+
logic_code: string | null;
|
|
720685
|
+
created_at: Date | null;
|
|
720686
|
+
created_by: string | null;
|
|
720687
|
+
updated_at: Date | null;
|
|
720688
|
+
updated_by: string | null;
|
|
720689
|
+
id_forwarding_consol_container: string | null;
|
|
720690
|
+
id_seal_by: string | null;
|
|
720691
|
+
seal_number: string | null;
|
|
720692
|
+
}[];
|
|
720693
|
+
container_type: {
|
|
720694
|
+
is_active: boolean | null;
|
|
720695
|
+
id: string;
|
|
720696
|
+
logic_code: string | null;
|
|
720697
|
+
name: string | null;
|
|
720698
|
+
code: string | null;
|
|
720699
|
+
created_at: Date | null;
|
|
720700
|
+
created_by: string | null;
|
|
720701
|
+
updated_at: Date | null;
|
|
720702
|
+
updated_by: string | null;
|
|
720703
|
+
} | null;
|
|
720704
|
+
container_delivery_mode: {
|
|
720705
|
+
is_active: boolean | null;
|
|
720706
|
+
id: string;
|
|
720707
|
+
logic_code: string | null;
|
|
720708
|
+
name: string | null;
|
|
720709
|
+
code: string | null;
|
|
720710
|
+
created_at: Date | null;
|
|
720711
|
+
created_by: string | null;
|
|
720712
|
+
updated_at: Date | null;
|
|
720713
|
+
updated_by: string | null;
|
|
720714
|
+
} | null;
|
|
720715
|
+
is_active: boolean | null;
|
|
720716
|
+
id: string;
|
|
720717
|
+
logic_code: string | null;
|
|
720718
|
+
created_at: Date | null;
|
|
720719
|
+
created_by: string | null;
|
|
720720
|
+
updated_at: Date | null;
|
|
720721
|
+
updated_by: string | null;
|
|
720722
|
+
id_container_shipping_type: string | null;
|
|
720723
|
+
id_type: string | null;
|
|
720724
|
+
id_forwarding_consol: string | null;
|
|
720725
|
+
id_delivery_mode: string | null;
|
|
720726
|
+
container_number: string | null;
|
|
720727
|
+
}[];
|
|
720728
|
+
container_shipping_types: {
|
|
720729
|
+
is_active: boolean | null;
|
|
720730
|
+
id: string;
|
|
720731
|
+
logic_code: string | null;
|
|
720732
|
+
name: string | null;
|
|
720733
|
+
code: string | null;
|
|
720734
|
+
created_at: Date | null;
|
|
720735
|
+
created_by: string | null;
|
|
720736
|
+
updated_at: Date | null;
|
|
720737
|
+
updated_by: string | null;
|
|
720738
|
+
} | null;
|
|
720739
|
+
forwarding_consol_type: {
|
|
720740
|
+
is_active: boolean | null;
|
|
720741
|
+
id: string;
|
|
720742
|
+
logic_code: string | null;
|
|
720743
|
+
name: string | null;
|
|
720744
|
+
code: string | null;
|
|
720745
|
+
created_at: Date | null;
|
|
720746
|
+
created_by: string | null;
|
|
720747
|
+
updated_at: Date | null;
|
|
720748
|
+
updated_by: string | null;
|
|
720749
|
+
} | null;
|
|
720750
|
+
payment_type: {
|
|
720751
|
+
is_active: boolean | null;
|
|
720752
|
+
id: string;
|
|
720753
|
+
logic_code: string | null;
|
|
720754
|
+
name: string | null;
|
|
720755
|
+
code: string | null;
|
|
720756
|
+
created_at: Date | null;
|
|
720757
|
+
created_by: string | null;
|
|
720758
|
+
updated_at: Date | null;
|
|
720759
|
+
updated_by: string | null;
|
|
720760
|
+
} | null;
|
|
720761
|
+
sending_agent: {
|
|
720762
|
+
is_active: boolean | null;
|
|
720763
|
+
id: string;
|
|
720764
|
+
logic_code: string | null;
|
|
720765
|
+
name: string | null;
|
|
720766
|
+
id_country: string | null;
|
|
720767
|
+
id_state: string | null;
|
|
720768
|
+
id_city: string | null;
|
|
720769
|
+
id_postal_code: string | null;
|
|
720770
|
+
id_company: string | null;
|
|
720771
|
+
id_branch: string | null;
|
|
720772
|
+
code: string | null;
|
|
720773
|
+
created_at: Date | null;
|
|
720774
|
+
created_by: string | null;
|
|
720775
|
+
updated_at: Date | null;
|
|
720776
|
+
updated_by: string | null;
|
|
720777
|
+
id_un_locode: string | null;
|
|
720778
|
+
email: string | null;
|
|
720779
|
+
id_business_category: string | null;
|
|
720780
|
+
id_controlling_branch: string | null;
|
|
720781
|
+
id_airline: string | null;
|
|
720782
|
+
id_shipping_line: string | null;
|
|
720783
|
+
phone: string | null;
|
|
720784
|
+
website_url: string | null;
|
|
720785
|
+
company_number: string | null;
|
|
720786
|
+
company_tax_number: string | null;
|
|
720787
|
+
} | null;
|
|
720788
|
+
sending_agent_address: {
|
|
720789
|
+
is_active: boolean | null;
|
|
720790
|
+
id: string;
|
|
720791
|
+
logic_code: string | null;
|
|
720792
|
+
id_country: string | null;
|
|
720793
|
+
id_state: string | null;
|
|
720794
|
+
id_city: string | null;
|
|
720795
|
+
id_postal_code: string | null;
|
|
720796
|
+
code: string | null;
|
|
720797
|
+
address: string | null;
|
|
720798
|
+
mobile_phone: string | null;
|
|
720799
|
+
created_at: Date | null;
|
|
720800
|
+
created_by: string | null;
|
|
720801
|
+
updated_at: Date | null;
|
|
720802
|
+
updated_by: string | null;
|
|
720803
|
+
id_un_locode: string | null;
|
|
720804
|
+
email: string | null;
|
|
720805
|
+
id_organization: string | null;
|
|
720806
|
+
phone: string | null;
|
|
720807
|
+
fax: string | null;
|
|
720808
|
+
} | null;
|
|
720809
|
+
receiving_agent: {
|
|
720810
|
+
is_active: boolean | null;
|
|
720811
|
+
id: string;
|
|
720812
|
+
logic_code: string | null;
|
|
720813
|
+
name: string | null;
|
|
720814
|
+
id_country: string | null;
|
|
720815
|
+
id_state: string | null;
|
|
720816
|
+
id_city: string | null;
|
|
720817
|
+
id_postal_code: string | null;
|
|
720818
|
+
id_company: string | null;
|
|
720819
|
+
id_branch: string | null;
|
|
720820
|
+
code: string | null;
|
|
720821
|
+
created_at: Date | null;
|
|
720822
|
+
created_by: string | null;
|
|
720823
|
+
updated_at: Date | null;
|
|
720824
|
+
updated_by: string | null;
|
|
720825
|
+
id_un_locode: string | null;
|
|
720826
|
+
email: string | null;
|
|
720827
|
+
id_business_category: string | null;
|
|
720828
|
+
id_controlling_branch: string | null;
|
|
720829
|
+
id_airline: string | null;
|
|
720830
|
+
id_shipping_line: string | null;
|
|
720831
|
+
phone: string | null;
|
|
720832
|
+
website_url: string | null;
|
|
720833
|
+
company_number: string | null;
|
|
720834
|
+
company_tax_number: string | null;
|
|
720835
|
+
} | null;
|
|
720836
|
+
receiving_agent_address: {
|
|
720837
|
+
is_active: boolean | null;
|
|
720838
|
+
id: string;
|
|
720839
|
+
logic_code: string | null;
|
|
720840
|
+
id_country: string | null;
|
|
720841
|
+
id_state: string | null;
|
|
720842
|
+
id_city: string | null;
|
|
720843
|
+
id_postal_code: string | null;
|
|
720844
|
+
code: string | null;
|
|
720845
|
+
address: string | null;
|
|
720846
|
+
mobile_phone: string | null;
|
|
720847
|
+
created_at: Date | null;
|
|
720848
|
+
created_by: string | null;
|
|
720849
|
+
updated_at: Date | null;
|
|
720850
|
+
updated_by: string | null;
|
|
720851
|
+
id_un_locode: string | null;
|
|
720852
|
+
email: string | null;
|
|
720853
|
+
id_organization: string | null;
|
|
720854
|
+
phone: string | null;
|
|
720855
|
+
fax: string | null;
|
|
720856
|
+
} | null;
|
|
720857
|
+
carrier_shipping_line: {
|
|
720858
|
+
is_active: boolean | null;
|
|
720859
|
+
id: string;
|
|
720860
|
+
logic_code: string | null;
|
|
720861
|
+
name: string | null;
|
|
720862
|
+
id_country: string | null;
|
|
720863
|
+
id_state: string | null;
|
|
720864
|
+
id_city: string | null;
|
|
720865
|
+
id_postal_code: string | null;
|
|
720866
|
+
code: string | null;
|
|
720867
|
+
address: string | null;
|
|
720868
|
+
created_at: Date | null;
|
|
720869
|
+
created_by: string | null;
|
|
720870
|
+
updated_at: Date | null;
|
|
720871
|
+
updated_by: string | null;
|
|
720872
|
+
id_un_locode: string | null;
|
|
720873
|
+
scac: string | null;
|
|
720874
|
+
ocean_carrier_name: string | null;
|
|
720875
|
+
is_non_vessel_operator: boolean | null;
|
|
720876
|
+
is_shipping_line: boolean | null;
|
|
720877
|
+
} | null;
|
|
720878
|
+
carrier_airline: {
|
|
720879
|
+
is_active: boolean | null;
|
|
720880
|
+
id: string;
|
|
720881
|
+
logic_code: string | null;
|
|
720882
|
+
name: string | null;
|
|
720883
|
+
id_country: string | null;
|
|
720884
|
+
id_state: string | null;
|
|
720885
|
+
id_city: string | null;
|
|
720886
|
+
id_postal_code: string | null;
|
|
720887
|
+
code: string | null;
|
|
720888
|
+
address: string | null;
|
|
720889
|
+
created_at: Date | null;
|
|
720890
|
+
created_by: string | null;
|
|
720891
|
+
updated_at: Date | null;
|
|
720892
|
+
updated_by: string | null;
|
|
720893
|
+
id_un_locode: string | null;
|
|
720894
|
+
airline_num_code: string | null;
|
|
720895
|
+
airline_three_code: string | null;
|
|
720896
|
+
airline_two_code: string | null;
|
|
720897
|
+
short_airline_name: string | null;
|
|
720898
|
+
full_airline_name_1: string | null;
|
|
720899
|
+
full_airline_name_2: string | null;
|
|
720900
|
+
is_cass_controlled: boolean | null;
|
|
720901
|
+
is_iata_member: boolean | null;
|
|
720902
|
+
is_ata_member: boolean | null;
|
|
720903
|
+
is_sita_member: boolean | null;
|
|
720904
|
+
is_arinc_member: boolean | null;
|
|
720905
|
+
is_signed_e_awb: boolean | null;
|
|
720906
|
+
} | null;
|
|
720907
|
+
creditor_origin: {
|
|
720908
|
+
is_active: boolean | null;
|
|
720909
|
+
id: string;
|
|
720910
|
+
logic_code: string | null;
|
|
720911
|
+
name: string | null;
|
|
720912
|
+
id_country: string | null;
|
|
720913
|
+
id_state: string | null;
|
|
720914
|
+
id_city: string | null;
|
|
720915
|
+
id_postal_code: string | null;
|
|
720916
|
+
id_company: string | null;
|
|
720917
|
+
id_branch: string | null;
|
|
720918
|
+
code: string | null;
|
|
720919
|
+
created_at: Date | null;
|
|
720920
|
+
created_by: string | null;
|
|
720921
|
+
updated_at: Date | null;
|
|
720922
|
+
updated_by: string | null;
|
|
720923
|
+
id_un_locode: string | null;
|
|
720924
|
+
email: string | null;
|
|
720925
|
+
id_business_category: string | null;
|
|
720926
|
+
id_controlling_branch: string | null;
|
|
720927
|
+
id_airline: string | null;
|
|
720928
|
+
id_shipping_line: string | null;
|
|
720929
|
+
phone: string | null;
|
|
720930
|
+
website_url: string | null;
|
|
720931
|
+
company_number: string | null;
|
|
720932
|
+
company_tax_number: string | null;
|
|
720933
|
+
} | null;
|
|
720934
|
+
creditor_origin_address: {
|
|
720935
|
+
is_active: boolean | null;
|
|
720936
|
+
id: string;
|
|
720937
|
+
logic_code: string | null;
|
|
720938
|
+
id_country: string | null;
|
|
720939
|
+
id_state: string | null;
|
|
720940
|
+
id_city: string | null;
|
|
720941
|
+
id_postal_code: string | null;
|
|
720942
|
+
code: string | null;
|
|
720943
|
+
address: string | null;
|
|
720944
|
+
mobile_phone: string | null;
|
|
720945
|
+
created_at: Date | null;
|
|
720946
|
+
created_by: string | null;
|
|
720947
|
+
updated_at: Date | null;
|
|
720948
|
+
updated_by: string | null;
|
|
720949
|
+
id_un_locode: string | null;
|
|
720950
|
+
email: string | null;
|
|
720951
|
+
id_organization: string | null;
|
|
720952
|
+
phone: string | null;
|
|
720953
|
+
fax: string | null;
|
|
720954
|
+
} | null;
|
|
720955
|
+
creditor_destination: {
|
|
720956
|
+
is_active: boolean | null;
|
|
720957
|
+
id: string;
|
|
720958
|
+
logic_code: string | null;
|
|
720959
|
+
name: string | null;
|
|
720960
|
+
id_country: string | null;
|
|
720961
|
+
id_state: string | null;
|
|
720962
|
+
id_city: string | null;
|
|
720963
|
+
id_postal_code: string | null;
|
|
720964
|
+
id_company: string | null;
|
|
720965
|
+
id_branch: string | null;
|
|
720966
|
+
code: string | null;
|
|
720967
|
+
created_at: Date | null;
|
|
720968
|
+
created_by: string | null;
|
|
720969
|
+
updated_at: Date | null;
|
|
720970
|
+
updated_by: string | null;
|
|
720971
|
+
id_un_locode: string | null;
|
|
720972
|
+
email: string | null;
|
|
720973
|
+
id_business_category: string | null;
|
|
720974
|
+
id_controlling_branch: string | null;
|
|
720975
|
+
id_airline: string | null;
|
|
720976
|
+
id_shipping_line: string | null;
|
|
720977
|
+
phone: string | null;
|
|
720978
|
+
website_url: string | null;
|
|
720979
|
+
company_number: string | null;
|
|
720980
|
+
company_tax_number: string | null;
|
|
720981
|
+
} | null;
|
|
720982
|
+
creditor_destination_address: {
|
|
720983
|
+
is_active: boolean | null;
|
|
720984
|
+
id: string;
|
|
720985
|
+
logic_code: string | null;
|
|
720986
|
+
id_country: string | null;
|
|
720987
|
+
id_state: string | null;
|
|
720988
|
+
id_city: string | null;
|
|
720989
|
+
id_postal_code: string | null;
|
|
720990
|
+
code: string | null;
|
|
720991
|
+
address: string | null;
|
|
720992
|
+
mobile_phone: string | null;
|
|
720993
|
+
created_at: Date | null;
|
|
720994
|
+
created_by: string | null;
|
|
720995
|
+
updated_at: Date | null;
|
|
720996
|
+
updated_by: string | null;
|
|
720997
|
+
id_un_locode: string | null;
|
|
720998
|
+
email: string | null;
|
|
720999
|
+
id_organization: string | null;
|
|
721000
|
+
phone: string | null;
|
|
721001
|
+
fax: string | null;
|
|
721002
|
+
} | null;
|
|
721003
|
+
is_active: boolean | null;
|
|
721004
|
+
id: string;
|
|
721005
|
+
logic_code: string | null;
|
|
721006
|
+
name: string | null;
|
|
721007
|
+
code: string | null;
|
|
721008
|
+
created_at: Date | null;
|
|
721009
|
+
created_by: string | null;
|
|
721010
|
+
updated_at: Date | null;
|
|
721011
|
+
updated_by: string | null;
|
|
721012
|
+
id_transport_mode: string | null;
|
|
721013
|
+
id_container_shipping_type: string | null;
|
|
721014
|
+
id_service_level: string | null;
|
|
721015
|
+
id_type: string | null;
|
|
721016
|
+
id_vessel: string | null;
|
|
721017
|
+
id_load_port: string | null;
|
|
721018
|
+
id_discharge_port: string | null;
|
|
721019
|
+
id_payment_type: string | null;
|
|
721020
|
+
id_sending_agent: string | null;
|
|
721021
|
+
id_sending_agent_address: string | null;
|
|
721022
|
+
id_receiving_agent: string | null;
|
|
721023
|
+
id_receiving_agent_address: string | null;
|
|
721024
|
+
id_carrier_shipping_line: string | null;
|
|
721025
|
+
id_carrier_airline: string | null;
|
|
721026
|
+
id_creditor_origin: string | null;
|
|
721027
|
+
id_creditor_origin_address: string | null;
|
|
721028
|
+
id_creditor_destination: string | null;
|
|
721029
|
+
id_creditor_destination_address: string | null;
|
|
721030
|
+
is_neutral_mawb: boolean | null;
|
|
721031
|
+
trip_number: string | null;
|
|
721032
|
+
aircraft_type: string | null;
|
|
721033
|
+
aircraft_registration: string | null;
|
|
721034
|
+
mawb_number: string | null;
|
|
721035
|
+
bol_number: string | null;
|
|
721036
|
+
carrier_booking_reference: string | null;
|
|
721037
|
+
agent_reference: string | null;
|
|
721038
|
+
estimated_departure: Date | null;
|
|
721039
|
+
estimated_arrival: Date | null;
|
|
721040
|
+
actual_departure: Date | null;
|
|
721041
|
+
actual_arrival: Date | null;
|
|
721042
|
+
consol_number: string | null;
|
|
721043
|
+
};
|
|
721044
|
+
};
|
|
721045
|
+
meta: object;
|
|
721046
|
+
}>;
|
|
721047
|
+
histories: BuiltRouter<{
|
|
721048
|
+
ctx: Context;
|
|
721049
|
+
meta: object;
|
|
721050
|
+
errorShape: DefaultErrorShape;
|
|
721051
|
+
transformer: false;
|
|
721052
|
+
}, DecorateCreateRouterOptions<{
|
|
721053
|
+
get: MutationProcedure<{
|
|
721054
|
+
input: {
|
|
721055
|
+
search?: string | null | undefined;
|
|
721056
|
+
take?: string | number | null | undefined;
|
|
721057
|
+
skip?: string | number | null | undefined;
|
|
721058
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
721059
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721060
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
721061
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
721062
|
+
ids_string_include?: string[] | null | undefined;
|
|
721063
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
721064
|
+
logic_codes_include?: string[] | null | undefined;
|
|
721065
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
721066
|
+
created_at?: {
|
|
721067
|
+
start_date?: string | null | undefined;
|
|
721068
|
+
end_date?: string | null | undefined;
|
|
721069
|
+
} | null | undefined;
|
|
721070
|
+
updated_at?: {
|
|
721071
|
+
start_date?: string | null | undefined;
|
|
721072
|
+
end_date?: string | null | undefined;
|
|
721073
|
+
} | null | undefined;
|
|
721074
|
+
order_by?: {
|
|
721075
|
+
field: string;
|
|
721076
|
+
direction: "asc" | "desc";
|
|
721077
|
+
} | null | undefined;
|
|
721078
|
+
order_bys?: {
|
|
721079
|
+
field: string;
|
|
721080
|
+
direction: "asc" | "desc";
|
|
721081
|
+
}[] | null | undefined;
|
|
721082
|
+
id_log_type?: string | number | bigint | null | undefined;
|
|
721083
|
+
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
721084
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
721085
|
+
ids_forwarding_consol?: (string | number | bigint)[] | null | undefined;
|
|
721086
|
+
};
|
|
721087
|
+
output: {
|
|
721088
|
+
data: {
|
|
721089
|
+
log_type: {
|
|
721090
|
+
is_active: boolean | null;
|
|
721091
|
+
id: string;
|
|
721092
|
+
logic_code: string | null;
|
|
721093
|
+
name: string | null;
|
|
721094
|
+
created_at: Date | null;
|
|
721095
|
+
created_by: string | null;
|
|
721096
|
+
updated_at: Date | null;
|
|
721097
|
+
updated_by: string | null;
|
|
721098
|
+
} | null;
|
|
721099
|
+
id: string;
|
|
721100
|
+
id_log_type: string | null;
|
|
721101
|
+
url: string | null;
|
|
721102
|
+
params: SimpleJson;
|
|
721103
|
+
action: string | null;
|
|
721104
|
+
action_by: string | null;
|
|
721105
|
+
action_id: string | null;
|
|
721106
|
+
action_at: Date | null;
|
|
721107
|
+
id_forwarding_consol: string | null;
|
|
721108
|
+
}[] | undefined;
|
|
721109
|
+
total: number | undefined;
|
|
721110
|
+
};
|
|
721111
|
+
meta: object;
|
|
721112
|
+
}>;
|
|
721113
|
+
getDetail: MutationProcedure<{
|
|
721114
|
+
input: {
|
|
721115
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
721116
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721117
|
+
id?: string | number | bigint | null | undefined;
|
|
721118
|
+
id_string?: string | null | undefined;
|
|
721119
|
+
logic_code?: string | null | undefined;
|
|
721120
|
+
};
|
|
721121
|
+
output: {
|
|
721122
|
+
data: {
|
|
721123
|
+
log_type: {
|
|
721124
|
+
is_active: boolean | null;
|
|
721125
|
+
id: string;
|
|
721126
|
+
logic_code: string | null;
|
|
721127
|
+
name: string | null;
|
|
721128
|
+
created_at: Date | null;
|
|
721129
|
+
created_by: string | null;
|
|
721130
|
+
updated_at: Date | null;
|
|
721131
|
+
updated_by: string | null;
|
|
721132
|
+
} | null;
|
|
721133
|
+
id: string;
|
|
721134
|
+
id_log_type: string | null;
|
|
721135
|
+
url: string | null;
|
|
721136
|
+
params: SimpleJson;
|
|
721137
|
+
action: string | null;
|
|
721138
|
+
action_by: string | null;
|
|
721139
|
+
action_id: string | null;
|
|
721140
|
+
action_at: Date | null;
|
|
721141
|
+
id_forwarding_consol: string | null;
|
|
721142
|
+
} | undefined;
|
|
721143
|
+
};
|
|
721144
|
+
meta: object;
|
|
721145
|
+
}>;
|
|
721146
|
+
}>>;
|
|
721147
|
+
create: MutationProcedure<{
|
|
721148
|
+
input: {
|
|
721149
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721150
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721151
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
721152
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721153
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
721154
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
721155
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
721156
|
+
id_service_level?: string | number | bigint | null | undefined;
|
|
721157
|
+
id_payment_type?: string | number | bigint | null | undefined;
|
|
721158
|
+
id_sending_agent?: string | number | bigint | null | undefined;
|
|
721159
|
+
id_sending_agent_address?: string | number | bigint | null | undefined;
|
|
721160
|
+
id_receiving_agent?: string | number | bigint | null | undefined;
|
|
721161
|
+
id_receiving_agent_address?: string | number | bigint | null | undefined;
|
|
721162
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
721163
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
721164
|
+
id_creditor_origin?: string | number | bigint | null | undefined;
|
|
721165
|
+
id_creditor_origin_address?: string | number | bigint | null | undefined;
|
|
721166
|
+
id_creditor_destination?: string | number | bigint | null | undefined;
|
|
721167
|
+
id_creditor_destination_address?: string | number | bigint | null | undefined;
|
|
721168
|
+
trip_number?: string | null | undefined;
|
|
721169
|
+
aircraft_type?: string | null | undefined;
|
|
721170
|
+
aircraft_registration?: string | null | undefined;
|
|
721171
|
+
mawb_number?: string | null | undefined;
|
|
721172
|
+
bol_number?: string | null | undefined;
|
|
721173
|
+
carrier_booking_reference?: string | null | undefined;
|
|
721174
|
+
agent_reference?: string | null | undefined;
|
|
721175
|
+
estimated_departure?: string | null | undefined;
|
|
721176
|
+
estimated_arrival?: string | null | undefined;
|
|
721177
|
+
actual_departure?: string | null | undefined;
|
|
721178
|
+
actual_arrival?: string | null | undefined;
|
|
721179
|
+
is_neutral_mawb?: string | number | boolean | null | undefined;
|
|
721180
|
+
};
|
|
721181
|
+
output: {
|
|
721182
|
+
data: {
|
|
721183
|
+
is_active: boolean | null;
|
|
721184
|
+
id: string;
|
|
721185
|
+
logic_code: string | null;
|
|
721186
|
+
name: string | null;
|
|
721187
|
+
code: string | null;
|
|
721188
|
+
created_at: Date | null;
|
|
721189
|
+
created_by: string | null;
|
|
721190
|
+
updated_at: Date | null;
|
|
721191
|
+
updated_by: string | null;
|
|
721192
|
+
id_transport_mode: string | null;
|
|
721193
|
+
id_container_shipping_type: string | null;
|
|
721194
|
+
id_service_level: string | null;
|
|
721195
|
+
id_type: string | null;
|
|
721196
|
+
id_vessel: string | null;
|
|
721197
|
+
id_load_port: string | null;
|
|
721198
|
+
id_discharge_port: string | null;
|
|
721199
|
+
id_payment_type: string | null;
|
|
721200
|
+
id_sending_agent: string | null;
|
|
721201
|
+
id_sending_agent_address: string | null;
|
|
721202
|
+
id_receiving_agent: string | null;
|
|
721203
|
+
id_receiving_agent_address: string | null;
|
|
721204
|
+
id_carrier_shipping_line: string | null;
|
|
721205
|
+
id_carrier_airline: string | null;
|
|
721206
|
+
id_creditor_origin: string | null;
|
|
721207
|
+
id_creditor_origin_address: string | null;
|
|
721208
|
+
id_creditor_destination: string | null;
|
|
721209
|
+
id_creditor_destination_address: string | null;
|
|
721210
|
+
is_neutral_mawb: boolean | null;
|
|
721211
|
+
trip_number: string | null;
|
|
721212
|
+
aircraft_type: string | null;
|
|
721213
|
+
aircraft_registration: string | null;
|
|
721214
|
+
mawb_number: string | null;
|
|
721215
|
+
bol_number: string | null;
|
|
721216
|
+
carrier_booking_reference: string | null;
|
|
721217
|
+
agent_reference: string | null;
|
|
721218
|
+
estimated_departure: Date | null;
|
|
721219
|
+
estimated_arrival: Date | null;
|
|
721220
|
+
actual_departure: Date | null;
|
|
721221
|
+
actual_arrival: Date | null;
|
|
721222
|
+
consol_number: string | null;
|
|
721223
|
+
};
|
|
721224
|
+
log: {
|
|
721225
|
+
data: {
|
|
721226
|
+
id: string;
|
|
721227
|
+
id_log_type: string | null;
|
|
721228
|
+
url: string | null;
|
|
721229
|
+
params: SimpleJson;
|
|
721230
|
+
action: string | null;
|
|
721231
|
+
action_by: string | null;
|
|
721232
|
+
action_id: string | null;
|
|
721233
|
+
action_at: Date | null;
|
|
721234
|
+
id_forwarding_consol: string | null;
|
|
721235
|
+
} | undefined;
|
|
721236
|
+
};
|
|
721237
|
+
} | undefined;
|
|
721238
|
+
meta: object;
|
|
721239
|
+
}>;
|
|
721240
|
+
update: MutationProcedure<{
|
|
721241
|
+
input: {
|
|
721242
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721243
|
+
id?: string | number | bigint | null | undefined;
|
|
721244
|
+
id_string?: string | null | undefined;
|
|
721245
|
+
logic_code?: string | null | undefined;
|
|
721246
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721247
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721248
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
721249
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721250
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
721251
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
721252
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
721253
|
+
id_service_level?: string | number | bigint | null | undefined;
|
|
721254
|
+
id_payment_type?: string | number | bigint | null | undefined;
|
|
721255
|
+
id_sending_agent?: string | number | bigint | null | undefined;
|
|
721256
|
+
id_sending_agent_address?: string | number | bigint | null | undefined;
|
|
721257
|
+
id_receiving_agent?: string | number | bigint | null | undefined;
|
|
721258
|
+
id_receiving_agent_address?: string | number | bigint | null | undefined;
|
|
721259
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
721260
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
721261
|
+
id_creditor_origin?: string | number | bigint | null | undefined;
|
|
721262
|
+
id_creditor_origin_address?: string | number | bigint | null | undefined;
|
|
721263
|
+
id_creditor_destination?: string | number | bigint | null | undefined;
|
|
721264
|
+
id_creditor_destination_address?: string | number | bigint | null | undefined;
|
|
721265
|
+
trip_number?: string | null | undefined;
|
|
721266
|
+
aircraft_type?: string | null | undefined;
|
|
721267
|
+
aircraft_registration?: string | null | undefined;
|
|
721268
|
+
mawb_number?: string | null | undefined;
|
|
721269
|
+
bol_number?: string | null | undefined;
|
|
721270
|
+
carrier_booking_reference?: string | null | undefined;
|
|
721271
|
+
agent_reference?: string | null | undefined;
|
|
721272
|
+
estimated_departure?: string | null | undefined;
|
|
721273
|
+
estimated_arrival?: string | null | undefined;
|
|
721274
|
+
actual_departure?: string | null | undefined;
|
|
721275
|
+
actual_arrival?: string | null | undefined;
|
|
721276
|
+
is_neutral_mawb?: string | number | boolean | null | undefined;
|
|
721277
|
+
};
|
|
721278
|
+
output: {
|
|
721279
|
+
data: {
|
|
721280
|
+
is_active: boolean | null;
|
|
721281
|
+
id: string;
|
|
721282
|
+
logic_code: string | null;
|
|
721283
|
+
name: string | null;
|
|
721284
|
+
code: string | null;
|
|
721285
|
+
created_at: Date | null;
|
|
721286
|
+
created_by: string | null;
|
|
721287
|
+
updated_at: Date | null;
|
|
721288
|
+
updated_by: string | null;
|
|
721289
|
+
id_transport_mode: string | null;
|
|
721290
|
+
id_container_shipping_type: string | null;
|
|
721291
|
+
id_service_level: string | null;
|
|
721292
|
+
id_type: string | null;
|
|
721293
|
+
id_vessel: string | null;
|
|
721294
|
+
id_load_port: string | null;
|
|
721295
|
+
id_discharge_port: string | null;
|
|
721296
|
+
id_payment_type: string | null;
|
|
721297
|
+
id_sending_agent: string | null;
|
|
721298
|
+
id_sending_agent_address: string | null;
|
|
721299
|
+
id_receiving_agent: string | null;
|
|
721300
|
+
id_receiving_agent_address: string | null;
|
|
721301
|
+
id_carrier_shipping_line: string | null;
|
|
721302
|
+
id_carrier_airline: string | null;
|
|
721303
|
+
id_creditor_origin: string | null;
|
|
721304
|
+
id_creditor_origin_address: string | null;
|
|
721305
|
+
id_creditor_destination: string | null;
|
|
721306
|
+
id_creditor_destination_address: string | null;
|
|
721307
|
+
is_neutral_mawb: boolean | null;
|
|
721308
|
+
trip_number: string | null;
|
|
721309
|
+
aircraft_type: string | null;
|
|
721310
|
+
aircraft_registration: string | null;
|
|
721311
|
+
mawb_number: string | null;
|
|
721312
|
+
bol_number: string | null;
|
|
721313
|
+
carrier_booking_reference: string | null;
|
|
721314
|
+
agent_reference: string | null;
|
|
721315
|
+
estimated_departure: Date | null;
|
|
721316
|
+
estimated_arrival: Date | null;
|
|
721317
|
+
actual_departure: Date | null;
|
|
721318
|
+
actual_arrival: Date | null;
|
|
721319
|
+
consol_number: string | null;
|
|
721320
|
+
};
|
|
721321
|
+
log: {
|
|
721322
|
+
data: {
|
|
721323
|
+
id: string;
|
|
721324
|
+
id_log_type: string | null;
|
|
721325
|
+
url: string | null;
|
|
721326
|
+
params: SimpleJson;
|
|
721327
|
+
action: string | null;
|
|
721328
|
+
action_by: string | null;
|
|
721329
|
+
action_id: string | null;
|
|
721330
|
+
action_at: Date | null;
|
|
721331
|
+
id_forwarding_consol: string | null;
|
|
721332
|
+
} | undefined;
|
|
721333
|
+
};
|
|
721334
|
+
} | undefined;
|
|
721335
|
+
meta: object;
|
|
721336
|
+
}>;
|
|
721337
|
+
delete: MutationProcedure<{
|
|
721338
|
+
input: {
|
|
721339
|
+
id?: string | number | bigint | null | undefined;
|
|
721340
|
+
ids?: (string | number | bigint)[] | null | undefined;
|
|
721341
|
+
id_string?: string | null | undefined;
|
|
721342
|
+
ids_string?: string[] | null | undefined;
|
|
721343
|
+
};
|
|
721344
|
+
output: {
|
|
721345
|
+
data: ({
|
|
721346
|
+
is_active: boolean | null;
|
|
721347
|
+
id: string;
|
|
721348
|
+
logic_code: string | null;
|
|
721349
|
+
name: string | null;
|
|
721350
|
+
code: string | null;
|
|
721351
|
+
created_at: Date | null;
|
|
721352
|
+
created_by: string | null;
|
|
721353
|
+
updated_at: Date | null;
|
|
721354
|
+
updated_by: string | null;
|
|
721355
|
+
id_transport_mode: string | null;
|
|
721356
|
+
id_container_shipping_type: string | null;
|
|
721357
|
+
id_service_level: string | null;
|
|
721358
|
+
id_type: string | null;
|
|
721359
|
+
id_vessel: string | null;
|
|
721360
|
+
id_load_port: string | null;
|
|
721361
|
+
id_discharge_port: string | null;
|
|
721362
|
+
id_payment_type: string | null;
|
|
721363
|
+
id_sending_agent: string | null;
|
|
721364
|
+
id_sending_agent_address: string | null;
|
|
721365
|
+
id_receiving_agent: string | null;
|
|
721366
|
+
id_receiving_agent_address: string | null;
|
|
721367
|
+
id_carrier_shipping_line: string | null;
|
|
721368
|
+
id_carrier_airline: string | null;
|
|
721369
|
+
id_creditor_origin: string | null;
|
|
721370
|
+
id_creditor_origin_address: string | null;
|
|
721371
|
+
id_creditor_destination: string | null;
|
|
721372
|
+
id_creditor_destination_address: string | null;
|
|
721373
|
+
is_neutral_mawb: boolean | null;
|
|
721374
|
+
trip_number: string | null;
|
|
721375
|
+
aircraft_type: string | null;
|
|
721376
|
+
aircraft_registration: string | null;
|
|
721377
|
+
mawb_number: string | null;
|
|
721378
|
+
bol_number: string | null;
|
|
721379
|
+
carrier_booking_reference: string | null;
|
|
721380
|
+
agent_reference: string | null;
|
|
721381
|
+
estimated_departure: Date | null;
|
|
721382
|
+
estimated_arrival: Date | null;
|
|
721383
|
+
actual_departure: Date | null;
|
|
721384
|
+
actual_arrival: Date | null;
|
|
721385
|
+
consol_number: string | null;
|
|
721386
|
+
} | undefined)[] | undefined;
|
|
721387
|
+
} | undefined;
|
|
721388
|
+
meta: object;
|
|
721389
|
+
}>;
|
|
721390
|
+
forwardingConsolContainers: BuiltRouter<{
|
|
721391
|
+
ctx: Context;
|
|
721392
|
+
meta: object;
|
|
721393
|
+
errorShape: DefaultErrorShape;
|
|
721394
|
+
transformer: false;
|
|
721395
|
+
}, DecorateCreateRouterOptions<{
|
|
721396
|
+
get: MutationProcedure<{
|
|
721397
|
+
input: {
|
|
721398
|
+
search?: string | null | undefined;
|
|
721399
|
+
take?: string | number | null | undefined;
|
|
721400
|
+
skip?: string | number | null | undefined;
|
|
721401
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
721402
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721403
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
721404
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
721405
|
+
ids_string_include?: string[] | null | undefined;
|
|
721406
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
721407
|
+
logic_codes_include?: string[] | null | undefined;
|
|
721408
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
721409
|
+
created_at?: {
|
|
721410
|
+
start_date?: string | null | undefined;
|
|
721411
|
+
end_date?: string | null | undefined;
|
|
721412
|
+
} | null | undefined;
|
|
721413
|
+
updated_at?: {
|
|
721414
|
+
start_date?: string | null | undefined;
|
|
721415
|
+
end_date?: string | null | undefined;
|
|
721416
|
+
} | null | undefined;
|
|
721417
|
+
order_by?: {
|
|
721418
|
+
field: string;
|
|
721419
|
+
direction: "asc" | "desc";
|
|
721420
|
+
} | null | undefined;
|
|
721421
|
+
order_bys?: {
|
|
721422
|
+
field: string;
|
|
721423
|
+
direction: "asc" | "desc";
|
|
721424
|
+
}[] | null | undefined;
|
|
721425
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
721426
|
+
ids_forwarding_consol?: (string | number | bigint)[] | null | undefined;
|
|
721427
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721428
|
+
ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
|
|
721429
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
721430
|
+
ids_delivery_mode?: (string | number | bigint)[] | null | undefined;
|
|
721431
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721432
|
+
ids_type?: (string | number | bigint)[] | null | undefined;
|
|
721433
|
+
};
|
|
721434
|
+
output: {
|
|
721435
|
+
data: {
|
|
721436
|
+
container_shipping_type: {
|
|
721437
|
+
is_active: boolean | null;
|
|
721438
|
+
id: string;
|
|
721439
|
+
logic_code: string | null;
|
|
721440
|
+
name: string | null;
|
|
721441
|
+
code: string | null;
|
|
721442
|
+
created_at: Date | null;
|
|
721443
|
+
created_by: string | null;
|
|
721444
|
+
updated_at: Date | null;
|
|
721445
|
+
updated_by: string | null;
|
|
721446
|
+
} | null;
|
|
721447
|
+
forwarding_consol_container_seals: {
|
|
721448
|
+
consol_container_seal_by: {
|
|
721449
|
+
is_active: boolean | null;
|
|
721450
|
+
id: string;
|
|
721451
|
+
logic_code: string | null;
|
|
721452
|
+
name: string | null;
|
|
721453
|
+
code: string | null;
|
|
721454
|
+
created_at: Date | null;
|
|
721455
|
+
created_by: string | null;
|
|
721456
|
+
updated_at: Date | null;
|
|
721457
|
+
updated_by: string | null;
|
|
721458
|
+
} | null;
|
|
721459
|
+
is_active: boolean | null;
|
|
721460
|
+
id: string;
|
|
721461
|
+
logic_code: string | null;
|
|
721462
|
+
created_at: Date | null;
|
|
721463
|
+
created_by: string | null;
|
|
721464
|
+
updated_at: Date | null;
|
|
721465
|
+
updated_by: string | null;
|
|
721466
|
+
id_forwarding_consol_container: string | null;
|
|
721467
|
+
id_seal_by: string | null;
|
|
721468
|
+
seal_number: string | null;
|
|
721469
|
+
}[];
|
|
721470
|
+
forwarding_consol: {
|
|
721471
|
+
is_active: boolean | null;
|
|
721472
|
+
id: string;
|
|
721473
|
+
logic_code: string | null;
|
|
721474
|
+
name: string | null;
|
|
721475
|
+
code: string | null;
|
|
721476
|
+
created_at: Date | null;
|
|
721477
|
+
created_by: string | null;
|
|
721478
|
+
updated_at: Date | null;
|
|
721479
|
+
updated_by: string | null;
|
|
721480
|
+
id_transport_mode: string | null;
|
|
721481
|
+
id_container_shipping_type: string | null;
|
|
721482
|
+
id_service_level: string | null;
|
|
721483
|
+
id_type: string | null;
|
|
721484
|
+
id_vessel: string | null;
|
|
721485
|
+
id_load_port: string | null;
|
|
721486
|
+
id_discharge_port: string | null;
|
|
721487
|
+
id_payment_type: string | null;
|
|
721488
|
+
id_sending_agent: string | null;
|
|
721489
|
+
id_sending_agent_address: string | null;
|
|
721490
|
+
id_receiving_agent: string | null;
|
|
721491
|
+
id_receiving_agent_address: string | null;
|
|
721492
|
+
id_carrier_shipping_line: string | null;
|
|
721493
|
+
id_carrier_airline: string | null;
|
|
721494
|
+
id_creditor_origin: string | null;
|
|
721495
|
+
id_creditor_origin_address: string | null;
|
|
721496
|
+
id_creditor_destination: string | null;
|
|
721497
|
+
id_creditor_destination_address: string | null;
|
|
721498
|
+
is_neutral_mawb: boolean | null;
|
|
721499
|
+
trip_number: string | null;
|
|
721500
|
+
aircraft_type: string | null;
|
|
721501
|
+
aircraft_registration: string | null;
|
|
721502
|
+
mawb_number: string | null;
|
|
721503
|
+
bol_number: string | null;
|
|
721504
|
+
carrier_booking_reference: string | null;
|
|
721505
|
+
agent_reference: string | null;
|
|
721506
|
+
estimated_departure: Date | null;
|
|
721507
|
+
estimated_arrival: Date | null;
|
|
721508
|
+
actual_departure: Date | null;
|
|
721509
|
+
actual_arrival: Date | null;
|
|
721510
|
+
consol_number: string | null;
|
|
721511
|
+
} | null;
|
|
721512
|
+
container_type: {
|
|
721513
|
+
is_active: boolean | null;
|
|
721514
|
+
id: string;
|
|
721515
|
+
logic_code: string | null;
|
|
721516
|
+
name: string | null;
|
|
721517
|
+
code: string | null;
|
|
721518
|
+
created_at: Date | null;
|
|
721519
|
+
created_by: string | null;
|
|
721520
|
+
updated_at: Date | null;
|
|
721521
|
+
updated_by: string | null;
|
|
721522
|
+
} | null;
|
|
721523
|
+
container_delivery_mode: {
|
|
721524
|
+
is_active: boolean | null;
|
|
721525
|
+
id: string;
|
|
721526
|
+
logic_code: string | null;
|
|
721527
|
+
name: string | null;
|
|
721528
|
+
code: string | null;
|
|
721529
|
+
created_at: Date | null;
|
|
721530
|
+
created_by: string | null;
|
|
721531
|
+
updated_at: Date | null;
|
|
721532
|
+
updated_by: string | null;
|
|
721533
|
+
} | null;
|
|
721534
|
+
is_active: boolean | null;
|
|
721535
|
+
id: string;
|
|
721536
|
+
logic_code: string | null;
|
|
721537
|
+
created_at: Date | null;
|
|
721538
|
+
created_by: string | null;
|
|
721539
|
+
updated_at: Date | null;
|
|
721540
|
+
updated_by: string | null;
|
|
721541
|
+
id_container_shipping_type: string | null;
|
|
721542
|
+
id_type: string | null;
|
|
721543
|
+
id_forwarding_consol: string | null;
|
|
721544
|
+
id_delivery_mode: string | null;
|
|
721545
|
+
container_number: string | null;
|
|
721546
|
+
}[] | undefined;
|
|
721547
|
+
total: number | undefined;
|
|
721548
|
+
};
|
|
721549
|
+
meta: object;
|
|
721550
|
+
}>;
|
|
721551
|
+
getDetail: MutationProcedure<{
|
|
721552
|
+
input: {
|
|
721553
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
721554
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721555
|
+
id?: string | number | bigint | null | undefined;
|
|
721556
|
+
id_string?: string | null | undefined;
|
|
721557
|
+
logic_code?: string | null | undefined;
|
|
721558
|
+
};
|
|
721559
|
+
output: {
|
|
721560
|
+
data: {
|
|
721561
|
+
_count: {
|
|
721562
|
+
forwarding_consol: number;
|
|
721563
|
+
container_type: number;
|
|
721564
|
+
container_delivery_mode: number;
|
|
721565
|
+
container_shipping_type: number;
|
|
721566
|
+
forwarding_consol_container_logs: number;
|
|
721567
|
+
forwarding_consol_container_seals: number;
|
|
721568
|
+
forwarding_shipment_packings: number;
|
|
721569
|
+
};
|
|
721570
|
+
container_shipping_type: {
|
|
721571
|
+
is_active: boolean | null;
|
|
721572
|
+
id: string;
|
|
721573
|
+
logic_code: string | null;
|
|
721574
|
+
name: string | null;
|
|
721575
|
+
code: string | null;
|
|
721576
|
+
created_at: Date | null;
|
|
721577
|
+
created_by: string | null;
|
|
721578
|
+
updated_at: Date | null;
|
|
721579
|
+
updated_by: string | null;
|
|
721580
|
+
} | null;
|
|
721581
|
+
forwarding_consol_container_seals: {
|
|
721582
|
+
consol_container_seal_by: {
|
|
721583
|
+
is_active: boolean | null;
|
|
721584
|
+
id: string;
|
|
721585
|
+
logic_code: string | null;
|
|
721586
|
+
name: string | null;
|
|
721587
|
+
code: string | null;
|
|
721588
|
+
created_at: Date | null;
|
|
721589
|
+
created_by: string | null;
|
|
721590
|
+
updated_at: Date | null;
|
|
721591
|
+
updated_by: string | null;
|
|
721592
|
+
} | null;
|
|
721593
|
+
is_active: boolean | null;
|
|
721594
|
+
id: string;
|
|
721595
|
+
logic_code: string | null;
|
|
721596
|
+
created_at: Date | null;
|
|
721597
|
+
created_by: string | null;
|
|
721598
|
+
updated_at: Date | null;
|
|
721599
|
+
updated_by: string | null;
|
|
721600
|
+
id_forwarding_consol_container: string | null;
|
|
721601
|
+
id_seal_by: string | null;
|
|
721602
|
+
seal_number: string | null;
|
|
721603
|
+
}[];
|
|
721604
|
+
forwarding_consol: {
|
|
721605
|
+
is_active: boolean | null;
|
|
721606
|
+
id: string;
|
|
721607
|
+
logic_code: string | null;
|
|
721608
|
+
name: string | null;
|
|
721609
|
+
code: string | null;
|
|
721610
|
+
created_at: Date | null;
|
|
721611
|
+
created_by: string | null;
|
|
721612
|
+
updated_at: Date | null;
|
|
721613
|
+
updated_by: string | null;
|
|
721614
|
+
id_transport_mode: string | null;
|
|
721615
|
+
id_container_shipping_type: string | null;
|
|
721616
|
+
id_service_level: string | null;
|
|
721617
|
+
id_type: string | null;
|
|
721618
|
+
id_vessel: string | null;
|
|
721619
|
+
id_load_port: string | null;
|
|
721620
|
+
id_discharge_port: string | null;
|
|
721621
|
+
id_payment_type: string | null;
|
|
721622
|
+
id_sending_agent: string | null;
|
|
721623
|
+
id_sending_agent_address: string | null;
|
|
721624
|
+
id_receiving_agent: string | null;
|
|
721625
|
+
id_receiving_agent_address: string | null;
|
|
721626
|
+
id_carrier_shipping_line: string | null;
|
|
721627
|
+
id_carrier_airline: string | null;
|
|
721628
|
+
id_creditor_origin: string | null;
|
|
721629
|
+
id_creditor_origin_address: string | null;
|
|
721630
|
+
id_creditor_destination: string | null;
|
|
721631
|
+
id_creditor_destination_address: string | null;
|
|
721632
|
+
is_neutral_mawb: boolean | null;
|
|
721633
|
+
trip_number: string | null;
|
|
721634
|
+
aircraft_type: string | null;
|
|
721635
|
+
aircraft_registration: string | null;
|
|
721636
|
+
mawb_number: string | null;
|
|
721637
|
+
bol_number: string | null;
|
|
721638
|
+
carrier_booking_reference: string | null;
|
|
721639
|
+
agent_reference: string | null;
|
|
721640
|
+
estimated_departure: Date | null;
|
|
721641
|
+
estimated_arrival: Date | null;
|
|
721642
|
+
actual_departure: Date | null;
|
|
721643
|
+
actual_arrival: Date | null;
|
|
721644
|
+
consol_number: string | null;
|
|
721645
|
+
} | null;
|
|
721646
|
+
container_type: {
|
|
721647
|
+
is_active: boolean | null;
|
|
721648
|
+
id: string;
|
|
721649
|
+
logic_code: string | null;
|
|
721650
|
+
name: string | null;
|
|
721651
|
+
code: string | null;
|
|
721652
|
+
created_at: Date | null;
|
|
721653
|
+
created_by: string | null;
|
|
721654
|
+
updated_at: Date | null;
|
|
721655
|
+
updated_by: string | null;
|
|
721656
|
+
} | null;
|
|
721657
|
+
container_delivery_mode: {
|
|
721658
|
+
is_active: boolean | null;
|
|
721659
|
+
id: string;
|
|
721660
|
+
logic_code: string | null;
|
|
721661
|
+
name: string | null;
|
|
721662
|
+
code: string | null;
|
|
721663
|
+
created_at: Date | null;
|
|
721664
|
+
created_by: string | null;
|
|
721665
|
+
updated_at: Date | null;
|
|
721666
|
+
updated_by: string | null;
|
|
721667
|
+
} | null;
|
|
721668
|
+
is_active: boolean | null;
|
|
721669
|
+
id: string;
|
|
721670
|
+
logic_code: string | null;
|
|
721671
|
+
created_at: Date | null;
|
|
721672
|
+
created_by: string | null;
|
|
721673
|
+
updated_at: Date | null;
|
|
721674
|
+
updated_by: string | null;
|
|
721675
|
+
id_container_shipping_type: string | null;
|
|
721676
|
+
id_type: string | null;
|
|
721677
|
+
id_forwarding_consol: string | null;
|
|
721678
|
+
id_delivery_mode: string | null;
|
|
721679
|
+
container_number: string | null;
|
|
721680
|
+
};
|
|
721681
|
+
};
|
|
721682
|
+
meta: object;
|
|
721683
|
+
}>;
|
|
721684
|
+
histories: BuiltRouter<{
|
|
721685
|
+
ctx: Context;
|
|
721686
|
+
meta: object;
|
|
721687
|
+
errorShape: DefaultErrorShape;
|
|
721688
|
+
transformer: false;
|
|
721689
|
+
}, DecorateCreateRouterOptions<{
|
|
721690
|
+
get: MutationProcedure<{
|
|
721691
|
+
input: {
|
|
721692
|
+
search?: string | null | undefined;
|
|
721693
|
+
take?: string | number | null | undefined;
|
|
721694
|
+
skip?: string | number | null | undefined;
|
|
721695
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
721696
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721697
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
721698
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
721699
|
+
ids_string_include?: string[] | null | undefined;
|
|
721700
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
721701
|
+
logic_codes_include?: string[] | null | undefined;
|
|
721702
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
721703
|
+
created_at?: {
|
|
721704
|
+
start_date?: string | null | undefined;
|
|
721705
|
+
end_date?: string | null | undefined;
|
|
721706
|
+
} | null | undefined;
|
|
721707
|
+
updated_at?: {
|
|
721708
|
+
start_date?: string | null | undefined;
|
|
721709
|
+
end_date?: string | null | undefined;
|
|
721710
|
+
} | null | undefined;
|
|
721711
|
+
order_by?: {
|
|
721712
|
+
field: string;
|
|
721713
|
+
direction: "asc" | "desc";
|
|
721714
|
+
} | null | undefined;
|
|
721715
|
+
order_bys?: {
|
|
721716
|
+
field: string;
|
|
721717
|
+
direction: "asc" | "desc";
|
|
721718
|
+
}[] | null | undefined;
|
|
721719
|
+
id_log_type?: string | number | bigint | null | undefined;
|
|
721720
|
+
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
721721
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
721722
|
+
ids_forwarding_consol_container?: (string | number | bigint)[] | null | undefined;
|
|
721723
|
+
};
|
|
721724
|
+
output: {
|
|
721725
|
+
data: {
|
|
721726
|
+
log_type: {
|
|
721727
|
+
is_active: boolean | null;
|
|
721728
|
+
id: string;
|
|
721729
|
+
logic_code: string | null;
|
|
721730
|
+
name: string | null;
|
|
721731
|
+
created_at: Date | null;
|
|
721732
|
+
created_by: string | null;
|
|
721733
|
+
updated_at: Date | null;
|
|
721734
|
+
updated_by: string | null;
|
|
721735
|
+
} | null;
|
|
721736
|
+
id: string;
|
|
721737
|
+
id_log_type: string | null;
|
|
721738
|
+
url: string | null;
|
|
721739
|
+
params: SimpleJson;
|
|
721740
|
+
action: string | null;
|
|
721741
|
+
action_by: string | null;
|
|
721742
|
+
action_id: string | null;
|
|
721743
|
+
action_at: Date | null;
|
|
721744
|
+
id_forwarding_consol_container: string | null;
|
|
721745
|
+
}[] | undefined;
|
|
721746
|
+
total: number | undefined;
|
|
721747
|
+
};
|
|
721748
|
+
meta: object;
|
|
721749
|
+
}>;
|
|
721750
|
+
getDetail: MutationProcedure<{
|
|
721751
|
+
input: {
|
|
721752
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
721753
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721754
|
+
id?: string | number | bigint | null | undefined;
|
|
721755
|
+
id_string?: string | null | undefined;
|
|
721756
|
+
logic_code?: string | null | undefined;
|
|
721757
|
+
};
|
|
721758
|
+
output: {
|
|
721759
|
+
data: {
|
|
721760
|
+
log_type: {
|
|
721761
|
+
is_active: boolean | null;
|
|
721762
|
+
id: string;
|
|
721763
|
+
logic_code: string | null;
|
|
721764
|
+
name: string | null;
|
|
721765
|
+
created_at: Date | null;
|
|
721766
|
+
created_by: string | null;
|
|
721767
|
+
updated_at: Date | null;
|
|
721768
|
+
updated_by: string | null;
|
|
721769
|
+
} | null;
|
|
721770
|
+
id: string;
|
|
721771
|
+
id_log_type: string | null;
|
|
721772
|
+
url: string | null;
|
|
721773
|
+
params: SimpleJson;
|
|
721774
|
+
action: string | null;
|
|
721775
|
+
action_by: string | null;
|
|
721776
|
+
action_id: string | null;
|
|
721777
|
+
action_at: Date | null;
|
|
721778
|
+
id_forwarding_consol_container: string | null;
|
|
721779
|
+
} | undefined;
|
|
721780
|
+
};
|
|
721781
|
+
meta: object;
|
|
721782
|
+
}>;
|
|
721783
|
+
}>>;
|
|
721784
|
+
create: MutationProcedure<{
|
|
721785
|
+
input: {
|
|
721786
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721787
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
721788
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721789
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
721790
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721791
|
+
container_number?: string | null | undefined;
|
|
721792
|
+
container_seals?: {
|
|
721793
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721794
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
721795
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
721796
|
+
seal_number?: string | null | undefined;
|
|
721797
|
+
}[] | undefined;
|
|
721798
|
+
};
|
|
721799
|
+
output: {
|
|
721800
|
+
data: {
|
|
721801
|
+
is_active: boolean | null;
|
|
721802
|
+
id: string;
|
|
721803
|
+
logic_code: string | null;
|
|
721804
|
+
created_at: Date | null;
|
|
721805
|
+
created_by: string | null;
|
|
721806
|
+
updated_at: Date | null;
|
|
721807
|
+
updated_by: string | null;
|
|
721808
|
+
id_container_shipping_type: string | null;
|
|
721809
|
+
id_type: string | null;
|
|
721810
|
+
id_forwarding_consol: string | null;
|
|
721811
|
+
id_delivery_mode: string | null;
|
|
721812
|
+
container_number: string | null;
|
|
721813
|
+
};
|
|
721814
|
+
log: {
|
|
721815
|
+
data: {
|
|
721816
|
+
id: string;
|
|
721817
|
+
id_log_type: string | null;
|
|
721818
|
+
url: string | null;
|
|
721819
|
+
params: SimpleJson;
|
|
721820
|
+
action: string | null;
|
|
721821
|
+
action_by: string | null;
|
|
721822
|
+
action_id: string | null;
|
|
721823
|
+
action_at: Date | null;
|
|
721824
|
+
id_forwarding_consol_container: string | null;
|
|
721825
|
+
} | undefined;
|
|
721826
|
+
};
|
|
721827
|
+
} | undefined;
|
|
721828
|
+
meta: object;
|
|
721829
|
+
}>;
|
|
721830
|
+
update: MutationProcedure<{
|
|
721831
|
+
input: {
|
|
721832
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721833
|
+
id?: string | number | bigint | null | undefined;
|
|
721834
|
+
id_string?: string | null | undefined;
|
|
721835
|
+
logic_code?: string | null | undefined;
|
|
721836
|
+
container_seals?: {
|
|
721837
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721838
|
+
id?: string | number | bigint | null | undefined;
|
|
721839
|
+
id_string?: string | null | undefined;
|
|
721840
|
+
logic_code?: string | null | undefined;
|
|
721841
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721842
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
721843
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
721844
|
+
seal_number?: string | null | undefined;
|
|
721845
|
+
}[] | undefined;
|
|
721846
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721847
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
721848
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721849
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
721850
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721851
|
+
container_number?: string | null | undefined;
|
|
721852
|
+
};
|
|
721853
|
+
output: {
|
|
721854
|
+
data: {
|
|
721855
|
+
_count: {
|
|
721856
|
+
forwarding_consol: number;
|
|
721857
|
+
container_type: number;
|
|
721858
|
+
container_delivery_mode: number;
|
|
721859
|
+
container_shipping_type: number;
|
|
721860
|
+
forwarding_consol_container_logs: number;
|
|
721861
|
+
forwarding_consol_container_seals: number;
|
|
721862
|
+
forwarding_shipment_packings: number;
|
|
721863
|
+
};
|
|
721864
|
+
is_active: boolean | null;
|
|
721865
|
+
id: string;
|
|
721866
|
+
logic_code: string | null;
|
|
721867
|
+
created_at: Date | null;
|
|
721868
|
+
created_by: string | null;
|
|
721869
|
+
updated_at: Date | null;
|
|
721870
|
+
updated_by: string | null;
|
|
721871
|
+
id_container_shipping_type: string | null;
|
|
721872
|
+
id_type: string | null;
|
|
721873
|
+
id_forwarding_consol: string | null;
|
|
721874
|
+
id_delivery_mode: string | null;
|
|
721875
|
+
container_number: string | null;
|
|
721876
|
+
};
|
|
721877
|
+
log: {
|
|
721878
|
+
data: {
|
|
721879
|
+
id: string;
|
|
721880
|
+
id_log_type: string | null;
|
|
721881
|
+
url: string | null;
|
|
721882
|
+
params: SimpleJson;
|
|
721883
|
+
action: string | null;
|
|
721884
|
+
action_by: string | null;
|
|
721885
|
+
action_id: string | null;
|
|
721886
|
+
action_at: Date | null;
|
|
721887
|
+
id_forwarding_consol_container: string | null;
|
|
721888
|
+
} | undefined;
|
|
721889
|
+
};
|
|
721890
|
+
} | undefined;
|
|
721891
|
+
meta: object;
|
|
721892
|
+
}>;
|
|
721893
|
+
upsertBatch: MutationProcedure<{
|
|
721894
|
+
input: {
|
|
721895
|
+
create?: {
|
|
721896
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721897
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
721898
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721899
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
721900
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721901
|
+
container_number?: string | null | undefined;
|
|
721902
|
+
container_seals?: {
|
|
721903
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721904
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
721905
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
721906
|
+
seal_number?: string | null | undefined;
|
|
721907
|
+
}[] | undefined;
|
|
721908
|
+
}[] | undefined;
|
|
721909
|
+
update?: {
|
|
721910
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721911
|
+
id?: string | number | bigint | null | undefined;
|
|
721912
|
+
id_string?: string | null | undefined;
|
|
721913
|
+
logic_code?: string | null | undefined;
|
|
721914
|
+
container_seals?: {
|
|
721915
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
721916
|
+
id?: string | number | bigint | null | undefined;
|
|
721917
|
+
id_string?: string | null | undefined;
|
|
721918
|
+
logic_code?: string | null | undefined;
|
|
721919
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721920
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
721921
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
721922
|
+
seal_number?: string | null | undefined;
|
|
721923
|
+
}[] | undefined;
|
|
721924
|
+
is_active?: string | number | boolean | null | undefined;
|
|
721925
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
721926
|
+
id_container_shipping_type?: string | number | bigint | null | undefined;
|
|
721927
|
+
id_delivery_mode?: string | number | bigint | null | undefined;
|
|
721928
|
+
id_type?: string | number | bigint | null | undefined;
|
|
721929
|
+
container_number?: string | null | undefined;
|
|
721930
|
+
}[] | undefined;
|
|
721931
|
+
};
|
|
721932
|
+
output: {
|
|
721933
|
+
createdData: ({
|
|
721934
|
+
data: {
|
|
721935
|
+
is_active: boolean | null;
|
|
721936
|
+
id: string;
|
|
721937
|
+
logic_code: string | null;
|
|
721938
|
+
created_at: Date | null;
|
|
721939
|
+
created_by: string | null;
|
|
721940
|
+
updated_at: Date | null;
|
|
721941
|
+
updated_by: string | null;
|
|
721942
|
+
id_container_shipping_type: string | null;
|
|
721943
|
+
id_type: string | null;
|
|
721944
|
+
id_forwarding_consol: string | null;
|
|
721945
|
+
id_delivery_mode: string | null;
|
|
721946
|
+
container_number: string | null;
|
|
721947
|
+
};
|
|
721948
|
+
log: {
|
|
721949
|
+
data: {
|
|
721950
|
+
id: string;
|
|
721951
|
+
id_log_type: string | null;
|
|
721952
|
+
url: string | null;
|
|
721953
|
+
params: SimpleJson;
|
|
721954
|
+
action: string | null;
|
|
721955
|
+
action_by: string | null;
|
|
721956
|
+
action_id: string | null;
|
|
721957
|
+
action_at: Date | null;
|
|
721958
|
+
id_forwarding_consol_container: string | null;
|
|
721959
|
+
} | undefined;
|
|
721960
|
+
};
|
|
721961
|
+
} | undefined)[];
|
|
721962
|
+
updatedData: ({
|
|
721963
|
+
data: {
|
|
721964
|
+
_count: {
|
|
721965
|
+
forwarding_consol: number;
|
|
721966
|
+
container_type: number;
|
|
721967
|
+
container_delivery_mode: number;
|
|
721968
|
+
container_shipping_type: number;
|
|
721969
|
+
forwarding_consol_container_logs: number;
|
|
721970
|
+
forwarding_consol_container_seals: number;
|
|
721971
|
+
forwarding_shipment_packings: number;
|
|
721972
|
+
};
|
|
721973
|
+
is_active: boolean | null;
|
|
721974
|
+
id: string;
|
|
721975
|
+
logic_code: string | null;
|
|
721976
|
+
created_at: Date | null;
|
|
721977
|
+
created_by: string | null;
|
|
721978
|
+
updated_at: Date | null;
|
|
721979
|
+
updated_by: string | null;
|
|
721980
|
+
id_container_shipping_type: string | null;
|
|
721981
|
+
id_type: string | null;
|
|
721982
|
+
id_forwarding_consol: string | null;
|
|
721983
|
+
id_delivery_mode: string | null;
|
|
721984
|
+
container_number: string | null;
|
|
721985
|
+
};
|
|
721986
|
+
log: {
|
|
721987
|
+
data: {
|
|
721988
|
+
id: string;
|
|
721989
|
+
id_log_type: string | null;
|
|
721990
|
+
url: string | null;
|
|
721991
|
+
params: SimpleJson;
|
|
721992
|
+
action: string | null;
|
|
721993
|
+
action_by: string | null;
|
|
721994
|
+
action_id: string | null;
|
|
721995
|
+
action_at: Date | null;
|
|
721996
|
+
id_forwarding_consol_container: string | null;
|
|
721997
|
+
} | undefined;
|
|
721998
|
+
};
|
|
721999
|
+
} | undefined)[];
|
|
722000
|
+
} | undefined;
|
|
722001
|
+
meta: object;
|
|
722002
|
+
}>;
|
|
722003
|
+
delete: MutationProcedure<{
|
|
722004
|
+
input: {
|
|
722005
|
+
id?: string | number | bigint | null | undefined;
|
|
722006
|
+
ids?: (string | number | bigint)[] | null | undefined;
|
|
722007
|
+
id_string?: string | null | undefined;
|
|
722008
|
+
ids_string?: string[] | null | undefined;
|
|
722009
|
+
};
|
|
722010
|
+
output: {
|
|
722011
|
+
data: ({
|
|
722012
|
+
is_active: boolean | null;
|
|
722013
|
+
id: string;
|
|
722014
|
+
logic_code: string | null;
|
|
722015
|
+
created_at: Date | null;
|
|
722016
|
+
created_by: string | null;
|
|
722017
|
+
updated_at: Date | null;
|
|
722018
|
+
updated_by: string | null;
|
|
722019
|
+
id_container_shipping_type: string | null;
|
|
722020
|
+
id_type: string | null;
|
|
722021
|
+
id_forwarding_consol: string | null;
|
|
722022
|
+
id_delivery_mode: string | null;
|
|
722023
|
+
container_number: string | null;
|
|
722024
|
+
} | undefined)[] | undefined;
|
|
722025
|
+
} | undefined;
|
|
722026
|
+
meta: object;
|
|
722027
|
+
}>;
|
|
722028
|
+
forwardingConsolContainerSeals: BuiltRouter<{
|
|
722029
|
+
ctx: Context;
|
|
722030
|
+
meta: object;
|
|
722031
|
+
errorShape: DefaultErrorShape;
|
|
722032
|
+
transformer: false;
|
|
722033
|
+
}, DecorateCreateRouterOptions<{
|
|
722034
|
+
get: MutationProcedure<{
|
|
722035
|
+
input: {
|
|
722036
|
+
search?: string | null | undefined;
|
|
722037
|
+
take?: string | number | null | undefined;
|
|
722038
|
+
skip?: string | number | null | undefined;
|
|
722039
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722040
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722041
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722042
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722043
|
+
ids_string_include?: string[] | null | undefined;
|
|
722044
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
722045
|
+
logic_codes_include?: string[] | null | undefined;
|
|
722046
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
722047
|
+
created_at?: {
|
|
722048
|
+
start_date?: string | null | undefined;
|
|
722049
|
+
end_date?: string | null | undefined;
|
|
722050
|
+
} | null | undefined;
|
|
722051
|
+
updated_at?: {
|
|
722052
|
+
start_date?: string | null | undefined;
|
|
722053
|
+
end_date?: string | null | undefined;
|
|
722054
|
+
} | null | undefined;
|
|
722055
|
+
order_by?: {
|
|
722056
|
+
field: string;
|
|
722057
|
+
direction: "asc" | "desc";
|
|
722058
|
+
} | null | undefined;
|
|
722059
|
+
order_bys?: {
|
|
722060
|
+
field: string;
|
|
722061
|
+
direction: "asc" | "desc";
|
|
722062
|
+
}[] | null | undefined;
|
|
722063
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722064
|
+
ids_forwarding_consol_container?: (string | number | bigint)[] | null | undefined;
|
|
722065
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722066
|
+
ids_seal_by?: (string | number | bigint)[] | null | undefined;
|
|
722067
|
+
};
|
|
722068
|
+
output: {
|
|
722069
|
+
data: {
|
|
722070
|
+
consol_container_seal_by: {
|
|
722071
|
+
is_active: boolean | null;
|
|
722072
|
+
id: string;
|
|
722073
|
+
logic_code: string | null;
|
|
722074
|
+
name: string | null;
|
|
722075
|
+
code: string | null;
|
|
722076
|
+
created_at: Date | null;
|
|
722077
|
+
created_by: string | null;
|
|
722078
|
+
updated_at: Date | null;
|
|
722079
|
+
updated_by: string | null;
|
|
722080
|
+
} | null;
|
|
722081
|
+
forwarding_consol_container: {
|
|
722082
|
+
is_active: boolean | null;
|
|
722083
|
+
id: string;
|
|
722084
|
+
logic_code: string | null;
|
|
722085
|
+
created_at: Date | null;
|
|
722086
|
+
created_by: string | null;
|
|
722087
|
+
updated_at: Date | null;
|
|
722088
|
+
updated_by: string | null;
|
|
722089
|
+
id_container_shipping_type: string | null;
|
|
722090
|
+
id_type: string | null;
|
|
722091
|
+
id_forwarding_consol: string | null;
|
|
722092
|
+
id_delivery_mode: string | null;
|
|
722093
|
+
container_number: string | null;
|
|
722094
|
+
} | null;
|
|
722095
|
+
is_active: boolean | null;
|
|
722096
|
+
id: string;
|
|
722097
|
+
logic_code: string | null;
|
|
722098
|
+
created_at: Date | null;
|
|
722099
|
+
created_by: string | null;
|
|
722100
|
+
updated_at: Date | null;
|
|
722101
|
+
updated_by: string | null;
|
|
722102
|
+
id_forwarding_consol_container: string | null;
|
|
722103
|
+
id_seal_by: string | null;
|
|
722104
|
+
seal_number: string | null;
|
|
722105
|
+
}[] | undefined;
|
|
722106
|
+
total: number | undefined;
|
|
722107
|
+
};
|
|
722108
|
+
meta: object;
|
|
722109
|
+
}>;
|
|
722110
|
+
getDetail: MutationProcedure<{
|
|
722111
|
+
input: {
|
|
722112
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722113
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722114
|
+
id?: string | number | bigint | null | undefined;
|
|
722115
|
+
id_string?: string | null | undefined;
|
|
722116
|
+
logic_code?: string | null | undefined;
|
|
722117
|
+
};
|
|
722118
|
+
output: {
|
|
722119
|
+
data: {
|
|
722120
|
+
_count: {
|
|
722121
|
+
forwarding_consol_container: number;
|
|
722122
|
+
consol_container_seal_by: number;
|
|
722123
|
+
forwarding_consol_container_seal_logs: number;
|
|
722124
|
+
};
|
|
722125
|
+
consol_container_seal_by: {
|
|
722126
|
+
is_active: boolean | null;
|
|
722127
|
+
id: string;
|
|
722128
|
+
logic_code: string | null;
|
|
722129
|
+
name: string | null;
|
|
722130
|
+
code: string | null;
|
|
722131
|
+
created_at: Date | null;
|
|
722132
|
+
created_by: string | null;
|
|
722133
|
+
updated_at: Date | null;
|
|
722134
|
+
updated_by: string | null;
|
|
722135
|
+
} | null;
|
|
722136
|
+
forwarding_consol_container: {
|
|
722137
|
+
is_active: boolean | null;
|
|
722138
|
+
id: string;
|
|
722139
|
+
logic_code: string | null;
|
|
722140
|
+
created_at: Date | null;
|
|
722141
|
+
created_by: string | null;
|
|
722142
|
+
updated_at: Date | null;
|
|
722143
|
+
updated_by: string | null;
|
|
722144
|
+
id_container_shipping_type: string | null;
|
|
722145
|
+
id_type: string | null;
|
|
722146
|
+
id_forwarding_consol: string | null;
|
|
722147
|
+
id_delivery_mode: string | null;
|
|
722148
|
+
container_number: string | null;
|
|
722149
|
+
} | null;
|
|
722150
|
+
is_active: boolean | null;
|
|
722151
|
+
id: string;
|
|
722152
|
+
logic_code: string | null;
|
|
722153
|
+
created_at: Date | null;
|
|
722154
|
+
created_by: string | null;
|
|
722155
|
+
updated_at: Date | null;
|
|
722156
|
+
updated_by: string | null;
|
|
722157
|
+
id_forwarding_consol_container: string | null;
|
|
722158
|
+
id_seal_by: string | null;
|
|
722159
|
+
seal_number: string | null;
|
|
722160
|
+
};
|
|
722161
|
+
};
|
|
722162
|
+
meta: object;
|
|
722163
|
+
}>;
|
|
722164
|
+
histories: BuiltRouter<{
|
|
722165
|
+
ctx: Context;
|
|
722166
|
+
meta: object;
|
|
722167
|
+
errorShape: DefaultErrorShape;
|
|
722168
|
+
transformer: false;
|
|
722169
|
+
}, DecorateCreateRouterOptions<{
|
|
722170
|
+
get: MutationProcedure<{
|
|
722171
|
+
input: {
|
|
722172
|
+
search?: string | null | undefined;
|
|
722173
|
+
take?: string | number | null | undefined;
|
|
722174
|
+
skip?: string | number | null | undefined;
|
|
722175
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722176
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722177
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722178
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722179
|
+
ids_string_include?: string[] | null | undefined;
|
|
722180
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
722181
|
+
logic_codes_include?: string[] | null | undefined;
|
|
722182
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
722183
|
+
created_at?: {
|
|
722184
|
+
start_date?: string | null | undefined;
|
|
722185
|
+
end_date?: string | null | undefined;
|
|
722186
|
+
} | null | undefined;
|
|
722187
|
+
updated_at?: {
|
|
722188
|
+
start_date?: string | null | undefined;
|
|
722189
|
+
end_date?: string | null | undefined;
|
|
722190
|
+
} | null | undefined;
|
|
722191
|
+
order_by?: {
|
|
722192
|
+
field: string;
|
|
722193
|
+
direction: "asc" | "desc";
|
|
722194
|
+
} | null | undefined;
|
|
722195
|
+
order_bys?: {
|
|
722196
|
+
field: string;
|
|
722197
|
+
direction: "asc" | "desc";
|
|
722198
|
+
}[] | null | undefined;
|
|
722199
|
+
id_log_type?: string | number | bigint | null | undefined;
|
|
722200
|
+
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
722201
|
+
id_forwarding_consol_container_seal?: string | number | bigint | null | undefined;
|
|
722202
|
+
ids_forwarding_consol_container_seal?: (string | number | bigint)[] | null | undefined;
|
|
722203
|
+
};
|
|
722204
|
+
output: {
|
|
722205
|
+
data: {
|
|
722206
|
+
log_type: {
|
|
722207
|
+
is_active: boolean | null;
|
|
722208
|
+
id: string;
|
|
722209
|
+
logic_code: string | null;
|
|
722210
|
+
name: string | null;
|
|
722211
|
+
created_at: Date | null;
|
|
722212
|
+
created_by: string | null;
|
|
722213
|
+
updated_at: Date | null;
|
|
722214
|
+
updated_by: string | null;
|
|
722215
|
+
} | null;
|
|
722216
|
+
id: string;
|
|
722217
|
+
id_log_type: string | null;
|
|
722218
|
+
url: string | null;
|
|
722219
|
+
params: SimpleJson;
|
|
722220
|
+
action: string | null;
|
|
722221
|
+
action_by: string | null;
|
|
722222
|
+
action_id: string | null;
|
|
722223
|
+
action_at: Date | null;
|
|
722224
|
+
id_forwarding_consol_container_seal: string | null;
|
|
722225
|
+
}[] | undefined;
|
|
722226
|
+
total: number | undefined;
|
|
722227
|
+
};
|
|
722228
|
+
meta: object;
|
|
722229
|
+
}>;
|
|
722230
|
+
getDetail: MutationProcedure<{
|
|
722231
|
+
input: {
|
|
722232
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722233
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722234
|
+
id?: string | number | bigint | null | undefined;
|
|
722235
|
+
id_string?: string | null | undefined;
|
|
722236
|
+
logic_code?: string | null | undefined;
|
|
722237
|
+
};
|
|
722238
|
+
output: {
|
|
722239
|
+
data: {
|
|
722240
|
+
log_type: {
|
|
722241
|
+
is_active: boolean | null;
|
|
722242
|
+
id: string;
|
|
722243
|
+
logic_code: string | null;
|
|
722244
|
+
name: string | null;
|
|
722245
|
+
created_at: Date | null;
|
|
722246
|
+
created_by: string | null;
|
|
722247
|
+
updated_at: Date | null;
|
|
722248
|
+
updated_by: string | null;
|
|
722249
|
+
} | null;
|
|
722250
|
+
id: string;
|
|
722251
|
+
id_log_type: string | null;
|
|
722252
|
+
url: string | null;
|
|
722253
|
+
params: SimpleJson;
|
|
722254
|
+
action: string | null;
|
|
722255
|
+
action_by: string | null;
|
|
722256
|
+
action_id: string | null;
|
|
722257
|
+
action_at: Date | null;
|
|
722258
|
+
id_forwarding_consol_container_seal: string | null;
|
|
722259
|
+
} | undefined;
|
|
722260
|
+
};
|
|
722261
|
+
meta: object;
|
|
722262
|
+
}>;
|
|
722263
|
+
}>>;
|
|
722264
|
+
create: MutationProcedure<{
|
|
722265
|
+
input: {
|
|
722266
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722267
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722268
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722269
|
+
seal_number?: string | null | undefined;
|
|
722270
|
+
};
|
|
722271
|
+
output: {
|
|
722272
|
+
data: {
|
|
722273
|
+
is_active: boolean | null;
|
|
722274
|
+
id: string;
|
|
722275
|
+
logic_code: string | null;
|
|
722276
|
+
created_at: Date | null;
|
|
722277
|
+
created_by: string | null;
|
|
722278
|
+
updated_at: Date | null;
|
|
722279
|
+
updated_by: string | null;
|
|
722280
|
+
id_forwarding_consol_container: string | null;
|
|
722281
|
+
id_seal_by: string | null;
|
|
722282
|
+
seal_number: string | null;
|
|
722283
|
+
};
|
|
722284
|
+
log: {
|
|
722285
|
+
data: {
|
|
722286
|
+
id: string;
|
|
722287
|
+
id_log_type: string | null;
|
|
722288
|
+
url: string | null;
|
|
722289
|
+
params: SimpleJson;
|
|
722290
|
+
action: string | null;
|
|
722291
|
+
action_by: string | null;
|
|
722292
|
+
action_id: string | null;
|
|
722293
|
+
action_at: Date | null;
|
|
722294
|
+
id_forwarding_consol_container_seal: string | null;
|
|
722295
|
+
} | undefined;
|
|
722296
|
+
};
|
|
722297
|
+
} | undefined;
|
|
722298
|
+
meta: object;
|
|
722299
|
+
}>;
|
|
722300
|
+
update: MutationProcedure<{
|
|
722301
|
+
input: {
|
|
722302
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722303
|
+
id?: string | number | bigint | null | undefined;
|
|
722304
|
+
id_string?: string | null | undefined;
|
|
722305
|
+
logic_code?: string | null | undefined;
|
|
722306
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722307
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722308
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722309
|
+
seal_number?: string | null | undefined;
|
|
722310
|
+
};
|
|
722311
|
+
output: {
|
|
722312
|
+
data: {
|
|
722313
|
+
is_active: boolean | null;
|
|
722314
|
+
id: string;
|
|
722315
|
+
logic_code: string | null;
|
|
722316
|
+
created_at: Date | null;
|
|
722317
|
+
created_by: string | null;
|
|
722318
|
+
updated_at: Date | null;
|
|
722319
|
+
updated_by: string | null;
|
|
722320
|
+
id_forwarding_consol_container: string | null;
|
|
722321
|
+
id_seal_by: string | null;
|
|
722322
|
+
seal_number: string | null;
|
|
722323
|
+
};
|
|
722324
|
+
log: {
|
|
722325
|
+
data: {
|
|
722326
|
+
id: string;
|
|
722327
|
+
id_log_type: string | null;
|
|
722328
|
+
url: string | null;
|
|
722329
|
+
params: SimpleJson;
|
|
722330
|
+
action: string | null;
|
|
722331
|
+
action_by: string | null;
|
|
722332
|
+
action_id: string | null;
|
|
722333
|
+
action_at: Date | null;
|
|
722334
|
+
id_forwarding_consol_container_seal: string | null;
|
|
722335
|
+
} | undefined;
|
|
722336
|
+
};
|
|
722337
|
+
} | undefined;
|
|
722338
|
+
meta: object;
|
|
722339
|
+
}>;
|
|
722340
|
+
upsertBatch: MutationProcedure<{
|
|
722341
|
+
input: {
|
|
722342
|
+
create?: {
|
|
722343
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722344
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722345
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722346
|
+
seal_number?: string | null | undefined;
|
|
722347
|
+
}[] | undefined;
|
|
722348
|
+
update?: {
|
|
722349
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722350
|
+
id?: string | number | bigint | null | undefined;
|
|
722351
|
+
id_string?: string | null | undefined;
|
|
722352
|
+
logic_code?: string | null | undefined;
|
|
722353
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722354
|
+
id_forwarding_consol_container?: string | number | bigint | null | undefined;
|
|
722355
|
+
id_seal_by?: string | number | bigint | null | undefined;
|
|
722356
|
+
seal_number?: string | null | undefined;
|
|
722357
|
+
}[] | undefined;
|
|
722358
|
+
};
|
|
722359
|
+
output: {
|
|
722360
|
+
createdData: ({
|
|
722361
|
+
data: {
|
|
722362
|
+
is_active: boolean | null;
|
|
722363
|
+
id: string;
|
|
722364
|
+
logic_code: string | null;
|
|
722365
|
+
created_at: Date | null;
|
|
722366
|
+
created_by: string | null;
|
|
722367
|
+
updated_at: Date | null;
|
|
722368
|
+
updated_by: string | null;
|
|
722369
|
+
id_forwarding_consol_container: string | null;
|
|
722370
|
+
id_seal_by: string | null;
|
|
722371
|
+
seal_number: string | null;
|
|
722372
|
+
};
|
|
722373
|
+
log: {
|
|
722374
|
+
data: {
|
|
722375
|
+
id: string;
|
|
722376
|
+
id_log_type: string | null;
|
|
722377
|
+
url: string | null;
|
|
722378
|
+
params: SimpleJson;
|
|
722379
|
+
action: string | null;
|
|
722380
|
+
action_by: string | null;
|
|
722381
|
+
action_id: string | null;
|
|
722382
|
+
action_at: Date | null;
|
|
722383
|
+
id_forwarding_consol_container_seal: string | null;
|
|
722384
|
+
} | undefined;
|
|
722385
|
+
};
|
|
722386
|
+
} | undefined)[];
|
|
722387
|
+
updatedData: ({
|
|
722388
|
+
data: {
|
|
722389
|
+
is_active: boolean | null;
|
|
722390
|
+
id: string;
|
|
722391
|
+
logic_code: string | null;
|
|
722392
|
+
created_at: Date | null;
|
|
722393
|
+
created_by: string | null;
|
|
722394
|
+
updated_at: Date | null;
|
|
722395
|
+
updated_by: string | null;
|
|
722396
|
+
id_forwarding_consol_container: string | null;
|
|
722397
|
+
id_seal_by: string | null;
|
|
722398
|
+
seal_number: string | null;
|
|
722399
|
+
};
|
|
722400
|
+
log: {
|
|
722401
|
+
data: {
|
|
722402
|
+
id: string;
|
|
722403
|
+
id_log_type: string | null;
|
|
722404
|
+
url: string | null;
|
|
722405
|
+
params: SimpleJson;
|
|
722406
|
+
action: string | null;
|
|
722407
|
+
action_by: string | null;
|
|
722408
|
+
action_id: string | null;
|
|
722409
|
+
action_at: Date | null;
|
|
722410
|
+
id_forwarding_consol_container_seal: string | null;
|
|
722411
|
+
} | undefined;
|
|
722412
|
+
};
|
|
722413
|
+
} | undefined)[];
|
|
722414
|
+
} | undefined;
|
|
722415
|
+
meta: object;
|
|
722416
|
+
}>;
|
|
722417
|
+
delete: MutationProcedure<{
|
|
722418
|
+
input: {
|
|
722419
|
+
id?: string | number | bigint | null | undefined;
|
|
722420
|
+
ids?: (string | number | bigint)[] | null | undefined;
|
|
722421
|
+
id_string?: string | null | undefined;
|
|
722422
|
+
ids_string?: string[] | null | undefined;
|
|
722423
|
+
};
|
|
722424
|
+
output: {
|
|
722425
|
+
data: ({
|
|
722426
|
+
is_active: boolean | null;
|
|
722427
|
+
id: string;
|
|
722428
|
+
logic_code: string | null;
|
|
722429
|
+
created_at: Date | null;
|
|
722430
|
+
created_by: string | null;
|
|
722431
|
+
updated_at: Date | null;
|
|
722432
|
+
updated_by: string | null;
|
|
722433
|
+
id_forwarding_consol_container: string | null;
|
|
722434
|
+
id_seal_by: string | null;
|
|
722435
|
+
seal_number: string | null;
|
|
722436
|
+
} | undefined)[] | undefined;
|
|
722437
|
+
} | undefined;
|
|
722438
|
+
meta: object;
|
|
722439
|
+
}>;
|
|
722440
|
+
}>>;
|
|
722441
|
+
}>>;
|
|
722442
|
+
forwardingConsolReferenceNumbers: BuiltRouter<{
|
|
722443
|
+
ctx: Context;
|
|
722444
|
+
meta: object;
|
|
722445
|
+
errorShape: DefaultErrorShape;
|
|
722446
|
+
transformer: false;
|
|
722447
|
+
}, DecorateCreateRouterOptions<{
|
|
722448
|
+
get: MutationProcedure<{
|
|
722449
|
+
input: {
|
|
722450
|
+
search?: string | null | undefined;
|
|
722451
|
+
take?: string | number | null | undefined;
|
|
722452
|
+
skip?: string | number | null | undefined;
|
|
722453
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722454
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722455
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722456
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722457
|
+
ids_string_include?: string[] | null | undefined;
|
|
722458
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
722459
|
+
logic_codes_include?: string[] | null | undefined;
|
|
722460
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
722461
|
+
created_at?: {
|
|
722462
|
+
start_date?: string | null | undefined;
|
|
722463
|
+
end_date?: string | null | undefined;
|
|
722464
|
+
} | null | undefined;
|
|
722465
|
+
updated_at?: {
|
|
722466
|
+
start_date?: string | null | undefined;
|
|
722467
|
+
end_date?: string | null | undefined;
|
|
722468
|
+
} | null | undefined;
|
|
722469
|
+
order_by?: {
|
|
722470
|
+
field: string;
|
|
722471
|
+
direction: "asc" | "desc";
|
|
722472
|
+
} | null | undefined;
|
|
722473
|
+
order_bys?: {
|
|
722474
|
+
field: string;
|
|
722475
|
+
direction: "asc" | "desc";
|
|
722476
|
+
}[] | null | undefined;
|
|
722477
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722478
|
+
ids_forwarding_consol?: (string | number | bigint)[] | null | undefined;
|
|
722479
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722480
|
+
ids_type?: (string | number | bigint)[] | null | undefined;
|
|
722481
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722482
|
+
ids_country?: (string | number | bigint)[] | null | undefined;
|
|
722483
|
+
is_preallocation?: (string | number | boolean)[] | null | undefined;
|
|
722484
|
+
};
|
|
722485
|
+
output: {
|
|
722486
|
+
data: {
|
|
722487
|
+
country: {
|
|
722488
|
+
is_active: boolean | null;
|
|
722489
|
+
id: string;
|
|
722490
|
+
logic_code: string | null;
|
|
722491
|
+
name: string | null;
|
|
722492
|
+
created_at: Date | null;
|
|
722493
|
+
created_by: string | null;
|
|
722494
|
+
updated_at: Date | null;
|
|
722495
|
+
updated_by: string | null;
|
|
722496
|
+
id_currency: string | null;
|
|
722497
|
+
id_awb_currency: string | null;
|
|
722498
|
+
iso2_code: string | null;
|
|
722499
|
+
iso3_code: string | null;
|
|
722500
|
+
iso3_numeric: string | null;
|
|
722501
|
+
is_sanctioned: boolean | null;
|
|
722502
|
+
} | null;
|
|
722503
|
+
forwarding_consol: {
|
|
722504
|
+
is_active: boolean | null;
|
|
722505
|
+
id: string;
|
|
722506
|
+
logic_code: string | null;
|
|
722507
|
+
name: string | null;
|
|
722508
|
+
code: string | null;
|
|
722509
|
+
created_at: Date | null;
|
|
722510
|
+
created_by: string | null;
|
|
722511
|
+
updated_at: Date | null;
|
|
722512
|
+
updated_by: string | null;
|
|
722513
|
+
id_transport_mode: string | null;
|
|
722514
|
+
id_container_shipping_type: string | null;
|
|
722515
|
+
id_service_level: string | null;
|
|
722516
|
+
id_type: string | null;
|
|
722517
|
+
id_vessel: string | null;
|
|
722518
|
+
id_load_port: string | null;
|
|
722519
|
+
id_discharge_port: string | null;
|
|
722520
|
+
id_payment_type: string | null;
|
|
722521
|
+
id_sending_agent: string | null;
|
|
722522
|
+
id_sending_agent_address: string | null;
|
|
722523
|
+
id_receiving_agent: string | null;
|
|
722524
|
+
id_receiving_agent_address: string | null;
|
|
722525
|
+
id_carrier_shipping_line: string | null;
|
|
722526
|
+
id_carrier_airline: string | null;
|
|
722527
|
+
id_creditor_origin: string | null;
|
|
722528
|
+
id_creditor_origin_address: string | null;
|
|
722529
|
+
id_creditor_destination: string | null;
|
|
722530
|
+
id_creditor_destination_address: string | null;
|
|
722531
|
+
is_neutral_mawb: boolean | null;
|
|
722532
|
+
trip_number: string | null;
|
|
722533
|
+
aircraft_type: string | null;
|
|
722534
|
+
aircraft_registration: string | null;
|
|
722535
|
+
mawb_number: string | null;
|
|
722536
|
+
bol_number: string | null;
|
|
722537
|
+
carrier_booking_reference: string | null;
|
|
722538
|
+
agent_reference: string | null;
|
|
722539
|
+
estimated_departure: Date | null;
|
|
722540
|
+
estimated_arrival: Date | null;
|
|
722541
|
+
actual_departure: Date | null;
|
|
722542
|
+
actual_arrival: Date | null;
|
|
722543
|
+
consol_number: string | null;
|
|
722544
|
+
} | null;
|
|
722545
|
+
forwarding_consol_reference_number_type: {
|
|
722546
|
+
is_active: boolean | null;
|
|
722547
|
+
id: string;
|
|
722548
|
+
logic_code: string | null;
|
|
722549
|
+
name: string | null;
|
|
722550
|
+
code: string | null;
|
|
722551
|
+
created_at: Date | null;
|
|
722552
|
+
created_by: string | null;
|
|
722553
|
+
updated_at: Date | null;
|
|
722554
|
+
updated_by: string | null;
|
|
722555
|
+
} | null;
|
|
722556
|
+
is_active: boolean | null;
|
|
722557
|
+
id: string;
|
|
722558
|
+
logic_code: string | null;
|
|
722559
|
+
id_country: string | null;
|
|
722560
|
+
created_at: Date | null;
|
|
722561
|
+
created_by: string | null;
|
|
722562
|
+
updated_at: Date | null;
|
|
722563
|
+
updated_by: string | null;
|
|
722564
|
+
id_type: string | null;
|
|
722565
|
+
id_forwarding_consol: string | null;
|
|
722566
|
+
reference_number: string | null;
|
|
722567
|
+
is_preallocation: boolean | null;
|
|
722568
|
+
}[] | undefined;
|
|
722569
|
+
total: number | undefined;
|
|
722570
|
+
};
|
|
722571
|
+
meta: object;
|
|
722572
|
+
}>;
|
|
722573
|
+
getDetail: MutationProcedure<{
|
|
722574
|
+
input: {
|
|
722575
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722576
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722577
|
+
id?: string | number | bigint | null | undefined;
|
|
722578
|
+
id_string?: string | null | undefined;
|
|
722579
|
+
logic_code?: string | null | undefined;
|
|
722580
|
+
};
|
|
722581
|
+
output: {
|
|
722582
|
+
data: {
|
|
722583
|
+
_count: {
|
|
722584
|
+
forwarding_consol: number;
|
|
722585
|
+
forwarding_consol_reference_number_type: number;
|
|
722586
|
+
country: number;
|
|
722587
|
+
forwarding_consol_reference_number_logs: number;
|
|
722588
|
+
};
|
|
722589
|
+
country: {
|
|
722590
|
+
is_active: boolean | null;
|
|
722591
|
+
id: string;
|
|
722592
|
+
logic_code: string | null;
|
|
722593
|
+
name: string | null;
|
|
722594
|
+
created_at: Date | null;
|
|
722595
|
+
created_by: string | null;
|
|
722596
|
+
updated_at: Date | null;
|
|
722597
|
+
updated_by: string | null;
|
|
722598
|
+
id_currency: string | null;
|
|
722599
|
+
id_awb_currency: string | null;
|
|
722600
|
+
iso2_code: string | null;
|
|
722601
|
+
iso3_code: string | null;
|
|
722602
|
+
iso3_numeric: string | null;
|
|
722603
|
+
is_sanctioned: boolean | null;
|
|
722604
|
+
} | null;
|
|
722605
|
+
forwarding_consol: {
|
|
722606
|
+
is_active: boolean | null;
|
|
722607
|
+
id: string;
|
|
722608
|
+
logic_code: string | null;
|
|
722609
|
+
name: string | null;
|
|
722610
|
+
code: string | null;
|
|
722611
|
+
created_at: Date | null;
|
|
722612
|
+
created_by: string | null;
|
|
722613
|
+
updated_at: Date | null;
|
|
722614
|
+
updated_by: string | null;
|
|
722615
|
+
id_transport_mode: string | null;
|
|
722616
|
+
id_container_shipping_type: string | null;
|
|
722617
|
+
id_service_level: string | null;
|
|
722618
|
+
id_type: string | null;
|
|
722619
|
+
id_vessel: string | null;
|
|
722620
|
+
id_load_port: string | null;
|
|
722621
|
+
id_discharge_port: string | null;
|
|
722622
|
+
id_payment_type: string | null;
|
|
722623
|
+
id_sending_agent: string | null;
|
|
722624
|
+
id_sending_agent_address: string | null;
|
|
722625
|
+
id_receiving_agent: string | null;
|
|
722626
|
+
id_receiving_agent_address: string | null;
|
|
722627
|
+
id_carrier_shipping_line: string | null;
|
|
722628
|
+
id_carrier_airline: string | null;
|
|
722629
|
+
id_creditor_origin: string | null;
|
|
722630
|
+
id_creditor_origin_address: string | null;
|
|
722631
|
+
id_creditor_destination: string | null;
|
|
722632
|
+
id_creditor_destination_address: string | null;
|
|
722633
|
+
is_neutral_mawb: boolean | null;
|
|
722634
|
+
trip_number: string | null;
|
|
722635
|
+
aircraft_type: string | null;
|
|
722636
|
+
aircraft_registration: string | null;
|
|
722637
|
+
mawb_number: string | null;
|
|
722638
|
+
bol_number: string | null;
|
|
722639
|
+
carrier_booking_reference: string | null;
|
|
722640
|
+
agent_reference: string | null;
|
|
722641
|
+
estimated_departure: Date | null;
|
|
722642
|
+
estimated_arrival: Date | null;
|
|
722643
|
+
actual_departure: Date | null;
|
|
722644
|
+
actual_arrival: Date | null;
|
|
722645
|
+
consol_number: string | null;
|
|
722646
|
+
} | null;
|
|
722647
|
+
forwarding_consol_reference_number_type: {
|
|
722648
|
+
is_active: boolean | null;
|
|
722649
|
+
id: string;
|
|
722650
|
+
logic_code: string | null;
|
|
722651
|
+
name: string | null;
|
|
722652
|
+
code: string | null;
|
|
722653
|
+
created_at: Date | null;
|
|
722654
|
+
created_by: string | null;
|
|
722655
|
+
updated_at: Date | null;
|
|
722656
|
+
updated_by: string | null;
|
|
722657
|
+
} | null;
|
|
722658
|
+
is_active: boolean | null;
|
|
722659
|
+
id: string;
|
|
722660
|
+
logic_code: string | null;
|
|
722661
|
+
id_country: string | null;
|
|
722662
|
+
created_at: Date | null;
|
|
722663
|
+
created_by: string | null;
|
|
722664
|
+
updated_at: Date | null;
|
|
722665
|
+
updated_by: string | null;
|
|
722666
|
+
id_type: string | null;
|
|
722667
|
+
id_forwarding_consol: string | null;
|
|
722668
|
+
reference_number: string | null;
|
|
722669
|
+
is_preallocation: boolean | null;
|
|
722670
|
+
};
|
|
722671
|
+
};
|
|
722672
|
+
meta: object;
|
|
722673
|
+
}>;
|
|
722674
|
+
histories: BuiltRouter<{
|
|
722675
|
+
ctx: Context;
|
|
722676
|
+
meta: object;
|
|
722677
|
+
errorShape: DefaultErrorShape;
|
|
722678
|
+
transformer: false;
|
|
722679
|
+
}, DecorateCreateRouterOptions<{
|
|
722680
|
+
get: MutationProcedure<{
|
|
722681
|
+
input: {
|
|
722682
|
+
search?: string | null | undefined;
|
|
722683
|
+
take?: string | number | null | undefined;
|
|
722684
|
+
skip?: string | number | null | undefined;
|
|
722685
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722686
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722687
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722688
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722689
|
+
ids_string_include?: string[] | null | undefined;
|
|
722690
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
722691
|
+
logic_codes_include?: string[] | null | undefined;
|
|
722692
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
722693
|
+
created_at?: {
|
|
722694
|
+
start_date?: string | null | undefined;
|
|
722695
|
+
end_date?: string | null | undefined;
|
|
722696
|
+
} | null | undefined;
|
|
722697
|
+
updated_at?: {
|
|
722698
|
+
start_date?: string | null | undefined;
|
|
722699
|
+
end_date?: string | null | undefined;
|
|
722700
|
+
} | null | undefined;
|
|
722701
|
+
order_by?: {
|
|
722702
|
+
field: string;
|
|
722703
|
+
direction: "asc" | "desc";
|
|
722704
|
+
} | null | undefined;
|
|
722705
|
+
order_bys?: {
|
|
722706
|
+
field: string;
|
|
722707
|
+
direction: "asc" | "desc";
|
|
722708
|
+
}[] | null | undefined;
|
|
722709
|
+
id_log_type?: string | number | bigint | null | undefined;
|
|
722710
|
+
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
722711
|
+
id_forwarding_consol_reference_number?: string | number | bigint | null | undefined;
|
|
722712
|
+
ids_forwarding_consol_reference_number?: (string | number | bigint)[] | null | undefined;
|
|
722713
|
+
};
|
|
722714
|
+
output: {
|
|
722715
|
+
data: {
|
|
722716
|
+
log_type: {
|
|
722717
|
+
is_active: boolean | null;
|
|
722718
|
+
id: string;
|
|
722719
|
+
logic_code: string | null;
|
|
722720
|
+
name: string | null;
|
|
722721
|
+
created_at: Date | null;
|
|
722722
|
+
created_by: string | null;
|
|
722723
|
+
updated_at: Date | null;
|
|
722724
|
+
updated_by: string | null;
|
|
722725
|
+
} | null;
|
|
722726
|
+
id: string;
|
|
722727
|
+
id_log_type: string | null;
|
|
722728
|
+
url: string | null;
|
|
722729
|
+
params: SimpleJson;
|
|
722730
|
+
action: string | null;
|
|
722731
|
+
action_by: string | null;
|
|
722732
|
+
action_id: string | null;
|
|
722733
|
+
action_at: Date | null;
|
|
722734
|
+
id_forwarding_consol_reference_number: string | null;
|
|
722735
|
+
}[] | undefined;
|
|
722736
|
+
total: number | undefined;
|
|
722737
|
+
};
|
|
722738
|
+
meta: object;
|
|
722739
|
+
}>;
|
|
722740
|
+
getDetail: MutationProcedure<{
|
|
722741
|
+
input: {
|
|
722742
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722743
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722744
|
+
id?: string | number | bigint | null | undefined;
|
|
722745
|
+
id_string?: string | null | undefined;
|
|
722746
|
+
logic_code?: string | null | undefined;
|
|
722747
|
+
};
|
|
722748
|
+
output: {
|
|
722749
|
+
data: {
|
|
722750
|
+
log_type: {
|
|
722751
|
+
is_active: boolean | null;
|
|
722752
|
+
id: string;
|
|
722753
|
+
logic_code: string | null;
|
|
722754
|
+
name: string | null;
|
|
722755
|
+
created_at: Date | null;
|
|
722756
|
+
created_by: string | null;
|
|
722757
|
+
updated_at: Date | null;
|
|
722758
|
+
updated_by: string | null;
|
|
722759
|
+
} | null;
|
|
722760
|
+
id: string;
|
|
722761
|
+
id_log_type: string | null;
|
|
722762
|
+
url: string | null;
|
|
722763
|
+
params: SimpleJson;
|
|
722764
|
+
action: string | null;
|
|
722765
|
+
action_by: string | null;
|
|
722766
|
+
action_id: string | null;
|
|
722767
|
+
action_at: Date | null;
|
|
722768
|
+
id_forwarding_consol_reference_number: string | null;
|
|
722769
|
+
} | undefined;
|
|
722770
|
+
};
|
|
722771
|
+
meta: object;
|
|
722772
|
+
}>;
|
|
722773
|
+
}>>;
|
|
722774
|
+
create: MutationProcedure<{
|
|
722775
|
+
input: {
|
|
722776
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722777
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722778
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722779
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722780
|
+
reference_number?: string | null | undefined;
|
|
722781
|
+
is_preallocation?: string | number | boolean | null | undefined;
|
|
722782
|
+
};
|
|
722783
|
+
output: {
|
|
722784
|
+
data: {
|
|
722785
|
+
is_active: boolean | null;
|
|
722786
|
+
id: string;
|
|
722787
|
+
logic_code: string | null;
|
|
722788
|
+
id_country: string | null;
|
|
722789
|
+
created_at: Date | null;
|
|
722790
|
+
created_by: string | null;
|
|
722791
|
+
updated_at: Date | null;
|
|
722792
|
+
updated_by: string | null;
|
|
722793
|
+
id_type: string | null;
|
|
722794
|
+
id_forwarding_consol: string | null;
|
|
722795
|
+
reference_number: string | null;
|
|
722796
|
+
is_preallocation: boolean | null;
|
|
722797
|
+
};
|
|
722798
|
+
log: {
|
|
722799
|
+
data: {
|
|
722800
|
+
id: string;
|
|
722801
|
+
id_log_type: string | null;
|
|
722802
|
+
url: string | null;
|
|
722803
|
+
params: SimpleJson;
|
|
722804
|
+
action: string | null;
|
|
722805
|
+
action_by: string | null;
|
|
722806
|
+
action_id: string | null;
|
|
722807
|
+
action_at: Date | null;
|
|
722808
|
+
id_forwarding_consol_reference_number: string | null;
|
|
722809
|
+
} | undefined;
|
|
722810
|
+
};
|
|
722811
|
+
} | undefined;
|
|
722812
|
+
meta: object;
|
|
722813
|
+
}>;
|
|
722814
|
+
update: MutationProcedure<{
|
|
722815
|
+
input: {
|
|
722816
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722817
|
+
id?: string | number | bigint | null | undefined;
|
|
722818
|
+
id_string?: string | null | undefined;
|
|
722819
|
+
logic_code?: string | null | undefined;
|
|
722820
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722821
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722822
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722823
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722824
|
+
reference_number?: string | null | undefined;
|
|
722825
|
+
is_preallocation?: string | number | boolean | null | undefined;
|
|
722826
|
+
};
|
|
722827
|
+
output: {
|
|
722828
|
+
data: {
|
|
722829
|
+
is_active: boolean | null;
|
|
722830
|
+
id: string;
|
|
722831
|
+
logic_code: string | null;
|
|
722832
|
+
id_country: string | null;
|
|
722833
|
+
created_at: Date | null;
|
|
722834
|
+
created_by: string | null;
|
|
722835
|
+
updated_at: Date | null;
|
|
722836
|
+
updated_by: string | null;
|
|
722837
|
+
id_type: string | null;
|
|
722838
|
+
id_forwarding_consol: string | null;
|
|
722839
|
+
reference_number: string | null;
|
|
722840
|
+
is_preallocation: boolean | null;
|
|
722841
|
+
};
|
|
722842
|
+
log: {
|
|
722843
|
+
data: {
|
|
722844
|
+
id: string;
|
|
722845
|
+
id_log_type: string | null;
|
|
722846
|
+
url: string | null;
|
|
722847
|
+
params: SimpleJson;
|
|
722848
|
+
action: string | null;
|
|
722849
|
+
action_by: string | null;
|
|
722850
|
+
action_id: string | null;
|
|
722851
|
+
action_at: Date | null;
|
|
722852
|
+
id_forwarding_consol_reference_number: string | null;
|
|
722853
|
+
} | undefined;
|
|
722854
|
+
};
|
|
722855
|
+
} | undefined;
|
|
722856
|
+
meta: object;
|
|
722857
|
+
}>;
|
|
722858
|
+
upsertBatch: MutationProcedure<{
|
|
722859
|
+
input: {
|
|
722860
|
+
create?: {
|
|
722861
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722862
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722863
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722864
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722865
|
+
reference_number?: string | null | undefined;
|
|
722866
|
+
is_preallocation?: string | number | boolean | null | undefined;
|
|
722867
|
+
}[] | undefined;
|
|
722868
|
+
update?: {
|
|
722869
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722870
|
+
id?: string | number | bigint | null | undefined;
|
|
722871
|
+
id_string?: string | null | undefined;
|
|
722872
|
+
logic_code?: string | null | undefined;
|
|
722873
|
+
is_active?: string | number | boolean | null | undefined;
|
|
722874
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
722875
|
+
id_type?: string | number | bigint | null | undefined;
|
|
722876
|
+
id_country?: string | number | bigint | null | undefined;
|
|
722877
|
+
reference_number?: string | null | undefined;
|
|
722878
|
+
is_preallocation?: string | number | boolean | null | undefined;
|
|
722879
|
+
}[] | undefined;
|
|
722880
|
+
};
|
|
722881
|
+
output: {
|
|
722882
|
+
createdData: ({
|
|
722883
|
+
data: {
|
|
722884
|
+
is_active: boolean | null;
|
|
722885
|
+
id: string;
|
|
722886
|
+
logic_code: string | null;
|
|
722887
|
+
id_country: string | null;
|
|
722888
|
+
created_at: Date | null;
|
|
722889
|
+
created_by: string | null;
|
|
722890
|
+
updated_at: Date | null;
|
|
722891
|
+
updated_by: string | null;
|
|
722892
|
+
id_type: string | null;
|
|
722893
|
+
id_forwarding_consol: string | null;
|
|
722894
|
+
reference_number: string | null;
|
|
722895
|
+
is_preallocation: boolean | null;
|
|
722896
|
+
};
|
|
722897
|
+
log: {
|
|
722898
|
+
data: {
|
|
722899
|
+
id: string;
|
|
722900
|
+
id_log_type: string | null;
|
|
722901
|
+
url: string | null;
|
|
722902
|
+
params: SimpleJson;
|
|
722903
|
+
action: string | null;
|
|
722904
|
+
action_by: string | null;
|
|
722905
|
+
action_id: string | null;
|
|
722906
|
+
action_at: Date | null;
|
|
722907
|
+
id_forwarding_consol_reference_number: string | null;
|
|
722908
|
+
} | undefined;
|
|
722909
|
+
};
|
|
722910
|
+
} | undefined)[];
|
|
722911
|
+
updatedData: ({
|
|
722912
|
+
data: {
|
|
722913
|
+
is_active: boolean | null;
|
|
722914
|
+
id: string;
|
|
722915
|
+
logic_code: string | null;
|
|
722916
|
+
id_country: string | null;
|
|
722917
|
+
created_at: Date | null;
|
|
722918
|
+
created_by: string | null;
|
|
722919
|
+
updated_at: Date | null;
|
|
722920
|
+
updated_by: string | null;
|
|
722921
|
+
id_type: string | null;
|
|
722922
|
+
id_forwarding_consol: string | null;
|
|
722923
|
+
reference_number: string | null;
|
|
722924
|
+
is_preallocation: boolean | null;
|
|
722925
|
+
};
|
|
722926
|
+
log: {
|
|
722927
|
+
data: {
|
|
722928
|
+
id: string;
|
|
722929
|
+
id_log_type: string | null;
|
|
722930
|
+
url: string | null;
|
|
722931
|
+
params: SimpleJson;
|
|
722932
|
+
action: string | null;
|
|
722933
|
+
action_by: string | null;
|
|
722934
|
+
action_id: string | null;
|
|
722935
|
+
action_at: Date | null;
|
|
722936
|
+
id_forwarding_consol_reference_number: string | null;
|
|
722937
|
+
} | undefined;
|
|
722938
|
+
};
|
|
722939
|
+
} | undefined)[];
|
|
722940
|
+
} | undefined;
|
|
722941
|
+
meta: object;
|
|
722942
|
+
}>;
|
|
722943
|
+
delete: MutationProcedure<{
|
|
722944
|
+
input: {
|
|
722945
|
+
id?: string | number | bigint | null | undefined;
|
|
722946
|
+
ids?: (string | number | bigint)[] | null | undefined;
|
|
722947
|
+
id_string?: string | null | undefined;
|
|
722948
|
+
ids_string?: string[] | null | undefined;
|
|
722949
|
+
};
|
|
722950
|
+
output: {
|
|
722951
|
+
data: ({
|
|
722952
|
+
is_active: boolean | null;
|
|
722953
|
+
id: string;
|
|
722954
|
+
logic_code: string | null;
|
|
722955
|
+
id_country: string | null;
|
|
722956
|
+
created_at: Date | null;
|
|
722957
|
+
created_by: string | null;
|
|
722958
|
+
updated_at: Date | null;
|
|
722959
|
+
updated_by: string | null;
|
|
722960
|
+
id_type: string | null;
|
|
722961
|
+
id_forwarding_consol: string | null;
|
|
722962
|
+
reference_number: string | null;
|
|
722963
|
+
is_preallocation: boolean | null;
|
|
722964
|
+
} | undefined)[] | undefined;
|
|
722965
|
+
} | undefined;
|
|
722966
|
+
meta: object;
|
|
722967
|
+
}>;
|
|
722968
|
+
}>>;
|
|
722969
|
+
forwardingConsolRoutings: BuiltRouter<{
|
|
722970
|
+
ctx: Context;
|
|
722971
|
+
meta: object;
|
|
722972
|
+
errorShape: DefaultErrorShape;
|
|
722973
|
+
transformer: false;
|
|
722974
|
+
}, DecorateCreateRouterOptions<{
|
|
722975
|
+
get: MutationProcedure<{
|
|
722976
|
+
input: {
|
|
722977
|
+
search?: string | null | undefined;
|
|
722978
|
+
take?: string | number | null | undefined;
|
|
722979
|
+
skip?: string | number | null | undefined;
|
|
722980
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
722981
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
722982
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
722983
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
722984
|
+
ids_string_include?: string[] | null | undefined;
|
|
722985
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
722986
|
+
logic_codes_include?: string[] | null | undefined;
|
|
722987
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
722988
|
+
created_at?: {
|
|
722989
|
+
start_date?: string | null | undefined;
|
|
722990
|
+
end_date?: string | null | undefined;
|
|
722991
|
+
} | null | undefined;
|
|
722992
|
+
updated_at?: {
|
|
722993
|
+
start_date?: string | null | undefined;
|
|
722994
|
+
end_date?: string | null | undefined;
|
|
722995
|
+
} | null | undefined;
|
|
722996
|
+
order_by?: {
|
|
722997
|
+
field: string;
|
|
722998
|
+
direction: "asc" | "desc";
|
|
722999
|
+
} | null | undefined;
|
|
723000
|
+
order_bys?: {
|
|
723001
|
+
field: string;
|
|
723002
|
+
direction: "asc" | "desc";
|
|
723003
|
+
}[] | null | undefined;
|
|
723004
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
723005
|
+
ids_forwarding_consol?: (string | number | bigint)[] | null | undefined;
|
|
723006
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
723007
|
+
ids_transport_mode?: (string | number | bigint)[] | null | undefined;
|
|
723008
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
723009
|
+
ids_load_port?: (string | number | bigint)[] | null | undefined;
|
|
723010
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
723011
|
+
ids_discharge_port?: (string | number | bigint)[] | null | undefined;
|
|
723012
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
723013
|
+
ids_vessel?: (string | number | bigint)[] | null | undefined;
|
|
723014
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
723015
|
+
ids_carrier_shipping_line?: (string | number | bigint)[] | null | undefined;
|
|
723016
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
723017
|
+
ids_carrier_airline?: (string | number | bigint)[] | null | undefined;
|
|
723018
|
+
};
|
|
723019
|
+
output: {
|
|
723020
|
+
data: {
|
|
723021
|
+
forwarding_transport_mode: {
|
|
723022
|
+
is_active: boolean | null;
|
|
723023
|
+
id: string;
|
|
723024
|
+
logic_code: string | null;
|
|
723025
|
+
name: string | null;
|
|
723026
|
+
code: string | null;
|
|
723027
|
+
created_at: Date | null;
|
|
723028
|
+
created_by: string | null;
|
|
723029
|
+
updated_at: Date | null;
|
|
723030
|
+
updated_by: string | null;
|
|
723031
|
+
is_shipment: boolean | null;
|
|
723032
|
+
is_consol: boolean | null;
|
|
723033
|
+
} | null;
|
|
723034
|
+
forwarding_consol: {
|
|
723035
|
+
is_active: boolean | null;
|
|
723036
|
+
id: string;
|
|
723037
|
+
logic_code: string | null;
|
|
723038
|
+
name: string | null;
|
|
723039
|
+
code: string | null;
|
|
723040
|
+
created_at: Date | null;
|
|
723041
|
+
created_by: string | null;
|
|
723042
|
+
updated_at: Date | null;
|
|
723043
|
+
updated_by: string | null;
|
|
723044
|
+
id_transport_mode: string | null;
|
|
723045
|
+
id_container_shipping_type: string | null;
|
|
723046
|
+
id_service_level: string | null;
|
|
723047
|
+
id_type: string | null;
|
|
723048
|
+
id_vessel: string | null;
|
|
723049
|
+
id_load_port: string | null;
|
|
723050
|
+
id_discharge_port: string | null;
|
|
723051
|
+
id_payment_type: string | null;
|
|
723052
|
+
id_sending_agent: string | null;
|
|
723053
|
+
id_sending_agent_address: string | null;
|
|
723054
|
+
id_receiving_agent: string | null;
|
|
723055
|
+
id_receiving_agent_address: string | null;
|
|
723056
|
+
id_carrier_shipping_line: string | null;
|
|
723057
|
+
id_carrier_airline: string | null;
|
|
723058
|
+
id_creditor_origin: string | null;
|
|
723059
|
+
id_creditor_origin_address: string | null;
|
|
723060
|
+
id_creditor_destination: string | null;
|
|
723061
|
+
id_creditor_destination_address: string | null;
|
|
723062
|
+
is_neutral_mawb: boolean | null;
|
|
723063
|
+
trip_number: string | null;
|
|
723064
|
+
aircraft_type: string | null;
|
|
723065
|
+
aircraft_registration: string | null;
|
|
723066
|
+
mawb_number: string | null;
|
|
723067
|
+
bol_number: string | null;
|
|
723068
|
+
carrier_booking_reference: string | null;
|
|
723069
|
+
agent_reference: string | null;
|
|
723070
|
+
estimated_departure: Date | null;
|
|
723071
|
+
estimated_arrival: Date | null;
|
|
723072
|
+
actual_departure: Date | null;
|
|
723073
|
+
actual_arrival: Date | null;
|
|
723074
|
+
consol_number: string | null;
|
|
723075
|
+
} | null;
|
|
723076
|
+
carrier_shipping_line: {
|
|
723077
|
+
is_active: boolean | null;
|
|
723078
|
+
id: string;
|
|
723079
|
+
logic_code: string | null;
|
|
723080
|
+
name: string | null;
|
|
723081
|
+
id_country: string | null;
|
|
723082
|
+
id_state: string | null;
|
|
723083
|
+
id_city: string | null;
|
|
723084
|
+
id_postal_code: string | null;
|
|
723085
|
+
code: string | null;
|
|
723086
|
+
address: string | null;
|
|
723087
|
+
created_at: Date | null;
|
|
723088
|
+
created_by: string | null;
|
|
723089
|
+
updated_at: Date | null;
|
|
723090
|
+
updated_by: string | null;
|
|
723091
|
+
id_un_locode: string | null;
|
|
723092
|
+
scac: string | null;
|
|
723093
|
+
ocean_carrier_name: string | null;
|
|
723094
|
+
is_non_vessel_operator: boolean | null;
|
|
723095
|
+
is_shipping_line: boolean | null;
|
|
723096
|
+
} | null;
|
|
723097
|
+
carrier_airline: {
|
|
723098
|
+
is_active: boolean | null;
|
|
723099
|
+
id: string;
|
|
723100
|
+
logic_code: string | null;
|
|
723101
|
+
name: string | null;
|
|
723102
|
+
id_country: string | null;
|
|
723103
|
+
id_state: string | null;
|
|
723104
|
+
id_city: string | null;
|
|
723105
|
+
id_postal_code: string | null;
|
|
723106
|
+
code: string | null;
|
|
723107
|
+
address: string | null;
|
|
723108
|
+
created_at: Date | null;
|
|
723109
|
+
created_by: string | null;
|
|
723110
|
+
updated_at: Date | null;
|
|
723111
|
+
updated_by: string | null;
|
|
723112
|
+
id_un_locode: string | null;
|
|
723113
|
+
airline_num_code: string | null;
|
|
723114
|
+
airline_three_code: string | null;
|
|
723115
|
+
airline_two_code: string | null;
|
|
723116
|
+
short_airline_name: string | null;
|
|
723117
|
+
full_airline_name_1: string | null;
|
|
723118
|
+
full_airline_name_2: string | null;
|
|
723119
|
+
is_cass_controlled: boolean | null;
|
|
723120
|
+
is_iata_member: boolean | null;
|
|
723121
|
+
is_ata_member: boolean | null;
|
|
723122
|
+
is_sita_member: boolean | null;
|
|
723123
|
+
is_arinc_member: boolean | null;
|
|
723124
|
+
is_signed_e_awb: boolean | null;
|
|
723125
|
+
} | null;
|
|
723126
|
+
load_port_un_locode: {
|
|
723127
|
+
is_active: boolean | null;
|
|
723128
|
+
id: string;
|
|
723129
|
+
logic_code: string | null;
|
|
723130
|
+
id_country: string | null;
|
|
723131
|
+
id_state: string | null;
|
|
723132
|
+
id_city: string | null;
|
|
723133
|
+
created_at: Date | null;
|
|
723134
|
+
created_by: string | null;
|
|
723135
|
+
updated_at: Date | null;
|
|
723136
|
+
updated_by: string | null;
|
|
723137
|
+
id_time_zone: string | null;
|
|
723138
|
+
un_code: string | null;
|
|
723139
|
+
iata_code: string | null;
|
|
723140
|
+
iata_region_code: string | null;
|
|
723141
|
+
latitude: Decimal | null;
|
|
723142
|
+
longitude: Decimal | null;
|
|
723143
|
+
port_name: string | null;
|
|
723144
|
+
proper_name: string | null;
|
|
723145
|
+
has_post: boolean | null;
|
|
723146
|
+
has_customs: boolean | null;
|
|
723147
|
+
has_unload: boolean | null;
|
|
723148
|
+
has_airport: boolean | null;
|
|
723149
|
+
has_railway: boolean | null;
|
|
723150
|
+
has_road: boolean | null;
|
|
723151
|
+
has_store: boolean | null;
|
|
723152
|
+
has_terminal: boolean | null;
|
|
723153
|
+
has_discharge: boolean | null;
|
|
723154
|
+
has_seaport: boolean | null;
|
|
723155
|
+
has_outport: boolean | null;
|
|
723156
|
+
} | null;
|
|
723157
|
+
discharge_port_un_locode: {
|
|
723158
|
+
is_active: boolean | null;
|
|
723159
|
+
id: string;
|
|
723160
|
+
logic_code: string | null;
|
|
723161
|
+
id_country: string | null;
|
|
723162
|
+
id_state: string | null;
|
|
723163
|
+
id_city: string | null;
|
|
723164
|
+
created_at: Date | null;
|
|
723165
|
+
created_by: string | null;
|
|
723166
|
+
updated_at: Date | null;
|
|
723167
|
+
updated_by: string | null;
|
|
723168
|
+
id_time_zone: string | null;
|
|
723169
|
+
un_code: string | null;
|
|
723170
|
+
iata_code: string | null;
|
|
723171
|
+
iata_region_code: string | null;
|
|
723172
|
+
latitude: Decimal | null;
|
|
723173
|
+
longitude: Decimal | null;
|
|
723174
|
+
port_name: string | null;
|
|
723175
|
+
proper_name: string | null;
|
|
723176
|
+
has_post: boolean | null;
|
|
723177
|
+
has_customs: boolean | null;
|
|
723178
|
+
has_unload: boolean | null;
|
|
723179
|
+
has_airport: boolean | null;
|
|
723180
|
+
has_railway: boolean | null;
|
|
723181
|
+
has_road: boolean | null;
|
|
723182
|
+
has_store: boolean | null;
|
|
723183
|
+
has_terminal: boolean | null;
|
|
723184
|
+
has_discharge: boolean | null;
|
|
723185
|
+
has_seaport: boolean | null;
|
|
723186
|
+
has_outport: boolean | null;
|
|
723187
|
+
} | null;
|
|
723188
|
+
vessel: {
|
|
723189
|
+
is_active: boolean | null;
|
|
723190
|
+
id: string;
|
|
723191
|
+
name: string | null;
|
|
723192
|
+
id_country: string | null;
|
|
723193
|
+
created_at: Date | null;
|
|
723194
|
+
created_by: string | null;
|
|
723195
|
+
updated_at: Date | null;
|
|
723196
|
+
updated_by: string | null;
|
|
723197
|
+
id_shipping_provider: string | null;
|
|
723198
|
+
id_vessel_consortium: string | null;
|
|
723199
|
+
id_vessel_type: string | null;
|
|
723200
|
+
imo_code: string | null;
|
|
723201
|
+
agent_code: string | null;
|
|
723202
|
+
radio_call_sign: string | null;
|
|
723203
|
+
cargo_carrier_code: string | null;
|
|
723204
|
+
net_register_ton: Decimal | null;
|
|
723205
|
+
} | null;
|
|
723206
|
+
is_active: boolean | null;
|
|
723207
|
+
id: string;
|
|
723208
|
+
logic_code: string | null;
|
|
723209
|
+
name: string | null;
|
|
723210
|
+
code: string | null;
|
|
723211
|
+
created_at: Date | null;
|
|
723212
|
+
created_by: string | null;
|
|
723213
|
+
updated_at: Date | null;
|
|
723214
|
+
updated_by: string | null;
|
|
723215
|
+
id_transport_mode: string | null;
|
|
723216
|
+
id_forwarding_consol: string | null;
|
|
723217
|
+
id_vessel: string | null;
|
|
723218
|
+
id_load_port: string | null;
|
|
723219
|
+
id_discharge_port: string | null;
|
|
723220
|
+
id_carrier_shipping_line: string | null;
|
|
723221
|
+
id_carrier_airline: string | null;
|
|
723222
|
+
trip_number: string | null;
|
|
723223
|
+
aircraft_type: string | null;
|
|
723224
|
+
aircraft_registration: string | null;
|
|
723225
|
+
estimated_departure: Date | null;
|
|
723226
|
+
estimated_arrival: Date | null;
|
|
723227
|
+
actual_departure: Date | null;
|
|
723228
|
+
actual_arrival: Date | null;
|
|
723229
|
+
}[] | undefined;
|
|
723230
|
+
total: number | undefined;
|
|
723231
|
+
};
|
|
723232
|
+
meta: object;
|
|
723233
|
+
}>;
|
|
723234
|
+
getDetail: MutationProcedure<{
|
|
723235
|
+
input: {
|
|
723236
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
723237
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
723238
|
+
id?: string | number | bigint | null | undefined;
|
|
723239
|
+
id_string?: string | null | undefined;
|
|
723240
|
+
logic_code?: string | null | undefined;
|
|
723241
|
+
};
|
|
723242
|
+
output: {
|
|
723243
|
+
data: {
|
|
723244
|
+
_count: {
|
|
723245
|
+
forwarding_consol: number;
|
|
723246
|
+
forwarding_transport_mode: number;
|
|
723247
|
+
load_port_un_locode: number;
|
|
723248
|
+
discharge_port_un_locode: number;
|
|
723249
|
+
vessel: number;
|
|
723250
|
+
carrier_shipping_line: number;
|
|
723251
|
+
carrier_airline: number;
|
|
723252
|
+
forwarding_consol_routing_logs: number;
|
|
723253
|
+
};
|
|
723254
|
+
forwarding_transport_mode: {
|
|
723255
|
+
is_active: boolean | null;
|
|
723256
|
+
id: string;
|
|
723257
|
+
logic_code: string | null;
|
|
723258
|
+
name: string | null;
|
|
723259
|
+
code: string | null;
|
|
723260
|
+
created_at: Date | null;
|
|
723261
|
+
created_by: string | null;
|
|
723262
|
+
updated_at: Date | null;
|
|
723263
|
+
updated_by: string | null;
|
|
723264
|
+
is_shipment: boolean | null;
|
|
723265
|
+
is_consol: boolean | null;
|
|
723266
|
+
} | null;
|
|
723267
|
+
forwarding_consol: {
|
|
723268
|
+
is_active: boolean | null;
|
|
723269
|
+
id: string;
|
|
723270
|
+
logic_code: string | null;
|
|
723271
|
+
name: string | null;
|
|
723272
|
+
code: string | null;
|
|
723273
|
+
created_at: Date | null;
|
|
723274
|
+
created_by: string | null;
|
|
723275
|
+
updated_at: Date | null;
|
|
723276
|
+
updated_by: string | null;
|
|
723277
|
+
id_transport_mode: string | null;
|
|
723278
|
+
id_container_shipping_type: string | null;
|
|
723279
|
+
id_service_level: string | null;
|
|
723280
|
+
id_type: string | null;
|
|
723281
|
+
id_vessel: string | null;
|
|
723282
|
+
id_load_port: string | null;
|
|
723283
|
+
id_discharge_port: string | null;
|
|
723284
|
+
id_payment_type: string | null;
|
|
723285
|
+
id_sending_agent: string | null;
|
|
723286
|
+
id_sending_agent_address: string | null;
|
|
723287
|
+
id_receiving_agent: string | null;
|
|
723288
|
+
id_receiving_agent_address: string | null;
|
|
723289
|
+
id_carrier_shipping_line: string | null;
|
|
723290
|
+
id_carrier_airline: string | null;
|
|
723291
|
+
id_creditor_origin: string | null;
|
|
723292
|
+
id_creditor_origin_address: string | null;
|
|
723293
|
+
id_creditor_destination: string | null;
|
|
723294
|
+
id_creditor_destination_address: string | null;
|
|
723295
|
+
is_neutral_mawb: boolean | null;
|
|
723296
|
+
trip_number: string | null;
|
|
723297
|
+
aircraft_type: string | null;
|
|
723298
|
+
aircraft_registration: string | null;
|
|
723299
|
+
mawb_number: string | null;
|
|
723300
|
+
bol_number: string | null;
|
|
723301
|
+
carrier_booking_reference: string | null;
|
|
723302
|
+
agent_reference: string | null;
|
|
723303
|
+
estimated_departure: Date | null;
|
|
723304
|
+
estimated_arrival: Date | null;
|
|
723305
|
+
actual_departure: Date | null;
|
|
723306
|
+
actual_arrival: Date | null;
|
|
723307
|
+
consol_number: string | null;
|
|
723308
|
+
} | null;
|
|
723309
|
+
carrier_shipping_line: {
|
|
723310
|
+
is_active: boolean | null;
|
|
723311
|
+
id: string;
|
|
723312
|
+
logic_code: string | null;
|
|
723313
|
+
name: string | null;
|
|
723314
|
+
id_country: string | null;
|
|
723315
|
+
id_state: string | null;
|
|
723316
|
+
id_city: string | null;
|
|
723317
|
+
id_postal_code: string | null;
|
|
723318
|
+
code: string | null;
|
|
723319
|
+
address: string | null;
|
|
723320
|
+
created_at: Date | null;
|
|
723321
|
+
created_by: string | null;
|
|
723322
|
+
updated_at: Date | null;
|
|
723323
|
+
updated_by: string | null;
|
|
723324
|
+
id_un_locode: string | null;
|
|
723325
|
+
scac: string | null;
|
|
723326
|
+
ocean_carrier_name: string | null;
|
|
723327
|
+
is_non_vessel_operator: boolean | null;
|
|
723328
|
+
is_shipping_line: boolean | null;
|
|
723329
|
+
} | null;
|
|
723330
|
+
carrier_airline: {
|
|
723331
|
+
is_active: boolean | null;
|
|
723332
|
+
id: string;
|
|
723333
|
+
logic_code: string | null;
|
|
723334
|
+
name: string | null;
|
|
723335
|
+
id_country: string | null;
|
|
723336
|
+
id_state: string | null;
|
|
723337
|
+
id_city: string | null;
|
|
723338
|
+
id_postal_code: string | null;
|
|
723339
|
+
code: string | null;
|
|
723340
|
+
address: string | null;
|
|
723341
|
+
created_at: Date | null;
|
|
723342
|
+
created_by: string | null;
|
|
723343
|
+
updated_at: Date | null;
|
|
723344
|
+
updated_by: string | null;
|
|
723345
|
+
id_un_locode: string | null;
|
|
723346
|
+
airline_num_code: string | null;
|
|
723347
|
+
airline_three_code: string | null;
|
|
723348
|
+
airline_two_code: string | null;
|
|
723349
|
+
short_airline_name: string | null;
|
|
723350
|
+
full_airline_name_1: string | null;
|
|
723351
|
+
full_airline_name_2: string | null;
|
|
723352
|
+
is_cass_controlled: boolean | null;
|
|
723353
|
+
is_iata_member: boolean | null;
|
|
723354
|
+
is_ata_member: boolean | null;
|
|
723355
|
+
is_sita_member: boolean | null;
|
|
723356
|
+
is_arinc_member: boolean | null;
|
|
723357
|
+
is_signed_e_awb: boolean | null;
|
|
723358
|
+
} | null;
|
|
723359
|
+
load_port_un_locode: {
|
|
723360
|
+
is_active: boolean | null;
|
|
723361
|
+
id: string;
|
|
723362
|
+
logic_code: string | null;
|
|
723363
|
+
id_country: string | null;
|
|
723364
|
+
id_state: string | null;
|
|
723365
|
+
id_city: string | null;
|
|
723366
|
+
created_at: Date | null;
|
|
723367
|
+
created_by: string | null;
|
|
723368
|
+
updated_at: Date | null;
|
|
723369
|
+
updated_by: string | null;
|
|
723370
|
+
id_time_zone: string | null;
|
|
723371
|
+
un_code: string | null;
|
|
723372
|
+
iata_code: string | null;
|
|
723373
|
+
iata_region_code: string | null;
|
|
723374
|
+
latitude: Decimal | null;
|
|
723375
|
+
longitude: Decimal | null;
|
|
723376
|
+
port_name: string | null;
|
|
723377
|
+
proper_name: string | null;
|
|
723378
|
+
has_post: boolean | null;
|
|
723379
|
+
has_customs: boolean | null;
|
|
723380
|
+
has_unload: boolean | null;
|
|
723381
|
+
has_airport: boolean | null;
|
|
723382
|
+
has_railway: boolean | null;
|
|
723383
|
+
has_road: boolean | null;
|
|
723384
|
+
has_store: boolean | null;
|
|
723385
|
+
has_terminal: boolean | null;
|
|
723386
|
+
has_discharge: boolean | null;
|
|
723387
|
+
has_seaport: boolean | null;
|
|
723388
|
+
has_outport: boolean | null;
|
|
723389
|
+
} | null;
|
|
723390
|
+
discharge_port_un_locode: {
|
|
723391
|
+
is_active: boolean | null;
|
|
723392
|
+
id: string;
|
|
723393
|
+
logic_code: string | null;
|
|
723394
|
+
id_country: string | null;
|
|
723395
|
+
id_state: string | null;
|
|
723396
|
+
id_city: string | null;
|
|
723397
|
+
created_at: Date | null;
|
|
723398
|
+
created_by: string | null;
|
|
723399
|
+
updated_at: Date | null;
|
|
723400
|
+
updated_by: string | null;
|
|
723401
|
+
id_time_zone: string | null;
|
|
723402
|
+
un_code: string | null;
|
|
723403
|
+
iata_code: string | null;
|
|
723404
|
+
iata_region_code: string | null;
|
|
723405
|
+
latitude: Decimal | null;
|
|
723406
|
+
longitude: Decimal | null;
|
|
723407
|
+
port_name: string | null;
|
|
723408
|
+
proper_name: string | null;
|
|
723409
|
+
has_post: boolean | null;
|
|
723410
|
+
has_customs: boolean | null;
|
|
723411
|
+
has_unload: boolean | null;
|
|
723412
|
+
has_airport: boolean | null;
|
|
723413
|
+
has_railway: boolean | null;
|
|
723414
|
+
has_road: boolean | null;
|
|
723415
|
+
has_store: boolean | null;
|
|
723416
|
+
has_terminal: boolean | null;
|
|
723417
|
+
has_discharge: boolean | null;
|
|
723418
|
+
has_seaport: boolean | null;
|
|
723419
|
+
has_outport: boolean | null;
|
|
723420
|
+
} | null;
|
|
723421
|
+
vessel: {
|
|
723422
|
+
is_active: boolean | null;
|
|
723423
|
+
id: string;
|
|
723424
|
+
name: string | null;
|
|
723425
|
+
id_country: string | null;
|
|
723426
|
+
created_at: Date | null;
|
|
723427
|
+
created_by: string | null;
|
|
723428
|
+
updated_at: Date | null;
|
|
723429
|
+
updated_by: string | null;
|
|
723430
|
+
id_shipping_provider: string | null;
|
|
723431
|
+
id_vessel_consortium: string | null;
|
|
723432
|
+
id_vessel_type: string | null;
|
|
723433
|
+
imo_code: string | null;
|
|
723434
|
+
agent_code: string | null;
|
|
723435
|
+
radio_call_sign: string | null;
|
|
723436
|
+
cargo_carrier_code: string | null;
|
|
723437
|
+
net_register_ton: Decimal | null;
|
|
723438
|
+
} | null;
|
|
723439
|
+
is_active: boolean | null;
|
|
723440
|
+
id: string;
|
|
723441
|
+
logic_code: string | null;
|
|
723442
|
+
name: string | null;
|
|
723443
|
+
code: string | null;
|
|
723444
|
+
created_at: Date | null;
|
|
723445
|
+
created_by: string | null;
|
|
723446
|
+
updated_at: Date | null;
|
|
723447
|
+
updated_by: string | null;
|
|
723448
|
+
id_transport_mode: string | null;
|
|
723449
|
+
id_forwarding_consol: string | null;
|
|
723450
|
+
id_vessel: string | null;
|
|
723451
|
+
id_load_port: string | null;
|
|
723452
|
+
id_discharge_port: string | null;
|
|
723453
|
+
id_carrier_shipping_line: string | null;
|
|
723454
|
+
id_carrier_airline: string | null;
|
|
723455
|
+
trip_number: string | null;
|
|
723456
|
+
aircraft_type: string | null;
|
|
723457
|
+
aircraft_registration: string | null;
|
|
723458
|
+
estimated_departure: Date | null;
|
|
723459
|
+
estimated_arrival: Date | null;
|
|
723460
|
+
actual_departure: Date | null;
|
|
723461
|
+
actual_arrival: Date | null;
|
|
723462
|
+
};
|
|
723463
|
+
};
|
|
723464
|
+
meta: object;
|
|
723465
|
+
}>;
|
|
723466
|
+
histories: BuiltRouter<{
|
|
723467
|
+
ctx: Context;
|
|
723468
|
+
meta: object;
|
|
723469
|
+
errorShape: DefaultErrorShape;
|
|
723470
|
+
transformer: false;
|
|
723471
|
+
}, DecorateCreateRouterOptions<{
|
|
723472
|
+
get: MutationProcedure<{
|
|
723473
|
+
input: {
|
|
723474
|
+
search?: string | null | undefined;
|
|
723475
|
+
take?: string | number | null | undefined;
|
|
723476
|
+
skip?: string | number | null | undefined;
|
|
723477
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
723478
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
723479
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
723480
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
723481
|
+
ids_string_include?: string[] | null | undefined;
|
|
723482
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
723483
|
+
logic_codes_include?: string[] | null | undefined;
|
|
723484
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
723485
|
+
created_at?: {
|
|
723486
|
+
start_date?: string | null | undefined;
|
|
723487
|
+
end_date?: string | null | undefined;
|
|
723488
|
+
} | null | undefined;
|
|
723489
|
+
updated_at?: {
|
|
723490
|
+
start_date?: string | null | undefined;
|
|
723491
|
+
end_date?: string | null | undefined;
|
|
723492
|
+
} | null | undefined;
|
|
723493
|
+
order_by?: {
|
|
723494
|
+
field: string;
|
|
723495
|
+
direction: "asc" | "desc";
|
|
723496
|
+
} | null | undefined;
|
|
723497
|
+
order_bys?: {
|
|
723498
|
+
field: string;
|
|
723499
|
+
direction: "asc" | "desc";
|
|
723500
|
+
}[] | null | undefined;
|
|
723501
|
+
id_log_type?: string | number | bigint | null | undefined;
|
|
723502
|
+
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
723503
|
+
id_forwarding_consol_routing?: string | number | bigint | null | undefined;
|
|
723504
|
+
ids_forwarding_consol_routing?: (string | number | bigint)[] | null | undefined;
|
|
723505
|
+
};
|
|
723506
|
+
output: {
|
|
723507
|
+
data: {
|
|
723508
|
+
log_type: {
|
|
723509
|
+
is_active: boolean | null;
|
|
723510
|
+
id: string;
|
|
723511
|
+
logic_code: string | null;
|
|
723512
|
+
name: string | null;
|
|
723513
|
+
created_at: Date | null;
|
|
723514
|
+
created_by: string | null;
|
|
723515
|
+
updated_at: Date | null;
|
|
723516
|
+
updated_by: string | null;
|
|
723517
|
+
} | null;
|
|
723518
|
+
id: string;
|
|
723519
|
+
id_log_type: string | null;
|
|
723520
|
+
url: string | null;
|
|
723521
|
+
params: SimpleJson;
|
|
723522
|
+
action: string | null;
|
|
723523
|
+
action_by: string | null;
|
|
723524
|
+
action_id: string | null;
|
|
723525
|
+
action_at: Date | null;
|
|
723526
|
+
id_forwarding_consol_routing: string | null;
|
|
723527
|
+
}[] | undefined;
|
|
723528
|
+
total: number | undefined;
|
|
723529
|
+
};
|
|
723530
|
+
meta: object;
|
|
723531
|
+
}>;
|
|
723532
|
+
getDetail: MutationProcedure<{
|
|
723533
|
+
input: {
|
|
723534
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
723535
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
723536
|
+
id?: string | number | bigint | null | undefined;
|
|
723537
|
+
id_string?: string | null | undefined;
|
|
723538
|
+
logic_code?: string | null | undefined;
|
|
723539
|
+
};
|
|
723540
|
+
output: {
|
|
723541
|
+
data: {
|
|
723542
|
+
log_type: {
|
|
723543
|
+
is_active: boolean | null;
|
|
723544
|
+
id: string;
|
|
723545
|
+
logic_code: string | null;
|
|
723546
|
+
name: string | null;
|
|
723547
|
+
created_at: Date | null;
|
|
723548
|
+
created_by: string | null;
|
|
723549
|
+
updated_at: Date | null;
|
|
723550
|
+
updated_by: string | null;
|
|
723551
|
+
} | null;
|
|
723552
|
+
id: string;
|
|
723553
|
+
id_log_type: string | null;
|
|
723554
|
+
url: string | null;
|
|
723555
|
+
params: SimpleJson;
|
|
723556
|
+
action: string | null;
|
|
723557
|
+
action_by: string | null;
|
|
723558
|
+
action_id: string | null;
|
|
723559
|
+
action_at: Date | null;
|
|
723560
|
+
id_forwarding_consol_routing: string | null;
|
|
723561
|
+
} | undefined;
|
|
723562
|
+
};
|
|
723563
|
+
meta: object;
|
|
723564
|
+
}>;
|
|
723565
|
+
}>>;
|
|
723566
|
+
create: MutationProcedure<{
|
|
723567
|
+
input: {
|
|
723568
|
+
is_active?: string | number | boolean | null | undefined;
|
|
723569
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
723570
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
723571
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
723572
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
723573
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
723574
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
723575
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
723576
|
+
trip_number?: string | null | undefined;
|
|
723577
|
+
aircraft_type?: string | null | undefined;
|
|
723578
|
+
aircraft_registration?: string | null | undefined;
|
|
723579
|
+
estimated_departure?: string | null | undefined;
|
|
723580
|
+
estimated_arrival?: string | null | undefined;
|
|
723581
|
+
actual_departure?: string | null | undefined;
|
|
723582
|
+
actual_arrival?: string | null | undefined;
|
|
723583
|
+
};
|
|
723584
|
+
output: {
|
|
723585
|
+
data: {
|
|
723586
|
+
is_active: boolean | null;
|
|
723587
|
+
id: string;
|
|
723588
|
+
logic_code: string | null;
|
|
723589
|
+
name: string | null;
|
|
723590
|
+
code: string | null;
|
|
723591
|
+
created_at: Date | null;
|
|
723592
|
+
created_by: string | null;
|
|
723593
|
+
updated_at: Date | null;
|
|
723594
|
+
updated_by: string | null;
|
|
723595
|
+
id_transport_mode: string | null;
|
|
723596
|
+
id_forwarding_consol: string | null;
|
|
723597
|
+
id_vessel: string | null;
|
|
723598
|
+
id_load_port: string | null;
|
|
723599
|
+
id_discharge_port: string | null;
|
|
723600
|
+
id_carrier_shipping_line: string | null;
|
|
723601
|
+
id_carrier_airline: string | null;
|
|
723602
|
+
trip_number: string | null;
|
|
723603
|
+
aircraft_type: string | null;
|
|
723604
|
+
aircraft_registration: string | null;
|
|
723605
|
+
estimated_departure: Date | null;
|
|
723606
|
+
estimated_arrival: Date | null;
|
|
723607
|
+
actual_departure: Date | null;
|
|
723608
|
+
actual_arrival: Date | null;
|
|
723609
|
+
};
|
|
723610
|
+
log: {
|
|
723611
|
+
data: {
|
|
723612
|
+
id: string;
|
|
723613
|
+
id_log_type: string | null;
|
|
723614
|
+
url: string | null;
|
|
723615
|
+
params: SimpleJson;
|
|
723616
|
+
action: string | null;
|
|
723617
|
+
action_by: string | null;
|
|
723618
|
+
action_id: string | null;
|
|
723619
|
+
action_at: Date | null;
|
|
723620
|
+
id_forwarding_consol_routing: string | null;
|
|
723621
|
+
} | undefined;
|
|
723622
|
+
};
|
|
723623
|
+
} | undefined;
|
|
723624
|
+
meta: object;
|
|
723625
|
+
}>;
|
|
723626
|
+
update: MutationProcedure<{
|
|
723627
|
+
input: {
|
|
723628
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
723629
|
+
id?: string | number | bigint | null | undefined;
|
|
723630
|
+
id_string?: string | null | undefined;
|
|
723631
|
+
logic_code?: string | null | undefined;
|
|
723632
|
+
is_active?: string | number | boolean | null | undefined;
|
|
723633
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
723634
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
723635
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
723636
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
723637
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
723638
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
723639
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
723640
|
+
trip_number?: string | null | undefined;
|
|
723641
|
+
aircraft_type?: string | null | undefined;
|
|
723642
|
+
aircraft_registration?: string | null | undefined;
|
|
723643
|
+
estimated_departure?: string | null | undefined;
|
|
723644
|
+
estimated_arrival?: string | null | undefined;
|
|
723645
|
+
actual_departure?: string | null | undefined;
|
|
723646
|
+
actual_arrival?: string | null | undefined;
|
|
723647
|
+
};
|
|
723648
|
+
output: {
|
|
723649
|
+
data: {
|
|
723650
|
+
is_active: boolean | null;
|
|
723651
|
+
id: string;
|
|
723652
|
+
logic_code: string | null;
|
|
723653
|
+
name: string | null;
|
|
723654
|
+
code: string | null;
|
|
723655
|
+
created_at: Date | null;
|
|
723656
|
+
created_by: string | null;
|
|
723657
|
+
updated_at: Date | null;
|
|
723658
|
+
updated_by: string | null;
|
|
723659
|
+
id_transport_mode: string | null;
|
|
723660
|
+
id_forwarding_consol: string | null;
|
|
723661
|
+
id_vessel: string | null;
|
|
723662
|
+
id_load_port: string | null;
|
|
723663
|
+
id_discharge_port: string | null;
|
|
723664
|
+
id_carrier_shipping_line: string | null;
|
|
723665
|
+
id_carrier_airline: string | null;
|
|
723666
|
+
trip_number: string | null;
|
|
723667
|
+
aircraft_type: string | null;
|
|
723668
|
+
aircraft_registration: string | null;
|
|
723669
|
+
estimated_departure: Date | null;
|
|
723670
|
+
estimated_arrival: Date | null;
|
|
723671
|
+
actual_departure: Date | null;
|
|
723672
|
+
actual_arrival: Date | null;
|
|
723673
|
+
};
|
|
723674
|
+
log: {
|
|
723675
|
+
data: {
|
|
723676
|
+
id: string;
|
|
723677
|
+
id_log_type: string | null;
|
|
723678
|
+
url: string | null;
|
|
723679
|
+
params: SimpleJson;
|
|
723680
|
+
action: string | null;
|
|
723681
|
+
action_by: string | null;
|
|
723682
|
+
action_id: string | null;
|
|
723683
|
+
action_at: Date | null;
|
|
723684
|
+
id_forwarding_consol_routing: string | null;
|
|
723685
|
+
} | undefined;
|
|
723686
|
+
};
|
|
723687
|
+
} | undefined;
|
|
723688
|
+
meta: object;
|
|
723689
|
+
}>;
|
|
723690
|
+
upsertBatch: MutationProcedure<{
|
|
723691
|
+
input: {
|
|
723692
|
+
create?: {
|
|
723693
|
+
is_active?: string | number | boolean | null | undefined;
|
|
723694
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
723695
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
723696
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
723697
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
723698
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
723699
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
723700
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
723701
|
+
trip_number?: string | null | undefined;
|
|
723702
|
+
aircraft_type?: string | null | undefined;
|
|
723703
|
+
aircraft_registration?: string | null | undefined;
|
|
723704
|
+
estimated_departure?: string | null | undefined;
|
|
723705
|
+
estimated_arrival?: string | null | undefined;
|
|
723706
|
+
actual_departure?: string | null | undefined;
|
|
723707
|
+
actual_arrival?: string | null | undefined;
|
|
723708
|
+
}[] | undefined;
|
|
723709
|
+
update?: {
|
|
723710
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
723711
|
+
id?: string | number | bigint | null | undefined;
|
|
723712
|
+
id_string?: string | null | undefined;
|
|
723713
|
+
logic_code?: string | null | undefined;
|
|
723714
|
+
is_active?: string | number | boolean | null | undefined;
|
|
723715
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
723716
|
+
id_transport_mode?: string | number | bigint | null | undefined;
|
|
723717
|
+
id_load_port?: string | number | bigint | null | undefined;
|
|
723718
|
+
id_discharge_port?: string | number | bigint | null | undefined;
|
|
723719
|
+
id_vessel?: string | number | bigint | null | undefined;
|
|
723720
|
+
id_carrier_shipping_line?: string | number | bigint | null | undefined;
|
|
723721
|
+
id_carrier_airline?: string | number | bigint | null | undefined;
|
|
723722
|
+
trip_number?: string | null | undefined;
|
|
723723
|
+
aircraft_type?: string | null | undefined;
|
|
723724
|
+
aircraft_registration?: string | null | undefined;
|
|
723725
|
+
estimated_departure?: string | null | undefined;
|
|
723726
|
+
estimated_arrival?: string | null | undefined;
|
|
723727
|
+
actual_departure?: string | null | undefined;
|
|
723728
|
+
actual_arrival?: string | null | undefined;
|
|
723729
|
+
}[] | undefined;
|
|
723730
|
+
};
|
|
723731
|
+
output: {
|
|
723732
|
+
createdData: ({
|
|
723733
|
+
data: {
|
|
723734
|
+
is_active: boolean | null;
|
|
723735
|
+
id: string;
|
|
723736
|
+
logic_code: string | null;
|
|
723737
|
+
name: string | null;
|
|
723738
|
+
code: string | null;
|
|
723739
|
+
created_at: Date | null;
|
|
723740
|
+
created_by: string | null;
|
|
723741
|
+
updated_at: Date | null;
|
|
723742
|
+
updated_by: string | null;
|
|
723743
|
+
id_transport_mode: string | null;
|
|
723744
|
+
id_forwarding_consol: string | null;
|
|
723745
|
+
id_vessel: string | null;
|
|
723746
|
+
id_load_port: string | null;
|
|
723747
|
+
id_discharge_port: string | null;
|
|
723748
|
+
id_carrier_shipping_line: string | null;
|
|
723749
|
+
id_carrier_airline: string | null;
|
|
723750
|
+
trip_number: string | null;
|
|
723751
|
+
aircraft_type: string | null;
|
|
723752
|
+
aircraft_registration: string | null;
|
|
723753
|
+
estimated_departure: Date | null;
|
|
723754
|
+
estimated_arrival: Date | null;
|
|
723755
|
+
actual_departure: Date | null;
|
|
723756
|
+
actual_arrival: Date | null;
|
|
723757
|
+
};
|
|
723758
|
+
log: {
|
|
723759
|
+
data: {
|
|
723760
|
+
id: string;
|
|
723761
|
+
id_log_type: string | null;
|
|
723762
|
+
url: string | null;
|
|
723763
|
+
params: SimpleJson;
|
|
723764
|
+
action: string | null;
|
|
723765
|
+
action_by: string | null;
|
|
723766
|
+
action_id: string | null;
|
|
723767
|
+
action_at: Date | null;
|
|
723768
|
+
id_forwarding_consol_routing: string | null;
|
|
723769
|
+
} | undefined;
|
|
723770
|
+
};
|
|
723771
|
+
} | undefined)[];
|
|
723772
|
+
updatedData: ({
|
|
723773
|
+
data: {
|
|
723774
|
+
is_active: boolean | null;
|
|
723775
|
+
id: string;
|
|
723776
|
+
logic_code: string | null;
|
|
723777
|
+
name: string | null;
|
|
723778
|
+
code: string | null;
|
|
723779
|
+
created_at: Date | null;
|
|
723780
|
+
created_by: string | null;
|
|
723781
|
+
updated_at: Date | null;
|
|
723782
|
+
updated_by: string | null;
|
|
723783
|
+
id_transport_mode: string | null;
|
|
723784
|
+
id_forwarding_consol: string | null;
|
|
723785
|
+
id_vessel: string | null;
|
|
723786
|
+
id_load_port: string | null;
|
|
723787
|
+
id_discharge_port: string | null;
|
|
723788
|
+
id_carrier_shipping_line: string | null;
|
|
723789
|
+
id_carrier_airline: string | null;
|
|
723790
|
+
trip_number: string | null;
|
|
723791
|
+
aircraft_type: string | null;
|
|
723792
|
+
aircraft_registration: string | null;
|
|
723793
|
+
estimated_departure: Date | null;
|
|
723794
|
+
estimated_arrival: Date | null;
|
|
723795
|
+
actual_departure: Date | null;
|
|
723796
|
+
actual_arrival: Date | null;
|
|
723797
|
+
};
|
|
723798
|
+
log: {
|
|
723799
|
+
data: {
|
|
723800
|
+
id: string;
|
|
723801
|
+
id_log_type: string | null;
|
|
723802
|
+
url: string | null;
|
|
723803
|
+
params: SimpleJson;
|
|
723804
|
+
action: string | null;
|
|
723805
|
+
action_by: string | null;
|
|
723806
|
+
action_id: string | null;
|
|
723807
|
+
action_at: Date | null;
|
|
723808
|
+
id_forwarding_consol_routing: string | null;
|
|
723809
|
+
} | undefined;
|
|
723810
|
+
};
|
|
723811
|
+
} | undefined)[];
|
|
723812
|
+
} | undefined;
|
|
723813
|
+
meta: object;
|
|
723814
|
+
}>;
|
|
723815
|
+
delete: MutationProcedure<{
|
|
723816
|
+
input: {
|
|
723817
|
+
id?: string | number | bigint | null | undefined;
|
|
723818
|
+
ids?: (string | number | bigint)[] | null | undefined;
|
|
723819
|
+
id_string?: string | null | undefined;
|
|
723820
|
+
ids_string?: string[] | null | undefined;
|
|
723821
|
+
};
|
|
723822
|
+
output: {
|
|
723823
|
+
data: ({
|
|
723824
|
+
is_active: boolean | null;
|
|
723825
|
+
id: string;
|
|
723826
|
+
logic_code: string | null;
|
|
723827
|
+
name: string | null;
|
|
723828
|
+
code: string | null;
|
|
723829
|
+
created_at: Date | null;
|
|
723830
|
+
created_by: string | null;
|
|
723831
|
+
updated_at: Date | null;
|
|
723832
|
+
updated_by: string | null;
|
|
723833
|
+
id_transport_mode: string | null;
|
|
723834
|
+
id_forwarding_consol: string | null;
|
|
723835
|
+
id_vessel: string | null;
|
|
723836
|
+
id_load_port: string | null;
|
|
723837
|
+
id_discharge_port: string | null;
|
|
723838
|
+
id_carrier_shipping_line: string | null;
|
|
723839
|
+
id_carrier_airline: string | null;
|
|
723840
|
+
trip_number: string | null;
|
|
723841
|
+
aircraft_type: string | null;
|
|
723842
|
+
aircraft_registration: string | null;
|
|
723843
|
+
estimated_departure: Date | null;
|
|
723844
|
+
estimated_arrival: Date | null;
|
|
723845
|
+
actual_departure: Date | null;
|
|
723846
|
+
actual_arrival: Date | null;
|
|
723847
|
+
} | undefined)[] | undefined;
|
|
723848
|
+
} | undefined;
|
|
723849
|
+
meta: object;
|
|
723850
|
+
}>;
|
|
723851
|
+
}>>;
|
|
723852
|
+
}>>;
|
|
723853
|
+
}>>;
|
|
719929
723854
|
syncproc: BuiltRouter<{
|
|
719930
723855
|
ctx: Context;
|
|
719931
723856
|
meta: object;
|
|
@@ -736074,17 +739999,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736074
739999
|
iso3_numeric: string | null;
|
|
736075
740000
|
is_sanctioned: boolean | null;
|
|
736076
740001
|
} | null;
|
|
736077
|
-
vessel_type: {
|
|
736078
|
-
is_active: boolean | null;
|
|
736079
|
-
id: string;
|
|
736080
|
-
logic_code: string | null;
|
|
736081
|
-
name: string | null;
|
|
736082
|
-
code: string | null;
|
|
736083
|
-
created_at: Date | null;
|
|
736084
|
-
created_by: string | null;
|
|
736085
|
-
updated_at: Date | null;
|
|
736086
|
-
updated_by: string | null;
|
|
736087
|
-
} | null;
|
|
736088
740002
|
shipping_provider: {
|
|
736089
740003
|
is_active: boolean | null;
|
|
736090
740004
|
id: string;
|
|
@@ -736127,6 +740041,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736127
740041
|
is_non_vessel_operator: boolean | null;
|
|
736128
740042
|
is_shipping_line: boolean | null;
|
|
736129
740043
|
} | null;
|
|
740044
|
+
vessel_type: {
|
|
740045
|
+
is_active: boolean | null;
|
|
740046
|
+
id: string;
|
|
740047
|
+
logic_code: string | null;
|
|
740048
|
+
name: string | null;
|
|
740049
|
+
code: string | null;
|
|
740050
|
+
created_at: Date | null;
|
|
740051
|
+
created_by: string | null;
|
|
740052
|
+
updated_at: Date | null;
|
|
740053
|
+
updated_by: string | null;
|
|
740054
|
+
} | null;
|
|
736130
740055
|
is_active: boolean | null;
|
|
736131
740056
|
id: string;
|
|
736132
740057
|
name: string | null;
|
|
@@ -736190,17 +740115,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736190
740115
|
iso3_numeric: string | null;
|
|
736191
740116
|
is_sanctioned: boolean | null;
|
|
736192
740117
|
} | null;
|
|
736193
|
-
vessel_type: {
|
|
736194
|
-
is_active: boolean | null;
|
|
736195
|
-
id: string;
|
|
736196
|
-
logic_code: string | null;
|
|
736197
|
-
name: string | null;
|
|
736198
|
-
code: string | null;
|
|
736199
|
-
created_at: Date | null;
|
|
736200
|
-
created_by: string | null;
|
|
736201
|
-
updated_at: Date | null;
|
|
736202
|
-
updated_by: string | null;
|
|
736203
|
-
} | null;
|
|
736204
740118
|
shipping_provider: {
|
|
736205
740119
|
is_active: boolean | null;
|
|
736206
740120
|
id: string;
|
|
@@ -736243,6 +740157,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
736243
740157
|
is_non_vessel_operator: boolean | null;
|
|
736244
740158
|
is_shipping_line: boolean | null;
|
|
736245
740159
|
} | null;
|
|
740160
|
+
vessel_type: {
|
|
740161
|
+
is_active: boolean | null;
|
|
740162
|
+
id: string;
|
|
740163
|
+
logic_code: string | null;
|
|
740164
|
+
name: string | null;
|
|
740165
|
+
code: string | null;
|
|
740166
|
+
created_at: Date | null;
|
|
740167
|
+
created_by: string | null;
|
|
740168
|
+
updated_at: Date | null;
|
|
740169
|
+
updated_by: string | null;
|
|
740170
|
+
} | null;
|
|
736246
740171
|
is_active: boolean | null;
|
|
736247
740172
|
id: string;
|
|
736248
740173
|
name: string | null;
|