@uniformdev/files 19.103.0 → 19.106.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.
package/dist/index.d.mts CHANGED
@@ -105,7 +105,9 @@ interface paths {
105
105
  requestBody: {
106
106
  content: {
107
107
  "application/json": {
108
- url: string;
108
+ url?: string;
109
+ fileId?: string;
110
+ sourceId?: string;
109
111
  /** Format: uuid */
110
112
  projectId?: string;
111
113
  };
package/dist/index.d.ts CHANGED
@@ -105,7 +105,9 @@ interface paths {
105
105
  requestBody: {
106
106
  content: {
107
107
  "application/json": {
108
- url: string;
108
+ url?: string;
109
+ fileId?: string;
110
+ sourceId?: string;
109
111
  /** Format: uuid */
110
112
  projectId?: string;
111
113
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/files",
3
- "version": "19.103.0",
3
+ "version": "19.106.1",
4
4
  "description": "Uniform Files helpers",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.103.0"
39
+ "@uniformdev/context": "19.106.1"
40
40
  },
41
- "gitHead": "ebdcac3a77d293bff272925f62f8c1c10be855bc"
41
+ "gitHead": "6655e72a7eb1e1975d472a8413987fc5a3ef028a"
42
42
  }