@seamapi/types 1.148.1 → 1.149.1
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 +32 -14
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +60 -28
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/{connect-webview.d.ts → connect-webviews/connect-webview.d.ts} +6 -5
- package/lib/seam/connect/models/{connect-webview.js → connect-webviews/connect-webview.js} +12 -5
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -0
- package/lib/seam/connect/models/connect-webviews/index.d.ts +1 -0
- package/lib/seam/connect/models/connect-webviews/index.js +2 -0
- package/lib/seam/connect/models/connect-webviews/index.js.map +1 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -0
- package/lib/seam/connect/models/devices/device-metadata.js +2 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/managed-device.d.ts +18 -5
- package/lib/seam/connect/models/devices/managed-device.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +1 -1
- package/lib/seam/connect/models/index.js +1 -1
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +26 -12
- package/lib/seam/connect/openapi.js +19 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +29 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +2 -0
- package/src/lib/seam/connect/models/acs/entrance.ts +1 -0
- package/src/lib/seam/connect/models/{connect-webview.ts → connect-webviews/connect-webview.ts} +16 -5
- package/src/lib/seam/connect/models/connect-webviews/index.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +2 -0
- package/src/lib/seam/connect/models/devices/managed-device.ts +0 -9
- package/src/lib/seam/connect/models/index.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +19 -8
- package/src/lib/seam/connect/route-types.ts +29 -11
- package/lib/seam/connect/models/connect-webview.js.map +0 -1
|
@@ -517,6 +517,7 @@ declare const _default: {
|
|
|
517
517
|
};
|
|
518
518
|
connected_account_id: {
|
|
519
519
|
format: string;
|
|
520
|
+
nullable: boolean;
|
|
520
521
|
type: string;
|
|
521
522
|
};
|
|
522
523
|
created_at: {
|
|
@@ -1309,9 +1310,15 @@ declare const _default: {
|
|
|
1309
1310
|
device_name: {
|
|
1310
1311
|
type: string;
|
|
1311
1312
|
};
|
|
1313
|
+
keypad_2_paired: {
|
|
1314
|
+
type: string;
|
|
1315
|
+
};
|
|
1312
1316
|
keypad_battery_critical: {
|
|
1313
1317
|
type: string;
|
|
1314
1318
|
};
|
|
1319
|
+
keypad_paired: {
|
|
1320
|
+
type: string;
|
|
1321
|
+
};
|
|
1315
1322
|
};
|
|
1316
1323
|
required: string[];
|
|
1317
1324
|
type: string;
|
|
@@ -9713,6 +9720,7 @@ declare const _default: {
|
|
|
9713
9720
|
type: string;
|
|
9714
9721
|
};
|
|
9715
9722
|
automatically_manage_new_devices: {
|
|
9723
|
+
default: boolean;
|
|
9716
9724
|
type: string;
|
|
9717
9725
|
};
|
|
9718
9726
|
custom_metadata: {
|
|
@@ -9752,6 +9760,7 @@ declare const _default: {
|
|
|
9752
9760
|
type: string;
|
|
9753
9761
|
};
|
|
9754
9762
|
wait_for_device_creation: {
|
|
9763
|
+
default: boolean;
|
|
9755
9764
|
type: string;
|
|
9756
9765
|
};
|
|
9757
9766
|
};
|
|
@@ -9919,20 +9928,25 @@ declare const _default: {
|
|
|
9919
9928
|
};
|
|
9920
9929
|
};
|
|
9921
9930
|
security: ({
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9931
|
+
client_session: never[];
|
|
9932
|
+
pat_with_workspace?: never;
|
|
9933
|
+
console_session?: never;
|
|
9934
|
+
api_key?: never;
|
|
9926
9935
|
} | {
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9936
|
+
pat_with_workspace: never[];
|
|
9937
|
+
client_session?: never;
|
|
9938
|
+
console_session?: never;
|
|
9939
|
+
api_key?: never;
|
|
9931
9940
|
} | {
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
9941
|
+
console_session: never[];
|
|
9942
|
+
client_session?: never;
|
|
9943
|
+
pat_with_workspace?: never;
|
|
9944
|
+
api_key?: never;
|
|
9945
|
+
} | {
|
|
9946
|
+
api_key: never[];
|
|
9947
|
+
client_session?: never;
|
|
9948
|
+
pat_with_workspace?: never;
|
|
9949
|
+
console_session?: never;
|
|
9936
9950
|
})[];
|
|
9937
9951
|
summary: string;
|
|
9938
9952
|
tags: string[];
|
|
@@ -411,7 +411,11 @@ export default {
|
|
|
411
411
|
},
|
|
412
412
|
automatically_manage_new_devices: { type: 'boolean' },
|
|
413
413
|
connect_webview_id: { format: 'uuid', type: 'string' },
|
|
414
|
-
connected_account_id: {
|
|
414
|
+
connected_account_id: {
|
|
415
|
+
format: 'uuid',
|
|
416
|
+
nullable: true,
|
|
417
|
+
type: 'string',
|
|
418
|
+
},
|
|
415
419
|
created_at: { format: 'date-time', type: 'string' },
|
|
416
420
|
custom_metadata: {
|
|
417
421
|
additionalProperties: {
|
|
@@ -442,14 +446,15 @@ export default {
|
|
|
442
446
|
},
|
|
443
447
|
required: [
|
|
444
448
|
'connect_webview_id',
|
|
445
|
-
'url',
|
|
446
449
|
'workspace_id',
|
|
450
|
+
'created_at',
|
|
451
|
+
'connected_account_id',
|
|
452
|
+
'url',
|
|
447
453
|
'device_selection_mode',
|
|
448
454
|
'accepted_providers',
|
|
449
455
|
'accepted_devices',
|
|
450
456
|
'any_provider_allowed',
|
|
451
457
|
'any_device_allowed',
|
|
452
|
-
'created_at',
|
|
453
458
|
'login_successful',
|
|
454
459
|
'status',
|
|
455
460
|
'custom_redirect_url',
|
|
@@ -1088,7 +1093,9 @@ export default {
|
|
|
1088
1093
|
properties: {
|
|
1089
1094
|
device_id: { type: 'string' },
|
|
1090
1095
|
device_name: { type: 'string' },
|
|
1096
|
+
keypad_2_paired: { type: 'boolean' },
|
|
1091
1097
|
keypad_battery_critical: { type: 'boolean' },
|
|
1098
|
+
keypad_paired: { type: 'boolean' },
|
|
1092
1099
|
},
|
|
1093
1100
|
required: ['device_id', 'device_name'],
|
|
1094
1101
|
type: 'object',
|
|
@@ -7142,7 +7149,10 @@ export default {
|
|
|
7142
7149
|
},
|
|
7143
7150
|
type: 'array',
|
|
7144
7151
|
},
|
|
7145
|
-
automatically_manage_new_devices: {
|
|
7152
|
+
automatically_manage_new_devices: {
|
|
7153
|
+
default: true,
|
|
7154
|
+
type: 'boolean',
|
|
7155
|
+
},
|
|
7146
7156
|
custom_metadata: {
|
|
7147
7157
|
additionalProperties: {
|
|
7148
7158
|
nullable: true,
|
|
@@ -7171,7 +7181,7 @@ export default {
|
|
|
7171
7181
|
],
|
|
7172
7182
|
type: 'string',
|
|
7173
7183
|
},
|
|
7174
|
-
wait_for_device_creation: { type: 'boolean' },
|
|
7184
|
+
wait_for_device_creation: { default: false, type: 'boolean' },
|
|
7175
7185
|
},
|
|
7176
7186
|
type: 'object',
|
|
7177
7187
|
},
|
|
@@ -7292,9 +7302,10 @@ export default {
|
|
|
7292
7302
|
401: { description: 'Unauthorized' },
|
|
7293
7303
|
},
|
|
7294
7304
|
security: [
|
|
7295
|
-
{
|
|
7296
|
-
{
|
|
7297
|
-
{
|
|
7305
|
+
{ client_session: [] },
|
|
7306
|
+
{ pat_with_workspace: [] },
|
|
7307
|
+
{ console_session: [] },
|
|
7308
|
+
{ api_key: [] },
|
|
7298
7309
|
],
|
|
7299
7310
|
summary: '/connect_webviews/get',
|
|
7300
7311
|
tags: ['/connect_webviews'],
|