@be-logixpair/api 0.0.127-rc1 → 0.0.127-rc2
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 +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -752583,6 +752583,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752583
752583
|
storage_provider?: string | null | undefined;
|
|
752584
752584
|
label?: string | null | undefined;
|
|
752585
752585
|
file_name?: string | null | undefined;
|
|
752586
|
+
temp_file_path?: string | null | undefined;
|
|
752586
752587
|
file_path?: string | null | undefined;
|
|
752587
752588
|
file_size?: string | number | bigint | null | undefined;
|
|
752588
752589
|
file_extension?: string | null | undefined;
|
|
@@ -752641,6 +752642,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752641
752642
|
storage_provider?: string | null | undefined;
|
|
752642
752643
|
label?: string | null | undefined;
|
|
752643
752644
|
file_name?: string | null | undefined;
|
|
752645
|
+
temp_file_path?: string | null | undefined;
|
|
752644
752646
|
file_path?: string | null | undefined;
|
|
752645
752647
|
file_size?: string | number | bigint | null | undefined;
|
|
752646
752648
|
file_extension?: string | null | undefined;
|
|
@@ -752696,6 +752698,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752696
752698
|
storage_provider?: string | null | undefined;
|
|
752697
752699
|
label?: string | null | undefined;
|
|
752698
752700
|
file_name?: string | null | undefined;
|
|
752701
|
+
temp_file_path?: string | null | undefined;
|
|
752699
752702
|
file_path?: string | null | undefined;
|
|
752700
752703
|
file_size?: string | number | bigint | null | undefined;
|
|
752701
752704
|
file_extension?: string | null | undefined;
|
|
@@ -752717,6 +752720,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752717
752720
|
storage_provider?: string | null | undefined;
|
|
752718
752721
|
label?: string | null | undefined;
|
|
752719
752722
|
file_name?: string | null | undefined;
|
|
752723
|
+
temp_file_path?: string | null | undefined;
|
|
752720
752724
|
file_path?: string | null | undefined;
|
|
752721
752725
|
file_size?: string | number | bigint | null | undefined;
|
|
752722
752726
|
file_extension?: string | null | undefined;
|