@seamapi/types 1.798.0 → 1.799.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 +142 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +430 -0
- package/dist/index.cjs +142 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +99 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +16 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +43 -0
- package/lib/seam/connect/openapi.d.ts +255 -0
- package/lib/seam/connect/openapi.js +131 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +99 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +21 -0
- package/src/lib/seam/connect/openapi.ts +151 -0
- package/src/lib/seam/connect/route-types.ts +121 -0
|
@@ -965,6 +965,54 @@ declare const _default: {
|
|
|
965
965
|
enum: string[];
|
|
966
966
|
type: string;
|
|
967
967
|
};
|
|
968
|
+
failed_devices?: never;
|
|
969
|
+
access_method_ids?: never;
|
|
970
|
+
device_id?: never;
|
|
971
|
+
new_code?: never;
|
|
972
|
+
original_code?: never;
|
|
973
|
+
};
|
|
974
|
+
required: string[];
|
|
975
|
+
type: string;
|
|
976
|
+
} | {
|
|
977
|
+
description: string;
|
|
978
|
+
properties: {
|
|
979
|
+
created_at: {
|
|
980
|
+
description: string;
|
|
981
|
+
format: string;
|
|
982
|
+
type: string;
|
|
983
|
+
};
|
|
984
|
+
failed_devices: {
|
|
985
|
+
description: string;
|
|
986
|
+
items: {
|
|
987
|
+
properties: {
|
|
988
|
+
device_id: {
|
|
989
|
+
description: string;
|
|
990
|
+
format: string;
|
|
991
|
+
type: string;
|
|
992
|
+
};
|
|
993
|
+
error_code: {
|
|
994
|
+
description: string;
|
|
995
|
+
type: string;
|
|
996
|
+
};
|
|
997
|
+
message: {
|
|
998
|
+
description: string;
|
|
999
|
+
type: string;
|
|
1000
|
+
};
|
|
1001
|
+
};
|
|
1002
|
+
required: string[];
|
|
1003
|
+
type: string;
|
|
1004
|
+
};
|
|
1005
|
+
type: string;
|
|
1006
|
+
};
|
|
1007
|
+
message: {
|
|
1008
|
+
description: string;
|
|
1009
|
+
type: string;
|
|
1010
|
+
};
|
|
1011
|
+
warning_code: {
|
|
1012
|
+
description: string;
|
|
1013
|
+
enum: string[];
|
|
1014
|
+
type: string;
|
|
1015
|
+
};
|
|
968
1016
|
access_method_ids?: never;
|
|
969
1017
|
device_id?: never;
|
|
970
1018
|
new_code?: never;
|
|
@@ -997,6 +1045,7 @@ declare const _default: {
|
|
|
997
1045
|
enum: string[];
|
|
998
1046
|
type: string;
|
|
999
1047
|
};
|
|
1048
|
+
failed_devices?: never;
|
|
1000
1049
|
device_id?: never;
|
|
1001
1050
|
new_code?: never;
|
|
1002
1051
|
original_code?: never;
|
|
@@ -1033,6 +1082,7 @@ declare const _default: {
|
|
|
1033
1082
|
enum: string[];
|
|
1034
1083
|
type: string;
|
|
1035
1084
|
};
|
|
1085
|
+
failed_devices?: never;
|
|
1036
1086
|
access_method_ids?: never;
|
|
1037
1087
|
};
|
|
1038
1088
|
required: string[];
|
|
@@ -1059,6 +1109,7 @@ declare const _default: {
|
|
|
1059
1109
|
enum: string[];
|
|
1060
1110
|
type: string;
|
|
1061
1111
|
};
|
|
1112
|
+
failed_devices?: never;
|
|
1062
1113
|
access_method_ids?: never;
|
|
1063
1114
|
new_code?: never;
|
|
1064
1115
|
original_code?: never;
|
|
@@ -24502,6 +24553,54 @@ declare const _default: {
|
|
|
24502
24553
|
enum: string[];
|
|
24503
24554
|
type: string;
|
|
24504
24555
|
};
|
|
24556
|
+
failed_devices?: never;
|
|
24557
|
+
access_method_ids?: never;
|
|
24558
|
+
device_id?: never;
|
|
24559
|
+
new_code?: never;
|
|
24560
|
+
original_code?: never;
|
|
24561
|
+
};
|
|
24562
|
+
required: string[];
|
|
24563
|
+
type: string;
|
|
24564
|
+
} | {
|
|
24565
|
+
description: string;
|
|
24566
|
+
properties: {
|
|
24567
|
+
created_at: {
|
|
24568
|
+
description: string;
|
|
24569
|
+
format: string;
|
|
24570
|
+
type: string;
|
|
24571
|
+
};
|
|
24572
|
+
failed_devices: {
|
|
24573
|
+
description: string;
|
|
24574
|
+
items: {
|
|
24575
|
+
properties: {
|
|
24576
|
+
device_id: {
|
|
24577
|
+
description: string;
|
|
24578
|
+
format: string;
|
|
24579
|
+
type: string;
|
|
24580
|
+
};
|
|
24581
|
+
error_code: {
|
|
24582
|
+
description: string;
|
|
24583
|
+
type: string;
|
|
24584
|
+
};
|
|
24585
|
+
message: {
|
|
24586
|
+
description: string;
|
|
24587
|
+
type: string;
|
|
24588
|
+
};
|
|
24589
|
+
};
|
|
24590
|
+
required: string[];
|
|
24591
|
+
type: string;
|
|
24592
|
+
};
|
|
24593
|
+
type: string;
|
|
24594
|
+
};
|
|
24595
|
+
message: {
|
|
24596
|
+
description: string;
|
|
24597
|
+
type: string;
|
|
24598
|
+
};
|
|
24599
|
+
warning_code: {
|
|
24600
|
+
description: string;
|
|
24601
|
+
enum: string[];
|
|
24602
|
+
type: string;
|
|
24603
|
+
};
|
|
24505
24604
|
access_method_ids?: never;
|
|
24506
24605
|
device_id?: never;
|
|
24507
24606
|
new_code?: never;
|
|
@@ -24534,6 +24633,7 @@ declare const _default: {
|
|
|
24534
24633
|
enum: string[];
|
|
24535
24634
|
type: string;
|
|
24536
24635
|
};
|
|
24636
|
+
failed_devices?: never;
|
|
24537
24637
|
device_id?: never;
|
|
24538
24638
|
new_code?: never;
|
|
24539
24639
|
original_code?: never;
|
|
@@ -24570,6 +24670,7 @@ declare const _default: {
|
|
|
24570
24670
|
enum: string[];
|
|
24571
24671
|
type: string;
|
|
24572
24672
|
};
|
|
24673
|
+
failed_devices?: never;
|
|
24573
24674
|
access_method_ids?: never;
|
|
24574
24675
|
};
|
|
24575
24676
|
required: string[];
|
|
@@ -24596,6 +24697,7 @@ declare const _default: {
|
|
|
24596
24697
|
enum: string[];
|
|
24597
24698
|
type: string;
|
|
24598
24699
|
};
|
|
24700
|
+
failed_devices?: never;
|
|
24599
24701
|
access_method_ids?: never;
|
|
24600
24702
|
new_code?: never;
|
|
24601
24703
|
original_code?: never;
|
|
@@ -24994,6 +25096,54 @@ declare const _default: {
|
|
|
24994
25096
|
enum: string[];
|
|
24995
25097
|
type: string;
|
|
24996
25098
|
};
|
|
25099
|
+
failed_devices?: never;
|
|
25100
|
+
access_method_ids?: never;
|
|
25101
|
+
device_id?: never;
|
|
25102
|
+
new_code?: never;
|
|
25103
|
+
original_code?: never;
|
|
25104
|
+
};
|
|
25105
|
+
required: string[];
|
|
25106
|
+
type: string;
|
|
25107
|
+
} | {
|
|
25108
|
+
description: string;
|
|
25109
|
+
properties: {
|
|
25110
|
+
created_at: {
|
|
25111
|
+
description: string;
|
|
25112
|
+
format: string;
|
|
25113
|
+
type: string;
|
|
25114
|
+
};
|
|
25115
|
+
failed_devices: {
|
|
25116
|
+
description: string;
|
|
25117
|
+
items: {
|
|
25118
|
+
properties: {
|
|
25119
|
+
device_id: {
|
|
25120
|
+
description: string;
|
|
25121
|
+
format: string;
|
|
25122
|
+
type: string;
|
|
25123
|
+
};
|
|
25124
|
+
error_code: {
|
|
25125
|
+
description: string;
|
|
25126
|
+
type: string;
|
|
25127
|
+
};
|
|
25128
|
+
message: {
|
|
25129
|
+
description: string;
|
|
25130
|
+
type: string;
|
|
25131
|
+
};
|
|
25132
|
+
};
|
|
25133
|
+
required: string[];
|
|
25134
|
+
type: string;
|
|
25135
|
+
};
|
|
25136
|
+
type: string;
|
|
25137
|
+
};
|
|
25138
|
+
message: {
|
|
25139
|
+
description: string;
|
|
25140
|
+
type: string;
|
|
25141
|
+
};
|
|
25142
|
+
warning_code: {
|
|
25143
|
+
description: string;
|
|
25144
|
+
enum: string[];
|
|
25145
|
+
type: string;
|
|
25146
|
+
};
|
|
24997
25147
|
access_method_ids?: never;
|
|
24998
25148
|
device_id?: never;
|
|
24999
25149
|
new_code?: never;
|
|
@@ -25026,6 +25176,7 @@ declare const _default: {
|
|
|
25026
25176
|
enum: string[];
|
|
25027
25177
|
type: string;
|
|
25028
25178
|
};
|
|
25179
|
+
failed_devices?: never;
|
|
25029
25180
|
device_id?: never;
|
|
25030
25181
|
new_code?: never;
|
|
25031
25182
|
original_code?: never;
|
|
@@ -25062,6 +25213,7 @@ declare const _default: {
|
|
|
25062
25213
|
enum: string[];
|
|
25063
25214
|
type: string;
|
|
25064
25215
|
};
|
|
25216
|
+
failed_devices?: never;
|
|
25065
25217
|
access_method_ids?: never;
|
|
25066
25218
|
};
|
|
25067
25219
|
required: string[];
|
|
@@ -25088,6 +25240,7 @@ declare const _default: {
|
|
|
25088
25240
|
enum: string[];
|
|
25089
25241
|
type: string;
|
|
25090
25242
|
};
|
|
25243
|
+
failed_devices?: never;
|
|
25091
25244
|
access_method_ids?: never;
|
|
25092
25245
|
new_code?: never;
|
|
25093
25246
|
original_code?: never;
|
|
@@ -25513,6 +25666,54 @@ declare const _default: {
|
|
|
25513
25666
|
enum: string[];
|
|
25514
25667
|
type: string;
|
|
25515
25668
|
};
|
|
25669
|
+
failed_devices?: never;
|
|
25670
|
+
access_method_ids?: never;
|
|
25671
|
+
device_id?: never;
|
|
25672
|
+
new_code?: never;
|
|
25673
|
+
original_code?: never;
|
|
25674
|
+
};
|
|
25675
|
+
required: string[];
|
|
25676
|
+
type: string;
|
|
25677
|
+
} | {
|
|
25678
|
+
description: string;
|
|
25679
|
+
properties: {
|
|
25680
|
+
created_at: {
|
|
25681
|
+
description: string;
|
|
25682
|
+
format: string;
|
|
25683
|
+
type: string;
|
|
25684
|
+
};
|
|
25685
|
+
failed_devices: {
|
|
25686
|
+
description: string;
|
|
25687
|
+
items: {
|
|
25688
|
+
properties: {
|
|
25689
|
+
device_id: {
|
|
25690
|
+
description: string;
|
|
25691
|
+
format: string;
|
|
25692
|
+
type: string;
|
|
25693
|
+
};
|
|
25694
|
+
error_code: {
|
|
25695
|
+
description: string;
|
|
25696
|
+
type: string;
|
|
25697
|
+
};
|
|
25698
|
+
message: {
|
|
25699
|
+
description: string;
|
|
25700
|
+
type: string;
|
|
25701
|
+
};
|
|
25702
|
+
};
|
|
25703
|
+
required: string[];
|
|
25704
|
+
type: string;
|
|
25705
|
+
};
|
|
25706
|
+
type: string;
|
|
25707
|
+
};
|
|
25708
|
+
message: {
|
|
25709
|
+
description: string;
|
|
25710
|
+
type: string;
|
|
25711
|
+
};
|
|
25712
|
+
warning_code: {
|
|
25713
|
+
description: string;
|
|
25714
|
+
enum: string[];
|
|
25715
|
+
type: string;
|
|
25716
|
+
};
|
|
25516
25717
|
access_method_ids?: never;
|
|
25517
25718
|
device_id?: never;
|
|
25518
25719
|
new_code?: never;
|
|
@@ -25545,6 +25746,7 @@ declare const _default: {
|
|
|
25545
25746
|
enum: string[];
|
|
25546
25747
|
type: string;
|
|
25547
25748
|
};
|
|
25749
|
+
failed_devices?: never;
|
|
25548
25750
|
device_id?: never;
|
|
25549
25751
|
new_code?: never;
|
|
25550
25752
|
original_code?: never;
|
|
@@ -25581,6 +25783,7 @@ declare const _default: {
|
|
|
25581
25783
|
enum: string[];
|
|
25582
25784
|
type: string;
|
|
25583
25785
|
};
|
|
25786
|
+
failed_devices?: never;
|
|
25584
25787
|
access_method_ids?: never;
|
|
25585
25788
|
};
|
|
25586
25789
|
required: string[];
|
|
@@ -25607,6 +25810,7 @@ declare const _default: {
|
|
|
25607
25810
|
enum: string[];
|
|
25608
25811
|
type: string;
|
|
25609
25812
|
};
|
|
25813
|
+
failed_devices?: never;
|
|
25610
25814
|
access_method_ids?: never;
|
|
25611
25815
|
new_code?: never;
|
|
25612
25816
|
original_code?: never;
|
|
@@ -26035,6 +26239,54 @@ declare const _default: {
|
|
|
26035
26239
|
enum: string[];
|
|
26036
26240
|
type: string;
|
|
26037
26241
|
};
|
|
26242
|
+
failed_devices?: never;
|
|
26243
|
+
access_method_ids?: never;
|
|
26244
|
+
device_id?: never;
|
|
26245
|
+
new_code?: never;
|
|
26246
|
+
original_code?: never;
|
|
26247
|
+
};
|
|
26248
|
+
required: string[];
|
|
26249
|
+
type: string;
|
|
26250
|
+
} | {
|
|
26251
|
+
description: string;
|
|
26252
|
+
properties: {
|
|
26253
|
+
created_at: {
|
|
26254
|
+
description: string;
|
|
26255
|
+
format: string;
|
|
26256
|
+
type: string;
|
|
26257
|
+
};
|
|
26258
|
+
failed_devices: {
|
|
26259
|
+
description: string;
|
|
26260
|
+
items: {
|
|
26261
|
+
properties: {
|
|
26262
|
+
device_id: {
|
|
26263
|
+
description: string;
|
|
26264
|
+
format: string;
|
|
26265
|
+
type: string;
|
|
26266
|
+
};
|
|
26267
|
+
error_code: {
|
|
26268
|
+
description: string;
|
|
26269
|
+
type: string;
|
|
26270
|
+
};
|
|
26271
|
+
message: {
|
|
26272
|
+
description: string;
|
|
26273
|
+
type: string;
|
|
26274
|
+
};
|
|
26275
|
+
};
|
|
26276
|
+
required: string[];
|
|
26277
|
+
type: string;
|
|
26278
|
+
};
|
|
26279
|
+
type: string;
|
|
26280
|
+
};
|
|
26281
|
+
message: {
|
|
26282
|
+
description: string;
|
|
26283
|
+
type: string;
|
|
26284
|
+
};
|
|
26285
|
+
warning_code: {
|
|
26286
|
+
description: string;
|
|
26287
|
+
enum: string[];
|
|
26288
|
+
type: string;
|
|
26289
|
+
};
|
|
26038
26290
|
access_method_ids?: never;
|
|
26039
26291
|
device_id?: never;
|
|
26040
26292
|
new_code?: never;
|
|
@@ -26067,6 +26319,7 @@ declare const _default: {
|
|
|
26067
26319
|
enum: string[];
|
|
26068
26320
|
type: string;
|
|
26069
26321
|
};
|
|
26322
|
+
failed_devices?: never;
|
|
26070
26323
|
device_id?: never;
|
|
26071
26324
|
new_code?: never;
|
|
26072
26325
|
original_code?: never;
|
|
@@ -26103,6 +26356,7 @@ declare const _default: {
|
|
|
26103
26356
|
enum: string[];
|
|
26104
26357
|
type: string;
|
|
26105
26358
|
};
|
|
26359
|
+
failed_devices?: never;
|
|
26106
26360
|
access_method_ids?: never;
|
|
26107
26361
|
};
|
|
26108
26362
|
required: string[];
|
|
@@ -26129,6 +26383,7 @@ declare const _default: {
|
|
|
26129
26383
|
enum: string[];
|
|
26130
26384
|
type: string;
|
|
26131
26385
|
};
|
|
26386
|
+
failed_devices?: never;
|
|
26132
26387
|
access_method_ids?: never;
|
|
26133
26388
|
new_code?: never;
|
|
26134
26389
|
original_code?: never;
|
|
@@ -2163,6 +2163,29 @@ export default {
|
|
|
2163
2163
|
format: 'date-time',
|
|
2164
2164
|
type: 'string',
|
|
2165
2165
|
},
|
|
2166
|
+
failed_devices: {
|
|
2167
|
+
description: 'Devices whose access codes could not be revoked during reconciliation. Present when the provider does not support revoking an offline access code (e.g. Dormakaba oracode with exhausted override budget).',
|
|
2168
|
+
items: {
|
|
2169
|
+
properties: {
|
|
2170
|
+
device_id: {
|
|
2171
|
+
description: 'Device whose access code could not be revoked.',
|
|
2172
|
+
format: 'uuid',
|
|
2173
|
+
type: 'string',
|
|
2174
|
+
},
|
|
2175
|
+
error_code: {
|
|
2176
|
+
description: 'Reason the access code could not be revoked (e.g. `offline_access_code_not_revocable`).',
|
|
2177
|
+
type: 'string',
|
|
2178
|
+
},
|
|
2179
|
+
message: {
|
|
2180
|
+
description: 'Human-readable description of why revocation failed.',
|
|
2181
|
+
type: 'string',
|
|
2182
|
+
},
|
|
2183
|
+
},
|
|
2184
|
+
required: ['device_id', 'error_code', 'message'],
|
|
2185
|
+
type: 'object',
|
|
2186
|
+
},
|
|
2187
|
+
type: 'array',
|
|
2188
|
+
},
|
|
2166
2189
|
message: {
|
|
2167
2190
|
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2168
2191
|
type: 'string',
|
|
@@ -32393,6 +32416,33 @@ export default {
|
|
|
32393
32416
|
format: 'date-time',
|
|
32394
32417
|
type: 'string',
|
|
32395
32418
|
},
|
|
32419
|
+
failed_devices: {
|
|
32420
|
+
description: 'Devices whose access codes could not be revoked during reconciliation. Present when the provider does not support revoking an offline access code (e.g. Dormakaba oracode with exhausted override budget).',
|
|
32421
|
+
items: {
|
|
32422
|
+
properties: {
|
|
32423
|
+
device_id: {
|
|
32424
|
+
description: 'Device whose access code could not be revoked.',
|
|
32425
|
+
format: 'uuid',
|
|
32426
|
+
type: 'string',
|
|
32427
|
+
},
|
|
32428
|
+
error_code: {
|
|
32429
|
+
description: 'Reason the access code could not be revoked (e.g. `offline_access_code_not_revocable`).',
|
|
32430
|
+
type: 'string',
|
|
32431
|
+
},
|
|
32432
|
+
message: {
|
|
32433
|
+
description: 'Human-readable description of why revocation failed.',
|
|
32434
|
+
type: 'string',
|
|
32435
|
+
},
|
|
32436
|
+
},
|
|
32437
|
+
required: [
|
|
32438
|
+
'device_id',
|
|
32439
|
+
'error_code',
|
|
32440
|
+
'message',
|
|
32441
|
+
],
|
|
32442
|
+
type: 'object',
|
|
32443
|
+
},
|
|
32444
|
+
type: 'array',
|
|
32445
|
+
},
|
|
32396
32446
|
message: {
|
|
32397
32447
|
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
32398
32448
|
type: 'string',
|
|
@@ -32948,6 +32998,33 @@ export default {
|
|
|
32948
32998
|
format: 'date-time',
|
|
32949
32999
|
type: 'string',
|
|
32950
33000
|
},
|
|
33001
|
+
failed_devices: {
|
|
33002
|
+
description: 'Devices whose access codes could not be revoked during reconciliation. Present when the provider does not support revoking an offline access code (e.g. Dormakaba oracode with exhausted override budget).',
|
|
33003
|
+
items: {
|
|
33004
|
+
properties: {
|
|
33005
|
+
device_id: {
|
|
33006
|
+
description: 'Device whose access code could not be revoked.',
|
|
33007
|
+
format: 'uuid',
|
|
33008
|
+
type: 'string',
|
|
33009
|
+
},
|
|
33010
|
+
error_code: {
|
|
33011
|
+
description: 'Reason the access code could not be revoked (e.g. `offline_access_code_not_revocable`).',
|
|
33012
|
+
type: 'string',
|
|
33013
|
+
},
|
|
33014
|
+
message: {
|
|
33015
|
+
description: 'Human-readable description of why revocation failed.',
|
|
33016
|
+
type: 'string',
|
|
33017
|
+
},
|
|
33018
|
+
},
|
|
33019
|
+
required: [
|
|
33020
|
+
'device_id',
|
|
33021
|
+
'error_code',
|
|
33022
|
+
'message',
|
|
33023
|
+
],
|
|
33024
|
+
type: 'object',
|
|
33025
|
+
},
|
|
33026
|
+
type: 'array',
|
|
33027
|
+
},
|
|
32951
33028
|
message: {
|
|
32952
33029
|
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
32953
33030
|
type: 'string',
|
|
@@ -33545,6 +33622,33 @@ export default {
|
|
|
33545
33622
|
format: 'date-time',
|
|
33546
33623
|
type: 'string',
|
|
33547
33624
|
},
|
|
33625
|
+
failed_devices: {
|
|
33626
|
+
description: 'Devices whose access codes could not be revoked during reconciliation. Present when the provider does not support revoking an offline access code (e.g. Dormakaba oracode with exhausted override budget).',
|
|
33627
|
+
items: {
|
|
33628
|
+
properties: {
|
|
33629
|
+
device_id: {
|
|
33630
|
+
description: 'Device whose access code could not be revoked.',
|
|
33631
|
+
format: 'uuid',
|
|
33632
|
+
type: 'string',
|
|
33633
|
+
},
|
|
33634
|
+
error_code: {
|
|
33635
|
+
description: 'Reason the access code could not be revoked (e.g. `offline_access_code_not_revocable`).',
|
|
33636
|
+
type: 'string',
|
|
33637
|
+
},
|
|
33638
|
+
message: {
|
|
33639
|
+
description: 'Human-readable description of why revocation failed.',
|
|
33640
|
+
type: 'string',
|
|
33641
|
+
},
|
|
33642
|
+
},
|
|
33643
|
+
required: [
|
|
33644
|
+
'device_id',
|
|
33645
|
+
'error_code',
|
|
33646
|
+
'message',
|
|
33647
|
+
],
|
|
33648
|
+
type: 'object',
|
|
33649
|
+
},
|
|
33650
|
+
type: 'array',
|
|
33651
|
+
},
|
|
33548
33652
|
message: {
|
|
33549
33653
|
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
33550
33654
|
type: 'string',
|
|
@@ -34128,6 +34232,33 @@ export default {
|
|
|
34128
34232
|
format: 'date-time',
|
|
34129
34233
|
type: 'string',
|
|
34130
34234
|
},
|
|
34235
|
+
failed_devices: {
|
|
34236
|
+
description: 'Devices whose access codes could not be revoked during reconciliation. Present when the provider does not support revoking an offline access code (e.g. Dormakaba oracode with exhausted override budget).',
|
|
34237
|
+
items: {
|
|
34238
|
+
properties: {
|
|
34239
|
+
device_id: {
|
|
34240
|
+
description: 'Device whose access code could not be revoked.',
|
|
34241
|
+
format: 'uuid',
|
|
34242
|
+
type: 'string',
|
|
34243
|
+
},
|
|
34244
|
+
error_code: {
|
|
34245
|
+
description: 'Reason the access code could not be revoked (e.g. `offline_access_code_not_revocable`).',
|
|
34246
|
+
type: 'string',
|
|
34247
|
+
},
|
|
34248
|
+
message: {
|
|
34249
|
+
description: 'Human-readable description of why revocation failed.',
|
|
34250
|
+
type: 'string',
|
|
34251
|
+
},
|
|
34252
|
+
},
|
|
34253
|
+
required: [
|
|
34254
|
+
'device_id',
|
|
34255
|
+
'error_code',
|
|
34256
|
+
'message',
|
|
34257
|
+
],
|
|
34258
|
+
type: 'object',
|
|
34259
|
+
},
|
|
34260
|
+
type: 'array',
|
|
34261
|
+
},
|
|
34131
34262
|
message: {
|
|
34132
34263
|
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
34133
34264
|
type: 'string',
|