@sprucelabs/spruce-file-utils 18.1.13 → 18.1.15

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.
@@ -962,6 +962,28 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
962
962
  interface GetSettingsStatusResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetSettingsStatusResponsePayloadSchema> {
963
963
  }
964
964
  }
965
+ namespace SpruceSchemas.Files.v2022_05_13 {
966
+ interface GetUploadEndpointResponsePayload {
967
+ /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
968
+ 'restEndpointUrl'?: string | undefined | null;
969
+ }
970
+ interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
971
+ id: 'getUploadEndpointResponsePayload';
972
+ version: 'v2022_05_13';
973
+ namespace: 'Files';
974
+ name: '';
975
+ fields: {
976
+ /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
977
+ 'restEndpointUrl': {
978
+ type: 'text';
979
+ hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
980
+ options: undefined;
981
+ };
982
+ };
983
+ }
984
+ interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
985
+ }
986
+ }
965
987
  namespace SpruceSchemas.Files.v2022_05_13 {
966
988
  interface SaveSettingsEmitTarget {
967
989
  'organizationId': string;
@@ -1081,28 +1103,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1081
1103
  interface SaveSettingsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.SaveSettingsResponsePayloadSchema> {
1082
1104
  }
1083
1105
  }
1084
- namespace SpruceSchemas.Files.v2022_05_13 {
1085
- interface GetUploadEndpointResponsePayload {
1086
- /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
1087
- 'restEndpointUrl'?: string | undefined | null;
1088
- }
1089
- interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
1090
- id: 'getUploadEndpointResponsePayload';
1091
- version: 'v2022_05_13';
1092
- namespace: 'Files';
1093
- name: '';
1094
- fields: {
1095
- /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
1096
- 'restEndpointUrl': {
1097
- type: 'text';
1098
- hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
1099
- options: undefined;
1100
- };
1101
- };
1102
- }
1103
- interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
1104
- }
1105
- }
1106
1106
  namespace SpruceSchemas.Files.v2022_05_13 {
1107
1107
  interface GetSettingsStatusEmitTargetAndPayload {
1108
1108
  /** Source. */
@@ -962,6 +962,28 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
962
962
  interface GetSettingsStatusResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetSettingsStatusResponsePayloadSchema> {
963
963
  }
964
964
  }
965
+ namespace SpruceSchemas.Files.v2022_05_13 {
966
+ interface GetUploadEndpointResponsePayload {
967
+ /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
968
+ 'restEndpointUrl'?: string | undefined | null;
969
+ }
970
+ interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
971
+ id: 'getUploadEndpointResponsePayload';
972
+ version: 'v2022_05_13';
973
+ namespace: 'Files';
974
+ name: '';
975
+ fields: {
976
+ /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
977
+ 'restEndpointUrl': {
978
+ type: 'text';
979
+ hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
980
+ options: undefined;
981
+ };
982
+ };
983
+ }
984
+ interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
985
+ }
986
+ }
965
987
  namespace SpruceSchemas.Files.v2022_05_13 {
966
988
  interface SaveSettingsEmitTarget {
967
989
  'organizationId': string;
@@ -1081,28 +1103,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1081
1103
  interface SaveSettingsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.SaveSettingsResponsePayloadSchema> {
1082
1104
  }
1083
1105
  }
1084
- namespace SpruceSchemas.Files.v2022_05_13 {
1085
- interface GetUploadEndpointResponsePayload {
1086
- /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
1087
- 'restEndpointUrl'?: string | undefined | null;
1088
- }
1089
- interface GetUploadEndpointResponsePayloadSchema extends SpruceSchema.Schema {
1090
- id: 'getUploadEndpointResponsePayload';
1091
- version: 'v2022_05_13';
1092
- namespace: 'Files';
1093
- name: '';
1094
- fields: {
1095
- /** . The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client. */
1096
- 'restEndpointUrl': {
1097
- type: 'text';
1098
- hint: 'The REST endpoint URL to user when uploading a file. If not set, you must use upload using the Mercury Client.';
1099
- options: undefined;
1100
- };
1101
- };
1102
- }
1103
- interface GetUploadEndpointResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Files.v2022_05_13.GetUploadEndpointResponsePayloadSchema> {
1104
- }
1105
- }
1106
1106
  namespace SpruceSchemas.Files.v2022_05_13 {
1107
1107
  interface GetSettingsStatusEmitTargetAndPayload {
1108
1108
  /** Source. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-file-utils",
3
3
  "description": "Utils for working with files and Sprucebot.",
4
- "version": "18.1.13",
4
+ "version": "18.1.15",
5
5
  "skill": {
6
6
  "namespace": "files"
7
7
  },