@seamapi/types 1.480.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.
@@ -66784,12 +66784,14 @@ declare const _default: {
66784
66784
  };
66785
66785
  user_identity_id: {
66786
66786
  description: string;
66787
+ format: string;
66787
66788
  type: string;
66788
66789
  };
66789
66790
  user_identity_ids: {
66790
66791
  deprecated: boolean;
66791
66792
  description: string;
66792
66793
  items: {
66794
+ format: string;
66793
66795
  type: string;
66794
66796
  };
66795
66797
  maxItems: number;
@@ -66901,12 +66903,14 @@ declare const _default: {
66901
66903
  };
66902
66904
  user_identity_id: {
66903
66905
  description: string;
66906
+ format: string;
66904
66907
  type: string;
66905
66908
  };
66906
66909
  user_identity_ids: {
66907
66910
  deprecated: boolean;
66908
66911
  description: string;
66909
66912
  items: {
66913
+ format: string;
66910
66914
  type: string;
66911
66915
  };
66912
66916
  maxItems: number;
@@ -67104,14 +67108,23 @@ declare const _default: {
67104
67108
  get: {
67105
67109
  description: string;
67106
67110
  operationId: string;
67107
- parameters: {
67111
+ parameters: ({
67108
67112
  in: string;
67109
67113
  name: string;
67110
67114
  schema: {
67111
67115
  description: string;
67116
+ format: string;
67112
67117
  type: string;
67113
67118
  };
67114
- }[];
67119
+ } | {
67120
+ in: string;
67121
+ name: string;
67122
+ schema: {
67123
+ description: string;
67124
+ type: string;
67125
+ format?: never;
67126
+ };
67127
+ })[];
67115
67128
  responses: {
67116
67129
  200: {
67117
67130
  content: {
@@ -67178,6 +67191,7 @@ declare const _default: {
67178
67191
  properties: {
67179
67192
  client_session_id: {
67180
67193
  description: string;
67194
+ format: string;
67181
67195
  type: string;
67182
67196
  };
67183
67197
  user_identifier_key: {
@@ -67282,12 +67296,14 @@ declare const _default: {
67282
67296
  };
67283
67297
  user_identity_id: {
67284
67298
  description: string;
67299
+ format: string;
67285
67300
  type: string;
67286
67301
  };
67287
67302
  user_identity_ids: {
67288
67303
  deprecated: boolean;
67289
67304
  description: string;
67290
67305
  items: {
67306
+ format: string;
67291
67307
  type: string;
67292
67308
  };
67293
67309
  maxItems: number;
@@ -78717,6 +78733,7 @@ declare const _default: {
78717
78733
  required: boolean;
78718
78734
  schema: {
78719
78735
  description: string;
78736
+ format: string;
78720
78737
  type: string;
78721
78738
  };
78722
78739
  }[];
@@ -78822,6 +78839,7 @@ declare const _default: {
78822
78839
  properties: {
78823
78840
  customer_portal_id: {
78824
78841
  description: string;
78842
+ format: string;
78825
78843
  type: string;
78826
78844
  };
78827
78845
  };
@@ -79411,6 +79429,7 @@ declare const _default: {
79411
79429
  items: {
79412
79430
  properties: {
79413
79431
  acs_entrance_id: {
79432
+ format: string;
79414
79433
  type: string;
79415
79434
  };
79416
79435
  name: {
@@ -79426,6 +79445,7 @@ declare const _default: {
79426
79445
  items: {
79427
79446
  properties: {
79428
79447
  device_id: {
79448
+ format: string;
79429
79449
  type: string;
79430
79450
  };
79431
79451
  device_type: {
@@ -79520,6 +79540,7 @@ declare const _default: {
79520
79540
  items: {
79521
79541
  properties: {
79522
79542
  acs_entrance_id: {
79543
+ format: string;
79523
79544
  type: string;
79524
79545
  };
79525
79546
  name: {
@@ -79535,6 +79556,7 @@ declare const _default: {
79535
79556
  items: {
79536
79557
  properties: {
79537
79558
  device_id: {
79559
+ format: string;
79538
79560
  type: string;
79539
79561
  };
79540
79562
  device_type: {
@@ -88547,32 +88569,22 @@ declare const _default: {
88547
88569
  };
88548
88570
  };
88549
88571
  security: ({
88550
- client_session: never[];
88551
- client_session_with_customer?: never;
88552
- pat_with_workspace?: never;
88553
- console_session_with_workspace?: never;
88554
- api_key?: never;
88555
- } | {
88556
88572
  client_session_with_customer: never[];
88557
- client_session?: never;
88558
88573
  pat_with_workspace?: never;
88559
88574
  console_session_with_workspace?: never;
88560
88575
  api_key?: never;
88561
88576
  } | {
88562
88577
  pat_with_workspace: never[];
88563
- client_session?: never;
88564
88578
  client_session_with_customer?: never;
88565
88579
  console_session_with_workspace?: never;
88566
88580
  api_key?: never;
88567
88581
  } | {
88568
88582
  console_session_with_workspace: never[];
88569
- client_session?: never;
88570
88583
  client_session_with_customer?: never;
88571
88584
  pat_with_workspace?: never;
88572
88585
  api_key?: never;
88573
88586
  } | {
88574
88587
  api_key: never[];
88575
- client_session?: never;
88576
88588
  client_session_with_customer?: never;
88577
88589
  pat_with_workspace?: never;
88578
88590
  console_session_with_workspace?: never;
@@ -88661,32 +88673,22 @@ declare const _default: {
88661
88673
  };
88662
88674
  };
88663
88675
  security: ({
88664
- client_session: never[];
88665
- client_session_with_customer?: never;
88666
- pat_with_workspace?: never;
88667
- console_session_with_workspace?: never;
88668
- api_key?: never;
88669
- } | {
88670
88676
  client_session_with_customer: never[];
88671
- client_session?: never;
88672
88677
  pat_with_workspace?: never;
88673
88678
  console_session_with_workspace?: never;
88674
88679
  api_key?: never;
88675
88680
  } | {
88676
88681
  pat_with_workspace: never[];
88677
- client_session?: never;
88678
88682
  client_session_with_customer?: never;
88679
88683
  console_session_with_workspace?: never;
88680
88684
  api_key?: never;
88681
88685
  } | {
88682
88686
  console_session_with_workspace: never[];
88683
- client_session?: never;
88684
88687
  client_session_with_customer?: never;
88685
88688
  pat_with_workspace?: never;
88686
88689
  api_key?: never;
88687
88690
  } | {
88688
88691
  api_key: never[];
88689
- client_session?: never;
88690
88692
  client_session_with_customer?: never;
88691
88693
  pat_with_workspace?: never;
88692
88694
  console_session_with_workspace?: never;
@@ -88780,32 +88782,22 @@ declare const _default: {
88780
88782
  };
88781
88783
  };
88782
88784
  security: ({
88783
- client_session: never[];
88784
- client_session_with_customer?: never;
88785
- pat_with_workspace?: never;
88786
- console_session_with_workspace?: never;
88787
- api_key?: never;
88788
- } | {
88789
88785
  client_session_with_customer: never[];
88790
- client_session?: never;
88791
88786
  pat_with_workspace?: never;
88792
88787
  console_session_with_workspace?: never;
88793
88788
  api_key?: never;
88794
88789
  } | {
88795
88790
  pat_with_workspace: never[];
88796
- client_session?: never;
88797
88791
  client_session_with_customer?: never;
88798
88792
  console_session_with_workspace?: never;
88799
88793
  api_key?: never;
88800
88794
  } | {
88801
88795
  console_session_with_workspace: never[];
88802
- client_session?: never;
88803
88796
  client_session_with_customer?: never;
88804
88797
  pat_with_workspace?: never;
88805
88798
  api_key?: never;
88806
88799
  } | {
88807
88800
  api_key: never[];
88808
- client_session?: never;
88809
88801
  client_session_with_customer?: never;
88810
88802
  pat_with_workspace?: never;
88811
88803
  console_session_with_workspace?: never;
@@ -88888,32 +88880,22 @@ declare const _default: {
88888
88880
  };
88889
88881
  };
88890
88882
  security: ({
88891
- client_session: never[];
88892
- client_session_with_customer?: never;
88893
- pat_with_workspace?: never;
88894
- console_session_with_workspace?: never;
88895
- api_key?: never;
88896
- } | {
88897
88883
  client_session_with_customer: never[];
88898
- client_session?: never;
88899
88884
  pat_with_workspace?: never;
88900
88885
  console_session_with_workspace?: never;
88901
88886
  api_key?: never;
88902
88887
  } | {
88903
88888
  pat_with_workspace: never[];
88904
- client_session?: never;
88905
88889
  client_session_with_customer?: never;
88906
88890
  console_session_with_workspace?: never;
88907
88891
  api_key?: never;
88908
88892
  } | {
88909
88893
  console_session_with_workspace: never[];
88910
- client_session?: never;
88911
88894
  client_session_with_customer?: never;
88912
88895
  pat_with_workspace?: never;
88913
88896
  api_key?: never;
88914
88897
  } | {
88915
88898
  api_key: never[];
88916
- client_session?: never;
88917
88899
  client_session_with_customer?: never;
88918
88900
  pat_with_workspace?: never;
88919
88901
  console_session_with_workspace?: never;
@@ -88994,32 +88976,22 @@ declare const _default: {
88994
88976
  };
88995
88977
  };
88996
88978
  security: ({
88997
- client_session: never[];
88998
- client_session_with_customer?: never;
88999
- pat_with_workspace?: never;
89000
- console_session_with_workspace?: never;
89001
- api_key?: never;
89002
- } | {
89003
88979
  client_session_with_customer: never[];
89004
- client_session?: never;
89005
88980
  pat_with_workspace?: never;
89006
88981
  console_session_with_workspace?: never;
89007
88982
  api_key?: never;
89008
88983
  } | {
89009
88984
  pat_with_workspace: never[];
89010
- client_session?: never;
89011
88985
  client_session_with_customer?: never;
89012
88986
  console_session_with_workspace?: never;
89013
88987
  api_key?: never;
89014
88988
  } | {
89015
88989
  console_session_with_workspace: never[];
89016
- client_session?: never;
89017
88990
  client_session_with_customer?: never;
89018
88991
  pat_with_workspace?: never;
89019
88992
  api_key?: never;
89020
88993
  } | {
89021
88994
  api_key: never[];
89022
- client_session?: never;
89023
88995
  client_session_with_customer?: never;
89024
88996
  pat_with_workspace?: never;
89025
88997
  console_session_with_workspace?: never;
@@ -89089,32 +89061,22 @@ declare const _default: {
89089
89061
  };
89090
89062
  };
89091
89063
  security: ({
89092
- client_session: never[];
89093
- client_session_with_customer?: never;
89094
- pat_with_workspace?: never;
89095
- console_session_with_workspace?: never;
89096
- api_key?: never;
89097
- } | {
89098
89064
  client_session_with_customer: never[];
89099
- client_session?: never;
89100
89065
  pat_with_workspace?: never;
89101
89066
  console_session_with_workspace?: never;
89102
89067
  api_key?: never;
89103
89068
  } | {
89104
89069
  pat_with_workspace: never[];
89105
- client_session?: never;
89106
89070
  client_session_with_customer?: never;
89107
89071
  console_session_with_workspace?: never;
89108
89072
  api_key?: never;
89109
89073
  } | {
89110
89074
  console_session_with_workspace: never[];
89111
- client_session?: never;
89112
89075
  client_session_with_customer?: never;
89113
89076
  pat_with_workspace?: never;
89114
89077
  api_key?: never;
89115
89078
  } | {
89116
89079
  api_key: never[];
89117
- client_session?: never;
89118
89080
  client_session_with_customer?: never;
89119
89081
  pat_with_workspace?: never;
89120
89082
  console_session_with_workspace?: never;
@@ -89181,32 +89143,22 @@ declare const _default: {
89181
89143
  };
89182
89144
  };
89183
89145
  security: ({
89184
- client_session: never[];
89185
- client_session_with_customer?: never;
89186
- pat_with_workspace?: never;
89187
- console_session_with_workspace?: never;
89188
- api_key?: never;
89189
- } | {
89190
89146
  client_session_with_customer: never[];
89191
- client_session?: never;
89192
89147
  pat_with_workspace?: never;
89193
89148
  console_session_with_workspace?: never;
89194
89149
  api_key?: never;
89195
89150
  } | {
89196
89151
  pat_with_workspace: never[];
89197
- client_session?: never;
89198
89152
  client_session_with_customer?: never;
89199
89153
  console_session_with_workspace?: never;
89200
89154
  api_key?: never;
89201
89155
  } | {
89202
89156
  console_session_with_workspace: never[];
89203
- client_session?: never;
89204
89157
  client_session_with_customer?: never;
89205
89158
  pat_with_workspace?: never;
89206
89159
  api_key?: never;
89207
89160
  } | {
89208
89161
  api_key: never[];
89209
- client_session?: never;
89210
89162
  client_session_with_customer?: never;
89211
89163
  pat_with_workspace?: never;
89212
89164
  console_session_with_workspace?: never;
@@ -89249,32 +89201,22 @@ declare const _default: {
89249
89201
  };
89250
89202
  };
89251
89203
  security: ({
89252
- client_session: never[];
89253
- client_session_with_customer?: never;
89254
- pat_with_workspace?: never;
89255
- console_session_with_workspace?: never;
89256
- api_key?: never;
89257
- } | {
89258
89204
  client_session_with_customer: never[];
89259
- client_session?: never;
89260
89205
  pat_with_workspace?: never;
89261
89206
  console_session_with_workspace?: never;
89262
89207
  api_key?: never;
89263
89208
  } | {
89264
89209
  pat_with_workspace: never[];
89265
- client_session?: never;
89266
89210
  client_session_with_customer?: never;
89267
89211
  console_session_with_workspace?: never;
89268
89212
  api_key?: never;
89269
89213
  } | {
89270
89214
  console_session_with_workspace: never[];
89271
- client_session?: never;
89272
89215
  client_session_with_customer?: never;
89273
89216
  pat_with_workspace?: never;
89274
89217
  api_key?: never;
89275
89218
  } | {
89276
89219
  api_key: never[];
89277
- client_session?: never;
89278
89220
  client_session_with_customer?: never;
89279
89221
  pat_with_workspace?: never;
89280
89222
  console_session_with_workspace?: never;
package/dist/index.cjs CHANGED
@@ -38301,12 +38301,13 @@ var openapi_default = {
38301
38301
  },
38302
38302
  user_identity_id: {
38303
38303
  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.",
38304
+ format: "uuid",
38304
38305
  type: "string"
38305
38306
  },
38306
38307
  user_identity_ids: {
38307
38308
  deprecated: true,
38308
38309
  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.",
38309
- items: { type: "string" },
38310
+ items: { format: "uuid", type: "string" },
38310
38311
  maxItems: 1,
38311
38312
  minItems: 1,
38312
38313
  type: "array",
@@ -38391,12 +38392,13 @@ var openapi_default = {
38391
38392
  },
38392
38393
  user_identity_id: {
38393
38394
  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.",
38395
+ format: "uuid",
38394
38396
  type: "string"
38395
38397
  },
38396
38398
  user_identity_ids: {
38397
38399
  deprecated: true,
38398
38400
  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.",
38399
- items: { type: "string" },
38401
+ items: { format: "uuid", type: "string" },
38400
38402
  maxItems: 1,
38401
38403
  minItems: 1,
38402
38404
  type: "array",
@@ -38547,6 +38549,7 @@ var openapi_default = {
38547
38549
  name: "client_session_id",
38548
38550
  schema: {
38549
38551
  description: "ID of the client session that you want to get.",
38552
+ format: "uuid",
38550
38553
  type: "string"
38551
38554
  }
38552
38555
  },
@@ -38604,6 +38607,7 @@ var openapi_default = {
38604
38607
  properties: {
38605
38608
  client_session_id: {
38606
38609
  description: "ID of the client session that you want to get.",
38610
+ format: "uuid",
38607
38611
  type: "string"
38608
38612
  },
38609
38613
  user_identifier_key: {
@@ -38683,12 +38687,13 @@ var openapi_default = {
38683
38687
  },
38684
38688
  user_identity_id: {
38685
38689
  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).",
38690
+ format: "uuid",
38686
38691
  type: "string"
38687
38692
  },
38688
38693
  user_identity_ids: {
38689
38694
  deprecated: true,
38690
38695
  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.",
38691
- items: { type: "string" },
38696
+ items: { format: "uuid", type: "string" },
38692
38697
  maxItems: 1,
38693
38698
  minItems: 1,
38694
38699
  type: "array",
@@ -49550,7 +49555,11 @@ var openapi_default = {
49550
49555
  in: "query",
49551
49556
  name: "customer_portal_id",
49552
49557
  required: true,
49553
- schema: { description: "Customer portal ID.", type: "string" }
49558
+ schema: {
49559
+ description: "Customer portal ID.",
49560
+ format: "uuid",
49561
+ type: "string"
49562
+ }
49554
49563
  }
49555
49564
  ],
49556
49565
  responses: {
@@ -49637,6 +49646,7 @@ var openapi_default = {
49637
49646
  properties: {
49638
49647
  customer_portal_id: {
49639
49648
  description: "Customer portal ID.",
49649
+ format: "uuid",
49640
49650
  type: "string"
49641
49651
  }
49642
49652
  },
@@ -50146,7 +50156,10 @@ var openapi_default = {
50146
50156
  acs_entrances: {
50147
50157
  items: {
50148
50158
  properties: {
50149
- acs_entrance_id: { type: "string" },
50159
+ acs_entrance_id: {
50160
+ format: "uuid",
50161
+ type: "string"
50162
+ },
50150
50163
  name: { type: "string" }
50151
50164
  },
50152
50165
  required: ["acs_entrance_id", "name"],
@@ -50157,7 +50170,7 @@ var openapi_default = {
50157
50170
  devices: {
50158
50171
  items: {
50159
50172
  properties: {
50160
- device_id: { type: "string" },
50173
+ device_id: { format: "uuid", type: "string" },
50161
50174
  device_type: {
50162
50175
  enum: ["lock", "thermostat", "sensor"],
50163
50176
  type: "string"
@@ -50242,7 +50255,10 @@ var openapi_default = {
50242
50255
  acs_entrances: {
50243
50256
  items: {
50244
50257
  properties: {
50245
- acs_entrance_id: { type: "string" },
50258
+ acs_entrance_id: {
50259
+ format: "uuid",
50260
+ type: "string"
50261
+ },
50246
50262
  name: { type: "string" }
50247
50263
  },
50248
50264
  required: ["acs_entrance_id", "name"],
@@ -50253,7 +50269,7 @@ var openapi_default = {
50253
50269
  devices: {
50254
50270
  items: {
50255
50271
  properties: {
50256
- device_id: { type: "string" },
50272
+ device_id: { format: "uuid", type: "string" },
50257
50273
  device_type: {
50258
50274
  enum: ["lock", "thermostat", "sensor"],
50259
50275
  type: "string"
@@ -57368,7 +57384,6 @@ var openapi_default = {
57368
57384
  401: { description: "Unauthorized" }
57369
57385
  },
57370
57386
  security: [
57371
- { client_session: [] },
57372
57387
  { client_session_with_customer: [] },
57373
57388
  { pat_with_workspace: [] },
57374
57389
  { console_session_with_workspace: [] },
@@ -57440,7 +57455,6 @@ var openapi_default = {
57440
57455
  401: { description: "Unauthorized" }
57441
57456
  },
57442
57457
  security: [
57443
- { client_session: [] },
57444
57458
  { client_session_with_customer: [] },
57445
57459
  { pat_with_workspace: [] },
57446
57460
  { console_session_with_workspace: [] },
@@ -57515,7 +57529,6 @@ var openapi_default = {
57515
57529
  401: { description: "Unauthorized" }
57516
57530
  },
57517
57531
  security: [
57518
- { client_session: [] },
57519
57532
  { client_session_with_customer: [] },
57520
57533
  { pat_with_workspace: [] },
57521
57534
  { console_session_with_workspace: [] },
@@ -57582,7 +57595,6 @@ var openapi_default = {
57582
57595
  401: { description: "Unauthorized" }
57583
57596
  },
57584
57597
  security: [
57585
- { client_session: [] },
57586
57598
  { client_session_with_customer: [] },
57587
57599
  { pat_with_workspace: [] },
57588
57600
  { console_session_with_workspace: [] },
@@ -57647,7 +57659,6 @@ var openapi_default = {
57647
57659
  401: { description: "Unauthorized" }
57648
57660
  },
57649
57661
  security: [
57650
- { client_session: [] },
57651
57662
  { client_session_with_customer: [] },
57652
57663
  { pat_with_workspace: [] },
57653
57664
  { console_session_with_workspace: [] },
@@ -57700,7 +57711,6 @@ var openapi_default = {
57700
57711
  401: { description: "Unauthorized" }
57701
57712
  },
57702
57713
  security: [
57703
- { client_session: [] },
57704
57714
  { client_session_with_customer: [] },
57705
57715
  { pat_with_workspace: [] },
57706
57716
  { console_session_with_workspace: [] },
@@ -57750,7 +57760,6 @@ var openapi_default = {
57750
57760
  401: { description: "Unauthorized" }
57751
57761
  },
57752
57762
  security: [
57753
- { client_session: [] },
57754
57763
  { client_session_with_customer: [] },
57755
57764
  { pat_with_workspace: [] },
57756
57765
  { console_session_with_workspace: [] },
@@ -57786,7 +57795,6 @@ var openapi_default = {
57786
57795
  401: { description: "Unauthorized" }
57787
57796
  },
57788
57797
  security: [
57789
- { client_session: [] },
57790
57798
  { client_session_with_customer: [] },
57791
57799
  { pat_with_workspace: [] },
57792
57800
  { console_session_with_workspace: [] },