@seamapi/types 1.1048.0 → 1.1050.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1050.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"npm": ">=10.0.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"zod": "^3.
|
|
67
|
+
"zod": "^3.25.0"
|
|
68
68
|
},
|
|
69
69
|
"devEngines": {
|
|
70
70
|
"runtime": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@seamapi/blueprint": "^1.
|
|
80
|
+
"@seamapi/blueprint": "^1.10.0",
|
|
81
81
|
"@types/node": "^24.10.9",
|
|
82
82
|
"concurrently": "^9.2.0",
|
|
83
83
|
"del-cli": "^7.0.0",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
"tsx": "^4.6.2",
|
|
97
97
|
"typedoc": "^0.28.7",
|
|
98
98
|
"typescript": "^6.0.3",
|
|
99
|
-
"zod": "^3.
|
|
99
|
+
"zod": "^3.25.0"
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -38217,6 +38217,11 @@ const openapi: OpenAPISpec = {
|
|
|
38217
38217
|
scheme: 'bearer',
|
|
38218
38218
|
type: 'http',
|
|
38219
38219
|
},
|
|
38220
|
+
delegated_agent: {
|
|
38221
|
+
bearerFormat: 'Delegated Agent Session Token',
|
|
38222
|
+
scheme: 'bearer',
|
|
38223
|
+
type: 'http',
|
|
38224
|
+
},
|
|
38220
38225
|
internal_service_agent: {
|
|
38221
38226
|
bearerFormat: 'Internal Service Agent Key',
|
|
38222
38227
|
scheme: 'bearer',
|