@seamapi/types 1.891.0 → 1.893.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 +191 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +660 -2
- package/dist/index.cjs +191 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +31 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +31 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +162 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.js +20 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +50 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +31 -0
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +8 -8
- package/lib/seam/connect/models/user-identities/user-identity.js +1 -3
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.js +168 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +451 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +26 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -0
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +1 -3
- package/src/lib/seam/connect/openapi.ts +202 -0
- package/src/lib/seam/connect/route-types.ts +494 -0
|
@@ -39,7 +39,7 @@ declare const _user_identity_error_map: z.ZodObject<{
|
|
|
39
39
|
}>;
|
|
40
40
|
export type UserIdentityErrorMap = z.infer<typeof _user_identity_error_map>;
|
|
41
41
|
declare const _user_identity_warning_map: z.ZodObject<{
|
|
42
|
-
|
|
42
|
+
being_deleted: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
43
43
|
created_at: z.ZodString;
|
|
44
44
|
message: z.ZodString;
|
|
45
45
|
} & {
|
|
@@ -68,27 +68,27 @@ declare const _user_identity_warning_map: z.ZodObject<{
|
|
|
68
68
|
warning_code: "acs_user_profile_does_not_match_user_identity";
|
|
69
69
|
}>>>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
being_deleted?: {
|
|
72
|
+
message: string;
|
|
73
|
+
created_at: string;
|
|
74
|
+
warning_code: "being_deleted";
|
|
75
|
+
} | null | undefined;
|
|
71
76
|
acs_user_profile_does_not_match_user_identity?: {
|
|
72
77
|
message: string;
|
|
73
78
|
created_at: string;
|
|
74
79
|
warning_code: "acs_user_profile_does_not_match_user_identity";
|
|
75
80
|
} | null | undefined;
|
|
76
|
-
|
|
81
|
+
}, {
|
|
82
|
+
being_deleted?: {
|
|
77
83
|
message: string;
|
|
78
84
|
created_at: string;
|
|
79
85
|
warning_code: "being_deleted";
|
|
80
86
|
} | null | undefined;
|
|
81
|
-
}, {
|
|
82
87
|
acs_user_profile_does_not_match_user_identity?: {
|
|
83
88
|
message: string;
|
|
84
89
|
created_at: string;
|
|
85
90
|
warning_code: "acs_user_profile_does_not_match_user_identity";
|
|
86
91
|
} | null | undefined;
|
|
87
|
-
user_identity_being_deleted?: {
|
|
88
|
-
message: string;
|
|
89
|
-
created_at: string;
|
|
90
|
-
warning_code: "being_deleted";
|
|
91
|
-
} | null | undefined;
|
|
92
92
|
}>;
|
|
93
93
|
export type UserIdentityWarningMap = z.infer<typeof _user_identity_warning_map>;
|
|
94
94
|
export declare const user_identity: z.ZodObject<{
|
|
@@ -61,9 +61,7 @@ const user_identity_warnings = z
|
|
|
61
61
|
])
|
|
62
62
|
.describe('Warnings associated with the user identity.');
|
|
63
63
|
const _user_identity_warning_map = z.object({
|
|
64
|
-
|
|
65
|
-
.optional()
|
|
66
|
-
.nullable(),
|
|
64
|
+
being_deleted: user_identity_being_deleted.optional().nullable(),
|
|
67
65
|
acs_user_profile_does_not_match_user_identity: acs_user_profile_does_not_match_user_identity.optional().nullable(),
|
|
68
66
|
});
|
|
69
67
|
const user_identity_errors = z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-identity.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/user-identities/user-identity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAEjD,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;CACJ,CAAC,CAAA;AAEF,MAAM,2BAA2B,GAAG,4BAA4B;KAC7D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,eAAe,CAAC;SACxB,QAAQ,CACP,sGAAsG,CACvG;CACJ,CAAC;KACD,QAAQ,CAAC,8DAA8D,CAAC,CAAA;AAE3E,MAAM,6CAA6C,GACjD,4BAA4B;KACzB,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,+CAA+C,CAAC;SACxD,QAAQ,CACP,sGAAsG,CACvG;CACJ,CAAC;KACD,QAAQ,CACP,kFAAkF,CACnF,CAAA;AAEL,MAAM,iCAAiC,GAAG,0BAA0B;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qBAAqB,CAAC;SAC9B,QAAQ,CACP,oGAAoG,CACrG;IACH,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,oEAAoE,CACrE;CACJ,CAAC;KACD,QAAQ,CACP,iGAAiG,CAClG,CAAA;AAEH,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,mBAAmB,EAAE,CAAC;SACnB,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,iCAAiC,CAAC;SAC5D,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,oKAAoK,CACrK;CACJ,CAAC,CAAA;AAIF,MAAM,sBAAsB,GAAG,CAAC;KAC7B,kBAAkB,CAAC,cAAc,EAAE;IAClC,2BAA2B;IAC3B,6CAA6C;CAC9C,CAAC;KACD,QAAQ,CAAC,6CAA6C,CAAC,CAAA;AAE1D,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,
|
|
1
|
+
{"version":3,"file":"user-identity.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/user-identities/user-identity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAEjD,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;CACJ,CAAC,CAAA;AAEF,MAAM,2BAA2B,GAAG,4BAA4B;KAC7D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,eAAe,CAAC;SACxB,QAAQ,CACP,sGAAsG,CACvG;CACJ,CAAC;KACD,QAAQ,CAAC,8DAA8D,CAAC,CAAA;AAE3E,MAAM,6CAA6C,GACjD,4BAA4B;KACzB,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,+CAA+C,CAAC;SACxD,QAAQ,CACP,sGAAsG,CACvG;CACJ,CAAC;KACD,QAAQ,CACP,kFAAkF,CACnF,CAAA;AAEL,MAAM,iCAAiC,GAAG,0BAA0B;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qBAAqB,CAAC;SAC9B,QAAQ,CACP,oGAAoG,CACrG;IACH,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,oEAAoE,CACrE;CACJ,CAAC;KACD,QAAQ,CACP,iGAAiG,CAClG,CAAA;AAEH,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,mBAAmB,EAAE,CAAC;SACnB,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,iCAAiC,CAAC;SAC5D,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,oKAAoK,CACrK;CACJ,CAAC,CAAA;AAIF,MAAM,sBAAsB,GAAG,CAAC;KAC7B,kBAAkB,CAAC,cAAc,EAAE;IAClC,2BAA2B;IAC3B,6CAA6C;CAC9C,CAAC;KACD,QAAQ,CAAC,6CAA6C,CAAC,CAAA;AAE1D,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,aAAa,EAAE,2BAA2B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,6CAA6C,EAC3C,6CAA6C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACtE,CAAC,CAAA;AAIF,MAAM,oBAAoB,GAAG,CAAC;KAC3B,kBAAkB,CAAC,YAAY,EAAE,CAAC,iCAAiC,CAAC,CAAC;KACrE,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACxE,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,mCAAmC,CAAC;IAChD,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,YAAY,EAAE,YAAY;SACvB,QAAQ,EAAE;SACV,QAAQ,CACP,kIAAkI,CACnI;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACvC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,uGAAuG,CACxG;IACH,MAAM,EAAE,CAAC;SACN,KAAK,CAAC,oBAAoB,CAAC;SAC3B,QAAQ,CACP,0YAA0Y,CAC3Y;IACH,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,sBAAsB,CAAC;SAC7B,QAAQ,CACP,sZAAsZ,CACvZ;IACH,YAAY,EAAE,CAAC;SACZ,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CACP,oEAAoE,CACrE;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA;AAIF,kGAAkG;AAClG,MAAM,CAAC,MAAM,uBAAuB,GAAG,aAAa,CAAC,IAAI,CAAC;IACxD,iBAAiB,EAAE,IAAI;CACxB,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
|
|
@@ -1233,6 +1233,35 @@ const openapi = {
|
|
|
1233
1233
|
required: ['created_at', 'message', 'error_code'],
|
|
1234
1234
|
type: 'object',
|
|
1235
1235
|
},
|
|
1236
|
+
{
|
|
1237
|
+
description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
|
|
1238
|
+
properties: {
|
|
1239
|
+
created_at: {
|
|
1240
|
+
description: 'Date and time at which Seam created the error.',
|
|
1241
|
+
format: 'date-time',
|
|
1242
|
+
type: 'string',
|
|
1243
|
+
},
|
|
1244
|
+
error_code: {
|
|
1245
|
+
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1246
|
+
enum: ['dormakaba_sites_disconnected'],
|
|
1247
|
+
type: 'string',
|
|
1248
|
+
},
|
|
1249
|
+
is_bridge_error: {
|
|
1250
|
+
description: 'Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
1251
|
+
type: 'boolean',
|
|
1252
|
+
},
|
|
1253
|
+
is_connected_account_error: {
|
|
1254
|
+
description: 'Indicates whether the error is related specifically to the connected account.',
|
|
1255
|
+
type: 'boolean',
|
|
1256
|
+
},
|
|
1257
|
+
message: {
|
|
1258
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1259
|
+
type: 'string',
|
|
1260
|
+
},
|
|
1261
|
+
},
|
|
1262
|
+
required: ['created_at', 'message', 'error_code'],
|
|
1263
|
+
type: 'object',
|
|
1264
|
+
},
|
|
1236
1265
|
],
|
|
1237
1266
|
},
|
|
1238
1267
|
type: 'array',
|
|
@@ -11234,6 +11263,35 @@ const openapi = {
|
|
|
11234
11263
|
],
|
|
11235
11264
|
type: 'object',
|
|
11236
11265
|
},
|
|
11266
|
+
{
|
|
11267
|
+
description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
|
|
11268
|
+
properties: {
|
|
11269
|
+
created_at: {
|
|
11270
|
+
description: 'Date and time at which Seam created the error.',
|
|
11271
|
+
format: 'date-time',
|
|
11272
|
+
type: 'string',
|
|
11273
|
+
},
|
|
11274
|
+
error_code: {
|
|
11275
|
+
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
11276
|
+
enum: ['dormakaba_sites_disconnected'],
|
|
11277
|
+
type: 'string',
|
|
11278
|
+
},
|
|
11279
|
+
is_bridge_error: {
|
|
11280
|
+
description: 'Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
11281
|
+
type: 'boolean',
|
|
11282
|
+
},
|
|
11283
|
+
is_connected_account_error: {
|
|
11284
|
+
description: 'Indicates whether the error is related specifically to the connected account.',
|
|
11285
|
+
type: 'boolean',
|
|
11286
|
+
},
|
|
11287
|
+
message: {
|
|
11288
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
11289
|
+
type: 'string',
|
|
11290
|
+
},
|
|
11291
|
+
},
|
|
11292
|
+
required: ['created_at', 'message', 'error_code'],
|
|
11293
|
+
type: 'object',
|
|
11294
|
+
},
|
|
11237
11295
|
],
|
|
11238
11296
|
},
|
|
11239
11297
|
type: 'array',
|
|
@@ -11482,6 +11540,27 @@ const openapi = {
|
|
|
11482
11540
|
required: ['created_at', 'message', 'warning_code'],
|
|
11483
11541
|
type: 'object',
|
|
11484
11542
|
},
|
|
11543
|
+
{
|
|
11544
|
+
description: 'Indicates that one or more dormakaba sites associated with the connected account are not approved. Contact support@getseam.com to finish setting up your account.',
|
|
11545
|
+
properties: {
|
|
11546
|
+
created_at: {
|
|
11547
|
+
description: 'Date and time at which Seam created the warning.',
|
|
11548
|
+
format: 'date-time',
|
|
11549
|
+
type: 'string',
|
|
11550
|
+
},
|
|
11551
|
+
message: {
|
|
11552
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
11553
|
+
type: 'string',
|
|
11554
|
+
},
|
|
11555
|
+
warning_code: {
|
|
11556
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
11557
|
+
enum: ['dormakaba_sites_unapproved'],
|
|
11558
|
+
type: 'string',
|
|
11559
|
+
},
|
|
11560
|
+
},
|
|
11561
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
11562
|
+
type: 'object',
|
|
11563
|
+
},
|
|
11485
11564
|
],
|
|
11486
11565
|
},
|
|
11487
11566
|
type: 'array',
|
|
@@ -12275,6 +12354,35 @@ const openapi = {
|
|
|
12275
12354
|
required: ['created_at', 'message', 'error_code'],
|
|
12276
12355
|
type: 'object',
|
|
12277
12356
|
},
|
|
12357
|
+
{
|
|
12358
|
+
description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
|
|
12359
|
+
properties: {
|
|
12360
|
+
created_at: {
|
|
12361
|
+
description: 'Date and time at which Seam created the error.',
|
|
12362
|
+
format: 'date-time',
|
|
12363
|
+
type: 'string',
|
|
12364
|
+
},
|
|
12365
|
+
error_code: {
|
|
12366
|
+
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
12367
|
+
enum: ['dormakaba_sites_disconnected'],
|
|
12368
|
+
type: 'string',
|
|
12369
|
+
},
|
|
12370
|
+
is_bridge_error: {
|
|
12371
|
+
description: 'Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
12372
|
+
type: 'boolean',
|
|
12373
|
+
},
|
|
12374
|
+
is_connected_account_error: {
|
|
12375
|
+
description: 'Indicates whether the error is related specifically to the connected account.',
|
|
12376
|
+
type: 'boolean',
|
|
12377
|
+
},
|
|
12378
|
+
message: {
|
|
12379
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
12380
|
+
type: 'string',
|
|
12381
|
+
},
|
|
12382
|
+
},
|
|
12383
|
+
required: ['created_at', 'message', 'error_code'],
|
|
12384
|
+
type: 'object',
|
|
12385
|
+
},
|
|
12278
12386
|
],
|
|
12279
12387
|
},
|
|
12280
12388
|
type: 'array',
|
|
@@ -15443,6 +15551,7 @@ const openapi = {
|
|
|
15443
15551
|
'keyincode',
|
|
15444
15552
|
'dormakaba_ambiance',
|
|
15445
15553
|
'ultraloq',
|
|
15554
|
+
'dusaw',
|
|
15446
15555
|
'sifely',
|
|
15447
15556
|
'ring',
|
|
15448
15557
|
'ical',
|
|
@@ -26514,6 +26623,35 @@ const openapi = {
|
|
|
26514
26623
|
required: ['created_at', 'message', 'error_code'],
|
|
26515
26624
|
type: 'object',
|
|
26516
26625
|
},
|
|
26626
|
+
{
|
|
26627
|
+
description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
|
|
26628
|
+
properties: {
|
|
26629
|
+
created_at: {
|
|
26630
|
+
description: 'Date and time at which Seam created the error.',
|
|
26631
|
+
format: 'date-time',
|
|
26632
|
+
type: 'string',
|
|
26633
|
+
},
|
|
26634
|
+
error_code: {
|
|
26635
|
+
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
26636
|
+
enum: ['dormakaba_sites_disconnected'],
|
|
26637
|
+
type: 'string',
|
|
26638
|
+
},
|
|
26639
|
+
is_bridge_error: {
|
|
26640
|
+
description: 'Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
26641
|
+
type: 'boolean',
|
|
26642
|
+
},
|
|
26643
|
+
is_connected_account_error: {
|
|
26644
|
+
description: 'Indicates whether the error is related specifically to the connected account.',
|
|
26645
|
+
type: 'boolean',
|
|
26646
|
+
},
|
|
26647
|
+
message: {
|
|
26648
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
26649
|
+
type: 'string',
|
|
26650
|
+
},
|
|
26651
|
+
},
|
|
26652
|
+
required: ['created_at', 'message', 'error_code'],
|
|
26653
|
+
type: 'object',
|
|
26654
|
+
},
|
|
26517
26655
|
],
|
|
26518
26656
|
},
|
|
26519
26657
|
type: 'array',
|
|
@@ -29261,6 +29399,35 @@ const openapi = {
|
|
|
29261
29399
|
required: ['created_at', 'message', 'error_code'],
|
|
29262
29400
|
type: 'object',
|
|
29263
29401
|
},
|
|
29402
|
+
{
|
|
29403
|
+
description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
|
|
29404
|
+
properties: {
|
|
29405
|
+
created_at: {
|
|
29406
|
+
description: 'Date and time at which Seam created the error.',
|
|
29407
|
+
format: 'date-time',
|
|
29408
|
+
type: 'string',
|
|
29409
|
+
},
|
|
29410
|
+
error_code: {
|
|
29411
|
+
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29412
|
+
enum: ['dormakaba_sites_disconnected'],
|
|
29413
|
+
type: 'string',
|
|
29414
|
+
},
|
|
29415
|
+
is_bridge_error: {
|
|
29416
|
+
description: 'Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
29417
|
+
type: 'boolean',
|
|
29418
|
+
},
|
|
29419
|
+
is_connected_account_error: {
|
|
29420
|
+
description: 'Indicates whether the error is related specifically to the connected account.',
|
|
29421
|
+
type: 'boolean',
|
|
29422
|
+
},
|
|
29423
|
+
message: {
|
|
29424
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29425
|
+
type: 'string',
|
|
29426
|
+
},
|
|
29427
|
+
},
|
|
29428
|
+
required: ['created_at', 'message', 'error_code'],
|
|
29429
|
+
type: 'object',
|
|
29430
|
+
},
|
|
29264
29431
|
],
|
|
29265
29432
|
},
|
|
29266
29433
|
type: 'array',
|
|
@@ -47111,6 +47278,7 @@ const openapi = {
|
|
|
47111
47278
|
'keyincode',
|
|
47112
47279
|
'dormakaba_ambiance',
|
|
47113
47280
|
'ultraloq',
|
|
47281
|
+
'dusaw',
|
|
47114
47282
|
'sifely',
|
|
47115
47283
|
'ring',
|
|
47116
47284
|
'ical',
|