@seamapi/types 1.176.0 → 1.177.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 (112) hide show
  1. package/dist/connect.cjs +1948 -160
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +4660 -498
  4. package/lib/seam/connect/model-types.d.ts +1 -1
  5. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +556 -0
  6. package/lib/seam/connect/models/action-attempts/action-attempt.js +20 -0
  7. package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -0
  8. package/lib/seam/connect/models/action-attempts/common.d.ts +53 -0
  9. package/lib/seam/connect/models/action-attempts/common.js +24 -0
  10. package/lib/seam/connect/models/action-attempts/common.js.map +1 -0
  11. package/lib/seam/connect/models/action-attempts/index.d.ts +1 -0
  12. package/lib/seam/connect/models/action-attempts/index.js +2 -0
  13. package/lib/seam/connect/models/action-attempts/index.js.map +1 -0
  14. package/lib/seam/connect/models/action-attempts/lock-door.d.ts +72 -0
  15. package/lib/seam/connect/models/action-attempts/lock-door.js +25 -0
  16. package/lib/seam/connect/models/action-attempts/lock-door.js.map +1 -0
  17. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +71 -0
  18. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js +28 -0
  19. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js.map +1 -0
  20. package/lib/seam/connect/models/action-attempts/set-cool.d.ts +71 -0
  21. package/lib/seam/connect/models/action-attempts/set-cool.js +25 -0
  22. package/lib/seam/connect/models/action-attempts/set-cool.js.map +1 -0
  23. package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +71 -0
  24. package/lib/seam/connect/models/action-attempts/set-fan-mode.js +25 -0
  25. package/lib/seam/connect/models/action-attempts/set-fan-mode.js.map +1 -0
  26. package/lib/seam/connect/models/action-attempts/set-heat-cool.d.ts +71 -0
  27. package/lib/seam/connect/models/action-attempts/set-heat-cool.js +25 -0
  28. package/lib/seam/connect/models/action-attempts/set-heat-cool.js.map +1 -0
  29. package/lib/seam/connect/models/action-attempts/set-heat.d.ts +71 -0
  30. package/lib/seam/connect/models/action-attempts/set-heat.js +25 -0
  31. package/lib/seam/connect/models/action-attempts/set-heat.js.map +1 -0
  32. package/lib/seam/connect/models/action-attempts/set-thermostat-off.d.ts +71 -0
  33. package/lib/seam/connect/models/action-attempts/set-thermostat-off.js +25 -0
  34. package/lib/seam/connect/models/action-attempts/set-thermostat-off.js.map +1 -0
  35. package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +72 -0
  36. package/lib/seam/connect/models/action-attempts/unlock-door.js +25 -0
  37. package/lib/seam/connect/models/action-attempts/unlock-door.js.map +1 -0
  38. package/lib/seam/connect/models/devices/managed-device.js +6 -2
  39. package/lib/seam/connect/models/devices/managed-device.js.map +1 -1
  40. package/lib/seam/connect/models/events/access-codes.d.ts +1 -1
  41. package/lib/seam/connect/models/events/access-codes.js +1 -1
  42. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  43. package/lib/seam/connect/models/events/acs/common.d.ts +1 -1
  44. package/lib/seam/connect/models/events/acs/common.js +1 -1
  45. package/lib/seam/connect/models/events/acs/common.js.map +1 -1
  46. package/lib/seam/connect/models/events/acs/credentials.d.ts +1 -1
  47. package/lib/seam/connect/models/events/acs/credentials.js +1 -1
  48. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  49. package/lib/seam/connect/models/events/acs/users.d.ts +1 -1
  50. package/lib/seam/connect/models/events/acs/users.js +1 -1
  51. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  52. package/lib/seam/connect/models/events/action-attempts.d.ts +10 -10
  53. package/lib/seam/connect/models/events/client-sessions.d.ts +1 -1
  54. package/lib/seam/connect/models/events/client-sessions.js +1 -1
  55. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  56. package/lib/seam/connect/models/events/common.d.ts +1 -1
  57. package/lib/seam/connect/models/events/common.js +1 -1
  58. package/lib/seam/connect/models/events/common.js.map +1 -1
  59. package/lib/seam/connect/models/events/connected-accounts.d.ts +1 -1
  60. package/lib/seam/connect/models/events/connected-accounts.js +1 -1
  61. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  62. package/lib/seam/connect/models/events/devices.d.ts +1 -1
  63. package/lib/seam/connect/models/events/devices.js +1 -1
  64. package/lib/seam/connect/models/events/devices.js.map +1 -1
  65. package/lib/seam/connect/models/events/enrollment-automations.d.ts +1 -1
  66. package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
  67. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  68. package/lib/seam/connect/models/events/phones.d.ts +1 -1
  69. package/lib/seam/connect/models/events/phones.js +1 -1
  70. package/lib/seam/connect/models/events/phones.js.map +1 -1
  71. package/lib/seam/connect/models/events/seam-event.d.ts +1 -1
  72. package/lib/seam/connect/models/events/seam-event.js +1 -1
  73. package/lib/seam/connect/models/events/seam-event.js.map +1 -1
  74. package/lib/seam/connect/models/index.d.ts +1 -0
  75. package/lib/seam/connect/models/index.js +1 -0
  76. package/lib/seam/connect/models/index.js.map +1 -1
  77. package/lib/seam/connect/openapi.d.ts +1285 -54
  78. package/lib/seam/connect/openapi.js +1662 -28
  79. package/lib/seam/connect/openapi.js.map +1 -1
  80. package/lib/seam/connect/route-types.d.ts +2941 -565
  81. package/lib/seam/connect/schemas.d.ts +1 -1
  82. package/lib/seam/connect/schemas.js +1 -1
  83. package/lib/seam/connect/schemas.js.map +1 -1
  84. package/package.json +1 -1
  85. package/src/lib/seam/connect/model-types.ts +1 -0
  86. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +25 -0
  87. package/src/lib/seam/connect/models/action-attempts/common.ts +27 -0
  88. package/src/lib/seam/connect/models/action-attempts/index.ts +1 -0
  89. package/src/lib/seam/connect/models/action-attempts/lock-door.ts +35 -0
  90. package/src/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.ts +39 -0
  91. package/src/lib/seam/connect/models/action-attempts/set-cool.ts +33 -0
  92. package/src/lib/seam/connect/models/action-attempts/set-fan-mode.ts +33 -0
  93. package/src/lib/seam/connect/models/action-attempts/set-heat-cool.ts +33 -0
  94. package/src/lib/seam/connect/models/action-attempts/set-heat.ts +33 -0
  95. package/src/lib/seam/connect/models/action-attempts/set-thermostat-off.ts +36 -0
  96. package/src/lib/seam/connect/models/action-attempts/unlock-door.ts +35 -0
  97. package/src/lib/seam/connect/models/devices/managed-device.ts +8 -2
  98. package/src/lib/seam/connect/models/events/access-codes.ts +1 -1
  99. package/src/lib/seam/connect/models/events/acs/common.ts +1 -1
  100. package/src/lib/seam/connect/models/events/acs/credentials.ts +1 -1
  101. package/src/lib/seam/connect/models/events/acs/users.ts +1 -1
  102. package/src/lib/seam/connect/models/events/client-sessions.ts +1 -1
  103. package/src/lib/seam/connect/models/events/common.ts +1 -1
  104. package/src/lib/seam/connect/models/events/connected-accounts.ts +1 -1
  105. package/src/lib/seam/connect/models/events/devices.ts +1 -1
  106. package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -1
  107. package/src/lib/seam/connect/models/events/phones.ts +1 -1
  108. package/src/lib/seam/connect/models/events/seam-event.ts +1 -1
  109. package/src/lib/seam/connect/models/index.ts +1 -0
  110. package/src/lib/seam/connect/openapi.ts +1686 -28
  111. package/src/lib/seam/connect/route-types.ts +3458 -914
  112. package/src/lib/seam/connect/schemas.ts +6 -1
@@ -590,16 +590,16 @@ declare const _default: {
590
590
  type: string;
591
591
  };
592
592
  action_attempt: {
593
- discriminator: {
594
- propertyName: string;
595
- };
596
593
  oneOf: ({
594
+ description: string;
597
595
  properties: {
598
596
  action_attempt_id: {
597
+ description: string;
599
598
  format: string;
600
599
  type: string;
601
600
  };
602
601
  action_type: {
602
+ enum: string[];
603
603
  type: string;
604
604
  };
605
605
  error: {
@@ -610,9 +610,10 @@ declare const _default: {
610
610
  required?: never;
611
611
  };
612
612
  result: {
613
+ format: string;
613
614
  nullable: boolean;
614
- format?: never;
615
- type?: never;
615
+ type: string;
616
+ properties?: never;
616
617
  };
617
618
  status: {
618
619
  enum: string[];
@@ -622,12 +623,15 @@ declare const _default: {
622
623
  required: string[];
623
624
  type: string;
624
625
  } | {
626
+ description: string;
625
627
  properties: {
626
628
  action_attempt_id: {
629
+ description: string;
627
630
  format: string;
628
631
  type: string;
629
632
  };
630
633
  action_type: {
634
+ enum: string[];
631
635
  type: string;
632
636
  };
633
637
  error: {
@@ -638,9 +642,10 @@ declare const _default: {
638
642
  required?: never;
639
643
  };
640
644
  result: {
641
- format: string;
642
- nullable: boolean;
645
+ properties: {};
643
646
  type: string;
647
+ format?: never;
648
+ nullable?: never;
644
649
  };
645
650
  status: {
646
651
  enum: string[];
@@ -650,12 +655,15 @@ declare const _default: {
650
655
  required: string[];
651
656
  type: string;
652
657
  } | {
658
+ description: string;
653
659
  properties: {
654
660
  action_attempt_id: {
661
+ description: string;
655
662
  format: string;
656
663
  type: string;
657
664
  };
658
665
  action_type: {
666
+ enum: string[];
659
667
  type: string;
660
668
  };
661
669
  error: {
@@ -676,6 +684,7 @@ declare const _default: {
676
684
  format: string;
677
685
  nullable: boolean;
678
686
  type: string;
687
+ properties?: never;
679
688
  };
680
689
  status: {
681
690
  enum: string[];
@@ -3334,7 +3343,101 @@ declare const _default: {
3334
3343
  $ref: string;
3335
3344
  };
3336
3345
  action_attempt: {
3337
- $ref: string;
3346
+ discriminator: {
3347
+ propertyName: string;
3348
+ };
3349
+ oneOf: ({
3350
+ properties: {
3351
+ action_attempt_id: {
3352
+ format: string;
3353
+ type: string;
3354
+ };
3355
+ action_type: {
3356
+ type: string;
3357
+ };
3358
+ error: {
3359
+ format: string;
3360
+ nullable: boolean;
3361
+ type: string;
3362
+ properties?: never;
3363
+ required?: never;
3364
+ };
3365
+ result: {
3366
+ nullable: boolean;
3367
+ format?: never;
3368
+ type?: never;
3369
+ };
3370
+ status: {
3371
+ enum: string[];
3372
+ type: string;
3373
+ };
3374
+ };
3375
+ required: string[];
3376
+ type: string;
3377
+ } | {
3378
+ properties: {
3379
+ action_attempt_id: {
3380
+ format: string;
3381
+ type: string;
3382
+ };
3383
+ action_type: {
3384
+ type: string;
3385
+ };
3386
+ error: {
3387
+ format: string;
3388
+ nullable: boolean;
3389
+ type: string;
3390
+ properties?: never;
3391
+ required?: never;
3392
+ };
3393
+ result: {
3394
+ format: string;
3395
+ nullable: boolean;
3396
+ type: string;
3397
+ };
3398
+ status: {
3399
+ enum: string[];
3400
+ type: string;
3401
+ };
3402
+ };
3403
+ required: string[];
3404
+ type: string;
3405
+ } | {
3406
+ properties: {
3407
+ action_attempt_id: {
3408
+ format: string;
3409
+ type: string;
3410
+ };
3411
+ action_type: {
3412
+ type: string;
3413
+ };
3414
+ error: {
3415
+ properties: {
3416
+ message: {
3417
+ type: string;
3418
+ };
3419
+ type: {
3420
+ type: string;
3421
+ };
3422
+ };
3423
+ required: string[];
3424
+ type: string;
3425
+ format?: never;
3426
+ nullable?: never;
3427
+ };
3428
+ result: {
3429
+ format: string;
3430
+ nullable: boolean;
3431
+ type: string;
3432
+ };
3433
+ status: {
3434
+ enum: string[];
3435
+ type: string;
3436
+ };
3437
+ };
3438
+ required: string[];
3439
+ type: string;
3440
+ })[];
3338
3441
  };
3339
3442
  ok: {
3340
3443
  type: string;
@@ -3678,7 +3781,101 @@ declare const _default: {
3678
3781
  schema: {
3679
3782
  properties: {
3680
3783
  action_attempt: {
3681
- $ref: string;
3784
+ discriminator: {
3785
+ propertyName: string;
3786
+ };
3787
+ oneOf: ({
3788
+ properties: {
3789
+ action_attempt_id: {
3790
+ format: string;
3791
+ type: string;
3792
+ };
3793
+ action_type: {
3794
+ type: string;
3795
+ };
3796
+ error: {
3797
+ format: string;
3798
+ nullable: boolean;
3799
+ type: string;
3800
+ properties?: never;
3801
+ required?: never;
3802
+ };
3803
+ result: {
3804
+ nullable: boolean;
3805
+ format?: never;
3806
+ type?: never;
3807
+ };
3808
+ status: {
3809
+ enum: string[];
3810
+ type: string;
3811
+ };
3812
+ };
3813
+ required: string[];
3814
+ type: string;
3815
+ } | {
3816
+ properties: {
3817
+ action_attempt_id: {
3818
+ format: string;
3819
+ type: string;
3820
+ };
3821
+ action_type: {
3822
+ type: string;
3823
+ };
3824
+ error: {
3825
+ format: string;
3826
+ nullable: boolean;
3827
+ type: string;
3828
+ properties?: never;
3829
+ required?: never;
3830
+ };
3831
+ result: {
3832
+ format: string;
3833
+ nullable: boolean;
3834
+ type: string;
3835
+ };
3836
+ status: {
3837
+ enum: string[];
3838
+ type: string;
3839
+ };
3840
+ };
3841
+ required: string[];
3842
+ type: string;
3843
+ } | {
3844
+ properties: {
3845
+ action_attempt_id: {
3846
+ format: string;
3847
+ type: string;
3848
+ };
3849
+ action_type: {
3850
+ type: string;
3851
+ };
3852
+ error: {
3853
+ properties: {
3854
+ message: {
3855
+ type: string;
3856
+ };
3857
+ type: {
3858
+ type: string;
3859
+ };
3860
+ };
3861
+ required: string[];
3862
+ type: string;
3863
+ format?: never;
3864
+ nullable?: never;
3865
+ };
3866
+ result: {
3867
+ format: string;
3868
+ nullable: boolean;
3869
+ type: string;
3870
+ };
3871
+ status: {
3872
+ enum: string[];
3873
+ type: string;
3874
+ };
3875
+ };
3876
+ required: string[];
3877
+ type: string;
3878
+ })[];
3682
3879
  };
3683
3880
  ok: {
3684
3881
  type: string;
@@ -4315,7 +4512,101 @@ declare const _default: {
4315
4512
  schema: {
4316
4513
  properties: {
4317
4514
  action_attempt: {
4318
- $ref: string;
4515
+ discriminator: {
4516
+ propertyName: string;
4517
+ };
4518
+ oneOf: ({
4519
+ properties: {
4520
+ action_attempt_id: {
4521
+ format: string;
4522
+ type: string;
4523
+ };
4524
+ action_type: {
4525
+ type: string;
4526
+ };
4527
+ error: {
4528
+ format: string;
4529
+ nullable: boolean;
4530
+ type: string;
4531
+ properties?: never;
4532
+ required?: never;
4533
+ };
4534
+ result: {
4535
+ nullable: boolean;
4536
+ format?: never;
4537
+ type?: never;
4538
+ };
4539
+ status: {
4540
+ enum: string[];
4541
+ type: string;
4542
+ };
4543
+ };
4544
+ required: string[];
4545
+ type: string;
4546
+ } | {
4547
+ properties: {
4548
+ action_attempt_id: {
4549
+ format: string;
4550
+ type: string;
4551
+ };
4552
+ action_type: {
4553
+ type: string;
4554
+ };
4555
+ error: {
4556
+ format: string;
4557
+ nullable: boolean;
4558
+ type: string;
4559
+ properties?: never;
4560
+ required?: never;
4561
+ };
4562
+ result: {
4563
+ format: string;
4564
+ nullable: boolean;
4565
+ type: string;
4566
+ };
4567
+ status: {
4568
+ enum: string[];
4569
+ type: string;
4570
+ };
4571
+ };
4572
+ required: string[];
4573
+ type: string;
4574
+ } | {
4575
+ properties: {
4576
+ action_attempt_id: {
4577
+ format: string;
4578
+ type: string;
4579
+ };
4580
+ action_type: {
4581
+ type: string;
4582
+ };
4583
+ error: {
4584
+ properties: {
4585
+ message: {
4586
+ type: string;
4587
+ };
4588
+ type: {
4589
+ type: string;
4590
+ };
4591
+ };
4592
+ required: string[];
4593
+ type: string;
4594
+ format?: never;
4595
+ nullable?: never;
4596
+ };
4597
+ result: {
4598
+ format: string;
4599
+ nullable: boolean;
4600
+ type: string;
4601
+ };
4602
+ status: {
4603
+ enum: string[];
4604
+ type: string;
4605
+ };
4606
+ };
4607
+ required: string[];
4608
+ type: string;
4609
+ })[];
4319
4610
  };
4320
4611
  ok: {
4321
4612
  type: string;
@@ -4769,7 +5060,101 @@ declare const _default: {
4769
5060
  schema: {
4770
5061
  properties: {
4771
5062
  action_attempt: {
4772
- $ref: string;
5063
+ discriminator: {
5064
+ propertyName: string;
5065
+ };
5066
+ oneOf: ({
5067
+ properties: {
5068
+ action_attempt_id: {
5069
+ format: string;
5070
+ type: string;
5071
+ };
5072
+ action_type: {
5073
+ type: string;
5074
+ };
5075
+ error: {
5076
+ format: string;
5077
+ nullable: boolean;
5078
+ type: string;
5079
+ properties?: never;
5080
+ required?: never;
5081
+ };
5082
+ result: {
5083
+ nullable: boolean;
5084
+ format?: never;
5085
+ type?: never;
5086
+ };
5087
+ status: {
5088
+ enum: string[];
5089
+ type: string;
5090
+ };
5091
+ };
5092
+ required: string[];
5093
+ type: string;
5094
+ } | {
5095
+ properties: {
5096
+ action_attempt_id: {
5097
+ format: string;
5098
+ type: string;
5099
+ };
5100
+ action_type: {
5101
+ type: string;
5102
+ };
5103
+ error: {
5104
+ format: string;
5105
+ nullable: boolean;
5106
+ type: string;
5107
+ properties?: never;
5108
+ required?: never;
5109
+ };
5110
+ result: {
5111
+ format: string;
5112
+ nullable: boolean;
5113
+ type: string;
5114
+ };
5115
+ status: {
5116
+ enum: string[];
5117
+ type: string;
5118
+ };
5119
+ };
5120
+ required: string[];
5121
+ type: string;
5122
+ } | {
5123
+ properties: {
5124
+ action_attempt_id: {
5125
+ format: string;
5126
+ type: string;
5127
+ };
5128
+ action_type: {
5129
+ type: string;
5130
+ };
5131
+ error: {
5132
+ properties: {
5133
+ message: {
5134
+ type: string;
5135
+ };
5136
+ type: {
5137
+ type: string;
5138
+ };
5139
+ };
5140
+ required: string[];
5141
+ type: string;
5142
+ format?: never;
5143
+ nullable?: never;
5144
+ };
5145
+ result: {
5146
+ format: string;
5147
+ nullable: boolean;
5148
+ type: string;
5149
+ };
5150
+ status: {
5151
+ enum: string[];
5152
+ type: string;
5153
+ };
5154
+ };
5155
+ required: string[];
5156
+ type: string;
5157
+ })[];
4773
5158
  };
4774
5159
  ok: {
4775
5160
  type: string;
@@ -4899,21 +5284,115 @@ declare const _default: {
4899
5284
  schema: {
4900
5285
  properties: {
4901
5286
  action_attempt: {
4902
- $ref: string;
4903
- };
4904
- ok: {
4905
- type: string;
4906
- };
4907
- };
4908
- required: string[];
4909
- type: string;
4910
- };
4911
- };
4912
- };
4913
- description: string;
4914
- };
4915
- 400: {
4916
- description: string;
5287
+ discriminator: {
5288
+ propertyName: string;
5289
+ };
5290
+ oneOf: ({
5291
+ properties: {
5292
+ action_attempt_id: {
5293
+ format: string;
5294
+ type: string;
5295
+ };
5296
+ action_type: {
5297
+ type: string;
5298
+ };
5299
+ error: {
5300
+ format: string;
5301
+ nullable: boolean;
5302
+ type: string;
5303
+ properties?: never;
5304
+ required?: never;
5305
+ };
5306
+ result: {
5307
+ nullable: boolean;
5308
+ format?: never;
5309
+ type?: never;
5310
+ };
5311
+ status: {
5312
+ enum: string[];
5313
+ type: string;
5314
+ };
5315
+ };
5316
+ required: string[];
5317
+ type: string;
5318
+ } | {
5319
+ properties: {
5320
+ action_attempt_id: {
5321
+ format: string;
5322
+ type: string;
5323
+ };
5324
+ action_type: {
5325
+ type: string;
5326
+ };
5327
+ error: {
5328
+ format: string;
5329
+ nullable: boolean;
5330
+ type: string;
5331
+ properties?: never;
5332
+ required?: never;
5333
+ };
5334
+ result: {
5335
+ format: string;
5336
+ nullable: boolean;
5337
+ type: string;
5338
+ };
5339
+ status: {
5340
+ enum: string[];
5341
+ type: string;
5342
+ };
5343
+ };
5344
+ required: string[];
5345
+ type: string;
5346
+ } | {
5347
+ properties: {
5348
+ action_attempt_id: {
5349
+ format: string;
5350
+ type: string;
5351
+ };
5352
+ action_type: {
5353
+ type: string;
5354
+ };
5355
+ error: {
5356
+ properties: {
5357
+ message: {
5358
+ type: string;
5359
+ };
5360
+ type: {
5361
+ type: string;
5362
+ };
5363
+ };
5364
+ required: string[];
5365
+ type: string;
5366
+ format?: never;
5367
+ nullable?: never;
5368
+ };
5369
+ result: {
5370
+ format: string;
5371
+ nullable: boolean;
5372
+ type: string;
5373
+ };
5374
+ status: {
5375
+ enum: string[];
5376
+ type: string;
5377
+ };
5378
+ };
5379
+ required: string[];
5380
+ type: string;
5381
+ })[];
5382
+ };
5383
+ ok: {
5384
+ type: string;
5385
+ };
5386
+ };
5387
+ required: string[];
5388
+ type: string;
5389
+ };
5390
+ };
5391
+ };
5392
+ description: string;
5393
+ };
5394
+ 400: {
5395
+ description: string;
4917
5396
  };
4918
5397
  401: {
4919
5398
  description: string;
@@ -5030,7 +5509,101 @@ declare const _default: {
5030
5509
  schema: {
5031
5510
  properties: {
5032
5511
  action_attempt: {
5033
- $ref: string;
5512
+ discriminator: {
5513
+ propertyName: string;
5514
+ };
5515
+ oneOf: ({
5516
+ properties: {
5517
+ action_attempt_id: {
5518
+ format: string;
5519
+ type: string;
5520
+ };
5521
+ action_type: {
5522
+ type: string;
5523
+ };
5524
+ error: {
5525
+ format: string;
5526
+ nullable: boolean;
5527
+ type: string;
5528
+ properties?: never;
5529
+ required?: never;
5530
+ };
5531
+ result: {
5532
+ nullable: boolean;
5533
+ format?: never;
5534
+ type?: never;
5535
+ };
5536
+ status: {
5537
+ enum: string[];
5538
+ type: string;
5539
+ };
5540
+ };
5541
+ required: string[];
5542
+ type: string;
5543
+ } | {
5544
+ properties: {
5545
+ action_attempt_id: {
5546
+ format: string;
5547
+ type: string;
5548
+ };
5549
+ action_type: {
5550
+ type: string;
5551
+ };
5552
+ error: {
5553
+ format: string;
5554
+ nullable: boolean;
5555
+ type: string;
5556
+ properties?: never;
5557
+ required?: never;
5558
+ };
5559
+ result: {
5560
+ format: string;
5561
+ nullable: boolean;
5562
+ type: string;
5563
+ };
5564
+ status: {
5565
+ enum: string[];
5566
+ type: string;
5567
+ };
5568
+ };
5569
+ required: string[];
5570
+ type: string;
5571
+ } | {
5572
+ properties: {
5573
+ action_attempt_id: {
5574
+ format: string;
5575
+ type: string;
5576
+ };
5577
+ action_type: {
5578
+ type: string;
5579
+ };
5580
+ error: {
5581
+ properties: {
5582
+ message: {
5583
+ type: string;
5584
+ };
5585
+ type: {
5586
+ type: string;
5587
+ };
5588
+ };
5589
+ required: string[];
5590
+ type: string;
5591
+ format?: never;
5592
+ nullable?: never;
5593
+ };
5594
+ result: {
5595
+ format: string;
5596
+ nullable: boolean;
5597
+ type: string;
5598
+ };
5599
+ status: {
5600
+ enum: string[];
5601
+ type: string;
5602
+ };
5603
+ };
5604
+ required: string[];
5605
+ type: string;
5606
+ })[];
5034
5607
  };
5035
5608
  ok: {
5036
5609
  type: string;
@@ -8006,7 +8579,101 @@ declare const _default: {
8006
8579
  schema: {
8007
8580
  properties: {
8008
8581
  action_attempt: {
8009
- $ref: string;
8582
+ discriminator: {
8583
+ propertyName: string;
8584
+ };
8585
+ oneOf: ({
8586
+ properties: {
8587
+ action_attempt_id: {
8588
+ format: string;
8589
+ type: string;
8590
+ };
8591
+ action_type: {
8592
+ type: string;
8593
+ };
8594
+ error: {
8595
+ format: string;
8596
+ nullable: boolean;
8597
+ type: string;
8598
+ properties?: never;
8599
+ required?: never;
8600
+ };
8601
+ result: {
8602
+ nullable: boolean;
8603
+ format?: never;
8604
+ type?: never;
8605
+ };
8606
+ status: {
8607
+ enum: string[];
8608
+ type: string;
8609
+ };
8610
+ };
8611
+ required: string[];
8612
+ type: string;
8613
+ } | {
8614
+ properties: {
8615
+ action_attempt_id: {
8616
+ format: string;
8617
+ type: string;
8618
+ };
8619
+ action_type: {
8620
+ type: string;
8621
+ };
8622
+ error: {
8623
+ format: string;
8624
+ nullable: boolean;
8625
+ type: string;
8626
+ properties?: never;
8627
+ required?: never;
8628
+ };
8629
+ result: {
8630
+ format: string;
8631
+ nullable: boolean;
8632
+ type: string;
8633
+ };
8634
+ status: {
8635
+ enum: string[];
8636
+ type: string;
8637
+ };
8638
+ };
8639
+ required: string[];
8640
+ type: string;
8641
+ } | {
8642
+ properties: {
8643
+ action_attempt_id: {
8644
+ format: string;
8645
+ type: string;
8646
+ };
8647
+ action_type: {
8648
+ type: string;
8649
+ };
8650
+ error: {
8651
+ properties: {
8652
+ message: {
8653
+ type: string;
8654
+ };
8655
+ type: {
8656
+ type: string;
8657
+ };
8658
+ };
8659
+ required: string[];
8660
+ type: string;
8661
+ format?: never;
8662
+ nullable?: never;
8663
+ };
8664
+ result: {
8665
+ format: string;
8666
+ nullable: boolean;
8667
+ type: string;
8668
+ };
8669
+ status: {
8670
+ enum: string[];
8671
+ type: string;
8672
+ };
8673
+ };
8674
+ required: string[];
8675
+ type: string;
8676
+ })[];
8010
8677
  };
8011
8678
  ok: {
8012
8679
  type: string;
@@ -8084,7 +8751,101 @@ declare const _default: {
8084
8751
  properties: {
8085
8752
  action_attempts: {
8086
8753
  items: {
8087
- $ref: string;
8754
+ discriminator: {
8755
+ propertyName: string;
8756
+ };
8757
+ oneOf: ({
8758
+ properties: {
8759
+ action_attempt_id: {
8760
+ format: string;
8761
+ type: string;
8762
+ };
8763
+ action_type: {
8764
+ type: string;
8765
+ };
8766
+ error: {
8767
+ format: string;
8768
+ nullable: boolean;
8769
+ type: string;
8770
+ properties?: never;
8771
+ required?: never;
8772
+ };
8773
+ result: {
8774
+ nullable: boolean;
8775
+ format?: never;
8776
+ type?: never;
8777
+ };
8778
+ status: {
8779
+ enum: string[];
8780
+ type: string;
8781
+ };
8782
+ };
8783
+ required: string[];
8784
+ type: string;
8785
+ } | {
8786
+ properties: {
8787
+ action_attempt_id: {
8788
+ format: string;
8789
+ type: string;
8790
+ };
8791
+ action_type: {
8792
+ type: string;
8793
+ };
8794
+ error: {
8795
+ format: string;
8796
+ nullable: boolean;
8797
+ type: string;
8798
+ properties?: never;
8799
+ required?: never;
8800
+ };
8801
+ result: {
8802
+ format: string;
8803
+ nullable: boolean;
8804
+ type: string;
8805
+ };
8806
+ status: {
8807
+ enum: string[];
8808
+ type: string;
8809
+ };
8810
+ };
8811
+ required: string[];
8812
+ type: string;
8813
+ } | {
8814
+ properties: {
8815
+ action_attempt_id: {
8816
+ format: string;
8817
+ type: string;
8818
+ };
8819
+ action_type: {
8820
+ type: string;
8821
+ };
8822
+ error: {
8823
+ properties: {
8824
+ message: {
8825
+ type: string;
8826
+ };
8827
+ type: {
8828
+ type: string;
8829
+ };
8830
+ };
8831
+ required: string[];
8832
+ type: string;
8833
+ format?: never;
8834
+ nullable?: never;
8835
+ };
8836
+ result: {
8837
+ format: string;
8838
+ nullable: boolean;
8839
+ type: string;
8840
+ };
8841
+ status: {
8842
+ enum: string[];
8843
+ type: string;
8844
+ };
8845
+ };
8846
+ required: string[];
8847
+ type: string;
8848
+ })[];
8088
8849
  };
8089
8850
  type: string;
8090
8851
  };
@@ -11247,27 +12008,121 @@ declare const _default: {
11247
12008
  schema: {
11248
12009
  properties: {
11249
12010
  action_attempt: {
11250
- $ref: string;
11251
- };
11252
- noise_threshold: {
11253
- $ref: string;
11254
- };
11255
- ok: {
11256
- type: string;
11257
- };
11258
- };
11259
- required: string[];
11260
- type: string;
11261
- };
11262
- };
11263
- };
11264
- description: string;
11265
- };
11266
- 400: {
11267
- description: string;
11268
- };
11269
- 401: {
11270
- description: string;
12011
+ discriminator: {
12012
+ propertyName: string;
12013
+ };
12014
+ oneOf: ({
12015
+ properties: {
12016
+ action_attempt_id: {
12017
+ format: string;
12018
+ type: string;
12019
+ };
12020
+ action_type: {
12021
+ type: string;
12022
+ };
12023
+ error: {
12024
+ format: string;
12025
+ nullable: boolean;
12026
+ type: string;
12027
+ properties?: never;
12028
+ required?: never;
12029
+ };
12030
+ result: {
12031
+ nullable: boolean;
12032
+ format?: never;
12033
+ type?: never;
12034
+ };
12035
+ status: {
12036
+ enum: string[];
12037
+ type: string;
12038
+ };
12039
+ };
12040
+ required: string[];
12041
+ type: string;
12042
+ } | {
12043
+ properties: {
12044
+ action_attempt_id: {
12045
+ format: string;
12046
+ type: string;
12047
+ };
12048
+ action_type: {
12049
+ type: string;
12050
+ };
12051
+ error: {
12052
+ format: string;
12053
+ nullable: boolean;
12054
+ type: string;
12055
+ properties?: never;
12056
+ required?: never;
12057
+ };
12058
+ result: {
12059
+ format: string;
12060
+ nullable: boolean;
12061
+ type: string;
12062
+ };
12063
+ status: {
12064
+ enum: string[];
12065
+ type: string;
12066
+ };
12067
+ };
12068
+ required: string[];
12069
+ type: string;
12070
+ } | {
12071
+ properties: {
12072
+ action_attempt_id: {
12073
+ format: string;
12074
+ type: string;
12075
+ };
12076
+ action_type: {
12077
+ type: string;
12078
+ };
12079
+ error: {
12080
+ properties: {
12081
+ message: {
12082
+ type: string;
12083
+ };
12084
+ type: {
12085
+ type: string;
12086
+ };
12087
+ };
12088
+ required: string[];
12089
+ type: string;
12090
+ format?: never;
12091
+ nullable?: never;
12092
+ };
12093
+ result: {
12094
+ format: string;
12095
+ nullable: boolean;
12096
+ type: string;
12097
+ };
12098
+ status: {
12099
+ enum: string[];
12100
+ type: string;
12101
+ };
12102
+ };
12103
+ required: string[];
12104
+ type: string;
12105
+ })[];
12106
+ };
12107
+ noise_threshold: {
12108
+ $ref: string;
12109
+ };
12110
+ ok: {
12111
+ type: string;
12112
+ };
12113
+ };
12114
+ required: string[];
12115
+ type: string;
12116
+ };
12117
+ };
12118
+ };
12119
+ description: string;
12120
+ };
12121
+ 400: {
12122
+ description: string;
12123
+ };
12124
+ 401: {
12125
+ description: string;
11271
12126
  };
11272
12127
  };
11273
12128
  security: ({
@@ -11324,7 +12179,101 @@ declare const _default: {
11324
12179
  schema: {
11325
12180
  properties: {
11326
12181
  action_attempt: {
11327
- $ref: string;
12182
+ discriminator: {
12183
+ propertyName: string;
12184
+ };
12185
+ oneOf: ({
12186
+ properties: {
12187
+ action_attempt_id: {
12188
+ format: string;
12189
+ type: string;
12190
+ };
12191
+ action_type: {
12192
+ type: string;
12193
+ };
12194
+ error: {
12195
+ format: string;
12196
+ nullable: boolean;
12197
+ type: string;
12198
+ properties?: never;
12199
+ required?: never;
12200
+ };
12201
+ result: {
12202
+ nullable: boolean;
12203
+ format?: never;
12204
+ type?: never;
12205
+ };
12206
+ status: {
12207
+ enum: string[];
12208
+ type: string;
12209
+ };
12210
+ };
12211
+ required: string[];
12212
+ type: string;
12213
+ } | {
12214
+ properties: {
12215
+ action_attempt_id: {
12216
+ format: string;
12217
+ type: string;
12218
+ };
12219
+ action_type: {
12220
+ type: string;
12221
+ };
12222
+ error: {
12223
+ format: string;
12224
+ nullable: boolean;
12225
+ type: string;
12226
+ properties?: never;
12227
+ required?: never;
12228
+ };
12229
+ result: {
12230
+ format: string;
12231
+ nullable: boolean;
12232
+ type: string;
12233
+ };
12234
+ status: {
12235
+ enum: string[];
12236
+ type: string;
12237
+ };
12238
+ };
12239
+ required: string[];
12240
+ type: string;
12241
+ } | {
12242
+ properties: {
12243
+ action_attempt_id: {
12244
+ format: string;
12245
+ type: string;
12246
+ };
12247
+ action_type: {
12248
+ type: string;
12249
+ };
12250
+ error: {
12251
+ properties: {
12252
+ message: {
12253
+ type: string;
12254
+ };
12255
+ type: {
12256
+ type: string;
12257
+ };
12258
+ };
12259
+ required: string[];
12260
+ type: string;
12261
+ format?: never;
12262
+ nullable?: never;
12263
+ };
12264
+ result: {
12265
+ format: string;
12266
+ nullable: boolean;
12267
+ type: string;
12268
+ };
12269
+ status: {
12270
+ enum: string[];
12271
+ type: string;
12272
+ };
12273
+ };
12274
+ required: string[];
12275
+ type: string;
12276
+ })[];
11328
12277
  };
11329
12278
  ok: {
11330
12279
  type: string;
@@ -11550,7 +12499,101 @@ declare const _default: {
11550
12499
  schema: {
11551
12500
  properties: {
11552
12501
  action_attempt: {
11553
- $ref: string;
12502
+ discriminator: {
12503
+ propertyName: string;
12504
+ };
12505
+ oneOf: ({
12506
+ properties: {
12507
+ action_attempt_id: {
12508
+ format: string;
12509
+ type: string;
12510
+ };
12511
+ action_type: {
12512
+ type: string;
12513
+ };
12514
+ error: {
12515
+ format: string;
12516
+ nullable: boolean;
12517
+ type: string;
12518
+ properties?: never;
12519
+ required?: never;
12520
+ };
12521
+ result: {
12522
+ nullable: boolean;
12523
+ format?: never;
12524
+ type?: never;
12525
+ };
12526
+ status: {
12527
+ enum: string[];
12528
+ type: string;
12529
+ };
12530
+ };
12531
+ required: string[];
12532
+ type: string;
12533
+ } | {
12534
+ properties: {
12535
+ action_attempt_id: {
12536
+ format: string;
12537
+ type: string;
12538
+ };
12539
+ action_type: {
12540
+ type: string;
12541
+ };
12542
+ error: {
12543
+ format: string;
12544
+ nullable: boolean;
12545
+ type: string;
12546
+ properties?: never;
12547
+ required?: never;
12548
+ };
12549
+ result: {
12550
+ format: string;
12551
+ nullable: boolean;
12552
+ type: string;
12553
+ };
12554
+ status: {
12555
+ enum: string[];
12556
+ type: string;
12557
+ };
12558
+ };
12559
+ required: string[];
12560
+ type: string;
12561
+ } | {
12562
+ properties: {
12563
+ action_attempt_id: {
12564
+ format: string;
12565
+ type: string;
12566
+ };
12567
+ action_type: {
12568
+ type: string;
12569
+ };
12570
+ error: {
12571
+ properties: {
12572
+ message: {
12573
+ type: string;
12574
+ };
12575
+ type: {
12576
+ type: string;
12577
+ };
12578
+ };
12579
+ required: string[];
12580
+ type: string;
12581
+ format?: never;
12582
+ nullable?: never;
12583
+ };
12584
+ result: {
12585
+ format: string;
12586
+ nullable: boolean;
12587
+ type: string;
12588
+ };
12589
+ status: {
12590
+ enum: string[];
12591
+ type: string;
12592
+ };
12593
+ };
12594
+ required: string[];
12595
+ type: string;
12596
+ })[];
11554
12597
  };
11555
12598
  ok: {
11556
12599
  type: string;
@@ -11635,7 +12678,101 @@ declare const _default: {
11635
12678
  schema: {
11636
12679
  properties: {
11637
12680
  action_attempt: {
11638
- $ref: string;
12681
+ discriminator: {
12682
+ propertyName: string;
12683
+ };
12684
+ oneOf: ({
12685
+ properties: {
12686
+ action_attempt_id: {
12687
+ format: string;
12688
+ type: string;
12689
+ };
12690
+ action_type: {
12691
+ type: string;
12692
+ };
12693
+ error: {
12694
+ format: string;
12695
+ nullable: boolean;
12696
+ type: string;
12697
+ properties?: never;
12698
+ required?: never;
12699
+ };
12700
+ result: {
12701
+ nullable: boolean;
12702
+ format?: never;
12703
+ type?: never;
12704
+ };
12705
+ status: {
12706
+ enum: string[];
12707
+ type: string;
12708
+ };
12709
+ };
12710
+ required: string[];
12711
+ type: string;
12712
+ } | {
12713
+ properties: {
12714
+ action_attempt_id: {
12715
+ format: string;
12716
+ type: string;
12717
+ };
12718
+ action_type: {
12719
+ type: string;
12720
+ };
12721
+ error: {
12722
+ format: string;
12723
+ nullable: boolean;
12724
+ type: string;
12725
+ properties?: never;
12726
+ required?: never;
12727
+ };
12728
+ result: {
12729
+ format: string;
12730
+ nullable: boolean;
12731
+ type: string;
12732
+ };
12733
+ status: {
12734
+ enum: string[];
12735
+ type: string;
12736
+ };
12737
+ };
12738
+ required: string[];
12739
+ type: string;
12740
+ } | {
12741
+ properties: {
12742
+ action_attempt_id: {
12743
+ format: string;
12744
+ type: string;
12745
+ };
12746
+ action_type: {
12747
+ type: string;
12748
+ };
12749
+ error: {
12750
+ properties: {
12751
+ message: {
12752
+ type: string;
12753
+ };
12754
+ type: {
12755
+ type: string;
12756
+ };
12757
+ };
12758
+ required: string[];
12759
+ type: string;
12760
+ format?: never;
12761
+ nullable?: never;
12762
+ };
12763
+ result: {
12764
+ format: string;
12765
+ nullable: boolean;
12766
+ type: string;
12767
+ };
12768
+ status: {
12769
+ enum: string[];
12770
+ type: string;
12771
+ };
12772
+ };
12773
+ required: string[];
12774
+ type: string;
12775
+ })[];
11639
12776
  };
11640
12777
  ok: {
11641
12778
  type: string;
@@ -11721,7 +12858,101 @@ declare const _default: {
11721
12858
  schema: {
11722
12859
  properties: {
11723
12860
  action_attempt: {
11724
- $ref: string;
12861
+ discriminator: {
12862
+ propertyName: string;
12863
+ };
12864
+ oneOf: ({
12865
+ properties: {
12866
+ action_attempt_id: {
12867
+ format: string;
12868
+ type: string;
12869
+ };
12870
+ action_type: {
12871
+ type: string;
12872
+ };
12873
+ error: {
12874
+ format: string;
12875
+ nullable: boolean;
12876
+ type: string;
12877
+ properties?: never;
12878
+ required?: never;
12879
+ };
12880
+ result: {
12881
+ nullable: boolean;
12882
+ format?: never;
12883
+ type?: never;
12884
+ };
12885
+ status: {
12886
+ enum: string[];
12887
+ type: string;
12888
+ };
12889
+ };
12890
+ required: string[];
12891
+ type: string;
12892
+ } | {
12893
+ properties: {
12894
+ action_attempt_id: {
12895
+ format: string;
12896
+ type: string;
12897
+ };
12898
+ action_type: {
12899
+ type: string;
12900
+ };
12901
+ error: {
12902
+ format: string;
12903
+ nullable: boolean;
12904
+ type: string;
12905
+ properties?: never;
12906
+ required?: never;
12907
+ };
12908
+ result: {
12909
+ format: string;
12910
+ nullable: boolean;
12911
+ type: string;
12912
+ };
12913
+ status: {
12914
+ enum: string[];
12915
+ type: string;
12916
+ };
12917
+ };
12918
+ required: string[];
12919
+ type: string;
12920
+ } | {
12921
+ properties: {
12922
+ action_attempt_id: {
12923
+ format: string;
12924
+ type: string;
12925
+ };
12926
+ action_type: {
12927
+ type: string;
12928
+ };
12929
+ error: {
12930
+ properties: {
12931
+ message: {
12932
+ type: string;
12933
+ };
12934
+ type: {
12935
+ type: string;
12936
+ };
12937
+ };
12938
+ required: string[];
12939
+ type: string;
12940
+ format?: never;
12941
+ nullable?: never;
12942
+ };
12943
+ result: {
12944
+ format: string;
12945
+ nullable: boolean;
12946
+ type: string;
12947
+ };
12948
+ status: {
12949
+ enum: string[];
12950
+ type: string;
12951
+ };
12952
+ };
12953
+ required: string[];
12954
+ type: string;
12955
+ })[];
11725
12956
  };
11726
12957
  ok: {
11727
12958
  type: string;