@sprucelabs/spruce-file-utils 18.6.0 → 18.6.1
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.
|
@@ -920,6 +920,28 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
920
920
|
interface SaveLocalSettingsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.SaveLocalSettingsResponsePayloadSchema> {
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
|
+
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
924
|
+
interface GetUploadEndpointResponsePayload {
|
|
925
|
+
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
926
|
+
'restEndpointUrl'?: string | undefined | null;
|
|
927
|
+
}
|
|
928
|
+
interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
|
|
929
|
+
id: 'getUploadEndpointResponsePayload';
|
|
930
|
+
version: 'v2022_05_13';
|
|
931
|
+
namespace: 'Files';
|
|
932
|
+
name: '';
|
|
933
|
+
fields: {
|
|
934
|
+
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
935
|
+
'restEndpointUrl': {
|
|
936
|
+
type: 'text';
|
|
937
|
+
hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
|
|
938
|
+
options: undefined;
|
|
939
|
+
};
|
|
940
|
+
};
|
|
941
|
+
}
|
|
942
|
+
interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
|
|
943
|
+
}
|
|
944
|
+
}
|
|
923
945
|
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
924
946
|
interface UploadEmitTarget {
|
|
925
947
|
'locationId'?: string | undefined | null;
|
|
@@ -1044,28 +1066,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1044
1066
|
interface UploadResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.UploadResponsePayloadSchema> {
|
|
1045
1067
|
}
|
|
1046
1068
|
}
|
|
1047
|
-
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
1048
|
-
interface GetUploadEndpointResponsePayload {
|
|
1049
|
-
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
1050
|
-
'restEndpointUrl'?: string | undefined | null;
|
|
1051
|
-
}
|
|
1052
|
-
interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
|
|
1053
|
-
id: 'getUploadEndpointResponsePayload';
|
|
1054
|
-
version: 'v2022_05_13';
|
|
1055
|
-
namespace: 'Files';
|
|
1056
|
-
name: '';
|
|
1057
|
-
fields: {
|
|
1058
|
-
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
1059
|
-
'restEndpointUrl': {
|
|
1060
|
-
type: 'text';
|
|
1061
|
-
hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
|
|
1062
|
-
options: undefined;
|
|
1063
|
-
};
|
|
1064
|
-
};
|
|
1065
|
-
}
|
|
1066
|
-
interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
1069
|
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
1070
1070
|
interface GetSettingsStatusEmitTarget {
|
|
1071
1071
|
'organizationId': string;
|
|
@@ -920,6 +920,28 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
920
920
|
interface SaveLocalSettingsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.SaveLocalSettingsResponsePayloadSchema> {
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
|
+
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
924
|
+
interface GetUploadEndpointResponsePayload {
|
|
925
|
+
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
926
|
+
'restEndpointUrl'?: string | undefined | null;
|
|
927
|
+
}
|
|
928
|
+
interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
|
|
929
|
+
id: 'getUploadEndpointResponsePayload';
|
|
930
|
+
version: 'v2022_05_13';
|
|
931
|
+
namespace: 'Files';
|
|
932
|
+
name: '';
|
|
933
|
+
fields: {
|
|
934
|
+
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
935
|
+
'restEndpointUrl': {
|
|
936
|
+
type: 'text';
|
|
937
|
+
hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
|
|
938
|
+
options: undefined;
|
|
939
|
+
};
|
|
940
|
+
};
|
|
941
|
+
}
|
|
942
|
+
interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
|
|
943
|
+
}
|
|
944
|
+
}
|
|
923
945
|
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
924
946
|
interface UploadEmitTarget {
|
|
925
947
|
'locationId'?: string | undefined | null;
|
|
@@ -1044,28 +1066,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1044
1066
|
interface UploadResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.UploadResponsePayloadSchema> {
|
|
1045
1067
|
}
|
|
1046
1068
|
}
|
|
1047
|
-
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
1048
|
-
interface GetUploadEndpointResponsePayload {
|
|
1049
|
-
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
1050
|
-
'restEndpointUrl'?: string | undefined | null;
|
|
1051
|
-
}
|
|
1052
|
-
interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
|
|
1053
|
-
id: 'getUploadEndpointResponsePayload';
|
|
1054
|
-
version: 'v2022_05_13';
|
|
1055
|
-
namespace: 'Files';
|
|
1056
|
-
name: '';
|
|
1057
|
-
fields: {
|
|
1058
|
-
/** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
|
|
1059
|
-
'restEndpointUrl': {
|
|
1060
|
-
type: 'text';
|
|
1061
|
-
hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
|
|
1062
|
-
options: undefined;
|
|
1063
|
-
};
|
|
1064
|
-
};
|
|
1065
|
-
}
|
|
1066
|
-
interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
1069
|
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
1070
1070
|
interface GetSettingsStatusEmitTarget {
|
|
1071
1071
|
'organizationId': string;
|