@seamapi/types 1.175.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 (116) hide show
  1. package/dist/connect.cjs +1973 -161
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +4627 -403
  4. package/lib/seam/connect/model-types.d.ts +1 -1
  5. package/lib/seam/connect/models/acs/system.d.ts +36 -0
  6. package/lib/seam/connect/models/acs/system.js +8 -0
  7. package/lib/seam/connect/models/acs/system.js.map +1 -1
  8. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +556 -0
  9. package/lib/seam/connect/models/action-attempts/action-attempt.js +20 -0
  10. package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -0
  11. package/lib/seam/connect/models/action-attempts/common.d.ts +53 -0
  12. package/lib/seam/connect/models/action-attempts/common.js +24 -0
  13. package/lib/seam/connect/models/action-attempts/common.js.map +1 -0
  14. package/lib/seam/connect/models/action-attempts/index.d.ts +1 -0
  15. package/lib/seam/connect/models/action-attempts/index.js +2 -0
  16. package/lib/seam/connect/models/action-attempts/index.js.map +1 -0
  17. package/lib/seam/connect/models/action-attempts/lock-door.d.ts +72 -0
  18. package/lib/seam/connect/models/action-attempts/lock-door.js +25 -0
  19. package/lib/seam/connect/models/action-attempts/lock-door.js.map +1 -0
  20. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +71 -0
  21. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js +28 -0
  22. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.js.map +1 -0
  23. package/lib/seam/connect/models/action-attempts/set-cool.d.ts +71 -0
  24. package/lib/seam/connect/models/action-attempts/set-cool.js +25 -0
  25. package/lib/seam/connect/models/action-attempts/set-cool.js.map +1 -0
  26. package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +71 -0
  27. package/lib/seam/connect/models/action-attempts/set-fan-mode.js +25 -0
  28. package/lib/seam/connect/models/action-attempts/set-fan-mode.js.map +1 -0
  29. package/lib/seam/connect/models/action-attempts/set-heat-cool.d.ts +71 -0
  30. package/lib/seam/connect/models/action-attempts/set-heat-cool.js +25 -0
  31. package/lib/seam/connect/models/action-attempts/set-heat-cool.js.map +1 -0
  32. package/lib/seam/connect/models/action-attempts/set-heat.d.ts +71 -0
  33. package/lib/seam/connect/models/action-attempts/set-heat.js +25 -0
  34. package/lib/seam/connect/models/action-attempts/set-heat.js.map +1 -0
  35. package/lib/seam/connect/models/action-attempts/set-thermostat-off.d.ts +71 -0
  36. package/lib/seam/connect/models/action-attempts/set-thermostat-off.js +25 -0
  37. package/lib/seam/connect/models/action-attempts/set-thermostat-off.js.map +1 -0
  38. package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +72 -0
  39. package/lib/seam/connect/models/action-attempts/unlock-door.js +25 -0
  40. package/lib/seam/connect/models/action-attempts/unlock-door.js.map +1 -0
  41. package/lib/seam/connect/models/devices/managed-device.js +6 -2
  42. package/lib/seam/connect/models/devices/managed-device.js.map +1 -1
  43. package/lib/seam/connect/models/events/access-codes.d.ts +1 -1
  44. package/lib/seam/connect/models/events/access-codes.js +1 -1
  45. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  46. package/lib/seam/connect/models/events/acs/common.d.ts +1 -1
  47. package/lib/seam/connect/models/events/acs/common.js +1 -1
  48. package/lib/seam/connect/models/events/acs/common.js.map +1 -1
  49. package/lib/seam/connect/models/events/acs/credentials.d.ts +1 -1
  50. package/lib/seam/connect/models/events/acs/credentials.js +1 -1
  51. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  52. package/lib/seam/connect/models/events/acs/users.d.ts +1 -1
  53. package/lib/seam/connect/models/events/acs/users.js +1 -1
  54. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  55. package/lib/seam/connect/models/events/action-attempts.d.ts +10 -10
  56. package/lib/seam/connect/models/events/client-sessions.d.ts +1 -1
  57. package/lib/seam/connect/models/events/client-sessions.js +1 -1
  58. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  59. package/lib/seam/connect/models/events/common.d.ts +1 -1
  60. package/lib/seam/connect/models/events/common.js +1 -1
  61. package/lib/seam/connect/models/events/common.js.map +1 -1
  62. package/lib/seam/connect/models/events/connected-accounts.d.ts +1 -1
  63. package/lib/seam/connect/models/events/connected-accounts.js +1 -1
  64. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  65. package/lib/seam/connect/models/events/devices.d.ts +1 -1
  66. package/lib/seam/connect/models/events/devices.js +1 -1
  67. package/lib/seam/connect/models/events/devices.js.map +1 -1
  68. package/lib/seam/connect/models/events/enrollment-automations.d.ts +1 -1
  69. package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
  70. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  71. package/lib/seam/connect/models/events/phones.d.ts +1 -1
  72. package/lib/seam/connect/models/events/phones.js +1 -1
  73. package/lib/seam/connect/models/events/phones.js.map +1 -1
  74. package/lib/seam/connect/models/events/seam-event.d.ts +1 -1
  75. package/lib/seam/connect/models/events/seam-event.js +1 -1
  76. package/lib/seam/connect/models/events/seam-event.js.map +1 -1
  77. package/lib/seam/connect/models/index.d.ts +1 -0
  78. package/lib/seam/connect/models/index.js +1 -0
  79. package/lib/seam/connect/models/index.js.map +1 -1
  80. package/lib/seam/connect/openapi.d.ts +1366 -105
  81. package/lib/seam/connect/openapi.js +1686 -28
  82. package/lib/seam/connect/openapi.js.map +1 -1
  83. package/lib/seam/connect/route-types.d.ts +2764 -356
  84. package/lib/seam/connect/schemas.d.ts +1 -1
  85. package/lib/seam/connect/schemas.js +1 -1
  86. package/lib/seam/connect/schemas.js.map +1 -1
  87. package/package.json +1 -1
  88. package/src/lib/seam/connect/model-types.ts +1 -0
  89. package/src/lib/seam/connect/models/acs/system.ts +12 -0
  90. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +25 -0
  91. package/src/lib/seam/connect/models/action-attempts/common.ts +27 -0
  92. package/src/lib/seam/connect/models/action-attempts/index.ts +1 -0
  93. package/src/lib/seam/connect/models/action-attempts/lock-door.ts +35 -0
  94. package/src/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.ts +39 -0
  95. package/src/lib/seam/connect/models/action-attempts/set-cool.ts +33 -0
  96. package/src/lib/seam/connect/models/action-attempts/set-fan-mode.ts +33 -0
  97. package/src/lib/seam/connect/models/action-attempts/set-heat-cool.ts +33 -0
  98. package/src/lib/seam/connect/models/action-attempts/set-heat.ts +33 -0
  99. package/src/lib/seam/connect/models/action-attempts/set-thermostat-off.ts +36 -0
  100. package/src/lib/seam/connect/models/action-attempts/unlock-door.ts +35 -0
  101. package/src/lib/seam/connect/models/devices/managed-device.ts +8 -2
  102. package/src/lib/seam/connect/models/events/access-codes.ts +1 -1
  103. package/src/lib/seam/connect/models/events/acs/common.ts +1 -1
  104. package/src/lib/seam/connect/models/events/acs/credentials.ts +1 -1
  105. package/src/lib/seam/connect/models/events/acs/users.ts +1 -1
  106. package/src/lib/seam/connect/models/events/client-sessions.ts +1 -1
  107. package/src/lib/seam/connect/models/events/common.ts +1 -1
  108. package/src/lib/seam/connect/models/events/connected-accounts.ts +1 -1
  109. package/src/lib/seam/connect/models/events/devices.ts +1 -1
  110. package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -1
  111. package/src/lib/seam/connect/models/events/phones.ts +1 -1
  112. package/src/lib/seam/connect/models/events/seam-event.ts +1 -1
  113. package/src/lib/seam/connect/models/index.ts +1 -0
  114. package/src/lib/seam/connect/openapi.ts +1710 -28
  115. package/src/lib/seam/connect/route-types.ts +3452 -876
  116. package/src/lib/seam/connect/schemas.ts +6 -1
@@ -442,6 +442,21 @@ declare const _default: {
442
442
  format: string;
443
443
  type: string;
444
444
  };
445
+ errors: {
446
+ items: {
447
+ properties: {
448
+ error_code: {
449
+ type: string;
450
+ };
451
+ message: {
452
+ type: string;
453
+ };
454
+ };
455
+ required: string[];
456
+ type: string;
457
+ };
458
+ type: string;
459
+ };
445
460
  external_type: {
446
461
  enum: string[];
447
462
  type: string;
@@ -467,6 +482,21 @@ declare const _default: {
467
482
  description: string;
468
483
  type: string;
469
484
  };
485
+ warnings: {
486
+ items: {
487
+ properties: {
488
+ message: {
489
+ type: string;
490
+ };
491
+ warning_code: {
492
+ type: string;
493
+ };
494
+ };
495
+ required: string[];
496
+ type: string;
497
+ };
498
+ type: string;
499
+ };
470
500
  workspace_id: {
471
501
  format: string;
472
502
  type: string;
@@ -560,16 +590,16 @@ declare const _default: {
560
590
  type: string;
561
591
  };
562
592
  action_attempt: {
563
- discriminator: {
564
- propertyName: string;
565
- };
566
593
  oneOf: ({
594
+ description: string;
567
595
  properties: {
568
596
  action_attempt_id: {
597
+ description: string;
569
598
  format: string;
570
599
  type: string;
571
600
  };
572
601
  action_type: {
602
+ enum: string[];
573
603
  type: string;
574
604
  };
575
605
  error: {
@@ -580,9 +610,10 @@ declare const _default: {
580
610
  required?: never;
581
611
  };
582
612
  result: {
613
+ format: string;
583
614
  nullable: boolean;
584
- format?: never;
585
- type?: never;
615
+ type: string;
616
+ properties?: never;
586
617
  };
587
618
  status: {
588
619
  enum: string[];
@@ -592,12 +623,15 @@ declare const _default: {
592
623
  required: string[];
593
624
  type: string;
594
625
  } | {
626
+ description: string;
595
627
  properties: {
596
628
  action_attempt_id: {
629
+ description: string;
597
630
  format: string;
598
631
  type: string;
599
632
  };
600
633
  action_type: {
634
+ enum: string[];
601
635
  type: string;
602
636
  };
603
637
  error: {
@@ -608,9 +642,10 @@ declare const _default: {
608
642
  required?: never;
609
643
  };
610
644
  result: {
611
- format: string;
612
- nullable: boolean;
645
+ properties: {};
613
646
  type: string;
647
+ format?: never;
648
+ nullable?: never;
614
649
  };
615
650
  status: {
616
651
  enum: string[];
@@ -620,12 +655,15 @@ declare const _default: {
620
655
  required: string[];
621
656
  type: string;
622
657
  } | {
658
+ description: string;
623
659
  properties: {
624
660
  action_attempt_id: {
661
+ description: string;
625
662
  format: string;
626
663
  type: string;
627
664
  };
628
665
  action_type: {
666
+ enum: string[];
629
667
  type: string;
630
668
  };
631
669
  error: {
@@ -646,6 +684,7 @@ declare const _default: {
646
684
  format: string;
647
685
  nullable: boolean;
648
686
  type: string;
687
+ properties?: never;
649
688
  };
650
689
  status: {
651
690
  enum: string[];
@@ -3304,7 +3343,101 @@ declare const _default: {
3304
3343
  $ref: string;
3305
3344
  };
3306
3345
  action_attempt: {
3307
- $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
+ })[];
3308
3441
  };
3309
3442
  ok: {
3310
3443
  type: string;
@@ -3648,7 +3781,101 @@ declare const _default: {
3648
3781
  schema: {
3649
3782
  properties: {
3650
3783
  action_attempt: {
3651
- $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
+ })[];
3652
3879
  };
3653
3880
  ok: {
3654
3881
  type: string;
@@ -4285,7 +4512,101 @@ declare const _default: {
4285
4512
  schema: {
4286
4513
  properties: {
4287
4514
  action_attempt: {
4288
- $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
+ })[];
4289
4610
  };
4290
4611
  ok: {
4291
4612
  type: string;
@@ -4739,48 +5060,142 @@ declare const _default: {
4739
5060
  schema: {
4740
5061
  properties: {
4741
5062
  action_attempt: {
4742
- $ref: string;
4743
- };
4744
- ok: {
4745
- type: string;
4746
- };
4747
- };
4748
- required: string[];
4749
- type: string;
4750
- };
4751
- };
4752
- };
4753
- description: string;
4754
- };
4755
- 400: {
4756
- description: string;
4757
- };
4758
- 401: {
4759
- description: string;
4760
- };
4761
- };
4762
- security: ({
4763
- client_session: never[];
4764
- pat_with_workspace?: never;
4765
- console_session?: never;
4766
- api_key?: never;
4767
- } | {
4768
- pat_with_workspace: never[];
4769
- client_session?: never;
4770
- console_session?: never;
4771
- api_key?: never;
4772
- } | {
4773
- console_session: never[];
4774
- client_session?: never;
4775
- pat_with_workspace?: never;
4776
- api_key?: never;
4777
- } | {
4778
- api_key: never[];
4779
- client_session?: never;
4780
- pat_with_workspace?: never;
4781
- console_session?: never;
4782
- })[];
4783
- summary: 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
+ })[];
5158
+ };
5159
+ ok: {
5160
+ type: string;
5161
+ };
5162
+ };
5163
+ required: string[];
5164
+ type: string;
5165
+ };
5166
+ };
5167
+ };
5168
+ description: string;
5169
+ };
5170
+ 400: {
5171
+ description: string;
5172
+ };
5173
+ 401: {
5174
+ description: string;
5175
+ };
5176
+ };
5177
+ security: ({
5178
+ client_session: never[];
5179
+ pat_with_workspace?: never;
5180
+ console_session?: never;
5181
+ api_key?: never;
5182
+ } | {
5183
+ pat_with_workspace: never[];
5184
+ client_session?: never;
5185
+ console_session?: never;
5186
+ api_key?: never;
5187
+ } | {
5188
+ console_session: never[];
5189
+ client_session?: never;
5190
+ pat_with_workspace?: never;
5191
+ api_key?: never;
5192
+ } | {
5193
+ api_key: never[];
5194
+ client_session?: never;
5195
+ pat_with_workspace?: never;
5196
+ console_session?: never;
5197
+ })[];
5198
+ summary: string;
4784
5199
  tags: string[];
4785
5200
  'x-fern-ignore': boolean;
4786
5201
  };
@@ -4869,7 +5284,101 @@ declare const _default: {
4869
5284
  schema: {
4870
5285
  properties: {
4871
5286
  action_attempt: {
4872
- $ref: 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
+ })[];
4873
5382
  };
4874
5383
  ok: {
4875
5384
  type: string;
@@ -5000,7 +5509,101 @@ declare const _default: {
5000
5509
  schema: {
5001
5510
  properties: {
5002
5511
  action_attempt: {
5003
- $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
+ })[];
5004
5607
  };
5005
5608
  ok: {
5006
5609
  type: string;
@@ -7976,51 +8579,145 @@ declare const _default: {
7976
8579
  schema: {
7977
8580
  properties: {
7978
8581
  action_attempt: {
7979
- $ref: string;
7980
- };
7981
- ok: {
7982
- type: string;
7983
- };
7984
- };
7985
- required: string[];
7986
- type: string;
7987
- };
7988
- };
7989
- };
7990
- description: string;
7991
- };
7992
- 400: {
7993
- description: string;
7994
- };
7995
- 401: {
7996
- description: string;
7997
- };
7998
- };
7999
- security: ({
8000
- client_session: never[];
8001
- pat_with_workspace?: never;
8002
- console_session?: never;
8003
- api_key?: never;
8004
- } | {
8005
- pat_with_workspace: never[];
8006
- client_session?: never;
8007
- console_session?: never;
8008
- api_key?: never;
8009
- } | {
8010
- console_session: never[];
8011
- client_session?: never;
8012
- pat_with_workspace?: never;
8013
- api_key?: never;
8014
- } | {
8015
- api_key: never[];
8016
- client_session?: never;
8017
- pat_with_workspace?: never;
8018
- console_session?: never;
8019
- })[];
8020
- summary: string;
8021
- tags: string[];
8022
- 'x-fern-sdk-group-name': string[];
8023
- 'x-fern-sdk-method-name': 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
+ })[];
8677
+ };
8678
+ ok: {
8679
+ type: string;
8680
+ };
8681
+ };
8682
+ required: string[];
8683
+ type: string;
8684
+ };
8685
+ };
8686
+ };
8687
+ description: string;
8688
+ };
8689
+ 400: {
8690
+ description: string;
8691
+ };
8692
+ 401: {
8693
+ description: string;
8694
+ };
8695
+ };
8696
+ security: ({
8697
+ client_session: never[];
8698
+ pat_with_workspace?: never;
8699
+ console_session?: never;
8700
+ api_key?: never;
8701
+ } | {
8702
+ pat_with_workspace: never[];
8703
+ client_session?: never;
8704
+ console_session?: never;
8705
+ api_key?: never;
8706
+ } | {
8707
+ console_session: never[];
8708
+ client_session?: never;
8709
+ pat_with_workspace?: never;
8710
+ api_key?: never;
8711
+ } | {
8712
+ api_key: never[];
8713
+ client_session?: never;
8714
+ pat_with_workspace?: never;
8715
+ console_session?: never;
8716
+ })[];
8717
+ summary: string;
8718
+ tags: string[];
8719
+ 'x-fern-sdk-group-name': string[];
8720
+ 'x-fern-sdk-method-name': string;
8024
8721
  'x-fern-sdk-return-value': string;
8025
8722
  };
8026
8723
  };
@@ -8054,7 +8751,101 @@ declare const _default: {
8054
8751
  properties: {
8055
8752
  action_attempts: {
8056
8753
  items: {
8057
- $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
+ })[];
8058
8849
  };
8059
8850
  type: string;
8060
8851
  };
@@ -11217,7 +12008,101 @@ declare const _default: {
11217
12008
  schema: {
11218
12009
  properties: {
11219
12010
  action_attempt: {
11220
- $ref: 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
+ })[];
11221
12106
  };
11222
12107
  noise_threshold: {
11223
12108
  $ref: string;
@@ -11294,7 +12179,101 @@ declare const _default: {
11294
12179
  schema: {
11295
12180
  properties: {
11296
12181
  action_attempt: {
11297
- $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
+ })[];
11298
12277
  };
11299
12278
  ok: {
11300
12279
  type: string;
@@ -11520,7 +12499,101 @@ declare const _default: {
11520
12499
  schema: {
11521
12500
  properties: {
11522
12501
  action_attempt: {
11523
- $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
+ })[];
11524
12597
  };
11525
12598
  ok: {
11526
12599
  type: string;
@@ -11605,7 +12678,101 @@ declare const _default: {
11605
12678
  schema: {
11606
12679
  properties: {
11607
12680
  action_attempt: {
11608
- $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
+ })[];
11609
12776
  };
11610
12777
  ok: {
11611
12778
  type: string;
@@ -11691,7 +12858,101 @@ declare const _default: {
11691
12858
  schema: {
11692
12859
  properties: {
11693
12860
  action_attempt: {
11694
- $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
+ })[];
11695
12956
  };
11696
12957
  ok: {
11697
12958
  type: string;