@be-logixpair/api 0.0.44 → 0.0.45
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 +29 -29
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -655820,7 +655820,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
655820
655820
|
dangerous_good_rules: {
|
|
655821
655821
|
dg_standard: {
|
|
655822
655822
|
is_active: boolean | null;
|
|
655823
|
-
id:
|
|
655823
|
+
id: string;
|
|
655824
655824
|
logic_code: string | null;
|
|
655825
655825
|
name: string | null;
|
|
655826
655826
|
created_at: Date | null;
|
|
@@ -655830,19 +655830,19 @@ declare const appRouter: BuiltRouter<{
|
|
|
655830
655830
|
code: string | null;
|
|
655831
655831
|
} | null;
|
|
655832
655832
|
is_active: boolean | null;
|
|
655833
|
-
id:
|
|
655833
|
+
id: string;
|
|
655834
655834
|
logic_code: string | null;
|
|
655835
655835
|
created_at: Date | null;
|
|
655836
655836
|
created_by: string | null;
|
|
655837
655837
|
updated_at: Date | null;
|
|
655838
655838
|
updated_by: string | null;
|
|
655839
|
-
id_dg_standard:
|
|
655840
|
-
id_dangerous_good:
|
|
655839
|
+
id_dg_standard: string | null;
|
|
655840
|
+
id_dangerous_good: string | null;
|
|
655841
655841
|
rules_data: SimpleJson;
|
|
655842
655842
|
}[];
|
|
655843
655843
|
dg_class: {
|
|
655844
655844
|
is_active: boolean | null;
|
|
655845
|
-
id:
|
|
655845
|
+
id: string;
|
|
655846
655846
|
logic_code: string | null;
|
|
655847
655847
|
name: string | null;
|
|
655848
655848
|
created_at: Date | null;
|
|
@@ -655853,7 +655853,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
655853
655853
|
} | null;
|
|
655854
655854
|
dg_packing_group: {
|
|
655855
655855
|
is_active: boolean | null;
|
|
655856
|
-
id:
|
|
655856
|
+
id: string;
|
|
655857
655857
|
logic_code: string | null;
|
|
655858
655858
|
name: string | null;
|
|
655859
655859
|
created_at: Date | null;
|
|
@@ -655864,7 +655864,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
655864
655864
|
} | null;
|
|
655865
655865
|
dg_excepted_quantity: {
|
|
655866
655866
|
is_active: boolean | null;
|
|
655867
|
-
id:
|
|
655867
|
+
id: string;
|
|
655868
655868
|
logic_code: string | null;
|
|
655869
655869
|
name: string | null;
|
|
655870
655870
|
created_at: Date | null;
|
|
@@ -655874,16 +655874,16 @@ declare const appRouter: BuiltRouter<{
|
|
|
655874
655874
|
code: string | null;
|
|
655875
655875
|
} | null;
|
|
655876
655876
|
is_active: boolean | null;
|
|
655877
|
-
id:
|
|
655877
|
+
id: string;
|
|
655878
655878
|
logic_code: string | null;
|
|
655879
655879
|
name: string | null;
|
|
655880
655880
|
created_at: Date | null;
|
|
655881
655881
|
created_by: string | null;
|
|
655882
655882
|
updated_at: Date | null;
|
|
655883
655883
|
updated_by: string | null;
|
|
655884
|
-
id_dg_packing_group:
|
|
655885
|
-
id_dg_class:
|
|
655886
|
-
id_dg_excepted_quantity:
|
|
655884
|
+
id_dg_packing_group: string | null;
|
|
655885
|
+
id_dg_class: string | null;
|
|
655886
|
+
id_dg_excepted_quantity: string | null;
|
|
655887
655887
|
un_number: string | null;
|
|
655888
655888
|
extra_labels: string | null;
|
|
655889
655889
|
sub_risk: string | null;
|
|
@@ -655926,7 +655926,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
655926
655926
|
data: {
|
|
655927
655927
|
log_type: {
|
|
655928
655928
|
is_active: boolean | null;
|
|
655929
|
-
id:
|
|
655929
|
+
id: string;
|
|
655930
655930
|
logic_code: string | null;
|
|
655931
655931
|
name: string | null;
|
|
655932
655932
|
created_at: Date | null;
|
|
@@ -655934,15 +655934,15 @@ declare const appRouter: BuiltRouter<{
|
|
|
655934
655934
|
updated_at: Date | null;
|
|
655935
655935
|
updated_by: string | null;
|
|
655936
655936
|
} | null;
|
|
655937
|
-
id:
|
|
655938
|
-
id_log_type:
|
|
655937
|
+
id: string;
|
|
655938
|
+
id_log_type: string | null;
|
|
655939
655939
|
url: string | null;
|
|
655940
655940
|
params: SimpleJson;
|
|
655941
655941
|
action: string | null;
|
|
655942
655942
|
action_by: string | null;
|
|
655943
655943
|
action_id: string | null;
|
|
655944
655944
|
action_at: Date | null;
|
|
655945
|
-
id_dangerous_good:
|
|
655945
|
+
id_dangerous_good: string | null;
|
|
655946
655946
|
}[] | undefined;
|
|
655947
655947
|
total: number | undefined;
|
|
655948
655948
|
};
|
|
@@ -655957,7 +655957,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
655957
655957
|
data: {
|
|
655958
655958
|
log_type: {
|
|
655959
655959
|
is_active: boolean | null;
|
|
655960
|
-
id:
|
|
655960
|
+
id: string;
|
|
655961
655961
|
logic_code: string | null;
|
|
655962
655962
|
name: string | null;
|
|
655963
655963
|
created_at: Date | null;
|
|
@@ -655965,15 +655965,15 @@ declare const appRouter: BuiltRouter<{
|
|
|
655965
655965
|
updated_at: Date | null;
|
|
655966
655966
|
updated_by: string | null;
|
|
655967
655967
|
} | null;
|
|
655968
|
-
id:
|
|
655969
|
-
id_log_type:
|
|
655968
|
+
id: string;
|
|
655969
|
+
id_log_type: string | null;
|
|
655970
655970
|
url: string | null;
|
|
655971
655971
|
params: SimpleJson;
|
|
655972
655972
|
action: string | null;
|
|
655973
655973
|
action_by: string | null;
|
|
655974
655974
|
action_id: string | null;
|
|
655975
655975
|
action_at: Date | null;
|
|
655976
|
-
id_dangerous_good:
|
|
655976
|
+
id_dangerous_good: string | null;
|
|
655977
655977
|
} | undefined;
|
|
655978
655978
|
};
|
|
655979
655979
|
meta: object;
|
|
@@ -656901,7 +656901,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
656901
656901
|
dangerous_good: {
|
|
656902
656902
|
dg_class: {
|
|
656903
656903
|
is_active: boolean | null;
|
|
656904
|
-
id:
|
|
656904
|
+
id: string;
|
|
656905
656905
|
logic_code: string | null;
|
|
656906
656906
|
name: string | null;
|
|
656907
656907
|
created_at: Date | null;
|
|
@@ -656912,7 +656912,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
656912
656912
|
} | null;
|
|
656913
656913
|
dg_packing_group: {
|
|
656914
656914
|
is_active: boolean | null;
|
|
656915
|
-
id:
|
|
656915
|
+
id: string;
|
|
656916
656916
|
logic_code: string | null;
|
|
656917
656917
|
name: string | null;
|
|
656918
656918
|
created_at: Date | null;
|
|
@@ -656922,16 +656922,16 @@ declare const appRouter: BuiltRouter<{
|
|
|
656922
656922
|
code: string | null;
|
|
656923
656923
|
} | null;
|
|
656924
656924
|
is_active: boolean | null;
|
|
656925
|
-
id:
|
|
656925
|
+
id: string;
|
|
656926
656926
|
logic_code: string | null;
|
|
656927
656927
|
name: string | null;
|
|
656928
656928
|
created_at: Date | null;
|
|
656929
656929
|
created_by: string | null;
|
|
656930
656930
|
updated_at: Date | null;
|
|
656931
656931
|
updated_by: string | null;
|
|
656932
|
-
id_dg_packing_group:
|
|
656933
|
-
id_dg_class:
|
|
656934
|
-
id_dg_excepted_quantity:
|
|
656932
|
+
id_dg_packing_group: string | null;
|
|
656933
|
+
id_dg_class: string | null;
|
|
656934
|
+
id_dg_excepted_quantity: string | null;
|
|
656935
656935
|
un_number: string | null;
|
|
656936
656936
|
extra_labels: string | null;
|
|
656937
656937
|
sub_risk: string | null;
|
|
@@ -656939,7 +656939,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
656939
656939
|
} | null;
|
|
656940
656940
|
dg_standard: {
|
|
656941
656941
|
is_active: boolean | null;
|
|
656942
|
-
id:
|
|
656942
|
+
id: string;
|
|
656943
656943
|
logic_code: string | null;
|
|
656944
656944
|
name: string | null;
|
|
656945
656945
|
created_at: Date | null;
|
|
@@ -656949,14 +656949,14 @@ declare const appRouter: BuiltRouter<{
|
|
|
656949
656949
|
code: string | null;
|
|
656950
656950
|
} | null;
|
|
656951
656951
|
is_active: boolean | null;
|
|
656952
|
-
id:
|
|
656952
|
+
id: string;
|
|
656953
656953
|
logic_code: string | null;
|
|
656954
656954
|
created_at: Date | null;
|
|
656955
656955
|
created_by: string | null;
|
|
656956
656956
|
updated_at: Date | null;
|
|
656957
656957
|
updated_by: string | null;
|
|
656958
|
-
id_dg_standard:
|
|
656959
|
-
id_dangerous_good:
|
|
656958
|
+
id_dg_standard: string | null;
|
|
656959
|
+
id_dangerous_good: string | null;
|
|
656960
656960
|
rules_data: SimpleJson;
|
|
656961
656961
|
};
|
|
656962
656962
|
};
|