Skip to content

Commit fa1a632

Browse files
authored
feat: Update to @seamapi/types@1.651.0 (#961)
* feat: Update to @seamapi/types@1.651.0 * ci: Generate docs
1 parent a5ad23a commit fa1a632

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51947,7 +51947,7 @@
5194751947
"name": "connector_types",
5194851948
"path": "/seam/customer/v1/connectors/connector_types",
5194951949
"parentPath": "/seam/customer/v1/connectors",
51950-
"description": "Lists all available connector types and their required instance configuration schemas.",
51950+
"description": "Lists all available connector types and their editable fields for UI input.",
5195151951
"isDeprecated": false,
5195251952
"deprecationMessage": "",
5195351953
"isUndocumented": true,
@@ -52335,6 +52335,20 @@
5233552335
"jsonType": "array",
5233652336
"itemFormat": "string"
5233752337
},
52338+
{
52339+
"name": "auth_token",
52340+
"description": "",
52341+
"isRequired": false,
52342+
"isDeprecated": false,
52343+
"deprecationMessage": "",
52344+
"isUndocumented": false,
52345+
"undocumentedMessage": "",
52346+
"isDraft": false,
52347+
"draftMessage": "",
52348+
"hasDefault": false,
52349+
"format": "string",
52350+
"jsonType": "string"
52351+
},
5233852352
{
5233952353
"name": "client_id",
5234052354
"description": "RMS client ID for authentication",

package-lock.json

Lines changed: 4 additions & 4 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
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.51.3",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.650.0",
35+
"@seamapi/types": "1.651.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)