|
3 | 3 | "op": "add",
|
4 | 4 | "path": "/paths/~1ws~1modeling~1commands/get/x-typescript",
|
5 | 5 | "value": {
|
6 |
| - "example": "import { modeling } from '@kittycad/lib'\n\nasync function example() {\n const response = await modeling.modeling_commands_ws({\n fps: 7,\n unlocked_framerate: true,\n video_res_height: 7,\n video_res_width: 7,\n webrtc: true,\n })\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n", |
| 6 | + "example": "import { modeling } from '@kittycad/lib'\n\nasync function example() {\n const response = await modeling.modeling_commands_ws({\n fps: 7,\n unlocked_framerate: true,\n video_res_height: 7,\n video_res_width: 7,\n webrtc: true,\n body: {\n candidate: {\n candidate: 'The candidate string associated with the object.',\n sdpMLineIndex: 7,\n sdpMid: \"The identifier of the 'media stream identification' as defined in [RFC 8841](https://tools.ietf.org/html/rfc8841).\",\n usernameFragment:\n 'The username fragment (as defined in [RFC 8445](https://tools.ietf.org/html/rfc8445#section-5.2.1)) associated with the object.',\n },\n type: 'trickle_ice',\n },\n })\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n", |
7 | 7 | "libDocsLink": ""
|
8 | 8 | }
|
9 | 9 | },
|
|
383 | 383 | "libDocsLink": ""
|
384 | 384 | }
|
385 | 385 | },
|
| 386 | + { |
| 387 | + "op": "add", |
| 388 | + "path": "/paths/~1org~1saml~1idp/delete/x-typescript", |
| 389 | + "value": { |
| 390 | + "example": "import { orgs } from '@kittycad/lib'\n\nasync function example() {\n const response = await orgs.delete_org_saml_idp()\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n", |
| 391 | + "libDocsLink": "" |
| 392 | + } |
| 393 | + }, |
| 394 | + { |
| 395 | + "op": "add", |
| 396 | + "path": "/paths/~1org~1saml~1idp/post/x-typescript", |
| 397 | + "value": { |
| 398 | + "example": "import { orgs } from '@kittycad/lib'\n\nasync function example() {\n const response = await orgs.create_org_saml_idp({\n body: {\n idp_entity_id: 'The entity ID of the SAML identity provider.',\n idp_metadata_source: {\n type: 'url',\n url: 'The URL of the identity provider metadata descriptor.',\n },\n signing_keypair: {\n private_key: 'The request signing private key (pem file).',\n public_cert:\n 'The request signing public certificate (pem file).',\n },\n technical_contact_email:\n 'The technical contact email address for the SAML identity provider.',\n },\n })\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n", |
| 399 | + "libDocsLink": "" |
| 400 | + } |
| 401 | + }, |
| 402 | + { |
| 403 | + "op": "add", |
| 404 | + "path": "/paths/~1org~1saml~1idp/put/x-typescript", |
| 405 | + "value": { |
| 406 | + "example": "import { orgs } from '@kittycad/lib'\n\nasync function example() {\n const response = await orgs.update_org_saml_idp({\n body: {\n idp_entity_id: 'The entity ID of the SAML identity provider.',\n idp_metadata_source: {\n type: 'url',\n url: 'The URL of the identity provider metadata descriptor.',\n },\n signing_keypair: {\n private_key: 'The request signing private key (pem file).',\n public_cert:\n 'The request signing public certificate (pem file).',\n },\n technical_contact_email:\n 'The technical contact email address for the SAML identity provider.',\n },\n })\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n", |
| 407 | + "libDocsLink": "" |
| 408 | + } |
| 409 | + }, |
| 410 | + { |
| 411 | + "op": "add", |
| 412 | + "path": "/paths/~1org~1saml~1idp/get/x-typescript", |
| 413 | + "value": { |
| 414 | + "example": "import { orgs } from '@kittycad/lib'\n\nasync function example() {\n const response = await orgs.get_org_saml_idp()\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n", |
| 415 | + "libDocsLink": "" |
| 416 | + } |
| 417 | + }, |
386 | 418 | {
|
387 | 419 | "op": "add",
|
388 | 420 | "path": "/paths/~1org~1payment~1tax/get/x-typescript",
|
|
0 commit comments