@seamapi/types 1.488.0 → 1.490.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/dist/connect.cjs +29 -12
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +90 -43
- package/dist/index.cjs +29 -12
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +179 -76
- package/lib/seam/connect/models/batch.js +1 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +13 -1
- package/lib/seam/connect/openapi.js +23 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +39 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +23 -7
- package/src/lib/seam/connect/route-types.ts +53 -2
package/dist/connect.cjs
CHANGED
|
@@ -5294,7 +5294,8 @@ zod.z.object({
|
|
|
5294
5294
|
acs_entrances: acs_entrance.array().optional(),
|
|
5295
5295
|
user_identities: user_identity.array().optional(),
|
|
5296
5296
|
connected_accounts: connected_account.array().optional(),
|
|
5297
|
-
acs_systems: acs_system.array().optional()
|
|
5297
|
+
acs_systems: acs_system.array().optional(),
|
|
5298
|
+
acs_access_groups: acs_access_group.array().optional()
|
|
5298
5299
|
});
|
|
5299
5300
|
zod.z.object({
|
|
5300
5301
|
batch_type: zod.z.literal("access_methods"),
|
|
@@ -30957,7 +30958,8 @@ var openapi_default = {
|
|
|
30957
30958
|
"acs_entrances",
|
|
30958
30959
|
"connected_accounts",
|
|
30959
30960
|
"acs_systems",
|
|
30960
|
-
"user_identity"
|
|
30961
|
+
"user_identity",
|
|
30962
|
+
"acs_access_groups"
|
|
30961
30963
|
],
|
|
30962
30964
|
type: "string"
|
|
30963
30965
|
},
|
|
@@ -30976,7 +30978,8 @@ var openapi_default = {
|
|
|
30976
30978
|
"acs_entrances",
|
|
30977
30979
|
"connected_accounts",
|
|
30978
30980
|
"acs_systems",
|
|
30979
|
-
"user_identity"
|
|
30981
|
+
"user_identity",
|
|
30982
|
+
"acs_access_groups"
|
|
30980
30983
|
],
|
|
30981
30984
|
type: "string"
|
|
30982
30985
|
},
|
|
@@ -30992,6 +30995,12 @@ var openapi_default = {
|
|
|
30992
30995
|
properties: {
|
|
30993
30996
|
batch: {
|
|
30994
30997
|
properties: {
|
|
30998
|
+
acs_access_groups: {
|
|
30999
|
+
items: {
|
|
31000
|
+
$ref: "#/components/schemas/acs_access_group"
|
|
31001
|
+
},
|
|
31002
|
+
type: "array"
|
|
31003
|
+
},
|
|
30995
31004
|
acs_entrances: {
|
|
30996
31005
|
items: { $ref: "#/components/schemas/acs_entrance" },
|
|
30997
31006
|
type: "array"
|
|
@@ -31071,7 +31080,8 @@ var openapi_default = {
|
|
|
31071
31080
|
"acs_entrances",
|
|
31072
31081
|
"connected_accounts",
|
|
31073
31082
|
"acs_systems",
|
|
31074
|
-
"user_identity"
|
|
31083
|
+
"user_identity",
|
|
31084
|
+
"acs_access_groups"
|
|
31075
31085
|
],
|
|
31076
31086
|
type: "string"
|
|
31077
31087
|
},
|
|
@@ -31085,7 +31095,8 @@ var openapi_default = {
|
|
|
31085
31095
|
"acs_entrances",
|
|
31086
31096
|
"connected_accounts",
|
|
31087
31097
|
"acs_systems",
|
|
31088
|
-
"user_identity"
|
|
31098
|
+
"user_identity",
|
|
31099
|
+
"acs_access_groups"
|
|
31089
31100
|
],
|
|
31090
31101
|
type: "string"
|
|
31091
31102
|
},
|
|
@@ -31106,6 +31117,12 @@ var openapi_default = {
|
|
|
31106
31117
|
properties: {
|
|
31107
31118
|
batch: {
|
|
31108
31119
|
properties: {
|
|
31120
|
+
acs_access_groups: {
|
|
31121
|
+
items: {
|
|
31122
|
+
$ref: "#/components/schemas/acs_access_group"
|
|
31123
|
+
},
|
|
31124
|
+
type: "array"
|
|
31125
|
+
},
|
|
31109
31126
|
acs_entrances: {
|
|
31110
31127
|
items: { $ref: "#/components/schemas/acs_entrance" },
|
|
31111
31128
|
type: "array"
|
|
@@ -57870,10 +57887,10 @@ var openapi_default = {
|
|
|
57870
57887
|
"x-undocumented": "Internal form-data endpoint for Console and Customer Portal."
|
|
57871
57888
|
}
|
|
57872
57889
|
},
|
|
57873
|
-
"/workspaces/
|
|
57890
|
+
"/workspaces/find_anything": {
|
|
57874
57891
|
get: {
|
|
57875
57892
|
description: "Search for resources inside a workspace.",
|
|
57876
|
-
operationId: "
|
|
57893
|
+
operationId: "workspacesFindAnythingGet",
|
|
57877
57894
|
parameters: [
|
|
57878
57895
|
{
|
|
57879
57896
|
in: "query",
|
|
@@ -58023,11 +58040,11 @@ var openapi_default = {
|
|
|
58023
58040
|
{ console_session_with_workspace: [] },
|
|
58024
58041
|
{ api_key: [] }
|
|
58025
58042
|
],
|
|
58026
|
-
summary: "/workspaces/
|
|
58043
|
+
summary: "/workspaces/find_anything",
|
|
58027
58044
|
tags: ["/workspaces"],
|
|
58028
58045
|
"x-batch-type": "workspaces",
|
|
58029
58046
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
58030
|
-
"x-fern-sdk-method-name": "
|
|
58047
|
+
"x-fern-sdk-method-name": "find_anything",
|
|
58031
58048
|
"x-fern-sdk-return-value": "batch",
|
|
58032
58049
|
"x-response-key": "batch",
|
|
58033
58050
|
"x-title": "Find Resources",
|
|
@@ -58035,7 +58052,7 @@ var openapi_default = {
|
|
|
58035
58052
|
},
|
|
58036
58053
|
post: {
|
|
58037
58054
|
description: "Search for resources inside a workspace.",
|
|
58038
|
-
operationId: "
|
|
58055
|
+
operationId: "workspacesFindAnythingPost",
|
|
58039
58056
|
parameters: [
|
|
58040
58057
|
{
|
|
58041
58058
|
in: "query",
|
|
@@ -58185,11 +58202,11 @@ var openapi_default = {
|
|
|
58185
58202
|
{ console_session_with_workspace: [] },
|
|
58186
58203
|
{ api_key: [] }
|
|
58187
58204
|
],
|
|
58188
|
-
summary: "/workspaces/
|
|
58205
|
+
summary: "/workspaces/find_anything",
|
|
58189
58206
|
tags: ["/workspaces"],
|
|
58190
58207
|
"x-batch-type": "workspaces",
|
|
58191
58208
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
58192
|
-
"x-fern-sdk-method-name": "
|
|
58209
|
+
"x-fern-sdk-method-name": "find_anything",
|
|
58193
58210
|
"x-fern-sdk-return-value": "batch",
|
|
58194
58211
|
"x-response-key": "batch",
|
|
58195
58212
|
"x-title": "Find Resources",
|