@cristian-israel/giganet_lib_conecta 1.0.134 → 1.0.136
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.mts +64 -8
- package/dist/index.d.ts +64 -8
- package/dist/index.js +9 -2
- package/dist/index.mjs +9 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -38786,28 +38786,43 @@ declare const schemas$3: {
|
|
|
38786
38786
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38787
38787
|
key: string;
|
|
38788
38788
|
required: boolean;
|
|
38789
|
+
label: string;
|
|
38789
38790
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38790
38791
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38791
38792
|
key: string;
|
|
38792
38793
|
required: boolean;
|
|
38794
|
+
label: string;
|
|
38793
38795
|
}, {}, {}> & {
|
|
38794
38796
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38795
38797
|
key: string;
|
|
38796
38798
|
required: boolean;
|
|
38799
|
+
label: string;
|
|
38800
|
+
}>;
|
|
38801
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38802
|
+
key: string;
|
|
38803
|
+
label: string;
|
|
38804
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38805
|
+
key: string;
|
|
38806
|
+
label: string;
|
|
38807
|
+
}, {}, {}> & {
|
|
38808
|
+
key: string;
|
|
38809
|
+
label: string;
|
|
38797
38810
|
}>;
|
|
38798
|
-
form_files: string[];
|
|
38799
38811
|
form_params: mongoose.Types.DocumentArray<{
|
|
38800
38812
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38801
38813
|
key: string;
|
|
38802
38814
|
required: boolean;
|
|
38815
|
+
label: string;
|
|
38803
38816
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38804
38817
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38805
38818
|
key: string;
|
|
38806
38819
|
required: boolean;
|
|
38820
|
+
label: string;
|
|
38807
38821
|
}, {}, {}> & {
|
|
38808
38822
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38809
38823
|
key: string;
|
|
38810
38824
|
required: boolean;
|
|
38825
|
+
label: string;
|
|
38811
38826
|
}>;
|
|
38812
38827
|
generates?: {
|
|
38813
38828
|
fn_apagar?: {
|
|
@@ -38829,28 +38844,43 @@ declare const schemas$3: {
|
|
|
38829
38844
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38830
38845
|
key: string;
|
|
38831
38846
|
required: boolean;
|
|
38847
|
+
label: string;
|
|
38832
38848
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38833
38849
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38834
38850
|
key: string;
|
|
38835
38851
|
required: boolean;
|
|
38852
|
+
label: string;
|
|
38836
38853
|
}, {}, {}> & {
|
|
38837
38854
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38838
38855
|
key: string;
|
|
38839
38856
|
required: boolean;
|
|
38857
|
+
label: string;
|
|
38858
|
+
}>;
|
|
38859
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38860
|
+
key: string;
|
|
38861
|
+
label: string;
|
|
38862
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38863
|
+
key: string;
|
|
38864
|
+
label: string;
|
|
38865
|
+
}, {}, {}> & {
|
|
38866
|
+
key: string;
|
|
38867
|
+
label: string;
|
|
38840
38868
|
}>;
|
|
38841
|
-
form_files: string[];
|
|
38842
38869
|
form_params: mongoose.Types.DocumentArray<{
|
|
38843
38870
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38844
38871
|
key: string;
|
|
38845
38872
|
required: boolean;
|
|
38873
|
+
label: string;
|
|
38846
38874
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38847
38875
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38848
38876
|
key: string;
|
|
38849
38877
|
required: boolean;
|
|
38878
|
+
label: string;
|
|
38850
38879
|
}, {}, {}> & {
|
|
38851
38880
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38852
38881
|
key: string;
|
|
38853
38882
|
required: boolean;
|
|
38883
|
+
label: string;
|
|
38854
38884
|
}>;
|
|
38855
38885
|
generates?: {
|
|
38856
38886
|
fn_apagar?: {
|
|
@@ -38876,28 +38906,43 @@ declare const schemas$3: {
|
|
|
38876
38906
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38877
38907
|
key: string;
|
|
38878
38908
|
required: boolean;
|
|
38909
|
+
label: string;
|
|
38879
38910
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38880
38911
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38881
38912
|
key: string;
|
|
38882
38913
|
required: boolean;
|
|
38914
|
+
label: string;
|
|
38883
38915
|
}, {}, {}> & {
|
|
38884
38916
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38885
38917
|
key: string;
|
|
38886
38918
|
required: boolean;
|
|
38919
|
+
label: string;
|
|
38920
|
+
}>;
|
|
38921
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38922
|
+
key: string;
|
|
38923
|
+
label: string;
|
|
38924
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38925
|
+
key: string;
|
|
38926
|
+
label: string;
|
|
38927
|
+
}, {}, {}> & {
|
|
38928
|
+
key: string;
|
|
38929
|
+
label: string;
|
|
38887
38930
|
}>;
|
|
38888
|
-
form_files: string[];
|
|
38889
38931
|
form_params: mongoose.Types.DocumentArray<{
|
|
38890
38932
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38891
38933
|
key: string;
|
|
38892
38934
|
required: boolean;
|
|
38935
|
+
label: string;
|
|
38893
38936
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38894
38937
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38895
38938
|
key: string;
|
|
38896
38939
|
required: boolean;
|
|
38940
|
+
label: string;
|
|
38897
38941
|
}, {}, {}> & {
|
|
38898
38942
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38899
38943
|
key: string;
|
|
38900
38944
|
required: boolean;
|
|
38945
|
+
label: string;
|
|
38901
38946
|
}>;
|
|
38902
38947
|
generates?: {
|
|
38903
38948
|
fn_apagar?: {
|
|
@@ -38925,28 +38970,43 @@ declare const schemas$3: {
|
|
|
38925
38970
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38926
38971
|
key: string;
|
|
38927
38972
|
required: boolean;
|
|
38973
|
+
label: string;
|
|
38928
38974
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38929
38975
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38930
38976
|
key: string;
|
|
38931
38977
|
required: boolean;
|
|
38978
|
+
label: string;
|
|
38932
38979
|
}, {}, {}> & {
|
|
38933
38980
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38934
38981
|
key: string;
|
|
38935
38982
|
required: boolean;
|
|
38983
|
+
label: string;
|
|
38984
|
+
}>;
|
|
38985
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38986
|
+
key: string;
|
|
38987
|
+
label: string;
|
|
38988
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38989
|
+
key: string;
|
|
38990
|
+
label: string;
|
|
38991
|
+
}, {}, {}> & {
|
|
38992
|
+
key: string;
|
|
38993
|
+
label: string;
|
|
38936
38994
|
}>;
|
|
38937
|
-
form_files: string[];
|
|
38938
38995
|
form_params: mongoose.Types.DocumentArray<{
|
|
38939
38996
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38940
38997
|
key: string;
|
|
38941
38998
|
required: boolean;
|
|
38999
|
+
label: string;
|
|
38942
39000
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38943
39001
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38944
39002
|
key: string;
|
|
38945
39003
|
required: boolean;
|
|
39004
|
+
label: string;
|
|
38946
39005
|
}, {}, {}> & {
|
|
38947
39006
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38948
39007
|
key: string;
|
|
38949
39008
|
required: boolean;
|
|
39009
|
+
label: string;
|
|
38950
39010
|
}>;
|
|
38951
39011
|
generates?: {
|
|
38952
39012
|
fn_apagar?: {
|
|
@@ -38993,7 +39053,6 @@ declare const schemas$3: {
|
|
|
38993
39053
|
};
|
|
38994
39054
|
document?: string | null | undefined;
|
|
38995
39055
|
observation?: string | null | undefined;
|
|
38996
|
-
invoice?: string | null | undefined;
|
|
38997
39056
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
38998
39057
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
38999
39058
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
@@ -39020,7 +39079,6 @@ declare const schemas$3: {
|
|
|
39020
39079
|
};
|
|
39021
39080
|
document?: string | null | undefined;
|
|
39022
39081
|
observation?: string | null | undefined;
|
|
39023
|
-
invoice?: string | null | undefined;
|
|
39024
39082
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
39025
39083
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
39026
39084
|
} & mongoose.DefaultTimestampProps, {
|
|
@@ -39051,7 +39109,6 @@ declare const schemas$3: {
|
|
|
39051
39109
|
};
|
|
39052
39110
|
document?: string | null | undefined;
|
|
39053
39111
|
observation?: string | null | undefined;
|
|
39054
|
-
invoice?: string | null | undefined;
|
|
39055
39112
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
39056
39113
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
39057
39114
|
} & mongoose.DefaultTimestampProps & {
|
|
@@ -39084,7 +39141,6 @@ declare const schemas$3: {
|
|
|
39084
39141
|
};
|
|
39085
39142
|
document?: string | null | undefined;
|
|
39086
39143
|
observation?: string | null | undefined;
|
|
39087
|
-
invoice?: string | null | undefined;
|
|
39088
39144
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
39089
39145
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
39090
39146
|
createdAt: NativeDate;
|
package/dist/index.d.ts
CHANGED
|
@@ -38786,28 +38786,43 @@ declare const schemas$3: {
|
|
|
38786
38786
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38787
38787
|
key: string;
|
|
38788
38788
|
required: boolean;
|
|
38789
|
+
label: string;
|
|
38789
38790
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38790
38791
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38791
38792
|
key: string;
|
|
38792
38793
|
required: boolean;
|
|
38794
|
+
label: string;
|
|
38793
38795
|
}, {}, {}> & {
|
|
38794
38796
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38795
38797
|
key: string;
|
|
38796
38798
|
required: boolean;
|
|
38799
|
+
label: string;
|
|
38800
|
+
}>;
|
|
38801
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38802
|
+
key: string;
|
|
38803
|
+
label: string;
|
|
38804
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38805
|
+
key: string;
|
|
38806
|
+
label: string;
|
|
38807
|
+
}, {}, {}> & {
|
|
38808
|
+
key: string;
|
|
38809
|
+
label: string;
|
|
38797
38810
|
}>;
|
|
38798
|
-
form_files: string[];
|
|
38799
38811
|
form_params: mongoose.Types.DocumentArray<{
|
|
38800
38812
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38801
38813
|
key: string;
|
|
38802
38814
|
required: boolean;
|
|
38815
|
+
label: string;
|
|
38803
38816
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38804
38817
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38805
38818
|
key: string;
|
|
38806
38819
|
required: boolean;
|
|
38820
|
+
label: string;
|
|
38807
38821
|
}, {}, {}> & {
|
|
38808
38822
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38809
38823
|
key: string;
|
|
38810
38824
|
required: boolean;
|
|
38825
|
+
label: string;
|
|
38811
38826
|
}>;
|
|
38812
38827
|
generates?: {
|
|
38813
38828
|
fn_apagar?: {
|
|
@@ -38829,28 +38844,43 @@ declare const schemas$3: {
|
|
|
38829
38844
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38830
38845
|
key: string;
|
|
38831
38846
|
required: boolean;
|
|
38847
|
+
label: string;
|
|
38832
38848
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38833
38849
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38834
38850
|
key: string;
|
|
38835
38851
|
required: boolean;
|
|
38852
|
+
label: string;
|
|
38836
38853
|
}, {}, {}> & {
|
|
38837
38854
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38838
38855
|
key: string;
|
|
38839
38856
|
required: boolean;
|
|
38857
|
+
label: string;
|
|
38858
|
+
}>;
|
|
38859
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38860
|
+
key: string;
|
|
38861
|
+
label: string;
|
|
38862
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38863
|
+
key: string;
|
|
38864
|
+
label: string;
|
|
38865
|
+
}, {}, {}> & {
|
|
38866
|
+
key: string;
|
|
38867
|
+
label: string;
|
|
38840
38868
|
}>;
|
|
38841
|
-
form_files: string[];
|
|
38842
38869
|
form_params: mongoose.Types.DocumentArray<{
|
|
38843
38870
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38844
38871
|
key: string;
|
|
38845
38872
|
required: boolean;
|
|
38873
|
+
label: string;
|
|
38846
38874
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38847
38875
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38848
38876
|
key: string;
|
|
38849
38877
|
required: boolean;
|
|
38878
|
+
label: string;
|
|
38850
38879
|
}, {}, {}> & {
|
|
38851
38880
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38852
38881
|
key: string;
|
|
38853
38882
|
required: boolean;
|
|
38883
|
+
label: string;
|
|
38854
38884
|
}>;
|
|
38855
38885
|
generates?: {
|
|
38856
38886
|
fn_apagar?: {
|
|
@@ -38876,28 +38906,43 @@ declare const schemas$3: {
|
|
|
38876
38906
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38877
38907
|
key: string;
|
|
38878
38908
|
required: boolean;
|
|
38909
|
+
label: string;
|
|
38879
38910
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38880
38911
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38881
38912
|
key: string;
|
|
38882
38913
|
required: boolean;
|
|
38914
|
+
label: string;
|
|
38883
38915
|
}, {}, {}> & {
|
|
38884
38916
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38885
38917
|
key: string;
|
|
38886
38918
|
required: boolean;
|
|
38919
|
+
label: string;
|
|
38920
|
+
}>;
|
|
38921
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38922
|
+
key: string;
|
|
38923
|
+
label: string;
|
|
38924
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38925
|
+
key: string;
|
|
38926
|
+
label: string;
|
|
38927
|
+
}, {}, {}> & {
|
|
38928
|
+
key: string;
|
|
38929
|
+
label: string;
|
|
38887
38930
|
}>;
|
|
38888
|
-
form_files: string[];
|
|
38889
38931
|
form_params: mongoose.Types.DocumentArray<{
|
|
38890
38932
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38891
38933
|
key: string;
|
|
38892
38934
|
required: boolean;
|
|
38935
|
+
label: string;
|
|
38893
38936
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38894
38937
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38895
38938
|
key: string;
|
|
38896
38939
|
required: boolean;
|
|
38940
|
+
label: string;
|
|
38897
38941
|
}, {}, {}> & {
|
|
38898
38942
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38899
38943
|
key: string;
|
|
38900
38944
|
required: boolean;
|
|
38945
|
+
label: string;
|
|
38901
38946
|
}>;
|
|
38902
38947
|
generates?: {
|
|
38903
38948
|
fn_apagar?: {
|
|
@@ -38925,28 +38970,43 @@ declare const schemas$3: {
|
|
|
38925
38970
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38926
38971
|
key: string;
|
|
38927
38972
|
required: boolean;
|
|
38973
|
+
label: string;
|
|
38928
38974
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38929
38975
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38930
38976
|
key: string;
|
|
38931
38977
|
required: boolean;
|
|
38978
|
+
label: string;
|
|
38932
38979
|
}, {}, {}> & {
|
|
38933
38980
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38934
38981
|
key: string;
|
|
38935
38982
|
required: boolean;
|
|
38983
|
+
label: string;
|
|
38984
|
+
}>;
|
|
38985
|
+
form_files: mongoose.Types.DocumentArray<{
|
|
38986
|
+
key: string;
|
|
38987
|
+
label: string;
|
|
38988
|
+
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38989
|
+
key: string;
|
|
38990
|
+
label: string;
|
|
38991
|
+
}, {}, {}> & {
|
|
38992
|
+
key: string;
|
|
38993
|
+
label: string;
|
|
38936
38994
|
}>;
|
|
38937
|
-
form_files: string[];
|
|
38938
38995
|
form_params: mongoose.Types.DocumentArray<{
|
|
38939
38996
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38940
38997
|
key: string;
|
|
38941
38998
|
required: boolean;
|
|
38999
|
+
label: string;
|
|
38942
39000
|
}, mongoose.Types.Subdocument<bson.ObjectId, unknown, {
|
|
38943
39001
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38944
39002
|
key: string;
|
|
38945
39003
|
required: boolean;
|
|
39004
|
+
label: string;
|
|
38946
39005
|
}, {}, {}> & {
|
|
38947
39006
|
type: "string" | "number" | "boolean" | "date" | "array" | "float" | "datetime";
|
|
38948
39007
|
key: string;
|
|
38949
39008
|
required: boolean;
|
|
39009
|
+
label: string;
|
|
38950
39010
|
}>;
|
|
38951
39011
|
generates?: {
|
|
38952
39012
|
fn_apagar?: {
|
|
@@ -38993,7 +39053,6 @@ declare const schemas$3: {
|
|
|
38993
39053
|
};
|
|
38994
39054
|
document?: string | null | undefined;
|
|
38995
39055
|
observation?: string | null | undefined;
|
|
38996
|
-
invoice?: string | null | undefined;
|
|
38997
39056
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
38998
39057
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
38999
39058
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
@@ -39020,7 +39079,6 @@ declare const schemas$3: {
|
|
|
39020
39079
|
};
|
|
39021
39080
|
document?: string | null | undefined;
|
|
39022
39081
|
observation?: string | null | undefined;
|
|
39023
|
-
invoice?: string | null | undefined;
|
|
39024
39082
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
39025
39083
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
39026
39084
|
} & mongoose.DefaultTimestampProps, {
|
|
@@ -39051,7 +39109,6 @@ declare const schemas$3: {
|
|
|
39051
39109
|
};
|
|
39052
39110
|
document?: string | null | undefined;
|
|
39053
39111
|
observation?: string | null | undefined;
|
|
39054
|
-
invoice?: string | null | undefined;
|
|
39055
39112
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
39056
39113
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
39057
39114
|
} & mongoose.DefaultTimestampProps & {
|
|
@@ -39084,7 +39141,6 @@ declare const schemas$3: {
|
|
|
39084
39141
|
};
|
|
39085
39142
|
document?: string | null | undefined;
|
|
39086
39143
|
observation?: string | null | undefined;
|
|
39087
|
-
invoice?: string | null | undefined;
|
|
39088
39144
|
author?: mongoose.Types.ObjectId | null | undefined;
|
|
39089
39145
|
responsible?: mongoose.Types.ObjectId | null | undefined;
|
|
39090
39146
|
createdAt: NativeDate;
|
package/dist/index.js
CHANGED
|
@@ -93027,6 +93027,7 @@ var FLEET_EXPENSE_FORM_PARAM_TYPES = [
|
|
|
93027
93027
|
var FleetExpenseFormFieldSchema = new import_mongoose15.Schema(
|
|
93028
93028
|
{
|
|
93029
93029
|
key: { type: String, required: true, trim: true },
|
|
93030
|
+
label: { type: String, required: true, trim: true },
|
|
93030
93031
|
type: {
|
|
93031
93032
|
type: String,
|
|
93032
93033
|
enum: FLEET_EXPENSE_FORM_PARAM_TYPES,
|
|
@@ -93036,6 +93037,13 @@ var FleetExpenseFormFieldSchema = new import_mongoose15.Schema(
|
|
|
93036
93037
|
},
|
|
93037
93038
|
{ _id: false }
|
|
93038
93039
|
);
|
|
93040
|
+
var FleetExpenseFormFileDefinitionSchema = new import_mongoose15.Schema(
|
|
93041
|
+
{
|
|
93042
|
+
key: { type: String, required: true, trim: true },
|
|
93043
|
+
label: { type: String, required: true, trim: true }
|
|
93044
|
+
},
|
|
93045
|
+
{ _id: false }
|
|
93046
|
+
);
|
|
93039
93047
|
var FleetExpenseNomenclatureIxcSoftEntrySchema = new import_mongoose15.Schema(
|
|
93040
93048
|
{
|
|
93041
93049
|
id: { type: Number, required: true },
|
|
@@ -93085,7 +93093,7 @@ var FleetExpenseTicketSubjectsSchema = new import_mongoose15.Schema(
|
|
|
93085
93093
|
default: []
|
|
93086
93094
|
},
|
|
93087
93095
|
form_files: {
|
|
93088
|
-
type: [
|
|
93096
|
+
type: [FleetExpenseFormFileDefinitionSchema],
|
|
93089
93097
|
default: []
|
|
93090
93098
|
},
|
|
93091
93099
|
form_params: {
|
|
@@ -93141,7 +93149,6 @@ var FleetExpenseTicketsSchema = new import_mongoose16.Schema(
|
|
|
93141
93149
|
total_amount: { type: Number, required: true },
|
|
93142
93150
|
location: { type: String, required: true, trim: true },
|
|
93143
93151
|
observation: { type: String, trim: true },
|
|
93144
|
-
invoice: { type: String, trim: true },
|
|
93145
93152
|
subject_form_opening: {
|
|
93146
93153
|
type: import_mongoose16.Schema.Types.Mixed,
|
|
93147
93154
|
default: {}
|
package/dist/index.mjs
CHANGED
|
@@ -92974,6 +92974,7 @@ var FLEET_EXPENSE_FORM_PARAM_TYPES = [
|
|
|
92974
92974
|
var FleetExpenseFormFieldSchema = new Schema14(
|
|
92975
92975
|
{
|
|
92976
92976
|
key: { type: String, required: true, trim: true },
|
|
92977
|
+
label: { type: String, required: true, trim: true },
|
|
92977
92978
|
type: {
|
|
92978
92979
|
type: String,
|
|
92979
92980
|
enum: FLEET_EXPENSE_FORM_PARAM_TYPES,
|
|
@@ -92983,6 +92984,13 @@ var FleetExpenseFormFieldSchema = new Schema14(
|
|
|
92983
92984
|
},
|
|
92984
92985
|
{ _id: false }
|
|
92985
92986
|
);
|
|
92987
|
+
var FleetExpenseFormFileDefinitionSchema = new Schema14(
|
|
92988
|
+
{
|
|
92989
|
+
key: { type: String, required: true, trim: true },
|
|
92990
|
+
label: { type: String, required: true, trim: true }
|
|
92991
|
+
},
|
|
92992
|
+
{ _id: false }
|
|
92993
|
+
);
|
|
92986
92994
|
var FleetExpenseNomenclatureIxcSoftEntrySchema = new Schema14(
|
|
92987
92995
|
{
|
|
92988
92996
|
id: { type: Number, required: true },
|
|
@@ -93032,7 +93040,7 @@ var FleetExpenseTicketSubjectsSchema = new Schema14(
|
|
|
93032
93040
|
default: []
|
|
93033
93041
|
},
|
|
93034
93042
|
form_files: {
|
|
93035
|
-
type: [
|
|
93043
|
+
type: [FleetExpenseFormFileDefinitionSchema],
|
|
93036
93044
|
default: []
|
|
93037
93045
|
},
|
|
93038
93046
|
form_params: {
|
|
@@ -93088,7 +93096,6 @@ var FleetExpenseTicketsSchema = new Schema15(
|
|
|
93088
93096
|
total_amount: { type: Number, required: true },
|
|
93089
93097
|
location: { type: String, required: true, trim: true },
|
|
93090
93098
|
observation: { type: String, trim: true },
|
|
93091
|
-
invoice: { type: String, trim: true },
|
|
93092
93099
|
subject_form_opening: {
|
|
93093
93100
|
type: Schema15.Types.Mixed,
|
|
93094
93101
|
default: {}
|