@seamapi/types 1.108.1 → 1.110.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 +38 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +41 -2
- package/dist/devicedb.cjs +5 -16
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +98 -130
- package/lib/seam/connect/openapi.d.ts +39 -0
- package/lib/seam/connect/openapi.js +38 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/lib/seam/devicedb/index.d.ts +2 -2
- package/lib/seam/devicedb/index.js +1 -1
- package/lib/seam/devicedb/index.js.map +1 -1
- package/lib/seam/devicedb/models/device-capability.js.map +1 -0
- package/lib/seam/devicedb/{public-models/device-model-v1.d.ts → models/device-model.d.ts} +19 -19
- package/lib/seam/devicedb/{public-models/device-model-v1.js → models/device-model.js} +1 -1
- package/lib/seam/devicedb/models/device-model.js.map +1 -0
- package/lib/seam/devicedb/models/hardware.js.map +1 -0
- package/lib/seam/devicedb/models/image-reference.js.map +1 -0
- package/lib/seam/devicedb/{public-models → models}/index.d.ts +1 -2
- package/lib/seam/devicedb/{public-models → models}/index.js +1 -2
- package/lib/seam/devicedb/models/index.js.map +1 -0
- package/lib/seam/devicedb/{public-models → models}/manufacturer.d.ts +4 -4
- package/lib/seam/devicedb/models/manufacturer.js.map +1 -0
- package/lib/seam/devicedb/route-specs.d.ts +70 -70
- package/lib/seam/devicedb/route-specs.js +1 -1
- package/lib/seam/devicedb/route-specs.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +38 -3
- package/src/lib/seam/connect/route-types.ts +2 -0
- package/src/lib/seam/devicedb/index.ts +3 -3
- package/src/lib/seam/devicedb/{public-models/device-model-v1.ts → models/device-model.ts} +3 -3
- package/src/lib/seam/devicedb/{public-models → models}/index.ts +1 -2
- package/src/lib/seam/devicedb/route-specs.ts +1 -1
- package/lib/seam/devicedb/public-models/device-capability.js.map +0 -1
- package/lib/seam/devicedb/public-models/device-model-v0.d.ts +0 -30
- package/lib/seam/devicedb/public-models/device-model-v0.js +0 -12
- package/lib/seam/devicedb/public-models/device-model-v0.js.map +0 -1
- package/lib/seam/devicedb/public-models/device-model-v1.js.map +0 -1
- package/lib/seam/devicedb/public-models/hardware.js.map +0 -1
- package/lib/seam/devicedb/public-models/image-reference.js.map +0 -1
- package/lib/seam/devicedb/public-models/index.js.map +0 -1
- package/lib/seam/devicedb/public-models/manufacturer.js.map +0 -1
- package/src/lib/seam/devicedb/public-models/device-model-v0.ts +0 -14
- /package/lib/seam/devicedb/{public-models → models}/device-capability.d.ts +0 -0
- /package/lib/seam/devicedb/{public-models → models}/device-capability.js +0 -0
- /package/lib/seam/devicedb/{public-models → models}/hardware.d.ts +0 -0
- /package/lib/seam/devicedb/{public-models → models}/hardware.js +0 -0
- /package/lib/seam/devicedb/{public-models → models}/image-reference.d.ts +0 -0
- /package/lib/seam/devicedb/{public-models → models}/image-reference.js +0 -0
- /package/lib/seam/devicedb/{public-models → models}/manufacturer.js +0 -0
- /package/src/lib/seam/devicedb/{public-models → models}/device-capability.ts +0 -0
- /package/src/lib/seam/devicedb/{public-models → models}/hardware.ts +0 -0
- /package/src/lib/seam/devicedb/{public-models → models}/image-reference.ts +0 -0
- /package/src/lib/seam/devicedb/{public-models → models}/manufacturer.ts +0 -0
|
@@ -7651,6 +7651,19 @@ declare const _default: {
|
|
|
7651
7651
|
};
|
|
7652
7652
|
responses: {
|
|
7653
7653
|
200: {
|
|
7654
|
+
content: {
|
|
7655
|
+
'application/json': {
|
|
7656
|
+
schema: {
|
|
7657
|
+
properties: {
|
|
7658
|
+
ok: {
|
|
7659
|
+
type: string;
|
|
7660
|
+
};
|
|
7661
|
+
};
|
|
7662
|
+
required: string[];
|
|
7663
|
+
type: string;
|
|
7664
|
+
};
|
|
7665
|
+
};
|
|
7666
|
+
};
|
|
7654
7667
|
description: string;
|
|
7655
7668
|
};
|
|
7656
7669
|
400: {
|
|
@@ -7702,6 +7715,19 @@ declare const _default: {
|
|
|
7702
7715
|
};
|
|
7703
7716
|
responses: {
|
|
7704
7717
|
200: {
|
|
7718
|
+
content: {
|
|
7719
|
+
'application/json': {
|
|
7720
|
+
schema: {
|
|
7721
|
+
properties: {
|
|
7722
|
+
ok: {
|
|
7723
|
+
type: string;
|
|
7724
|
+
};
|
|
7725
|
+
};
|
|
7726
|
+
required: string[];
|
|
7727
|
+
type: string;
|
|
7728
|
+
};
|
|
7729
|
+
};
|
|
7730
|
+
};
|
|
7705
7731
|
description: string;
|
|
7706
7732
|
};
|
|
7707
7733
|
400: {
|
|
@@ -8198,6 +8224,19 @@ declare const _default: {
|
|
|
8198
8224
|
};
|
|
8199
8225
|
responses: {
|
|
8200
8226
|
200: {
|
|
8227
|
+
content: {
|
|
8228
|
+
'application/json': {
|
|
8229
|
+
schema: {
|
|
8230
|
+
properties: {
|
|
8231
|
+
ok: {
|
|
8232
|
+
type: string;
|
|
8233
|
+
};
|
|
8234
|
+
};
|
|
8235
|
+
required: string[];
|
|
8236
|
+
type: string;
|
|
8237
|
+
};
|
|
8238
|
+
};
|
|
8239
|
+
};
|
|
8201
8240
|
description: string;
|
|
8202
8241
|
};
|
|
8203
8242
|
400: {
|
|
@@ -5559,7 +5559,18 @@ export default {
|
|
|
5559
5559
|
},
|
|
5560
5560
|
},
|
|
5561
5561
|
responses: {
|
|
5562
|
-
200: {
|
|
5562
|
+
200: {
|
|
5563
|
+
content: {
|
|
5564
|
+
'application/json': {
|
|
5565
|
+
schema: {
|
|
5566
|
+
properties: { ok: { type: 'boolean' } },
|
|
5567
|
+
required: ['ok'],
|
|
5568
|
+
type: 'object',
|
|
5569
|
+
},
|
|
5570
|
+
},
|
|
5571
|
+
},
|
|
5572
|
+
description: 'OK',
|
|
5573
|
+
},
|
|
5563
5574
|
400: { description: 'Bad Request' },
|
|
5564
5575
|
401: { description: 'Unauthorized' },
|
|
5565
5576
|
},
|
|
@@ -5590,7 +5601,18 @@ export default {
|
|
|
5590
5601
|
},
|
|
5591
5602
|
},
|
|
5592
5603
|
responses: {
|
|
5593
|
-
200: {
|
|
5604
|
+
200: {
|
|
5605
|
+
content: {
|
|
5606
|
+
'application/json': {
|
|
5607
|
+
schema: {
|
|
5608
|
+
properties: { ok: { type: 'boolean' } },
|
|
5609
|
+
required: ['ok'],
|
|
5610
|
+
type: 'object',
|
|
5611
|
+
},
|
|
5612
|
+
},
|
|
5613
|
+
},
|
|
5614
|
+
description: 'OK',
|
|
5615
|
+
},
|
|
5594
5616
|
400: { description: 'Bad Request' },
|
|
5595
5617
|
401: { description: 'Unauthorized' },
|
|
5596
5618
|
},
|
|
@@ -5930,7 +5952,18 @@ export default {
|
|
|
5930
5952
|
},
|
|
5931
5953
|
},
|
|
5932
5954
|
responses: {
|
|
5933
|
-
200: {
|
|
5955
|
+
200: {
|
|
5956
|
+
content: {
|
|
5957
|
+
'application/json': {
|
|
5958
|
+
schema: {
|
|
5959
|
+
properties: { ok: { type: 'boolean' } },
|
|
5960
|
+
required: ['ok'],
|
|
5961
|
+
type: 'object',
|
|
5962
|
+
},
|
|
5963
|
+
},
|
|
5964
|
+
},
|
|
5965
|
+
description: 'OK',
|
|
5966
|
+
},
|
|
5934
5967
|
400: { description: 'Bad Request' },
|
|
5935
5968
|
401: { description: 'Unauthorized' },
|
|
5936
5969
|
},
|
|
@@ -8275,6 +8308,7 @@ export default {
|
|
|
8275
8308
|
'access_code.unmanaged.removed',
|
|
8276
8309
|
'lock.locked',
|
|
8277
8310
|
'lock.unlocked',
|
|
8311
|
+
'phone.deactivated',
|
|
8278
8312
|
'connected_account.connected',
|
|
8279
8313
|
'connected_account.successful_login',
|
|
8280
8314
|
'connected_account.created',
|
|
@@ -8325,6 +8359,7 @@ export default {
|
|
|
8325
8359
|
'access_code.unmanaged.removed',
|
|
8326
8360
|
'lock.locked',
|
|
8327
8361
|
'lock.unlocked',
|
|
8362
|
+
'phone.deactivated',
|
|
8328
8363
|
'connected_account.connected',
|
|
8329
8364
|
'connected_account.successful_login',
|
|
8330
8365
|
'connected_account.created',
|