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