Skip to content

Commit 2202b5d

Browse files
Update api spec (#102)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 12fe3ea commit 2202b5d

File tree

2 files changed

+69
-23
lines changed

2 files changed

+69
-23
lines changed

spec.json

Lines changed: 51 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6402,6 +6402,13 @@
64026402
],
64036403
"type": "string"
64046404
},
6405+
{
6406+
"description": "SolidWorks part (SLDPRT) format.",
6407+
"enum": [
6408+
"sldprt"
6409+
],
6410+
"type": "string"
6411+
},
64056412
{
64066413
"description": "The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>",
64076414
"enum": [
@@ -6936,21 +6943,6 @@
69366943
],
69376944
"type": "object"
69386945
},
6939-
{
6940-
"description": "ISO 10303-21 (STEP) format.",
6941-
"properties": {
6942-
"type": {
6943-
"enum": [
6944-
"step"
6945-
],
6946-
"type": "string"
6947-
}
6948-
},
6949-
"required": [
6950-
"type"
6951-
],
6952-
"type": "object"
6953-
},
69546946
{
69556947
"description": "Wavefront OBJ format.",
69566948
"properties": {
@@ -7017,6 +7009,36 @@
70177009
],
70187010
"type": "object"
70197011
},
7012+
{
7013+
"description": "SolidWorks part (SLDPRT) format.",
7014+
"properties": {
7015+
"type": {
7016+
"enum": [
7017+
"sldprt"
7018+
],
7019+
"type": "string"
7020+
}
7021+
},
7022+
"required": [
7023+
"type"
7024+
],
7025+
"type": "object"
7026+
},
7027+
{
7028+
"description": "ISO 10303-21 (STEP) format.",
7029+
"properties": {
7030+
"type": {
7031+
"enum": [
7032+
"step"
7033+
],
7034+
"type": "string"
7035+
}
7036+
},
7037+
"required": [
7038+
"type"
7039+
],
7040+
"type": "object"
7041+
},
70207042
{
70217043
"description": "*ST**ereo**L**ithography format.",
70227044
"properties": {
@@ -8877,6 +8899,13 @@
88778899
{
88788900
"description": "Send a mouse move event.",
88798901
"properties": {
8902+
"sequence": {
8903+
"description": "Logical timestamp. The client should increment this with every event in the current mouse drag. That way, if the events are being sent over an unordered channel, the API can ignore the older events.",
8904+
"format": "uint32",
8905+
"minimum": 0,
8906+
"nullable": true,
8907+
"type": "integer"
8908+
},
88808909
"type": {
88818910
"enum": [
88828911
"mouse_move"
@@ -9107,6 +9136,13 @@
91079136
{
91089137
"description": "Continue dragging mouse.",
91099138
"properties": {
9139+
"sequence": {
9140+
"description": "Logical timestamp. The client should increment this with every event in the current mouse drag. That way, if the events are being sent over an unordered channel, the API can ignore the older events.",
9141+
"format": "uint32",
9142+
"minimum": 0,
9143+
"nullable": true,
9144+
"type": "integer"
9145+
},
91109146
"type": {
91119147
"enum": [
91129148
"handle_mouse_drag_move"

types.go

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)