Skip to content

Commit 3a02556

Browse files
Update api spec (#334)
* YOYO NEW API SPEC! * Generated new lib * 2.0.40 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 88f1b6a commit 3a02556

File tree

7 files changed

+107
-1200
lines changed

7 files changed

+107
-1200
lines changed

__tests__/gen/meta-get_metadata.test.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

kittycad.ts.patch.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,14 +1119,6 @@
11191119
"libDocsLink": ""
11201120
}
11211121
},
1122-
{
1123-
"op": "add",
1124-
"path": "/paths/~1_meta~1info/get/x-typescript",
1125-
"value": {
1126-
"example": "import { meta } from '@kittycad/lib'\n\nasync function example() {\n const response = await meta.get_metadata()\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n",
1127-
"libDocsLink": ""
1128-
}
1129-
},
11301122
{
11311123
"op": "add",
11321124
"path": "/paths/~1/get/x-typescript",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kittycad/lib",
3-
"version": "2.0.39",
3+
"version": "2.0.40",
44
"description": "Javascript library for KittyCAD API",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)