@kittycad/lib 3.2.11 → 3.2.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kittycad/lib",
3
- "version": "3.2.11",
3
+ "version": "3.2.13",
4
4
  "description": "Javascript library for KittyCAD API",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=meta-create_debug_uploads.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta-create_debug_uploads.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/gen/meta-create_debug_uploads.test.ts"],"names":[],"mappings":""}
@@ -1,22 +0,0 @@
1
- import { File } from '../../models.js';
2
- import { Client } from '../../client.js';
3
- interface CreateDebugUploadsInput {
4
- client?: Client;
5
- files: File[];
6
- }
7
- type CreateDebugUploadsReturn = unknown;
8
- /**
9
- * Uploads files to public blob storage for debugging purposes.
10
- *
11
- * Do NOT send files here that you don't want to be public.
12
- *
13
- * Tags: meta, hidden
14
- *
15
- * @param params Function parameters.
16
- * @property {Client} [client] Optional client with auth token.
17
- * @property {File[]} files Files attached as multipart/form-data.
18
- * @returns {Promise<CreateDebugUploadsReturn>} successful creation
19
- */
20
- export default function create_debug_uploads({ client, files, }: CreateDebugUploadsInput): Promise<CreateDebugUploadsReturn>;
21
- export {};
22
- //# sourceMappingURL=create_debug_uploads.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create_debug_uploads.d.ts","sourceRoot":"","sources":["../../../../../src/api/meta/create_debug_uploads.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAKpD,UAAU,uBAAuB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,IAAI,EAAE,CAAA;CACd;AAED,KAAK,wBAAwB,GAAG,OAAO,CAAA;AAEvC;;;;;;;;;;;GAWG;AACH,wBAA8B,oBAAoB,CAAC,EACjD,MAAM,EACN,KAAK,GACN,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAgC7D"}