@sprucelabs/spruce-image-utils 18.0.2 → 18.0.4
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.
|
@@ -323,6 +323,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
323
323
|
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
324
324
|
interface UploadedFile {
|
|
325
325
|
'id': string;
|
|
326
|
+
'name': string;
|
|
326
327
|
'uri': string;
|
|
327
328
|
'type': string;
|
|
328
329
|
}
|
|
@@ -339,6 +340,12 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
339
340
|
options: undefined;
|
|
340
341
|
};
|
|
341
342
|
/** . */
|
|
343
|
+
'name': {
|
|
344
|
+
type: 'text';
|
|
345
|
+
isRequired: true;
|
|
346
|
+
options: undefined;
|
|
347
|
+
};
|
|
348
|
+
/** . */
|
|
342
349
|
'uri': {
|
|
343
350
|
type: 'text';
|
|
344
351
|
isRequired: true;
|
|
@@ -323,6 +323,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
323
323
|
namespace SpruceSchemas.Files.v2022_05_13 {
|
|
324
324
|
interface UploadedFile {
|
|
325
325
|
'id': string;
|
|
326
|
+
'name': string;
|
|
326
327
|
'uri': string;
|
|
327
328
|
'type': string;
|
|
328
329
|
}
|
|
@@ -339,6 +340,12 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
339
340
|
options: undefined;
|
|
340
341
|
};
|
|
341
342
|
/** . */
|
|
343
|
+
'name': {
|
|
344
|
+
type: 'text';
|
|
345
|
+
isRequired: true;
|
|
346
|
+
options: undefined;
|
|
347
|
+
};
|
|
348
|
+
/** . */
|
|
342
349
|
'uri': {
|
|
343
350
|
type: 'text';
|
|
344
351
|
isRequired: true;
|