@seamapi/types 1.121.0 → 1.122.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 +6 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +12 -5
- package/lib/seam/connect/openapi.d.ts +6 -4
- package/lib/seam/connect/openapi.js +5 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -1
- package/lib/seam/connect/unstable/models/acs/system.d.ts +6 -0
- package/lib/seam/connect/unstable/models/acs/system.js +2 -0
- package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -8
- package/src/lib/seam/connect/route-types.ts +6 -1
- package/src/lib/seam/connect/unstable/models/acs/system.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -244,6 +244,12 @@ declare const _default: {
|
|
|
244
244
|
external_type_display_name: {
|
|
245
245
|
type: string;
|
|
246
246
|
};
|
|
247
|
+
image_alt_text: {
|
|
248
|
+
type: string;
|
|
249
|
+
};
|
|
250
|
+
image_url: {
|
|
251
|
+
type: string;
|
|
252
|
+
};
|
|
247
253
|
name: {
|
|
248
254
|
type: string;
|
|
249
255
|
};
|
|
@@ -13084,10 +13090,6 @@ declare const _default: {
|
|
|
13084
13090
|
'application/json': {
|
|
13085
13091
|
schema: {
|
|
13086
13092
|
properties: {
|
|
13087
|
-
assa_abloy_credential_service_acs_system_id: {
|
|
13088
|
-
format: string;
|
|
13089
|
-
type: string;
|
|
13090
|
-
};
|
|
13091
13093
|
assa_abloy_metadata: {
|
|
13092
13094
|
default: {};
|
|
13093
13095
|
properties: {
|
|
@@ -18256,6 +18258,8 @@ interface Routes {
|
|
|
18256
18258
|
created_at: string;
|
|
18257
18259
|
workspace_id: string;
|
|
18258
18260
|
connected_account_ids: string[];
|
|
18261
|
+
image_url: string;
|
|
18262
|
+
image_alt_text: string;
|
|
18259
18263
|
};
|
|
18260
18264
|
};
|
|
18261
18265
|
};
|
|
@@ -18281,6 +18285,8 @@ interface Routes {
|
|
|
18281
18285
|
created_at: string;
|
|
18282
18286
|
workspace_id: string;
|
|
18283
18287
|
connected_account_ids: string[];
|
|
18288
|
+
image_url: string;
|
|
18289
|
+
image_alt_text: string;
|
|
18284
18290
|
}>;
|
|
18285
18291
|
};
|
|
18286
18292
|
};
|
|
@@ -22538,7 +22544,6 @@ interface Routes {
|
|
|
22538
22544
|
method: 'GET' | 'POST';
|
|
22539
22545
|
queryParams: {};
|
|
22540
22546
|
jsonBody: {
|
|
22541
|
-
assa_abloy_credential_service_acs_system_id: string;
|
|
22542
22547
|
custom_sdk_installation_id?: string | undefined;
|
|
22543
22548
|
user_identity_id: string;
|
|
22544
22549
|
phone_metadata?: {
|
|
@@ -24505,6 +24510,8 @@ interface Routes {
|
|
|
24505
24510
|
created_at: string;
|
|
24506
24511
|
workspace_id: string;
|
|
24507
24512
|
connected_account_ids: string[];
|
|
24513
|
+
image_url: string;
|
|
24514
|
+
image_alt_text: string;
|
|
24508
24515
|
}>;
|
|
24509
24516
|
};
|
|
24510
24517
|
};
|
|
@@ -170,6 +170,12 @@ declare const _default: {
|
|
|
170
170
|
external_type_display_name: {
|
|
171
171
|
type: string;
|
|
172
172
|
};
|
|
173
|
+
image_alt_text: {
|
|
174
|
+
type: string;
|
|
175
|
+
};
|
|
176
|
+
image_url: {
|
|
177
|
+
type: string;
|
|
178
|
+
};
|
|
173
179
|
name: {
|
|
174
180
|
type: string;
|
|
175
181
|
};
|
|
@@ -13010,10 +13016,6 @@ declare const _default: {
|
|
|
13010
13016
|
'application/json': {
|
|
13011
13017
|
schema: {
|
|
13012
13018
|
properties: {
|
|
13013
|
-
assa_abloy_credential_service_acs_system_id: {
|
|
13014
|
-
format: string;
|
|
13015
|
-
type: string;
|
|
13016
|
-
};
|
|
13017
13019
|
assa_abloy_metadata: {
|
|
13018
13020
|
default: {};
|
|
13019
13021
|
properties: {
|
|
@@ -183,6 +183,8 @@ export default {
|
|
|
183
183
|
type: 'string',
|
|
184
184
|
},
|
|
185
185
|
external_type_display_name: { type: 'string' },
|
|
186
|
+
image_alt_text: { type: 'string' },
|
|
187
|
+
image_url: { type: 'string' },
|
|
186
188
|
name: { type: 'string' },
|
|
187
189
|
system_type: {
|
|
188
190
|
description: 'deprecated: use external_type',
|
|
@@ -213,6 +215,8 @@ export default {
|
|
|
213
215
|
'created_at',
|
|
214
216
|
'workspace_id',
|
|
215
217
|
'connected_account_ids',
|
|
218
|
+
'image_url',
|
|
219
|
+
'image_alt_text',
|
|
216
220
|
],
|
|
217
221
|
type: 'object',
|
|
218
222
|
},
|
|
@@ -9715,10 +9719,6 @@ export default {
|
|
|
9715
9719
|
'application/json': {
|
|
9716
9720
|
schema: {
|
|
9717
9721
|
properties: {
|
|
9718
|
-
assa_abloy_credential_service_acs_system_id: {
|
|
9719
|
-
format: 'uuid',
|
|
9720
|
-
type: 'string',
|
|
9721
|
-
},
|
|
9722
9722
|
assa_abloy_metadata: {
|
|
9723
9723
|
default: {},
|
|
9724
9724
|
properties: {
|
|
@@ -9754,10 +9754,7 @@ export default {
|
|
|
9754
9754
|
},
|
|
9755
9755
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
9756
9756
|
},
|
|
9757
|
-
required: [
|
|
9758
|
-
'assa_abloy_credential_service_acs_system_id',
|
|
9759
|
-
'user_identity_id',
|
|
9760
|
-
],
|
|
9757
|
+
required: ['user_identity_id'],
|
|
9761
9758
|
type: 'object',
|
|
9762
9759
|
},
|
|
9763
9760
|
},
|