@lessly/sdk-app 36.2.0 → 36.3.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 +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-B78AtFRC.d.cts → client.gen-C6K8y7em.d.cts} +249 -1838
- package/dist/{client.gen-B78AtFRC.d.ts → client.gen-C6K8y7em.d.ts} +249 -1838
- 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 +213 -767
- 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 +213 -767
- 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/organization/index.cjs +18 -33
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +15 -27
- package/dist/organization/index.d.ts +15 -27
- package/dist/organization/index.js +15 -27
- package/dist/organization/index.js.map +1 -1
- 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 +2 -12
- package/src/gen/bindings.gen.ts +213 -767
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +17 -167
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +21 -41
- package/src/gen/types.gen.ts +246 -1847
- package/dist/observe/index.cjs +0 -126
- package/dist/observe/index.cjs.map +0 -1
- package/dist/observe/index.d.cts +0 -100
- package/dist/observe/index.d.ts +0 -100
- package/dist/observe/index.js +0 -101
- package/dist/observe/index.js.map +0 -1
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/observe/index.ts +0 -3
- package/src/gen/observe/queryOptions.gen.ts +0 -161
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.cjs
CHANGED
|
@@ -823,6 +823,19 @@ var bindings = {
|
|
|
823
823
|
"path": "/brain/restores/:restoreId",
|
|
824
824
|
"readOnly": true
|
|
825
825
|
}
|
|
826
|
+
},
|
|
827
|
+
"usage": {
|
|
828
|
+
"report": {
|
|
829
|
+
"method": "GET",
|
|
830
|
+
"params": [
|
|
831
|
+
{
|
|
832
|
+
"in": "query",
|
|
833
|
+
"name": "days"
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
"path": "/brain/usage/report",
|
|
837
|
+
"readOnly": true
|
|
838
|
+
}
|
|
826
839
|
}
|
|
827
840
|
},
|
|
828
841
|
"consent": {
|
|
@@ -3610,133 +3623,219 @@ var bindings = {
|
|
|
3610
3623
|
}
|
|
3611
3624
|
}
|
|
3612
3625
|
},
|
|
3613
|
-
"
|
|
3614
|
-
"
|
|
3615
|
-
"
|
|
3616
|
-
"method": "
|
|
3626
|
+
"organization": {
|
|
3627
|
+
"$root": {
|
|
3628
|
+
"create": {
|
|
3629
|
+
"method": "POST",
|
|
3617
3630
|
"params": [
|
|
3618
3631
|
{
|
|
3619
|
-
"in": "
|
|
3620
|
-
"name": "
|
|
3632
|
+
"in": "body",
|
|
3633
|
+
"name": "name"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"in": "body",
|
|
3637
|
+
"name": "legalName"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"in": "body",
|
|
3641
|
+
"name": "ownerName"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"in": "body",
|
|
3645
|
+
"name": "countryOfIncorporation"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"in": "body",
|
|
3649
|
+
"name": "residencyCountry"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"in": "body",
|
|
3653
|
+
"name": "beneficialOwners"
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"in": "body",
|
|
3657
|
+
"name": "ownershipConfirmed"
|
|
3621
3658
|
}
|
|
3622
3659
|
],
|
|
3623
|
-
"path": "/
|
|
3660
|
+
"path": "/governance/api/v1/organizations",
|
|
3624
3661
|
"readOnly": false
|
|
3625
3662
|
},
|
|
3626
3663
|
"list": {
|
|
3627
3664
|
"method": "GET",
|
|
3665
|
+
"path": "/governance/api/v1/organizations",
|
|
3666
|
+
"readOnly": true
|
|
3667
|
+
},
|
|
3668
|
+
"select": {
|
|
3669
|
+
"method": "POST",
|
|
3628
3670
|
"params": [
|
|
3629
3671
|
{
|
|
3630
|
-
"in": "
|
|
3631
|
-
"name": "
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"in": "query",
|
|
3635
|
-
"name": "limit"
|
|
3672
|
+
"in": "body",
|
|
3673
|
+
"name": "organizationId"
|
|
3636
3674
|
}
|
|
3637
3675
|
],
|
|
3638
|
-
"path": "/
|
|
3676
|
+
"path": "/governance/api/v1/organizations/select",
|
|
3677
|
+
"readOnly": false
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
"auth": {
|
|
3681
|
+
"me": {
|
|
3682
|
+
"method": "GET",
|
|
3683
|
+
"path": "/governance/api/v1/auth/me",
|
|
3639
3684
|
"readOnly": true
|
|
3640
|
-
}
|
|
3641
|
-
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3687
|
+
"billing-budgets": {
|
|
3688
|
+
"get": {
|
|
3642
3689
|
"method": "GET",
|
|
3690
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3691
|
+
"readOnly": true
|
|
3692
|
+
},
|
|
3693
|
+
"set": {
|
|
3694
|
+
"method": "PUT",
|
|
3643
3695
|
"params": [
|
|
3644
3696
|
{
|
|
3645
|
-
"in": "
|
|
3646
|
-
"name": "
|
|
3697
|
+
"in": "body",
|
|
3698
|
+
"name": "ceiling_minor"
|
|
3647
3699
|
}
|
|
3648
3700
|
],
|
|
3649
|
-
"path": "/
|
|
3650
|
-
"readOnly":
|
|
3701
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3702
|
+
"readOnly": false
|
|
3651
3703
|
}
|
|
3652
3704
|
},
|
|
3653
|
-
"
|
|
3654
|
-
"
|
|
3655
|
-
"method": "
|
|
3705
|
+
"billing-caps": {
|
|
3706
|
+
"clear": {
|
|
3707
|
+
"method": "DELETE",
|
|
3656
3708
|
"params": [
|
|
3657
3709
|
{
|
|
3658
|
-
"in": "
|
|
3659
|
-
"name": "
|
|
3710
|
+
"in": "body",
|
|
3711
|
+
"name": "productId"
|
|
3660
3712
|
}
|
|
3661
3713
|
],
|
|
3662
|
-
"path": "/
|
|
3714
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3663
3715
|
"readOnly": false
|
|
3664
3716
|
},
|
|
3665
|
-
"
|
|
3666
|
-
"method": "
|
|
3717
|
+
"set": {
|
|
3718
|
+
"method": "PUT",
|
|
3667
3719
|
"params": [
|
|
3668
3720
|
{
|
|
3669
|
-
"in": "
|
|
3670
|
-
"name": "
|
|
3721
|
+
"in": "body",
|
|
3722
|
+
"name": "productId"
|
|
3671
3723
|
},
|
|
3672
3724
|
{
|
|
3673
3725
|
"in": "body",
|
|
3674
|
-
"name": "
|
|
3726
|
+
"name": "cap_minor"
|
|
3675
3727
|
}
|
|
3676
3728
|
],
|
|
3677
|
-
"path": "/
|
|
3729
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3678
3730
|
"readOnly": false
|
|
3679
|
-
}
|
|
3680
|
-
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3733
|
+
"bindings": {
|
|
3734
|
+
"list": {
|
|
3681
3735
|
"method": "GET",
|
|
3682
3736
|
"params": [
|
|
3683
3737
|
{
|
|
3684
3738
|
"in": "path",
|
|
3685
|
-
"name": "
|
|
3739
|
+
"name": "productId"
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"in": "path",
|
|
3743
|
+
"name": "domainId"
|
|
3686
3744
|
}
|
|
3687
3745
|
],
|
|
3688
|
-
"path": "/
|
|
3746
|
+
"path": "/governance/api/v1/products/:productId/domains/:domainId/bindings",
|
|
3689
3747
|
"readOnly": true
|
|
3748
|
+
}
|
|
3749
|
+
},
|
|
3750
|
+
"clickup": {
|
|
3751
|
+
"install": {
|
|
3752
|
+
"method": "GET",
|
|
3753
|
+
"path": "/governance/api/v1/connectors/clickup/install",
|
|
3754
|
+
"readOnly": false
|
|
3690
3755
|
},
|
|
3691
|
-
"list": {
|
|
3756
|
+
"list-installations": {
|
|
3757
|
+
"method": "GET",
|
|
3758
|
+
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
3759
|
+
"readOnly": true
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
"cloudflare": {
|
|
3763
|
+
"install": {
|
|
3692
3764
|
"method": "GET",
|
|
3765
|
+
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
3766
|
+
"readOnly": false
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
"connectors": {
|
|
3770
|
+
"approve-request": {
|
|
3771
|
+
"method": "POST",
|
|
3693
3772
|
"params": [
|
|
3694
3773
|
{
|
|
3695
|
-
"in": "
|
|
3696
|
-
"name": "
|
|
3774
|
+
"in": "path",
|
|
3775
|
+
"name": "id"
|
|
3697
3776
|
},
|
|
3698
3777
|
{
|
|
3699
|
-
"in": "
|
|
3700
|
-
"name": "
|
|
3778
|
+
"in": "path",
|
|
3779
|
+
"name": "requestId"
|
|
3780
|
+
}
|
|
3781
|
+
],
|
|
3782
|
+
"path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
|
|
3783
|
+
"readOnly": false
|
|
3784
|
+
},
|
|
3785
|
+
"attach": {
|
|
3786
|
+
"method": "POST",
|
|
3787
|
+
"params": [
|
|
3788
|
+
{
|
|
3789
|
+
"in": "path",
|
|
3790
|
+
"name": "id"
|
|
3701
3791
|
},
|
|
3702
3792
|
{
|
|
3703
|
-
"in": "
|
|
3704
|
-
"name": "
|
|
3793
|
+
"in": "body",
|
|
3794
|
+
"name": "productIds"
|
|
3705
3795
|
}
|
|
3706
3796
|
],
|
|
3707
|
-
"path": "/
|
|
3708
|
-
"readOnly":
|
|
3797
|
+
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
3798
|
+
"readOnly": false
|
|
3709
3799
|
},
|
|
3710
|
-
"
|
|
3711
|
-
"method": "
|
|
3800
|
+
"delete": {
|
|
3801
|
+
"method": "DELETE",
|
|
3712
3802
|
"params": [
|
|
3713
3803
|
{
|
|
3714
3804
|
"in": "path",
|
|
3715
3805
|
"name": "id"
|
|
3716
3806
|
}
|
|
3717
3807
|
],
|
|
3718
|
-
"path": "/
|
|
3808
|
+
"path": "/governance/api/v1/connectors/:id/org",
|
|
3719
3809
|
"readOnly": false
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
|
-
"keys": {
|
|
3723
|
-
"create": {
|
|
3810
|
+
},
|
|
3811
|
+
"deny-request": {
|
|
3724
3812
|
"method": "POST",
|
|
3725
3813
|
"params": [
|
|
3726
3814
|
{
|
|
3727
|
-
"in": "
|
|
3728
|
-
"name": "
|
|
3815
|
+
"in": "path",
|
|
3816
|
+
"name": "id"
|
|
3729
3817
|
},
|
|
3730
3818
|
{
|
|
3731
|
-
"in": "
|
|
3732
|
-
"name": "
|
|
3819
|
+
"in": "path",
|
|
3820
|
+
"name": "requestId"
|
|
3821
|
+
}
|
|
3822
|
+
],
|
|
3823
|
+
"path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
|
|
3824
|
+
"readOnly": false
|
|
3825
|
+
},
|
|
3826
|
+
"detach": {
|
|
3827
|
+
"method": "DELETE",
|
|
3828
|
+
"params": [
|
|
3829
|
+
{
|
|
3830
|
+
"in": "path",
|
|
3831
|
+
"name": "id"
|
|
3733
3832
|
},
|
|
3734
3833
|
{
|
|
3735
|
-
"in": "
|
|
3736
|
-
"name": "
|
|
3834
|
+
"in": "path",
|
|
3835
|
+
"name": "productId"
|
|
3737
3836
|
}
|
|
3738
3837
|
],
|
|
3739
|
-
"path": "/
|
|
3838
|
+
"path": "/governance/api/v1/connectors/:id/attachments/:productId",
|
|
3740
3839
|
"readOnly": false
|
|
3741
3840
|
},
|
|
3742
3841
|
"list": {
|
|
@@ -3744,553 +3843,51 @@ var bindings = {
|
|
|
3744
3843
|
"params": [
|
|
3745
3844
|
{
|
|
3746
3845
|
"in": "query",
|
|
3747
|
-
"name": "
|
|
3846
|
+
"name": "productId"
|
|
3748
3847
|
}
|
|
3749
3848
|
],
|
|
3750
|
-
"path": "/
|
|
3849
|
+
"path": "/governance/api/v1/connectors/list",
|
|
3751
3850
|
"readOnly": true
|
|
3752
3851
|
},
|
|
3753
|
-
"
|
|
3754
|
-
"method": "
|
|
3852
|
+
"list-attachments": {
|
|
3853
|
+
"method": "GET",
|
|
3755
3854
|
"params": [
|
|
3756
3855
|
{
|
|
3757
3856
|
"in": "path",
|
|
3758
3857
|
"name": "id"
|
|
3759
3858
|
}
|
|
3760
3859
|
],
|
|
3761
|
-
"path": "/
|
|
3762
|
-
"readOnly":
|
|
3763
|
-
}
|
|
3764
|
-
|
|
3765
|
-
"logs": {
|
|
3766
|
-
"facets": {
|
|
3860
|
+
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
3861
|
+
"readOnly": true
|
|
3862
|
+
},
|
|
3863
|
+
"list-available": {
|
|
3767
3864
|
"method": "GET",
|
|
3768
3865
|
"params": [
|
|
3769
3866
|
{
|
|
3770
3867
|
"in": "query",
|
|
3771
|
-
"name": "
|
|
3868
|
+
"name": "productId"
|
|
3772
3869
|
}
|
|
3773
3870
|
],
|
|
3774
|
-
"path": "/
|
|
3871
|
+
"path": "/governance/api/v1/connectors/available",
|
|
3775
3872
|
"readOnly": true
|
|
3776
3873
|
},
|
|
3777
|
-
"
|
|
3874
|
+
"list-org": {
|
|
3778
3875
|
"method": "GET",
|
|
3779
3876
|
"params": [
|
|
3780
3877
|
{
|
|
3781
|
-
"in": "
|
|
3782
|
-
"name": "
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"in": "query",
|
|
3786
|
-
"name": "service"
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"in": "query",
|
|
3790
|
-
"name": "severityIn"
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"in": "query",
|
|
3794
|
-
"name": "search"
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"in": "query",
|
|
3798
|
-
"name": "traceId"
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"in": "query",
|
|
3802
|
-
"name": "q"
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"in": "query",
|
|
3806
|
-
"name": "from"
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
"in": "query",
|
|
3810
|
-
"name": "to"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"in": "query",
|
|
3814
|
-
"name": "limit"
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"in": "query",
|
|
3818
|
-
"name": "cursor"
|
|
3878
|
+
"in": "path",
|
|
3879
|
+
"name": "organizationId"
|
|
3819
3880
|
}
|
|
3820
3881
|
],
|
|
3821
|
-
"path": "/
|
|
3882
|
+
"path": "/governance/api/v1/organizations/:organizationId/connectors",
|
|
3822
3883
|
"readOnly": true
|
|
3823
3884
|
},
|
|
3824
|
-
"
|
|
3885
|
+
"list-requests": {
|
|
3825
3886
|
"method": "GET",
|
|
3826
3887
|
"params": [
|
|
3827
3888
|
{
|
|
3828
|
-
"in": "
|
|
3829
|
-
"name": "
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"in": "query",
|
|
3833
|
-
"name": "service"
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"in": "query",
|
|
3837
|
-
"name": "severityIn"
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"in": "query",
|
|
3841
|
-
"name": "cursor"
|
|
3842
|
-
}
|
|
3843
|
-
],
|
|
3844
|
-
"path": "/observe/logs/tail",
|
|
3845
|
-
"readOnly": true
|
|
3846
|
-
}
|
|
3847
|
-
},
|
|
3848
|
-
"traces": {
|
|
3849
|
-
"get": {
|
|
3850
|
-
"method": "GET",
|
|
3851
|
-
"params": [
|
|
3852
|
-
{
|
|
3853
|
-
"in": "path",
|
|
3854
|
-
"name": "traceId"
|
|
3855
|
-
}
|
|
3856
|
-
],
|
|
3857
|
-
"path": "/observe/traces/:traceId",
|
|
3858
|
-
"readOnly": true
|
|
3859
|
-
},
|
|
3860
|
-
"search": {
|
|
3861
|
-
"method": "GET",
|
|
3862
|
-
"params": [
|
|
3863
|
-
{
|
|
3864
|
-
"in": "query",
|
|
3865
|
-
"name": "environment"
|
|
3866
|
-
},
|
|
3867
|
-
{
|
|
3868
|
-
"in": "query",
|
|
3869
|
-
"name": "service"
|
|
3870
|
-
},
|
|
3871
|
-
{
|
|
3872
|
-
"in": "query",
|
|
3873
|
-
"name": "name"
|
|
3874
|
-
},
|
|
3875
|
-
{
|
|
3876
|
-
"in": "query",
|
|
3877
|
-
"name": "status"
|
|
3878
|
-
},
|
|
3879
|
-
{
|
|
3880
|
-
"in": "query",
|
|
3881
|
-
"name": "minDurationMs"
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"in": "query",
|
|
3885
|
-
"name": "maxDurationMs"
|
|
3886
|
-
},
|
|
3887
|
-
{
|
|
3888
|
-
"in": "query",
|
|
3889
|
-
"name": "traceId"
|
|
3890
|
-
},
|
|
3891
|
-
{
|
|
3892
|
-
"in": "query",
|
|
3893
|
-
"name": "from"
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"in": "query",
|
|
3897
|
-
"name": "to"
|
|
3898
|
-
},
|
|
3899
|
-
{
|
|
3900
|
-
"in": "query",
|
|
3901
|
-
"name": "limit"
|
|
3902
|
-
},
|
|
3903
|
-
{
|
|
3904
|
-
"in": "query",
|
|
3905
|
-
"name": "cursor"
|
|
3906
|
-
}
|
|
3907
|
-
],
|
|
3908
|
-
"path": "/observe/traces/search",
|
|
3909
|
-
"readOnly": true
|
|
3910
|
-
}
|
|
3911
|
-
},
|
|
3912
|
-
"webhooks": {
|
|
3913
|
-
"create": {
|
|
3914
|
-
"method": "POST",
|
|
3915
|
-
"params": [
|
|
3916
|
-
{
|
|
3917
|
-
"in": "body",
|
|
3918
|
-
"name": "url"
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"in": "body",
|
|
3922
|
-
"name": "description"
|
|
3923
|
-
}
|
|
3924
|
-
],
|
|
3925
|
-
"path": "/observe/webhooks",
|
|
3926
|
-
"readOnly": false
|
|
3927
|
-
},
|
|
3928
|
-
"delete": {
|
|
3929
|
-
"method": "DELETE",
|
|
3930
|
-
"params": [
|
|
3931
|
-
{
|
|
3932
|
-
"in": "path",
|
|
3933
|
-
"name": "id"
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"path": "/observe/webhooks/:id",
|
|
3937
|
-
"readOnly": false
|
|
3938
|
-
},
|
|
3939
|
-
"get": {
|
|
3940
|
-
"method": "GET",
|
|
3941
|
-
"params": [
|
|
3942
|
-
{
|
|
3943
|
-
"in": "path",
|
|
3944
|
-
"name": "id"
|
|
3945
|
-
}
|
|
3946
|
-
],
|
|
3947
|
-
"path": "/observe/webhooks/:id",
|
|
3948
|
-
"readOnly": true
|
|
3949
|
-
},
|
|
3950
|
-
"list": {
|
|
3951
|
-
"method": "GET",
|
|
3952
|
-
"path": "/observe/webhooks",
|
|
3953
|
-
"readOnly": true
|
|
3954
|
-
},
|
|
3955
|
-
"redeliver": {
|
|
3956
|
-
"method": "POST",
|
|
3957
|
-
"params": [
|
|
3958
|
-
{
|
|
3959
|
-
"in": "path",
|
|
3960
|
-
"name": "id"
|
|
3961
|
-
}
|
|
3962
|
-
],
|
|
3963
|
-
"path": "/observe/webhooks/deliveries/:id/redeliver",
|
|
3964
|
-
"readOnly": false
|
|
3965
|
-
},
|
|
3966
|
-
"update": {
|
|
3967
|
-
"method": "PATCH",
|
|
3968
|
-
"params": [
|
|
3969
|
-
{
|
|
3970
|
-
"in": "path",
|
|
3971
|
-
"name": "id"
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"in": "body",
|
|
3975
|
-
"name": "url"
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
"in": "body",
|
|
3979
|
-
"name": "active"
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
"in": "body",
|
|
3983
|
-
"name": "description"
|
|
3984
|
-
}
|
|
3985
|
-
],
|
|
3986
|
-
"path": "/observe/webhooks/:id",
|
|
3987
|
-
"readOnly": false
|
|
3988
|
-
}
|
|
3989
|
-
},
|
|
3990
|
-
"webhooks-deliveries": {
|
|
3991
|
-
"list": {
|
|
3992
|
-
"method": "GET",
|
|
3993
|
-
"params": [
|
|
3994
|
-
{
|
|
3995
|
-
"in": "query",
|
|
3996
|
-
"name": "webhookId"
|
|
3997
|
-
},
|
|
3998
|
-
{
|
|
3999
|
-
"in": "query",
|
|
4000
|
-
"name": "status"
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"in": "query",
|
|
4004
|
-
"name": "limit"
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"in": "query",
|
|
4008
|
-
"name": "offset"
|
|
4009
|
-
}
|
|
4010
|
-
],
|
|
4011
|
-
"path": "/observe/webhooks/deliveries",
|
|
4012
|
-
"readOnly": true
|
|
4013
|
-
}
|
|
4014
|
-
},
|
|
4015
|
-
"webhooks-rotate": {
|
|
4016
|
-
"secret": {
|
|
4017
|
-
"method": "POST",
|
|
4018
|
-
"params": [
|
|
4019
|
-
{
|
|
4020
|
-
"in": "path",
|
|
4021
|
-
"name": "id"
|
|
4022
|
-
}
|
|
4023
|
-
],
|
|
4024
|
-
"path": "/observe/webhooks/:id/rotate-secret",
|
|
4025
|
-
"readOnly": false
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
|
-
},
|
|
4029
|
-
"organization": {
|
|
4030
|
-
"$root": {
|
|
4031
|
-
"create": {
|
|
4032
|
-
"method": "POST",
|
|
4033
|
-
"params": [
|
|
4034
|
-
{
|
|
4035
|
-
"in": "body",
|
|
4036
|
-
"name": "name"
|
|
4037
|
-
},
|
|
4038
|
-
{
|
|
4039
|
-
"in": "body",
|
|
4040
|
-
"name": "legalName"
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"in": "body",
|
|
4044
|
-
"name": "ownerName"
|
|
4045
|
-
},
|
|
4046
|
-
{
|
|
4047
|
-
"in": "body",
|
|
4048
|
-
"name": "countryOfIncorporation"
|
|
4049
|
-
},
|
|
4050
|
-
{
|
|
4051
|
-
"in": "body",
|
|
4052
|
-
"name": "residencyCountry"
|
|
4053
|
-
},
|
|
4054
|
-
{
|
|
4055
|
-
"in": "body",
|
|
4056
|
-
"name": "beneficialOwners"
|
|
4057
|
-
},
|
|
4058
|
-
{
|
|
4059
|
-
"in": "body",
|
|
4060
|
-
"name": "ownershipConfirmed"
|
|
4061
|
-
}
|
|
4062
|
-
],
|
|
4063
|
-
"path": "/governance/api/v1/organizations",
|
|
4064
|
-
"readOnly": false
|
|
4065
|
-
},
|
|
4066
|
-
"list": {
|
|
4067
|
-
"method": "GET",
|
|
4068
|
-
"path": "/governance/api/v1/organizations",
|
|
4069
|
-
"readOnly": true
|
|
4070
|
-
},
|
|
4071
|
-
"select": {
|
|
4072
|
-
"method": "POST",
|
|
4073
|
-
"params": [
|
|
4074
|
-
{
|
|
4075
|
-
"in": "body",
|
|
4076
|
-
"name": "organizationId"
|
|
4077
|
-
}
|
|
4078
|
-
],
|
|
4079
|
-
"path": "/governance/api/v1/organizations/select",
|
|
4080
|
-
"readOnly": false
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
"auth": {
|
|
4084
|
-
"me": {
|
|
4085
|
-
"method": "GET",
|
|
4086
|
-
"path": "/governance/api/v1/auth/me",
|
|
4087
|
-
"readOnly": true
|
|
4088
|
-
}
|
|
4089
|
-
},
|
|
4090
|
-
"billing-budgets": {
|
|
4091
|
-
"get": {
|
|
4092
|
-
"method": "GET",
|
|
4093
|
-
"path": "/governance/api/v1/billing/budgets",
|
|
4094
|
-
"readOnly": true
|
|
4095
|
-
},
|
|
4096
|
-
"set": {
|
|
4097
|
-
"method": "PUT",
|
|
4098
|
-
"params": [
|
|
4099
|
-
{
|
|
4100
|
-
"in": "body",
|
|
4101
|
-
"name": "ceiling_minor"
|
|
4102
|
-
}
|
|
4103
|
-
],
|
|
4104
|
-
"path": "/governance/api/v1/billing/budgets",
|
|
4105
|
-
"readOnly": false
|
|
4106
|
-
}
|
|
4107
|
-
},
|
|
4108
|
-
"billing-caps": {
|
|
4109
|
-
"clear": {
|
|
4110
|
-
"method": "DELETE",
|
|
4111
|
-
"params": [
|
|
4112
|
-
{
|
|
4113
|
-
"in": "body",
|
|
4114
|
-
"name": "productId"
|
|
4115
|
-
}
|
|
4116
|
-
],
|
|
4117
|
-
"path": "/governance/api/v1/billing/budgets/cap",
|
|
4118
|
-
"readOnly": false
|
|
4119
|
-
},
|
|
4120
|
-
"set": {
|
|
4121
|
-
"method": "PUT",
|
|
4122
|
-
"params": [
|
|
4123
|
-
{
|
|
4124
|
-
"in": "body",
|
|
4125
|
-
"name": "productId"
|
|
4126
|
-
},
|
|
4127
|
-
{
|
|
4128
|
-
"in": "body",
|
|
4129
|
-
"name": "cap_minor"
|
|
4130
|
-
}
|
|
4131
|
-
],
|
|
4132
|
-
"path": "/governance/api/v1/billing/budgets/cap",
|
|
4133
|
-
"readOnly": false
|
|
4134
|
-
}
|
|
4135
|
-
},
|
|
4136
|
-
"bindings": {
|
|
4137
|
-
"list": {
|
|
4138
|
-
"method": "GET",
|
|
4139
|
-
"params": [
|
|
4140
|
-
{
|
|
4141
|
-
"in": "path",
|
|
4142
|
-
"name": "productId"
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
"in": "path",
|
|
4146
|
-
"name": "domainId"
|
|
4147
|
-
}
|
|
4148
|
-
],
|
|
4149
|
-
"path": "/governance/api/v1/products/:productId/domains/:domainId/bindings",
|
|
4150
|
-
"readOnly": true
|
|
4151
|
-
}
|
|
4152
|
-
},
|
|
4153
|
-
"clickup": {
|
|
4154
|
-
"install": {
|
|
4155
|
-
"method": "GET",
|
|
4156
|
-
"path": "/governance/api/v1/connectors/clickup/install",
|
|
4157
|
-
"readOnly": false
|
|
4158
|
-
},
|
|
4159
|
-
"list-installations": {
|
|
4160
|
-
"method": "GET",
|
|
4161
|
-
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
4162
|
-
"readOnly": true
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
"cloudflare": {
|
|
4166
|
-
"install": {
|
|
4167
|
-
"method": "GET",
|
|
4168
|
-
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
4169
|
-
"readOnly": false
|
|
4170
|
-
}
|
|
4171
|
-
},
|
|
4172
|
-
"connectors": {
|
|
4173
|
-
"approve-request": {
|
|
4174
|
-
"method": "POST",
|
|
4175
|
-
"params": [
|
|
4176
|
-
{
|
|
4177
|
-
"in": "path",
|
|
4178
|
-
"name": "id"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"in": "path",
|
|
4182
|
-
"name": "requestId"
|
|
4183
|
-
}
|
|
4184
|
-
],
|
|
4185
|
-
"path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
|
|
4186
|
-
"readOnly": false
|
|
4187
|
-
},
|
|
4188
|
-
"attach": {
|
|
4189
|
-
"method": "POST",
|
|
4190
|
-
"params": [
|
|
4191
|
-
{
|
|
4192
|
-
"in": "path",
|
|
4193
|
-
"name": "id"
|
|
4194
|
-
},
|
|
4195
|
-
{
|
|
4196
|
-
"in": "body",
|
|
4197
|
-
"name": "productIds"
|
|
4198
|
-
}
|
|
4199
|
-
],
|
|
4200
|
-
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
4201
|
-
"readOnly": false
|
|
4202
|
-
},
|
|
4203
|
-
"delete": {
|
|
4204
|
-
"method": "DELETE",
|
|
4205
|
-
"params": [
|
|
4206
|
-
{
|
|
4207
|
-
"in": "path",
|
|
4208
|
-
"name": "id"
|
|
4209
|
-
}
|
|
4210
|
-
],
|
|
4211
|
-
"path": "/governance/api/v1/connectors/:id/org",
|
|
4212
|
-
"readOnly": false
|
|
4213
|
-
},
|
|
4214
|
-
"deny-request": {
|
|
4215
|
-
"method": "POST",
|
|
4216
|
-
"params": [
|
|
4217
|
-
{
|
|
4218
|
-
"in": "path",
|
|
4219
|
-
"name": "id"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
"in": "path",
|
|
4223
|
-
"name": "requestId"
|
|
4224
|
-
}
|
|
4225
|
-
],
|
|
4226
|
-
"path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
|
|
4227
|
-
"readOnly": false
|
|
4228
|
-
},
|
|
4229
|
-
"detach": {
|
|
4230
|
-
"method": "DELETE",
|
|
4231
|
-
"params": [
|
|
4232
|
-
{
|
|
4233
|
-
"in": "path",
|
|
4234
|
-
"name": "id"
|
|
4235
|
-
},
|
|
4236
|
-
{
|
|
4237
|
-
"in": "path",
|
|
4238
|
-
"name": "productId"
|
|
4239
|
-
}
|
|
4240
|
-
],
|
|
4241
|
-
"path": "/governance/api/v1/connectors/:id/attachments/:productId",
|
|
4242
|
-
"readOnly": false
|
|
4243
|
-
},
|
|
4244
|
-
"list": {
|
|
4245
|
-
"method": "GET",
|
|
4246
|
-
"params": [
|
|
4247
|
-
{
|
|
4248
|
-
"in": "query",
|
|
4249
|
-
"name": "productId"
|
|
4250
|
-
}
|
|
4251
|
-
],
|
|
4252
|
-
"path": "/governance/api/v1/connectors/list",
|
|
4253
|
-
"readOnly": true
|
|
4254
|
-
},
|
|
4255
|
-
"list-attachments": {
|
|
4256
|
-
"method": "GET",
|
|
4257
|
-
"params": [
|
|
4258
|
-
{
|
|
4259
|
-
"in": "path",
|
|
4260
|
-
"name": "id"
|
|
4261
|
-
}
|
|
4262
|
-
],
|
|
4263
|
-
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
4264
|
-
"readOnly": true
|
|
4265
|
-
},
|
|
4266
|
-
"list-available": {
|
|
4267
|
-
"method": "GET",
|
|
4268
|
-
"params": [
|
|
4269
|
-
{
|
|
4270
|
-
"in": "query",
|
|
4271
|
-
"name": "productId"
|
|
4272
|
-
}
|
|
4273
|
-
],
|
|
4274
|
-
"path": "/governance/api/v1/connectors/available",
|
|
4275
|
-
"readOnly": true
|
|
4276
|
-
},
|
|
4277
|
-
"list-org": {
|
|
4278
|
-
"method": "GET",
|
|
4279
|
-
"params": [
|
|
4280
|
-
{
|
|
4281
|
-
"in": "path",
|
|
4282
|
-
"name": "organizationId"
|
|
4283
|
-
}
|
|
4284
|
-
],
|
|
4285
|
-
"path": "/governance/api/v1/organizations/:organizationId/connectors",
|
|
4286
|
-
"readOnly": true
|
|
4287
|
-
},
|
|
4288
|
-
"list-requests": {
|
|
4289
|
-
"method": "GET",
|
|
4290
|
-
"params": [
|
|
4291
|
-
{
|
|
4292
|
-
"in": "path",
|
|
4293
|
-
"name": "organizationId"
|
|
3889
|
+
"in": "path",
|
|
3890
|
+
"name": "organizationId"
|
|
4294
3891
|
},
|
|
4295
3892
|
{
|
|
4296
3893
|
"in": "query",
|
|
@@ -4679,6 +4276,17 @@ var bindings = {
|
|
|
4679
4276
|
}
|
|
4680
4277
|
},
|
|
4681
4278
|
"product": {
|
|
4279
|
+
"accept-invitation": {
|
|
4280
|
+
"method": "POST",
|
|
4281
|
+
"params": [
|
|
4282
|
+
{
|
|
4283
|
+
"in": "path",
|
|
4284
|
+
"name": "token"
|
|
4285
|
+
}
|
|
4286
|
+
],
|
|
4287
|
+
"path": "/governance/api/v1/invitations/:token/accept",
|
|
4288
|
+
"readOnly": false
|
|
4289
|
+
},
|
|
4682
4290
|
"create": {
|
|
4683
4291
|
"method": "POST",
|
|
4684
4292
|
"params": [
|
|
@@ -4698,6 +4306,25 @@ var bindings = {
|
|
|
4698
4306
|
"path": "/governance/api/v1/products",
|
|
4699
4307
|
"readOnly": false
|
|
4700
4308
|
},
|
|
4309
|
+
"invite": {
|
|
4310
|
+
"method": "POST",
|
|
4311
|
+
"params": [
|
|
4312
|
+
{
|
|
4313
|
+
"in": "path",
|
|
4314
|
+
"name": "productId"
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"in": "body",
|
|
4318
|
+
"name": "email"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"in": "body",
|
|
4322
|
+
"name": "role"
|
|
4323
|
+
}
|
|
4324
|
+
],
|
|
4325
|
+
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4326
|
+
"readOnly": false
|
|
4327
|
+
},
|
|
4701
4328
|
"list": {
|
|
4702
4329
|
"method": "GET",
|
|
4703
4330
|
"params": [
|
|
@@ -4709,7 +4336,7 @@ var bindings = {
|
|
|
4709
4336
|
"path": "/governance/api/v1/products",
|
|
4710
4337
|
"readOnly": true
|
|
4711
4338
|
},
|
|
4712
|
-
"list-
|
|
4339
|
+
"list-invitations": {
|
|
4713
4340
|
"method": "GET",
|
|
4714
4341
|
"params": [
|
|
4715
4342
|
{
|
|
@@ -4717,7 +4344,7 @@ var bindings = {
|
|
|
4717
4344
|
"name": "productId"
|
|
4718
4345
|
}
|
|
4719
4346
|
],
|
|
4720
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4347
|
+
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4721
4348
|
"readOnly": true
|
|
4722
4349
|
},
|
|
4723
4350
|
"list-members": {
|
|
@@ -4742,19 +4369,19 @@ var bindings = {
|
|
|
4742
4369
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4743
4370
|
"readOnly": true
|
|
4744
4371
|
},
|
|
4745
|
-
"revoke-
|
|
4746
|
-
"method": "
|
|
4372
|
+
"revoke-invitation": {
|
|
4373
|
+
"method": "POST",
|
|
4747
4374
|
"params": [
|
|
4748
4375
|
{
|
|
4749
|
-
"in": "
|
|
4376
|
+
"in": "body",
|
|
4750
4377
|
"name": "productId"
|
|
4751
4378
|
},
|
|
4752
4379
|
{
|
|
4753
|
-
"in": "
|
|
4754
|
-
"name": "
|
|
4380
|
+
"in": "body",
|
|
4381
|
+
"name": "invitationId"
|
|
4755
4382
|
}
|
|
4756
4383
|
],
|
|
4757
|
-
"path": "/governance/api/v1/products
|
|
4384
|
+
"path": "/governance/api/v1/products/revoke-invitation",
|
|
4758
4385
|
"readOnly": false
|
|
4759
4386
|
},
|
|
4760
4387
|
"select": {
|
|
@@ -4768,29 +4395,6 @@ var bindings = {
|
|
|
4768
4395
|
"path": "/governance/api/v1/products/select",
|
|
4769
4396
|
"readOnly": false
|
|
4770
4397
|
},
|
|
4771
|
-
"set-access": {
|
|
4772
|
-
"method": "PUT",
|
|
4773
|
-
"params": [
|
|
4774
|
-
{
|
|
4775
|
-
"in": "path",
|
|
4776
|
-
"name": "productId"
|
|
4777
|
-
},
|
|
4778
|
-
{
|
|
4779
|
-
"in": "path",
|
|
4780
|
-
"name": "userId"
|
|
4781
|
-
},
|
|
4782
|
-
{
|
|
4783
|
-
"in": "body",
|
|
4784
|
-
"name": "role"
|
|
4785
|
-
},
|
|
4786
|
-
{
|
|
4787
|
-
"in": "body",
|
|
4788
|
-
"name": "roleId"
|
|
4789
|
-
}
|
|
4790
|
-
],
|
|
4791
|
-
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4792
|
-
"readOnly": false
|
|
4793
|
-
},
|
|
4794
4398
|
"update": {
|
|
4795
4399
|
"method": "PATCH",
|
|
4796
4400
|
"params": [
|
|
@@ -4801,10 +4405,6 @@ var bindings = {
|
|
|
4801
4405
|
{
|
|
4802
4406
|
"in": "body",
|
|
4803
4407
|
"name": "name"
|
|
4804
|
-
},
|
|
4805
|
-
{
|
|
4806
|
-
"in": "body",
|
|
4807
|
-
"name": "description"
|
|
4808
4408
|
}
|
|
4809
4409
|
],
|
|
4810
4410
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4995,160 +4595,6 @@ var bindings = {
|
|
|
4995
4595
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4996
4596
|
"readOnly": false
|
|
4997
4597
|
}
|
|
4998
|
-
},
|
|
4999
|
-
"support-thread": {
|
|
5000
|
-
"create": {
|
|
5001
|
-
"method": "POST",
|
|
5002
|
-
"params": [
|
|
5003
|
-
{
|
|
5004
|
-
"in": "body",
|
|
5005
|
-
"name": "title"
|
|
5006
|
-
},
|
|
5007
|
-
{
|
|
5008
|
-
"in": "body",
|
|
5009
|
-
"name": "body"
|
|
5010
|
-
}
|
|
5011
|
-
],
|
|
5012
|
-
"path": "/governance/api/v1/support/threads",
|
|
5013
|
-
"readOnly": false
|
|
5014
|
-
},
|
|
5015
|
-
"get": {
|
|
5016
|
-
"method": "GET",
|
|
5017
|
-
"params": [
|
|
5018
|
-
{
|
|
5019
|
-
"in": "path",
|
|
5020
|
-
"name": "id"
|
|
5021
|
-
}
|
|
5022
|
-
],
|
|
5023
|
-
"path": "/governance/api/v1/support/threads/:id",
|
|
5024
|
-
"readOnly": true
|
|
5025
|
-
},
|
|
5026
|
-
"reply": {
|
|
5027
|
-
"method": "POST",
|
|
5028
|
-
"params": [
|
|
5029
|
-
{
|
|
5030
|
-
"in": "path",
|
|
5031
|
-
"name": "id"
|
|
5032
|
-
},
|
|
5033
|
-
{
|
|
5034
|
-
"in": "body",
|
|
5035
|
-
"name": "body"
|
|
5036
|
-
}
|
|
5037
|
-
],
|
|
5038
|
-
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
5039
|
-
"readOnly": false
|
|
5040
|
-
}
|
|
5041
|
-
},
|
|
5042
|
-
"support-threads": {
|
|
5043
|
-
"list": {
|
|
5044
|
-
"method": "GET",
|
|
5045
|
-
"path": "/governance/api/v1/support/threads",
|
|
5046
|
-
"readOnly": true
|
|
5047
|
-
}
|
|
5048
|
-
}
|
|
5049
|
-
},
|
|
5050
|
-
"playground": {
|
|
5051
|
-
"analytics": {
|
|
5052
|
-
"overview": {
|
|
5053
|
-
"method": "POST",
|
|
5054
|
-
"params": [
|
|
5055
|
-
{
|
|
5056
|
-
"in": "body",
|
|
5057
|
-
"name": "limit"
|
|
5058
|
-
}
|
|
5059
|
-
],
|
|
5060
|
-
"path": "/playground/analytics/overview",
|
|
5061
|
-
"readOnly": true
|
|
5062
|
-
}
|
|
5063
|
-
},
|
|
5064
|
-
"billing": {
|
|
5065
|
-
"entitlements": {
|
|
5066
|
-
"method": "POST",
|
|
5067
|
-
"path": "/playground/billing/entitlements",
|
|
5068
|
-
"readOnly": true
|
|
5069
|
-
},
|
|
5070
|
-
"record-usage": {
|
|
5071
|
-
"method": "POST",
|
|
5072
|
-
"params": [
|
|
5073
|
-
{
|
|
5074
|
-
"in": "body",
|
|
5075
|
-
"name": "value"
|
|
5076
|
-
}
|
|
5077
|
-
],
|
|
5078
|
-
"path": "/playground/billing/usage",
|
|
5079
|
-
"readOnly": false
|
|
5080
|
-
}
|
|
5081
|
-
},
|
|
5082
|
-
"clickup": {
|
|
5083
|
-
"create-task": {
|
|
5084
|
-
"method": "POST",
|
|
5085
|
-
"params": [
|
|
5086
|
-
{
|
|
5087
|
-
"in": "body",
|
|
5088
|
-
"name": "listId"
|
|
5089
|
-
},
|
|
5090
|
-
{
|
|
5091
|
-
"in": "body",
|
|
5092
|
-
"name": "name"
|
|
5093
|
-
}
|
|
5094
|
-
],
|
|
5095
|
-
"path": "/playground/clickup/tasks",
|
|
5096
|
-
"readOnly": false
|
|
5097
|
-
},
|
|
5098
|
-
"get-last-webhook": {
|
|
5099
|
-
"method": "GET",
|
|
5100
|
-
"path": "/playground/clickup/webhooks/last",
|
|
5101
|
-
"readOnly": true
|
|
5102
|
-
},
|
|
5103
|
-
"get-overview": {
|
|
5104
|
-
"method": "GET",
|
|
5105
|
-
"path": "/playground/clickup/overview",
|
|
5106
|
-
"readOnly": true
|
|
5107
|
-
}
|
|
5108
|
-
},
|
|
5109
|
-
"gdrive": {
|
|
5110
|
-
"get-last-change": {
|
|
5111
|
-
"method": "GET",
|
|
5112
|
-
"path": "/playground/gdrive/changes/last",
|
|
5113
|
-
"readOnly": true
|
|
5114
|
-
},
|
|
5115
|
-
"read-file": {
|
|
5116
|
-
"method": "POST",
|
|
5117
|
-
"params": [
|
|
5118
|
-
{
|
|
5119
|
-
"in": "body",
|
|
5120
|
-
"name": "fileId"
|
|
5121
|
-
}
|
|
5122
|
-
],
|
|
5123
|
-
"path": "/playground/gdrive/file",
|
|
5124
|
-
"readOnly": true
|
|
5125
|
-
}
|
|
5126
|
-
},
|
|
5127
|
-
"googleads": {
|
|
5128
|
-
"read-customer": {
|
|
5129
|
-
"method": "POST",
|
|
5130
|
-
"path": "/playground/googleads/customer",
|
|
5131
|
-
"readOnly": true
|
|
5132
|
-
}
|
|
5133
|
-
},
|
|
5134
|
-
"lifecycle": {
|
|
5135
|
-
"get-state": {
|
|
5136
|
-
"method": "GET",
|
|
5137
|
-
"path": "/playground/lifecycle/state",
|
|
5138
|
-
"readOnly": true
|
|
5139
|
-
},
|
|
5140
|
-
"list-events": {
|
|
5141
|
-
"method": "GET",
|
|
5142
|
-
"path": "/playground/lifecycle/events",
|
|
5143
|
-
"readOnly": true
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
|
-
"webhook": {
|
|
5147
|
-
"get-last": {
|
|
5148
|
-
"method": "GET",
|
|
5149
|
-
"path": "/playground/webhooks/last",
|
|
5150
|
-
"readOnly": true
|
|
5151
|
-
}
|
|
5152
4598
|
}
|
|
5153
4599
|
},
|
|
5154
4600
|
"realtime": {
|