@seamapi/types 1.327.0 → 1.328.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.
Files changed (120) hide show
  1. package/dist/connect.cjs +761 -371
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +102 -14
  4. package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
  5. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  6. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
  7. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
  9. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
  11. package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
  13. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
  14. package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
  15. package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
  16. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  17. package/lib/seam/connect/models/acs/acs-system.js +6 -2
  18. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  19. package/lib/seam/connect/models/acs/acs-user.js +7 -4
  20. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  21. package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
  22. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
  23. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
  24. package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
  25. package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
  26. package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
  27. package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
  28. package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
  29. package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
  30. package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
  31. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  32. package/lib/seam/connect/models/devices/device-provider.js +5 -1
  33. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  34. package/lib/seam/connect/models/devices/device.js +5 -1
  35. package/lib/seam/connect/models/devices/device.js.map +1 -1
  36. package/lib/seam/connect/models/devices/phone.js +5 -1
  37. package/lib/seam/connect/models/devices/phone.js.map +1 -1
  38. package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
  39. package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
  40. package/lib/seam/connect/models/events/access-codes.js +119 -68
  41. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  42. package/lib/seam/connect/models/events/acs/access_groups.js +7 -4
  43. package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -1
  44. package/lib/seam/connect/models/events/acs/credentials.js +14 -8
  45. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  46. package/lib/seam/connect/models/events/acs/encoders.js +14 -8
  47. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  48. package/lib/seam/connect/models/events/acs/systems.js +21 -12
  49. package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
  50. package/lib/seam/connect/models/events/acs/users.js +7 -4
  51. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  52. package/lib/seam/connect/models/events/action-attempts.js +28 -16
  53. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  54. package/lib/seam/connect/models/events/client-sessions.js +7 -4
  55. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  56. package/lib/seam/connect/models/events/connect-webviews.js +14 -8
  57. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  58. package/lib/seam/connect/models/events/connected-accounts.js +45 -25
  59. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  60. package/lib/seam/connect/models/events/devices.js +214 -119
  61. package/lib/seam/connect/models/events/devices.js.map +1 -1
  62. package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
  63. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  64. package/lib/seam/connect/models/events/phones.js +7 -4
  65. package/lib/seam/connect/models/events/phones.js.map +1 -1
  66. package/lib/seam/connect/models/events/seam-event.js +5 -1
  67. package/lib/seam/connect/models/events/seam-event.js.map +1 -1
  68. package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
  69. package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
  70. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
  71. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  72. package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
  73. package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
  74. package/lib/seam/connect/models/webhooks/webhook.js +5 -1
  75. package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
  76. package/lib/seam/connect/models/workspaces/workspace.js +5 -1
  77. package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
  78. package/lib/seam/connect/openapi.d.ts +53 -4
  79. package/lib/seam/connect/openapi.js +102 -6
  80. package/lib/seam/connect/openapi.js.map +1 -1
  81. package/lib/seam/connect/route-types.d.ts +49 -5
  82. package/package.json +1 -1
  83. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
  84. package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
  85. package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
  86. package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
  87. package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
  88. package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
  89. package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
  90. package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
  91. package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
  92. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
  93. package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
  94. package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
  95. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
  96. package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
  97. package/src/lib/seam/connect/models/devices/device.ts +5 -1
  98. package/src/lib/seam/connect/models/devices/phone.ts +5 -1
  99. package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
  100. package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
  101. package/src/lib/seam/connect/models/events/acs/access_groups.ts +8 -5
  102. package/src/lib/seam/connect/models/events/acs/credentials.ts +16 -14
  103. package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
  104. package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
  105. package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
  106. package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
  107. package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
  108. package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
  109. package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
  110. package/src/lib/seam/connect/models/events/devices.ts +339 -301
  111. package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
  112. package/src/lib/seam/connect/models/events/phones.ts +8 -5
  113. package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
  114. package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
  115. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
  116. package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
  117. package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
  118. package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
  119. package/src/lib/seam/connect/openapi.ts +102 -6
  120. package/src/lib/seam/connect/route-types.ts +49 -5
@@ -1564,13 +1564,10 @@ declare const acs_entrance: z.ZodObject<{
1564
1564
  }>>;
1565
1565
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
1566
1566
  access_point_name: z.ZodString;
1567
- common_area_number: z.ZodOptional<z.ZodNumber>;
1568
1567
  }, "strip", z.ZodTypeAny, {
1569
1568
  access_point_name: string;
1570
- common_area_number?: number | undefined;
1571
1569
  }, {
1572
1570
  access_point_name: string;
1573
- common_area_number?: number | undefined;
1574
1571
  }>>;
1575
1572
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
1576
1573
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -1646,7 +1643,6 @@ declare const acs_entrance: z.ZodObject<{
1646
1643
  } | undefined;
1647
1644
  dormakaba_community_metadata?: {
1648
1645
  access_point_name: string;
1649
- common_area_number?: number | undefined;
1650
1646
  } | undefined;
1651
1647
  salto_space_metadata?: {
1652
1648
  door_name: string;
@@ -1695,7 +1691,6 @@ declare const acs_entrance: z.ZodObject<{
1695
1691
  } | undefined;
1696
1692
  dormakaba_community_metadata?: {
1697
1693
  access_point_name: string;
1698
- common_area_number?: number | undefined;
1699
1694
  } | undefined;
1700
1695
  salto_space_metadata?: {
1701
1696
  door_name: string;
@@ -14102,6 +14097,7 @@ declare const _default: {
14102
14097
  };
14103
14098
  required: string[];
14104
14099
  type: string;
14100
+ 'x-route-path': string;
14105
14101
  };
14106
14102
  acs_access_group: {
14107
14103
  description: string;
@@ -14185,6 +14181,7 @@ declare const _default: {
14185
14181
  };
14186
14182
  required: string[];
14187
14183
  type: string;
14184
+ 'x-route-path': string;
14188
14185
  };
14189
14186
  acs_credential: {
14190
14187
  description: string;
@@ -14414,6 +14411,7 @@ declare const _default: {
14414
14411
  };
14415
14412
  required: string[];
14416
14413
  type: string;
14414
+ 'x-route-path': string;
14417
14415
  };
14418
14416
  acs_credential_provisioning_automation: {
14419
14417
  properties: {
@@ -14440,6 +14438,7 @@ declare const _default: {
14440
14438
  };
14441
14439
  required: string[];
14442
14440
  type: string;
14441
+ 'x-route-path': string;
14443
14442
  };
14444
14443
  acs_entrance: {
14445
14444
  description: string;
@@ -14491,10 +14490,6 @@ declare const _default: {
14491
14490
  access_point_name: {
14492
14491
  type: string;
14493
14492
  };
14494
- common_area_number: {
14495
- format: string;
14496
- type: string;
14497
- };
14498
14493
  };
14499
14494
  required: string[];
14500
14495
  type: string;
@@ -14609,6 +14604,7 @@ declare const _default: {
14609
14604
  };
14610
14605
  required: string[];
14611
14606
  type: string;
14607
+ 'x-route-path': string;
14612
14608
  };
14613
14609
  acs_system: {
14614
14610
  description: string;
@@ -14836,6 +14832,7 @@ declare const _default: {
14836
14832
  };
14837
14833
  required: string[];
14838
14834
  type: string;
14835
+ 'x-route-path': string;
14839
14836
  };
14840
14837
  acs_user: {
14841
14838
  description: string;
@@ -15007,6 +15004,7 @@ declare const _default: {
15007
15004
  };
15008
15005
  required: string[];
15009
15006
  type: string;
15007
+ 'x-route-path': string;
15010
15008
  };
15011
15009
  action_attempt: {
15012
15010
  oneOf: ({
@@ -15947,6 +15945,7 @@ declare const _default: {
15947
15945
  type: string;
15948
15946
  description?: never;
15949
15947
  })[];
15948
+ 'x-route-path': string;
15950
15949
  };
15951
15950
  client_session: {
15952
15951
  properties: {
@@ -16001,6 +16000,7 @@ declare const _default: {
16001
16000
  };
16002
16001
  required: string[];
16003
16002
  type: string;
16003
+ 'x-route-path': string;
16004
16004
  };
16005
16005
  connect_webview: {
16006
16006
  properties: {
@@ -16094,6 +16094,7 @@ declare const _default: {
16094
16094
  };
16095
16095
  required: string[];
16096
16096
  type: string;
16097
+ 'x-route-path': string;
16097
16098
  };
16098
16099
  connected_account: {
16099
16100
  properties: {
@@ -16199,6 +16200,7 @@ declare const _default: {
16199
16200
  };
16200
16201
  required: string[];
16201
16202
  type: string;
16203
+ 'x-route-path': string;
16202
16204
  };
16203
16205
  device: {
16204
16206
  properties: {
@@ -17465,6 +17467,7 @@ declare const _default: {
17465
17467
  };
17466
17468
  required: string[];
17467
17469
  type: string;
17470
+ 'x-route-path': string;
17468
17471
  };
17469
17472
  available_climate_presets: {
17470
17473
  items: {
@@ -17818,6 +17821,7 @@ declare const _default: {
17818
17821
  };
17819
17822
  required: string[];
17820
17823
  type: string;
17824
+ 'x-route-path': string;
17821
17825
  };
17822
17826
  device_provider: {
17823
17827
  properties: {
@@ -17874,6 +17878,7 @@ declare const _default: {
17874
17878
  };
17875
17879
  required: string[];
17876
17880
  type: string;
17881
+ 'x-route-path': string;
17877
17882
  };
17878
17883
  enrollment_automation: {
17879
17884
  description: string;
@@ -17906,6 +17911,7 @@ declare const _default: {
17906
17911
  };
17907
17912
  required: string[];
17908
17913
  type: string;
17914
+ 'x-route-path': string;
17909
17915
  };
17910
17916
  event: {
17911
17917
  discriminator: {
@@ -17996,6 +18002,7 @@ declare const _default: {
17996
18002
  };
17997
18003
  required: string[];
17998
18004
  type: string;
18005
+ 'x-route-path': string;
17999
18006
  deprecated?: never;
18000
18007
  'x-deprecated'?: never;
18001
18008
  } | {
@@ -18087,6 +18094,7 @@ declare const _default: {
18087
18094
  };
18088
18095
  required: string[];
18089
18096
  type: string;
18097
+ 'x-route-path': string;
18090
18098
  deprecated?: never;
18091
18099
  'x-deprecated'?: never;
18092
18100
  } | {
@@ -18178,6 +18186,7 @@ declare const _default: {
18178
18186
  };
18179
18187
  required: string[];
18180
18188
  type: string;
18189
+ 'x-route-path': string;
18181
18190
  deprecated?: never;
18182
18191
  'x-deprecated'?: never;
18183
18192
  } | {
@@ -18267,6 +18276,7 @@ declare const _default: {
18267
18276
  };
18268
18277
  required: string[];
18269
18278
  type: string;
18279
+ 'x-route-path': string;
18270
18280
  deprecated?: never;
18271
18281
  'x-deprecated'?: never;
18272
18282
  } | {
@@ -18350,6 +18360,7 @@ declare const _default: {
18350
18360
  };
18351
18361
  required: string[];
18352
18362
  type: string;
18363
+ 'x-route-path': string;
18353
18364
  deprecated?: never;
18354
18365
  'x-deprecated'?: never;
18355
18366
  } | {
@@ -18436,6 +18447,7 @@ declare const _default: {
18436
18447
  };
18437
18448
  required: string[];
18438
18449
  type: string;
18450
+ 'x-route-path': string;
18439
18451
  deprecated?: never;
18440
18452
  'x-deprecated'?: never;
18441
18453
  } | {
@@ -18522,6 +18534,7 @@ declare const _default: {
18522
18534
  };
18523
18535
  required: string[];
18524
18536
  type: string;
18537
+ 'x-route-path': string;
18525
18538
  deprecated?: never;
18526
18539
  'x-deprecated'?: never;
18527
18540
  } | {
@@ -18609,6 +18622,7 @@ declare const _default: {
18609
18622
  };
18610
18623
  required: string[];
18611
18624
  type: string;
18625
+ 'x-route-path': string;
18612
18626
  deprecated?: never;
18613
18627
  'x-deprecated'?: never;
18614
18628
  } | {
@@ -18695,6 +18709,7 @@ declare const _default: {
18695
18709
  };
18696
18710
  required: string[];
18697
18711
  type: string;
18712
+ 'x-route-path': string;
18698
18713
  deprecated?: never;
18699
18714
  'x-deprecated'?: never;
18700
18715
  } | {
@@ -18774,6 +18789,7 @@ declare const _default: {
18774
18789
  };
18775
18790
  required: string[];
18776
18791
  type: string;
18792
+ 'x-route-path': string;
18777
18793
  deprecated?: never;
18778
18794
  'x-deprecated'?: never;
18779
18795
  } | {
@@ -18857,6 +18873,7 @@ declare const _default: {
18857
18873
  };
18858
18874
  required: string[];
18859
18875
  type: string;
18876
+ 'x-route-path': string;
18860
18877
  deprecated?: never;
18861
18878
  'x-deprecated'?: never;
18862
18879
  } | {
@@ -18942,6 +18959,7 @@ declare const _default: {
18942
18959
  required: string[];
18943
18960
  type: string;
18944
18961
  'x-deprecated': string;
18962
+ 'x-route-path': string;
18945
18963
  } | {
18946
18964
  description: string;
18947
18965
  properties: {
@@ -19019,6 +19037,7 @@ declare const _default: {
19019
19037
  };
19020
19038
  required: string[];
19021
19039
  type: string;
19040
+ 'x-route-path': string;
19022
19041
  deprecated?: never;
19023
19042
  'x-deprecated'?: never;
19024
19043
  } | {
@@ -19104,6 +19123,7 @@ declare const _default: {
19104
19123
  };
19105
19124
  required: string[];
19106
19125
  type: string;
19126
+ 'x-route-path': string;
19107
19127
  deprecated?: never;
19108
19128
  'x-deprecated'?: never;
19109
19129
  } | {
@@ -19183,6 +19203,7 @@ declare const _default: {
19183
19203
  };
19184
19204
  required: string[];
19185
19205
  type: string;
19206
+ 'x-route-path': string;
19186
19207
  deprecated?: never;
19187
19208
  'x-deprecated'?: never;
19188
19209
  } | {
@@ -19266,6 +19287,7 @@ declare const _default: {
19266
19287
  };
19267
19288
  required: string[];
19268
19289
  type: string;
19290
+ 'x-route-path': string;
19269
19291
  deprecated?: never;
19270
19292
  'x-deprecated'?: never;
19271
19293
  } | {
@@ -19353,6 +19375,7 @@ declare const _default: {
19353
19375
  };
19354
19376
  required: string[];
19355
19377
  type: string;
19378
+ 'x-route-path': string;
19356
19379
  deprecated?: never;
19357
19380
  'x-deprecated'?: never;
19358
19381
  } | {
@@ -19442,6 +19465,7 @@ declare const _default: {
19442
19465
  };
19443
19466
  required: string[];
19444
19467
  type: string;
19468
+ 'x-route-path': string;
19445
19469
  deprecated?: never;
19446
19470
  'x-deprecated'?: never;
19447
19471
  } | {
@@ -19535,6 +19559,7 @@ declare const _default: {
19535
19559
  };
19536
19560
  required: string[];
19537
19561
  type: string;
19562
+ 'x-route-path': string;
19538
19563
  deprecated?: never;
19539
19564
  'x-deprecated'?: never;
19540
19565
  } | {
@@ -19641,6 +19666,7 @@ declare const _default: {
19641
19666
  };
19642
19667
  required: string[];
19643
19668
  type: string;
19669
+ 'x-route-path': string;
19644
19670
  deprecated?: never;
19645
19671
  'x-deprecated'?: never;
19646
19672
  } | {
@@ -19736,6 +19762,7 @@ declare const _default: {
19736
19762
  };
19737
19763
  required: string[];
19738
19764
  type: string;
19765
+ 'x-route-path': string;
19739
19766
  deprecated?: never;
19740
19767
  'x-deprecated'?: never;
19741
19768
  } | {
@@ -19830,6 +19857,7 @@ declare const _default: {
19830
19857
  };
19831
19858
  required: string[];
19832
19859
  type: string;
19860
+ 'x-route-path': string;
19833
19861
  deprecated?: never;
19834
19862
  'x-deprecated'?: never;
19835
19863
  } | {
@@ -19941,6 +19969,7 @@ declare const _default: {
19941
19969
  };
19942
19970
  required: string[];
19943
19971
  type: string;
19972
+ 'x-route-path': string;
19944
19973
  deprecated?: never;
19945
19974
  'x-deprecated'?: never;
19946
19975
  } | {
@@ -20052,6 +20081,7 @@ declare const _default: {
20052
20081
  };
20053
20082
  required: string[];
20054
20083
  type: string;
20084
+ 'x-route-path': string;
20055
20085
  deprecated?: never;
20056
20086
  'x-deprecated'?: never;
20057
20087
  } | {
@@ -20150,6 +20180,7 @@ declare const _default: {
20150
20180
  };
20151
20181
  required: string[];
20152
20182
  type: string;
20183
+ 'x-route-path': string;
20153
20184
  description?: never;
20154
20185
  deprecated?: never;
20155
20186
  'x-deprecated'?: never;
@@ -20230,6 +20261,7 @@ declare const _default: {
20230
20261
  };
20231
20262
  required: string[];
20232
20263
  type: string;
20264
+ 'x-route-path': string;
20233
20265
  deprecated?: never;
20234
20266
  'x-deprecated'?: never;
20235
20267
  } | {
@@ -20309,9 +20341,11 @@ declare const _default: {
20309
20341
  };
20310
20342
  required: string[];
20311
20343
  type: string;
20344
+ 'x-route-path': string;
20312
20345
  deprecated?: never;
20313
20346
  'x-deprecated'?: never;
20314
20347
  })[];
20348
+ 'x-route-path': string;
20315
20349
  };
20316
20350
  network: {
20317
20351
  properties: {
@@ -20333,6 +20367,7 @@ declare const _default: {
20333
20367
  };
20334
20368
  required: string[];
20335
20369
  type: string;
20370
+ 'x-route-path': string;
20336
20371
  };
20337
20372
  noise_threshold: {
20338
20373
  properties: {
@@ -20364,6 +20399,7 @@ declare const _default: {
20364
20399
  };
20365
20400
  required: string[];
20366
20401
  type: string;
20402
+ 'x-route-path': string;
20367
20403
  };
20368
20404
  phone: {
20369
20405
  properties: {
@@ -20559,6 +20595,7 @@ declare const _default: {
20559
20595
  };
20560
20596
  required: string[];
20561
20597
  type: string;
20598
+ 'x-route-path': string;
20562
20599
  };
20563
20600
  service_health: {
20564
20601
  properties: {
@@ -20575,6 +20612,7 @@ declare const _default: {
20575
20612
  };
20576
20613
  required: string[];
20577
20614
  type: string;
20615
+ 'x-route-path': string;
20578
20616
  };
20579
20617
  thermostat_schedule: {
20580
20618
  description: string;
@@ -20641,6 +20679,7 @@ declare const _default: {
20641
20679
  };
20642
20680
  required: string[];
20643
20681
  type: string;
20682
+ 'x-route-path': string;
20644
20683
  };
20645
20684
  unmanaged_access_code: {
20646
20685
  properties: {
@@ -20780,6 +20819,7 @@ declare const _default: {
20780
20819
  };
20781
20820
  required: string[];
20782
20821
  type: string;
20822
+ 'x-route-path': string;
20783
20823
  };
20784
20824
  unmanaged_device: {
20785
20825
  properties: {
@@ -21057,6 +21097,7 @@ declare const _default: {
21057
21097
  };
21058
21098
  required: string[];
21059
21099
  type: string;
21100
+ 'x-route-path': string;
21060
21101
  };
21061
21102
  user_identity: {
21062
21103
  description: string;
@@ -21105,6 +21146,7 @@ declare const _default: {
21105
21146
  };
21106
21147
  required: string[];
21107
21148
  type: string;
21149
+ 'x-route-path': string;
21108
21150
  };
21109
21151
  webhook: {
21110
21152
  properties: {
@@ -21126,6 +21168,7 @@ declare const _default: {
21126
21168
  };
21127
21169
  required: string[];
21128
21170
  type: string;
21171
+ 'x-route-path': string;
21129
21172
  };
21130
21173
  workspace: {
21131
21174
  properties: {
@@ -21151,6 +21194,7 @@ declare const _default: {
21151
21194
  };
21152
21195
  required: string[];
21153
21196
  type: string;
21197
+ 'x-route-path': string;
21154
21198
  };
21155
21199
  };
21156
21200
  securitySchemes: {
@@ -37652,6 +37696,7 @@ interface Routes {
37652
37696
  commonParams: {};
37653
37697
  formData: {};
37654
37698
  jsonResponse: {
37699
+ /** */
37655
37700
  action_attempt: {
37656
37701
  /** The ID of the action attempt. */
37657
37702
  action_attempt_id: string;
@@ -38444,6 +38489,7 @@ interface Routes {
38444
38489
  message: string;
38445
38490
  };
38446
38491
  };
38492
+ /** */
38447
38493
  access_code: {
38448
38494
  /** Unique identifier for a group of access codes that share the same code. */
38449
38495
  common_code_key: string | null;
@@ -38729,6 +38775,7 @@ interface Routes {
38729
38775
  };
38730
38776
  formData: {};
38731
38777
  jsonResponse: {
38778
+ /** */
38732
38779
  action_attempt: {
38733
38780
  /** The ID of the action attempt. */
38734
38781
  action_attempt_id: string;
@@ -39551,6 +39598,7 @@ interface Routes {
39551
39598
  };
39552
39599
  formData: {};
39553
39600
  jsonResponse: {
39601
+ /** */
39554
39602
  access_code: {
39555
39603
  /** Unique identifier for a group of access codes that share the same code. */
39556
39604
  common_code_key: string | null;
@@ -39821,6 +39869,7 @@ interface Routes {
39821
39869
  commonParams: {};
39822
39870
  formData: {};
39823
39871
  jsonResponse: {
39872
+ /** */
39824
39873
  backup_access_code: {
39825
39874
  /** Unique identifier for a group of access codes that share the same code. */
39826
39875
  common_code_key: string | null;
@@ -39943,6 +39992,7 @@ interface Routes {
39943
39992
  /** Indicates whether the access code is intended for use in offline scenarios. If "true," this code can be created on a device without a network connection. */
39944
39993
  is_offline_access_code: boolean;
39945
39994
  };
39995
+ /** */
39946
39996
  access_code: {
39947
39997
  /** Unique identifier for a group of access codes that share the same code. */
39948
39998
  common_code_key: string | null;
@@ -40079,6 +40129,7 @@ interface Routes {
40079
40129
  commonParams: {};
40080
40130
  formData: {};
40081
40131
  jsonResponse: {
40132
+ /** */
40082
40133
  access_code: {
40083
40134
  /** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
40084
40135
  type: 'time_bound' | 'ongoing';
@@ -40207,6 +40258,7 @@ interface Routes {
40207
40258
  };
40208
40259
  formData: {};
40209
40260
  jsonResponse: {
40261
+ /** */
40210
40262
  action_attempt: {
40211
40263
  /** The ID of the action attempt. */
40212
40264
  action_attempt_id: string;
@@ -41013,6 +41065,7 @@ interface Routes {
41013
41065
  };
41014
41066
  formData: {};
41015
41067
  jsonResponse: {
41068
+ /** */
41016
41069
  access_code: {
41017
41070
  /** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
41018
41071
  type: 'time_bound' | 'ongoing';
@@ -41271,6 +41324,7 @@ interface Routes {
41271
41324
  commonParams: {};
41272
41325
  formData: {};
41273
41326
  jsonResponse: {
41327
+ /** */
41274
41328
  action_attempt: {
41275
41329
  /** The ID of the action attempt. */
41276
41330
  action_attempt_id: string;
@@ -42239,7 +42293,6 @@ interface Routes {
42239
42293
  } | undefined;
42240
42294
  dormakaba_community_metadata?: {
42241
42295
  access_point_name: string;
42242
- common_area_number?: number | undefined;
42243
42296
  } | undefined;
42244
42297
  assa_abloy_vostio_metadata?: {
42245
42298
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -42502,6 +42555,7 @@ interface Routes {
42502
42555
  };
42503
42556
  formData: {};
42504
42557
  jsonResponse: {
42558
+ /** */
42505
42559
  acs_credential_provisioning_automation: {
42506
42560
  acs_credential_provisioning_automation_id: string;
42507
42561
  credential_manager_acs_system_id: string;
@@ -43183,7 +43237,6 @@ interface Routes {
43183
43237
  } | undefined;
43184
43238
  dormakaba_community_metadata?: {
43185
43239
  access_point_name: string;
43186
- common_area_number?: number | undefined;
43187
43240
  } | undefined;
43188
43241
  assa_abloy_vostio_metadata?: {
43189
43242
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -43664,6 +43717,7 @@ interface Routes {
43664
43717
  };
43665
43718
  formData: {};
43666
43719
  jsonResponse: {
43720
+ /** */
43667
43721
  action_attempt: {
43668
43722
  /** The ID of the action attempt. */
43669
43723
  action_attempt_id: string;
@@ -44515,6 +44569,7 @@ interface Routes {
44515
44569
  };
44516
44570
  formData: {};
44517
44571
  jsonResponse: {
44572
+ /** */
44518
44573
  action_attempt: {
44519
44574
  /** The ID of the action attempt. */
44520
44575
  action_attempt_id: string;
@@ -45438,7 +45493,6 @@ interface Routes {
45438
45493
  } | undefined;
45439
45494
  dormakaba_community_metadata?: {
45440
45495
  access_point_name: string;
45441
- common_area_number?: number | undefined;
45442
45496
  } | undefined;
45443
45497
  assa_abloy_vostio_metadata?: {
45444
45498
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -45517,7 +45571,6 @@ interface Routes {
45517
45571
  } | undefined;
45518
45572
  dormakaba_community_metadata?: {
45519
45573
  access_point_name: string;
45520
- common_area_number?: number | undefined;
45521
45574
  } | undefined;
45522
45575
  assa_abloy_vostio_metadata?: {
45523
45576
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -46436,7 +46489,6 @@ interface Routes {
46436
46489
  } | undefined;
46437
46490
  dormakaba_community_metadata?: {
46438
46491
  access_point_name: string;
46439
- common_area_number?: number | undefined;
46440
46492
  } | undefined;
46441
46493
  assa_abloy_vostio_metadata?: {
46442
46494
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -46749,6 +46801,7 @@ interface Routes {
46749
46801
  };
46750
46802
  formData: {};
46751
46803
  jsonResponse: {
46804
+ /** */
46752
46805
  action_attempt: {
46753
46806
  /** The ID of the action attempt. */
46754
46807
  action_attempt_id: string;
@@ -48361,6 +48414,7 @@ interface Routes {
48361
48414
  commonParams: {};
48362
48415
  formData: {};
48363
48416
  jsonResponse: {
48417
+ /** */
48364
48418
  client_session: {
48365
48419
  client_session_id: string;
48366
48420
  workspace_id: string;
@@ -48397,6 +48451,7 @@ interface Routes {
48397
48451
  };
48398
48452
  formData: {};
48399
48453
  jsonResponse: {
48454
+ /** */
48400
48455
  client_session: {
48401
48456
  client_session_id: string;
48402
48457
  workspace_id: string;
@@ -48425,6 +48480,7 @@ interface Routes {
48425
48480
  commonParams: {};
48426
48481
  formData: {};
48427
48482
  jsonResponse: {
48483
+ /** */
48428
48484
  client_session: {
48429
48485
  client_session_id: string;
48430
48486
  workspace_id: string;
@@ -48453,6 +48509,7 @@ interface Routes {
48453
48509
  };
48454
48510
  formData: {};
48455
48511
  jsonResponse: {
48512
+ /** */
48456
48513
  client_session: {
48457
48514
  client_session_id: string;
48458
48515
  workspace_id: string;
@@ -48523,6 +48580,7 @@ interface Routes {
48523
48580
  commonParams: {};
48524
48581
  formData: {};
48525
48582
  jsonResponse: {
48583
+ /** */
48526
48584
  connect_webview: {
48527
48585
  connect_webview_id: string;
48528
48586
  workspace_id: string;
@@ -48571,6 +48629,7 @@ interface Routes {
48571
48629
  };
48572
48630
  formData: {};
48573
48631
  jsonResponse: {
48632
+ /** */
48574
48633
  connect_webview: {
48575
48634
  connect_webview_id: string;
48576
48635
  workspace_id: string;
@@ -48663,6 +48722,7 @@ interface Routes {
48663
48722
  };
48664
48723
  formData: {};
48665
48724
  jsonResponse: {
48725
+ /** */
48666
48726
  connected_account: {
48667
48727
  connected_account_id?: string | undefined;
48668
48728
  created_at?: string | undefined;
@@ -48748,6 +48808,7 @@ interface Routes {
48748
48808
  commonParams: {};
48749
48809
  formData: {};
48750
48810
  jsonResponse: {
48811
+ /** */
48751
48812
  connected_account: {
48752
48813
  connected_account_id?: string | undefined;
48753
48814
  created_at?: string | undefined;
@@ -48800,6 +48861,7 @@ interface Routes {
48800
48861
  };
48801
48862
  formData: {};
48802
48863
  jsonResponse: {
48864
+ /** */
48803
48865
  device: {
48804
48866
  /** Unique identifier for the device. */
48805
48867
  device_id: string;
@@ -50074,6 +50136,7 @@ interface Routes {
50074
50136
  };
50075
50137
  formData: {};
50076
50138
  jsonResponse: {
50139
+ /** */
50077
50140
  device: {
50078
50141
  /** Unique identifier for the device. */
50079
50142
  device_id: string;
@@ -50472,6 +50535,7 @@ interface Routes {
50472
50535
  };
50473
50536
  formData: {};
50474
50537
  jsonResponse: {
50538
+ /** */
50475
50539
  event?: ({
50476
50540
  /** ID of the event. */
50477
50541
  event_id: string;
@@ -52815,6 +52879,7 @@ interface Routes {
52815
52879
  };
52816
52880
  formData: {};
52817
52881
  jsonResponse: {
52882
+ /** */
52818
52883
  lock: {
52819
52884
  /** Unique identifier for the device. */
52820
52885
  device_id: string;
@@ -53396,6 +53461,7 @@ interface Routes {
53396
53461
  can_simulate_connection?: boolean | undefined;
53397
53462
  can_simulate_disconnection?: boolean | undefined;
53398
53463
  };
53464
+ /** */
53399
53465
  device: {
53400
53466
  /** Unique identifier for the device. */
53401
53467
  device_id: string;
@@ -55189,6 +55255,7 @@ interface Routes {
55189
55255
  commonParams: {};
55190
55256
  formData: {};
55191
55257
  jsonResponse: {
55258
+ /** */
55192
55259
  action_attempt: {
55193
55260
  /** The ID of the action attempt. */
55194
55261
  action_attempt_id: string;
@@ -55994,6 +56061,7 @@ interface Routes {
55994
56061
  commonParams: {};
55995
56062
  formData: {};
55996
56063
  jsonResponse: {
56064
+ /** */
55997
56065
  action_attempt: {
55998
56066
  /** The ID of the action attempt. */
55999
56067
  action_attempt_id: string;
@@ -56798,6 +56866,7 @@ interface Routes {
56798
56866
  };
56799
56867
  formData: {};
56800
56868
  jsonResponse: {
56869
+ /** */
56801
56870
  network: {
56802
56871
  network_id: string;
56803
56872
  workspace_id: string;
@@ -58037,6 +58106,7 @@ interface Routes {
58037
58106
  commonParams: {};
58038
58107
  formData: {};
58039
58108
  jsonResponse: {
58109
+ /** */
58040
58110
  action_attempt: {
58041
58111
  /** The ID of the action attempt. */
58042
58112
  action_attempt_id: string;
@@ -58829,6 +58899,7 @@ interface Routes {
58829
58899
  message: string;
58830
58900
  };
58831
58901
  };
58902
+ /** */
58832
58903
  noise_threshold: {
58833
58904
  noise_threshold_id: string;
58834
58905
  device_id: string;
@@ -58852,6 +58923,7 @@ interface Routes {
58852
58923
  commonParams: {};
58853
58924
  formData: {};
58854
58925
  jsonResponse: {
58926
+ /** */
58855
58927
  action_attempt: {
58856
58928
  /** The ID of the action attempt. */
58857
58929
  action_attempt_id: string;
@@ -59656,6 +59728,7 @@ interface Routes {
59656
59728
  };
59657
59729
  formData: {};
59658
59730
  jsonResponse: {
59731
+ /** */
59659
59732
  noise_threshold: {
59660
59733
  noise_threshold_id: string;
59661
59734
  device_id: string;
@@ -59706,6 +59779,7 @@ interface Routes {
59706
59779
  commonParams: {};
59707
59780
  formData: {};
59708
59781
  jsonResponse: {
59782
+ /** */
59709
59783
  action_attempt: {
59710
59784
  /** The ID of the action attempt. */
59711
59785
  action_attempt_id: string;
@@ -60681,6 +60755,7 @@ interface Routes {
60681
60755
  commonParams: {};
60682
60756
  formData: {};
60683
60757
  jsonResponse: {
60758
+ /** */
60684
60759
  phone: {
60685
60760
  /** Unique identifier for the device. */
60686
60761
  device_id: string;
@@ -60817,6 +60892,7 @@ interface Routes {
60817
60892
  commonParams: {};
60818
60893
  formData: {};
60819
60894
  jsonResponse: {
60895
+ /** */
60820
60896
  action_attempt: {
60821
60897
  /** The ID of the action attempt. */
60822
60898
  action_attempt_id: string;
@@ -61628,6 +61704,7 @@ interface Routes {
61628
61704
  commonParams: {};
61629
61705
  formData: {};
61630
61706
  jsonResponse: {
61707
+ /** */
61631
61708
  action_attempt: {
61632
61709
  /** The ID of the action attempt. */
61633
61710
  action_attempt_id: string;
@@ -62480,6 +62557,7 @@ interface Routes {
62480
62557
  };
62481
62558
  formData: {};
62482
62559
  jsonResponse: {
62560
+ /** */
62483
62561
  thermostat: {
62484
62562
  /** Unique identifier for the device. */
62485
62563
  device_id: string;
@@ -63080,6 +63158,7 @@ interface Routes {
63080
63158
  commonParams: {};
63081
63159
  formData: {};
63082
63160
  jsonResponse: {
63161
+ /** */
63083
63162
  action_attempt: {
63084
63163
  /** The ID of the action attempt. */
63085
63164
  action_attempt_id: string;
@@ -63895,6 +63974,7 @@ interface Routes {
63895
63974
  commonParams: {};
63896
63975
  formData: {};
63897
63976
  jsonResponse: {
63977
+ /** */
63898
63978
  action_attempt: {
63899
63979
  /** The ID of the action attempt. */
63900
63980
  action_attempt_id: string;
@@ -65901,6 +65981,7 @@ interface Routes {
65901
65981
  commonParams: {};
65902
65982
  formData: {};
65903
65983
  jsonResponse: {
65984
+ /** */
65904
65985
  action_attempt: {
65905
65986
  /** The ID of the action attempt. */
65906
65987
  action_attempt_id: string;
@@ -66892,6 +66973,7 @@ interface Routes {
66892
66973
  commonParams: {};
66893
66974
  formData: {};
66894
66975
  jsonResponse: {
66976
+ /** */
66895
66977
  action_attempt: {
66896
66978
  /** The ID of the action attempt. */
66897
66979
  action_attempt_id: string;
@@ -67726,6 +67808,7 @@ interface Routes {
67726
67808
  commonParams: {};
67727
67809
  formData: {};
67728
67810
  jsonResponse: {
67811
+ /** */
67729
67812
  action_attempt: {
67730
67813
  /** The ID of the action attempt. */
67731
67814
  action_attempt_id: string;
@@ -70264,6 +70347,7 @@ interface Routes {
70264
70347
  commonParams: {};
70265
70348
  formData: {};
70266
70349
  jsonResponse: {
70350
+ /** */
70267
70351
  webhook: {
70268
70352
  webhook_id: string;
70269
70353
  url: string;
@@ -70293,6 +70377,7 @@ interface Routes {
70293
70377
  };
70294
70378
  formData: {};
70295
70379
  jsonResponse: {
70380
+ /** */
70296
70381
  webhook: {
70297
70382
  webhook_id: string;
70298
70383
  url: string;
@@ -70347,6 +70432,7 @@ interface Routes {
70347
70432
  commonParams: {};
70348
70433
  formData: {};
70349
70434
  jsonResponse: {
70435
+ /** */
70350
70436
  workspace: {
70351
70437
  workspace_id: string;
70352
70438
  name: string;
@@ -70366,6 +70452,7 @@ interface Routes {
70366
70452
  commonParams: {};
70367
70453
  formData: {};
70368
70454
  jsonResponse: {
70455
+ /** */
70369
70456
  workspace: {
70370
70457
  workspace_id: string;
70371
70458
  name: string;
@@ -70404,6 +70491,7 @@ interface Routes {
70404
70491
  commonParams: {};
70405
70492
  formData: {};
70406
70493
  jsonResponse: {
70494
+ /** */
70407
70495
  action_attempt: {
70408
70496
  /** The ID of the action attempt. */
70409
70497
  action_attempt_id: string;