@seamapi/types 1.392.1 → 1.393.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.
@@ -1 +1 @@
1
- {"version":3,"file":"assa-abloy-vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IACrD,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,+BAA+B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACzC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAA"}
1
+ {"version":3,"file":"assa-abloy-vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IACrD,gFAAgF;IAChF,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,+BAA+B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACzC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAA"}
@@ -23145,6 +23145,63 @@ declare const _default: {
23145
23145
  'x-undocumented': string;
23146
23146
  };
23147
23147
  };
23148
+ '/seam/mobile_sdk/v1/acs/credentials/list': {
23149
+ post: {
23150
+ description: string;
23151
+ operationId: string;
23152
+ requestBody: {
23153
+ content: {
23154
+ 'application/json': {
23155
+ schema: {
23156
+ properties: {};
23157
+ type: string;
23158
+ };
23159
+ };
23160
+ };
23161
+ };
23162
+ responses: {
23163
+ 200: {
23164
+ content: {
23165
+ 'application/json': {
23166
+ schema: {
23167
+ properties: {
23168
+ acs_credentials: {
23169
+ items: {
23170
+ $ref: string;
23171
+ };
23172
+ type: string;
23173
+ };
23174
+ ok: {
23175
+ type: string;
23176
+ };
23177
+ };
23178
+ required: string[];
23179
+ type: string;
23180
+ };
23181
+ };
23182
+ };
23183
+ description: string;
23184
+ };
23185
+ 400: {
23186
+ description: string;
23187
+ };
23188
+ 401: {
23189
+ description: string;
23190
+ };
23191
+ };
23192
+ security: {
23193
+ client_session: never[];
23194
+ }[];
23195
+ summary: string;
23196
+ tags: string[];
23197
+ 'x-fern-sdk-group-name': string[];
23198
+ 'x-fern-sdk-method-name': string;
23199
+ 'x-fern-sdk-return-value': string;
23200
+ 'x-response-key': string;
23201
+ 'x-title': string;
23202
+ 'x-undocumented': string;
23203
+ };
23204
+ };
23148
23205
  '/thermostats/activate_climate_preset': {
23149
23206
  post: {
23150
23207
  description: string;
@@ -2544,6 +2544,26 @@ export default {
2544
2544
  required: ['created_at', 'message', 'error_code'],
2545
2545
  type: 'object',
2546
2546
  },
2547
+ {
2548
+ description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).',
2549
+ properties: {
2550
+ created_at: {
2551
+ description: 'Date and time at which Seam created the error.',
2552
+ format: 'date-time',
2553
+ type: 'string',
2554
+ },
2555
+ error_code: {
2556
+ enum: ['latch_conflict_with_resident_user'],
2557
+ type: 'string',
2558
+ },
2559
+ message: {
2560
+ description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
2561
+ type: 'string',
2562
+ },
2563
+ },
2564
+ required: ['created_at', 'message', 'error_code'],
2565
+ type: 'object',
2566
+ },
2547
2567
  ],
2548
2568
  },
2549
2569
  type: 'array',
@@ -15702,6 +15722,26 @@ export default {
15702
15722
  required: ['created_at', 'message', 'error_code'],
15703
15723
  type: 'object',
15704
15724
  },
15725
+ {
15726
+ description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).',
15727
+ properties: {
15728
+ created_at: {
15729
+ description: 'Date and time at which Seam created the error.',
15730
+ format: 'date-time',
15731
+ type: 'string',
15732
+ },
15733
+ error_code: {
15734
+ enum: ['latch_conflict_with_resident_user'],
15735
+ type: 'string',
15736
+ },
15737
+ message: {
15738
+ description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
15739
+ type: 'string',
15740
+ },
15741
+ },
15742
+ required: ['created_at', 'message', 'error_code'],
15743
+ type: 'object',
15744
+ },
15705
15745
  ],
15706
15746
  },
15707
15747
  type: 'array',
@@ -27805,6 +27845,54 @@ export default {
27805
27845
  'x-undocumented': 'Seam Instant Key only.',
27806
27846
  },
27807
27847
  },
27848
+ '/seam/mobile_sdk/v1/acs/credentials/list': {
27849
+ post: {
27850
+ description: 'Returns a list of all ACS credentials.',
27851
+ operationId: 'seamMobileSdkV1AcsCredentialsListPost',
27852
+ requestBody: {
27853
+ content: {
27854
+ 'application/json': { schema: { properties: {}, type: 'object' } },
27855
+ },
27856
+ },
27857
+ responses: {
27858
+ 200: {
27859
+ content: {
27860
+ 'application/json': {
27861
+ schema: {
27862
+ properties: {
27863
+ acs_credentials: {
27864
+ items: { $ref: '#/components/schemas/acs_credential' },
27865
+ type: 'array',
27866
+ },
27867
+ ok: { type: 'boolean' },
27868
+ },
27869
+ required: ['acs_credentials', 'ok'],
27870
+ type: 'object',
27871
+ },
27872
+ },
27873
+ },
27874
+ description: 'OK',
27875
+ },
27876
+ 400: { description: 'Bad Request' },
27877
+ 401: { description: 'Unauthorized' },
27878
+ },
27879
+ security: [{ client_session: [] }],
27880
+ summary: '/seam/mobile_sdk/v1/acs/credentials/list',
27881
+ tags: ['/acs'],
27882
+ 'x-fern-sdk-group-name': [
27883
+ 'seam',
27884
+ 'mobile_sdk',
27885
+ 'v1',
27886
+ 'acs',
27887
+ 'credentials',
27888
+ ],
27889
+ 'x-fern-sdk-method-name': 'list',
27890
+ 'x-fern-sdk-return-value': 'acs_credentials',
27891
+ 'x-response-key': 'acs_credentials',
27892
+ 'x-title': 'List Credentials',
27893
+ 'x-undocumented': 'Mobile SDK only.',
27894
+ },
27895
+ },
27808
27896
  '/thermostats/activate_climate_preset': {
27809
27897
  post: {
27810
27898
  description: 'Activates a specified [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',