@seamapi/types 1.316.0 → 1.317.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 +183 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1021 -189
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +12 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +171 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +662 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +15 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +199 -0
- package/src/lib/seam/connect/route-types.ts +752 -0
|
@@ -197,6 +197,19 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
197
197
|
message: string;
|
|
198
198
|
warning_code: "being_deleted";
|
|
199
199
|
created_at: string;
|
|
200
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
201
|
+
created_at: z.ZodString;
|
|
202
|
+
message: z.ZodString;
|
|
203
|
+
}, {
|
|
204
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
205
|
+
}>, "strip", z.ZodTypeAny, {
|
|
206
|
+
message: string;
|
|
207
|
+
warning_code: "unknown_issue_with_credential";
|
|
208
|
+
created_at: string;
|
|
209
|
+
}, {
|
|
210
|
+
message: string;
|
|
211
|
+
warning_code: "unknown_issue_with_credential";
|
|
212
|
+
created_at: string;
|
|
200
213
|
}>]>, "many">;
|
|
201
214
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
202
215
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -253,6 +266,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
253
266
|
message: string;
|
|
254
267
|
warning_code: "being_deleted";
|
|
255
268
|
created_at: string;
|
|
269
|
+
} | {
|
|
270
|
+
message: string;
|
|
271
|
+
warning_code: "unknown_issue_with_credential";
|
|
272
|
+
created_at: string;
|
|
256
273
|
})[];
|
|
257
274
|
display_name: string;
|
|
258
275
|
workspace_id: string;
|
|
@@ -307,6 +324,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
307
324
|
message: string;
|
|
308
325
|
warning_code: "being_deleted";
|
|
309
326
|
created_at: string;
|
|
327
|
+
} | {
|
|
328
|
+
message: string;
|
|
329
|
+
warning_code: "unknown_issue_with_credential";
|
|
330
|
+
created_at: string;
|
|
310
331
|
})[];
|
|
311
332
|
display_name: string;
|
|
312
333
|
workspace_id: string;
|
|
@@ -420,6 +441,19 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
420
441
|
message: string;
|
|
421
442
|
warning_code: "being_deleted";
|
|
422
443
|
created_at: string;
|
|
444
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
445
|
+
created_at: z.ZodString;
|
|
446
|
+
message: z.ZodString;
|
|
447
|
+
}, {
|
|
448
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
449
|
+
}>, "strip", z.ZodTypeAny, {
|
|
450
|
+
message: string;
|
|
451
|
+
warning_code: "unknown_issue_with_credential";
|
|
452
|
+
created_at: string;
|
|
453
|
+
}, {
|
|
454
|
+
message: string;
|
|
455
|
+
warning_code: "unknown_issue_with_credential";
|
|
456
|
+
created_at: string;
|
|
423
457
|
}>]>, "many">;
|
|
424
458
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
425
459
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -476,6 +510,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
476
510
|
message: string;
|
|
477
511
|
warning_code: "being_deleted";
|
|
478
512
|
created_at: string;
|
|
513
|
+
} | {
|
|
514
|
+
message: string;
|
|
515
|
+
warning_code: "unknown_issue_with_credential";
|
|
516
|
+
created_at: string;
|
|
479
517
|
})[];
|
|
480
518
|
display_name: string;
|
|
481
519
|
workspace_id: string;
|
|
@@ -530,6 +568,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
530
568
|
message: string;
|
|
531
569
|
warning_code: "being_deleted";
|
|
532
570
|
created_at: string;
|
|
571
|
+
} | {
|
|
572
|
+
message: string;
|
|
573
|
+
warning_code: "unknown_issue_with_credential";
|
|
574
|
+
created_at: string;
|
|
533
575
|
})[];
|
|
534
576
|
display_name: string;
|
|
535
577
|
workspace_id: string;
|
|
@@ -621,6 +663,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
621
663
|
message: string;
|
|
622
664
|
warning_code: "being_deleted";
|
|
623
665
|
created_at: string;
|
|
666
|
+
} | {
|
|
667
|
+
message: string;
|
|
668
|
+
warning_code: "unknown_issue_with_credential";
|
|
669
|
+
created_at: string;
|
|
624
670
|
})[];
|
|
625
671
|
display_name: string;
|
|
626
672
|
workspace_id: string;
|
|
@@ -675,6 +721,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
675
721
|
message: string;
|
|
676
722
|
warning_code: "being_deleted";
|
|
677
723
|
created_at: string;
|
|
724
|
+
} | {
|
|
725
|
+
message: string;
|
|
726
|
+
warning_code: "unknown_issue_with_credential";
|
|
727
|
+
created_at: string;
|
|
678
728
|
})[];
|
|
679
729
|
display_name: string;
|
|
680
730
|
workspace_id: string;
|
|
@@ -756,6 +806,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
756
806
|
message: string;
|
|
757
807
|
warning_code: "being_deleted";
|
|
758
808
|
created_at: string;
|
|
809
|
+
} | {
|
|
810
|
+
message: string;
|
|
811
|
+
warning_code: "unknown_issue_with_credential";
|
|
812
|
+
created_at: string;
|
|
759
813
|
})[];
|
|
760
814
|
display_name: string;
|
|
761
815
|
workspace_id: string;
|
|
@@ -810,6 +864,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
810
864
|
message: string;
|
|
811
865
|
warning_code: "being_deleted";
|
|
812
866
|
created_at: string;
|
|
867
|
+
} | {
|
|
868
|
+
message: string;
|
|
869
|
+
warning_code: "unknown_issue_with_credential";
|
|
870
|
+
created_at: string;
|
|
813
871
|
})[];
|
|
814
872
|
display_name: string;
|
|
815
873
|
workspace_id: string;
|
|
@@ -896,6 +954,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
896
954
|
message: string;
|
|
897
955
|
warning_code: "being_deleted";
|
|
898
956
|
created_at: string;
|
|
957
|
+
} | {
|
|
958
|
+
message: string;
|
|
959
|
+
warning_code: "unknown_issue_with_credential";
|
|
960
|
+
created_at: string;
|
|
899
961
|
})[];
|
|
900
962
|
display_name: string;
|
|
901
963
|
workspace_id: string;
|
|
@@ -950,6 +1012,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
950
1012
|
message: string;
|
|
951
1013
|
warning_code: "being_deleted";
|
|
952
1014
|
created_at: string;
|
|
1015
|
+
} | {
|
|
1016
|
+
message: string;
|
|
1017
|
+
warning_code: "unknown_issue_with_credential";
|
|
1018
|
+
created_at: string;
|
|
953
1019
|
})[];
|
|
954
1020
|
display_name: string;
|
|
955
1021
|
workspace_id: string;
|
|
@@ -1037,6 +1103,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1037
1103
|
message: string;
|
|
1038
1104
|
warning_code: "being_deleted";
|
|
1039
1105
|
created_at: string;
|
|
1106
|
+
} | {
|
|
1107
|
+
message: string;
|
|
1108
|
+
warning_code: "unknown_issue_with_credential";
|
|
1109
|
+
created_at: string;
|
|
1040
1110
|
})[];
|
|
1041
1111
|
display_name: string;
|
|
1042
1112
|
workspace_id: string;
|
|
@@ -1091,6 +1161,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1091
1161
|
message: string;
|
|
1092
1162
|
warning_code: "being_deleted";
|
|
1093
1163
|
created_at: string;
|
|
1164
|
+
} | {
|
|
1165
|
+
message: string;
|
|
1166
|
+
warning_code: "unknown_issue_with_credential";
|
|
1167
|
+
created_at: string;
|
|
1094
1168
|
})[];
|
|
1095
1169
|
display_name: string;
|
|
1096
1170
|
workspace_id: string;
|
|
@@ -53,11 +53,11 @@ export declare const ALL_DEVICE_PROVIDERS: [
|
|
|
53
53
|
];
|
|
54
54
|
export type ProviderCategory = keyof typeof PROVIDER_CATEGORY_MAP;
|
|
55
55
|
export declare const PROVIDER_CATEGORY_MAP: {
|
|
56
|
-
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch"
|
|
56
|
+
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch"];
|
|
57
57
|
readonly consumer_smartlocks: readonly ["august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze", "lockly", "tedee"];
|
|
58
58
|
readonly thermostats: readonly ["ecobee", "nest"];
|
|
59
59
|
readonly noise_sensors: readonly ["minut", "noiseaware"];
|
|
60
|
-
readonly access_control_systems: readonly ["pti", "visionline", "assa_abloy_credential_service", "latch", "salto_ks", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "salto_space"];
|
|
60
|
+
readonly access_control_systems: readonly ["pti", "visionline", "assa_abloy_credential_service", "latch", "salto_ks", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "salto_space", "assa_abloy_vostio"];
|
|
61
61
|
readonly internal_beta: [DeviceProviderName, ...DeviceProviderName[]];
|
|
62
62
|
};
|
|
63
63
|
export declare const PROVIDER_CATEGORIES: [ProviderCategory, ...ProviderCategory[]];
|
|
@@ -76,7 +76,6 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
76
76
|
'visionline',
|
|
77
77
|
'assa_abloy_credential_service',
|
|
78
78
|
'latch',
|
|
79
|
-
'assa_abloy_vostio',
|
|
80
79
|
],
|
|
81
80
|
consumer_smartlocks: [
|
|
82
81
|
'august',
|
|
@@ -102,6 +101,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
102
101
|
'assa_abloy_vostio',
|
|
103
102
|
'assa_abloy_vostio_credential_service',
|
|
104
103
|
'salto_space',
|
|
104
|
+
'assa_abloy_vostio',
|
|
105
105
|
],
|
|
106
106
|
internal_beta: ALL_DEVICE_PROVIDERS,
|
|
107
107
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,kBAAkB;IACpC,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,6BAA6B,EAAE,+BAA+B;IAC9D,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,mBAAmB;IAC3B,oCAAoC,EAAE,sCAAsC;IAC5E,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;CAClB,CAAA;AAKV,MAAM,CAAC,MAAM,oBAAoB,GAG7B,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAQ,CAAA;AAI1C,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,MAAM,EAAE;QACN,QAAQ;QACR,eAAe;QACf,OAAO;QACP,SAAS;QACT,aAAa;QACb,MAAM;QACN,MAAM;QACN,OAAO;QACP,cAAc;QACd,OAAO;QACP,OAAO;QACP,SAAS;QACT,QAAQ;QACR,YAAY;QACZ,WAAW;QACX,QAAQ;QACR,aAAa;QACb,QAAQ;QACR,MAAM;QACN,MAAM;QACN,OAAO;QACP,aAAa;QACb,mBAAmB;QACnB,YAAY;QACZ,+BAA+B;QAC/B,OAAO;
|
|
1
|
+
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
|
|
@@ -455,6 +455,27 @@ export default {
|
|
|
455
455
|
required: ['created_at', 'message', 'warning_code'],
|
|
456
456
|
type: 'object',
|
|
457
457
|
},
|
|
458
|
+
{
|
|
459
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
460
|
+
properties: {
|
|
461
|
+
created_at: {
|
|
462
|
+
description: 'Date and time at which Seam created the warning.',
|
|
463
|
+
format: 'date-time',
|
|
464
|
+
type: 'string',
|
|
465
|
+
},
|
|
466
|
+
message: {
|
|
467
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
468
|
+
type: 'string',
|
|
469
|
+
},
|
|
470
|
+
warning_code: {
|
|
471
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
472
|
+
enum: ['unknown_issue_with_credential'],
|
|
473
|
+
type: 'string',
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
477
|
+
type: 'object',
|
|
478
|
+
},
|
|
458
479
|
],
|
|
459
480
|
},
|
|
460
481
|
type: 'array',
|
|
@@ -1786,6 +1807,31 @@ export default {
|
|
|
1786
1807
|
],
|
|
1787
1808
|
type: 'object',
|
|
1788
1809
|
},
|
|
1810
|
+
{
|
|
1811
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
1812
|
+
properties: {
|
|
1813
|
+
created_at: {
|
|
1814
|
+
description: 'Date and time at which Seam created the warning.',
|
|
1815
|
+
format: 'date-time',
|
|
1816
|
+
type: 'string',
|
|
1817
|
+
},
|
|
1818
|
+
message: {
|
|
1819
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1820
|
+
type: 'string',
|
|
1821
|
+
},
|
|
1822
|
+
warning_code: {
|
|
1823
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1824
|
+
enum: ['unknown_issue_with_credential'],
|
|
1825
|
+
type: 'string',
|
|
1826
|
+
},
|
|
1827
|
+
},
|
|
1828
|
+
required: [
|
|
1829
|
+
'created_at',
|
|
1830
|
+
'message',
|
|
1831
|
+
'warning_code',
|
|
1832
|
+
],
|
|
1833
|
+
type: 'object',
|
|
1834
|
+
},
|
|
1789
1835
|
],
|
|
1790
1836
|
},
|
|
1791
1837
|
type: 'array',
|
|
@@ -2048,6 +2094,31 @@ export default {
|
|
|
2048
2094
|
],
|
|
2049
2095
|
type: 'object',
|
|
2050
2096
|
},
|
|
2097
|
+
{
|
|
2098
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
2099
|
+
properties: {
|
|
2100
|
+
created_at: {
|
|
2101
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2102
|
+
format: 'date-time',
|
|
2103
|
+
type: 'string',
|
|
2104
|
+
},
|
|
2105
|
+
message: {
|
|
2106
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2107
|
+
type: 'string',
|
|
2108
|
+
},
|
|
2109
|
+
warning_code: {
|
|
2110
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2111
|
+
enum: ['unknown_issue_with_credential'],
|
|
2112
|
+
type: 'string',
|
|
2113
|
+
},
|
|
2114
|
+
},
|
|
2115
|
+
required: [
|
|
2116
|
+
'created_at',
|
|
2117
|
+
'message',
|
|
2118
|
+
'warning_code',
|
|
2119
|
+
],
|
|
2120
|
+
type: 'object',
|
|
2121
|
+
},
|
|
2051
2122
|
],
|
|
2052
2123
|
},
|
|
2053
2124
|
type: 'array',
|
|
@@ -2441,6 +2512,31 @@ export default {
|
|
|
2441
2512
|
],
|
|
2442
2513
|
type: 'object',
|
|
2443
2514
|
},
|
|
2515
|
+
{
|
|
2516
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
2517
|
+
properties: {
|
|
2518
|
+
created_at: {
|
|
2519
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2520
|
+
format: 'date-time',
|
|
2521
|
+
type: 'string',
|
|
2522
|
+
},
|
|
2523
|
+
message: {
|
|
2524
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2525
|
+
type: 'string',
|
|
2526
|
+
},
|
|
2527
|
+
warning_code: {
|
|
2528
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2529
|
+
enum: ['unknown_issue_with_credential'],
|
|
2530
|
+
type: 'string',
|
|
2531
|
+
},
|
|
2532
|
+
},
|
|
2533
|
+
required: [
|
|
2534
|
+
'created_at',
|
|
2535
|
+
'message',
|
|
2536
|
+
'warning_code',
|
|
2537
|
+
],
|
|
2538
|
+
type: 'object',
|
|
2539
|
+
},
|
|
2444
2540
|
],
|
|
2445
2541
|
},
|
|
2446
2542
|
type: 'array',
|
|
@@ -2703,6 +2799,31 @@ export default {
|
|
|
2703
2799
|
],
|
|
2704
2800
|
type: 'object',
|
|
2705
2801
|
},
|
|
2802
|
+
{
|
|
2803
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
2804
|
+
properties: {
|
|
2805
|
+
created_at: {
|
|
2806
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2807
|
+
format: 'date-time',
|
|
2808
|
+
type: 'string',
|
|
2809
|
+
},
|
|
2810
|
+
message: {
|
|
2811
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2812
|
+
type: 'string',
|
|
2813
|
+
},
|
|
2814
|
+
warning_code: {
|
|
2815
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2816
|
+
enum: ['unknown_issue_with_credential'],
|
|
2817
|
+
type: 'string',
|
|
2818
|
+
},
|
|
2819
|
+
},
|
|
2820
|
+
required: [
|
|
2821
|
+
'created_at',
|
|
2822
|
+
'message',
|
|
2823
|
+
'warning_code',
|
|
2824
|
+
],
|
|
2825
|
+
type: 'object',
|
|
2826
|
+
},
|
|
2706
2827
|
],
|
|
2707
2828
|
},
|
|
2708
2829
|
type: 'array',
|
|
@@ -13015,6 +13136,31 @@ export default {
|
|
|
13015
13136
|
],
|
|
13016
13137
|
type: 'object',
|
|
13017
13138
|
},
|
|
13139
|
+
{
|
|
13140
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
13141
|
+
properties: {
|
|
13142
|
+
created_at: {
|
|
13143
|
+
description: 'Date and time at which Seam created the warning.',
|
|
13144
|
+
format: 'date-time',
|
|
13145
|
+
type: 'string',
|
|
13146
|
+
},
|
|
13147
|
+
message: {
|
|
13148
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
13149
|
+
type: 'string',
|
|
13150
|
+
},
|
|
13151
|
+
warning_code: {
|
|
13152
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13153
|
+
enum: ['unknown_issue_with_credential'],
|
|
13154
|
+
type: 'string',
|
|
13155
|
+
},
|
|
13156
|
+
},
|
|
13157
|
+
required: [
|
|
13158
|
+
'created_at',
|
|
13159
|
+
'message',
|
|
13160
|
+
'warning_code',
|
|
13161
|
+
],
|
|
13162
|
+
type: 'object',
|
|
13163
|
+
},
|
|
13018
13164
|
],
|
|
13019
13165
|
},
|
|
13020
13166
|
type: 'array',
|
|
@@ -13374,6 +13520,31 @@ export default {
|
|
|
13374
13520
|
],
|
|
13375
13521
|
type: 'object',
|
|
13376
13522
|
},
|
|
13523
|
+
{
|
|
13524
|
+
description: 'An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential.',
|
|
13525
|
+
properties: {
|
|
13526
|
+
created_at: {
|
|
13527
|
+
description: 'Date and time at which Seam created the warning.',
|
|
13528
|
+
format: 'date-time',
|
|
13529
|
+
type: 'string',
|
|
13530
|
+
},
|
|
13531
|
+
message: {
|
|
13532
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
13533
|
+
type: 'string',
|
|
13534
|
+
},
|
|
13535
|
+
warning_code: {
|
|
13536
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13537
|
+
enum: ['unknown_issue_with_credential'],
|
|
13538
|
+
type: 'string',
|
|
13539
|
+
},
|
|
13540
|
+
},
|
|
13541
|
+
required: [
|
|
13542
|
+
'created_at',
|
|
13543
|
+
'message',
|
|
13544
|
+
'warning_code',
|
|
13545
|
+
],
|
|
13546
|
+
type: 'object',
|
|
13547
|
+
},
|
|
13377
13548
|
],
|
|
13378
13549
|
},
|
|
13379
13550
|
type: 'array',
|