Skip to content

Commit b57ee39

Browse files
Update api spec (#370)
* YOYO NEW API SPEC! * Generated new lib * 3.0.6 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e25bf6 commit b57ee39

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

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

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": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Javascript library for KittyCAD API",
55
"type": "module",
66
"keywords": [

spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37566,7 +37566,7 @@
3756637566
"properties": {
3756737567
"acs_url": {
3756837568
"title": "String",
37569-
"description": "The ACS (Assertion Consumer Service) url.",
37569+
"description": "The ACS (Assertion Consumer Service) URL.",
3757037570
"type": "string",
3757137571
"format": "uri"
3757237572
},
@@ -37616,7 +37616,7 @@
3761637616
},
3761737617
"slo_url": {
3761837618
"title": "String",
37619-
"description": "The SLO (Single Logout) url.",
37619+
"description": "The SLO (Single Logout) URL.",
3762037620
"type": "string",
3762137621
"format": "uri"
3762237622
},

src/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6541,7 +6541,7 @@ export interface RtcSessionDescription {
65416541
}
65426542

65436543
export interface SamlIdentityProvider {
6544-
/** title:String, format:uri, description:The ACS (Assertion Consumer Service) url. */
6544+
/** title:String, format:uri, description:The ACS (Assertion Consumer Service) URL. */
65456545
acs_url: string
65466546
/**
65476547
* {
@@ -6577,7 +6577,7 @@ export interface SamlIdentityProvider {
65776577
* }
65786578
*/
65796579
public_cert?: string
6580-
/** title:String, format:uri, description:The SLO (Single Logout) url. */
6580+
/** title:String, format:uri, description:The SLO (Single Logout) URL. */
65816581
slo_url: string
65826582
/**
65836583
* {

0 commit comments

Comments
 (0)