@seamapi/types 1.460.0 → 1.461.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 +441 -120
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1135 -352
- package/dist/index.cjs +441 -120
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +2338 -276
- package/lib/seam/connect/models/batch.js +7 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +18 -18
- package/lib/seam/connect/models/customer/access-grant-resources.js +2 -1
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +15 -15
- package/lib/seam/connect/models/phones/phone-session.d.ts +167 -0
- package/lib/seam/connect/models/phones/phone-session.js +3 -0
- package/lib/seam/connect/models/phones/phone-session.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +341 -33
- package/lib/seam/connect/openapi.js +429 -113
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +650 -175
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +7 -0
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +2 -1
- package/src/lib/seam/connect/models/phones/phone-session.ts +5 -0
- package/src/lib/seam/connect/openapi.ts +456 -113
- package/src/lib/seam/connect/route-types.ts +820 -189
package/dist/connect.d.cts
CHANGED
|
@@ -15483,21 +15483,6 @@ declare const batch: z.ZodObject<{
|
|
|
15483
15483
|
room_description?: string | undefined;
|
|
15484
15484
|
} | undefined;
|
|
15485
15485
|
}[] | undefined;
|
|
15486
|
-
workspaces?: {
|
|
15487
|
-
name: string;
|
|
15488
|
-
workspace_id: string;
|
|
15489
|
-
is_suspended: boolean;
|
|
15490
|
-
company_name: string;
|
|
15491
|
-
is_sandbox: boolean;
|
|
15492
|
-
connect_webview_customization: {
|
|
15493
|
-
primary_button_color?: string | undefined;
|
|
15494
|
-
primary_button_text_color?: string | undefined;
|
|
15495
|
-
success_message?: string | undefined;
|
|
15496
|
-
logo_shape?: "circle" | "square" | undefined;
|
|
15497
|
-
inviter_logo_url?: string | undefined;
|
|
15498
|
-
};
|
|
15499
|
-
connect_partner_name: string | null;
|
|
15500
|
-
}[] | undefined;
|
|
15501
15486
|
user_identities?: {
|
|
15502
15487
|
display_name: string;
|
|
15503
15488
|
workspace_id: string;
|
|
@@ -15525,6 +15510,21 @@ declare const batch: z.ZodObject<{
|
|
|
15525
15510
|
user_identity_key: string | null;
|
|
15526
15511
|
acs_user_ids: string[];
|
|
15527
15512
|
}[] | undefined;
|
|
15513
|
+
workspaces?: {
|
|
15514
|
+
name: string;
|
|
15515
|
+
workspace_id: string;
|
|
15516
|
+
is_suspended: boolean;
|
|
15517
|
+
company_name: string;
|
|
15518
|
+
is_sandbox: boolean;
|
|
15519
|
+
connect_webview_customization: {
|
|
15520
|
+
primary_button_color?: string | undefined;
|
|
15521
|
+
primary_button_text_color?: string | undefined;
|
|
15522
|
+
success_message?: string | undefined;
|
|
15523
|
+
logo_shape?: "circle" | "square" | undefined;
|
|
15524
|
+
inviter_logo_url?: string | undefined;
|
|
15525
|
+
};
|
|
15526
|
+
connect_partner_name: string | null;
|
|
15527
|
+
}[] | undefined;
|
|
15528
15528
|
}, {
|
|
15529
15529
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
15530
15530
|
spaces?: {
|
|
@@ -16251,21 +16251,6 @@ declare const batch: z.ZodObject<{
|
|
|
16251
16251
|
room_description?: string | undefined;
|
|
16252
16252
|
} | undefined;
|
|
16253
16253
|
}[] | undefined;
|
|
16254
|
-
workspaces?: {
|
|
16255
|
-
name: string;
|
|
16256
|
-
workspace_id: string;
|
|
16257
|
-
is_suspended: boolean;
|
|
16258
|
-
company_name: string;
|
|
16259
|
-
is_sandbox: boolean;
|
|
16260
|
-
connect_webview_customization: {
|
|
16261
|
-
primary_button_color?: string | undefined;
|
|
16262
|
-
primary_button_text_color?: string | undefined;
|
|
16263
|
-
success_message?: string | undefined;
|
|
16264
|
-
logo_shape?: "circle" | "square" | undefined;
|
|
16265
|
-
inviter_logo_url?: string | undefined;
|
|
16266
|
-
};
|
|
16267
|
-
connect_partner_name: string | null;
|
|
16268
|
-
}[] | undefined;
|
|
16269
16254
|
user_identities?: {
|
|
16270
16255
|
display_name: string;
|
|
16271
16256
|
workspace_id: string;
|
|
@@ -16293,6 +16278,21 @@ declare const batch: z.ZodObject<{
|
|
|
16293
16278
|
user_identity_key: string | null;
|
|
16294
16279
|
acs_user_ids: string[];
|
|
16295
16280
|
}[] | undefined;
|
|
16281
|
+
workspaces?: {
|
|
16282
|
+
name: string;
|
|
16283
|
+
workspace_id: string;
|
|
16284
|
+
is_suspended: boolean;
|
|
16285
|
+
company_name: string;
|
|
16286
|
+
is_sandbox: boolean;
|
|
16287
|
+
connect_webview_customization: {
|
|
16288
|
+
primary_button_color?: string | undefined;
|
|
16289
|
+
primary_button_text_color?: string | undefined;
|
|
16290
|
+
success_message?: string | undefined;
|
|
16291
|
+
logo_shape?: "circle" | "square" | undefined;
|
|
16292
|
+
inviter_logo_url?: string | undefined;
|
|
16293
|
+
};
|
|
16294
|
+
connect_partner_name: string | null;
|
|
16295
|
+
}[] | undefined;
|
|
16296
16296
|
}>;
|
|
16297
16297
|
type Batch = z.infer<typeof batch>;
|
|
16298
16298
|
|
|
@@ -39976,6 +39976,138 @@ declare const _default: {
|
|
|
39976
39976
|
};
|
|
39977
39977
|
type: string;
|
|
39978
39978
|
};
|
|
39979
|
+
user_identity: {
|
|
39980
|
+
description: string;
|
|
39981
|
+
properties: {
|
|
39982
|
+
acs_user_ids: {
|
|
39983
|
+
description: string;
|
|
39984
|
+
items: {
|
|
39985
|
+
format: string;
|
|
39986
|
+
type: string;
|
|
39987
|
+
};
|
|
39988
|
+
type: string;
|
|
39989
|
+
};
|
|
39990
|
+
created_at: {
|
|
39991
|
+
description: string;
|
|
39992
|
+
format: string;
|
|
39993
|
+
type: string;
|
|
39994
|
+
};
|
|
39995
|
+
display_name: {
|
|
39996
|
+
minLength: number;
|
|
39997
|
+
type: string;
|
|
39998
|
+
};
|
|
39999
|
+
email_address: {
|
|
40000
|
+
description: string;
|
|
40001
|
+
format: string;
|
|
40002
|
+
nullable: boolean;
|
|
40003
|
+
type: string;
|
|
40004
|
+
};
|
|
40005
|
+
errors: {
|
|
40006
|
+
description: string;
|
|
40007
|
+
items: {
|
|
40008
|
+
description: string;
|
|
40009
|
+
discriminator: {
|
|
40010
|
+
propertyName: string;
|
|
40011
|
+
};
|
|
40012
|
+
oneOf: {
|
|
40013
|
+
description: string;
|
|
40014
|
+
properties: {
|
|
40015
|
+
acs_system_id: {
|
|
40016
|
+
description: string;
|
|
40017
|
+
format: string;
|
|
40018
|
+
type: string;
|
|
40019
|
+
};
|
|
40020
|
+
acs_user_id: {
|
|
40021
|
+
description: string;
|
|
40022
|
+
format: string;
|
|
40023
|
+
type: string;
|
|
40024
|
+
};
|
|
40025
|
+
created_at: {
|
|
40026
|
+
description: string;
|
|
40027
|
+
format: string;
|
|
40028
|
+
type: string;
|
|
40029
|
+
};
|
|
40030
|
+
error_code: {
|
|
40031
|
+
description: string;
|
|
40032
|
+
enum: string[];
|
|
40033
|
+
type: string;
|
|
40034
|
+
};
|
|
40035
|
+
message: {
|
|
40036
|
+
description: string;
|
|
40037
|
+
type: string;
|
|
40038
|
+
};
|
|
40039
|
+
};
|
|
40040
|
+
required: string[];
|
|
40041
|
+
type: string;
|
|
40042
|
+
}[];
|
|
40043
|
+
};
|
|
40044
|
+
type: string;
|
|
40045
|
+
};
|
|
40046
|
+
full_name: {
|
|
40047
|
+
minLength: number;
|
|
40048
|
+
nullable: boolean;
|
|
40049
|
+
type: string;
|
|
40050
|
+
};
|
|
40051
|
+
phone_number: {
|
|
40052
|
+
description: string;
|
|
40053
|
+
nullable: boolean;
|
|
40054
|
+
type: string;
|
|
40055
|
+
};
|
|
40056
|
+
user_identity_id: {
|
|
40057
|
+
description: string;
|
|
40058
|
+
format: string;
|
|
40059
|
+
type: string;
|
|
40060
|
+
};
|
|
40061
|
+
user_identity_key: {
|
|
40062
|
+
description: string;
|
|
40063
|
+
minLength: number;
|
|
40064
|
+
nullable: boolean;
|
|
40065
|
+
type: string;
|
|
40066
|
+
};
|
|
40067
|
+
warnings: {
|
|
40068
|
+
description: string;
|
|
40069
|
+
items: {
|
|
40070
|
+
description: string;
|
|
40071
|
+
discriminator: {
|
|
40072
|
+
propertyName: string;
|
|
40073
|
+
};
|
|
40074
|
+
oneOf: {
|
|
40075
|
+
description: string;
|
|
40076
|
+
properties: {
|
|
40077
|
+
created_at: {
|
|
40078
|
+
description: string;
|
|
40079
|
+
format: string;
|
|
40080
|
+
type: string;
|
|
40081
|
+
};
|
|
40082
|
+
message: {
|
|
40083
|
+
description: string;
|
|
40084
|
+
type: string;
|
|
40085
|
+
};
|
|
40086
|
+
warning_code: {
|
|
40087
|
+
description: string;
|
|
40088
|
+
enum: string[];
|
|
40089
|
+
type: string;
|
|
40090
|
+
};
|
|
40091
|
+
};
|
|
40092
|
+
required: string[];
|
|
40093
|
+
type: string;
|
|
40094
|
+
}[];
|
|
40095
|
+
};
|
|
40096
|
+
type: string;
|
|
40097
|
+
};
|
|
40098
|
+
workspace_id: {
|
|
40099
|
+
description: string;
|
|
40100
|
+
format: string;
|
|
40101
|
+
type: string;
|
|
40102
|
+
};
|
|
40103
|
+
};
|
|
40104
|
+
required: string[];
|
|
40105
|
+
type: string;
|
|
40106
|
+
};
|
|
40107
|
+
workspace_id: {
|
|
40108
|
+
description: string;
|
|
40109
|
+
type: string;
|
|
40110
|
+
};
|
|
39979
40111
|
};
|
|
39980
40112
|
required: string[];
|
|
39981
40113
|
type: string;
|
|
@@ -45378,6 +45510,13 @@ declare const _default: {
|
|
|
45378
45510
|
};
|
|
45379
45511
|
type: string;
|
|
45380
45512
|
};
|
|
45513
|
+
space_keys: {
|
|
45514
|
+
description: string;
|
|
45515
|
+
items: {
|
|
45516
|
+
type: string;
|
|
45517
|
+
};
|
|
45518
|
+
type: string;
|
|
45519
|
+
};
|
|
45381
45520
|
starts_at: {
|
|
45382
45521
|
description: string;
|
|
45383
45522
|
type: string;
|
|
@@ -45780,7 +45919,6 @@ declare const _default: {
|
|
|
45780
45919
|
schema: {
|
|
45781
45920
|
properties: {
|
|
45782
45921
|
batch: {
|
|
45783
|
-
description: string;
|
|
45784
45922
|
properties: {
|
|
45785
45923
|
acs_entrances: {
|
|
45786
45924
|
items: {
|
|
@@ -45788,136 +45926,152 @@ declare const _default: {
|
|
|
45788
45926
|
};
|
|
45789
45927
|
type: string;
|
|
45790
45928
|
};
|
|
45791
|
-
|
|
45792
|
-
enum: string[];
|
|
45793
|
-
type: string;
|
|
45794
|
-
};
|
|
45795
|
-
devices: {
|
|
45929
|
+
acs_systems: {
|
|
45796
45930
|
items: {
|
|
45797
45931
|
$ref: string;
|
|
45798
45932
|
};
|
|
45799
45933
|
type: string;
|
|
45800
45934
|
};
|
|
45801
|
-
|
|
45802
|
-
|
|
45803
|
-
$ref: string;
|
|
45804
|
-
};
|
|
45805
|
-
type: string;
|
|
45806
|
-
};
|
|
45807
|
-
user_identities: {
|
|
45808
|
-
items: {
|
|
45809
|
-
$ref: string;
|
|
45810
|
-
};
|
|
45811
|
-
type: string;
|
|
45812
|
-
};
|
|
45813
|
-
workspaces: {
|
|
45814
|
-
items: {
|
|
45815
|
-
$ref: string;
|
|
45816
|
-
};
|
|
45935
|
+
batch_type: {
|
|
45936
|
+
enum: string[];
|
|
45817
45937
|
type: string;
|
|
45818
45938
|
};
|
|
45819
|
-
|
|
45820
|
-
|
|
45821
|
-
|
|
45822
|
-
|
|
45823
|
-
|
|
45824
|
-
|
|
45825
|
-
|
|
45826
|
-
|
|
45827
|
-
|
|
45828
|
-
|
|
45829
|
-
|
|
45830
|
-
|
|
45831
|
-
|
|
45832
|
-
|
|
45833
|
-
|
|
45834
|
-
|
|
45835
|
-
|
|
45836
|
-
|
|
45837
|
-
|
|
45838
|
-
|
|
45839
|
-
|
|
45840
|
-
|
|
45841
|
-
|
|
45842
|
-
|
|
45843
|
-
|
|
45844
|
-
|
|
45845
|
-
|
|
45846
|
-
|
|
45847
|
-
|
|
45848
|
-
|
|
45849
|
-
|
|
45850
|
-
|
|
45851
|
-
|
|
45852
|
-
|
|
45853
|
-
|
|
45854
|
-
|
|
45855
|
-
|
|
45856
|
-
|
|
45857
|
-
|
|
45858
|
-
|
|
45859
|
-
|
|
45860
|
-
|
|
45861
|
-
|
|
45862
|
-
|
|
45863
|
-
|
|
45864
|
-
|
|
45865
|
-
|
|
45866
|
-
|
|
45867
|
-
|
|
45868
|
-
|
|
45869
|
-
|
|
45870
|
-
|
|
45871
|
-
|
|
45872
|
-
|
|
45873
|
-
|
|
45874
|
-
|
|
45875
|
-
|
|
45876
|
-
|
|
45877
|
-
|
|
45878
|
-
|
|
45879
|
-
|
|
45880
|
-
|
|
45881
|
-
|
|
45882
|
-
|
|
45883
|
-
|
|
45884
|
-
|
|
45885
|
-
|
|
45886
|
-
|
|
45887
|
-
|
|
45888
|
-
|
|
45889
|
-
|
|
45890
|
-
|
|
45891
|
-
|
|
45892
|
-
|
|
45893
|
-
|
|
45894
|
-
|
|
45895
|
-
|
|
45896
|
-
|
|
45897
|
-
|
|
45898
|
-
|
|
45899
|
-
|
|
45900
|
-
|
|
45901
|
-
|
|
45902
|
-
|
|
45903
|
-
|
|
45904
|
-
|
|
45905
|
-
|
|
45906
|
-
|
|
45907
|
-
|
|
45908
|
-
|
|
45909
|
-
|
|
45910
|
-
|
|
45911
|
-
|
|
45939
|
+
connected_accounts: {
|
|
45940
|
+
items: {
|
|
45941
|
+
$ref: string;
|
|
45942
|
+
};
|
|
45943
|
+
type: string;
|
|
45944
|
+
};
|
|
45945
|
+
devices: {
|
|
45946
|
+
items: {
|
|
45947
|
+
$ref: string;
|
|
45948
|
+
};
|
|
45949
|
+
type: string;
|
|
45950
|
+
};
|
|
45951
|
+
spaces: {
|
|
45952
|
+
items: {
|
|
45953
|
+
$ref: string;
|
|
45954
|
+
};
|
|
45955
|
+
type: string;
|
|
45956
|
+
};
|
|
45957
|
+
user_identities: {
|
|
45958
|
+
items: {
|
|
45959
|
+
$ref: string;
|
|
45960
|
+
};
|
|
45961
|
+
type: string;
|
|
45962
|
+
};
|
|
45963
|
+
};
|
|
45964
|
+
required: string[];
|
|
45965
|
+
type: string;
|
|
45966
|
+
};
|
|
45967
|
+
ok: {
|
|
45968
|
+
type: string;
|
|
45969
|
+
};
|
|
45970
|
+
};
|
|
45971
|
+
required: string[];
|
|
45972
|
+
type: string;
|
|
45973
|
+
};
|
|
45974
|
+
};
|
|
45975
|
+
};
|
|
45976
|
+
description: string;
|
|
45977
|
+
};
|
|
45978
|
+
400: {
|
|
45979
|
+
description: string;
|
|
45980
|
+
};
|
|
45981
|
+
401: {
|
|
45982
|
+
description: string;
|
|
45983
|
+
};
|
|
45984
|
+
};
|
|
45985
|
+
security: ({
|
|
45986
|
+
pat_with_workspace: never[];
|
|
45987
|
+
console_session_with_workspace?: never;
|
|
45988
|
+
api_key?: never;
|
|
45989
|
+
} | {
|
|
45990
|
+
console_session_with_workspace: never[];
|
|
45991
|
+
pat_with_workspace?: never;
|
|
45992
|
+
api_key?: never;
|
|
45993
|
+
} | {
|
|
45994
|
+
api_key: never[];
|
|
45995
|
+
pat_with_workspace?: never;
|
|
45996
|
+
console_session_with_workspace?: never;
|
|
45997
|
+
})[];
|
|
45998
|
+
summary: string;
|
|
45999
|
+
tags: never[];
|
|
46000
|
+
'x-batch-type': string;
|
|
46001
|
+
'x-draft': string;
|
|
46002
|
+
'x-fern-sdk-group-name': string[];
|
|
46003
|
+
'x-fern-sdk-method-name': string;
|
|
46004
|
+
'x-fern-sdk-return-value': string;
|
|
46005
|
+
'x-response-key': string;
|
|
46006
|
+
'x-title': string;
|
|
46007
|
+
};
|
|
46008
|
+
post: {
|
|
46009
|
+
description: string;
|
|
46010
|
+
operationId: string;
|
|
46011
|
+
requestBody: {
|
|
46012
|
+
content: {
|
|
46013
|
+
'application/json': {
|
|
46014
|
+
schema: {
|
|
46015
|
+
properties: {
|
|
46016
|
+
access_grant_ids: {
|
|
46017
|
+
description: string;
|
|
46018
|
+
items: {
|
|
46019
|
+
format: string;
|
|
46020
|
+
type: string;
|
|
46021
|
+
};
|
|
46022
|
+
type: string;
|
|
46023
|
+
};
|
|
46024
|
+
exclude: {
|
|
46025
|
+
items: {
|
|
46026
|
+
enum: string[];
|
|
46027
|
+
type: string;
|
|
46028
|
+
};
|
|
46029
|
+
type: string;
|
|
46030
|
+
};
|
|
46031
|
+
include: {
|
|
46032
|
+
items: {
|
|
46033
|
+
enum: string[];
|
|
46034
|
+
type: string;
|
|
46035
|
+
};
|
|
46036
|
+
type: string;
|
|
46037
|
+
};
|
|
46038
|
+
};
|
|
46039
|
+
required: string[];
|
|
46040
|
+
type: string;
|
|
46041
|
+
};
|
|
46042
|
+
};
|
|
46043
|
+
};
|
|
46044
|
+
};
|
|
46045
|
+
responses: {
|
|
46046
|
+
200: {
|
|
46047
|
+
content: {
|
|
46048
|
+
'application/json': {
|
|
46049
|
+
schema: {
|
|
46050
|
+
properties: {
|
|
46051
|
+
batch: {
|
|
46052
|
+
properties: {
|
|
46053
|
+
acs_entrances: {
|
|
46054
|
+
items: {
|
|
46055
|
+
$ref: string;
|
|
46056
|
+
};
|
|
46057
|
+
type: string;
|
|
46058
|
+
};
|
|
46059
|
+
acs_systems: {
|
|
46060
|
+
items: {
|
|
46061
|
+
$ref: string;
|
|
46062
|
+
};
|
|
46063
|
+
type: string;
|
|
46064
|
+
};
|
|
46065
|
+
batch_type: {
|
|
46066
|
+
enum: string[];
|
|
46067
|
+
type: string;
|
|
46068
|
+
};
|
|
46069
|
+
connected_accounts: {
|
|
45912
46070
|
items: {
|
|
45913
46071
|
$ref: string;
|
|
45914
46072
|
};
|
|
45915
46073
|
type: string;
|
|
45916
46074
|
};
|
|
45917
|
-
batch_type: {
|
|
45918
|
-
enum: string[];
|
|
45919
|
-
type: string;
|
|
45920
|
-
};
|
|
45921
46075
|
devices: {
|
|
45922
46076
|
items: {
|
|
45923
46077
|
$ref: string;
|
|
@@ -45936,16 +46090,9 @@ declare const _default: {
|
|
|
45936
46090
|
};
|
|
45937
46091
|
type: string;
|
|
45938
46092
|
};
|
|
45939
|
-
workspaces: {
|
|
45940
|
-
items: {
|
|
45941
|
-
$ref: string;
|
|
45942
|
-
};
|
|
45943
|
-
type: string;
|
|
45944
|
-
};
|
|
45945
46093
|
};
|
|
45946
46094
|
required: string[];
|
|
45947
46095
|
type: string;
|
|
45948
|
-
'x-route-path': string;
|
|
45949
46096
|
};
|
|
45950
46097
|
ok: {
|
|
45951
46098
|
type: string;
|
|
@@ -61334,6 +61481,141 @@ declare const _default: {
|
|
|
61334
61481
|
'x-title': string;
|
|
61335
61482
|
};
|
|
61336
61483
|
};
|
|
61484
|
+
'/instant_keys/list': {
|
|
61485
|
+
get: {
|
|
61486
|
+
description: string;
|
|
61487
|
+
operationId: string;
|
|
61488
|
+
parameters: {
|
|
61489
|
+
in: string;
|
|
61490
|
+
name: string;
|
|
61491
|
+
schema: {
|
|
61492
|
+
description: string;
|
|
61493
|
+
format: string;
|
|
61494
|
+
type: string;
|
|
61495
|
+
};
|
|
61496
|
+
}[];
|
|
61497
|
+
responses: {
|
|
61498
|
+
200: {
|
|
61499
|
+
content: {
|
|
61500
|
+
'application/json': {
|
|
61501
|
+
schema: {
|
|
61502
|
+
properties: {
|
|
61503
|
+
instant_keys: {
|
|
61504
|
+
items: {
|
|
61505
|
+
$ref: string;
|
|
61506
|
+
};
|
|
61507
|
+
type: string;
|
|
61508
|
+
};
|
|
61509
|
+
ok: {
|
|
61510
|
+
type: string;
|
|
61511
|
+
};
|
|
61512
|
+
};
|
|
61513
|
+
required: string[];
|
|
61514
|
+
type: string;
|
|
61515
|
+
};
|
|
61516
|
+
};
|
|
61517
|
+
};
|
|
61518
|
+
description: string;
|
|
61519
|
+
};
|
|
61520
|
+
400: {
|
|
61521
|
+
description: string;
|
|
61522
|
+
};
|
|
61523
|
+
401: {
|
|
61524
|
+
description: string;
|
|
61525
|
+
};
|
|
61526
|
+
};
|
|
61527
|
+
security: ({
|
|
61528
|
+
api_key: never[];
|
|
61529
|
+
pat_with_workspace?: never;
|
|
61530
|
+
console_session_with_workspace?: never;
|
|
61531
|
+
} | {
|
|
61532
|
+
pat_with_workspace: never[];
|
|
61533
|
+
api_key?: never;
|
|
61534
|
+
console_session_with_workspace?: never;
|
|
61535
|
+
} | {
|
|
61536
|
+
console_session_with_workspace: never[];
|
|
61537
|
+
api_key?: never;
|
|
61538
|
+
pat_with_workspace?: never;
|
|
61539
|
+
})[];
|
|
61540
|
+
summary: string;
|
|
61541
|
+
tags: never[];
|
|
61542
|
+
'x-fern-sdk-group-name': string[];
|
|
61543
|
+
'x-fern-sdk-method-name': string;
|
|
61544
|
+
'x-fern-sdk-return-value': string;
|
|
61545
|
+
'x-response-key': string;
|
|
61546
|
+
'x-title': string;
|
|
61547
|
+
};
|
|
61548
|
+
post: {
|
|
61549
|
+
description: string;
|
|
61550
|
+
operationId: string;
|
|
61551
|
+
requestBody: {
|
|
61552
|
+
content: {
|
|
61553
|
+
'application/json': {
|
|
61554
|
+
schema: {
|
|
61555
|
+
properties: {
|
|
61556
|
+
user_identity_id: {
|
|
61557
|
+
description: string;
|
|
61558
|
+
format: string;
|
|
61559
|
+
type: string;
|
|
61560
|
+
};
|
|
61561
|
+
};
|
|
61562
|
+
type: string;
|
|
61563
|
+
};
|
|
61564
|
+
};
|
|
61565
|
+
};
|
|
61566
|
+
};
|
|
61567
|
+
responses: {
|
|
61568
|
+
200: {
|
|
61569
|
+
content: {
|
|
61570
|
+
'application/json': {
|
|
61571
|
+
schema: {
|
|
61572
|
+
properties: {
|
|
61573
|
+
instant_keys: {
|
|
61574
|
+
items: {
|
|
61575
|
+
$ref: string;
|
|
61576
|
+
};
|
|
61577
|
+
type: string;
|
|
61578
|
+
};
|
|
61579
|
+
ok: {
|
|
61580
|
+
type: string;
|
|
61581
|
+
};
|
|
61582
|
+
};
|
|
61583
|
+
required: string[];
|
|
61584
|
+
type: string;
|
|
61585
|
+
};
|
|
61586
|
+
};
|
|
61587
|
+
};
|
|
61588
|
+
description: string;
|
|
61589
|
+
};
|
|
61590
|
+
400: {
|
|
61591
|
+
description: string;
|
|
61592
|
+
};
|
|
61593
|
+
401: {
|
|
61594
|
+
description: string;
|
|
61595
|
+
};
|
|
61596
|
+
};
|
|
61597
|
+
security: ({
|
|
61598
|
+
api_key: never[];
|
|
61599
|
+
pat_with_workspace?: never;
|
|
61600
|
+
console_session_with_workspace?: never;
|
|
61601
|
+
} | {
|
|
61602
|
+
pat_with_workspace: never[];
|
|
61603
|
+
api_key?: never;
|
|
61604
|
+
console_session_with_workspace?: never;
|
|
61605
|
+
} | {
|
|
61606
|
+
console_session_with_workspace: never[];
|
|
61607
|
+
api_key?: never;
|
|
61608
|
+
pat_with_workspace?: never;
|
|
61609
|
+
})[];
|
|
61610
|
+
summary: string;
|
|
61611
|
+
tags: never[];
|
|
61612
|
+
'x-fern-sdk-group-name': string[];
|
|
61613
|
+
'x-fern-sdk-method-name': string;
|
|
61614
|
+
'x-fern-sdk-return-value': string;
|
|
61615
|
+
'x-response-key': string;
|
|
61616
|
+
'x-title': string;
|
|
61617
|
+
};
|
|
61618
|
+
};
|
|
61337
61619
|
'/locks/get': {
|
|
61338
61620
|
get: {
|
|
61339
61621
|
description: string;
|
|
@@ -64705,7 +64987,7 @@ declare const _default: {
|
|
|
64705
64987
|
'x-undocumented': string;
|
|
64706
64988
|
};
|
|
64707
64989
|
};
|
|
64708
|
-
'/seam/console/v1/
|
|
64990
|
+
'/seam/console/v1/get_resource_locator': {
|
|
64709
64991
|
get: {
|
|
64710
64992
|
description: string;
|
|
64711
64993
|
operationId: string;
|
|
@@ -64727,7 +65009,21 @@ declare const _default: {
|
|
|
64727
65009
|
ok: {
|
|
64728
65010
|
type: string;
|
|
64729
65011
|
};
|
|
64730
|
-
|
|
65012
|
+
resource_locator: {
|
|
65013
|
+
properties: {
|
|
65014
|
+
acs_system_id: {
|
|
65015
|
+
format: string;
|
|
65016
|
+
type: string;
|
|
65017
|
+
};
|
|
65018
|
+
device_id: {
|
|
65019
|
+
format: string;
|
|
65020
|
+
type: string;
|
|
65021
|
+
};
|
|
65022
|
+
resource_type: {
|
|
65023
|
+
type: string;
|
|
65024
|
+
};
|
|
65025
|
+
};
|
|
65026
|
+
required: string[];
|
|
64731
65027
|
type: string;
|
|
64732
65028
|
};
|
|
64733
65029
|
};
|
|
@@ -64796,7 +65092,21 @@ declare const _default: {
|
|
|
64796
65092
|
ok: {
|
|
64797
65093
|
type: string;
|
|
64798
65094
|
};
|
|
64799
|
-
|
|
65095
|
+
resource_locator: {
|
|
65096
|
+
properties: {
|
|
65097
|
+
acs_system_id: {
|
|
65098
|
+
format: string;
|
|
65099
|
+
type: string;
|
|
65100
|
+
};
|
|
65101
|
+
device_id: {
|
|
65102
|
+
format: string;
|
|
65103
|
+
type: string;
|
|
65104
|
+
};
|
|
65105
|
+
resource_type: {
|
|
65106
|
+
type: string;
|
|
65107
|
+
};
|
|
65108
|
+
};
|
|
65109
|
+
required: string[];
|
|
64800
65110
|
type: string;
|
|
64801
65111
|
};
|
|
64802
65112
|
};
|
|
@@ -67293,29 +67603,29 @@ declare const _default: {
|
|
|
67293
67603
|
};
|
|
67294
67604
|
type: string;
|
|
67295
67605
|
};
|
|
67296
|
-
|
|
67297
|
-
enum: string[];
|
|
67298
|
-
type: string;
|
|
67299
|
-
};
|
|
67300
|
-
devices: {
|
|
67606
|
+
acs_systems: {
|
|
67301
67607
|
items: {
|
|
67302
67608
|
$ref: string;
|
|
67303
67609
|
};
|
|
67304
67610
|
type: string;
|
|
67305
67611
|
};
|
|
67306
|
-
|
|
67612
|
+
batch_type: {
|
|
67613
|
+
enum: string[];
|
|
67614
|
+
type: string;
|
|
67615
|
+
};
|
|
67616
|
+
connected_accounts: {
|
|
67307
67617
|
items: {
|
|
67308
67618
|
$ref: string;
|
|
67309
67619
|
};
|
|
67310
67620
|
type: string;
|
|
67311
67621
|
};
|
|
67312
|
-
|
|
67622
|
+
devices: {
|
|
67313
67623
|
items: {
|
|
67314
67624
|
$ref: string;
|
|
67315
67625
|
};
|
|
67316
67626
|
type: string;
|
|
67317
67627
|
};
|
|
67318
|
-
|
|
67628
|
+
spaces: {
|
|
67319
67629
|
items: {
|
|
67320
67630
|
$ref: string;
|
|
67321
67631
|
};
|
|
@@ -67324,7 +67634,6 @@ declare const _default: {
|
|
|
67324
67634
|
};
|
|
67325
67635
|
required: string[];
|
|
67326
67636
|
type: string;
|
|
67327
|
-
'x-route-path': string;
|
|
67328
67637
|
};
|
|
67329
67638
|
ok: {
|
|
67330
67639
|
type: string;
|
|
@@ -67419,29 +67728,29 @@ declare const _default: {
|
|
|
67419
67728
|
};
|
|
67420
67729
|
type: string;
|
|
67421
67730
|
};
|
|
67422
|
-
|
|
67423
|
-
enum: string[];
|
|
67424
|
-
type: string;
|
|
67425
|
-
};
|
|
67426
|
-
devices: {
|
|
67731
|
+
acs_systems: {
|
|
67427
67732
|
items: {
|
|
67428
67733
|
$ref: string;
|
|
67429
67734
|
};
|
|
67430
67735
|
type: string;
|
|
67431
67736
|
};
|
|
67432
|
-
|
|
67737
|
+
batch_type: {
|
|
67738
|
+
enum: string[];
|
|
67739
|
+
type: string;
|
|
67740
|
+
};
|
|
67741
|
+
connected_accounts: {
|
|
67433
67742
|
items: {
|
|
67434
67743
|
$ref: string;
|
|
67435
67744
|
};
|
|
67436
67745
|
type: string;
|
|
67437
67746
|
};
|
|
67438
|
-
|
|
67747
|
+
devices: {
|
|
67439
67748
|
items: {
|
|
67440
67749
|
$ref: string;
|
|
67441
67750
|
};
|
|
67442
67751
|
type: string;
|
|
67443
67752
|
};
|
|
67444
|
-
|
|
67753
|
+
spaces: {
|
|
67445
67754
|
items: {
|
|
67446
67755
|
$ref: string;
|
|
67447
67756
|
};
|
|
@@ -67450,7 +67759,6 @@ declare const _default: {
|
|
|
67450
67759
|
};
|
|
67451
67760
|
required: string[];
|
|
67452
67761
|
type: string;
|
|
67453
|
-
'x-route-path': string;
|
|
67454
67762
|
};
|
|
67455
67763
|
ok: {
|
|
67456
67764
|
type: string;
|
|
@@ -88448,6 +88756,8 @@ interface Routes {
|
|
|
88448
88756
|
location_ids?: string[] | undefined;
|
|
88449
88757
|
/** Set of IDs of existing spaces to which access is being granted. */
|
|
88450
88758
|
space_ids?: string[] | undefined;
|
|
88759
|
+
/** Set of keys of existing spaces to which access is being granted. */
|
|
88760
|
+
space_keys?: string[] | undefined;
|
|
88451
88761
|
/** When used, creates a new location with the given entrances and devices, and gives the user access to this location. */
|
|
88452
88762
|
location?: {
|
|
88453
88763
|
/** Name of the location. */
|
|
@@ -88598,88 +88908,13 @@ interface Routes {
|
|
|
88598
88908
|
commonParams: {
|
|
88599
88909
|
/** IDs of the access grants that you want to get along with their related resources. */
|
|
88600
88910
|
access_grant_ids: string[];
|
|
88601
|
-
include?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
|
|
88602
|
-
exclude?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
|
|
88911
|
+
include?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems' | 'user_identity'> | undefined;
|
|
88912
|
+
exclude?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems' | 'user_identity'> | undefined;
|
|
88603
88913
|
};
|
|
88604
88914
|
formData: {};
|
|
88605
88915
|
jsonResponse: {
|
|
88606
|
-
/** Represents a resource batch. */
|
|
88607
88916
|
batch: {
|
|
88608
|
-
batch_type: '
|
|
88609
|
-
user_identities?: Array<{
|
|
88610
|
-
/** ID of the user identity. */
|
|
88611
|
-
user_identity_id: string;
|
|
88612
|
-
/** Unique key for the user identity. */
|
|
88613
|
-
user_identity_key: string | null;
|
|
88614
|
-
/** Unique email address for the user identity. */
|
|
88615
|
-
email_address: string | null;
|
|
88616
|
-
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
88617
|
-
phone_number: string | null;
|
|
88618
|
-
display_name: string;
|
|
88619
|
-
full_name: string | null;
|
|
88620
|
-
/** Date and time at which the user identity was created. */
|
|
88621
|
-
created_at: string;
|
|
88622
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
88623
|
-
workspace_id: string;
|
|
88624
|
-
/** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
88625
|
-
errors: Array<{
|
|
88626
|
-
/** Date and time at which Seam created the error. */
|
|
88627
|
-
created_at: string;
|
|
88628
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
88629
|
-
message: string;
|
|
88630
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
88631
|
-
error_code: 'issue_with_acs_user';
|
|
88632
|
-
/** ID of the access system user that has an issue. */
|
|
88633
|
-
acs_user_id: string;
|
|
88634
|
-
/** ID of the access system that the user identity is associated with. */
|
|
88635
|
-
acs_system_id: string;
|
|
88636
|
-
}>;
|
|
88637
|
-
/** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
88638
|
-
warnings: Array<{
|
|
88639
|
-
/** Date and time at which Seam created the warning. */
|
|
88640
|
-
created_at: string;
|
|
88641
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88642
|
-
message: string;
|
|
88643
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88644
|
-
warning_code: 'being_deleted';
|
|
88645
|
-
} | {
|
|
88646
|
-
/** Date and time at which Seam created the warning. */
|
|
88647
|
-
created_at: string;
|
|
88648
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88649
|
-
message: string;
|
|
88650
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88651
|
-
warning_code: 'acs_user_profile_does_not_match_user_identity';
|
|
88652
|
-
}>;
|
|
88653
|
-
/** Array of access system user IDs associated with the user identity. */
|
|
88654
|
-
acs_user_ids: string[];
|
|
88655
|
-
}> | undefined;
|
|
88656
|
-
workspaces?: Array<{
|
|
88657
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
88658
|
-
workspace_id: string;
|
|
88659
|
-
/** Name of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
88660
|
-
name: string;
|
|
88661
|
-
/** Company name associated with the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
88662
|
-
company_name: string;
|
|
88663
|
-
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). */
|
|
88664
|
-
is_sandbox: boolean;
|
|
88665
|
-
connect_webview_customization: {
|
|
88666
|
-
/** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
88667
|
-
primary_button_color?: string | undefined;
|
|
88668
|
-
/** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
88669
|
-
primary_button_text_color?: string | undefined;
|
|
88670
|
-
/** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
88671
|
-
success_message?: string | undefined;
|
|
88672
|
-
/** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
88673
|
-
logo_shape?: ('circle' | 'square') | undefined;
|
|
88674
|
-
/** URL of the inviter logo for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
88675
|
-
inviter_logo_url?: string | undefined;
|
|
88676
|
-
};
|
|
88677
|
-
/** Indicates whether the [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
88678
|
-
is_suspended: boolean;
|
|
88679
|
-
/**
|
|
88680
|
-
* @deprecated Use `company_name` instead. */
|
|
88681
|
-
connect_partner_name: (string | null) | null;
|
|
88682
|
-
}> | undefined;
|
|
88917
|
+
batch_type: 'access_grants';
|
|
88683
88918
|
spaces?: Array<{
|
|
88684
88919
|
/** ID of the space. */
|
|
88685
88920
|
space_id: string;
|
|
@@ -90004,6 +90239,299 @@ interface Routes {
|
|
|
90004
90239
|
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
90005
90240
|
can_unlock_with_code?: boolean | undefined;
|
|
90006
90241
|
}> | undefined;
|
|
90242
|
+
user_identities?: Array<{
|
|
90243
|
+
/** ID of the user identity. */
|
|
90244
|
+
user_identity_id: string;
|
|
90245
|
+
/** Unique key for the user identity. */
|
|
90246
|
+
user_identity_key: string | null;
|
|
90247
|
+
/** Unique email address for the user identity. */
|
|
90248
|
+
email_address: string | null;
|
|
90249
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
90250
|
+
phone_number: string | null;
|
|
90251
|
+
display_name: string;
|
|
90252
|
+
full_name: string | null;
|
|
90253
|
+
/** Date and time at which the user identity was created. */
|
|
90254
|
+
created_at: string;
|
|
90255
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
90256
|
+
workspace_id: string;
|
|
90257
|
+
/** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
90258
|
+
errors: Array<{
|
|
90259
|
+
/** Date and time at which Seam created the error. */
|
|
90260
|
+
created_at: string;
|
|
90261
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90262
|
+
message: string;
|
|
90263
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90264
|
+
error_code: 'issue_with_acs_user';
|
|
90265
|
+
/** ID of the access system user that has an issue. */
|
|
90266
|
+
acs_user_id: string;
|
|
90267
|
+
/** ID of the access system that the user identity is associated with. */
|
|
90268
|
+
acs_system_id: string;
|
|
90269
|
+
}>;
|
|
90270
|
+
/** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
90271
|
+
warnings: Array<{
|
|
90272
|
+
/** Date and time at which Seam created the warning. */
|
|
90273
|
+
created_at: string;
|
|
90274
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90275
|
+
message: string;
|
|
90276
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90277
|
+
warning_code: 'being_deleted';
|
|
90278
|
+
} | {
|
|
90279
|
+
/** Date and time at which Seam created the warning. */
|
|
90280
|
+
created_at: string;
|
|
90281
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90282
|
+
message: string;
|
|
90283
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90284
|
+
warning_code: 'acs_user_profile_does_not_match_user_identity';
|
|
90285
|
+
}>;
|
|
90286
|
+
/** Array of access system user IDs associated with the user identity. */
|
|
90287
|
+
acs_user_ids: string[];
|
|
90288
|
+
}> | undefined;
|
|
90289
|
+
connected_accounts?: Array<{
|
|
90290
|
+
/** ID of the connected account. */
|
|
90291
|
+
connected_account_id?: string | undefined;
|
|
90292
|
+
/** Date and time at which the connected account was created. */
|
|
90293
|
+
created_at?: string | undefined;
|
|
90294
|
+
/** User identifier associated with the connected account. */
|
|
90295
|
+
user_identifier?: {
|
|
90296
|
+
/** Username of the user identifier associated with the connected account. */
|
|
90297
|
+
username?: string | undefined;
|
|
90298
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
90299
|
+
api_url?: string | undefined;
|
|
90300
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
90301
|
+
email?: string | undefined;
|
|
90302
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
90303
|
+
phone?: string | undefined;
|
|
90304
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
90305
|
+
exclusive?: boolean | undefined;
|
|
90306
|
+
} | undefined;
|
|
90307
|
+
/** Type of connected account. */
|
|
90308
|
+
account_type?: string | undefined;
|
|
90309
|
+
/** Display name for the connected account type. */
|
|
90310
|
+
account_type_display_name: string;
|
|
90311
|
+
/** Errors associated with the connected account. */
|
|
90312
|
+
errors: Array<{
|
|
90313
|
+
/** Date and time at which Seam created the error. */
|
|
90314
|
+
created_at: string;
|
|
90315
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90316
|
+
message: string;
|
|
90317
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
90318
|
+
is_connected_account_error?: boolean | undefined;
|
|
90319
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
90320
|
+
is_bridge_error?: boolean | undefined;
|
|
90321
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90322
|
+
error_code: 'account_disconnected';
|
|
90323
|
+
} | {
|
|
90324
|
+
/** Date and time at which Seam created the error. */
|
|
90325
|
+
created_at: string;
|
|
90326
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90327
|
+
message: string;
|
|
90328
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
90329
|
+
is_connected_account_error?: boolean | undefined;
|
|
90330
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
90331
|
+
is_bridge_error?: boolean | undefined;
|
|
90332
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90333
|
+
error_code: 'invalid_credentials';
|
|
90334
|
+
} | {
|
|
90335
|
+
/** Date and time at which Seam created the error. */
|
|
90336
|
+
created_at: string;
|
|
90337
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90338
|
+
message: string;
|
|
90339
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
90340
|
+
is_connected_account_error?: boolean | undefined;
|
|
90341
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
90342
|
+
is_bridge_error?: boolean | undefined;
|
|
90343
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90344
|
+
error_code: 'bridge_disconnected';
|
|
90345
|
+
} | {
|
|
90346
|
+
/** Date and time at which Seam created the error. */
|
|
90347
|
+
created_at: string;
|
|
90348
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90349
|
+
message: string;
|
|
90350
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
90351
|
+
is_connected_account_error?: boolean | undefined;
|
|
90352
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
90353
|
+
is_bridge_error?: boolean | undefined;
|
|
90354
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90355
|
+
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
90356
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
90357
|
+
salto_ks_metadata: {
|
|
90358
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
90359
|
+
sites: Array<{
|
|
90360
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
90361
|
+
site_id: string;
|
|
90362
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
90363
|
+
site_name: string;
|
|
90364
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
90365
|
+
subscribed_site_user_count: number;
|
|
90366
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
|
|
90367
|
+
site_user_subscription_limit: number;
|
|
90368
|
+
}>;
|
|
90369
|
+
};
|
|
90370
|
+
}>;
|
|
90371
|
+
/** Warnings associated with the connected account. */
|
|
90372
|
+
warnings: Array<{
|
|
90373
|
+
/** Date and time at which Seam created the warning. */
|
|
90374
|
+
created_at: string;
|
|
90375
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90376
|
+
message: string;
|
|
90377
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90378
|
+
warning_code: 'scheduled_maintenance_window';
|
|
90379
|
+
} | {
|
|
90380
|
+
/** Date and time at which Seam created the warning. */
|
|
90381
|
+
created_at: string;
|
|
90382
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90383
|
+
message: string;
|
|
90384
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90385
|
+
warning_code: 'unknown_issue_with_connected_account';
|
|
90386
|
+
} | {
|
|
90387
|
+
/** Date and time at which Seam created the warning. */
|
|
90388
|
+
created_at: string;
|
|
90389
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90390
|
+
message: string;
|
|
90391
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90392
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
90393
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
90394
|
+
salto_ks_metadata: {
|
|
90395
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
90396
|
+
sites: Array<{
|
|
90397
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
90398
|
+
site_id: string;
|
|
90399
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
90400
|
+
site_name: string;
|
|
90401
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
90402
|
+
site_user_subscription_limit: number;
|
|
90403
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
|
|
90404
|
+
subscribed_site_user_count: number;
|
|
90405
|
+
}>;
|
|
90406
|
+
};
|
|
90407
|
+
}>;
|
|
90408
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
90409
|
+
custom_metadata: Record<string, string | boolean>;
|
|
90410
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for management by the Seam API. */
|
|
90411
|
+
automatically_manage_new_devices: boolean;
|
|
90412
|
+
/** Your unique key for the customer associated with this connected account. */
|
|
90413
|
+
customer_key?: string | undefined;
|
|
90414
|
+
/** List of capabilities that were accepted during the account connection process. */
|
|
90415
|
+
accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
|
|
90416
|
+
}> | undefined;
|
|
90417
|
+
acs_systems?: Array<{
|
|
90418
|
+
/** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90419
|
+
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
90420
|
+
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90421
|
+
acs_system_id: string;
|
|
90422
|
+
acs_user_count?: number | undefined;
|
|
90423
|
+
acs_access_group_count?: number | undefined;
|
|
90424
|
+
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
90425
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
90426
|
+
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
90427
|
+
external_type_display_name?: string | undefined;
|
|
90428
|
+
/** Indicates whether the `acs_system` is a credential manager. */
|
|
90429
|
+
is_credential_manager: boolean;
|
|
90430
|
+
visionline_metadata?: {
|
|
90431
|
+
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
90432
|
+
mobile_access_uuid: string;
|
|
90433
|
+
/** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
|
|
90434
|
+
system_id: string;
|
|
90435
|
+
/** IP address or hostname of the main Visionline server relative to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) on the local network. */
|
|
90436
|
+
lan_address: string;
|
|
90437
|
+
} | undefined;
|
|
90438
|
+
/**
|
|
90439
|
+
* @deprecated Use `external_type`. */
|
|
90440
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
90441
|
+
/**
|
|
90442
|
+
* @deprecated Use `external_type_display_name`. */
|
|
90443
|
+
system_type_display_name?: string | undefined;
|
|
90444
|
+
location: {
|
|
90445
|
+
/** Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located. */
|
|
90446
|
+
time_zone: string | null;
|
|
90447
|
+
};
|
|
90448
|
+
/** Name of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90449
|
+
name: string;
|
|
90450
|
+
/** Date and time at which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) was created. */
|
|
90451
|
+
created_at: string;
|
|
90452
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90453
|
+
workspace_id: string;
|
|
90454
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).
|
|
90455
|
+
* @deprecated Use `connected_account_id`. */
|
|
90456
|
+
connected_account_ids: string[];
|
|
90457
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90458
|
+
connected_account_id: string;
|
|
90459
|
+
/** URL for the image that represents the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90460
|
+
image_url: string;
|
|
90461
|
+
/** Alternative text for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) image. */
|
|
90462
|
+
image_alt_text: string;
|
|
90463
|
+
/** Errors associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90464
|
+
errors: Array<{
|
|
90465
|
+
/** Date and time at which Seam created the error. */
|
|
90466
|
+
created_at: string;
|
|
90467
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90468
|
+
message: string;
|
|
90469
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90470
|
+
error_code: 'seam_bridge_disconnected';
|
|
90471
|
+
} | {
|
|
90472
|
+
/** Date and time at which Seam created the error. */
|
|
90473
|
+
created_at: string;
|
|
90474
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90475
|
+
message: string;
|
|
90476
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90477
|
+
error_code: 'bridge_disconnected';
|
|
90478
|
+
is_bridge_error?: boolean | undefined;
|
|
90479
|
+
} | {
|
|
90480
|
+
/** Date and time at which Seam created the error. */
|
|
90481
|
+
created_at: string;
|
|
90482
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90483
|
+
message: string;
|
|
90484
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90485
|
+
error_code: 'visionline_instance_unreachable';
|
|
90486
|
+
} | {
|
|
90487
|
+
/** Date and time at which Seam created the error. */
|
|
90488
|
+
created_at: string;
|
|
90489
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90490
|
+
message: string;
|
|
90491
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90492
|
+
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
90493
|
+
} | {
|
|
90494
|
+
/** Date and time at which Seam created the error. */
|
|
90495
|
+
created_at: string;
|
|
90496
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90497
|
+
message: string;
|
|
90498
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90499
|
+
error_code: 'acs_system_disconnected';
|
|
90500
|
+
} | {
|
|
90501
|
+
/** Date and time at which Seam created the error. */
|
|
90502
|
+
created_at: string;
|
|
90503
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90504
|
+
message: string;
|
|
90505
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90506
|
+
error_code: 'account_disconnected';
|
|
90507
|
+
} | {
|
|
90508
|
+
/** Date and time at which Seam created the error. */
|
|
90509
|
+
created_at: string;
|
|
90510
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90511
|
+
message: string;
|
|
90512
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90513
|
+
error_code: 'salto_ks_certification_expired';
|
|
90514
|
+
}>;
|
|
90515
|
+
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
90516
|
+
warnings: Array<{
|
|
90517
|
+
/** Date and time at which Seam created the warning. */
|
|
90518
|
+
created_at: string;
|
|
90519
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90520
|
+
message: string;
|
|
90521
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90522
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
90523
|
+
} | {
|
|
90524
|
+
/** Date and time at which Seam created the warning. */
|
|
90525
|
+
created_at: string;
|
|
90526
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90527
|
+
message: string;
|
|
90528
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90529
|
+
warning_code: 'time_zone_does_not_match_location';
|
|
90530
|
+
/**
|
|
90531
|
+
* @deprecated this field is deprecated. */
|
|
90532
|
+
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
90533
|
+
}>;
|
|
90534
|
+
}> | undefined;
|
|
90007
90535
|
};
|
|
90008
90536
|
};
|
|
90009
90537
|
};
|
|
@@ -103690,8 +104218,8 @@ interface Routes {
|
|
|
103690
104218
|
}> | undefined;
|
|
103691
104219
|
/** List of reservations. */
|
|
103692
104220
|
reservations?: Array<{
|
|
103693
|
-
/** Your
|
|
103694
|
-
name
|
|
104221
|
+
/** Your name for this access grant resource. */
|
|
104222
|
+
name?: string | undefined;
|
|
103695
104223
|
/** Starting date and time for the access grant. */
|
|
103696
104224
|
starts_at?: string | undefined;
|
|
103697
104225
|
/** Ending date and time for the access grant. */
|
|
@@ -103727,8 +104255,8 @@ interface Routes {
|
|
|
103727
104255
|
}> | undefined;
|
|
103728
104256
|
/** List of bookings. */
|
|
103729
104257
|
bookings?: Array<{
|
|
103730
|
-
/** Your
|
|
103731
|
-
name
|
|
104258
|
+
/** Your name for this access grant resource. */
|
|
104259
|
+
name?: string | undefined;
|
|
103732
104260
|
/** Starting date and time for the access grant. */
|
|
103733
104261
|
starts_at?: string | undefined;
|
|
103734
104262
|
/** Ending date and time for the access grant. */
|
|
@@ -103764,8 +104292,8 @@ interface Routes {
|
|
|
103764
104292
|
}> | undefined;
|
|
103765
104293
|
/** List of access grants. */
|
|
103766
104294
|
access_grants?: Array<{
|
|
103767
|
-
/** Your
|
|
103768
|
-
name
|
|
104295
|
+
/** Your name for this access grant resource. */
|
|
104296
|
+
name?: string | undefined;
|
|
103769
104297
|
/** Starting date and time for the access grant. */
|
|
103770
104298
|
starts_at?: string | undefined;
|
|
103771
104299
|
/** Ending date and time for the access grant. */
|
|
@@ -103950,8 +104478,8 @@ interface Routes {
|
|
|
103950
104478
|
}> | undefined;
|
|
103951
104479
|
/** List of reservations. */
|
|
103952
104480
|
reservations?: Array<{
|
|
103953
|
-
/** Your
|
|
103954
|
-
name
|
|
104481
|
+
/** Your name for this access grant resource. */
|
|
104482
|
+
name?: string | undefined;
|
|
103955
104483
|
/** Starting date and time for the access grant. */
|
|
103956
104484
|
starts_at?: string | undefined;
|
|
103957
104485
|
/** Ending date and time for the access grant. */
|
|
@@ -103987,8 +104515,8 @@ interface Routes {
|
|
|
103987
104515
|
}> | undefined;
|
|
103988
104516
|
/** List of bookings. */
|
|
103989
104517
|
bookings?: Array<{
|
|
103990
|
-
/** Your
|
|
103991
|
-
name
|
|
104518
|
+
/** Your name for this access grant resource. */
|
|
104519
|
+
name?: string | undefined;
|
|
103992
104520
|
/** Starting date and time for the access grant. */
|
|
103993
104521
|
starts_at?: string | undefined;
|
|
103994
104522
|
/** Ending date and time for the access grant. */
|
|
@@ -104024,8 +104552,8 @@ interface Routes {
|
|
|
104024
104552
|
}> | undefined;
|
|
104025
104553
|
/** List of access grants. */
|
|
104026
104554
|
access_grants?: Array<{
|
|
104027
|
-
/** Your
|
|
104028
|
-
name
|
|
104555
|
+
/** Your name for this access grant resource. */
|
|
104556
|
+
name?: string | undefined;
|
|
104029
104557
|
/** Starting date and time for the access grant. */
|
|
104030
104558
|
starts_at?: string | undefined;
|
|
104031
104559
|
/** Ending date and time for the access grant. */
|
|
@@ -110803,6 +111331,35 @@ interface Routes {
|
|
|
110803
111331
|
}>;
|
|
110804
111332
|
};
|
|
110805
111333
|
};
|
|
111334
|
+
'/instant_keys/list': {
|
|
111335
|
+
route: '/instant_keys/list';
|
|
111336
|
+
method: 'GET' | 'POST';
|
|
111337
|
+
queryParams: {};
|
|
111338
|
+
jsonBody: {};
|
|
111339
|
+
commonParams: {
|
|
111340
|
+
/** ID of the user identity by which you want to filter the list of Instant Keys. */
|
|
111341
|
+
user_identity_id?: string | undefined;
|
|
111342
|
+
};
|
|
111343
|
+
formData: {};
|
|
111344
|
+
jsonResponse: {
|
|
111345
|
+
instant_keys: Array<{
|
|
111346
|
+
/** ID of the Instant Key. */
|
|
111347
|
+
instant_key_id: string;
|
|
111348
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Instant Key. */
|
|
111349
|
+
workspace_id: string;
|
|
111350
|
+
/** Date and time at which the Instant Key was created. */
|
|
111351
|
+
created_at: string;
|
|
111352
|
+
/** Shareable URL for the Instant Key. Use the URL to deliver the Instant Key to your user through a link in a text message or email or by embedding it in your web app. */
|
|
111353
|
+
instant_key_url: string;
|
|
111354
|
+
/** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) associated with the Instant Key. */
|
|
111355
|
+
client_session_id: string;
|
|
111356
|
+
/** ID of the user identity associated with the Instant Key. */
|
|
111357
|
+
user_identity_id: string;
|
|
111358
|
+
/** Date and time at which the Instant Key expires. */
|
|
111359
|
+
expires_at: string;
|
|
111360
|
+
}>;
|
|
111361
|
+
};
|
|
111362
|
+
};
|
|
110806
111363
|
'/locks/get': {
|
|
110807
111364
|
route: '/locks/get';
|
|
110808
111365
|
method: 'GET' | 'POST';
|
|
@@ -127625,8 +128182,8 @@ interface Routes {
|
|
|
127625
128182
|
}>;
|
|
127626
128183
|
};
|
|
127627
128184
|
};
|
|
127628
|
-
'/seam/console/v1/
|
|
127629
|
-
route: '/seam/console/v1/
|
|
128185
|
+
'/seam/console/v1/get_resource_locator': {
|
|
128186
|
+
route: '/seam/console/v1/get_resource_locator';
|
|
127630
128187
|
method: 'GET' | 'POST';
|
|
127631
128188
|
queryParams: {
|
|
127632
128189
|
uuid: string;
|
|
@@ -127635,7 +128192,11 @@ interface Routes {
|
|
|
127635
128192
|
commonParams: {};
|
|
127636
128193
|
formData: {};
|
|
127637
128194
|
jsonResponse: {
|
|
127638
|
-
|
|
128195
|
+
resource_locator: {
|
|
128196
|
+
resource_type: string;
|
|
128197
|
+
acs_system_id?: string | undefined;
|
|
128198
|
+
device_id?: string | undefined;
|
|
128199
|
+
};
|
|
127639
128200
|
};
|
|
127640
128201
|
};
|
|
127641
128202
|
'/seam/customer/v1/automation_runs/list': {
|
|
@@ -127716,11 +128277,11 @@ interface Routes {
|
|
|
127716
128277
|
} | undefined;
|
|
127717
128278
|
reservation_time_updated?: {
|
|
127718
128279
|
rule: 'reservation_time_updated';
|
|
127719
|
-
config
|
|
128280
|
+
config?: {} | undefined;
|
|
127720
128281
|
} | undefined;
|
|
127721
128282
|
reservation_deleted?: {
|
|
127722
128283
|
rule: 'reservation_deleted';
|
|
127723
|
-
config
|
|
128284
|
+
config?: {} | undefined;
|
|
127724
128285
|
} | undefined;
|
|
127725
128286
|
} | undefined;
|
|
127726
128287
|
};
|
|
@@ -127741,11 +128302,11 @@ interface Routes {
|
|
|
127741
128302
|
} | undefined;
|
|
127742
128303
|
reservation_time_updated?: {
|
|
127743
128304
|
rule: 'reservation_time_updated';
|
|
127744
|
-
config
|
|
128305
|
+
config?: {} | undefined;
|
|
127745
128306
|
} | undefined;
|
|
127746
128307
|
reservation_deleted?: {
|
|
127747
128308
|
rule: 'reservation_deleted';
|
|
127748
|
-
config
|
|
128309
|
+
config?: {} | undefined;
|
|
127749
128310
|
} | undefined;
|
|
127750
128311
|
} | undefined;
|
|
127751
128312
|
};
|
|
@@ -128253,6 +128814,56 @@ interface Routes {
|
|
|
128253
128814
|
}>;
|
|
128254
128815
|
}>;
|
|
128255
128816
|
}>;
|
|
128817
|
+
/** User identity. */
|
|
128818
|
+
user_identity: {
|
|
128819
|
+
/** ID of the user identity. */
|
|
128820
|
+
user_identity_id: string;
|
|
128821
|
+
/** Unique key for the user identity. */
|
|
128822
|
+
user_identity_key: string | null;
|
|
128823
|
+
/** Unique email address for the user identity. */
|
|
128824
|
+
email_address: string | null;
|
|
128825
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
128826
|
+
phone_number: string | null;
|
|
128827
|
+
display_name: string;
|
|
128828
|
+
full_name: string | null;
|
|
128829
|
+
/** Date and time at which the user identity was created. */
|
|
128830
|
+
created_at: string;
|
|
128831
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
128832
|
+
workspace_id: string;
|
|
128833
|
+
/** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
128834
|
+
errors: Array<{
|
|
128835
|
+
/** Date and time at which Seam created the error. */
|
|
128836
|
+
created_at: string;
|
|
128837
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128838
|
+
message: string;
|
|
128839
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128840
|
+
error_code: 'issue_with_acs_user';
|
|
128841
|
+
/** ID of the access system user that has an issue. */
|
|
128842
|
+
acs_user_id: string;
|
|
128843
|
+
/** ID of the access system that the user identity is associated with. */
|
|
128844
|
+
acs_system_id: string;
|
|
128845
|
+
}>;
|
|
128846
|
+
/** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
128847
|
+
warnings: Array<{
|
|
128848
|
+
/** Date and time at which Seam created the warning. */
|
|
128849
|
+
created_at: string;
|
|
128850
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128851
|
+
message: string;
|
|
128852
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128853
|
+
warning_code: 'being_deleted';
|
|
128854
|
+
} | {
|
|
128855
|
+
/** Date and time at which Seam created the warning. */
|
|
128856
|
+
created_at: string;
|
|
128857
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128858
|
+
message: string;
|
|
128859
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128860
|
+
warning_code: 'acs_user_profile_does_not_match_user_identity';
|
|
128861
|
+
}>;
|
|
128862
|
+
/** Array of access system user IDs associated with the user identity. */
|
|
128863
|
+
acs_user_ids: string[];
|
|
128864
|
+
};
|
|
128865
|
+
/** Workspace ID. */
|
|
128866
|
+
workspace_id: string;
|
|
128256
128867
|
};
|
|
128257
128868
|
};
|
|
128258
128869
|
};
|
|
@@ -128405,88 +129016,14 @@ interface Routes {
|
|
|
128405
129016
|
commonParams: {
|
|
128406
129017
|
/** IDs of the spaces that you want to get along with their related resources. */
|
|
128407
129018
|
space_ids: string[];
|
|
128408
|
-
include?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
|
|
128409
|
-
exclude?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
|
|
129019
|
+
include?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems'> | undefined;
|
|
129020
|
+
exclude?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems'> | undefined;
|
|
128410
129021
|
};
|
|
128411
129022
|
formData: {};
|
|
128412
129023
|
jsonResponse: {
|
|
128413
|
-
/**
|
|
129024
|
+
/** ID of the affected access system user. */
|
|
128414
129025
|
batch: {
|
|
128415
|
-
batch_type: '
|
|
128416
|
-
user_identities?: Array<{
|
|
128417
|
-
/** ID of the user identity. */
|
|
128418
|
-
user_identity_id: string;
|
|
128419
|
-
/** Unique key for the user identity. */
|
|
128420
|
-
user_identity_key: string | null;
|
|
128421
|
-
/** Unique email address for the user identity. */
|
|
128422
|
-
email_address: string | null;
|
|
128423
|
-
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
128424
|
-
phone_number: string | null;
|
|
128425
|
-
display_name: string;
|
|
128426
|
-
full_name: string | null;
|
|
128427
|
-
/** Date and time at which the user identity was created. */
|
|
128428
|
-
created_at: string;
|
|
128429
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
128430
|
-
workspace_id: string;
|
|
128431
|
-
/** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
128432
|
-
errors: Array<{
|
|
128433
|
-
/** Date and time at which Seam created the error. */
|
|
128434
|
-
created_at: string;
|
|
128435
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128436
|
-
message: string;
|
|
128437
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128438
|
-
error_code: 'issue_with_acs_user';
|
|
128439
|
-
/** ID of the access system user that has an issue. */
|
|
128440
|
-
acs_user_id: string;
|
|
128441
|
-
/** ID of the access system that the user identity is associated with. */
|
|
128442
|
-
acs_system_id: string;
|
|
128443
|
-
}>;
|
|
128444
|
-
/** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
128445
|
-
warnings: Array<{
|
|
128446
|
-
/** Date and time at which Seam created the warning. */
|
|
128447
|
-
created_at: string;
|
|
128448
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128449
|
-
message: string;
|
|
128450
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128451
|
-
warning_code: 'being_deleted';
|
|
128452
|
-
} | {
|
|
128453
|
-
/** Date and time at which Seam created the warning. */
|
|
128454
|
-
created_at: string;
|
|
128455
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128456
|
-
message: string;
|
|
128457
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128458
|
-
warning_code: 'acs_user_profile_does_not_match_user_identity';
|
|
128459
|
-
}>;
|
|
128460
|
-
/** Array of access system user IDs associated with the user identity. */
|
|
128461
|
-
acs_user_ids: string[];
|
|
128462
|
-
}> | undefined;
|
|
128463
|
-
workspaces?: Array<{
|
|
128464
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
128465
|
-
workspace_id: string;
|
|
128466
|
-
/** Name of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
128467
|
-
name: string;
|
|
128468
|
-
/** Company name associated with the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
128469
|
-
company_name: string;
|
|
128470
|
-
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). */
|
|
128471
|
-
is_sandbox: boolean;
|
|
128472
|
-
connect_webview_customization: {
|
|
128473
|
-
/** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
128474
|
-
primary_button_color?: string | undefined;
|
|
128475
|
-
/** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
128476
|
-
primary_button_text_color?: string | undefined;
|
|
128477
|
-
/** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
128478
|
-
success_message?: string | undefined;
|
|
128479
|
-
/** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
128480
|
-
logo_shape?: ('circle' | 'square') | undefined;
|
|
128481
|
-
/** URL of the inviter logo for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
128482
|
-
inviter_logo_url?: string | undefined;
|
|
128483
|
-
};
|
|
128484
|
-
/** Indicates whether the [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
128485
|
-
is_suspended: boolean;
|
|
128486
|
-
/**
|
|
128487
|
-
* @deprecated Use `company_name` instead. */
|
|
128488
|
-
connect_partner_name: (string | null) | null;
|
|
128489
|
-
}> | undefined;
|
|
129026
|
+
batch_type: 'spaces';
|
|
128490
129027
|
spaces?: Array<{
|
|
128491
129028
|
/** ID of the space. */
|
|
128492
129029
|
space_id: string;
|
|
@@ -129811,6 +130348,252 @@ interface Routes {
|
|
|
129811
130348
|
/** Indicates whether the ACS entrance can be unlocked with pin codes. */
|
|
129812
130349
|
can_unlock_with_code?: boolean | undefined;
|
|
129813
130350
|
}> | undefined;
|
|
130351
|
+
connected_accounts?: Array<{
|
|
130352
|
+
/** ID of the connected account. */
|
|
130353
|
+
connected_account_id?: string | undefined;
|
|
130354
|
+
/** Date and time at which the connected account was created. */
|
|
130355
|
+
created_at?: string | undefined;
|
|
130356
|
+
/** User identifier associated with the connected account. */
|
|
130357
|
+
user_identifier?: {
|
|
130358
|
+
/** Username of the user identifier associated with the connected account. */
|
|
130359
|
+
username?: string | undefined;
|
|
130360
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
130361
|
+
api_url?: string | undefined;
|
|
130362
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
130363
|
+
email?: string | undefined;
|
|
130364
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
130365
|
+
phone?: string | undefined;
|
|
130366
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
130367
|
+
exclusive?: boolean | undefined;
|
|
130368
|
+
} | undefined;
|
|
130369
|
+
/** Type of connected account. */
|
|
130370
|
+
account_type?: string | undefined;
|
|
130371
|
+
/** Display name for the connected account type. */
|
|
130372
|
+
account_type_display_name: string;
|
|
130373
|
+
/** Errors associated with the connected account. */
|
|
130374
|
+
errors: Array<{
|
|
130375
|
+
/** Date and time at which Seam created the error. */
|
|
130376
|
+
created_at: string;
|
|
130377
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130378
|
+
message: string;
|
|
130379
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
130380
|
+
is_connected_account_error?: boolean | undefined;
|
|
130381
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
130382
|
+
is_bridge_error?: boolean | undefined;
|
|
130383
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130384
|
+
error_code: 'account_disconnected';
|
|
130385
|
+
} | {
|
|
130386
|
+
/** Date and time at which Seam created the error. */
|
|
130387
|
+
created_at: string;
|
|
130388
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130389
|
+
message: string;
|
|
130390
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
130391
|
+
is_connected_account_error?: boolean | undefined;
|
|
130392
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
130393
|
+
is_bridge_error?: boolean | undefined;
|
|
130394
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130395
|
+
error_code: 'invalid_credentials';
|
|
130396
|
+
} | {
|
|
130397
|
+
/** Date and time at which Seam created the error. */
|
|
130398
|
+
created_at: string;
|
|
130399
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130400
|
+
message: string;
|
|
130401
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
130402
|
+
is_connected_account_error?: boolean | undefined;
|
|
130403
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
130404
|
+
is_bridge_error?: boolean | undefined;
|
|
130405
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130406
|
+
error_code: 'bridge_disconnected';
|
|
130407
|
+
} | {
|
|
130408
|
+
/** Date and time at which Seam created the error. */
|
|
130409
|
+
created_at: string;
|
|
130410
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130411
|
+
message: string;
|
|
130412
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
130413
|
+
is_connected_account_error?: boolean | undefined;
|
|
130414
|
+
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
130415
|
+
is_bridge_error?: boolean | undefined;
|
|
130416
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130417
|
+
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
130418
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
130419
|
+
salto_ks_metadata: {
|
|
130420
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
130421
|
+
sites: Array<{
|
|
130422
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
130423
|
+
site_id: string;
|
|
130424
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
130425
|
+
site_name: string;
|
|
130426
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
130427
|
+
subscribed_site_user_count: number;
|
|
130428
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
|
|
130429
|
+
site_user_subscription_limit: number;
|
|
130430
|
+
}>;
|
|
130431
|
+
};
|
|
130432
|
+
}>;
|
|
130433
|
+
/** Warnings associated with the connected account. */
|
|
130434
|
+
warnings: Array<{
|
|
130435
|
+
/** Date and time at which Seam created the warning. */
|
|
130436
|
+
created_at: string;
|
|
130437
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130438
|
+
message: string;
|
|
130439
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130440
|
+
warning_code: 'scheduled_maintenance_window';
|
|
130441
|
+
} | {
|
|
130442
|
+
/** Date and time at which Seam created the warning. */
|
|
130443
|
+
created_at: string;
|
|
130444
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130445
|
+
message: string;
|
|
130446
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130447
|
+
warning_code: 'unknown_issue_with_connected_account';
|
|
130448
|
+
} | {
|
|
130449
|
+
/** Date and time at which Seam created the warning. */
|
|
130450
|
+
created_at: string;
|
|
130451
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130452
|
+
message: string;
|
|
130453
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130454
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
130455
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
130456
|
+
salto_ks_metadata: {
|
|
130457
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
130458
|
+
sites: Array<{
|
|
130459
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
130460
|
+
site_id: string;
|
|
130461
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
130462
|
+
site_name: string;
|
|
130463
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
130464
|
+
site_user_subscription_limit: number;
|
|
130465
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
|
|
130466
|
+
subscribed_site_user_count: number;
|
|
130467
|
+
}>;
|
|
130468
|
+
};
|
|
130469
|
+
}>;
|
|
130470
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
130471
|
+
custom_metadata: Record<string, string | boolean>;
|
|
130472
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for management by the Seam API. */
|
|
130473
|
+
automatically_manage_new_devices: boolean;
|
|
130474
|
+
/** Your unique key for the customer associated with this connected account. */
|
|
130475
|
+
customer_key?: string | undefined;
|
|
130476
|
+
/** List of capabilities that were accepted during the account connection process. */
|
|
130477
|
+
accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
|
|
130478
|
+
}> | undefined;
|
|
130479
|
+
acs_systems?: Array<{
|
|
130480
|
+
/** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130481
|
+
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
130482
|
+
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130483
|
+
acs_system_id: string;
|
|
130484
|
+
acs_user_count?: number | undefined;
|
|
130485
|
+
acs_access_group_count?: number | undefined;
|
|
130486
|
+
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
130487
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
130488
|
+
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
130489
|
+
external_type_display_name?: string | undefined;
|
|
130490
|
+
/** Indicates whether the `acs_system` is a credential manager. */
|
|
130491
|
+
is_credential_manager: boolean;
|
|
130492
|
+
visionline_metadata?: {
|
|
130493
|
+
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
130494
|
+
mobile_access_uuid: string;
|
|
130495
|
+
/** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
|
|
130496
|
+
system_id: string;
|
|
130497
|
+
/** IP address or hostname of the main Visionline server relative to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) on the local network. */
|
|
130498
|
+
lan_address: string;
|
|
130499
|
+
} | undefined;
|
|
130500
|
+
/**
|
|
130501
|
+
* @deprecated Use `external_type`. */
|
|
130502
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
130503
|
+
/**
|
|
130504
|
+
* @deprecated Use `external_type_display_name`. */
|
|
130505
|
+
system_type_display_name?: string | undefined;
|
|
130506
|
+
location: {
|
|
130507
|
+
/** Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located. */
|
|
130508
|
+
time_zone: string | null;
|
|
130509
|
+
};
|
|
130510
|
+
/** Name of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130511
|
+
name: string;
|
|
130512
|
+
/** Date and time at which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) was created. */
|
|
130513
|
+
created_at: string;
|
|
130514
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130515
|
+
workspace_id: string;
|
|
130516
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).
|
|
130517
|
+
* @deprecated Use `connected_account_id`. */
|
|
130518
|
+
connected_account_ids: string[];
|
|
130519
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130520
|
+
connected_account_id: string;
|
|
130521
|
+
/** URL for the image that represents the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130522
|
+
image_url: string;
|
|
130523
|
+
/** Alternative text for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) image. */
|
|
130524
|
+
image_alt_text: string;
|
|
130525
|
+
/** Errors associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130526
|
+
errors: Array<{
|
|
130527
|
+
/** Date and time at which Seam created the error. */
|
|
130528
|
+
created_at: string;
|
|
130529
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130530
|
+
message: string;
|
|
130531
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130532
|
+
error_code: 'seam_bridge_disconnected';
|
|
130533
|
+
} | {
|
|
130534
|
+
/** Date and time at which Seam created the error. */
|
|
130535
|
+
created_at: string;
|
|
130536
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130537
|
+
message: string;
|
|
130538
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130539
|
+
error_code: 'bridge_disconnected';
|
|
130540
|
+
is_bridge_error?: boolean | undefined;
|
|
130541
|
+
} | {
|
|
130542
|
+
/** Date and time at which Seam created the error. */
|
|
130543
|
+
created_at: string;
|
|
130544
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130545
|
+
message: string;
|
|
130546
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130547
|
+
error_code: 'visionline_instance_unreachable';
|
|
130548
|
+
} | {
|
|
130549
|
+
/** Date and time at which Seam created the error. */
|
|
130550
|
+
created_at: string;
|
|
130551
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130552
|
+
message: string;
|
|
130553
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130554
|
+
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
130555
|
+
} | {
|
|
130556
|
+
/** Date and time at which Seam created the error. */
|
|
130557
|
+
created_at: string;
|
|
130558
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130559
|
+
message: string;
|
|
130560
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130561
|
+
error_code: 'acs_system_disconnected';
|
|
130562
|
+
} | {
|
|
130563
|
+
/** Date and time at which Seam created the error. */
|
|
130564
|
+
created_at: string;
|
|
130565
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130566
|
+
message: string;
|
|
130567
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130568
|
+
error_code: 'account_disconnected';
|
|
130569
|
+
} | {
|
|
130570
|
+
/** Date and time at which Seam created the error. */
|
|
130571
|
+
created_at: string;
|
|
130572
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
130573
|
+
message: string;
|
|
130574
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
130575
|
+
error_code: 'salto_ks_certification_expired';
|
|
130576
|
+
}>;
|
|
130577
|
+
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
130578
|
+
warnings: Array<{
|
|
130579
|
+
/** Date and time at which Seam created the warning. */
|
|
130580
|
+
created_at: string;
|
|
130581
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130582
|
+
message: string;
|
|
130583
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130584
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
130585
|
+
} | {
|
|
130586
|
+
/** Date and time at which Seam created the warning. */
|
|
130587
|
+
created_at: string;
|
|
130588
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130589
|
+
message: string;
|
|
130590
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130591
|
+
warning_code: 'time_zone_does_not_match_location';
|
|
130592
|
+
/**
|
|
130593
|
+
* @deprecated this field is deprecated. */
|
|
130594
|
+
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
130595
|
+
}>;
|
|
130596
|
+
}> | undefined;
|
|
129814
130597
|
};
|
|
129815
130598
|
};
|
|
129816
130599
|
};
|