@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
@@ -25,6 +25,7 @@ export interface Routes {
25
25
  commonParams: {}
26
26
  formData: {}
27
27
  jsonResponse: {
28
+ /** */
28
29
  action_attempt:
29
30
  | {
30
31
  /** The ID of the action attempt. */
@@ -960,6 +961,7 @@ export interface Routes {
960
961
  message: string
961
962
  }
962
963
  }
964
+ /** */
963
965
  access_code: {
964
966
  /** Unique identifier for a group of access codes that share the same code. */
965
967
  common_code_key: string | null
@@ -1281,6 +1283,7 @@ export interface Routes {
1281
1283
  }
1282
1284
  formData: {}
1283
1285
  jsonResponse: {
1286
+ /** */
1284
1287
  action_attempt:
1285
1288
  | {
1286
1289
  /** The ID of the action attempt. */
@@ -2246,6 +2249,7 @@ export interface Routes {
2246
2249
  }
2247
2250
  formData: {}
2248
2251
  jsonResponse: {
2252
+ /** */
2249
2253
  access_code: {
2250
2254
  /** Unique identifier for a group of access codes that share the same code. */
2251
2255
  common_code_key: string | null
@@ -2552,6 +2556,7 @@ export interface Routes {
2552
2556
  commonParams: {}
2553
2557
  formData: {}
2554
2558
  jsonResponse: {
2559
+ /** */
2555
2560
  backup_access_code: {
2556
2561
  /** Unique identifier for a group of access codes that share the same code. */
2557
2562
  common_code_key: string | null
@@ -2692,6 +2697,7 @@ export interface Routes {
2692
2697
  /** 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. */
2693
2698
  is_offline_access_code: boolean
2694
2699
  }
2700
+ /** */
2695
2701
  access_code: {
2696
2702
  /** Unique identifier for a group of access codes that share the same code. */
2697
2703
  common_code_key: string | null
@@ -2846,6 +2852,7 @@ export interface Routes {
2846
2852
  commonParams: {}
2847
2853
  formData: {}
2848
2854
  jsonResponse: {
2855
+ /** */
2849
2856
  access_code: {
2850
2857
  /** 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. */
2851
2858
  type: 'time_bound' | 'ongoing'
@@ -2992,6 +2999,7 @@ export interface Routes {
2992
2999
  }
2993
3000
  formData: {}
2994
3001
  jsonResponse: {
3002
+ /** */
2995
3003
  action_attempt:
2996
3004
  | {
2997
3005
  /** The ID of the action attempt. */
@@ -3941,6 +3949,7 @@ export interface Routes {
3941
3949
  }
3942
3950
  formData: {}
3943
3951
  jsonResponse: {
3952
+ /** */
3944
3953
  access_code: {
3945
3954
  /** 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. */
3946
3955
  type: 'time_bound' | 'ongoing'
@@ -4235,6 +4244,7 @@ export interface Routes {
4235
4244
  commonParams: {}
4236
4245
  formData: {}
4237
4246
  jsonResponse: {
4247
+ /** */
4238
4248
  action_attempt:
4239
4249
  | {
4240
4250
  /** The ID of the action attempt. */
@@ -5384,7 +5394,6 @@ export interface Routes {
5384
5394
  dormakaba_community_metadata?:
5385
5395
  | {
5386
5396
  access_point_name: string
5387
- common_area_number?: number | undefined
5388
5397
  }
5389
5398
  | undefined
5390
5399
  assa_abloy_vostio_metadata?:
@@ -5704,6 +5713,7 @@ export interface Routes {
5704
5713
  }
5705
5714
  formData: {}
5706
5715
  jsonResponse: {
5716
+ /** */
5707
5717
  acs_credential_provisioning_automation: {
5708
5718
  acs_credential_provisioning_automation_id: string
5709
5719
  credential_manager_acs_system_id: string
@@ -6512,7 +6522,6 @@ export interface Routes {
6512
6522
  dormakaba_community_metadata?:
6513
6523
  | {
6514
6524
  access_point_name: string
6515
- common_area_number?: number | undefined
6516
6525
  }
6517
6526
  | undefined
6518
6527
  assa_abloy_vostio_metadata?:
@@ -7086,6 +7095,7 @@ export interface Routes {
7086
7095
  }
7087
7096
  formData: {}
7088
7097
  jsonResponse: {
7098
+ /** */
7089
7099
  action_attempt:
7090
7100
  | {
7091
7101
  /** The ID of the action attempt. */
@@ -8083,6 +8093,7 @@ export interface Routes {
8083
8093
  }
8084
8094
  formData: {}
8085
8095
  jsonResponse: {
8096
+ /** */
8086
8097
  action_attempt:
8087
8098
  | {
8088
8099
  /** The ID of the action attempt. */
@@ -9172,7 +9183,6 @@ export interface Routes {
9172
9183
  dormakaba_community_metadata?:
9173
9184
  | {
9174
9185
  access_point_name: string
9175
- common_area_number?: number | undefined
9176
9186
  }
9177
9187
  | undefined
9178
9188
  assa_abloy_vostio_metadata?:
@@ -9274,7 +9284,6 @@ export interface Routes {
9274
9284
  dormakaba_community_metadata?:
9275
9285
  | {
9276
9286
  access_point_name: string
9277
- common_area_number?: number | undefined
9278
9287
  }
9279
9288
  | undefined
9280
9289
  assa_abloy_vostio_metadata?:
@@ -10442,7 +10451,6 @@ export interface Routes {
10442
10451
  dormakaba_community_metadata?:
10443
10452
  | {
10444
10453
  access_point_name: string
10445
- common_area_number?: number | undefined
10446
10454
  }
10447
10455
  | undefined
10448
10456
  assa_abloy_vostio_metadata?:
@@ -10814,6 +10822,7 @@ export interface Routes {
10814
10822
  }
10815
10823
  formData: {}
10816
10824
  jsonResponse: {
10825
+ /** */
10817
10826
  action_attempt:
10818
10827
  | {
10819
10828
  /** The ID of the action attempt. */
@@ -12713,6 +12722,7 @@ export interface Routes {
12713
12722
  commonParams: {}
12714
12723
  formData: {}
12715
12724
  jsonResponse: {
12725
+ /** */
12716
12726
  client_session: {
12717
12727
  client_session_id: string
12718
12728
  workspace_id: string
@@ -12749,6 +12759,7 @@ export interface Routes {
12749
12759
  }
12750
12760
  formData: {}
12751
12761
  jsonResponse: {
12762
+ /** */
12752
12763
  client_session: {
12753
12764
  client_session_id: string
12754
12765
  workspace_id: string
@@ -12777,6 +12788,7 @@ export interface Routes {
12777
12788
  commonParams: {}
12778
12789
  formData: {}
12779
12790
  jsonResponse: {
12791
+ /** */
12780
12792
  client_session: {
12781
12793
  client_session_id: string
12782
12794
  workspace_id: string
@@ -12805,6 +12817,7 @@ export interface Routes {
12805
12817
  }
12806
12818
  formData: {}
12807
12819
  jsonResponse: {
12820
+ /** */
12808
12821
  client_session: {
12809
12822
  client_session_id: string
12810
12823
  workspace_id: string
@@ -12935,6 +12948,7 @@ export interface Routes {
12935
12948
  commonParams: {}
12936
12949
  formData: {}
12937
12950
  jsonResponse: {
12951
+ /** */
12938
12952
  connect_webview: {
12939
12953
  connect_webview_id: string
12940
12954
  workspace_id: string
@@ -12983,6 +12997,7 @@ export interface Routes {
12983
12997
  }
12984
12998
  formData: {}
12985
12999
  jsonResponse: {
13000
+ /** */
12986
13001
  connect_webview: {
12987
13002
  connect_webview_id: string
12988
13003
  workspace_id: string
@@ -13077,6 +13092,7 @@ export interface Routes {
13077
13092
  }
13078
13093
  formData: {}
13079
13094
  jsonResponse: {
13095
+ /** */
13080
13096
  connected_account: {
13081
13097
  connected_account_id?: string | undefined
13082
13098
  created_at?: string | undefined
@@ -13172,6 +13188,7 @@ export interface Routes {
13172
13188
  commonParams: {}
13173
13189
  formData: {}
13174
13190
  jsonResponse: {
13191
+ /** */
13175
13192
  connected_account: {
13176
13193
  connected_account_id?: string | undefined
13177
13194
  created_at?: string | undefined
@@ -13229,6 +13246,7 @@ export interface Routes {
13229
13246
  }
13230
13247
  formData: {}
13231
13248
  jsonResponse: {
13249
+ /** */
13232
13250
  device: {
13233
13251
  /** Unique identifier for the device. */
13234
13252
  device_id: string
@@ -15107,6 +15125,7 @@ export interface Routes {
15107
15125
  }
15108
15126
  formData: {}
15109
15127
  jsonResponse: {
15128
+ /** */
15110
15129
  device: {
15111
15130
  /** Unique identifier for the device. */
15112
15131
  device_id: string
@@ -15788,6 +15807,7 @@ export interface Routes {
15788
15807
  }
15789
15808
  formData: {}
15790
15809
  jsonResponse: {
15810
+ /** */
15791
15811
  event?:
15792
15812
  | (
15793
15813
  | {
@@ -18463,6 +18483,7 @@ export interface Routes {
18463
18483
  }
18464
18484
  formData: {}
18465
18485
  jsonResponse: {
18486
+ /** */
18466
18487
  lock: {
18467
18488
  /** Unique identifier for the device. */
18468
18489
  device_id: string
@@ -19243,6 +19264,7 @@ export interface Routes {
19243
19264
  can_simulate_connection?: boolean | undefined
19244
19265
  can_simulate_disconnection?: boolean | undefined
19245
19266
  }
19267
+ /** */
19246
19268
  device: {
19247
19269
  /** Unique identifier for the device. */
19248
19270
  device_id: string
@@ -21780,6 +21802,7 @@ export interface Routes {
21780
21802
  commonParams: {}
21781
21803
  formData: {}
21782
21804
  jsonResponse: {
21805
+ /** */
21783
21806
  action_attempt:
21784
21807
  | {
21785
21808
  /** The ID of the action attempt. */
@@ -22728,6 +22751,7 @@ export interface Routes {
22728
22751
  commonParams: {}
22729
22752
  formData: {}
22730
22753
  jsonResponse: {
22754
+ /** */
22731
22755
  action_attempt:
22732
22756
  | {
22733
22757
  /** The ID of the action attempt. */
@@ -23675,6 +23699,7 @@ export interface Routes {
23675
23699
  }
23676
23700
  formData: {}
23677
23701
  jsonResponse: {
23702
+ /** */
23678
23703
  network: {
23679
23704
  network_id: string
23680
23705
  workspace_id: string
@@ -25459,6 +25484,7 @@ export interface Routes {
25459
25484
  commonParams: {}
25460
25485
  formData: {}
25461
25486
  jsonResponse: {
25487
+ /** */
25462
25488
  action_attempt:
25463
25489
  | {
25464
25490
  /** The ID of the action attempt. */
@@ -26394,6 +26420,7 @@ export interface Routes {
26394
26420
  message: string
26395
26421
  }
26396
26422
  }
26423
+ /** */
26397
26424
  noise_threshold: {
26398
26425
  noise_threshold_id: string
26399
26426
  device_id: string
@@ -26417,6 +26444,7 @@ export interface Routes {
26417
26444
  commonParams: {}
26418
26445
  formData: {}
26419
26446
  jsonResponse: {
26447
+ /** */
26420
26448
  action_attempt:
26421
26449
  | {
26422
26450
  /** The ID of the action attempt. */
@@ -27364,6 +27392,7 @@ export interface Routes {
27364
27392
  }
27365
27393
  formData: {}
27366
27394
  jsonResponse: {
27395
+ /** */
27367
27396
  noise_threshold: {
27368
27397
  noise_threshold_id: string
27369
27398
  device_id: string
@@ -27414,6 +27443,7 @@ export interface Routes {
27414
27443
  commonParams: {}
27415
27444
  formData: {}
27416
27445
  jsonResponse: {
27446
+ /** */
27417
27447
  action_attempt:
27418
27448
  | {
27419
27449
  /** The ID of the action attempt. */
@@ -28558,6 +28588,7 @@ export interface Routes {
28558
28588
  commonParams: {}
28559
28589
  formData: {}
28560
28590
  jsonResponse: {
28591
+ /** */
28561
28592
  phone: {
28562
28593
  /** Unique identifier for the device. */
28563
28594
  device_id: string
@@ -28720,6 +28751,7 @@ export interface Routes {
28720
28751
  commonParams: {}
28721
28752
  formData: {}
28722
28753
  jsonResponse: {
28754
+ /** */
28723
28755
  action_attempt:
28724
28756
  | {
28725
28757
  /** The ID of the action attempt. */
@@ -29674,6 +29706,7 @@ export interface Routes {
29674
29706
  commonParams: {}
29675
29707
  formData: {}
29676
29708
  jsonResponse: {
29709
+ /** */
29677
29710
  action_attempt:
29678
29711
  | {
29679
29712
  /** The ID of the action attempt. */
@@ -30669,6 +30702,7 @@ export interface Routes {
30669
30702
  }
30670
30703
  formData: {}
30671
30704
  jsonResponse: {
30705
+ /** */
30672
30706
  thermostat: {
30673
30707
  /** Unique identifier for the device. */
30674
30708
  device_id: string
@@ -31468,6 +31502,7 @@ export interface Routes {
31468
31502
  commonParams: {}
31469
31503
  formData: {}
31470
31504
  jsonResponse: {
31505
+ /** */
31471
31506
  action_attempt:
31472
31507
  | {
31473
31508
  /** The ID of the action attempt. */
@@ -32426,6 +32461,7 @@ export interface Routes {
32426
32461
  commonParams: {}
32427
32462
  formData: {}
32428
32463
  jsonResponse: {
32464
+ /** */
32429
32465
  action_attempt:
32430
32466
  | {
32431
32467
  /** The ID of the action attempt. */
@@ -35120,6 +35156,7 @@ export interface Routes {
35120
35156
  commonParams: {}
35121
35157
  formData: {}
35122
35158
  jsonResponse: {
35159
+ /** */
35123
35160
  action_attempt:
35124
35161
  | {
35125
35162
  /** The ID of the action attempt. */
@@ -36254,6 +36291,7 @@ export interface Routes {
36254
36291
  commonParams: {}
36255
36292
  formData: {}
36256
36293
  jsonResponse: {
36294
+ /** */
36257
36295
  action_attempt:
36258
36296
  | {
36259
36297
  /** The ID of the action attempt. */
@@ -37235,6 +37273,7 @@ export interface Routes {
37235
37273
  commonParams: {}
37236
37274
  formData: {}
37237
37275
  jsonResponse: {
37276
+ /** */
37238
37277
  action_attempt:
37239
37278
  | {
37240
37279
  /** The ID of the action attempt. */
@@ -40384,6 +40423,7 @@ export interface Routes {
40384
40423
  commonParams: {}
40385
40424
  formData: {}
40386
40425
  jsonResponse: {
40426
+ /** */
40387
40427
  webhook: {
40388
40428
  webhook_id: string
40389
40429
  url: string
@@ -40413,6 +40453,7 @@ export interface Routes {
40413
40453
  }
40414
40454
  formData: {}
40415
40455
  jsonResponse: {
40456
+ /** */
40416
40457
  webhook: {
40417
40458
  webhook_id: string
40418
40459
  url: string
@@ -40467,6 +40508,7 @@ export interface Routes {
40467
40508
  commonParams: {}
40468
40509
  formData: {}
40469
40510
  jsonResponse: {
40511
+ /** */
40470
40512
  workspace: {
40471
40513
  workspace_id: string
40472
40514
  name: string
@@ -40486,6 +40528,7 @@ export interface Routes {
40486
40528
  commonParams: {}
40487
40529
  formData: {}
40488
40530
  jsonResponse: {
40531
+ /** */
40489
40532
  workspace: {
40490
40533
  workspace_id: string
40491
40534
  name: string
@@ -40524,6 +40567,7 @@ export interface Routes {
40524
40567
  commonParams: {}
40525
40568
  formData: {}
40526
40569
  jsonResponse: {
40570
+ /** */
40527
40571
  action_attempt:
40528
40572
  | {
40529
40573
  /** The ID of the action attempt. */