@uniformdev/files 20.74.7 → 20.75.1-alpha.0

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
@@ -222,6 +222,13 @@ interface paths {
222
222
  };
223
223
  content?: never;
224
224
  };
225
+ /** @description Conflict: the replacement file is already attached to another asset. Use an unattached file (for example a temporary upload) as the replacement. */
226
+ 409: {
227
+ headers: {
228
+ [name: string]: unknown;
229
+ };
230
+ content?: never;
231
+ };
225
232
  429: components["responses"]["RateLimitError"];
226
233
  500: components["responses"]["InternalServerError"];
227
234
  };
package/dist/index.d.ts CHANGED
@@ -222,6 +222,13 @@ interface paths {
222
222
  };
223
223
  content?: never;
224
224
  };
225
+ /** @description Conflict: the replacement file is already attached to another asset. Use an unattached file (for example a temporary upload) as the replacement. */
226
+ 409: {
227
+ headers: {
228
+ [name: string]: unknown;
229
+ };
230
+ content?: never;
231
+ };
225
232
  429: components["responses"]["RateLimitError"];
226
233
  500: components["responses"]["InternalServerError"];
227
234
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/files",
3
- "version": "20.74.7",
3
+ "version": "20.75.1-alpha.0+effbce0886",
4
4
  "description": "Uniform Files helpers",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@uniformdev/context": "20.74.7"
38
+ "@uniformdev/context": "20.75.1-alpha.0+effbce0886"
39
39
  },
40
- "gitHead": "97c2206b4a765c62db9a7d125e2de6b77e982e38"
40
+ "gitHead": "effbce0886d68a0e9a4f9b492b5f263eafa73813"
41
41
  }