@be-logixpair/api 0.0.134-rc13 → 0.0.134-rc15
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 +171 -59
- 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;
|
|
@@ -951213,6 +951213,33 @@ declare const consolidationsRouter: BuiltRouter<{
|
|
|
951213
951213
|
has_seaport: boolean | null;
|
|
951214
951214
|
has_outport: boolean | null;
|
|
951215
951215
|
} | null;
|
|
951216
|
+
organization_self: {
|
|
951217
|
+
is_active: boolean | null;
|
|
951218
|
+
id: string;
|
|
951219
|
+
logic_code: string | null;
|
|
951220
|
+
name: string | null;
|
|
951221
|
+
id_country: string | null;
|
|
951222
|
+
id_state: string | null;
|
|
951223
|
+
id_city: string | null;
|
|
951224
|
+
id_postal_code: string | null;
|
|
951225
|
+
id_company: string | null;
|
|
951226
|
+
id_branch: string | null;
|
|
951227
|
+
code: string | null;
|
|
951228
|
+
created_at: Date | null;
|
|
951229
|
+
created_by: string | null;
|
|
951230
|
+
updated_at: Date | null;
|
|
951231
|
+
updated_by: string | null;
|
|
951232
|
+
id_un_locode: string | null;
|
|
951233
|
+
email: string | null;
|
|
951234
|
+
id_business_category: string | null;
|
|
951235
|
+
id_controlling_branch: string | null;
|
|
951236
|
+
id_airline: string | null;
|
|
951237
|
+
id_shipping_line: string | null;
|
|
951238
|
+
phone: string | null;
|
|
951239
|
+
website_url: string | null;
|
|
951240
|
+
company_number: string | null;
|
|
951241
|
+
company_tax_number: string | null;
|
|
951242
|
+
} | null;
|
|
951216
951243
|
is_active: boolean | null;
|
|
951217
951244
|
id: string;
|
|
951218
951245
|
logic_code: string | null;
|
|
@@ -964615,11 +964642,11 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
964615
964642
|
dg_class_name: string | null;
|
|
964616
964643
|
flash_point: Decimal$1 | null;
|
|
964617
964644
|
un_dg_contact: string | null;
|
|
964645
|
+
id_origin_un_locode: string | null;
|
|
964646
|
+
id_destination_un_locode: string | null;
|
|
964618
964647
|
id_syncproc_project: string | null;
|
|
964619
964648
|
id_shipper: string | null;
|
|
964620
964649
|
id_consignee: string | null;
|
|
964621
|
-
id_origin_un_locode: string | null;
|
|
964622
|
-
id_destination_un_locode: string | null;
|
|
964623
964650
|
cargo_ready_date: Date | null;
|
|
964624
964651
|
}[];
|
|
964625
964652
|
forwarding_consol: {
|
|
@@ -965806,13 +965833,13 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965806
965833
|
chargeable: Decimal$1 | null;
|
|
965807
965834
|
mark_number: string | null;
|
|
965808
965835
|
id_commodity: string | null;
|
|
965836
|
+
id_charges_apply: string | null;
|
|
965809
965837
|
id_origin_un_locode: string | null;
|
|
965810
965838
|
id_destination_un_locode: string | null;
|
|
965811
|
-
id_charges_apply: string | null;
|
|
965812
965839
|
id_carrier: string | null;
|
|
965813
965840
|
id_creditor: string | null;
|
|
965814
965841
|
id_carrier_service_level: string | null;
|
|
965815
|
-
|
|
965842
|
+
id_outer_unit: string | null;
|
|
965816
965843
|
extra_term: string | null;
|
|
965817
965844
|
shipper_ref: string | null;
|
|
965818
965845
|
contract_number: string | null;
|
|
@@ -965821,8 +965848,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965821
965848
|
expected_delivery_date: Date | null;
|
|
965822
965849
|
customer_expected_pickup_date: Date | null;
|
|
965823
965850
|
customer_expected_delivery_date: Date | null;
|
|
965824
|
-
id_outer_unit: string | null;
|
|
965825
965851
|
outer: Decimal$1 | null;
|
|
965852
|
+
booking_number: string | null;
|
|
965826
965853
|
} | null;
|
|
965827
965854
|
package_type: {
|
|
965828
965855
|
is_active: boolean | null;
|
|
@@ -966105,11 +966132,11 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
966105
966132
|
dg_class_name: string | null;
|
|
966106
966133
|
flash_point: Decimal$1 | null;
|
|
966107
966134
|
un_dg_contact: string | null;
|
|
966135
|
+
id_origin_un_locode: string | null;
|
|
966136
|
+
id_destination_un_locode: string | null;
|
|
966108
966137
|
id_syncproc_project: string | null;
|
|
966109
966138
|
id_shipper: string | null;
|
|
966110
966139
|
id_consignee: string | null;
|
|
966111
|
-
id_origin_un_locode: string | null;
|
|
966112
|
-
id_destination_un_locode: string | null;
|
|
966113
966140
|
cargo_ready_date: Date | null;
|
|
966114
966141
|
}[];
|
|
966115
966142
|
_count: {
|
|
@@ -970527,6 +970554,33 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
970527
970554
|
has_seaport: boolean | null;
|
|
970528
970555
|
has_outport: boolean | null;
|
|
970529
970556
|
} | null;
|
|
970557
|
+
organization_self: {
|
|
970558
|
+
is_active: boolean | null;
|
|
970559
|
+
id: string;
|
|
970560
|
+
logic_code: string | null;
|
|
970561
|
+
name: string | null;
|
|
970562
|
+
id_country: string | null;
|
|
970563
|
+
id_state: string | null;
|
|
970564
|
+
id_city: string | null;
|
|
970565
|
+
id_postal_code: string | null;
|
|
970566
|
+
id_company: string | null;
|
|
970567
|
+
id_branch: string | null;
|
|
970568
|
+
code: string | null;
|
|
970569
|
+
created_at: Date | null;
|
|
970570
|
+
created_by: string | null;
|
|
970571
|
+
updated_at: Date | null;
|
|
970572
|
+
updated_by: string | null;
|
|
970573
|
+
id_un_locode: string | null;
|
|
970574
|
+
email: string | null;
|
|
970575
|
+
id_business_category: string | null;
|
|
970576
|
+
id_controlling_branch: string | null;
|
|
970577
|
+
id_airline: string | null;
|
|
970578
|
+
id_shipping_line: string | null;
|
|
970579
|
+
phone: string | null;
|
|
970580
|
+
website_url: string | null;
|
|
970581
|
+
company_number: string | null;
|
|
970582
|
+
company_tax_number: string | null;
|
|
970583
|
+
} | null;
|
|
970530
970584
|
is_active: boolean | null;
|
|
970531
970585
|
id: string;
|
|
970532
970586
|
logic_code: string | null;
|
|
@@ -975463,13 +975517,13 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975463
975517
|
chargeable: Decimal$1 | null;
|
|
975464
975518
|
mark_number: string | null;
|
|
975465
975519
|
id_commodity: string | null;
|
|
975520
|
+
id_charges_apply: string | null;
|
|
975466
975521
|
id_origin_un_locode: string | null;
|
|
975467
975522
|
id_destination_un_locode: string | null;
|
|
975468
|
-
id_charges_apply: string | null;
|
|
975469
975523
|
id_carrier: string | null;
|
|
975470
975524
|
id_creditor: string | null;
|
|
975471
975525
|
id_carrier_service_level: string | null;
|
|
975472
|
-
|
|
975526
|
+
id_outer_unit: string | null;
|
|
975473
975527
|
extra_term: string | null;
|
|
975474
975528
|
shipper_ref: string | null;
|
|
975475
975529
|
contract_number: string | null;
|
|
@@ -975478,8 +975532,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975478
975532
|
expected_delivery_date: Date | null;
|
|
975479
975533
|
customer_expected_pickup_date: Date | null;
|
|
975480
975534
|
customer_expected_delivery_date: Date | null;
|
|
975481
|
-
id_outer_unit: string | null;
|
|
975482
975535
|
outer: Decimal$1 | null;
|
|
975536
|
+
booking_number: string | null;
|
|
975483
975537
|
} | null;
|
|
975484
975538
|
package_type: {
|
|
975485
975539
|
is_active: boolean | null;
|
|
@@ -975763,13 +975817,13 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975763
975817
|
chargeable: Decimal$1 | null;
|
|
975764
975818
|
mark_number: string | null;
|
|
975765
975819
|
id_commodity: string | null;
|
|
975820
|
+
id_charges_apply: string | null;
|
|
975766
975821
|
id_origin_un_locode: string | null;
|
|
975767
975822
|
id_destination_un_locode: string | null;
|
|
975768
|
-
id_charges_apply: string | null;
|
|
975769
975823
|
id_carrier: string | null;
|
|
975770
975824
|
id_creditor: string | null;
|
|
975771
975825
|
id_carrier_service_level: string | null;
|
|
975772
|
-
|
|
975826
|
+
id_outer_unit: string | null;
|
|
975773
975827
|
extra_term: string | null;
|
|
975774
975828
|
shipper_ref: string | null;
|
|
975775
975829
|
contract_number: string | null;
|
|
@@ -975778,8 +975832,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
975778
975832
|
expected_delivery_date: Date | null;
|
|
975779
975833
|
customer_expected_pickup_date: Date | null;
|
|
975780
975834
|
customer_expected_delivery_date: Date | null;
|
|
975781
|
-
id_outer_unit: string | null;
|
|
975782
975835
|
outer: Decimal$1 | null;
|
|
975836
|
+
booking_number: string | null;
|
|
975783
975837
|
} | null;
|
|
975784
975838
|
package_type: {
|
|
975785
975839
|
is_active: boolean | null;
|
|
@@ -990915,13 +990969,13 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
990915
990969
|
chargeable: Decimal$1 | null;
|
|
990916
990970
|
mark_number: string | null;
|
|
990917
990971
|
id_commodity: string | null;
|
|
990972
|
+
id_charges_apply: string | null;
|
|
990918
990973
|
id_origin_un_locode: string | null;
|
|
990919
990974
|
id_destination_un_locode: string | null;
|
|
990920
|
-
id_charges_apply: string | null;
|
|
990921
990975
|
id_carrier: string | null;
|
|
990922
990976
|
id_creditor: string | null;
|
|
990923
990977
|
id_carrier_service_level: string | null;
|
|
990924
|
-
|
|
990978
|
+
id_outer_unit: string | null;
|
|
990925
990979
|
extra_term: string | null;
|
|
990926
990980
|
shipper_ref: string | null;
|
|
990927
990981
|
contract_number: string | null;
|
|
@@ -990930,8 +990984,8 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
990930
990984
|
expected_delivery_date: Date | null;
|
|
990931
990985
|
customer_expected_pickup_date: Date | null;
|
|
990932
990986
|
customer_expected_delivery_date: Date | null;
|
|
990933
|
-
id_outer_unit: string | null;
|
|
990934
990987
|
outer: Decimal$1 | null;
|
|
990988
|
+
booking_number: string | null;
|
|
990935
990989
|
} | null;
|
|
990936
990990
|
package_type: {
|
|
990937
990991
|
is_active: boolean | null;
|
|
@@ -991140,11 +991194,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991140
991194
|
dg_class_name: string | null;
|
|
991141
991195
|
flash_point: Decimal$1 | null;
|
|
991142
991196
|
un_dg_contact: string | null;
|
|
991197
|
+
id_origin_un_locode: string | null;
|
|
991198
|
+
id_destination_un_locode: string | null;
|
|
991143
991199
|
id_syncproc_project: string | null;
|
|
991144
991200
|
id_shipper: string | null;
|
|
991145
991201
|
id_consignee: string | null;
|
|
991146
|
-
id_origin_un_locode: string | null;
|
|
991147
|
-
id_destination_un_locode: string | null;
|
|
991148
991202
|
cargo_ready_date: Date | null;
|
|
991149
991203
|
}[] | undefined;
|
|
991150
991204
|
total: number | undefined;
|
|
@@ -991338,13 +991392,13 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991338
991392
|
chargeable: Decimal$1 | null;
|
|
991339
991393
|
mark_number: string | null;
|
|
991340
991394
|
id_commodity: string | null;
|
|
991395
|
+
id_charges_apply: string | null;
|
|
991341
991396
|
id_origin_un_locode: string | null;
|
|
991342
991397
|
id_destination_un_locode: string | null;
|
|
991343
|
-
id_charges_apply: string | null;
|
|
991344
991398
|
id_carrier: string | null;
|
|
991345
991399
|
id_creditor: string | null;
|
|
991346
991400
|
id_carrier_service_level: string | null;
|
|
991347
|
-
|
|
991401
|
+
id_outer_unit: string | null;
|
|
991348
991402
|
extra_term: string | null;
|
|
991349
991403
|
shipper_ref: string | null;
|
|
991350
991404
|
contract_number: string | null;
|
|
@@ -991353,8 +991407,8 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991353
991407
|
expected_delivery_date: Date | null;
|
|
991354
991408
|
customer_expected_pickup_date: Date | null;
|
|
991355
991409
|
customer_expected_delivery_date: Date | null;
|
|
991356
|
-
id_outer_unit: string | null;
|
|
991357
991410
|
outer: Decimal$1 | null;
|
|
991411
|
+
booking_number: string | null;
|
|
991358
991412
|
} | null;
|
|
991359
991413
|
package_type: {
|
|
991360
991414
|
is_active: boolean | null;
|
|
@@ -991563,11 +991617,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991563
991617
|
dg_class_name: string | null;
|
|
991564
991618
|
flash_point: Decimal$1 | null;
|
|
991565
991619
|
un_dg_contact: string | null;
|
|
991620
|
+
id_origin_un_locode: string | null;
|
|
991621
|
+
id_destination_un_locode: string | null;
|
|
991566
991622
|
id_syncproc_project: string | null;
|
|
991567
991623
|
id_shipper: string | null;
|
|
991568
991624
|
id_consignee: string | null;
|
|
991569
|
-
id_origin_un_locode: string | null;
|
|
991570
|
-
id_destination_un_locode: string | null;
|
|
991571
991625
|
cargo_ready_date: Date | null;
|
|
991572
991626
|
};
|
|
991573
991627
|
};
|
|
@@ -991747,11 +991801,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991747
991801
|
dg_class_name: string | null;
|
|
991748
991802
|
flash_point: Decimal$1 | null;
|
|
991749
991803
|
un_dg_contact: string | null;
|
|
991804
|
+
id_origin_un_locode: string | null;
|
|
991805
|
+
id_destination_un_locode: string | null;
|
|
991750
991806
|
id_syncproc_project: string | null;
|
|
991751
991807
|
id_shipper: string | null;
|
|
991752
991808
|
id_consignee: string | null;
|
|
991753
|
-
id_origin_un_locode: string | null;
|
|
991754
|
-
id_destination_un_locode: string | null;
|
|
991755
991809
|
cargo_ready_date: Date | null;
|
|
991756
991810
|
};
|
|
991757
991811
|
log: {
|
|
@@ -991846,11 +991900,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991846
991900
|
dg_class_name: string | null;
|
|
991847
991901
|
flash_point: Decimal$1 | null;
|
|
991848
991902
|
un_dg_contact: string | null;
|
|
991903
|
+
id_origin_un_locode: string | null;
|
|
991904
|
+
id_destination_un_locode: string | null;
|
|
991849
991905
|
id_syncproc_project: string | null;
|
|
991850
991906
|
id_shipper: string | null;
|
|
991851
991907
|
id_consignee: string | null;
|
|
991852
|
-
id_origin_un_locode: string | null;
|
|
991853
|
-
id_destination_un_locode: string | null;
|
|
991854
991908
|
cargo_ready_date: Date | null;
|
|
991855
991909
|
};
|
|
991856
991910
|
log: {
|
|
@@ -991909,11 +991963,11 @@ declare const syncprocRouter: BuiltRouter<{
|
|
|
991909
991963
|
dg_class_name: string | null;
|
|
991910
991964
|
flash_point: Decimal$1 | null;
|
|
991911
991965
|
un_dg_contact: string | null;
|
|
991966
|
+
id_origin_un_locode: string | null;
|
|
991967
|
+
id_destination_un_locode: string | null;
|
|
991912
991968
|
id_syncproc_project: string | null;
|
|
991913
991969
|
id_shipper: string | null;
|
|
991914
991970
|
id_consignee: string | null;
|
|
991915
|
-
id_origin_un_locode: string | null;
|
|
991916
|
-
id_destination_un_locode: string | null;
|
|
991917
991971
|
cargo_ready_date: Date | null;
|
|
991918
991972
|
} | undefined)[] | undefined;
|
|
991919
991973
|
} | undefined;
|
|
@@ -1025925,6 +1025979,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1025925
1025979
|
field: string;
|
|
1025926
1025980
|
direction: "asc" | "desc";
|
|
1025927
1025981
|
}[] | null | undefined;
|
|
1025982
|
+
id_organization_self?: string | null | undefined;
|
|
1025983
|
+
ids_organization_self?: string[] | null | undefined;
|
|
1025928
1025984
|
id_company?: string | null | undefined;
|
|
1025929
1025985
|
ids_company?: string[] | null | undefined;
|
|
1025930
1025986
|
id_country?: string | null | undefined;
|
|
@@ -1026139,6 +1026195,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026139
1026195
|
has_seaport: boolean | null;
|
|
1026140
1026196
|
has_outport: boolean | null;
|
|
1026141
1026197
|
} | null;
|
|
1026198
|
+
organization_self: {
|
|
1026199
|
+
is_active: boolean | null;
|
|
1026200
|
+
id: string;
|
|
1026201
|
+
logic_code: string | null;
|
|
1026202
|
+
name: string | null;
|
|
1026203
|
+
id_country: string | null;
|
|
1026204
|
+
id_state: string | null;
|
|
1026205
|
+
id_city: string | null;
|
|
1026206
|
+
id_postal_code: string | null;
|
|
1026207
|
+
id_company: string | null;
|
|
1026208
|
+
id_branch: string | null;
|
|
1026209
|
+
code: string | null;
|
|
1026210
|
+
created_at: Date | null;
|
|
1026211
|
+
created_by: string | null;
|
|
1026212
|
+
updated_at: Date | null;
|
|
1026213
|
+
updated_by: string | null;
|
|
1026214
|
+
id_un_locode: string | null;
|
|
1026215
|
+
email: string | null;
|
|
1026216
|
+
id_business_category: string | null;
|
|
1026217
|
+
id_controlling_branch: string | null;
|
|
1026218
|
+
id_airline: string | null;
|
|
1026219
|
+
id_shipping_line: string | null;
|
|
1026220
|
+
phone: string | null;
|
|
1026221
|
+
website_url: string | null;
|
|
1026222
|
+
company_number: string | null;
|
|
1026223
|
+
company_tax_number: string | null;
|
|
1026224
|
+
} | null;
|
|
1026142
1026225
|
is_active: boolean | null;
|
|
1026143
1026226
|
id: string;
|
|
1026144
1026227
|
logic_code: string | null;
|
|
@@ -1026393,6 +1026476,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026393
1026476
|
has_seaport: boolean | null;
|
|
1026394
1026477
|
has_outport: boolean | null;
|
|
1026395
1026478
|
} | null;
|
|
1026479
|
+
organization_self: {
|
|
1026480
|
+
is_active: boolean | null;
|
|
1026481
|
+
id: string;
|
|
1026482
|
+
logic_code: string | null;
|
|
1026483
|
+
name: string | null;
|
|
1026484
|
+
id_country: string | null;
|
|
1026485
|
+
id_state: string | null;
|
|
1026486
|
+
id_city: string | null;
|
|
1026487
|
+
id_postal_code: string | null;
|
|
1026488
|
+
id_company: string | null;
|
|
1026489
|
+
id_branch: string | null;
|
|
1026490
|
+
code: string | null;
|
|
1026491
|
+
created_at: Date | null;
|
|
1026492
|
+
created_by: string | null;
|
|
1026493
|
+
updated_at: Date | null;
|
|
1026494
|
+
updated_by: string | null;
|
|
1026495
|
+
id_un_locode: string | null;
|
|
1026496
|
+
email: string | null;
|
|
1026497
|
+
id_business_category: string | null;
|
|
1026498
|
+
id_controlling_branch: string | null;
|
|
1026499
|
+
id_airline: string | null;
|
|
1026500
|
+
id_shipping_line: string | null;
|
|
1026501
|
+
phone: string | null;
|
|
1026502
|
+
website_url: string | null;
|
|
1026503
|
+
company_number: string | null;
|
|
1026504
|
+
company_tax_number: string | null;
|
|
1026505
|
+
} | null;
|
|
1026396
1026506
|
is_active: boolean | null;
|
|
1026397
1026507
|
id: string;
|
|
1026398
1026508
|
logic_code: string | null;
|
|
@@ -1026516,6 +1026626,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026516
1026626
|
create: MutationProcedure<{
|
|
1026517
1026627
|
input: {
|
|
1026518
1026628
|
is_active?: string | number | boolean | null | undefined;
|
|
1026629
|
+
id_organization_self?: string | null | undefined;
|
|
1026519
1026630
|
id_company?: string | null | undefined;
|
|
1026520
1026631
|
id_country?: string | null | undefined;
|
|
1026521
1026632
|
id_state?: string | null | undefined;
|
|
@@ -1026566,6 +1026677,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
1026566
1026677
|
id?: string | null | undefined;
|
|
1026567
1026678
|
logic_code?: string | null | undefined;
|
|
1026568
1026679
|
is_active?: string | number | boolean | null | undefined;
|
|
1026680
|
+
id_organization_self?: string | null | undefined;
|
|
1026569
1026681
|
id_company?: string | null | undefined;
|
|
1026570
1026682
|
id_country?: string | null | undefined;
|
|
1026571
1026683
|
id_state?: string | null | undefined;
|