@seamapi/types 1.481.0 → 1.482.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.
@@ -26037,12 +26037,14 @@ declare const _default: {
26037
26037
  };
26038
26038
  user_identity_id: {
26039
26039
  description: string;
26040
+ format: string;
26040
26041
  type: string;
26041
26042
  };
26042
26043
  user_identity_ids: {
26043
26044
  deprecated: boolean;
26044
26045
  description: string;
26045
26046
  items: {
26047
+ format: string;
26046
26048
  type: string;
26047
26049
  };
26048
26050
  maxItems: number;
@@ -26154,12 +26156,14 @@ declare const _default: {
26154
26156
  };
26155
26157
  user_identity_id: {
26156
26158
  description: string;
26159
+ format: string;
26157
26160
  type: string;
26158
26161
  };
26159
26162
  user_identity_ids: {
26160
26163
  deprecated: boolean;
26161
26164
  description: string;
26162
26165
  items: {
26166
+ format: string;
26163
26167
  type: string;
26164
26168
  };
26165
26169
  maxItems: number;
@@ -26357,14 +26361,23 @@ declare const _default: {
26357
26361
  get: {
26358
26362
  description: string;
26359
26363
  operationId: string;
26360
- parameters: {
26364
+ parameters: ({
26361
26365
  in: string;
26362
26366
  name: string;
26363
26367
  schema: {
26364
26368
  description: string;
26369
+ format: string;
26365
26370
  type: string;
26366
26371
  };
26367
- }[];
26372
+ } | {
26373
+ in: string;
26374
+ name: string;
26375
+ schema: {
26376
+ description: string;
26377
+ type: string;
26378
+ format?: never;
26379
+ };
26380
+ })[];
26368
26381
  responses: {
26369
26382
  200: {
26370
26383
  content: {
@@ -26431,6 +26444,7 @@ declare const _default: {
26431
26444
  properties: {
26432
26445
  client_session_id: {
26433
26446
  description: string;
26447
+ format: string;
26434
26448
  type: string;
26435
26449
  };
26436
26450
  user_identifier_key: {
@@ -26535,12 +26549,14 @@ declare const _default: {
26535
26549
  };
26536
26550
  user_identity_id: {
26537
26551
  description: string;
26552
+ format: string;
26538
26553
  type: string;
26539
26554
  };
26540
26555
  user_identity_ids: {
26541
26556
  deprecated: boolean;
26542
26557
  description: string;
26543
26558
  items: {
26559
+ format: string;
26544
26560
  type: string;
26545
26561
  };
26546
26562
  maxItems: number;
@@ -37970,6 +37986,7 @@ declare const _default: {
37970
37986
  required: boolean;
37971
37987
  schema: {
37972
37988
  description: string;
37989
+ format: string;
37973
37990
  type: string;
37974
37991
  };
37975
37992
  }[];
@@ -38075,6 +38092,7 @@ declare const _default: {
38075
38092
  properties: {
38076
38093
  customer_portal_id: {
38077
38094
  description: string;
38095
+ format: string;
38078
38096
  type: string;
38079
38097
  };
38080
38098
  };
@@ -38664,6 +38682,7 @@ declare const _default: {
38664
38682
  items: {
38665
38683
  properties: {
38666
38684
  acs_entrance_id: {
38685
+ format: string;
38667
38686
  type: string;
38668
38687
  };
38669
38688
  name: {
@@ -38679,6 +38698,7 @@ declare const _default: {
38679
38698
  items: {
38680
38699
  properties: {
38681
38700
  device_id: {
38701
+ format: string;
38682
38702
  type: string;
38683
38703
  };
38684
38704
  device_type: {
@@ -38773,6 +38793,7 @@ declare const _default: {
38773
38793
  items: {
38774
38794
  properties: {
38775
38795
  acs_entrance_id: {
38796
+ format: string;
38776
38797
  type: string;
38777
38798
  };
38778
38799
  name: {
@@ -38788,6 +38809,7 @@ declare const _default: {
38788
38809
  items: {
38789
38810
  properties: {
38790
38811
  device_id: {
38812
+ format: string;
38791
38813
  type: string;
38792
38814
  };
38793
38815
  device_type: {
@@ -32788,12 +32788,13 @@ export default {
32788
32788
  },
32789
32789
  user_identity_id: {
32790
32790
  description: 'ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to create a client session.',
32791
+ format: 'uuid',
32791
32792
  type: 'string',
32792
32793
  },
32793
32794
  user_identity_ids: {
32794
32795
  deprecated: true,
32795
32796
  description: 'IDs of the [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session.',
32796
- items: { type: 'string' },
32797
+ items: { format: 'uuid', type: 'string' },
32797
32798
  maxItems: 1,
32798
32799
  minItems: 1,
32799
32800
  type: 'array',
@@ -32878,12 +32879,13 @@ export default {
32878
32879
  },
32879
32880
  user_identity_id: {
32880
32881
  description: 'ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to create a client session.',
32882
+ format: 'uuid',
32881
32883
  type: 'string',
32882
32884
  },
32883
32885
  user_identity_ids: {
32884
32886
  deprecated: true,
32885
32887
  description: 'IDs of the [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session.',
32886
- items: { type: 'string' },
32888
+ items: { format: 'uuid', type: 'string' },
32887
32889
  maxItems: 1,
32888
32890
  minItems: 1,
32889
32891
  type: 'array',
@@ -33034,6 +33036,7 @@ export default {
33034
33036
  name: 'client_session_id',
33035
33037
  schema: {
33036
33038
  description: 'ID of the client session that you want to get.',
33039
+ format: 'uuid',
33037
33040
  type: 'string',
33038
33041
  },
33039
33042
  },
@@ -33091,6 +33094,7 @@ export default {
33091
33094
  properties: {
33092
33095
  client_session_id: {
33093
33096
  description: 'ID of the client session that you want to get.',
33097
+ format: 'uuid',
33094
33098
  type: 'string',
33095
33099
  },
33096
33100
  user_identifier_key: {
@@ -33170,12 +33174,13 @@ export default {
33170
33174
  },
33171
33175
  user_identity_id: {
33172
33176
  description: 'ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session (or that are already associated with the existing client session).',
33177
+ format: 'uuid',
33173
33178
  type: 'string',
33174
33179
  },
33175
33180
  user_identity_ids: {
33176
33181
  deprecated: true,
33177
33182
  description: 'IDs of the [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session.',
33178
- items: { type: 'string' },
33183
+ items: { format: 'uuid', type: 'string' },
33179
33184
  maxItems: 1,
33180
33185
  minItems: 1,
33181
33186
  type: 'array',
@@ -44037,7 +44042,11 @@ export default {
44037
44042
  in: 'query',
44038
44043
  name: 'customer_portal_id',
44039
44044
  required: true,
44040
- schema: { description: 'Customer portal ID.', type: 'string' },
44045
+ schema: {
44046
+ description: 'Customer portal ID.',
44047
+ format: 'uuid',
44048
+ type: 'string',
44049
+ },
44041
44050
  },
44042
44051
  ],
44043
44052
  responses: {
@@ -44124,6 +44133,7 @@ export default {
44124
44133
  properties: {
44125
44134
  customer_portal_id: {
44126
44135
  description: 'Customer portal ID.',
44136
+ format: 'uuid',
44127
44137
  type: 'string',
44128
44138
  },
44129
44139
  },
@@ -44633,7 +44643,10 @@ export default {
44633
44643
  acs_entrances: {
44634
44644
  items: {
44635
44645
  properties: {
44636
- acs_entrance_id: { type: 'string' },
44646
+ acs_entrance_id: {
44647
+ format: 'uuid',
44648
+ type: 'string',
44649
+ },
44637
44650
  name: { type: 'string' },
44638
44651
  },
44639
44652
  required: ['acs_entrance_id', 'name'],
@@ -44644,7 +44657,7 @@ export default {
44644
44657
  devices: {
44645
44658
  items: {
44646
44659
  properties: {
44647
- device_id: { type: 'string' },
44660
+ device_id: { format: 'uuid', type: 'string' },
44648
44661
  device_type: {
44649
44662
  enum: ['lock', 'thermostat', 'sensor'],
44650
44663
  type: 'string',
@@ -44729,7 +44742,10 @@ export default {
44729
44742
  acs_entrances: {
44730
44743
  items: {
44731
44744
  properties: {
44732
- acs_entrance_id: { type: 'string' },
44745
+ acs_entrance_id: {
44746
+ format: 'uuid',
44747
+ type: 'string',
44748
+ },
44733
44749
  name: { type: 'string' },
44734
44750
  },
44735
44751
  required: ['acs_entrance_id', 'name'],
@@ -44740,7 +44756,7 @@ export default {
44740
44756
  devices: {
44741
44757
  items: {
44742
44758
  properties: {
44743
- device_id: { type: 'string' },
44759
+ device_id: { format: 'uuid', type: 'string' },
44744
44760
  device_type: {
44745
44761
  enum: ['lock', 'thermostat', 'sensor'],
44746
44762
  type: 'string',