@be-logixpair/api 0.0.134-rc14 → 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 +61 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -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;
|
|
@@ -965284,6 +965311,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965284
965311
|
id_on_board_status: string | null;
|
|
965285
965312
|
issue_date: Date | null;
|
|
965286
965313
|
on_board_date: Date | null;
|
|
965314
|
+
notify_party: string | null;
|
|
965287
965315
|
id_port_of_loading: string | null;
|
|
965288
965316
|
id_port_of_discharge: string | null;
|
|
965289
965317
|
id_freight_payable: string | null;
|
|
@@ -965291,7 +965319,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
965291
965319
|
id_place_of_delivery: string | null;
|
|
965292
965320
|
id_place_of_issue: string | null;
|
|
965293
965321
|
consignor: string | null;
|
|
965294
|
-
notify_party: string | null;
|
|
965295
965322
|
also_notify_party: string | null;
|
|
965296
965323
|
delivery_agent: string | null;
|
|
965297
965324
|
excess_value_declaration: string | null;
|
|
@@ -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;
|
|
@@ -971316,6 +971370,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
971316
971370
|
id_on_board_status: string | null;
|
|
971317
971371
|
issue_date: Date | null;
|
|
971318
971372
|
on_board_date: Date | null;
|
|
971373
|
+
notify_party: string | null;
|
|
971319
971374
|
id_port_of_loading: string | null;
|
|
971320
971375
|
id_port_of_discharge: string | null;
|
|
971321
971376
|
id_freight_payable: string | null;
|
|
@@ -971323,7 +971378,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
971323
971378
|
id_place_of_delivery: string | null;
|
|
971324
971379
|
id_place_of_issue: string | null;
|
|
971325
971380
|
consignor: string | null;
|
|
971326
|
-
notify_party: string | null;
|
|
971327
971381
|
also_notify_party: string | null;
|
|
971328
971382
|
delivery_agent: string | null;
|
|
971329
971383
|
excess_value_declaration: string | null;
|
|
@@ -986331,6 +986385,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
986331
986385
|
id_on_board_status: string | null;
|
|
986332
986386
|
issue_date: Date | null;
|
|
986333
986387
|
on_board_date: Date | null;
|
|
986388
|
+
notify_party: string | null;
|
|
986334
986389
|
id_port_of_loading: string | null;
|
|
986335
986390
|
id_port_of_discharge: string | null;
|
|
986336
986391
|
id_freight_payable: string | null;
|
|
@@ -986338,7 +986393,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
986338
986393
|
id_place_of_delivery: string | null;
|
|
986339
986394
|
id_place_of_issue: string | null;
|
|
986340
986395
|
consignor: string | null;
|
|
986341
|
-
notify_party: string | null;
|
|
986342
986396
|
also_notify_party: string | null;
|
|
986343
986397
|
delivery_agent: string | null;
|
|
986344
986398
|
excess_value_declaration: string | null;
|
|
@@ -987193,6 +987247,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987193
987247
|
id_on_board_status: string | null;
|
|
987194
987248
|
issue_date: Date | null;
|
|
987195
987249
|
on_board_date: Date | null;
|
|
987250
|
+
notify_party: string | null;
|
|
987196
987251
|
id_port_of_loading: string | null;
|
|
987197
987252
|
id_port_of_discharge: string | null;
|
|
987198
987253
|
id_freight_payable: string | null;
|
|
@@ -987200,7 +987255,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987200
987255
|
id_place_of_delivery: string | null;
|
|
987201
987256
|
id_place_of_issue: string | null;
|
|
987202
987257
|
consignor: string | null;
|
|
987203
|
-
notify_party: string | null;
|
|
987204
987258
|
also_notify_party: string | null;
|
|
987205
987259
|
delivery_agent: string | null;
|
|
987206
987260
|
excess_value_declaration: string | null;
|
|
@@ -987356,6 +987410,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987356
987410
|
id_on_board_status: string | null;
|
|
987357
987411
|
issue_date: Date | null;
|
|
987358
987412
|
on_board_date: Date | null;
|
|
987413
|
+
notify_party: string | null;
|
|
987359
987414
|
id_port_of_loading: string | null;
|
|
987360
987415
|
id_port_of_discharge: string | null;
|
|
987361
987416
|
id_freight_payable: string | null;
|
|
@@ -987363,7 +987418,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987363
987418
|
id_place_of_delivery: string | null;
|
|
987364
987419
|
id_place_of_issue: string | null;
|
|
987365
987420
|
consignor: string | null;
|
|
987366
|
-
notify_party: string | null;
|
|
987367
987421
|
also_notify_party: string | null;
|
|
987368
987422
|
delivery_agent: string | null;
|
|
987369
987423
|
excess_value_declaration: string | null;
|
|
@@ -987434,6 +987488,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987434
987488
|
id_on_board_status: string | null;
|
|
987435
987489
|
issue_date: Date | null;
|
|
987436
987490
|
on_board_date: Date | null;
|
|
987491
|
+
notify_party: string | null;
|
|
987437
987492
|
id_port_of_loading: string | null;
|
|
987438
987493
|
id_port_of_discharge: string | null;
|
|
987439
987494
|
id_freight_payable: string | null;
|
|
@@ -987441,7 +987496,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987441
987496
|
id_place_of_delivery: string | null;
|
|
987442
987497
|
id_place_of_issue: string | null;
|
|
987443
987498
|
consignor: string | null;
|
|
987444
|
-
notify_party: string | null;
|
|
987445
987499
|
also_notify_party: string | null;
|
|
987446
987500
|
delivery_agent: string | null;
|
|
987447
987501
|
excess_value_declaration: string | null;
|
|
@@ -987486,6 +987540,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987486
987540
|
id_on_board_status: string | null;
|
|
987487
987541
|
issue_date: Date | null;
|
|
987488
987542
|
on_board_date: Date | null;
|
|
987543
|
+
notify_party: string | null;
|
|
987489
987544
|
id_port_of_loading: string | null;
|
|
987490
987545
|
id_port_of_discharge: string | null;
|
|
987491
987546
|
id_freight_payable: string | null;
|
|
@@ -987493,7 +987548,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
987493
987548
|
id_place_of_delivery: string | null;
|
|
987494
987549
|
id_place_of_issue: string | null;
|
|
987495
987550
|
consignor: string | null;
|
|
987496
|
-
notify_party: string | null;
|
|
987497
987551
|
also_notify_party: string | null;
|
|
987498
987552
|
delivery_agent: string | null;
|
|
987499
987553
|
excess_value_declaration: string | null;
|