@be-logixpair/api 0.0.134-rc13 → 0.0.134-rc14
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 +124 -66
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -944915,13 +944915,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
944915
944915
|
chargeable: Decimal$1 | null;
|
|
944916
944916
|
mark_number: string | null;
|
|
944917
944917
|
id_commodity: string | null;
|
|
944918
|
+
id_charges_apply: string | null;
|
|
944918
944919
|
id_origin_un_locode: string | null;
|
|
944919
944920
|
id_destination_un_locode: string | null;
|
|
944920
|
-
id_charges_apply: string | null;
|
|
944921
944921
|
id_carrier: string | null;
|
|
944922
944922
|
id_creditor: string | null;
|
|
944923
944923
|
id_carrier_service_level: string | null;
|
|
944924
|
-
|
|
944924
|
+
id_outer_unit: string | null;
|
|
944925
944925
|
extra_term: string | null;
|
|
944926
944926
|
shipper_ref: string | null;
|
|
944927
944927
|
contract_number: string | null;
|
|
@@ -944930,8 +944930,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
944930
944930
|
expected_delivery_date: Date | null;
|
|
944931
944931
|
customer_expected_pickup_date: Date | null;
|
|
944932
944932
|
customer_expected_delivery_date: Date | null;
|
|
944933
|
-
id_outer_unit: string | null;
|
|
944934
944933
|
outer: Decimal$1 | null;
|
|
944934
|
+
booking_number: string | null;
|
|
944935
944935
|
}[] | undefined;
|
|
944936
944936
|
total: number | undefined;
|
|
944937
944937
|
};
|
|
@@ -945235,13 +945235,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
945235
945235
|
chargeable: Decimal$1 | null;
|
|
945236
945236
|
mark_number: string | null;
|
|
945237
945237
|
id_commodity: string | null;
|
|
945238
|
+
id_charges_apply: string | null;
|
|
945238
945239
|
id_origin_un_locode: string | null;
|
|
945239
945240
|
id_destination_un_locode: string | null;
|
|
945240
|
-
id_charges_apply: string | null;
|
|
945241
945241
|
id_carrier: string | null;
|
|
945242
945242
|
id_creditor: string | null;
|
|
945243
945243
|
id_carrier_service_level: string | null;
|
|
945244
|
-
|
|
945244
|
+
id_outer_unit: string | null;
|
|
945245
945245
|
extra_term: string | null;
|
|
945246
945246
|
shipper_ref: string | null;
|
|
945247
945247
|
contract_number: string | null;
|
|
@@ -945250,8 +945250,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
945250
945250
|
expected_delivery_date: Date | null;
|
|
945251
945251
|
customer_expected_pickup_date: Date | null;
|
|
945252
945252
|
customer_expected_delivery_date: Date | null;
|
|
945253
|
-
id_outer_unit: string | null;
|
|
945254
945253
|
outer: Decimal$1 | null;
|
|
945254
|
+
booking_number: string | null;
|
|
945255
945255
|
} | null;
|
|
945256
945256
|
package_type: {
|
|
945257
945257
|
is_active: boolean | null;
|
|
@@ -945725,13 +945725,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
945725
945725
|
chargeable: Decimal$1 | null;
|
|
945726
945726
|
mark_number: string | null;
|
|
945727
945727
|
id_commodity: string | null;
|
|
945728
|
+
id_charges_apply: string | null;
|
|
945728
945729
|
id_origin_un_locode: string | null;
|
|
945729
945730
|
id_destination_un_locode: string | null;
|
|
945730
|
-
id_charges_apply: string | null;
|
|
945731
945731
|
id_carrier: string | null;
|
|
945732
945732
|
id_creditor: string | null;
|
|
945733
945733
|
id_carrier_service_level: string | null;
|
|
945734
|
-
|
|
945734
|
+
id_outer_unit: string | null;
|
|
945735
945735
|
extra_term: string | null;
|
|
945736
945736
|
shipper_ref: string | null;
|
|
945737
945737
|
contract_number: string | null;
|
|
@@ -945740,8 +945740,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
945740
945740
|
expected_delivery_date: Date | null;
|
|
945741
945741
|
customer_expected_pickup_date: Date | null;
|
|
945742
945742
|
customer_expected_delivery_date: Date | null;
|
|
945743
|
-
id_outer_unit: string | null;
|
|
945744
945743
|
outer: Decimal$1 | null;
|
|
945744
|
+
booking_number: string | null;
|
|
945745
945745
|
};
|
|
945746
945746
|
};
|
|
945747
945747
|
meta: object;
|
|
@@ -945939,13 +945939,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
945939
945939
|
chargeable: Decimal$1 | null;
|
|
945940
945940
|
mark_number: string | null;
|
|
945941
945941
|
id_commodity: string | null;
|
|
945942
|
+
id_charges_apply: string | null;
|
|
945942
945943
|
id_origin_un_locode: string | null;
|
|
945943
945944
|
id_destination_un_locode: string | null;
|
|
945944
|
-
id_charges_apply: string | null;
|
|
945945
945945
|
id_carrier: string | null;
|
|
945946
945946
|
id_creditor: string | null;
|
|
945947
945947
|
id_carrier_service_level: string | null;
|
|
945948
|
-
|
|
945948
|
+
id_outer_unit: string | null;
|
|
945949
945949
|
extra_term: string | null;
|
|
945950
945950
|
shipper_ref: string | null;
|
|
945951
945951
|
contract_number: string | null;
|
|
@@ -945954,8 +945954,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
945954
945954
|
expected_delivery_date: Date | null;
|
|
945955
945955
|
customer_expected_pickup_date: Date | null;
|
|
945956
945956
|
customer_expected_delivery_date: Date | null;
|
|
945957
|
-
id_outer_unit: string | null;
|
|
945958
945957
|
outer: Decimal$1 | null;
|
|
945958
|
+
booking_number: string | null;
|
|
945959
945959
|
};
|
|
945960
945960
|
log: {
|
|
945961
945961
|
data: {
|
|
@@ -946116,13 +946116,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946116
946116
|
chargeable: Decimal$1 | null;
|
|
946117
946117
|
mark_number: string | null;
|
|
946118
946118
|
id_commodity: string | null;
|
|
946119
|
+
id_charges_apply: string | null;
|
|
946119
946120
|
id_origin_un_locode: string | null;
|
|
946120
946121
|
id_destination_un_locode: string | null;
|
|
946121
|
-
id_charges_apply: string | null;
|
|
946122
946122
|
id_carrier: string | null;
|
|
946123
946123
|
id_creditor: string | null;
|
|
946124
946124
|
id_carrier_service_level: string | null;
|
|
946125
|
-
|
|
946125
|
+
id_outer_unit: string | null;
|
|
946126
946126
|
extra_term: string | null;
|
|
946127
946127
|
shipper_ref: string | null;
|
|
946128
946128
|
contract_number: string | null;
|
|
@@ -946131,8 +946131,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946131
946131
|
expected_delivery_date: Date | null;
|
|
946132
946132
|
customer_expected_pickup_date: Date | null;
|
|
946133
946133
|
customer_expected_delivery_date: Date | null;
|
|
946134
|
-
id_outer_unit: string | null;
|
|
946135
946134
|
outer: Decimal$1 | null;
|
|
946135
|
+
booking_number: string | null;
|
|
946136
946136
|
};
|
|
946137
946137
|
log: {
|
|
946138
946138
|
data: {
|
|
@@ -946179,13 +946179,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946179
946179
|
chargeable: Decimal$1 | null;
|
|
946180
946180
|
mark_number: string | null;
|
|
946181
946181
|
id_commodity: string | null;
|
|
946182
|
+
id_charges_apply: string | null;
|
|
946182
946183
|
id_origin_un_locode: string | null;
|
|
946183
946184
|
id_destination_un_locode: string | null;
|
|
946184
|
-
id_charges_apply: string | null;
|
|
946185
946185
|
id_carrier: string | null;
|
|
946186
946186
|
id_creditor: string | null;
|
|
946187
946187
|
id_carrier_service_level: string | null;
|
|
946188
|
-
|
|
946188
|
+
id_outer_unit: string | null;
|
|
946189
946189
|
extra_term: string | null;
|
|
946190
946190
|
shipper_ref: string | null;
|
|
946191
946191
|
contract_number: string | null;
|
|
@@ -946194,8 +946194,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946194
946194
|
expected_delivery_date: Date | null;
|
|
946195
946195
|
customer_expected_pickup_date: Date | null;
|
|
946196
946196
|
customer_expected_delivery_date: Date | null;
|
|
946197
|
-
id_outer_unit: string | null;
|
|
946198
946197
|
outer: Decimal$1 | null;
|
|
946198
|
+
booking_number: string | null;
|
|
946199
946199
|
} | undefined)[] | undefined;
|
|
946200
946200
|
} | undefined;
|
|
946201
946201
|
meta: object;
|
|
@@ -946328,13 +946328,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946328
946328
|
chargeable: Decimal$1 | null;
|
|
946329
946329
|
mark_number: string | null;
|
|
946330
946330
|
id_commodity: string | null;
|
|
946331
|
+
id_charges_apply: string | null;
|
|
946331
946332
|
id_origin_un_locode: string | null;
|
|
946332
946333
|
id_destination_un_locode: string | null;
|
|
946333
|
-
id_charges_apply: string | null;
|
|
946334
946334
|
id_carrier: string | null;
|
|
946335
946335
|
id_creditor: string | null;
|
|
946336
946336
|
id_carrier_service_level: string | null;
|
|
946337
|
-
|
|
946337
|
+
id_outer_unit: string | null;
|
|
946338
946338
|
extra_term: string | null;
|
|
946339
946339
|
shipper_ref: string | null;
|
|
946340
946340
|
contract_number: string | null;
|
|
@@ -946343,8 +946343,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946343
946343
|
expected_delivery_date: Date | null;
|
|
946344
946344
|
customer_expected_pickup_date: Date | null;
|
|
946345
946345
|
customer_expected_delivery_date: Date | null;
|
|
946346
|
-
id_outer_unit: string | null;
|
|
946347
946346
|
outer: Decimal$1 | null;
|
|
946347
|
+
booking_number: string | null;
|
|
946348
946348
|
} | null;
|
|
946349
946349
|
is_active: boolean | null;
|
|
946350
946350
|
id: string;
|
|
@@ -946464,13 +946464,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946464
946464
|
chargeable: Decimal$1 | null;
|
|
946465
946465
|
mark_number: string | null;
|
|
946466
946466
|
id_commodity: string | null;
|
|
946467
|
+
id_charges_apply: string | null;
|
|
946467
946468
|
id_origin_un_locode: string | null;
|
|
946468
946469
|
id_destination_un_locode: string | null;
|
|
946469
|
-
id_charges_apply: string | null;
|
|
946470
946470
|
id_carrier: string | null;
|
|
946471
946471
|
id_creditor: string | null;
|
|
946472
946472
|
id_carrier_service_level: string | null;
|
|
946473
|
-
|
|
946473
|
+
id_outer_unit: string | null;
|
|
946474
946474
|
extra_term: string | null;
|
|
946475
946475
|
shipper_ref: string | null;
|
|
946476
946476
|
contract_number: string | null;
|
|
@@ -946479,8 +946479,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946479
946479
|
expected_delivery_date: Date | null;
|
|
946480
946480
|
customer_expected_pickup_date: Date | null;
|
|
946481
946481
|
customer_expected_delivery_date: Date | null;
|
|
946482
|
-
id_outer_unit: string | null;
|
|
946483
946482
|
outer: Decimal$1 | null;
|
|
946483
|
+
booking_number: string | null;
|
|
946484
946484
|
} | null;
|
|
946485
946485
|
is_active: boolean | null;
|
|
946486
946486
|
id: string;
|
|
@@ -946864,13 +946864,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946864
946864
|
chargeable: Decimal$1 | null;
|
|
946865
946865
|
mark_number: string | null;
|
|
946866
946866
|
id_commodity: string | null;
|
|
946867
|
+
id_charges_apply: string | null;
|
|
946867
946868
|
id_origin_un_locode: string | null;
|
|
946868
946869
|
id_destination_un_locode: string | null;
|
|
946869
|
-
id_charges_apply: string | null;
|
|
946870
946870
|
id_carrier: string | null;
|
|
946871
946871
|
id_creditor: string | null;
|
|
946872
946872
|
id_carrier_service_level: string | null;
|
|
946873
|
-
|
|
946873
|
+
id_outer_unit: string | null;
|
|
946874
946874
|
extra_term: string | null;
|
|
946875
946875
|
shipper_ref: string | null;
|
|
946876
946876
|
contract_number: string | null;
|
|
@@ -946879,8 +946879,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
946879
946879
|
expected_delivery_date: Date | null;
|
|
946880
946880
|
customer_expected_pickup_date: Date | null;
|
|
946881
946881
|
customer_expected_delivery_date: Date | null;
|
|
946882
|
-
id_outer_unit: string | null;
|
|
946883
946882
|
outer: Decimal$1 | null;
|
|
946883
|
+
booking_number: string | null;
|
|
946884
946884
|
} | null;
|
|
946885
946885
|
forwarding_booking_edoc_type: {
|
|
946886
946886
|
is_active: boolean | null;
|
|
@@ -947028,13 +947028,13 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
947028
947028
|
chargeable: Decimal$1 | null;
|
|
947029
947029
|
mark_number: string | null;
|
|
947030
947030
|
id_commodity: string | null;
|
|
947031
|
+
id_charges_apply: string | null;
|
|
947031
947032
|
id_origin_un_locode: string | null;
|
|
947032
947033
|
id_destination_un_locode: string | null;
|
|
947033
|
-
id_charges_apply: string | null;
|
|
947034
947034
|
id_carrier: string | null;
|
|
947035
947035
|
id_creditor: string | null;
|
|
947036
947036
|
id_carrier_service_level: string | null;
|
|
947037
|
-
|
|
947037
|
+
id_outer_unit: string | null;
|
|
947038
947038
|
extra_term: string | null;
|
|
947039
947039
|
shipper_ref: string | null;
|
|
947040
947040
|
contract_number: string | null;
|
|
@@ -947043,8 +947043,8 @@ declare const bookingsRouter: BuiltRouter<{
|
|
|
947043
947043
|
expected_delivery_date: Date | null;
|
|
947044
947044
|
customer_expected_pickup_date: Date | null;
|
|
947045
947045
|
customer_expected_delivery_date: Date | null;
|
|
947046
|
-
id_outer_unit: string | null;
|
|
947047
947046
|
outer: Decimal$1 | null;
|
|
947047
|
+
booking_number: string | null;
|
|
947048
947048
|
} | null;
|
|
947049
947049
|
forwarding_booking_edoc_type: {
|
|
947050
947050
|
is_active: boolean | null;
|
|
@@ -964615,11 +964615,11 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
964615
964615
|
dg_class_name: string | null;
|
|
964616
964616
|
flash_point: Decimal$1 | null;
|
|
964617
964617
|
un_dg_contact: string | null;
|
|
964618
|
+
id_origin_un_locode: string | null;
|
|
964619
|
+
id_destination_un_locode: string | null;
|
|
964618
964620
|
id_syncproc_project: string | null;
|
|
964619
964621
|
id_shipper: string | null;
|
|
964620
964622
|
id_consignee: string | null;
|
|
964621
|
-
id_origin_un_locode: string | null;
|
|
964622
|
-
id_destination_un_locode: string | null;
|
|
964623
964623
|
cargo_ready_date: Date | null;
|
|
964624
964624
|
}[];
|
|
964625
964625
|
forwarding_consol: {
|
|
@@ -965284,7 +965284,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965284
965284
|
id_on_board_status: string | null;
|
|
965285
965285
|
issue_date: Date | null;
|
|
965286
965286
|
on_board_date: Date | null;
|
|
965287
|
-
notify_party: string | null;
|
|
965288
965287
|
id_port_of_loading: string | null;
|
|
965289
965288
|
id_port_of_discharge: string | null;
|
|
965290
965289
|
id_freight_payable: string | null;
|
|
@@ -965292,6 +965291,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965292
965291
|
id_place_of_delivery: string | null;
|
|
965293
965292
|
id_place_of_issue: string | null;
|
|
965294
965293
|
consignor: string | null;
|
|
965294
|
+
notify_party: string | null;
|
|
965295
965295
|
also_notify_party: string | null;
|
|
965296
965296
|
delivery_agent: string | null;
|
|
965297
965297
|
excess_value_declaration: string | null;
|
|
@@ -965806,13 +965806,13 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965806
965806
|
chargeable: Decimal$1 | null;
|
|
965807
965807
|
mark_number: string | null;
|
|
965808
965808
|
id_commodity: string | null;
|
|
965809
|
+
id_charges_apply: string | null;
|
|
965809
965810
|
id_origin_un_locode: string | null;
|
|
965810
965811
|
id_destination_un_locode: string | null;
|
|
965811
|
-
id_charges_apply: string | null;
|
|
965812
965812
|
id_carrier: string | null;
|
|
965813
965813
|
id_creditor: string | null;
|
|
965814
965814
|
id_carrier_service_level: string | null;
|
|
965815
|
-
|
|
965815
|
+
id_outer_unit: string | null;
|
|
965816
965816
|
extra_term: string | null;
|
|
965817
965817
|
shipper_ref: string | null;
|
|
965818
965818
|
contract_number: string | null;
|
|
@@ -965821,8 +965821,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965821
965821
|
expected_delivery_date: Date | null;
|
|
965822
965822
|
customer_expected_pickup_date: Date | null;
|
|
965823
965823
|
customer_expected_delivery_date: Date | null;
|
|
965824
|
-
id_outer_unit: string | null;
|
|
965825
965824
|
outer: Decimal$1 | null;
|
|
965825
|
+
booking_number: string | null;
|
|
965826
965826
|
} | null;
|
|
965827
965827
|
package_type: {
|
|
965828
965828
|
is_active: boolean | null;
|
|
@@ -966105,11 +966105,11 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
966105
966105
|
dg_class_name: string | null;
|
|
966106
966106
|
flash_point: Decimal$1 | null;
|
|
966107
966107
|
un_dg_contact: string | null;
|
|
966108
|
+
id_origin_un_locode: string | null;
|
|
966109
|
+
id_destination_un_locode: string | null;
|
|
966108
966110
|
id_syncproc_project: string | null;
|
|
966109
966111
|
id_shipper: string | null;
|
|
966110
966112
|
id_consignee: string | null;
|
|
966111
|
-
id_origin_un_locode: string | null;
|
|
966112
|
-
id_destination_un_locode: string | null;
|
|
966113
966113
|
cargo_ready_date: Date | null;
|
|
966114
966114
|
}[];
|
|
966115
966115
|
_count: {
|
|
@@ -971316,7 +971316,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
971316
971316
|
id_on_board_status: string | null;
|
|
971317
971317
|
issue_date: Date | null;
|
|
971318
971318
|
on_board_date: Date | null;
|
|
971319
|
-
notify_party: string | null;
|
|
971320
971319
|
id_port_of_loading: string | null;
|
|
971321
971320
|
id_port_of_discharge: string | null;
|
|
971322
971321
|
id_freight_payable: string | null;
|
|
@@ -971324,6 +971323,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
971324
971323
|
id_place_of_delivery: string | null;
|
|
971325
971324
|
id_place_of_issue: string | null;
|
|
971326
971325
|
consignor: string | null;
|
|
971326
|
+
notify_party: string | null;
|
|
971327
971327
|
also_notify_party: string | null;
|
|
971328
971328
|
delivery_agent: string | null;
|
|
971329
971329
|
excess_value_declaration: string | null;
|
|
@@ -975463,13 +975463,13 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975463
975463
|
chargeable: Decimal$1 | null;
|
|
975464
975464
|
mark_number: string | null;
|
|
975465
975465
|
id_commodity: string | null;
|
|
975466
|
+
id_charges_apply: string | null;
|
|
975466
975467
|
id_origin_un_locode: string | null;
|
|
975467
975468
|
id_destination_un_locode: string | null;
|
|
975468
|
-
id_charges_apply: string | null;
|
|
975469
975469
|
id_carrier: string | null;
|
|
975470
975470
|
id_creditor: string | null;
|
|
975471
975471
|
id_carrier_service_level: string | null;
|
|
975472
|
-
|
|
975472
|
+
id_outer_unit: string | null;
|
|
975473
975473
|
extra_term: string | null;
|
|
975474
975474
|
shipper_ref: string | null;
|
|
975475
975475
|
contract_number: string | null;
|
|
@@ -975478,8 +975478,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975478
975478
|
expected_delivery_date: Date | null;
|
|
975479
975479
|
customer_expected_pickup_date: Date | null;
|
|
975480
975480
|
customer_expected_delivery_date: Date | null;
|
|
975481
|
-
id_outer_unit: string | null;
|
|
975482
975481
|
outer: Decimal$1 | null;
|
|
975482
|
+
booking_number: string | null;
|
|
975483
975483
|
} | null;
|
|
975484
975484
|
package_type: {
|
|
975485
975485
|
is_active: boolean | null;
|
|
@@ -975763,13 +975763,13 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975763
975763
|
chargeable: Decimal$1 | null;
|
|
975764
975764
|
mark_number: string | null;
|
|
975765
975765
|
id_commodity: string | null;
|
|
975766
|
+
id_charges_apply: string | null;
|
|
975766
975767
|
id_origin_un_locode: string | null;
|
|
975767
975768
|
id_destination_un_locode: string | null;
|
|
975768
|
-
id_charges_apply: string | null;
|
|
975769
975769
|
id_carrier: string | null;
|
|
975770
975770
|
id_creditor: string | null;
|
|
975771
975771
|
id_carrier_service_level: string | null;
|
|
975772
|
-
|
|
975772
|
+
id_outer_unit: string | null;
|
|
975773
975773
|
extra_term: string | null;
|
|
975774
975774
|
shipper_ref: string | null;
|
|
975775
975775
|
contract_number: string | null;
|
|
@@ -975778,8 +975778,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975778
975778
|
expected_delivery_date: Date | null;
|
|
975779
975779
|
customer_expected_pickup_date: Date | null;
|
|
975780
975780
|
customer_expected_delivery_date: Date | null;
|
|
975781
|
-
id_outer_unit: string | null;
|
|
975782
975781
|
outer: Decimal$1 | null;
|
|
975782
|
+
booking_number: string | null;
|
|
975783
975783
|
} | null;
|
|
975784
975784
|
package_type: {
|
|
975785
975785
|
is_active: boolean | null;
|
|
@@ -986331,7 +986331,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
986331
986331
|
id_on_board_status: string | null;
|
|
986332
986332
|
issue_date: Date | null;
|
|
986333
986333
|
on_board_date: Date | null;
|
|
986334
|
-
notify_party: string | null;
|
|
986335
986334
|
id_port_of_loading: string | null;
|
|
986336
986335
|
id_port_of_discharge: string | null;
|
|
986337
986336
|
id_freight_payable: string | null;
|
|
@@ -986339,6 +986338,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
986339
986338
|
id_place_of_delivery: string | null;
|
|
986340
986339
|
id_place_of_issue: string | null;
|
|
986341
986340
|
consignor: string | null;
|
|
986341
|
+
notify_party: string | null;
|
|
986342
986342
|
also_notify_party: string | null;
|
|
986343
986343
|
delivery_agent: string | null;
|
|
986344
986344
|
excess_value_declaration: string | null;
|
|
@@ -987193,7 +987193,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987193
987193
|
id_on_board_status: string | null;
|
|
987194
987194
|
issue_date: Date | null;
|
|
987195
987195
|
on_board_date: Date | null;
|
|
987196
|
-
notify_party: string | null;
|
|
987197
987196
|
id_port_of_loading: string | null;
|
|
987198
987197
|
id_port_of_discharge: string | null;
|
|
987199
987198
|
id_freight_payable: string | null;
|
|
@@ -987201,6 +987200,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987201
987200
|
id_place_of_delivery: string | null;
|
|
987202
987201
|
id_place_of_issue: string | null;
|
|
987203
987202
|
consignor: string | null;
|
|
987203
|
+
notify_party: string | null;
|
|
987204
987204
|
also_notify_party: string | null;
|
|
987205
987205
|
delivery_agent: string | null;
|
|
987206
987206
|
excess_value_declaration: string | null;
|
|
@@ -987356,7 +987356,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987356
987356
|
id_on_board_status: string | null;
|
|
987357
987357
|
issue_date: Date | null;
|
|
987358
987358
|
on_board_date: Date | null;
|
|
987359
|
-
notify_party: string | null;
|
|
987360
987359
|
id_port_of_loading: string | null;
|
|
987361
987360
|
id_port_of_discharge: string | null;
|
|
987362
987361
|
id_freight_payable: string | null;
|
|
@@ -987364,6 +987363,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987364
987363
|
id_place_of_delivery: string | null;
|
|
987365
987364
|
id_place_of_issue: string | null;
|
|
987366
987365
|
consignor: string | null;
|
|
987366
|
+
notify_party: string | null;
|
|
987367
987367
|
also_notify_party: string | null;
|
|
987368
987368
|
delivery_agent: string | null;
|
|
987369
987369
|
excess_value_declaration: string | null;
|
|
@@ -987434,7 +987434,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987434
987434
|
id_on_board_status: string | null;
|
|
987435
987435
|
issue_date: Date | null;
|
|
987436
987436
|
on_board_date: Date | null;
|
|
987437
|
-
notify_party: string | null;
|
|
987438
987437
|
id_port_of_loading: string | null;
|
|
987439
987438
|
id_port_of_discharge: string | null;
|
|
987440
987439
|
id_freight_payable: string | null;
|
|
@@ -987442,6 +987441,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987442
987441
|
id_place_of_delivery: string | null;
|
|
987443
987442
|
id_place_of_issue: string | null;
|
|
987444
987443
|
consignor: string | null;
|
|
987444
|
+
notify_party: string | null;
|
|
987445
987445
|
also_notify_party: string | null;
|
|
987446
987446
|
delivery_agent: string | null;
|
|
987447
987447
|
excess_value_declaration: string | null;
|
|
@@ -987486,7 +987486,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987486
987486
|
id_on_board_status: string | null;
|
|
987487
987487
|
issue_date: Date | null;
|
|
987488
987488
|
on_board_date: Date | null;
|
|
987489
|
-
notify_party: string | null;
|
|
987490
987489
|
id_port_of_loading: string | null;
|
|
987491
987490
|
id_port_of_discharge: string | null;
|
|
987492
987491
|
id_freight_payable: string | null;
|
|
@@ -987494,6 +987493,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987494
987493
|
id_place_of_delivery: string | null;
|
|
987495
987494
|
id_place_of_issue: string | null;
|
|
987496
987495
|
consignor: string | null;
|
|
987496
|
+
notify_party: string | null;
|
|
987497
987497
|
also_notify_party: string | null;
|
|
987498
987498
|
delivery_agent: string | null;
|
|
987499
987499
|
excess_value_declaration: string | null;
|
|
@@ -990915,13 +990915,13 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
990915
990915
|
chargeable: Decimal$1 | null;
|
|
990916
990916
|
mark_number: string | null;
|
|
990917
990917
|
id_commodity: string | null;
|
|
990918
|
+
id_charges_apply: string | null;
|
|
990918
990919
|
id_origin_un_locode: string | null;
|
|
990919
990920
|
id_destination_un_locode: string | null;
|
|
990920
|
-
id_charges_apply: string | null;
|
|
990921
990921
|
id_carrier: string | null;
|
|
990922
990922
|
id_creditor: string | null;
|
|
990923
990923
|
id_carrier_service_level: string | null;
|
|
990924
|
-
|
|
990924
|
+
id_outer_unit: string | null;
|
|
990925
990925
|
extra_term: string | null;
|
|
990926
990926
|
shipper_ref: string | null;
|
|
990927
990927
|
contract_number: string | null;
|
|
@@ -990930,8 +990930,8 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
990930
990930
|
expected_delivery_date: Date | null;
|
|
990931
990931
|
customer_expected_pickup_date: Date | null;
|
|
990932
990932
|
customer_expected_delivery_date: Date | null;
|
|
990933
|
-
id_outer_unit: string | null;
|
|
990934
990933
|
outer: Decimal$1 | null;
|
|
990934
|
+
booking_number: string | null;
|
|
990935
990935
|
} | null;
|
|
990936
990936
|
package_type: {
|
|
990937
990937
|
is_active: boolean | null;
|
|
@@ -991140,11 +991140,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991140
991140
|
dg_class_name: string | null;
|
|
991141
991141
|
flash_point: Decimal$1 | null;
|
|
991142
991142
|
un_dg_contact: string | null;
|
|
991143
|
+
id_origin_un_locode: string | null;
|
|
991144
|
+
id_destination_un_locode: string | null;
|
|
991143
991145
|
id_syncproc_project: string | null;
|
|
991144
991146
|
id_shipper: string | null;
|
|
991145
991147
|
id_consignee: string | null;
|
|
991146
|
-
id_origin_un_locode: string | null;
|
|
991147
|
-
id_destination_un_locode: string | null;
|
|
991148
991148
|
cargo_ready_date: Date | null;
|
|
991149
991149
|
}[] | undefined;
|
|
991150
991150
|
total: number | undefined;
|
|
@@ -991338,13 +991338,13 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991338
991338
|
chargeable: Decimal$1 | null;
|
|
991339
991339
|
mark_number: string | null;
|
|
991340
991340
|
id_commodity: string | null;
|
|
991341
|
+
id_charges_apply: string | null;
|
|
991341
991342
|
id_origin_un_locode: string | null;
|
|
991342
991343
|
id_destination_un_locode: string | null;
|
|
991343
|
-
id_charges_apply: string | null;
|
|
991344
991344
|
id_carrier: string | null;
|
|
991345
991345
|
id_creditor: string | null;
|
|
991346
991346
|
id_carrier_service_level: string | null;
|
|
991347
|
-
|
|
991347
|
+
id_outer_unit: string | null;
|
|
991348
991348
|
extra_term: string | null;
|
|
991349
991349
|
shipper_ref: string | null;
|
|
991350
991350
|
contract_number: string | null;
|
|
@@ -991353,8 +991353,8 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991353
991353
|
expected_delivery_date: Date | null;
|
|
991354
991354
|
customer_expected_pickup_date: Date | null;
|
|
991355
991355
|
customer_expected_delivery_date: Date | null;
|
|
991356
|
-
id_outer_unit: string | null;
|
|
991357
991356
|
outer: Decimal$1 | null;
|
|
991357
|
+
booking_number: string | null;
|
|
991358
991358
|
} | null;
|
|
991359
991359
|
package_type: {
|
|
991360
991360
|
is_active: boolean | null;
|
|
@@ -991563,11 +991563,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991563
991563
|
dg_class_name: string | null;
|
|
991564
991564
|
flash_point: Decimal$1 | null;
|
|
991565
991565
|
un_dg_contact: string | null;
|
|
991566
|
+
id_origin_un_locode: string | null;
|
|
991567
|
+
id_destination_un_locode: string | null;
|
|
991566
991568
|
id_syncproc_project: string | null;
|
|
991567
991569
|
id_shipper: string | null;
|
|
991568
991570
|
id_consignee: string | null;
|
|
991569
|
-
id_origin_un_locode: string | null;
|
|
991570
|
-
id_destination_un_locode: string | null;
|
|
991571
991571
|
cargo_ready_date: Date | null;
|
|
991572
991572
|
};
|
|
991573
991573
|
};
|
|
@@ -991747,11 +991747,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991747
991747
|
dg_class_name: string | null;
|
|
991748
991748
|
flash_point: Decimal$1 | null;
|
|
991749
991749
|
un_dg_contact: string | null;
|
|
991750
|
+
id_origin_un_locode: string | null;
|
|
991751
|
+
id_destination_un_locode: string | null;
|
|
991750
991752
|
id_syncproc_project: string | null;
|
|
991751
991753
|
id_shipper: string | null;
|
|
991752
991754
|
id_consignee: string | null;
|
|
991753
|
-
id_origin_un_locode: string | null;
|
|
991754
|
-
id_destination_un_locode: string | null;
|
|
991755
991755
|
cargo_ready_date: Date | null;
|
|
991756
991756
|
};
|
|
991757
991757
|
log: {
|
|
@@ -991846,11 +991846,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991846
991846
|
dg_class_name: string | null;
|
|
991847
991847
|
flash_point: Decimal$1 | null;
|
|
991848
991848
|
un_dg_contact: string | null;
|
|
991849
|
+
id_origin_un_locode: string | null;
|
|
991850
|
+
id_destination_un_locode: string | null;
|
|
991849
991851
|
id_syncproc_project: string | null;
|
|
991850
991852
|
id_shipper: string | null;
|
|
991851
991853
|
id_consignee: string | null;
|
|
991852
|
-
id_origin_un_locode: string | null;
|
|
991853
|
-
id_destination_un_locode: string | null;
|
|
991854
991854
|
cargo_ready_date: Date | null;
|
|
991855
991855
|
};
|
|
991856
991856
|
log: {
|
|
@@ -991909,11 +991909,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991909
991909
|
dg_class_name: string | null;
|
|
991910
991910
|
flash_point: Decimal$1 | null;
|
|
991911
991911
|
un_dg_contact: string | null;
|
|
991912
|
+
id_origin_un_locode: string | null;
|
|
991913
|
+
id_destination_un_locode: string | null;
|
|
991912
991914
|
id_syncproc_project: string | null;
|
|
991913
991915
|
id_shipper: string | null;
|
|
991914
991916
|
id_consignee: string | null;
|
|
991915
|
-
id_origin_un_locode: string | null;
|
|
991916
|
-
id_destination_un_locode: string | null;
|
|
991917
991917
|
cargo_ready_date: Date | null;
|
|
991918
991918
|
} | undefined)[] | undefined;
|
|
991919
991919
|
} | undefined;
|
|
@@ -1025925,6 +1025925,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1025925
1025925
|
field: string;
|
|
1025926
1025926
|
direction: "asc" | "desc";
|
|
1025927
1025927
|
}[] | null | undefined;
|
|
1025928
|
+
id_organization_self?: string | null | undefined;
|
|
1025929
|
+
ids_organization_self?: string[] | null | undefined;
|
|
1025928
1025930
|
id_company?: string | null | undefined;
|
|
1025929
1025931
|
ids_company?: string[] | null | undefined;
|
|
1025930
1025932
|
id_country?: string | null | undefined;
|
|
@@ -1026139,6 +1026141,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026139
1026141
|
has_seaport: boolean | null;
|
|
1026140
1026142
|
has_outport: boolean | null;
|
|
1026141
1026143
|
} | null;
|
|
1026144
|
+
organization_self: {
|
|
1026145
|
+
is_active: boolean | null;
|
|
1026146
|
+
id: string;
|
|
1026147
|
+
logic_code: string | null;
|
|
1026148
|
+
name: string | null;
|
|
1026149
|
+
id_country: string | null;
|
|
1026150
|
+
id_state: string | null;
|
|
1026151
|
+
id_city: string | null;
|
|
1026152
|
+
id_postal_code: string | null;
|
|
1026153
|
+
id_company: string | null;
|
|
1026154
|
+
id_branch: string | null;
|
|
1026155
|
+
code: string | null;
|
|
1026156
|
+
created_at: Date | null;
|
|
1026157
|
+
created_by: string | null;
|
|
1026158
|
+
updated_at: Date | null;
|
|
1026159
|
+
updated_by: string | null;
|
|
1026160
|
+
id_un_locode: string | null;
|
|
1026161
|
+
email: string | null;
|
|
1026162
|
+
id_business_category: string | null;
|
|
1026163
|
+
id_controlling_branch: string | null;
|
|
1026164
|
+
id_airline: string | null;
|
|
1026165
|
+
id_shipping_line: string | null;
|
|
1026166
|
+
phone: string | null;
|
|
1026167
|
+
website_url: string | null;
|
|
1026168
|
+
company_number: string | null;
|
|
1026169
|
+
company_tax_number: string | null;
|
|
1026170
|
+
} | null;
|
|
1026142
1026171
|
is_active: boolean | null;
|
|
1026143
1026172
|
id: string;
|
|
1026144
1026173
|
logic_code: string | null;
|
|
@@ -1026393,6 +1026422,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026393
1026422
|
has_seaport: boolean | null;
|
|
1026394
1026423
|
has_outport: boolean | null;
|
|
1026395
1026424
|
} | null;
|
|
1026425
|
+
organization_self: {
|
|
1026426
|
+
is_active: boolean | null;
|
|
1026427
|
+
id: string;
|
|
1026428
|
+
logic_code: string | null;
|
|
1026429
|
+
name: string | null;
|
|
1026430
|
+
id_country: string | null;
|
|
1026431
|
+
id_state: string | null;
|
|
1026432
|
+
id_city: string | null;
|
|
1026433
|
+
id_postal_code: string | null;
|
|
1026434
|
+
id_company: string | null;
|
|
1026435
|
+
id_branch: string | null;
|
|
1026436
|
+
code: string | null;
|
|
1026437
|
+
created_at: Date | null;
|
|
1026438
|
+
created_by: string | null;
|
|
1026439
|
+
updated_at: Date | null;
|
|
1026440
|
+
updated_by: string | null;
|
|
1026441
|
+
id_un_locode: string | null;
|
|
1026442
|
+
email: string | null;
|
|
1026443
|
+
id_business_category: string | null;
|
|
1026444
|
+
id_controlling_branch: string | null;
|
|
1026445
|
+
id_airline: string | null;
|
|
1026446
|
+
id_shipping_line: string | null;
|
|
1026447
|
+
phone: string | null;
|
|
1026448
|
+
website_url: string | null;
|
|
1026449
|
+
company_number: string | null;
|
|
1026450
|
+
company_tax_number: string | null;
|
|
1026451
|
+
} | null;
|
|
1026396
1026452
|
is_active: boolean | null;
|
|
1026397
1026453
|
id: string;
|
|
1026398
1026454
|
logic_code: string | null;
|
|
@@ -1026516,6 +1026572,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026516
1026572
|
create: MutationProcedure<{
|
|
1026517
1026573
|
input: {
|
|
1026518
1026574
|
is_active?: string | number | boolean | null | undefined;
|
|
1026575
|
+
id_organization_self?: string | null | undefined;
|
|
1026519
1026576
|
id_company?: string | null | undefined;
|
|
1026520
1026577
|
id_country?: string | null | undefined;
|
|
1026521
1026578
|
id_state?: string | null | undefined;
|
|
@@ -1026566,6 +1026623,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026566
1026623
|
id?: string | null | undefined;
|
|
1026567
1026624
|
logic_code?: string | null | undefined;
|
|
1026568
1026625
|
is_active?: string | number | boolean | null | undefined;
|
|
1026626
|
+
id_organization_self?: string | null | undefined;
|
|
1026569
1026627
|
id_company?: string | null | undefined;
|
|
1026570
1026628
|
id_country?: string | null | undefined;
|
|
1026571
1026629
|
id_state?: string | null | undefined;
|