@lessly/sdk-app 36.3.0 → 38.0.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 (63) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-C6K8y7em.d.cts → client.gen-Bv2flLeO.d.cts} +2163 -248
  10. package/dist/{client.gen-C6K8y7em.d.ts → client.gen-Bv2flLeO.d.ts} +2163 -248
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +875 -217
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +875 -217
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/observe/index.cjs +156 -0
  24. package/dist/observe/index.cjs.map +1 -0
  25. package/dist/observe/index.d.cts +124 -0
  26. package/dist/observe/index.d.ts +124 -0
  27. package/dist/observe/index.js +125 -0
  28. package/dist/observe/index.js.map +1 -0
  29. package/dist/organization/index.cjs +33 -18
  30. package/dist/organization/index.cjs.map +1 -1
  31. package/dist/organization/index.d.cts +27 -15
  32. package/dist/organization/index.d.ts +27 -15
  33. package/dist/organization/index.js +27 -15
  34. package/dist/organization/index.js.map +1 -1
  35. package/dist/playground/index.cjs +66 -0
  36. package/dist/playground/index.cjs.map +1 -0
  37. package/dist/playground/index.d.cts +52 -0
  38. package/dist/playground/index.d.ts +52 -0
  39. package/dist/playground/index.js +53 -0
  40. package/dist/playground/index.js.map +1 -0
  41. package/dist/realtime/index.d.cts +1 -1
  42. package/dist/realtime/index.d.ts +1 -1
  43. package/dist/support/index.d.cts +1 -1
  44. package/dist/support/index.d.ts +1 -1
  45. package/dist/tracking/index.d.cts +1 -1
  46. package/dist/tracking/index.d.ts +1 -1
  47. package/dist/users/index.d.cts +1 -1
  48. package/dist/users/index.d.ts +1 -1
  49. package/dist/waitlist/index.d.cts +1 -1
  50. package/dist/waitlist/index.d.ts +1 -1
  51. package/package.json +12 -2
  52. package/src/gen/bindings.gen.ts +875 -217
  53. package/src/gen/brain/index.ts +1 -1
  54. package/src/gen/brain/queryOptions.gen.ts +0 -7
  55. package/src/gen/client.gen.ts +189 -17
  56. package/src/gen/manifest.gen.ts +1 -1
  57. package/src/gen/observe/index.ts +3 -0
  58. package/src/gen/observe/queryOptions.gen.ts +200 -0
  59. package/src/gen/organization/index.ts +1 -1
  60. package/src/gen/organization/queryOptions.gen.ts +41 -21
  61. package/src/gen/playground/index.ts +3 -0
  62. package/src/gen/playground/queryOptions.gen.ts +86 -0
  63. package/src/gen/types.gen.ts +2178 -248
@@ -683,19 +683,6 @@ export const bindings: BindingsMap = {
683
683
  "path": "/brain/restores/:restoreId",
684
684
  "readOnly": true
685
685
  }
686
- },
687
- "usage": {
688
- "report": {
689
- "method": "GET",
690
- "params": [
691
- {
692
- "in": "query",
693
- "name": "days"
694
- }
695
- ],
696
- "path": "/brain/usage/report",
697
- "readOnly": true
698
- }
699
686
  }
700
687
  },
701
688
  "consent": {
@@ -3483,8 +3470,8 @@ export const bindings: BindingsMap = {
3483
3470
  }
3484
3471
  }
3485
3472
  },
3486
- "organization": {
3487
- "$root": {
3473
+ "observe": {
3474
+ "alerts": {
3488
3475
  "create": {
3489
3476
  "method": "POST",
3490
3477
  "params": [
@@ -3494,222 +3481,167 @@ export const bindings: BindingsMap = {
3494
3481
  },
3495
3482
  {
3496
3483
  "in": "body",
3497
- "name": "legalName"
3498
- },
3499
- {
3500
- "in": "body",
3501
- "name": "ownerName"
3502
- },
3503
- {
3504
- "in": "body",
3505
- "name": "countryOfIncorporation"
3484
+ "name": "kind"
3506
3485
  },
3507
3486
  {
3508
3487
  "in": "body",
3509
- "name": "residencyCountry"
3488
+ "name": "condition"
3510
3489
  },
3511
3490
  {
3512
3491
  "in": "body",
3513
- "name": "beneficialOwners"
3492
+ "name": "enabled"
3514
3493
  },
3515
3494
  {
3516
3495
  "in": "body",
3517
- "name": "ownershipConfirmed"
3496
+ "name": "throttleMinutes"
3518
3497
  }
3519
3498
  ],
3520
- "path": "/governance/api/v1/organizations",
3499
+ "path": "/observe/alerts",
3521
3500
  "readOnly": false
3522
3501
  },
3523
- "list": {
3524
- "method": "GET",
3525
- "path": "/governance/api/v1/organizations",
3526
- "readOnly": true
3527
- },
3528
- "select": {
3529
- "method": "POST",
3502
+ "delete": {
3503
+ "method": "DELETE",
3530
3504
  "params": [
3531
3505
  {
3532
- "in": "body",
3533
- "name": "organizationId"
3506
+ "in": "path",
3507
+ "name": "id"
3534
3508
  }
3535
3509
  ],
3536
- "path": "/governance/api/v1/organizations/select",
3510
+ "path": "/observe/alerts/:id",
3537
3511
  "readOnly": false
3538
- }
3539
- },
3540
- "auth": {
3541
- "me": {
3512
+ },
3513
+ "get": {
3542
3514
  "method": "GET",
3543
- "path": "/governance/api/v1/auth/me",
3515
+ "params": [
3516
+ {
3517
+ "in": "path",
3518
+ "name": "id"
3519
+ }
3520
+ ],
3521
+ "path": "/observe/alerts/:id",
3544
3522
  "readOnly": true
3545
- }
3546
- },
3547
- "billing-budgets": {
3548
- "get": {
3523
+ },
3524
+ "list": {
3549
3525
  "method": "GET",
3550
- "path": "/governance/api/v1/billing/budgets",
3526
+ "path": "/observe/alerts",
3551
3527
  "readOnly": true
3552
3528
  },
3553
- "set": {
3554
- "method": "PUT",
3529
+ "update": {
3530
+ "method": "PATCH",
3555
3531
  "params": [
3532
+ {
3533
+ "in": "path",
3534
+ "name": "id"
3535
+ },
3556
3536
  {
3557
3537
  "in": "body",
3558
- "name": "ceiling_minor"
3559
- }
3560
- ],
3561
- "path": "/governance/api/v1/billing/budgets",
3562
- "readOnly": false
3563
- }
3564
- },
3565
- "billing-caps": {
3566
- "clear": {
3567
- "method": "DELETE",
3568
- "params": [
3538
+ "name": "name"
3539
+ },
3569
3540
  {
3570
3541
  "in": "body",
3571
- "name": "productId"
3572
- }
3573
- ],
3574
- "path": "/governance/api/v1/billing/budgets/cap",
3575
- "readOnly": false
3576
- },
3577
- "set": {
3578
- "method": "PUT",
3579
- "params": [
3542
+ "name": "condition"
3543
+ },
3580
3544
  {
3581
3545
  "in": "body",
3582
- "name": "productId"
3546
+ "name": "enabled"
3583
3547
  },
3584
3548
  {
3585
3549
  "in": "body",
3586
- "name": "cap_minor"
3550
+ "name": "throttleMinutes"
3587
3551
  }
3588
3552
  ],
3589
- "path": "/governance/api/v1/billing/budgets/cap",
3553
+ "path": "/observe/alerts/:id",
3590
3554
  "readOnly": false
3591
3555
  }
3592
3556
  },
3593
- "bindings": {
3557
+ "alerts-events": {
3594
3558
  "list": {
3595
3559
  "method": "GET",
3596
3560
  "params": [
3597
3561
  {
3598
- "in": "path",
3599
- "name": "productId"
3562
+ "in": "query",
3563
+ "name": "ruleId"
3600
3564
  },
3601
3565
  {
3602
- "in": "path",
3603
- "name": "domainId"
3566
+ "in": "query",
3567
+ "name": "limit"
3568
+ },
3569
+ {
3570
+ "in": "query",
3571
+ "name": "offset"
3604
3572
  }
3605
3573
  ],
3606
- "path": "/governance/api/v1/products/:productId/domains/:domainId/bindings",
3607
- "readOnly": true
3608
- }
3609
- },
3610
- "clickup": {
3611
- "install": {
3612
- "method": "GET",
3613
- "path": "/governance/api/v1/connectors/clickup/install",
3614
- "readOnly": false
3615
- },
3616
- "list-installations": {
3617
- "method": "GET",
3618
- "path": "/governance/api/v1/connectors/clickup/installations",
3574
+ "path": "/observe/alerts/events",
3619
3575
  "readOnly": true
3620
3576
  }
3621
3577
  },
3622
- "cloudflare": {
3623
- "install": {
3624
- "method": "GET",
3625
- "path": "/governance/api/v1/connectors/cloudflare/install",
3626
- "readOnly": false
3627
- }
3628
- },
3629
- "connectors": {
3630
- "approve-request": {
3631
- "method": "POST",
3578
+ "artifacts": {
3579
+ "delete": {
3580
+ "method": "DELETE",
3632
3581
  "params": [
3633
3582
  {
3634
3583
  "in": "path",
3635
3584
  "name": "id"
3636
- },
3637
- {
3638
- "in": "path",
3639
- "name": "requestId"
3640
3585
  }
3641
3586
  ],
3642
- "path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
3587
+ "path": "/observe/artifacts/:id",
3643
3588
  "readOnly": false
3644
3589
  },
3645
- "attach": {
3646
- "method": "POST",
3590
+ "list": {
3591
+ "method": "GET",
3647
3592
  "params": [
3648
3593
  {
3649
- "in": "path",
3650
- "name": "id"
3594
+ "in": "query",
3595
+ "name": "debugId"
3651
3596
  },
3652
3597
  {
3653
- "in": "body",
3654
- "name": "productIds"
3598
+ "in": "query",
3599
+ "name": "limit"
3655
3600
  }
3656
3601
  ],
3657
- "path": "/governance/api/v1/connectors/:id/attachments",
3658
- "readOnly": false
3602
+ "path": "/observe/artifacts",
3603
+ "readOnly": true
3659
3604
  },
3660
- "delete": {
3661
- "method": "DELETE",
3605
+ "resolve": {
3606
+ "method": "GET",
3662
3607
  "params": [
3663
3608
  {
3664
3609
  "in": "path",
3665
- "name": "id"
3610
+ "name": "issueId"
3666
3611
  }
3667
3612
  ],
3668
- "path": "/governance/api/v1/connectors/:id/org",
3669
- "readOnly": false
3670
- },
3671
- "deny-request": {
3613
+ "path": "/observe/artifacts/:issueId/resolve",
3614
+ "readOnly": true
3615
+ }
3616
+ },
3617
+ "issues": {
3618
+ "archive": {
3672
3619
  "method": "POST",
3673
3620
  "params": [
3674
3621
  {
3675
3622
  "in": "path",
3676
3623
  "name": "id"
3677
- },
3678
- {
3679
- "in": "path",
3680
- "name": "requestId"
3681
3624
  }
3682
3625
  ],
3683
- "path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
3626
+ "path": "/observe/issues/:id/archive",
3684
3627
  "readOnly": false
3685
3628
  },
3686
- "detach": {
3687
- "method": "DELETE",
3629
+ "assign": {
3630
+ "method": "POST",
3688
3631
  "params": [
3689
3632
  {
3690
3633
  "in": "path",
3691
3634
  "name": "id"
3692
3635
  },
3693
3636
  {
3694
- "in": "path",
3695
- "name": "productId"
3637
+ "in": "body",
3638
+ "name": "assignee"
3696
3639
  }
3697
3640
  ],
3698
- "path": "/governance/api/v1/connectors/:id/attachments/:productId",
3641
+ "path": "/observe/issues/:id/assign",
3699
3642
  "readOnly": false
3700
3643
  },
3701
- "list": {
3702
- "method": "GET",
3703
- "params": [
3704
- {
3705
- "in": "query",
3706
- "name": "productId"
3707
- }
3708
- ],
3709
- "path": "/governance/api/v1/connectors/list",
3710
- "readOnly": true
3711
- },
3712
- "list-attachments": {
3644
+ "get": {
3713
3645
  "method": "GET",
3714
3646
  "params": [
3715
3647
  {
@@ -3717,81 +3649,656 @@ export const bindings: BindingsMap = {
3717
3649
  "name": "id"
3718
3650
  }
3719
3651
  ],
3720
- "path": "/governance/api/v1/connectors/:id/attachments",
3652
+ "path": "/observe/issues/:id",
3721
3653
  "readOnly": true
3722
3654
  },
3723
- "list-available": {
3655
+ "list": {
3724
3656
  "method": "GET",
3725
3657
  "params": [
3726
3658
  {
3727
3659
  "in": "query",
3728
- "name": "productId"
3660
+ "name": "status"
3661
+ },
3662
+ {
3663
+ "in": "query",
3664
+ "name": "assignee"
3665
+ },
3666
+ {
3667
+ "in": "query",
3668
+ "name": "limit"
3729
3669
  }
3730
3670
  ],
3731
- "path": "/governance/api/v1/connectors/available",
3671
+ "path": "/observe/issues",
3732
3672
  "readOnly": true
3733
3673
  },
3734
- "list-org": {
3735
- "method": "GET",
3674
+ "resolve": {
3675
+ "method": "POST",
3736
3676
  "params": [
3737
3677
  {
3738
3678
  "in": "path",
3739
- "name": "organizationId"
3679
+ "name": "id"
3740
3680
  }
3741
3681
  ],
3742
- "path": "/governance/api/v1/organizations/:organizationId/connectors",
3743
- "readOnly": true
3744
- },
3745
- "list-requests": {
3746
- "method": "GET",
3682
+ "path": "/observe/issues/:id/resolve",
3683
+ "readOnly": false
3684
+ }
3685
+ },
3686
+ "keys": {
3687
+ "create": {
3688
+ "method": "POST",
3747
3689
  "params": [
3748
3690
  {
3749
- "in": "path",
3750
- "name": "organizationId"
3691
+ "in": "body",
3692
+ "name": "environment"
3751
3693
  },
3752
3694
  {
3753
- "in": "query",
3754
- "name": "status"
3695
+ "in": "body",
3696
+ "name": "name"
3697
+ },
3698
+ {
3699
+ "in": "body",
3700
+ "name": "kind"
3755
3701
  }
3756
3702
  ],
3757
- "path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
3758
- "readOnly": true
3703
+ "path": "/observe/keys",
3704
+ "readOnly": false
3759
3705
  },
3760
- "remove": {
3761
- "method": "DELETE",
3706
+ "list": {
3707
+ "method": "GET",
3762
3708
  "params": [
3763
3709
  {
3764
- "in": "path",
3765
- "name": "id"
3710
+ "in": "query",
3711
+ "name": "environment"
3766
3712
  }
3767
3713
  ],
3768
- "path": "/governance/api/v1/connectors/:id",
3769
- "readOnly": false
3714
+ "path": "/observe/keys",
3715
+ "readOnly": true
3770
3716
  },
3771
- "request": {
3717
+ "revoke": {
3772
3718
  "method": "POST",
3773
3719
  "params": [
3774
- {
3775
- "in": "query",
3776
- "name": "productId"
3777
- },
3778
3720
  {
3779
3721
  "in": "path",
3780
3722
  "name": "id"
3781
3723
  }
3782
3724
  ],
3783
- "path": "/governance/api/v1/connectors/:id/requests",
3725
+ "path": "/observe/keys/:id/revoke",
3784
3726
  "readOnly": false
3785
3727
  }
3786
3728
  },
3787
- "domains": {
3788
- "add": {
3789
- "method": "POST",
3729
+ "logs": {
3730
+ "facets": {
3731
+ "method": "GET",
3790
3732
  "params": [
3791
3733
  {
3792
- "in": "path",
3793
- "name": "productId"
3794
- },
3734
+ "in": "query",
3735
+ "name": "window"
3736
+ }
3737
+ ],
3738
+ "path": "/observe/logs/facets",
3739
+ "readOnly": true
3740
+ },
3741
+ "search": {
3742
+ "method": "GET",
3743
+ "params": [
3744
+ {
3745
+ "in": "query",
3746
+ "name": "environment"
3747
+ },
3748
+ {
3749
+ "in": "query",
3750
+ "name": "service"
3751
+ },
3752
+ {
3753
+ "in": "query",
3754
+ "name": "severityIn"
3755
+ },
3756
+ {
3757
+ "in": "query",
3758
+ "name": "search"
3759
+ },
3760
+ {
3761
+ "in": "query",
3762
+ "name": "traceId"
3763
+ },
3764
+ {
3765
+ "in": "query",
3766
+ "name": "q"
3767
+ },
3768
+ {
3769
+ "in": "query",
3770
+ "name": "from"
3771
+ },
3772
+ {
3773
+ "in": "query",
3774
+ "name": "to"
3775
+ },
3776
+ {
3777
+ "in": "query",
3778
+ "name": "limit"
3779
+ },
3780
+ {
3781
+ "in": "query",
3782
+ "name": "cursor"
3783
+ }
3784
+ ],
3785
+ "path": "/observe/logs/search",
3786
+ "readOnly": true
3787
+ },
3788
+ "tail": {
3789
+ "method": "GET",
3790
+ "params": [
3791
+ {
3792
+ "in": "query",
3793
+ "name": "environment"
3794
+ },
3795
+ {
3796
+ "in": "query",
3797
+ "name": "service"
3798
+ },
3799
+ {
3800
+ "in": "query",
3801
+ "name": "severityIn"
3802
+ },
3803
+ {
3804
+ "in": "query",
3805
+ "name": "cursor"
3806
+ }
3807
+ ],
3808
+ "path": "/observe/logs/tail",
3809
+ "readOnly": true
3810
+ }
3811
+ },
3812
+ "traces": {
3813
+ "get": {
3814
+ "method": "GET",
3815
+ "params": [
3816
+ {
3817
+ "in": "path",
3818
+ "name": "traceId"
3819
+ }
3820
+ ],
3821
+ "path": "/observe/traces/:traceId",
3822
+ "readOnly": true
3823
+ },
3824
+ "search": {
3825
+ "method": "GET",
3826
+ "params": [
3827
+ {
3828
+ "in": "query",
3829
+ "name": "environment"
3830
+ },
3831
+ {
3832
+ "in": "query",
3833
+ "name": "service"
3834
+ },
3835
+ {
3836
+ "in": "query",
3837
+ "name": "name"
3838
+ },
3839
+ {
3840
+ "in": "query",
3841
+ "name": "status"
3842
+ },
3843
+ {
3844
+ "in": "query",
3845
+ "name": "minDurationMs"
3846
+ },
3847
+ {
3848
+ "in": "query",
3849
+ "name": "maxDurationMs"
3850
+ },
3851
+ {
3852
+ "in": "query",
3853
+ "name": "traceId"
3854
+ },
3855
+ {
3856
+ "in": "query",
3857
+ "name": "from"
3858
+ },
3859
+ {
3860
+ "in": "query",
3861
+ "name": "to"
3862
+ },
3863
+ {
3864
+ "in": "query",
3865
+ "name": "limit"
3866
+ },
3867
+ {
3868
+ "in": "query",
3869
+ "name": "cursor"
3870
+ }
3871
+ ],
3872
+ "path": "/observe/traces/search",
3873
+ "readOnly": true
3874
+ }
3875
+ },
3876
+ "webhooks": {
3877
+ "create": {
3878
+ "method": "POST",
3879
+ "params": [
3880
+ {
3881
+ "in": "body",
3882
+ "name": "url"
3883
+ },
3884
+ {
3885
+ "in": "body",
3886
+ "name": "description"
3887
+ }
3888
+ ],
3889
+ "path": "/observe/webhooks",
3890
+ "readOnly": false
3891
+ },
3892
+ "delete": {
3893
+ "method": "DELETE",
3894
+ "params": [
3895
+ {
3896
+ "in": "path",
3897
+ "name": "id"
3898
+ }
3899
+ ],
3900
+ "path": "/observe/webhooks/:id",
3901
+ "readOnly": false
3902
+ },
3903
+ "get": {
3904
+ "method": "GET",
3905
+ "params": [
3906
+ {
3907
+ "in": "path",
3908
+ "name": "id"
3909
+ }
3910
+ ],
3911
+ "path": "/observe/webhooks/:id",
3912
+ "readOnly": true
3913
+ },
3914
+ "list": {
3915
+ "method": "GET",
3916
+ "path": "/observe/webhooks",
3917
+ "readOnly": true
3918
+ },
3919
+ "redeliver": {
3920
+ "method": "POST",
3921
+ "params": [
3922
+ {
3923
+ "in": "path",
3924
+ "name": "id"
3925
+ }
3926
+ ],
3927
+ "path": "/observe/webhooks/deliveries/:id/redeliver",
3928
+ "readOnly": false
3929
+ },
3930
+ "update": {
3931
+ "method": "PATCH",
3932
+ "params": [
3933
+ {
3934
+ "in": "path",
3935
+ "name": "id"
3936
+ },
3937
+ {
3938
+ "in": "body",
3939
+ "name": "url"
3940
+ },
3941
+ {
3942
+ "in": "body",
3943
+ "name": "active"
3944
+ },
3945
+ {
3946
+ "in": "body",
3947
+ "name": "description"
3948
+ }
3949
+ ],
3950
+ "path": "/observe/webhooks/:id",
3951
+ "readOnly": false
3952
+ }
3953
+ },
3954
+ "webhooks-deliveries": {
3955
+ "list": {
3956
+ "method": "GET",
3957
+ "params": [
3958
+ {
3959
+ "in": "query",
3960
+ "name": "webhookId"
3961
+ },
3962
+ {
3963
+ "in": "query",
3964
+ "name": "status"
3965
+ },
3966
+ {
3967
+ "in": "query",
3968
+ "name": "limit"
3969
+ },
3970
+ {
3971
+ "in": "query",
3972
+ "name": "offset"
3973
+ }
3974
+ ],
3975
+ "path": "/observe/webhooks/deliveries",
3976
+ "readOnly": true
3977
+ }
3978
+ },
3979
+ "webhooks-rotate": {
3980
+ "secret": {
3981
+ "method": "POST",
3982
+ "params": [
3983
+ {
3984
+ "in": "path",
3985
+ "name": "id"
3986
+ }
3987
+ ],
3988
+ "path": "/observe/webhooks/:id/rotate-secret",
3989
+ "readOnly": false
3990
+ }
3991
+ }
3992
+ },
3993
+ "organization": {
3994
+ "$root": {
3995
+ "create": {
3996
+ "method": "POST",
3997
+ "params": [
3998
+ {
3999
+ "in": "body",
4000
+ "name": "name"
4001
+ },
4002
+ {
4003
+ "in": "body",
4004
+ "name": "legalName"
4005
+ },
4006
+ {
4007
+ "in": "body",
4008
+ "name": "ownerName"
4009
+ },
4010
+ {
4011
+ "in": "body",
4012
+ "name": "countryOfIncorporation"
4013
+ },
4014
+ {
4015
+ "in": "body",
4016
+ "name": "residencyCountry"
4017
+ },
4018
+ {
4019
+ "in": "body",
4020
+ "name": "beneficialOwners"
4021
+ },
4022
+ {
4023
+ "in": "body",
4024
+ "name": "ownershipConfirmed"
4025
+ }
4026
+ ],
4027
+ "path": "/governance/api/v1/organizations",
4028
+ "readOnly": false
4029
+ },
4030
+ "list": {
4031
+ "method": "GET",
4032
+ "path": "/governance/api/v1/organizations",
4033
+ "readOnly": true
4034
+ },
4035
+ "select": {
4036
+ "method": "POST",
4037
+ "params": [
4038
+ {
4039
+ "in": "body",
4040
+ "name": "organizationId"
4041
+ }
4042
+ ],
4043
+ "path": "/governance/api/v1/organizations/select",
4044
+ "readOnly": false
4045
+ }
4046
+ },
4047
+ "auth": {
4048
+ "me": {
4049
+ "method": "GET",
4050
+ "path": "/governance/api/v1/auth/me",
4051
+ "readOnly": true
4052
+ }
4053
+ },
4054
+ "billing-budgets": {
4055
+ "get": {
4056
+ "method": "GET",
4057
+ "path": "/governance/api/v1/billing/budgets",
4058
+ "readOnly": true
4059
+ },
4060
+ "set": {
4061
+ "method": "PUT",
4062
+ "params": [
4063
+ {
4064
+ "in": "body",
4065
+ "name": "ceiling_minor"
4066
+ }
4067
+ ],
4068
+ "path": "/governance/api/v1/billing/budgets",
4069
+ "readOnly": false
4070
+ }
4071
+ },
4072
+ "billing-caps": {
4073
+ "clear": {
4074
+ "method": "DELETE",
4075
+ "params": [
4076
+ {
4077
+ "in": "body",
4078
+ "name": "productId"
4079
+ }
4080
+ ],
4081
+ "path": "/governance/api/v1/billing/budgets/cap",
4082
+ "readOnly": false
4083
+ },
4084
+ "set": {
4085
+ "method": "PUT",
4086
+ "params": [
4087
+ {
4088
+ "in": "body",
4089
+ "name": "productId"
4090
+ },
4091
+ {
4092
+ "in": "body",
4093
+ "name": "cap_minor"
4094
+ }
4095
+ ],
4096
+ "path": "/governance/api/v1/billing/budgets/cap",
4097
+ "readOnly": false
4098
+ }
4099
+ },
4100
+ "bindings": {
4101
+ "list": {
4102
+ "method": "GET",
4103
+ "params": [
4104
+ {
4105
+ "in": "path",
4106
+ "name": "productId"
4107
+ },
4108
+ {
4109
+ "in": "path",
4110
+ "name": "domainId"
4111
+ }
4112
+ ],
4113
+ "path": "/governance/api/v1/products/:productId/domains/:domainId/bindings",
4114
+ "readOnly": true
4115
+ }
4116
+ },
4117
+ "clickup": {
4118
+ "install": {
4119
+ "method": "GET",
4120
+ "path": "/governance/api/v1/connectors/clickup/install",
4121
+ "readOnly": false
4122
+ },
4123
+ "list-installations": {
4124
+ "method": "GET",
4125
+ "path": "/governance/api/v1/connectors/clickup/installations",
4126
+ "readOnly": true
4127
+ }
4128
+ },
4129
+ "cloudflare": {
4130
+ "install": {
4131
+ "method": "GET",
4132
+ "path": "/governance/api/v1/connectors/cloudflare/install",
4133
+ "readOnly": false
4134
+ }
4135
+ },
4136
+ "connectors": {
4137
+ "approve-request": {
4138
+ "method": "POST",
4139
+ "params": [
4140
+ {
4141
+ "in": "path",
4142
+ "name": "id"
4143
+ },
4144
+ {
4145
+ "in": "path",
4146
+ "name": "requestId"
4147
+ }
4148
+ ],
4149
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
4150
+ "readOnly": false
4151
+ },
4152
+ "attach": {
4153
+ "method": "POST",
4154
+ "params": [
4155
+ {
4156
+ "in": "path",
4157
+ "name": "id"
4158
+ },
4159
+ {
4160
+ "in": "body",
4161
+ "name": "productIds"
4162
+ }
4163
+ ],
4164
+ "path": "/governance/api/v1/connectors/:id/attachments",
4165
+ "readOnly": false
4166
+ },
4167
+ "delete": {
4168
+ "method": "DELETE",
4169
+ "params": [
4170
+ {
4171
+ "in": "path",
4172
+ "name": "id"
4173
+ }
4174
+ ],
4175
+ "path": "/governance/api/v1/connectors/:id/org",
4176
+ "readOnly": false
4177
+ },
4178
+ "deny-request": {
4179
+ "method": "POST",
4180
+ "params": [
4181
+ {
4182
+ "in": "path",
4183
+ "name": "id"
4184
+ },
4185
+ {
4186
+ "in": "path",
4187
+ "name": "requestId"
4188
+ }
4189
+ ],
4190
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
4191
+ "readOnly": false
4192
+ },
4193
+ "detach": {
4194
+ "method": "DELETE",
4195
+ "params": [
4196
+ {
4197
+ "in": "path",
4198
+ "name": "id"
4199
+ },
4200
+ {
4201
+ "in": "path",
4202
+ "name": "productId"
4203
+ }
4204
+ ],
4205
+ "path": "/governance/api/v1/connectors/:id/attachments/:productId",
4206
+ "readOnly": false
4207
+ },
4208
+ "list": {
4209
+ "method": "GET",
4210
+ "params": [
4211
+ {
4212
+ "in": "query",
4213
+ "name": "productId"
4214
+ }
4215
+ ],
4216
+ "path": "/governance/api/v1/connectors/list",
4217
+ "readOnly": true
4218
+ },
4219
+ "list-attachments": {
4220
+ "method": "GET",
4221
+ "params": [
4222
+ {
4223
+ "in": "path",
4224
+ "name": "id"
4225
+ }
4226
+ ],
4227
+ "path": "/governance/api/v1/connectors/:id/attachments",
4228
+ "readOnly": true
4229
+ },
4230
+ "list-available": {
4231
+ "method": "GET",
4232
+ "params": [
4233
+ {
4234
+ "in": "query",
4235
+ "name": "productId"
4236
+ }
4237
+ ],
4238
+ "path": "/governance/api/v1/connectors/available",
4239
+ "readOnly": true
4240
+ },
4241
+ "list-org": {
4242
+ "method": "GET",
4243
+ "params": [
4244
+ {
4245
+ "in": "path",
4246
+ "name": "organizationId"
4247
+ }
4248
+ ],
4249
+ "path": "/governance/api/v1/organizations/:organizationId/connectors",
4250
+ "readOnly": true
4251
+ },
4252
+ "list-requests": {
4253
+ "method": "GET",
4254
+ "params": [
4255
+ {
4256
+ "in": "path",
4257
+ "name": "organizationId"
4258
+ },
4259
+ {
4260
+ "in": "query",
4261
+ "name": "status"
4262
+ }
4263
+ ],
4264
+ "path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
4265
+ "readOnly": true
4266
+ },
4267
+ "remove": {
4268
+ "method": "DELETE",
4269
+ "params": [
4270
+ {
4271
+ "in": "path",
4272
+ "name": "id"
4273
+ }
4274
+ ],
4275
+ "path": "/governance/api/v1/connectors/:id",
4276
+ "readOnly": false
4277
+ },
4278
+ "request": {
4279
+ "method": "POST",
4280
+ "params": [
4281
+ {
4282
+ "in": "query",
4283
+ "name": "productId"
4284
+ },
4285
+ {
4286
+ "in": "path",
4287
+ "name": "id"
4288
+ }
4289
+ ],
4290
+ "path": "/governance/api/v1/connectors/:id/requests",
4291
+ "readOnly": false
4292
+ }
4293
+ },
4294
+ "domains": {
4295
+ "add": {
4296
+ "method": "POST",
4297
+ "params": [
4298
+ {
4299
+ "in": "path",
4300
+ "name": "productId"
4301
+ },
3795
4302
  {
3796
4303
  "in": "body",
3797
4304
  "name": "domain"
@@ -4136,17 +4643,6 @@ export const bindings: BindingsMap = {
4136
4643
  }
4137
4644
  },
4138
4645
  "product": {
4139
- "accept-invitation": {
4140
- "method": "POST",
4141
- "params": [
4142
- {
4143
- "in": "path",
4144
- "name": "token"
4145
- }
4146
- ],
4147
- "path": "/governance/api/v1/invitations/:token/accept",
4148
- "readOnly": false
4149
- },
4150
4646
  "create": {
4151
4647
  "method": "POST",
4152
4648
  "params": [
@@ -4166,25 +4662,6 @@ export const bindings: BindingsMap = {
4166
4662
  "path": "/governance/api/v1/products",
4167
4663
  "readOnly": false
4168
4664
  },
4169
- "invite": {
4170
- "method": "POST",
4171
- "params": [
4172
- {
4173
- "in": "path",
4174
- "name": "productId"
4175
- },
4176
- {
4177
- "in": "body",
4178
- "name": "email"
4179
- },
4180
- {
4181
- "in": "body",
4182
- "name": "role"
4183
- }
4184
- ],
4185
- "path": "/governance/api/v1/products/:productId/invitations",
4186
- "readOnly": false
4187
- },
4188
4665
  "list": {
4189
4666
  "method": "GET",
4190
4667
  "params": [
@@ -4196,7 +4673,7 @@ export const bindings: BindingsMap = {
4196
4673
  "path": "/governance/api/v1/products",
4197
4674
  "readOnly": true
4198
4675
  },
4199
- "list-invitations": {
4676
+ "list-access": {
4200
4677
  "method": "GET",
4201
4678
  "params": [
4202
4679
  {
@@ -4204,7 +4681,7 @@ export const bindings: BindingsMap = {
4204
4681
  "name": "productId"
4205
4682
  }
4206
4683
  ],
4207
- "path": "/governance/api/v1/products/:productId/invitations",
4684
+ "path": "/governance/api/v1/products/:productId/access",
4208
4685
  "readOnly": true
4209
4686
  },
4210
4687
  "list-members": {
@@ -4229,19 +4706,19 @@ export const bindings: BindingsMap = {
4229
4706
  "path": "/governance/api/v1/products/:productId/roles",
4230
4707
  "readOnly": true
4231
4708
  },
4232
- "revoke-invitation": {
4233
- "method": "POST",
4709
+ "revoke-access": {
4710
+ "method": "DELETE",
4234
4711
  "params": [
4235
4712
  {
4236
- "in": "body",
4713
+ "in": "path",
4237
4714
  "name": "productId"
4238
4715
  },
4239
4716
  {
4240
- "in": "body",
4241
- "name": "invitationId"
4717
+ "in": "path",
4718
+ "name": "userId"
4242
4719
  }
4243
4720
  ],
4244
- "path": "/governance/api/v1/products/revoke-invitation",
4721
+ "path": "/governance/api/v1/products/:productId/access/:userId",
4245
4722
  "readOnly": false
4246
4723
  },
4247
4724
  "select": {
@@ -4255,6 +4732,29 @@ export const bindings: BindingsMap = {
4255
4732
  "path": "/governance/api/v1/products/select",
4256
4733
  "readOnly": false
4257
4734
  },
4735
+ "set-access": {
4736
+ "method": "PUT",
4737
+ "params": [
4738
+ {
4739
+ "in": "path",
4740
+ "name": "productId"
4741
+ },
4742
+ {
4743
+ "in": "path",
4744
+ "name": "userId"
4745
+ },
4746
+ {
4747
+ "in": "body",
4748
+ "name": "role"
4749
+ },
4750
+ {
4751
+ "in": "body",
4752
+ "name": "roleId"
4753
+ }
4754
+ ],
4755
+ "path": "/governance/api/v1/products/:productId/access/:userId",
4756
+ "readOnly": false
4757
+ },
4258
4758
  "update": {
4259
4759
  "method": "PATCH",
4260
4760
  "params": [
@@ -4265,6 +4765,10 @@ export const bindings: BindingsMap = {
4265
4765
  {
4266
4766
  "in": "body",
4267
4767
  "name": "name"
4768
+ },
4769
+ {
4770
+ "in": "body",
4771
+ "name": "description"
4268
4772
  }
4269
4773
  ],
4270
4774
  "path": "/governance/api/v1/products/:productId",
@@ -4455,6 +4959,160 @@ export const bindings: BindingsMap = {
4455
4959
  "path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
4456
4960
  "readOnly": false
4457
4961
  }
4962
+ },
4963
+ "support-thread": {
4964
+ "create": {
4965
+ "method": "POST",
4966
+ "params": [
4967
+ {
4968
+ "in": "body",
4969
+ "name": "title"
4970
+ },
4971
+ {
4972
+ "in": "body",
4973
+ "name": "body"
4974
+ }
4975
+ ],
4976
+ "path": "/governance/api/v1/support/threads",
4977
+ "readOnly": false
4978
+ },
4979
+ "get": {
4980
+ "method": "GET",
4981
+ "params": [
4982
+ {
4983
+ "in": "path",
4984
+ "name": "id"
4985
+ }
4986
+ ],
4987
+ "path": "/governance/api/v1/support/threads/:id",
4988
+ "readOnly": true
4989
+ },
4990
+ "reply": {
4991
+ "method": "POST",
4992
+ "params": [
4993
+ {
4994
+ "in": "path",
4995
+ "name": "id"
4996
+ },
4997
+ {
4998
+ "in": "body",
4999
+ "name": "body"
5000
+ }
5001
+ ],
5002
+ "path": "/governance/api/v1/support/threads/:id/messages",
5003
+ "readOnly": false
5004
+ }
5005
+ },
5006
+ "support-threads": {
5007
+ "list": {
5008
+ "method": "GET",
5009
+ "path": "/governance/api/v1/support/threads",
5010
+ "readOnly": true
5011
+ }
5012
+ }
5013
+ },
5014
+ "playground": {
5015
+ "analytics": {
5016
+ "overview": {
5017
+ "method": "POST",
5018
+ "params": [
5019
+ {
5020
+ "in": "body",
5021
+ "name": "limit"
5022
+ }
5023
+ ],
5024
+ "path": "/playground/analytics/overview",
5025
+ "readOnly": true
5026
+ }
5027
+ },
5028
+ "billing": {
5029
+ "entitlements": {
5030
+ "method": "POST",
5031
+ "path": "/playground/billing/entitlements",
5032
+ "readOnly": true
5033
+ },
5034
+ "record-usage": {
5035
+ "method": "POST",
5036
+ "params": [
5037
+ {
5038
+ "in": "body",
5039
+ "name": "value"
5040
+ }
5041
+ ],
5042
+ "path": "/playground/billing/usage",
5043
+ "readOnly": false
5044
+ }
5045
+ },
5046
+ "clickup": {
5047
+ "create-task": {
5048
+ "method": "POST",
5049
+ "params": [
5050
+ {
5051
+ "in": "body",
5052
+ "name": "listId"
5053
+ },
5054
+ {
5055
+ "in": "body",
5056
+ "name": "name"
5057
+ }
5058
+ ],
5059
+ "path": "/playground/clickup/tasks",
5060
+ "readOnly": false
5061
+ },
5062
+ "get-last-webhook": {
5063
+ "method": "GET",
5064
+ "path": "/playground/clickup/webhooks/last",
5065
+ "readOnly": true
5066
+ },
5067
+ "get-overview": {
5068
+ "method": "GET",
5069
+ "path": "/playground/clickup/overview",
5070
+ "readOnly": true
5071
+ }
5072
+ },
5073
+ "gdrive": {
5074
+ "get-last-change": {
5075
+ "method": "GET",
5076
+ "path": "/playground/gdrive/changes/last",
5077
+ "readOnly": true
5078
+ },
5079
+ "read-file": {
5080
+ "method": "POST",
5081
+ "params": [
5082
+ {
5083
+ "in": "body",
5084
+ "name": "fileId"
5085
+ }
5086
+ ],
5087
+ "path": "/playground/gdrive/file",
5088
+ "readOnly": true
5089
+ }
5090
+ },
5091
+ "googleads": {
5092
+ "read-customer": {
5093
+ "method": "POST",
5094
+ "path": "/playground/googleads/customer",
5095
+ "readOnly": true
5096
+ }
5097
+ },
5098
+ "lifecycle": {
5099
+ "get-state": {
5100
+ "method": "GET",
5101
+ "path": "/playground/lifecycle/state",
5102
+ "readOnly": true
5103
+ },
5104
+ "list-events": {
5105
+ "method": "GET",
5106
+ "path": "/playground/lifecycle/events",
5107
+ "readOnly": true
5108
+ }
5109
+ },
5110
+ "webhook": {
5111
+ "get-last": {
5112
+ "method": "GET",
5113
+ "path": "/playground/webhooks/last",
5114
+ "readOnly": true
5115
+ }
4458
5116
  }
4459
5117
  },
4460
5118
  "realtime": {