@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.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-C6K8y7em.d.cts → client.gen-Bv2flLeO.d.cts} +2163 -248
- package/dist/{client.gen-C6K8y7em.d.ts → client.gen-Bv2flLeO.d.ts} +2163 -248
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +875 -217
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +875 -217
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.cjs +156 -0
- package/dist/observe/index.cjs.map +1 -0
- package/dist/observe/index.d.cts +124 -0
- package/dist/observe/index.d.ts +124 -0
- package/dist/observe/index.js +125 -0
- package/dist/observe/index.js.map +1 -0
- package/dist/organization/index.cjs +33 -18
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +27 -15
- package/dist/organization/index.d.ts +27 -15
- package/dist/organization/index.js +27 -15
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +875 -217
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +189 -17
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/observe/index.ts +3 -0
- package/src/gen/observe/queryOptions.gen.ts +200 -0
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +41 -21
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +2178 -248
package/dist/index.js
CHANGED
|
@@ -821,19 +821,6 @@ var bindings = {
|
|
|
821
821
|
"path": "/brain/restores/:restoreId",
|
|
822
822
|
"readOnly": true
|
|
823
823
|
}
|
|
824
|
-
},
|
|
825
|
-
"usage": {
|
|
826
|
-
"report": {
|
|
827
|
-
"method": "GET",
|
|
828
|
-
"params": [
|
|
829
|
-
{
|
|
830
|
-
"in": "query",
|
|
831
|
-
"name": "days"
|
|
832
|
-
}
|
|
833
|
-
],
|
|
834
|
-
"path": "/brain/usage/report",
|
|
835
|
-
"readOnly": true
|
|
836
|
-
}
|
|
837
824
|
}
|
|
838
825
|
},
|
|
839
826
|
"consent": {
|
|
@@ -3621,8 +3608,8 @@ var bindings = {
|
|
|
3621
3608
|
}
|
|
3622
3609
|
}
|
|
3623
3610
|
},
|
|
3624
|
-
"
|
|
3625
|
-
"
|
|
3611
|
+
"observe": {
|
|
3612
|
+
"alerts": {
|
|
3626
3613
|
"create": {
|
|
3627
3614
|
"method": "POST",
|
|
3628
3615
|
"params": [
|
|
@@ -3632,222 +3619,167 @@ var bindings = {
|
|
|
3632
3619
|
},
|
|
3633
3620
|
{
|
|
3634
3621
|
"in": "body",
|
|
3635
|
-
"name": "
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
"in": "body",
|
|
3639
|
-
"name": "ownerName"
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"in": "body",
|
|
3643
|
-
"name": "countryOfIncorporation"
|
|
3622
|
+
"name": "kind"
|
|
3644
3623
|
},
|
|
3645
3624
|
{
|
|
3646
3625
|
"in": "body",
|
|
3647
|
-
"name": "
|
|
3626
|
+
"name": "condition"
|
|
3648
3627
|
},
|
|
3649
3628
|
{
|
|
3650
3629
|
"in": "body",
|
|
3651
|
-
"name": "
|
|
3630
|
+
"name": "enabled"
|
|
3652
3631
|
},
|
|
3653
3632
|
{
|
|
3654
3633
|
"in": "body",
|
|
3655
|
-
"name": "
|
|
3634
|
+
"name": "throttleMinutes"
|
|
3656
3635
|
}
|
|
3657
3636
|
],
|
|
3658
|
-
"path": "/
|
|
3637
|
+
"path": "/observe/alerts",
|
|
3659
3638
|
"readOnly": false
|
|
3660
3639
|
},
|
|
3661
|
-
"
|
|
3662
|
-
"method": "
|
|
3663
|
-
"path": "/governance/api/v1/organizations",
|
|
3664
|
-
"readOnly": true
|
|
3665
|
-
},
|
|
3666
|
-
"select": {
|
|
3667
|
-
"method": "POST",
|
|
3640
|
+
"delete": {
|
|
3641
|
+
"method": "DELETE",
|
|
3668
3642
|
"params": [
|
|
3669
3643
|
{
|
|
3670
|
-
"in": "
|
|
3671
|
-
"name": "
|
|
3644
|
+
"in": "path",
|
|
3645
|
+
"name": "id"
|
|
3672
3646
|
}
|
|
3673
3647
|
],
|
|
3674
|
-
"path": "/
|
|
3648
|
+
"path": "/observe/alerts/:id",
|
|
3675
3649
|
"readOnly": false
|
|
3676
|
-
}
|
|
3677
|
-
|
|
3678
|
-
"auth": {
|
|
3679
|
-
"me": {
|
|
3650
|
+
},
|
|
3651
|
+
"get": {
|
|
3680
3652
|
"method": "GET",
|
|
3681
|
-
"
|
|
3653
|
+
"params": [
|
|
3654
|
+
{
|
|
3655
|
+
"in": "path",
|
|
3656
|
+
"name": "id"
|
|
3657
|
+
}
|
|
3658
|
+
],
|
|
3659
|
+
"path": "/observe/alerts/:id",
|
|
3682
3660
|
"readOnly": true
|
|
3683
|
-
}
|
|
3684
|
-
|
|
3685
|
-
"billing-budgets": {
|
|
3686
|
-
"get": {
|
|
3661
|
+
},
|
|
3662
|
+
"list": {
|
|
3687
3663
|
"method": "GET",
|
|
3688
|
-
"path": "/
|
|
3664
|
+
"path": "/observe/alerts",
|
|
3689
3665
|
"readOnly": true
|
|
3690
3666
|
},
|
|
3691
|
-
"
|
|
3692
|
-
"method": "
|
|
3667
|
+
"update": {
|
|
3668
|
+
"method": "PATCH",
|
|
3693
3669
|
"params": [
|
|
3670
|
+
{
|
|
3671
|
+
"in": "path",
|
|
3672
|
+
"name": "id"
|
|
3673
|
+
},
|
|
3694
3674
|
{
|
|
3695
3675
|
"in": "body",
|
|
3696
|
-
"name": "
|
|
3697
|
-
}
|
|
3698
|
-
],
|
|
3699
|
-
"path": "/governance/api/v1/billing/budgets",
|
|
3700
|
-
"readOnly": false
|
|
3701
|
-
}
|
|
3702
|
-
},
|
|
3703
|
-
"billing-caps": {
|
|
3704
|
-
"clear": {
|
|
3705
|
-
"method": "DELETE",
|
|
3706
|
-
"params": [
|
|
3676
|
+
"name": "name"
|
|
3677
|
+
},
|
|
3707
3678
|
{
|
|
3708
3679
|
"in": "body",
|
|
3709
|
-
"name": "
|
|
3710
|
-
}
|
|
3711
|
-
],
|
|
3712
|
-
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3713
|
-
"readOnly": false
|
|
3714
|
-
},
|
|
3715
|
-
"set": {
|
|
3716
|
-
"method": "PUT",
|
|
3717
|
-
"params": [
|
|
3680
|
+
"name": "condition"
|
|
3681
|
+
},
|
|
3718
3682
|
{
|
|
3719
3683
|
"in": "body",
|
|
3720
|
-
"name": "
|
|
3684
|
+
"name": "enabled"
|
|
3721
3685
|
},
|
|
3722
3686
|
{
|
|
3723
3687
|
"in": "body",
|
|
3724
|
-
"name": "
|
|
3688
|
+
"name": "throttleMinutes"
|
|
3725
3689
|
}
|
|
3726
3690
|
],
|
|
3727
|
-
"path": "/
|
|
3691
|
+
"path": "/observe/alerts/:id",
|
|
3728
3692
|
"readOnly": false
|
|
3729
3693
|
}
|
|
3730
3694
|
},
|
|
3731
|
-
"
|
|
3695
|
+
"alerts-events": {
|
|
3732
3696
|
"list": {
|
|
3733
3697
|
"method": "GET",
|
|
3734
3698
|
"params": [
|
|
3735
3699
|
{
|
|
3736
|
-
"in": "
|
|
3737
|
-
"name": "
|
|
3700
|
+
"in": "query",
|
|
3701
|
+
"name": "ruleId"
|
|
3738
3702
|
},
|
|
3739
3703
|
{
|
|
3740
|
-
"in": "
|
|
3741
|
-
"name": "
|
|
3704
|
+
"in": "query",
|
|
3705
|
+
"name": "limit"
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"in": "query",
|
|
3709
|
+
"name": "offset"
|
|
3742
3710
|
}
|
|
3743
3711
|
],
|
|
3744
|
-
"path": "/
|
|
3745
|
-
"readOnly": true
|
|
3746
|
-
}
|
|
3747
|
-
},
|
|
3748
|
-
"clickup": {
|
|
3749
|
-
"install": {
|
|
3750
|
-
"method": "GET",
|
|
3751
|
-
"path": "/governance/api/v1/connectors/clickup/install",
|
|
3752
|
-
"readOnly": false
|
|
3753
|
-
},
|
|
3754
|
-
"list-installations": {
|
|
3755
|
-
"method": "GET",
|
|
3756
|
-
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
3712
|
+
"path": "/observe/alerts/events",
|
|
3757
3713
|
"readOnly": true
|
|
3758
3714
|
}
|
|
3759
3715
|
},
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3762
|
-
"method": "
|
|
3763
|
-
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
3764
|
-
"readOnly": false
|
|
3765
|
-
}
|
|
3766
|
-
},
|
|
3767
|
-
"connectors": {
|
|
3768
|
-
"approve-request": {
|
|
3769
|
-
"method": "POST",
|
|
3716
|
+
"artifacts": {
|
|
3717
|
+
"delete": {
|
|
3718
|
+
"method": "DELETE",
|
|
3770
3719
|
"params": [
|
|
3771
3720
|
{
|
|
3772
3721
|
"in": "path",
|
|
3773
3722
|
"name": "id"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"in": "path",
|
|
3777
|
-
"name": "requestId"
|
|
3778
3723
|
}
|
|
3779
3724
|
],
|
|
3780
|
-
"path": "/
|
|
3725
|
+
"path": "/observe/artifacts/:id",
|
|
3781
3726
|
"readOnly": false
|
|
3782
3727
|
},
|
|
3783
|
-
"
|
|
3784
|
-
"method": "
|
|
3728
|
+
"list": {
|
|
3729
|
+
"method": "GET",
|
|
3785
3730
|
"params": [
|
|
3786
3731
|
{
|
|
3787
|
-
"in": "
|
|
3788
|
-
"name": "
|
|
3732
|
+
"in": "query",
|
|
3733
|
+
"name": "debugId"
|
|
3789
3734
|
},
|
|
3790
3735
|
{
|
|
3791
|
-
"in": "
|
|
3792
|
-
"name": "
|
|
3736
|
+
"in": "query",
|
|
3737
|
+
"name": "limit"
|
|
3793
3738
|
}
|
|
3794
3739
|
],
|
|
3795
|
-
"path": "/
|
|
3796
|
-
"readOnly":
|
|
3740
|
+
"path": "/observe/artifacts",
|
|
3741
|
+
"readOnly": true
|
|
3797
3742
|
},
|
|
3798
|
-
"
|
|
3799
|
-
"method": "
|
|
3743
|
+
"resolve": {
|
|
3744
|
+
"method": "GET",
|
|
3800
3745
|
"params": [
|
|
3801
3746
|
{
|
|
3802
3747
|
"in": "path",
|
|
3803
|
-
"name": "
|
|
3748
|
+
"name": "issueId"
|
|
3804
3749
|
}
|
|
3805
3750
|
],
|
|
3806
|
-
"path": "/
|
|
3807
|
-
"readOnly":
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3751
|
+
"path": "/observe/artifacts/:issueId/resolve",
|
|
3752
|
+
"readOnly": true
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"issues": {
|
|
3756
|
+
"archive": {
|
|
3810
3757
|
"method": "POST",
|
|
3811
3758
|
"params": [
|
|
3812
3759
|
{
|
|
3813
3760
|
"in": "path",
|
|
3814
3761
|
"name": "id"
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"in": "path",
|
|
3818
|
-
"name": "requestId"
|
|
3819
3762
|
}
|
|
3820
3763
|
],
|
|
3821
|
-
"path": "/
|
|
3764
|
+
"path": "/observe/issues/:id/archive",
|
|
3822
3765
|
"readOnly": false
|
|
3823
3766
|
},
|
|
3824
|
-
"
|
|
3825
|
-
"method": "
|
|
3767
|
+
"assign": {
|
|
3768
|
+
"method": "POST",
|
|
3826
3769
|
"params": [
|
|
3827
3770
|
{
|
|
3828
3771
|
"in": "path",
|
|
3829
3772
|
"name": "id"
|
|
3830
3773
|
},
|
|
3831
3774
|
{
|
|
3832
|
-
"in": "
|
|
3833
|
-
"name": "
|
|
3775
|
+
"in": "body",
|
|
3776
|
+
"name": "assignee"
|
|
3834
3777
|
}
|
|
3835
3778
|
],
|
|
3836
|
-
"path": "/
|
|
3779
|
+
"path": "/observe/issues/:id/assign",
|
|
3837
3780
|
"readOnly": false
|
|
3838
3781
|
},
|
|
3839
|
-
"
|
|
3840
|
-
"method": "GET",
|
|
3841
|
-
"params": [
|
|
3842
|
-
{
|
|
3843
|
-
"in": "query",
|
|
3844
|
-
"name": "productId"
|
|
3845
|
-
}
|
|
3846
|
-
],
|
|
3847
|
-
"path": "/governance/api/v1/connectors/list",
|
|
3848
|
-
"readOnly": true
|
|
3849
|
-
},
|
|
3850
|
-
"list-attachments": {
|
|
3782
|
+
"get": {
|
|
3851
3783
|
"method": "GET",
|
|
3852
3784
|
"params": [
|
|
3853
3785
|
{
|
|
@@ -3855,81 +3787,656 @@ var bindings = {
|
|
|
3855
3787
|
"name": "id"
|
|
3856
3788
|
}
|
|
3857
3789
|
],
|
|
3858
|
-
"path": "/
|
|
3790
|
+
"path": "/observe/issues/:id",
|
|
3859
3791
|
"readOnly": true
|
|
3860
3792
|
},
|
|
3861
|
-
"list
|
|
3793
|
+
"list": {
|
|
3862
3794
|
"method": "GET",
|
|
3863
3795
|
"params": [
|
|
3864
3796
|
{
|
|
3865
3797
|
"in": "query",
|
|
3866
|
-
"name": "
|
|
3798
|
+
"name": "status"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"in": "query",
|
|
3802
|
+
"name": "assignee"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"in": "query",
|
|
3806
|
+
"name": "limit"
|
|
3867
3807
|
}
|
|
3868
3808
|
],
|
|
3869
|
-
"path": "/
|
|
3809
|
+
"path": "/observe/issues",
|
|
3870
3810
|
"readOnly": true
|
|
3871
3811
|
},
|
|
3872
|
-
"
|
|
3873
|
-
"method": "
|
|
3812
|
+
"resolve": {
|
|
3813
|
+
"method": "POST",
|
|
3874
3814
|
"params": [
|
|
3875
3815
|
{
|
|
3876
3816
|
"in": "path",
|
|
3877
|
-
"name": "
|
|
3817
|
+
"name": "id"
|
|
3878
3818
|
}
|
|
3879
3819
|
],
|
|
3880
|
-
"path": "/
|
|
3881
|
-
"readOnly":
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
|
|
3820
|
+
"path": "/observe/issues/:id/resolve",
|
|
3821
|
+
"readOnly": false
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
"keys": {
|
|
3825
|
+
"create": {
|
|
3826
|
+
"method": "POST",
|
|
3885
3827
|
"params": [
|
|
3886
3828
|
{
|
|
3887
|
-
"in": "
|
|
3888
|
-
"name": "
|
|
3829
|
+
"in": "body",
|
|
3830
|
+
"name": "environment"
|
|
3889
3831
|
},
|
|
3890
3832
|
{
|
|
3891
|
-
"in": "
|
|
3892
|
-
"name": "
|
|
3833
|
+
"in": "body",
|
|
3834
|
+
"name": "name"
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"in": "body",
|
|
3838
|
+
"name": "kind"
|
|
3893
3839
|
}
|
|
3894
3840
|
],
|
|
3895
|
-
"path": "/
|
|
3896
|
-
"readOnly":
|
|
3841
|
+
"path": "/observe/keys",
|
|
3842
|
+
"readOnly": false
|
|
3897
3843
|
},
|
|
3898
|
-
"
|
|
3899
|
-
"method": "
|
|
3844
|
+
"list": {
|
|
3845
|
+
"method": "GET",
|
|
3900
3846
|
"params": [
|
|
3901
3847
|
{
|
|
3902
|
-
"in": "
|
|
3903
|
-
"name": "
|
|
3848
|
+
"in": "query",
|
|
3849
|
+
"name": "environment"
|
|
3904
3850
|
}
|
|
3905
3851
|
],
|
|
3906
|
-
"path": "/
|
|
3907
|
-
"readOnly":
|
|
3852
|
+
"path": "/observe/keys",
|
|
3853
|
+
"readOnly": true
|
|
3908
3854
|
},
|
|
3909
|
-
"
|
|
3855
|
+
"revoke": {
|
|
3910
3856
|
"method": "POST",
|
|
3911
3857
|
"params": [
|
|
3912
|
-
{
|
|
3913
|
-
"in": "query",
|
|
3914
|
-
"name": "productId"
|
|
3915
|
-
},
|
|
3916
3858
|
{
|
|
3917
3859
|
"in": "path",
|
|
3918
3860
|
"name": "id"
|
|
3919
3861
|
}
|
|
3920
3862
|
],
|
|
3921
|
-
"path": "/
|
|
3863
|
+
"path": "/observe/keys/:id/revoke",
|
|
3922
3864
|
"readOnly": false
|
|
3923
3865
|
}
|
|
3924
3866
|
},
|
|
3925
|
-
"
|
|
3926
|
-
"
|
|
3927
|
-
"method": "
|
|
3867
|
+
"logs": {
|
|
3868
|
+
"facets": {
|
|
3869
|
+
"method": "GET",
|
|
3928
3870
|
"params": [
|
|
3929
3871
|
{
|
|
3930
|
-
"in": "
|
|
3931
|
-
"name": "
|
|
3932
|
-
}
|
|
3872
|
+
"in": "query",
|
|
3873
|
+
"name": "window"
|
|
3874
|
+
}
|
|
3875
|
+
],
|
|
3876
|
+
"path": "/observe/logs/facets",
|
|
3877
|
+
"readOnly": true
|
|
3878
|
+
},
|
|
3879
|
+
"search": {
|
|
3880
|
+
"method": "GET",
|
|
3881
|
+
"params": [
|
|
3882
|
+
{
|
|
3883
|
+
"in": "query",
|
|
3884
|
+
"name": "environment"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"in": "query",
|
|
3888
|
+
"name": "service"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"in": "query",
|
|
3892
|
+
"name": "severityIn"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"in": "query",
|
|
3896
|
+
"name": "search"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"in": "query",
|
|
3900
|
+
"name": "traceId"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"in": "query",
|
|
3904
|
+
"name": "q"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"in": "query",
|
|
3908
|
+
"name": "from"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"in": "query",
|
|
3912
|
+
"name": "to"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"in": "query",
|
|
3916
|
+
"name": "limit"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"in": "query",
|
|
3920
|
+
"name": "cursor"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"path": "/observe/logs/search",
|
|
3924
|
+
"readOnly": true
|
|
3925
|
+
},
|
|
3926
|
+
"tail": {
|
|
3927
|
+
"method": "GET",
|
|
3928
|
+
"params": [
|
|
3929
|
+
{
|
|
3930
|
+
"in": "query",
|
|
3931
|
+
"name": "environment"
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"in": "query",
|
|
3935
|
+
"name": "service"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"in": "query",
|
|
3939
|
+
"name": "severityIn"
|
|
3940
|
+
},
|
|
3941
|
+
{
|
|
3942
|
+
"in": "query",
|
|
3943
|
+
"name": "cursor"
|
|
3944
|
+
}
|
|
3945
|
+
],
|
|
3946
|
+
"path": "/observe/logs/tail",
|
|
3947
|
+
"readOnly": true
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
"traces": {
|
|
3951
|
+
"get": {
|
|
3952
|
+
"method": "GET",
|
|
3953
|
+
"params": [
|
|
3954
|
+
{
|
|
3955
|
+
"in": "path",
|
|
3956
|
+
"name": "traceId"
|
|
3957
|
+
}
|
|
3958
|
+
],
|
|
3959
|
+
"path": "/observe/traces/:traceId",
|
|
3960
|
+
"readOnly": true
|
|
3961
|
+
},
|
|
3962
|
+
"search": {
|
|
3963
|
+
"method": "GET",
|
|
3964
|
+
"params": [
|
|
3965
|
+
{
|
|
3966
|
+
"in": "query",
|
|
3967
|
+
"name": "environment"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"in": "query",
|
|
3971
|
+
"name": "service"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"in": "query",
|
|
3975
|
+
"name": "name"
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"in": "query",
|
|
3979
|
+
"name": "status"
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"in": "query",
|
|
3983
|
+
"name": "minDurationMs"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"in": "query",
|
|
3987
|
+
"name": "maxDurationMs"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"in": "query",
|
|
3991
|
+
"name": "traceId"
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"in": "query",
|
|
3995
|
+
"name": "from"
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"in": "query",
|
|
3999
|
+
"name": "to"
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"in": "query",
|
|
4003
|
+
"name": "limit"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"in": "query",
|
|
4007
|
+
"name": "cursor"
|
|
4008
|
+
}
|
|
4009
|
+
],
|
|
4010
|
+
"path": "/observe/traces/search",
|
|
4011
|
+
"readOnly": true
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
4014
|
+
"webhooks": {
|
|
4015
|
+
"create": {
|
|
4016
|
+
"method": "POST",
|
|
4017
|
+
"params": [
|
|
4018
|
+
{
|
|
4019
|
+
"in": "body",
|
|
4020
|
+
"name": "url"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"in": "body",
|
|
4024
|
+
"name": "description"
|
|
4025
|
+
}
|
|
4026
|
+
],
|
|
4027
|
+
"path": "/observe/webhooks",
|
|
4028
|
+
"readOnly": false
|
|
4029
|
+
},
|
|
4030
|
+
"delete": {
|
|
4031
|
+
"method": "DELETE",
|
|
4032
|
+
"params": [
|
|
4033
|
+
{
|
|
4034
|
+
"in": "path",
|
|
4035
|
+
"name": "id"
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
"path": "/observe/webhooks/:id",
|
|
4039
|
+
"readOnly": false
|
|
4040
|
+
},
|
|
4041
|
+
"get": {
|
|
4042
|
+
"method": "GET",
|
|
4043
|
+
"params": [
|
|
4044
|
+
{
|
|
4045
|
+
"in": "path",
|
|
4046
|
+
"name": "id"
|
|
4047
|
+
}
|
|
4048
|
+
],
|
|
4049
|
+
"path": "/observe/webhooks/:id",
|
|
4050
|
+
"readOnly": true
|
|
4051
|
+
},
|
|
4052
|
+
"list": {
|
|
4053
|
+
"method": "GET",
|
|
4054
|
+
"path": "/observe/webhooks",
|
|
4055
|
+
"readOnly": true
|
|
4056
|
+
},
|
|
4057
|
+
"redeliver": {
|
|
4058
|
+
"method": "POST",
|
|
4059
|
+
"params": [
|
|
4060
|
+
{
|
|
4061
|
+
"in": "path",
|
|
4062
|
+
"name": "id"
|
|
4063
|
+
}
|
|
4064
|
+
],
|
|
4065
|
+
"path": "/observe/webhooks/deliveries/:id/redeliver",
|
|
4066
|
+
"readOnly": false
|
|
4067
|
+
},
|
|
4068
|
+
"update": {
|
|
4069
|
+
"method": "PATCH",
|
|
4070
|
+
"params": [
|
|
4071
|
+
{
|
|
4072
|
+
"in": "path",
|
|
4073
|
+
"name": "id"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"in": "body",
|
|
4077
|
+
"name": "url"
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"in": "body",
|
|
4081
|
+
"name": "active"
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"in": "body",
|
|
4085
|
+
"name": "description"
|
|
4086
|
+
}
|
|
4087
|
+
],
|
|
4088
|
+
"path": "/observe/webhooks/:id",
|
|
4089
|
+
"readOnly": false
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
"webhooks-deliveries": {
|
|
4093
|
+
"list": {
|
|
4094
|
+
"method": "GET",
|
|
4095
|
+
"params": [
|
|
4096
|
+
{
|
|
4097
|
+
"in": "query",
|
|
4098
|
+
"name": "webhookId"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"in": "query",
|
|
4102
|
+
"name": "status"
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"in": "query",
|
|
4106
|
+
"name": "limit"
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"in": "query",
|
|
4110
|
+
"name": "offset"
|
|
4111
|
+
}
|
|
4112
|
+
],
|
|
4113
|
+
"path": "/observe/webhooks/deliveries",
|
|
4114
|
+
"readOnly": true
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
"webhooks-rotate": {
|
|
4118
|
+
"secret": {
|
|
4119
|
+
"method": "POST",
|
|
4120
|
+
"params": [
|
|
4121
|
+
{
|
|
4122
|
+
"in": "path",
|
|
4123
|
+
"name": "id"
|
|
4124
|
+
}
|
|
4125
|
+
],
|
|
4126
|
+
"path": "/observe/webhooks/:id/rotate-secret",
|
|
4127
|
+
"readOnly": false
|
|
4128
|
+
}
|
|
4129
|
+
}
|
|
4130
|
+
},
|
|
4131
|
+
"organization": {
|
|
4132
|
+
"$root": {
|
|
4133
|
+
"create": {
|
|
4134
|
+
"method": "POST",
|
|
4135
|
+
"params": [
|
|
4136
|
+
{
|
|
4137
|
+
"in": "body",
|
|
4138
|
+
"name": "name"
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"in": "body",
|
|
4142
|
+
"name": "legalName"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"in": "body",
|
|
4146
|
+
"name": "ownerName"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"in": "body",
|
|
4150
|
+
"name": "countryOfIncorporation"
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"in": "body",
|
|
4154
|
+
"name": "residencyCountry"
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"in": "body",
|
|
4158
|
+
"name": "beneficialOwners"
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"in": "body",
|
|
4162
|
+
"name": "ownershipConfirmed"
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4165
|
+
"path": "/governance/api/v1/organizations",
|
|
4166
|
+
"readOnly": false
|
|
4167
|
+
},
|
|
4168
|
+
"list": {
|
|
4169
|
+
"method": "GET",
|
|
4170
|
+
"path": "/governance/api/v1/organizations",
|
|
4171
|
+
"readOnly": true
|
|
4172
|
+
},
|
|
4173
|
+
"select": {
|
|
4174
|
+
"method": "POST",
|
|
4175
|
+
"params": [
|
|
4176
|
+
{
|
|
4177
|
+
"in": "body",
|
|
4178
|
+
"name": "organizationId"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"path": "/governance/api/v1/organizations/select",
|
|
4182
|
+
"readOnly": false
|
|
4183
|
+
}
|
|
4184
|
+
},
|
|
4185
|
+
"auth": {
|
|
4186
|
+
"me": {
|
|
4187
|
+
"method": "GET",
|
|
4188
|
+
"path": "/governance/api/v1/auth/me",
|
|
4189
|
+
"readOnly": true
|
|
4190
|
+
}
|
|
4191
|
+
},
|
|
4192
|
+
"billing-budgets": {
|
|
4193
|
+
"get": {
|
|
4194
|
+
"method": "GET",
|
|
4195
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
4196
|
+
"readOnly": true
|
|
4197
|
+
},
|
|
4198
|
+
"set": {
|
|
4199
|
+
"method": "PUT",
|
|
4200
|
+
"params": [
|
|
4201
|
+
{
|
|
4202
|
+
"in": "body",
|
|
4203
|
+
"name": "ceiling_minor"
|
|
4204
|
+
}
|
|
4205
|
+
],
|
|
4206
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
4207
|
+
"readOnly": false
|
|
4208
|
+
}
|
|
4209
|
+
},
|
|
4210
|
+
"billing-caps": {
|
|
4211
|
+
"clear": {
|
|
4212
|
+
"method": "DELETE",
|
|
4213
|
+
"params": [
|
|
4214
|
+
{
|
|
4215
|
+
"in": "body",
|
|
4216
|
+
"name": "productId"
|
|
4217
|
+
}
|
|
4218
|
+
],
|
|
4219
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
4220
|
+
"readOnly": false
|
|
4221
|
+
},
|
|
4222
|
+
"set": {
|
|
4223
|
+
"method": "PUT",
|
|
4224
|
+
"params": [
|
|
4225
|
+
{
|
|
4226
|
+
"in": "body",
|
|
4227
|
+
"name": "productId"
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"in": "body",
|
|
4231
|
+
"name": "cap_minor"
|
|
4232
|
+
}
|
|
4233
|
+
],
|
|
4234
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
4235
|
+
"readOnly": false
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
"bindings": {
|
|
4239
|
+
"list": {
|
|
4240
|
+
"method": "GET",
|
|
4241
|
+
"params": [
|
|
4242
|
+
{
|
|
4243
|
+
"in": "path",
|
|
4244
|
+
"name": "productId"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"in": "path",
|
|
4248
|
+
"name": "domainId"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"path": "/governance/api/v1/products/:productId/domains/:domainId/bindings",
|
|
4252
|
+
"readOnly": true
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
"clickup": {
|
|
4256
|
+
"install": {
|
|
4257
|
+
"method": "GET",
|
|
4258
|
+
"path": "/governance/api/v1/connectors/clickup/install",
|
|
4259
|
+
"readOnly": false
|
|
4260
|
+
},
|
|
4261
|
+
"list-installations": {
|
|
4262
|
+
"method": "GET",
|
|
4263
|
+
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
4264
|
+
"readOnly": true
|
|
4265
|
+
}
|
|
4266
|
+
},
|
|
4267
|
+
"cloudflare": {
|
|
4268
|
+
"install": {
|
|
4269
|
+
"method": "GET",
|
|
4270
|
+
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
4271
|
+
"readOnly": false
|
|
4272
|
+
}
|
|
4273
|
+
},
|
|
4274
|
+
"connectors": {
|
|
4275
|
+
"approve-request": {
|
|
4276
|
+
"method": "POST",
|
|
4277
|
+
"params": [
|
|
4278
|
+
{
|
|
4279
|
+
"in": "path",
|
|
4280
|
+
"name": "id"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"in": "path",
|
|
4284
|
+
"name": "requestId"
|
|
4285
|
+
}
|
|
4286
|
+
],
|
|
4287
|
+
"path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
|
|
4288
|
+
"readOnly": false
|
|
4289
|
+
},
|
|
4290
|
+
"attach": {
|
|
4291
|
+
"method": "POST",
|
|
4292
|
+
"params": [
|
|
4293
|
+
{
|
|
4294
|
+
"in": "path",
|
|
4295
|
+
"name": "id"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"in": "body",
|
|
4299
|
+
"name": "productIds"
|
|
4300
|
+
}
|
|
4301
|
+
],
|
|
4302
|
+
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
4303
|
+
"readOnly": false
|
|
4304
|
+
},
|
|
4305
|
+
"delete": {
|
|
4306
|
+
"method": "DELETE",
|
|
4307
|
+
"params": [
|
|
4308
|
+
{
|
|
4309
|
+
"in": "path",
|
|
4310
|
+
"name": "id"
|
|
4311
|
+
}
|
|
4312
|
+
],
|
|
4313
|
+
"path": "/governance/api/v1/connectors/:id/org",
|
|
4314
|
+
"readOnly": false
|
|
4315
|
+
},
|
|
4316
|
+
"deny-request": {
|
|
4317
|
+
"method": "POST",
|
|
4318
|
+
"params": [
|
|
4319
|
+
{
|
|
4320
|
+
"in": "path",
|
|
4321
|
+
"name": "id"
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"in": "path",
|
|
4325
|
+
"name": "requestId"
|
|
4326
|
+
}
|
|
4327
|
+
],
|
|
4328
|
+
"path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
|
|
4329
|
+
"readOnly": false
|
|
4330
|
+
},
|
|
4331
|
+
"detach": {
|
|
4332
|
+
"method": "DELETE",
|
|
4333
|
+
"params": [
|
|
4334
|
+
{
|
|
4335
|
+
"in": "path",
|
|
4336
|
+
"name": "id"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"in": "path",
|
|
4340
|
+
"name": "productId"
|
|
4341
|
+
}
|
|
4342
|
+
],
|
|
4343
|
+
"path": "/governance/api/v1/connectors/:id/attachments/:productId",
|
|
4344
|
+
"readOnly": false
|
|
4345
|
+
},
|
|
4346
|
+
"list": {
|
|
4347
|
+
"method": "GET",
|
|
4348
|
+
"params": [
|
|
4349
|
+
{
|
|
4350
|
+
"in": "query",
|
|
4351
|
+
"name": "productId"
|
|
4352
|
+
}
|
|
4353
|
+
],
|
|
4354
|
+
"path": "/governance/api/v1/connectors/list",
|
|
4355
|
+
"readOnly": true
|
|
4356
|
+
},
|
|
4357
|
+
"list-attachments": {
|
|
4358
|
+
"method": "GET",
|
|
4359
|
+
"params": [
|
|
4360
|
+
{
|
|
4361
|
+
"in": "path",
|
|
4362
|
+
"name": "id"
|
|
4363
|
+
}
|
|
4364
|
+
],
|
|
4365
|
+
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
4366
|
+
"readOnly": true
|
|
4367
|
+
},
|
|
4368
|
+
"list-available": {
|
|
4369
|
+
"method": "GET",
|
|
4370
|
+
"params": [
|
|
4371
|
+
{
|
|
4372
|
+
"in": "query",
|
|
4373
|
+
"name": "productId"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"path": "/governance/api/v1/connectors/available",
|
|
4377
|
+
"readOnly": true
|
|
4378
|
+
},
|
|
4379
|
+
"list-org": {
|
|
4380
|
+
"method": "GET",
|
|
4381
|
+
"params": [
|
|
4382
|
+
{
|
|
4383
|
+
"in": "path",
|
|
4384
|
+
"name": "organizationId"
|
|
4385
|
+
}
|
|
4386
|
+
],
|
|
4387
|
+
"path": "/governance/api/v1/organizations/:organizationId/connectors",
|
|
4388
|
+
"readOnly": true
|
|
4389
|
+
},
|
|
4390
|
+
"list-requests": {
|
|
4391
|
+
"method": "GET",
|
|
4392
|
+
"params": [
|
|
4393
|
+
{
|
|
4394
|
+
"in": "path",
|
|
4395
|
+
"name": "organizationId"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"in": "query",
|
|
4399
|
+
"name": "status"
|
|
4400
|
+
}
|
|
4401
|
+
],
|
|
4402
|
+
"path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
|
|
4403
|
+
"readOnly": true
|
|
4404
|
+
},
|
|
4405
|
+
"remove": {
|
|
4406
|
+
"method": "DELETE",
|
|
4407
|
+
"params": [
|
|
4408
|
+
{
|
|
4409
|
+
"in": "path",
|
|
4410
|
+
"name": "id"
|
|
4411
|
+
}
|
|
4412
|
+
],
|
|
4413
|
+
"path": "/governance/api/v1/connectors/:id",
|
|
4414
|
+
"readOnly": false
|
|
4415
|
+
},
|
|
4416
|
+
"request": {
|
|
4417
|
+
"method": "POST",
|
|
4418
|
+
"params": [
|
|
4419
|
+
{
|
|
4420
|
+
"in": "query",
|
|
4421
|
+
"name": "productId"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"in": "path",
|
|
4425
|
+
"name": "id"
|
|
4426
|
+
}
|
|
4427
|
+
],
|
|
4428
|
+
"path": "/governance/api/v1/connectors/:id/requests",
|
|
4429
|
+
"readOnly": false
|
|
4430
|
+
}
|
|
4431
|
+
},
|
|
4432
|
+
"domains": {
|
|
4433
|
+
"add": {
|
|
4434
|
+
"method": "POST",
|
|
4435
|
+
"params": [
|
|
4436
|
+
{
|
|
4437
|
+
"in": "path",
|
|
4438
|
+
"name": "productId"
|
|
4439
|
+
},
|
|
3933
4440
|
{
|
|
3934
4441
|
"in": "body",
|
|
3935
4442
|
"name": "domain"
|
|
@@ -4274,17 +4781,6 @@ var bindings = {
|
|
|
4274
4781
|
}
|
|
4275
4782
|
},
|
|
4276
4783
|
"product": {
|
|
4277
|
-
"accept-invitation": {
|
|
4278
|
-
"method": "POST",
|
|
4279
|
-
"params": [
|
|
4280
|
-
{
|
|
4281
|
-
"in": "path",
|
|
4282
|
-
"name": "token"
|
|
4283
|
-
}
|
|
4284
|
-
],
|
|
4285
|
-
"path": "/governance/api/v1/invitations/:token/accept",
|
|
4286
|
-
"readOnly": false
|
|
4287
|
-
},
|
|
4288
4784
|
"create": {
|
|
4289
4785
|
"method": "POST",
|
|
4290
4786
|
"params": [
|
|
@@ -4304,25 +4800,6 @@ var bindings = {
|
|
|
4304
4800
|
"path": "/governance/api/v1/products",
|
|
4305
4801
|
"readOnly": false
|
|
4306
4802
|
},
|
|
4307
|
-
"invite": {
|
|
4308
|
-
"method": "POST",
|
|
4309
|
-
"params": [
|
|
4310
|
-
{
|
|
4311
|
-
"in": "path",
|
|
4312
|
-
"name": "productId"
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
"in": "body",
|
|
4316
|
-
"name": "email"
|
|
4317
|
-
},
|
|
4318
|
-
{
|
|
4319
|
-
"in": "body",
|
|
4320
|
-
"name": "role"
|
|
4321
|
-
}
|
|
4322
|
-
],
|
|
4323
|
-
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4324
|
-
"readOnly": false
|
|
4325
|
-
},
|
|
4326
4803
|
"list": {
|
|
4327
4804
|
"method": "GET",
|
|
4328
4805
|
"params": [
|
|
@@ -4334,7 +4811,7 @@ var bindings = {
|
|
|
4334
4811
|
"path": "/governance/api/v1/products",
|
|
4335
4812
|
"readOnly": true
|
|
4336
4813
|
},
|
|
4337
|
-
"list-
|
|
4814
|
+
"list-access": {
|
|
4338
4815
|
"method": "GET",
|
|
4339
4816
|
"params": [
|
|
4340
4817
|
{
|
|
@@ -4342,7 +4819,7 @@ var bindings = {
|
|
|
4342
4819
|
"name": "productId"
|
|
4343
4820
|
}
|
|
4344
4821
|
],
|
|
4345
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4822
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4346
4823
|
"readOnly": true
|
|
4347
4824
|
},
|
|
4348
4825
|
"list-members": {
|
|
@@ -4367,19 +4844,19 @@ var bindings = {
|
|
|
4367
4844
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4368
4845
|
"readOnly": true
|
|
4369
4846
|
},
|
|
4370
|
-
"revoke-
|
|
4371
|
-
"method": "
|
|
4847
|
+
"revoke-access": {
|
|
4848
|
+
"method": "DELETE",
|
|
4372
4849
|
"params": [
|
|
4373
4850
|
{
|
|
4374
|
-
"in": "
|
|
4851
|
+
"in": "path",
|
|
4375
4852
|
"name": "productId"
|
|
4376
4853
|
},
|
|
4377
4854
|
{
|
|
4378
|
-
"in": "
|
|
4379
|
-
"name": "
|
|
4855
|
+
"in": "path",
|
|
4856
|
+
"name": "userId"
|
|
4380
4857
|
}
|
|
4381
4858
|
],
|
|
4382
|
-
"path": "/governance/api/v1/products/
|
|
4859
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4383
4860
|
"readOnly": false
|
|
4384
4861
|
},
|
|
4385
4862
|
"select": {
|
|
@@ -4393,6 +4870,29 @@ var bindings = {
|
|
|
4393
4870
|
"path": "/governance/api/v1/products/select",
|
|
4394
4871
|
"readOnly": false
|
|
4395
4872
|
},
|
|
4873
|
+
"set-access": {
|
|
4874
|
+
"method": "PUT",
|
|
4875
|
+
"params": [
|
|
4876
|
+
{
|
|
4877
|
+
"in": "path",
|
|
4878
|
+
"name": "productId"
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"in": "path",
|
|
4882
|
+
"name": "userId"
|
|
4883
|
+
},
|
|
4884
|
+
{
|
|
4885
|
+
"in": "body",
|
|
4886
|
+
"name": "role"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"in": "body",
|
|
4890
|
+
"name": "roleId"
|
|
4891
|
+
}
|
|
4892
|
+
],
|
|
4893
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4894
|
+
"readOnly": false
|
|
4895
|
+
},
|
|
4396
4896
|
"update": {
|
|
4397
4897
|
"method": "PATCH",
|
|
4398
4898
|
"params": [
|
|
@@ -4403,6 +4903,10 @@ var bindings = {
|
|
|
4403
4903
|
{
|
|
4404
4904
|
"in": "body",
|
|
4405
4905
|
"name": "name"
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"in": "body",
|
|
4909
|
+
"name": "description"
|
|
4406
4910
|
}
|
|
4407
4911
|
],
|
|
4408
4912
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4593,6 +5097,160 @@ var bindings = {
|
|
|
4593
5097
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4594
5098
|
"readOnly": false
|
|
4595
5099
|
}
|
|
5100
|
+
},
|
|
5101
|
+
"support-thread": {
|
|
5102
|
+
"create": {
|
|
5103
|
+
"method": "POST",
|
|
5104
|
+
"params": [
|
|
5105
|
+
{
|
|
5106
|
+
"in": "body",
|
|
5107
|
+
"name": "title"
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"in": "body",
|
|
5111
|
+
"name": "body"
|
|
5112
|
+
}
|
|
5113
|
+
],
|
|
5114
|
+
"path": "/governance/api/v1/support/threads",
|
|
5115
|
+
"readOnly": false
|
|
5116
|
+
},
|
|
5117
|
+
"get": {
|
|
5118
|
+
"method": "GET",
|
|
5119
|
+
"params": [
|
|
5120
|
+
{
|
|
5121
|
+
"in": "path",
|
|
5122
|
+
"name": "id"
|
|
5123
|
+
}
|
|
5124
|
+
],
|
|
5125
|
+
"path": "/governance/api/v1/support/threads/:id",
|
|
5126
|
+
"readOnly": true
|
|
5127
|
+
},
|
|
5128
|
+
"reply": {
|
|
5129
|
+
"method": "POST",
|
|
5130
|
+
"params": [
|
|
5131
|
+
{
|
|
5132
|
+
"in": "path",
|
|
5133
|
+
"name": "id"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"in": "body",
|
|
5137
|
+
"name": "body"
|
|
5138
|
+
}
|
|
5139
|
+
],
|
|
5140
|
+
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
5141
|
+
"readOnly": false
|
|
5142
|
+
}
|
|
5143
|
+
},
|
|
5144
|
+
"support-threads": {
|
|
5145
|
+
"list": {
|
|
5146
|
+
"method": "GET",
|
|
5147
|
+
"path": "/governance/api/v1/support/threads",
|
|
5148
|
+
"readOnly": true
|
|
5149
|
+
}
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
5152
|
+
"playground": {
|
|
5153
|
+
"analytics": {
|
|
5154
|
+
"overview": {
|
|
5155
|
+
"method": "POST",
|
|
5156
|
+
"params": [
|
|
5157
|
+
{
|
|
5158
|
+
"in": "body",
|
|
5159
|
+
"name": "limit"
|
|
5160
|
+
}
|
|
5161
|
+
],
|
|
5162
|
+
"path": "/playground/analytics/overview",
|
|
5163
|
+
"readOnly": true
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
"billing": {
|
|
5167
|
+
"entitlements": {
|
|
5168
|
+
"method": "POST",
|
|
5169
|
+
"path": "/playground/billing/entitlements",
|
|
5170
|
+
"readOnly": true
|
|
5171
|
+
},
|
|
5172
|
+
"record-usage": {
|
|
5173
|
+
"method": "POST",
|
|
5174
|
+
"params": [
|
|
5175
|
+
{
|
|
5176
|
+
"in": "body",
|
|
5177
|
+
"name": "value"
|
|
5178
|
+
}
|
|
5179
|
+
],
|
|
5180
|
+
"path": "/playground/billing/usage",
|
|
5181
|
+
"readOnly": false
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
5184
|
+
"clickup": {
|
|
5185
|
+
"create-task": {
|
|
5186
|
+
"method": "POST",
|
|
5187
|
+
"params": [
|
|
5188
|
+
{
|
|
5189
|
+
"in": "body",
|
|
5190
|
+
"name": "listId"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"in": "body",
|
|
5194
|
+
"name": "name"
|
|
5195
|
+
}
|
|
5196
|
+
],
|
|
5197
|
+
"path": "/playground/clickup/tasks",
|
|
5198
|
+
"readOnly": false
|
|
5199
|
+
},
|
|
5200
|
+
"get-last-webhook": {
|
|
5201
|
+
"method": "GET",
|
|
5202
|
+
"path": "/playground/clickup/webhooks/last",
|
|
5203
|
+
"readOnly": true
|
|
5204
|
+
},
|
|
5205
|
+
"get-overview": {
|
|
5206
|
+
"method": "GET",
|
|
5207
|
+
"path": "/playground/clickup/overview",
|
|
5208
|
+
"readOnly": true
|
|
5209
|
+
}
|
|
5210
|
+
},
|
|
5211
|
+
"gdrive": {
|
|
5212
|
+
"get-last-change": {
|
|
5213
|
+
"method": "GET",
|
|
5214
|
+
"path": "/playground/gdrive/changes/last",
|
|
5215
|
+
"readOnly": true
|
|
5216
|
+
},
|
|
5217
|
+
"read-file": {
|
|
5218
|
+
"method": "POST",
|
|
5219
|
+
"params": [
|
|
5220
|
+
{
|
|
5221
|
+
"in": "body",
|
|
5222
|
+
"name": "fileId"
|
|
5223
|
+
}
|
|
5224
|
+
],
|
|
5225
|
+
"path": "/playground/gdrive/file",
|
|
5226
|
+
"readOnly": true
|
|
5227
|
+
}
|
|
5228
|
+
},
|
|
5229
|
+
"googleads": {
|
|
5230
|
+
"read-customer": {
|
|
5231
|
+
"method": "POST",
|
|
5232
|
+
"path": "/playground/googleads/customer",
|
|
5233
|
+
"readOnly": true
|
|
5234
|
+
}
|
|
5235
|
+
},
|
|
5236
|
+
"lifecycle": {
|
|
5237
|
+
"get-state": {
|
|
5238
|
+
"method": "GET",
|
|
5239
|
+
"path": "/playground/lifecycle/state",
|
|
5240
|
+
"readOnly": true
|
|
5241
|
+
},
|
|
5242
|
+
"list-events": {
|
|
5243
|
+
"method": "GET",
|
|
5244
|
+
"path": "/playground/lifecycle/events",
|
|
5245
|
+
"readOnly": true
|
|
5246
|
+
}
|
|
5247
|
+
},
|
|
5248
|
+
"webhook": {
|
|
5249
|
+
"get-last": {
|
|
5250
|
+
"method": "GET",
|
|
5251
|
+
"path": "/playground/webhooks/last",
|
|
5252
|
+
"readOnly": true
|
|
5253
|
+
}
|
|
4596
5254
|
}
|
|
4597
5255
|
},
|
|
4598
5256
|
"realtime": {
|