@seamapi/types 1.469.0 → 1.470.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 +0 -849
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -1396
- package/dist/index.cjs +0 -849
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -1083
- package/lib/seam/connect/openapi.js +0 -849
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -313
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -875
- package/src/lib/seam/connect/route-types.ts +0 -318
package/dist/connect.d.cts
CHANGED
|
@@ -84830,1089 +84830,6 @@ declare const _default: {
|
|
|
84830
84830
|
'x-title': string;
|
|
84831
84831
|
};
|
|
84832
84832
|
};
|
|
84833
|
-
'/unstable_access_grants/create': {
|
|
84834
|
-
post: {
|
|
84835
|
-
description: string;
|
|
84836
|
-
operationId: string;
|
|
84837
|
-
requestBody: {
|
|
84838
|
-
content: {
|
|
84839
|
-
'application/json': {
|
|
84840
|
-
schema: {
|
|
84841
|
-
allOf: ({
|
|
84842
|
-
oneOf: ({
|
|
84843
|
-
properties: {
|
|
84844
|
-
user_identity_id: {
|
|
84845
|
-
description: string;
|
|
84846
|
-
format: string;
|
|
84847
|
-
type: string;
|
|
84848
|
-
};
|
|
84849
|
-
user_identity?: never;
|
|
84850
|
-
};
|
|
84851
|
-
required: string[];
|
|
84852
|
-
type: string;
|
|
84853
|
-
} | {
|
|
84854
|
-
properties: {
|
|
84855
|
-
user_identity: {
|
|
84856
|
-
description: string;
|
|
84857
|
-
properties: {
|
|
84858
|
-
email_address: {
|
|
84859
|
-
description: string;
|
|
84860
|
-
format: string;
|
|
84861
|
-
nullable: boolean;
|
|
84862
|
-
type: string;
|
|
84863
|
-
};
|
|
84864
|
-
full_name: {
|
|
84865
|
-
minLength: number;
|
|
84866
|
-
nullable: boolean;
|
|
84867
|
-
type: string;
|
|
84868
|
-
};
|
|
84869
|
-
phone_number: {
|
|
84870
|
-
description: string;
|
|
84871
|
-
nullable: boolean;
|
|
84872
|
-
type: string;
|
|
84873
|
-
};
|
|
84874
|
-
};
|
|
84875
|
-
type: string;
|
|
84876
|
-
};
|
|
84877
|
-
user_identity_id?: never;
|
|
84878
|
-
};
|
|
84879
|
-
required: string[];
|
|
84880
|
-
type: string;
|
|
84881
|
-
})[];
|
|
84882
|
-
properties?: never;
|
|
84883
|
-
required?: never;
|
|
84884
|
-
type?: never;
|
|
84885
|
-
} | {
|
|
84886
|
-
properties: {
|
|
84887
|
-
acs_entrance_ids: {
|
|
84888
|
-
default: never[];
|
|
84889
|
-
description: string;
|
|
84890
|
-
items: {
|
|
84891
|
-
format: string;
|
|
84892
|
-
type: string;
|
|
84893
|
-
};
|
|
84894
|
-
type: string;
|
|
84895
|
-
};
|
|
84896
|
-
device_ids: {
|
|
84897
|
-
default: never[];
|
|
84898
|
-
description: string;
|
|
84899
|
-
items: {
|
|
84900
|
-
format: string;
|
|
84901
|
-
type: string;
|
|
84902
|
-
};
|
|
84903
|
-
type: string;
|
|
84904
|
-
};
|
|
84905
|
-
ends_at: {
|
|
84906
|
-
description: string;
|
|
84907
|
-
format: string;
|
|
84908
|
-
type: string;
|
|
84909
|
-
};
|
|
84910
|
-
location: {
|
|
84911
|
-
description: string;
|
|
84912
|
-
properties: {
|
|
84913
|
-
acs_entrance_ids: {
|
|
84914
|
-
default: never[];
|
|
84915
|
-
deprecated: boolean;
|
|
84916
|
-
items: {
|
|
84917
|
-
format: string;
|
|
84918
|
-
type: string;
|
|
84919
|
-
};
|
|
84920
|
-
type: string;
|
|
84921
|
-
'x-deprecated': string;
|
|
84922
|
-
};
|
|
84923
|
-
device_ids: {
|
|
84924
|
-
default: never[];
|
|
84925
|
-
deprecated: boolean;
|
|
84926
|
-
items: {
|
|
84927
|
-
format: string;
|
|
84928
|
-
type: string;
|
|
84929
|
-
};
|
|
84930
|
-
type: string;
|
|
84931
|
-
'x-deprecated': string;
|
|
84932
|
-
};
|
|
84933
|
-
name: {
|
|
84934
|
-
description: string;
|
|
84935
|
-
type: string;
|
|
84936
|
-
};
|
|
84937
|
-
};
|
|
84938
|
-
type: string;
|
|
84939
|
-
};
|
|
84940
|
-
location_ids: {
|
|
84941
|
-
deprecated: boolean;
|
|
84942
|
-
items: {
|
|
84943
|
-
format: string;
|
|
84944
|
-
type: string;
|
|
84945
|
-
};
|
|
84946
|
-
type: string;
|
|
84947
|
-
'x-deprecated': string;
|
|
84948
|
-
};
|
|
84949
|
-
requested_access_methods: {
|
|
84950
|
-
items: {
|
|
84951
|
-
properties: {
|
|
84952
|
-
mode: {
|
|
84953
|
-
description: string;
|
|
84954
|
-
enum: string[];
|
|
84955
|
-
type: string;
|
|
84956
|
-
};
|
|
84957
|
-
};
|
|
84958
|
-
required: string[];
|
|
84959
|
-
type: string;
|
|
84960
|
-
};
|
|
84961
|
-
type: string;
|
|
84962
|
-
};
|
|
84963
|
-
space_ids: {
|
|
84964
|
-
description: string;
|
|
84965
|
-
items: {
|
|
84966
|
-
format: string;
|
|
84967
|
-
type: string;
|
|
84968
|
-
};
|
|
84969
|
-
type: string;
|
|
84970
|
-
};
|
|
84971
|
-
starts_at: {
|
|
84972
|
-
description: string;
|
|
84973
|
-
format: string;
|
|
84974
|
-
type: string;
|
|
84975
|
-
};
|
|
84976
|
-
};
|
|
84977
|
-
required: string[];
|
|
84978
|
-
type: string;
|
|
84979
|
-
oneOf?: never;
|
|
84980
|
-
})[];
|
|
84981
|
-
};
|
|
84982
|
-
};
|
|
84983
|
-
};
|
|
84984
|
-
};
|
|
84985
|
-
responses: {
|
|
84986
|
-
200: {
|
|
84987
|
-
content: {
|
|
84988
|
-
'application/json': {
|
|
84989
|
-
schema: {
|
|
84990
|
-
properties: {
|
|
84991
|
-
access_grant: {
|
|
84992
|
-
$ref: string;
|
|
84993
|
-
};
|
|
84994
|
-
ok: {
|
|
84995
|
-
type: string;
|
|
84996
|
-
};
|
|
84997
|
-
};
|
|
84998
|
-
required: string[];
|
|
84999
|
-
type: string;
|
|
85000
|
-
};
|
|
85001
|
-
};
|
|
85002
|
-
};
|
|
85003
|
-
description: string;
|
|
85004
|
-
};
|
|
85005
|
-
400: {
|
|
85006
|
-
description: string;
|
|
85007
|
-
};
|
|
85008
|
-
401: {
|
|
85009
|
-
description: string;
|
|
85010
|
-
};
|
|
85011
|
-
};
|
|
85012
|
-
security: ({
|
|
85013
|
-
pat_with_workspace: never[];
|
|
85014
|
-
console_session_with_workspace?: never;
|
|
85015
|
-
api_key?: never;
|
|
85016
|
-
client_session_with_customer?: never;
|
|
85017
|
-
} | {
|
|
85018
|
-
console_session_with_workspace: never[];
|
|
85019
|
-
pat_with_workspace?: never;
|
|
85020
|
-
api_key?: never;
|
|
85021
|
-
client_session_with_customer?: never;
|
|
85022
|
-
} | {
|
|
85023
|
-
api_key: never[];
|
|
85024
|
-
pat_with_workspace?: never;
|
|
85025
|
-
console_session_with_workspace?: never;
|
|
85026
|
-
client_session_with_customer?: never;
|
|
85027
|
-
} | {
|
|
85028
|
-
client_session_with_customer: never[];
|
|
85029
|
-
pat_with_workspace?: never;
|
|
85030
|
-
console_session_with_workspace?: never;
|
|
85031
|
-
api_key?: never;
|
|
85032
|
-
})[];
|
|
85033
|
-
summary: string;
|
|
85034
|
-
tags: never[];
|
|
85035
|
-
'x-fern-sdk-group-name': string[];
|
|
85036
|
-
'x-fern-sdk-method-name': string;
|
|
85037
|
-
'x-fern-sdk-return-value': string;
|
|
85038
|
-
'x-response-key': string;
|
|
85039
|
-
'x-title': string;
|
|
85040
|
-
'x-undocumented': string;
|
|
85041
|
-
};
|
|
85042
|
-
};
|
|
85043
|
-
'/unstable_access_grants/delete': {
|
|
85044
|
-
delete: {
|
|
85045
|
-
description: string;
|
|
85046
|
-
operationId: string;
|
|
85047
|
-
parameters: {
|
|
85048
|
-
in: string;
|
|
85049
|
-
name: string;
|
|
85050
|
-
required: boolean;
|
|
85051
|
-
schema: {
|
|
85052
|
-
description: string;
|
|
85053
|
-
format: string;
|
|
85054
|
-
type: string;
|
|
85055
|
-
};
|
|
85056
|
-
}[];
|
|
85057
|
-
responses: {
|
|
85058
|
-
200: {
|
|
85059
|
-
content: {
|
|
85060
|
-
'application/json': {
|
|
85061
|
-
schema: {
|
|
85062
|
-
properties: {
|
|
85063
|
-
ok: {
|
|
85064
|
-
type: string;
|
|
85065
|
-
};
|
|
85066
|
-
};
|
|
85067
|
-
required: string[];
|
|
85068
|
-
type: string;
|
|
85069
|
-
};
|
|
85070
|
-
};
|
|
85071
|
-
};
|
|
85072
|
-
description: string;
|
|
85073
|
-
};
|
|
85074
|
-
400: {
|
|
85075
|
-
description: string;
|
|
85076
|
-
};
|
|
85077
|
-
401: {
|
|
85078
|
-
description: string;
|
|
85079
|
-
};
|
|
85080
|
-
};
|
|
85081
|
-
security: ({
|
|
85082
|
-
pat_with_workspace: never[];
|
|
85083
|
-
console_session_with_workspace?: never;
|
|
85084
|
-
api_key?: never;
|
|
85085
|
-
client_session_with_customer?: never;
|
|
85086
|
-
} | {
|
|
85087
|
-
console_session_with_workspace: never[];
|
|
85088
|
-
pat_with_workspace?: never;
|
|
85089
|
-
api_key?: never;
|
|
85090
|
-
client_session_with_customer?: never;
|
|
85091
|
-
} | {
|
|
85092
|
-
api_key: never[];
|
|
85093
|
-
pat_with_workspace?: never;
|
|
85094
|
-
console_session_with_workspace?: never;
|
|
85095
|
-
client_session_with_customer?: never;
|
|
85096
|
-
} | {
|
|
85097
|
-
client_session_with_customer: never[];
|
|
85098
|
-
pat_with_workspace?: never;
|
|
85099
|
-
console_session_with_workspace?: never;
|
|
85100
|
-
api_key?: never;
|
|
85101
|
-
})[];
|
|
85102
|
-
summary: string;
|
|
85103
|
-
tags: never[];
|
|
85104
|
-
'x-fern-sdk-group-name': string[];
|
|
85105
|
-
'x-fern-sdk-method-name': string;
|
|
85106
|
-
'x-response-key': null;
|
|
85107
|
-
'x-title': string;
|
|
85108
|
-
'x-undocumented': string;
|
|
85109
|
-
};
|
|
85110
|
-
post: {
|
|
85111
|
-
description: string;
|
|
85112
|
-
operationId: string;
|
|
85113
|
-
requestBody: {
|
|
85114
|
-
content: {
|
|
85115
|
-
'application/json': {
|
|
85116
|
-
schema: {
|
|
85117
|
-
properties: {
|
|
85118
|
-
access_grant_id: {
|
|
85119
|
-
description: string;
|
|
85120
|
-
format: string;
|
|
85121
|
-
type: string;
|
|
85122
|
-
};
|
|
85123
|
-
};
|
|
85124
|
-
required: string[];
|
|
85125
|
-
type: string;
|
|
85126
|
-
};
|
|
85127
|
-
};
|
|
85128
|
-
};
|
|
85129
|
-
};
|
|
85130
|
-
responses: {
|
|
85131
|
-
200: {
|
|
85132
|
-
content: {
|
|
85133
|
-
'application/json': {
|
|
85134
|
-
schema: {
|
|
85135
|
-
properties: {
|
|
85136
|
-
ok: {
|
|
85137
|
-
type: string;
|
|
85138
|
-
};
|
|
85139
|
-
};
|
|
85140
|
-
required: string[];
|
|
85141
|
-
type: string;
|
|
85142
|
-
};
|
|
85143
|
-
};
|
|
85144
|
-
};
|
|
85145
|
-
description: string;
|
|
85146
|
-
};
|
|
85147
|
-
400: {
|
|
85148
|
-
description: string;
|
|
85149
|
-
};
|
|
85150
|
-
401: {
|
|
85151
|
-
description: string;
|
|
85152
|
-
};
|
|
85153
|
-
};
|
|
85154
|
-
security: ({
|
|
85155
|
-
pat_with_workspace: never[];
|
|
85156
|
-
console_session_with_workspace?: never;
|
|
85157
|
-
api_key?: never;
|
|
85158
|
-
client_session_with_customer?: never;
|
|
85159
|
-
} | {
|
|
85160
|
-
console_session_with_workspace: never[];
|
|
85161
|
-
pat_with_workspace?: never;
|
|
85162
|
-
api_key?: never;
|
|
85163
|
-
client_session_with_customer?: never;
|
|
85164
|
-
} | {
|
|
85165
|
-
api_key: never[];
|
|
85166
|
-
pat_with_workspace?: never;
|
|
85167
|
-
console_session_with_workspace?: never;
|
|
85168
|
-
client_session_with_customer?: never;
|
|
85169
|
-
} | {
|
|
85170
|
-
client_session_with_customer: never[];
|
|
85171
|
-
pat_with_workspace?: never;
|
|
85172
|
-
console_session_with_workspace?: never;
|
|
85173
|
-
api_key?: never;
|
|
85174
|
-
})[];
|
|
85175
|
-
summary: string;
|
|
85176
|
-
tags: never[];
|
|
85177
|
-
'x-fern-sdk-group-name': string[];
|
|
85178
|
-
'x-fern-sdk-method-name': string;
|
|
85179
|
-
'x-response-key': null;
|
|
85180
|
-
'x-title': string;
|
|
85181
|
-
'x-undocumented': string;
|
|
85182
|
-
};
|
|
85183
|
-
};
|
|
85184
|
-
'/unstable_access_grants/get': {
|
|
85185
|
-
get: {
|
|
85186
|
-
description: string;
|
|
85187
|
-
operationId: string;
|
|
85188
|
-
parameters: {
|
|
85189
|
-
in: string;
|
|
85190
|
-
name: string;
|
|
85191
|
-
required: boolean;
|
|
85192
|
-
schema: {
|
|
85193
|
-
description: string;
|
|
85194
|
-
format: string;
|
|
85195
|
-
type: string;
|
|
85196
|
-
};
|
|
85197
|
-
}[];
|
|
85198
|
-
responses: {
|
|
85199
|
-
200: {
|
|
85200
|
-
content: {
|
|
85201
|
-
'application/json': {
|
|
85202
|
-
schema: {
|
|
85203
|
-
properties: {
|
|
85204
|
-
access_grant: {
|
|
85205
|
-
$ref: string;
|
|
85206
|
-
};
|
|
85207
|
-
ok: {
|
|
85208
|
-
type: string;
|
|
85209
|
-
};
|
|
85210
|
-
};
|
|
85211
|
-
required: string[];
|
|
85212
|
-
type: string;
|
|
85213
|
-
};
|
|
85214
|
-
};
|
|
85215
|
-
};
|
|
85216
|
-
description: string;
|
|
85217
|
-
};
|
|
85218
|
-
400: {
|
|
85219
|
-
description: string;
|
|
85220
|
-
};
|
|
85221
|
-
401: {
|
|
85222
|
-
description: string;
|
|
85223
|
-
};
|
|
85224
|
-
};
|
|
85225
|
-
security: ({
|
|
85226
|
-
pat_with_workspace: never[];
|
|
85227
|
-
console_session_with_workspace?: never;
|
|
85228
|
-
api_key?: never;
|
|
85229
|
-
client_session_with_customer?: never;
|
|
85230
|
-
} | {
|
|
85231
|
-
console_session_with_workspace: never[];
|
|
85232
|
-
pat_with_workspace?: never;
|
|
85233
|
-
api_key?: never;
|
|
85234
|
-
client_session_with_customer?: never;
|
|
85235
|
-
} | {
|
|
85236
|
-
api_key: never[];
|
|
85237
|
-
pat_with_workspace?: never;
|
|
85238
|
-
console_session_with_workspace?: never;
|
|
85239
|
-
client_session_with_customer?: never;
|
|
85240
|
-
} | {
|
|
85241
|
-
client_session_with_customer: never[];
|
|
85242
|
-
pat_with_workspace?: never;
|
|
85243
|
-
console_session_with_workspace?: never;
|
|
85244
|
-
api_key?: never;
|
|
85245
|
-
})[];
|
|
85246
|
-
summary: string;
|
|
85247
|
-
tags: never[];
|
|
85248
|
-
'x-fern-sdk-group-name': string[];
|
|
85249
|
-
'x-fern-sdk-method-name': string;
|
|
85250
|
-
'x-fern-sdk-return-value': string;
|
|
85251
|
-
'x-response-key': string;
|
|
85252
|
-
'x-title': string;
|
|
85253
|
-
'x-undocumented': string;
|
|
85254
|
-
};
|
|
85255
|
-
post: {
|
|
85256
|
-
description: string;
|
|
85257
|
-
operationId: string;
|
|
85258
|
-
requestBody: {
|
|
85259
|
-
content: {
|
|
85260
|
-
'application/json': {
|
|
85261
|
-
schema: {
|
|
85262
|
-
properties: {
|
|
85263
|
-
access_grant_id: {
|
|
85264
|
-
description: string;
|
|
85265
|
-
format: string;
|
|
85266
|
-
type: string;
|
|
85267
|
-
};
|
|
85268
|
-
};
|
|
85269
|
-
required: string[];
|
|
85270
|
-
type: string;
|
|
85271
|
-
};
|
|
85272
|
-
};
|
|
85273
|
-
};
|
|
85274
|
-
};
|
|
85275
|
-
responses: {
|
|
85276
|
-
200: {
|
|
85277
|
-
content: {
|
|
85278
|
-
'application/json': {
|
|
85279
|
-
schema: {
|
|
85280
|
-
properties: {
|
|
85281
|
-
access_grant: {
|
|
85282
|
-
$ref: string;
|
|
85283
|
-
};
|
|
85284
|
-
ok: {
|
|
85285
|
-
type: string;
|
|
85286
|
-
};
|
|
85287
|
-
};
|
|
85288
|
-
required: string[];
|
|
85289
|
-
type: string;
|
|
85290
|
-
};
|
|
85291
|
-
};
|
|
85292
|
-
};
|
|
85293
|
-
description: string;
|
|
85294
|
-
};
|
|
85295
|
-
400: {
|
|
85296
|
-
description: string;
|
|
85297
|
-
};
|
|
85298
|
-
401: {
|
|
85299
|
-
description: string;
|
|
85300
|
-
};
|
|
85301
|
-
};
|
|
85302
|
-
security: ({
|
|
85303
|
-
pat_with_workspace: never[];
|
|
85304
|
-
console_session_with_workspace?: never;
|
|
85305
|
-
api_key?: never;
|
|
85306
|
-
client_session_with_customer?: never;
|
|
85307
|
-
} | {
|
|
85308
|
-
console_session_with_workspace: never[];
|
|
85309
|
-
pat_with_workspace?: never;
|
|
85310
|
-
api_key?: never;
|
|
85311
|
-
client_session_with_customer?: never;
|
|
85312
|
-
} | {
|
|
85313
|
-
api_key: never[];
|
|
85314
|
-
pat_with_workspace?: never;
|
|
85315
|
-
console_session_with_workspace?: never;
|
|
85316
|
-
client_session_with_customer?: never;
|
|
85317
|
-
} | {
|
|
85318
|
-
client_session_with_customer: never[];
|
|
85319
|
-
pat_with_workspace?: never;
|
|
85320
|
-
console_session_with_workspace?: never;
|
|
85321
|
-
api_key?: never;
|
|
85322
|
-
})[];
|
|
85323
|
-
summary: string;
|
|
85324
|
-
tags: never[];
|
|
85325
|
-
'x-fern-sdk-group-name': string[];
|
|
85326
|
-
'x-fern-sdk-method-name': string;
|
|
85327
|
-
'x-fern-sdk-return-value': string;
|
|
85328
|
-
'x-response-key': string;
|
|
85329
|
-
'x-title': string;
|
|
85330
|
-
'x-undocumented': string;
|
|
85331
|
-
};
|
|
85332
|
-
};
|
|
85333
|
-
'/unstable_access_grants/list': {
|
|
85334
|
-
get: {
|
|
85335
|
-
description: string;
|
|
85336
|
-
operationId: string;
|
|
85337
|
-
parameters: ({
|
|
85338
|
-
in: string;
|
|
85339
|
-
name: string;
|
|
85340
|
-
schema: {
|
|
85341
|
-
description: string;
|
|
85342
|
-
format: string;
|
|
85343
|
-
type: string;
|
|
85344
|
-
deprecated?: never;
|
|
85345
|
-
'x-deprecated'?: never;
|
|
85346
|
-
};
|
|
85347
|
-
} | {
|
|
85348
|
-
in: string;
|
|
85349
|
-
name: string;
|
|
85350
|
-
schema: {
|
|
85351
|
-
deprecated: boolean;
|
|
85352
|
-
format: string;
|
|
85353
|
-
type: string;
|
|
85354
|
-
'x-deprecated': string;
|
|
85355
|
-
description?: never;
|
|
85356
|
-
};
|
|
85357
|
-
})[];
|
|
85358
|
-
responses: {
|
|
85359
|
-
200: {
|
|
85360
|
-
content: {
|
|
85361
|
-
'application/json': {
|
|
85362
|
-
schema: {
|
|
85363
|
-
properties: {
|
|
85364
|
-
access_grants: {
|
|
85365
|
-
items: {
|
|
85366
|
-
$ref: string;
|
|
85367
|
-
};
|
|
85368
|
-
type: string;
|
|
85369
|
-
};
|
|
85370
|
-
ok: {
|
|
85371
|
-
type: string;
|
|
85372
|
-
};
|
|
85373
|
-
};
|
|
85374
|
-
required: string[];
|
|
85375
|
-
type: string;
|
|
85376
|
-
};
|
|
85377
|
-
};
|
|
85378
|
-
};
|
|
85379
|
-
description: string;
|
|
85380
|
-
};
|
|
85381
|
-
400: {
|
|
85382
|
-
description: string;
|
|
85383
|
-
};
|
|
85384
|
-
401: {
|
|
85385
|
-
description: string;
|
|
85386
|
-
};
|
|
85387
|
-
};
|
|
85388
|
-
security: ({
|
|
85389
|
-
pat_with_workspace: never[];
|
|
85390
|
-
console_session_with_workspace?: never;
|
|
85391
|
-
api_key?: never;
|
|
85392
|
-
client_session_with_customer?: never;
|
|
85393
|
-
} | {
|
|
85394
|
-
console_session_with_workspace: never[];
|
|
85395
|
-
pat_with_workspace?: never;
|
|
85396
|
-
api_key?: never;
|
|
85397
|
-
client_session_with_customer?: never;
|
|
85398
|
-
} | {
|
|
85399
|
-
api_key: never[];
|
|
85400
|
-
pat_with_workspace?: never;
|
|
85401
|
-
console_session_with_workspace?: never;
|
|
85402
|
-
client_session_with_customer?: never;
|
|
85403
|
-
} | {
|
|
85404
|
-
client_session_with_customer: never[];
|
|
85405
|
-
pat_with_workspace?: never;
|
|
85406
|
-
console_session_with_workspace?: never;
|
|
85407
|
-
api_key?: never;
|
|
85408
|
-
})[];
|
|
85409
|
-
summary: string;
|
|
85410
|
-
tags: never[];
|
|
85411
|
-
'x-fern-sdk-group-name': string[];
|
|
85412
|
-
'x-fern-sdk-method-name': string;
|
|
85413
|
-
'x-fern-sdk-return-value': string;
|
|
85414
|
-
'x-response-key': string;
|
|
85415
|
-
'x-title': string;
|
|
85416
|
-
'x-undocumented': string;
|
|
85417
|
-
};
|
|
85418
|
-
post: {
|
|
85419
|
-
description: string;
|
|
85420
|
-
operationId: string;
|
|
85421
|
-
requestBody: {
|
|
85422
|
-
content: {
|
|
85423
|
-
'application/json': {
|
|
85424
|
-
schema: {
|
|
85425
|
-
properties: {
|
|
85426
|
-
acs_entrance_id: {
|
|
85427
|
-
description: string;
|
|
85428
|
-
format: string;
|
|
85429
|
-
type: string;
|
|
85430
|
-
};
|
|
85431
|
-
acs_system_id: {
|
|
85432
|
-
description: string;
|
|
85433
|
-
format: string;
|
|
85434
|
-
type: string;
|
|
85435
|
-
};
|
|
85436
|
-
location_id: {
|
|
85437
|
-
deprecated: boolean;
|
|
85438
|
-
format: string;
|
|
85439
|
-
type: string;
|
|
85440
|
-
'x-deprecated': string;
|
|
85441
|
-
};
|
|
85442
|
-
space_id: {
|
|
85443
|
-
description: string;
|
|
85444
|
-
format: string;
|
|
85445
|
-
type: string;
|
|
85446
|
-
};
|
|
85447
|
-
user_identity_id: {
|
|
85448
|
-
description: string;
|
|
85449
|
-
format: string;
|
|
85450
|
-
type: string;
|
|
85451
|
-
};
|
|
85452
|
-
};
|
|
85453
|
-
type: string;
|
|
85454
|
-
};
|
|
85455
|
-
};
|
|
85456
|
-
};
|
|
85457
|
-
};
|
|
85458
|
-
responses: {
|
|
85459
|
-
200: {
|
|
85460
|
-
content: {
|
|
85461
|
-
'application/json': {
|
|
85462
|
-
schema: {
|
|
85463
|
-
properties: {
|
|
85464
|
-
access_grants: {
|
|
85465
|
-
items: {
|
|
85466
|
-
$ref: string;
|
|
85467
|
-
};
|
|
85468
|
-
type: string;
|
|
85469
|
-
};
|
|
85470
|
-
ok: {
|
|
85471
|
-
type: string;
|
|
85472
|
-
};
|
|
85473
|
-
};
|
|
85474
|
-
required: string[];
|
|
85475
|
-
type: string;
|
|
85476
|
-
};
|
|
85477
|
-
};
|
|
85478
|
-
};
|
|
85479
|
-
description: string;
|
|
85480
|
-
};
|
|
85481
|
-
400: {
|
|
85482
|
-
description: string;
|
|
85483
|
-
};
|
|
85484
|
-
401: {
|
|
85485
|
-
description: string;
|
|
85486
|
-
};
|
|
85487
|
-
};
|
|
85488
|
-
security: ({
|
|
85489
|
-
pat_with_workspace: never[];
|
|
85490
|
-
console_session_with_workspace?: never;
|
|
85491
|
-
api_key?: never;
|
|
85492
|
-
client_session_with_customer?: never;
|
|
85493
|
-
} | {
|
|
85494
|
-
console_session_with_workspace: never[];
|
|
85495
|
-
pat_with_workspace?: never;
|
|
85496
|
-
api_key?: never;
|
|
85497
|
-
client_session_with_customer?: never;
|
|
85498
|
-
} | {
|
|
85499
|
-
api_key: never[];
|
|
85500
|
-
pat_with_workspace?: never;
|
|
85501
|
-
console_session_with_workspace?: never;
|
|
85502
|
-
client_session_with_customer?: never;
|
|
85503
|
-
} | {
|
|
85504
|
-
client_session_with_customer: never[];
|
|
85505
|
-
pat_with_workspace?: never;
|
|
85506
|
-
console_session_with_workspace?: never;
|
|
85507
|
-
api_key?: never;
|
|
85508
|
-
})[];
|
|
85509
|
-
summary: string;
|
|
85510
|
-
tags: never[];
|
|
85511
|
-
'x-fern-sdk-group-name': string[];
|
|
85512
|
-
'x-fern-sdk-method-name': string;
|
|
85513
|
-
'x-fern-sdk-return-value': string;
|
|
85514
|
-
'x-response-key': string;
|
|
85515
|
-
'x-title': string;
|
|
85516
|
-
'x-undocumented': string;
|
|
85517
|
-
};
|
|
85518
|
-
};
|
|
85519
|
-
'/unstable_access_methods/delete': {
|
|
85520
|
-
delete: {
|
|
85521
|
-
description: string;
|
|
85522
|
-
operationId: string;
|
|
85523
|
-
parameters: {
|
|
85524
|
-
in: string;
|
|
85525
|
-
name: string;
|
|
85526
|
-
required: boolean;
|
|
85527
|
-
schema: {
|
|
85528
|
-
description: string;
|
|
85529
|
-
format: string;
|
|
85530
|
-
type: string;
|
|
85531
|
-
};
|
|
85532
|
-
}[];
|
|
85533
|
-
responses: {
|
|
85534
|
-
200: {
|
|
85535
|
-
content: {
|
|
85536
|
-
'application/json': {
|
|
85537
|
-
schema: {
|
|
85538
|
-
properties: {
|
|
85539
|
-
ok: {
|
|
85540
|
-
type: string;
|
|
85541
|
-
};
|
|
85542
|
-
};
|
|
85543
|
-
required: string[];
|
|
85544
|
-
type: string;
|
|
85545
|
-
};
|
|
85546
|
-
};
|
|
85547
|
-
};
|
|
85548
|
-
description: string;
|
|
85549
|
-
};
|
|
85550
|
-
400: {
|
|
85551
|
-
description: string;
|
|
85552
|
-
};
|
|
85553
|
-
401: {
|
|
85554
|
-
description: string;
|
|
85555
|
-
};
|
|
85556
|
-
};
|
|
85557
|
-
security: ({
|
|
85558
|
-
pat_with_workspace: never[];
|
|
85559
|
-
console_session_with_workspace?: never;
|
|
85560
|
-
api_key?: never;
|
|
85561
|
-
} | {
|
|
85562
|
-
console_session_with_workspace: never[];
|
|
85563
|
-
pat_with_workspace?: never;
|
|
85564
|
-
api_key?: never;
|
|
85565
|
-
} | {
|
|
85566
|
-
api_key: never[];
|
|
85567
|
-
pat_with_workspace?: never;
|
|
85568
|
-
console_session_with_workspace?: never;
|
|
85569
|
-
})[];
|
|
85570
|
-
summary: string;
|
|
85571
|
-
tags: never[];
|
|
85572
|
-
'x-fern-sdk-group-name': string[];
|
|
85573
|
-
'x-fern-sdk-method-name': string;
|
|
85574
|
-
'x-response-key': null;
|
|
85575
|
-
'x-title': string;
|
|
85576
|
-
'x-undocumented': string;
|
|
85577
|
-
};
|
|
85578
|
-
post: {
|
|
85579
|
-
description: string;
|
|
85580
|
-
operationId: string;
|
|
85581
|
-
requestBody: {
|
|
85582
|
-
content: {
|
|
85583
|
-
'application/json': {
|
|
85584
|
-
schema: {
|
|
85585
|
-
properties: {
|
|
85586
|
-
access_method_id: {
|
|
85587
|
-
description: string;
|
|
85588
|
-
format: string;
|
|
85589
|
-
type: string;
|
|
85590
|
-
};
|
|
85591
|
-
};
|
|
85592
|
-
required: string[];
|
|
85593
|
-
type: string;
|
|
85594
|
-
};
|
|
85595
|
-
};
|
|
85596
|
-
};
|
|
85597
|
-
};
|
|
85598
|
-
responses: {
|
|
85599
|
-
200: {
|
|
85600
|
-
content: {
|
|
85601
|
-
'application/json': {
|
|
85602
|
-
schema: {
|
|
85603
|
-
properties: {
|
|
85604
|
-
ok: {
|
|
85605
|
-
type: string;
|
|
85606
|
-
};
|
|
85607
|
-
};
|
|
85608
|
-
required: string[];
|
|
85609
|
-
type: string;
|
|
85610
|
-
};
|
|
85611
|
-
};
|
|
85612
|
-
};
|
|
85613
|
-
description: string;
|
|
85614
|
-
};
|
|
85615
|
-
400: {
|
|
85616
|
-
description: string;
|
|
85617
|
-
};
|
|
85618
|
-
401: {
|
|
85619
|
-
description: string;
|
|
85620
|
-
};
|
|
85621
|
-
};
|
|
85622
|
-
security: ({
|
|
85623
|
-
pat_with_workspace: never[];
|
|
85624
|
-
console_session_with_workspace?: never;
|
|
85625
|
-
api_key?: never;
|
|
85626
|
-
} | {
|
|
85627
|
-
console_session_with_workspace: never[];
|
|
85628
|
-
pat_with_workspace?: never;
|
|
85629
|
-
api_key?: never;
|
|
85630
|
-
} | {
|
|
85631
|
-
api_key: never[];
|
|
85632
|
-
pat_with_workspace?: never;
|
|
85633
|
-
console_session_with_workspace?: never;
|
|
85634
|
-
})[];
|
|
85635
|
-
summary: string;
|
|
85636
|
-
tags: never[];
|
|
85637
|
-
'x-fern-sdk-group-name': string[];
|
|
85638
|
-
'x-fern-sdk-method-name': string;
|
|
85639
|
-
'x-response-key': null;
|
|
85640
|
-
'x-title': string;
|
|
85641
|
-
'x-undocumented': string;
|
|
85642
|
-
};
|
|
85643
|
-
};
|
|
85644
|
-
'/unstable_access_methods/get': {
|
|
85645
|
-
get: {
|
|
85646
|
-
description: string;
|
|
85647
|
-
operationId: string;
|
|
85648
|
-
parameters: {
|
|
85649
|
-
in: string;
|
|
85650
|
-
name: string;
|
|
85651
|
-
required: boolean;
|
|
85652
|
-
schema: {
|
|
85653
|
-
description: string;
|
|
85654
|
-
format: string;
|
|
85655
|
-
type: string;
|
|
85656
|
-
};
|
|
85657
|
-
}[];
|
|
85658
|
-
responses: {
|
|
85659
|
-
200: {
|
|
85660
|
-
content: {
|
|
85661
|
-
'application/json': {
|
|
85662
|
-
schema: {
|
|
85663
|
-
properties: {
|
|
85664
|
-
access_method: {
|
|
85665
|
-
$ref: string;
|
|
85666
|
-
};
|
|
85667
|
-
ok: {
|
|
85668
|
-
type: string;
|
|
85669
|
-
};
|
|
85670
|
-
};
|
|
85671
|
-
required: string[];
|
|
85672
|
-
type: string;
|
|
85673
|
-
};
|
|
85674
|
-
};
|
|
85675
|
-
};
|
|
85676
|
-
description: string;
|
|
85677
|
-
};
|
|
85678
|
-
400: {
|
|
85679
|
-
description: string;
|
|
85680
|
-
};
|
|
85681
|
-
401: {
|
|
85682
|
-
description: string;
|
|
85683
|
-
};
|
|
85684
|
-
};
|
|
85685
|
-
security: ({
|
|
85686
|
-
pat_with_workspace: never[];
|
|
85687
|
-
console_session_with_workspace?: never;
|
|
85688
|
-
api_key?: never;
|
|
85689
|
-
} | {
|
|
85690
|
-
console_session_with_workspace: never[];
|
|
85691
|
-
pat_with_workspace?: never;
|
|
85692
|
-
api_key?: never;
|
|
85693
|
-
} | {
|
|
85694
|
-
api_key: never[];
|
|
85695
|
-
pat_with_workspace?: never;
|
|
85696
|
-
console_session_with_workspace?: never;
|
|
85697
|
-
})[];
|
|
85698
|
-
summary: string;
|
|
85699
|
-
tags: never[];
|
|
85700
|
-
'x-fern-sdk-group-name': string[];
|
|
85701
|
-
'x-fern-sdk-method-name': string;
|
|
85702
|
-
'x-fern-sdk-return-value': string;
|
|
85703
|
-
'x-response-key': string;
|
|
85704
|
-
'x-title': string;
|
|
85705
|
-
'x-undocumented': string;
|
|
85706
|
-
};
|
|
85707
|
-
post: {
|
|
85708
|
-
description: string;
|
|
85709
|
-
operationId: string;
|
|
85710
|
-
requestBody: {
|
|
85711
|
-
content: {
|
|
85712
|
-
'application/json': {
|
|
85713
|
-
schema: {
|
|
85714
|
-
properties: {
|
|
85715
|
-
access_method_id: {
|
|
85716
|
-
description: string;
|
|
85717
|
-
format: string;
|
|
85718
|
-
type: string;
|
|
85719
|
-
};
|
|
85720
|
-
};
|
|
85721
|
-
required: string[];
|
|
85722
|
-
type: string;
|
|
85723
|
-
};
|
|
85724
|
-
};
|
|
85725
|
-
};
|
|
85726
|
-
};
|
|
85727
|
-
responses: {
|
|
85728
|
-
200: {
|
|
85729
|
-
content: {
|
|
85730
|
-
'application/json': {
|
|
85731
|
-
schema: {
|
|
85732
|
-
properties: {
|
|
85733
|
-
access_method: {
|
|
85734
|
-
$ref: string;
|
|
85735
|
-
};
|
|
85736
|
-
ok: {
|
|
85737
|
-
type: string;
|
|
85738
|
-
};
|
|
85739
|
-
};
|
|
85740
|
-
required: string[];
|
|
85741
|
-
type: string;
|
|
85742
|
-
};
|
|
85743
|
-
};
|
|
85744
|
-
};
|
|
85745
|
-
description: string;
|
|
85746
|
-
};
|
|
85747
|
-
400: {
|
|
85748
|
-
description: string;
|
|
85749
|
-
};
|
|
85750
|
-
401: {
|
|
85751
|
-
description: string;
|
|
85752
|
-
};
|
|
85753
|
-
};
|
|
85754
|
-
security: ({
|
|
85755
|
-
pat_with_workspace: never[];
|
|
85756
|
-
console_session_with_workspace?: never;
|
|
85757
|
-
api_key?: never;
|
|
85758
|
-
} | {
|
|
85759
|
-
console_session_with_workspace: never[];
|
|
85760
|
-
pat_with_workspace?: never;
|
|
85761
|
-
api_key?: never;
|
|
85762
|
-
} | {
|
|
85763
|
-
api_key: never[];
|
|
85764
|
-
pat_with_workspace?: never;
|
|
85765
|
-
console_session_with_workspace?: never;
|
|
85766
|
-
})[];
|
|
85767
|
-
summary: string;
|
|
85768
|
-
tags: never[];
|
|
85769
|
-
'x-fern-sdk-group-name': string[];
|
|
85770
|
-
'x-fern-sdk-method-name': string;
|
|
85771
|
-
'x-fern-sdk-return-value': string;
|
|
85772
|
-
'x-response-key': string;
|
|
85773
|
-
'x-title': string;
|
|
85774
|
-
'x-undocumented': string;
|
|
85775
|
-
};
|
|
85776
|
-
};
|
|
85777
|
-
'/unstable_access_methods/list': {
|
|
85778
|
-
get: {
|
|
85779
|
-
description: string;
|
|
85780
|
-
operationId: string;
|
|
85781
|
-
parameters: {
|
|
85782
|
-
in: string;
|
|
85783
|
-
name: string;
|
|
85784
|
-
required: boolean;
|
|
85785
|
-
schema: {
|
|
85786
|
-
description: string;
|
|
85787
|
-
format: string;
|
|
85788
|
-
type: string;
|
|
85789
|
-
};
|
|
85790
|
-
}[];
|
|
85791
|
-
responses: {
|
|
85792
|
-
200: {
|
|
85793
|
-
content: {
|
|
85794
|
-
'application/json': {
|
|
85795
|
-
schema: {
|
|
85796
|
-
properties: {
|
|
85797
|
-
access_methods: {
|
|
85798
|
-
items: {
|
|
85799
|
-
$ref: string;
|
|
85800
|
-
};
|
|
85801
|
-
type: string;
|
|
85802
|
-
};
|
|
85803
|
-
ok: {
|
|
85804
|
-
type: string;
|
|
85805
|
-
};
|
|
85806
|
-
};
|
|
85807
|
-
required: string[];
|
|
85808
|
-
type: string;
|
|
85809
|
-
};
|
|
85810
|
-
};
|
|
85811
|
-
};
|
|
85812
|
-
description: string;
|
|
85813
|
-
};
|
|
85814
|
-
400: {
|
|
85815
|
-
description: string;
|
|
85816
|
-
};
|
|
85817
|
-
401: {
|
|
85818
|
-
description: string;
|
|
85819
|
-
};
|
|
85820
|
-
};
|
|
85821
|
-
security: ({
|
|
85822
|
-
pat_with_workspace: never[];
|
|
85823
|
-
console_session_with_workspace?: never;
|
|
85824
|
-
api_key?: never;
|
|
85825
|
-
} | {
|
|
85826
|
-
console_session_with_workspace: never[];
|
|
85827
|
-
pat_with_workspace?: never;
|
|
85828
|
-
api_key?: never;
|
|
85829
|
-
} | {
|
|
85830
|
-
api_key: never[];
|
|
85831
|
-
pat_with_workspace?: never;
|
|
85832
|
-
console_session_with_workspace?: never;
|
|
85833
|
-
})[];
|
|
85834
|
-
summary: string;
|
|
85835
|
-
tags: never[];
|
|
85836
|
-
'x-fern-sdk-group-name': string[];
|
|
85837
|
-
'x-fern-sdk-method-name': string;
|
|
85838
|
-
'x-fern-sdk-return-value': string;
|
|
85839
|
-
'x-response-key': string;
|
|
85840
|
-
'x-title': string;
|
|
85841
|
-
'x-undocumented': string;
|
|
85842
|
-
};
|
|
85843
|
-
post: {
|
|
85844
|
-
description: string;
|
|
85845
|
-
operationId: string;
|
|
85846
|
-
requestBody: {
|
|
85847
|
-
content: {
|
|
85848
|
-
'application/json': {
|
|
85849
|
-
schema: {
|
|
85850
|
-
properties: {
|
|
85851
|
-
access_grant_id: {
|
|
85852
|
-
description: string;
|
|
85853
|
-
format: string;
|
|
85854
|
-
type: string;
|
|
85855
|
-
};
|
|
85856
|
-
};
|
|
85857
|
-
required: string[];
|
|
85858
|
-
type: string;
|
|
85859
|
-
};
|
|
85860
|
-
};
|
|
85861
|
-
};
|
|
85862
|
-
};
|
|
85863
|
-
responses: {
|
|
85864
|
-
200: {
|
|
85865
|
-
content: {
|
|
85866
|
-
'application/json': {
|
|
85867
|
-
schema: {
|
|
85868
|
-
properties: {
|
|
85869
|
-
access_methods: {
|
|
85870
|
-
items: {
|
|
85871
|
-
$ref: string;
|
|
85872
|
-
};
|
|
85873
|
-
type: string;
|
|
85874
|
-
};
|
|
85875
|
-
ok: {
|
|
85876
|
-
type: string;
|
|
85877
|
-
};
|
|
85878
|
-
};
|
|
85879
|
-
required: string[];
|
|
85880
|
-
type: string;
|
|
85881
|
-
};
|
|
85882
|
-
};
|
|
85883
|
-
};
|
|
85884
|
-
description: string;
|
|
85885
|
-
};
|
|
85886
|
-
400: {
|
|
85887
|
-
description: string;
|
|
85888
|
-
};
|
|
85889
|
-
401: {
|
|
85890
|
-
description: string;
|
|
85891
|
-
};
|
|
85892
|
-
};
|
|
85893
|
-
security: ({
|
|
85894
|
-
pat_with_workspace: never[];
|
|
85895
|
-
console_session_with_workspace?: never;
|
|
85896
|
-
api_key?: never;
|
|
85897
|
-
} | {
|
|
85898
|
-
console_session_with_workspace: never[];
|
|
85899
|
-
pat_with_workspace?: never;
|
|
85900
|
-
api_key?: never;
|
|
85901
|
-
} | {
|
|
85902
|
-
api_key: never[];
|
|
85903
|
-
pat_with_workspace?: never;
|
|
85904
|
-
console_session_with_workspace?: never;
|
|
85905
|
-
})[];
|
|
85906
|
-
summary: string;
|
|
85907
|
-
tags: never[];
|
|
85908
|
-
'x-fern-sdk-group-name': string[];
|
|
85909
|
-
'x-fern-sdk-method-name': string;
|
|
85910
|
-
'x-fern-sdk-return-value': string;
|
|
85911
|
-
'x-response-key': string;
|
|
85912
|
-
'x-title': string;
|
|
85913
|
-
'x-undocumented': string;
|
|
85914
|
-
};
|
|
85915
|
-
};
|
|
85916
84833
|
'/unstable_locations/add_acs_entrances': {
|
|
85917
84834
|
post: {
|
|
85918
84835
|
description: string;
|
|
@@ -163577,319 +162494,6 @@ type Routes = {
|
|
|
163577
162494
|
};
|
|
163578
162495
|
};
|
|
163579
162496
|
};
|
|
163580
|
-
'/unstable_access_grants/create': {
|
|
163581
|
-
route: '/unstable_access_grants/create';
|
|
163582
|
-
method: 'POST';
|
|
163583
|
-
queryParams: {};
|
|
163584
|
-
jsonBody: {};
|
|
163585
|
-
commonParams: ({
|
|
163586
|
-
/** ID of user identity for whom you want to grant access. */
|
|
163587
|
-
user_identity_id: string;
|
|
163588
|
-
} | {
|
|
163589
|
-
/** User identity. When used, creates a new user identity with the specified details and grants them access. */
|
|
163590
|
-
user_identity: {
|
|
163591
|
-
/** Unique email address for the user identity. */
|
|
163592
|
-
email_address?: (string | null) | undefined;
|
|
163593
|
-
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
163594
|
-
phone_number?: (string | null) | undefined;
|
|
163595
|
-
full_name?: (string | null) | undefined;
|
|
163596
|
-
};
|
|
163597
|
-
}) & {
|
|
163598
|
-
/**
|
|
163599
|
-
* @deprecated Use `space_ids`.*/
|
|
163600
|
-
location_ids?: string[] | undefined;
|
|
163601
|
-
/** IDs of the existing spaces to which you want to grant access. */
|
|
163602
|
-
space_ids?: string[] | undefined;
|
|
163603
|
-
/** Location. When used, creates a new location with the specified entrances and devices, and gives the user access to this location. */
|
|
163604
|
-
location?: {
|
|
163605
|
-
/** Name of the location. */
|
|
163606
|
-
name?: string | undefined;
|
|
163607
|
-
/**
|
|
163608
|
-
* @deprecated Use `acs_entrance_ids` at the top level.*/
|
|
163609
|
-
acs_entrance_ids?: string[];
|
|
163610
|
-
/**
|
|
163611
|
-
* @deprecated Use `device_ids` at the top level.*/
|
|
163612
|
-
device_ids?: string[];
|
|
163613
|
-
} | undefined;
|
|
163614
|
-
/** IDs of the [entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) to which you want to grant access. */
|
|
163615
|
-
acs_entrance_ids?: string[];
|
|
163616
|
-
/** IDs of the devices to which you want to grant access. */
|
|
163617
|
-
device_ids?: string[];
|
|
163618
|
-
requested_access_methods: {
|
|
163619
|
-
/** Access method mode. */
|
|
163620
|
-
mode: 'code' | 'card' | 'mobile_key';
|
|
163621
|
-
}[];
|
|
163622
|
-
/** Date and time at which the validity of the new grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
163623
|
-
starts_at?: string | undefined;
|
|
163624
|
-
/** Date and time at which the validity of the new grant ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Must be a time in the future and after `starts_at`. */
|
|
163625
|
-
ends_at?: string | undefined;
|
|
163626
|
-
};
|
|
163627
|
-
formData: {};
|
|
163628
|
-
jsonResponse: {
|
|
163629
|
-
/** Represents an Access Grant. Access Grants enable you to grant a user identity access to spaces, entrances, and devices through one or more access methods, such as mobile keys, plastic cards, and PIN codes. You can create an Access Grant for an existing user identity, or you can create a new user identity *while* creating the new Access Grant. */
|
|
163630
|
-
access_grant: {
|
|
163631
|
-
/** ID of the Seam workspace associated with the Access Grant. */
|
|
163632
|
-
workspace_id: string;
|
|
163633
|
-
/** ID of the Access Grant. */
|
|
163634
|
-
access_grant_id: string;
|
|
163635
|
-
/** Unique key for the access grant within the workspace. */
|
|
163636
|
-
access_grant_key?: string | undefined;
|
|
163637
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
163638
|
-
user_identity_id: string;
|
|
163639
|
-
/**
|
|
163640
|
-
* @deprecated Use `space_ids`.*/
|
|
163641
|
-
location_ids: string[];
|
|
163642
|
-
/** IDs of the spaces to which the Access Grant gives access. */
|
|
163643
|
-
space_ids: string[];
|
|
163644
|
-
/** Access methods that the user requested for the Access Grant. */
|
|
163645
|
-
requested_access_methods: {
|
|
163646
|
-
/** Display name of the access method. */
|
|
163647
|
-
display_name: string;
|
|
163648
|
-
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
163649
|
-
mode: 'code' | 'card' | 'mobile_key';
|
|
163650
|
-
/** Date and time at which the requested access method was added to the Access Grant. */
|
|
163651
|
-
created_at: string;
|
|
163652
|
-
/** IDs of the access methods created for the requested access method. */
|
|
163653
|
-
created_access_method_ids: string[];
|
|
163654
|
-
}[];
|
|
163655
|
-
/** IDs of the access methods created for the Access Grant. */
|
|
163656
|
-
access_method_ids: string[];
|
|
163657
|
-
/** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
|
|
163658
|
-
client_session_token?: string | undefined;
|
|
163659
|
-
/** Name of the Access Grant. If not provided, the display name will be computed. */
|
|
163660
|
-
name: string | null;
|
|
163661
|
-
/** Display name of the Access Grant. */
|
|
163662
|
-
display_name: string;
|
|
163663
|
-
/** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
|
|
163664
|
-
instant_key_url?: string | undefined;
|
|
163665
|
-
/** Date and time at which the Access Grant was created. */
|
|
163666
|
-
created_at: string;
|
|
163667
|
-
/** Date and time at which the Access Grant starts. */
|
|
163668
|
-
starts_at: string;
|
|
163669
|
-
/** Date and time at which the Access Grant ends. */
|
|
163670
|
-
ends_at: string | null;
|
|
163671
|
-
};
|
|
163672
|
-
};
|
|
163673
|
-
};
|
|
163674
|
-
'/unstable_access_grants/delete': {
|
|
163675
|
-
route: '/unstable_access_grants/delete';
|
|
163676
|
-
method: 'DELETE' | 'POST';
|
|
163677
|
-
queryParams: {};
|
|
163678
|
-
jsonBody: {};
|
|
163679
|
-
commonParams: {
|
|
163680
|
-
/** ID of access grant that you want to delete. */
|
|
163681
|
-
access_grant_id: string;
|
|
163682
|
-
};
|
|
163683
|
-
formData: {};
|
|
163684
|
-
jsonResponse: {};
|
|
163685
|
-
};
|
|
163686
|
-
'/unstable_access_grants/get': {
|
|
163687
|
-
route: '/unstable_access_grants/get';
|
|
163688
|
-
method: 'GET' | 'POST';
|
|
163689
|
-
queryParams: {};
|
|
163690
|
-
jsonBody: {};
|
|
163691
|
-
commonParams: {
|
|
163692
|
-
/** ID of access grant that you want to get. */
|
|
163693
|
-
access_grant_id: string;
|
|
163694
|
-
};
|
|
163695
|
-
formData: {};
|
|
163696
|
-
jsonResponse: {
|
|
163697
|
-
/** Represents an Access Grant. Access Grants enable you to grant a user identity access to spaces, entrances, and devices through one or more access methods, such as mobile keys, plastic cards, and PIN codes. You can create an Access Grant for an existing user identity, or you can create a new user identity *while* creating the new Access Grant. */
|
|
163698
|
-
access_grant: {
|
|
163699
|
-
/** ID of the Seam workspace associated with the Access Grant. */
|
|
163700
|
-
workspace_id: string;
|
|
163701
|
-
/** ID of the Access Grant. */
|
|
163702
|
-
access_grant_id: string;
|
|
163703
|
-
/** Unique key for the access grant within the workspace. */
|
|
163704
|
-
access_grant_key?: string | undefined;
|
|
163705
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
163706
|
-
user_identity_id: string;
|
|
163707
|
-
/**
|
|
163708
|
-
* @deprecated Use `space_ids`.*/
|
|
163709
|
-
location_ids: string[];
|
|
163710
|
-
/** IDs of the spaces to which the Access Grant gives access. */
|
|
163711
|
-
space_ids: string[];
|
|
163712
|
-
/** Access methods that the user requested for the Access Grant. */
|
|
163713
|
-
requested_access_methods: {
|
|
163714
|
-
/** Display name of the access method. */
|
|
163715
|
-
display_name: string;
|
|
163716
|
-
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
163717
|
-
mode: 'code' | 'card' | 'mobile_key';
|
|
163718
|
-
/** Date and time at which the requested access method was added to the Access Grant. */
|
|
163719
|
-
created_at: string;
|
|
163720
|
-
/** IDs of the access methods created for the requested access method. */
|
|
163721
|
-
created_access_method_ids: string[];
|
|
163722
|
-
}[];
|
|
163723
|
-
/** IDs of the access methods created for the Access Grant. */
|
|
163724
|
-
access_method_ids: string[];
|
|
163725
|
-
/** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
|
|
163726
|
-
client_session_token?: string | undefined;
|
|
163727
|
-
/** Name of the Access Grant. If not provided, the display name will be computed. */
|
|
163728
|
-
name: string | null;
|
|
163729
|
-
/** Display name of the Access Grant. */
|
|
163730
|
-
display_name: string;
|
|
163731
|
-
/** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
|
|
163732
|
-
instant_key_url?: string | undefined;
|
|
163733
|
-
/** Date and time at which the Access Grant was created. */
|
|
163734
|
-
created_at: string;
|
|
163735
|
-
/** Date and time at which the Access Grant starts. */
|
|
163736
|
-
starts_at: string;
|
|
163737
|
-
/** Date and time at which the Access Grant ends. */
|
|
163738
|
-
ends_at: string | null;
|
|
163739
|
-
};
|
|
163740
|
-
};
|
|
163741
|
-
};
|
|
163742
|
-
'/unstable_access_grants/list': {
|
|
163743
|
-
route: '/unstable_access_grants/list';
|
|
163744
|
-
method: 'GET' | 'POST';
|
|
163745
|
-
queryParams: {};
|
|
163746
|
-
jsonBody: {};
|
|
163747
|
-
commonParams: {
|
|
163748
|
-
/** ID of the user identity by which you want to filter the list of access grants. */
|
|
163749
|
-
user_identity_id?: string | undefined;
|
|
163750
|
-
/** ID of the access system by which you want to filter the list of access grants. */
|
|
163751
|
-
acs_system_id?: string | undefined;
|
|
163752
|
-
/** ID of the entrance by which you want to filter the list of access grants. */
|
|
163753
|
-
acs_entrance_id?: string | undefined;
|
|
163754
|
-
/**
|
|
163755
|
-
* @deprecated Use `space_id`.*/
|
|
163756
|
-
location_id?: string | undefined;
|
|
163757
|
-
/** ID of the space by which you want to filter the list of access grants. */
|
|
163758
|
-
space_id?: string | undefined;
|
|
163759
|
-
};
|
|
163760
|
-
formData: {};
|
|
163761
|
-
jsonResponse: {
|
|
163762
|
-
access_grants: {
|
|
163763
|
-
/** ID of the Seam workspace associated with the Access Grant. */
|
|
163764
|
-
workspace_id: string;
|
|
163765
|
-
/** ID of the Access Grant. */
|
|
163766
|
-
access_grant_id: string;
|
|
163767
|
-
/** Unique key for the access grant within the workspace. */
|
|
163768
|
-
access_grant_key?: string | undefined;
|
|
163769
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
163770
|
-
user_identity_id: string;
|
|
163771
|
-
/**
|
|
163772
|
-
* @deprecated Use `space_ids`.*/
|
|
163773
|
-
location_ids: string[];
|
|
163774
|
-
/** IDs of the spaces to which the Access Grant gives access. */
|
|
163775
|
-
space_ids: string[];
|
|
163776
|
-
/** Access methods that the user requested for the Access Grant. */
|
|
163777
|
-
requested_access_methods: {
|
|
163778
|
-
/** Display name of the access method. */
|
|
163779
|
-
display_name: string;
|
|
163780
|
-
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
163781
|
-
mode: 'code' | 'card' | 'mobile_key';
|
|
163782
|
-
/** Date and time at which the requested access method was added to the Access Grant. */
|
|
163783
|
-
created_at: string;
|
|
163784
|
-
/** IDs of the access methods created for the requested access method. */
|
|
163785
|
-
created_access_method_ids: string[];
|
|
163786
|
-
}[];
|
|
163787
|
-
/** IDs of the access methods created for the Access Grant. */
|
|
163788
|
-
access_method_ids: string[];
|
|
163789
|
-
/** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
|
|
163790
|
-
client_session_token?: string | undefined;
|
|
163791
|
-
/** Name of the Access Grant. If not provided, the display name will be computed. */
|
|
163792
|
-
name: string | null;
|
|
163793
|
-
/** Display name of the Access Grant. */
|
|
163794
|
-
display_name: string;
|
|
163795
|
-
/** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
|
|
163796
|
-
instant_key_url?: string | undefined;
|
|
163797
|
-
/** Date and time at which the Access Grant was created. */
|
|
163798
|
-
created_at: string;
|
|
163799
|
-
/** Date and time at which the Access Grant starts. */
|
|
163800
|
-
starts_at: string;
|
|
163801
|
-
/** Date and time at which the Access Grant ends. */
|
|
163802
|
-
ends_at: string | null;
|
|
163803
|
-
}[];
|
|
163804
|
-
};
|
|
163805
|
-
};
|
|
163806
|
-
'/unstable_access_methods/delete': {
|
|
163807
|
-
route: '/unstable_access_methods/delete';
|
|
163808
|
-
method: 'DELETE' | 'POST';
|
|
163809
|
-
queryParams: {};
|
|
163810
|
-
jsonBody: {};
|
|
163811
|
-
commonParams: {
|
|
163812
|
-
/** ID of the access method that you want to delete. */
|
|
163813
|
-
access_method_id: string;
|
|
163814
|
-
};
|
|
163815
|
-
formData: {};
|
|
163816
|
-
jsonResponse: {};
|
|
163817
|
-
};
|
|
163818
|
-
'/unstable_access_methods/get': {
|
|
163819
|
-
route: '/unstable_access_methods/get';
|
|
163820
|
-
method: 'GET' | 'POST';
|
|
163821
|
-
queryParams: {};
|
|
163822
|
-
jsonBody: {};
|
|
163823
|
-
commonParams: {
|
|
163824
|
-
/** ID of the access method that you want to get. */
|
|
163825
|
-
access_method_id: string;
|
|
163826
|
-
};
|
|
163827
|
-
formData: {};
|
|
163828
|
-
jsonResponse: {
|
|
163829
|
-
/** Represents an access method for an Access Grant. Access methods describe the modes of access, such as PIN codes, plastic cards, and mobile keys. For a mobile key, the access method also stores the URL for the associated Instant Key. */
|
|
163830
|
-
access_method: {
|
|
163831
|
-
/** ID of the Seam workspace associated with the access method. */
|
|
163832
|
-
workspace_id: string;
|
|
163833
|
-
/** ID of the access method. */
|
|
163834
|
-
access_method_id: string;
|
|
163835
|
-
/** Display name of the access method. */
|
|
163836
|
-
display_name: string;
|
|
163837
|
-
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
163838
|
-
mode: 'code' | 'card' | 'mobile_key';
|
|
163839
|
-
/** Date and time at which the access method was created. */
|
|
163840
|
-
created_at: string;
|
|
163841
|
-
/** Date and time at which the access method was issued. */
|
|
163842
|
-
issued_at: string | null;
|
|
163843
|
-
/** Indicates whether the access method has been issued. */
|
|
163844
|
-
is_issued: boolean;
|
|
163845
|
-
/** URL of the Instant Key for mobile key access methods. */
|
|
163846
|
-
instant_key_url?: string | undefined;
|
|
163847
|
-
/** Token of the client session associated with the access method. */
|
|
163848
|
-
client_session_token?: string | undefined;
|
|
163849
|
-
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
|
|
163850
|
-
is_encoding_required?: boolean | undefined;
|
|
163851
|
-
/** The actual PIN code for code access methods. */
|
|
163852
|
-
code?: string | undefined;
|
|
163853
|
-
};
|
|
163854
|
-
};
|
|
163855
|
-
};
|
|
163856
|
-
'/unstable_access_methods/list': {
|
|
163857
|
-
route: '/unstable_access_methods/list';
|
|
163858
|
-
method: 'GET' | 'POST';
|
|
163859
|
-
queryParams: {};
|
|
163860
|
-
jsonBody: {};
|
|
163861
|
-
commonParams: {
|
|
163862
|
-
/** ID of the access grant by which to filter the list of access methods. */
|
|
163863
|
-
access_grant_id: string;
|
|
163864
|
-
};
|
|
163865
|
-
formData: {};
|
|
163866
|
-
jsonResponse: {
|
|
163867
|
-
access_methods: {
|
|
163868
|
-
/** ID of the Seam workspace associated with the access method. */
|
|
163869
|
-
workspace_id: string;
|
|
163870
|
-
/** ID of the access method. */
|
|
163871
|
-
access_method_id: string;
|
|
163872
|
-
/** Display name of the access method. */
|
|
163873
|
-
display_name: string;
|
|
163874
|
-
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
163875
|
-
mode: 'code' | 'card' | 'mobile_key';
|
|
163876
|
-
/** Date and time at which the access method was created. */
|
|
163877
|
-
created_at: string;
|
|
163878
|
-
/** Date and time at which the access method was issued. */
|
|
163879
|
-
issued_at: string | null;
|
|
163880
|
-
/** Indicates whether the access method has been issued. */
|
|
163881
|
-
is_issued: boolean;
|
|
163882
|
-
/** URL of the Instant Key for mobile key access methods. */
|
|
163883
|
-
instant_key_url?: string | undefined;
|
|
163884
|
-
/** Token of the client session associated with the access method. */
|
|
163885
|
-
client_session_token?: string | undefined;
|
|
163886
|
-
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
|
|
163887
|
-
is_encoding_required?: boolean | undefined;
|
|
163888
|
-
/** The actual PIN code for code access methods. */
|
|
163889
|
-
code?: string | undefined;
|
|
163890
|
-
}[];
|
|
163891
|
-
};
|
|
163892
|
-
};
|
|
163893
162497
|
'/unstable_locations/add_acs_entrances': {
|
|
163894
162498
|
route: '/unstable_locations/add_acs_entrances';
|
|
163895
162499
|
method: 'POST' | 'PUT';
|