Skip to content

Commit 77521e0

Browse files
authored
Merge pull request #225 from codesandbox/CSB-667-integrate-pint-ports-apis
chore: create new client based on pint spec file
2 parents 8b3bcf7 + 6350670 commit 77521e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6829
-5855
lines changed

openapi.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@
219219
"id": { "type": "string" },
220220
"is_frozen": { "type": "boolean" },
221221
"privacy": { "type": "integer" },
222+
"settings": {
223+
"properties": { "use_pint": { "type": "boolean" } },
224+
"type": "object"
225+
},
222226
"tags": { "items": { "type": "string" }, "type": "array" },
223227
"title": { "nullable": true, "type": "string" },
224228
"updated_at": { "format": "date-time", "type": "string" }
@@ -229,7 +233,8 @@
229233
"is_frozen",
230234
"created_at",
231235
"updated_at",
232-
"tags"
236+
"tags",
237+
"settings"
233238
],
234239
"title": "Sandbox",
235240
"type": "object"
@@ -927,11 +932,14 @@
927932
"cluster": { "type": "string" },
928933
"id": { "type": "string" },
929934
"latest_pitcher_version": { "type": "string" },
935+
"pint_token": { "type": "string" },
936+
"pint_url": { "type": "string" },
930937
"pitcher_manager_version": { "type": "string" },
931938
"pitcher_token": { "type": "string" },
932939
"pitcher_url": { "type": "string" },
933940
"pitcher_version": { "type": "string" },
934941
"reconnect_token": { "type": "string" },
942+
"use_pint": { "type": "boolean" },
935943
"user_workspace_path": { "type": "string" },
936944
"workspace_path": { "type": "string" }
937945
},
@@ -945,6 +953,7 @@
945953
"pitcher_url",
946954
"pitcher_version",
947955
"reconnect_token",
956+
"use_pint",
948957
"user_workspace_path",
949958
"workspace_path"
950959
],
@@ -1537,11 +1546,14 @@
15371546
"cluster": { "type": "string" },
15381547
"id": { "type": "string" },
15391548
"latest_pitcher_version": { "type": "string" },
1549+
"pint_token": { "type": "string" },
1550+
"pint_url": { "type": "string" },
15401551
"pitcher_manager_version": { "type": "string" },
15411552
"pitcher_token": { "type": "string" },
15421553
"pitcher_url": { "type": "string" },
15431554
"pitcher_version": { "type": "string" },
15441555
"reconnect_token": { "type": "string" },
1556+
"use_pint": { "type": "boolean" },
15451557
"user_workspace_path": { "type": "string" },
15461558
"workspace_path": { "type": "string" }
15471559
},
@@ -1555,6 +1567,7 @@
15551567
"pitcher_url",
15561568
"pitcher_version",
15571569
"reconnect_token",
1570+
"use_pint",
15581571
"user_workspace_path",
15591572
"workspace_path"
15601573
],
@@ -2671,6 +2684,6 @@
26712684
}
26722685
},
26732686
"security": [],
2674-
"servers": [{ "url": "https://api.codesandbox.stream", "variables": {} }],
2687+
"servers": [{ "url": "https://api.codesandbox.io", "variables": {} }],
26752688
"tags": []
26762689
}

0 commit comments

Comments
 (0)