Skip to content

Commit 1977e19

Browse files
authored
feat: Update to @seamapi/[email protected] (#769)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 362f815 commit 1977e19

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64540,7 +64540,9 @@
6454064540
},
6454164541
"hasPagination": false,
6454264542
"authMethods": [
64543-
"client_session_token"
64543+
"client_session_token",
64544+
"personal_access_token",
64545+
"api_key"
6454464546
],
6454564547
"workspaceScope": "required",
6454664548
"codeSamples": []
@@ -64590,7 +64592,9 @@
6459064592
},
6459164593
"hasPagination": false,
6459264594
"authMethods": [
64593-
"client_session_token"
64595+
"client_session_token",
64596+
"personal_access_token",
64597+
"api_key"
6459464598
],
6459564599
"workspaceScope": "required",
6459664600
"codeSamples": []
@@ -64625,7 +64629,9 @@
6462564629
},
6462664630
"hasPagination": false,
6462764631
"authMethods": [
64628-
"client_session_token"
64632+
"client_session_token",
64633+
"personal_access_token",
64634+
"api_key"
6462964635
],
6463064636
"workspaceScope": "required",
6463164637
"codeSamples": []
@@ -64714,7 +64720,9 @@
6471464720
},
6471564721
"hasPagination": false,
6471664722
"authMethods": [
64717-
"client_session_token"
64723+
"client_session_token",
64724+
"personal_access_token",
64725+
"api_key"
6471864726
],
6471964727
"workspaceScope": "required",
6472064728
"codeSamples": []
@@ -64745,7 +64753,9 @@
6474564753
},
6474664754
"hasPagination": false,
6474764755
"authMethods": [
64748-
"client_session_token"
64756+
"client_session_token",
64757+
"personal_access_token",
64758+
"api_key"
6474964759
],
6475064760
"workspaceScope": "required",
6475164761
"codeSamples": []

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.4.4",
35-
"@seamapi/types": "1.479.0",
35+
"@seamapi/types": "1.480.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)