@lessly/sdk-app 36.0.0 → 36.2.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-B78AtFRC.d.cts +41744 -0
- package/dist/client.gen-B78AtFRC.d.ts +41744 -0
- 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 +894 -215
- 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 +894 -215
- 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 +126 -0
- package/dist/observe/index.cjs.map +1 -0
- package/dist/observe/index.d.cts +100 -0
- package/dist/observe/index.d.ts +100 -0
- package/dist/observe/index.js +101 -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.cjs +25 -0
- package/dist/support/index.cjs.map +1 -1
- package/dist/support/index.d.cts +22 -2
- package/dist/support/index.d.ts +22 -2
- package/dist/support/index.js +21 -1
- package/dist/support/index.js.map +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 +894 -215
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +184 -17
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/observe/index.ts +3 -0
- package/src/gen/observe/queryOptions.gen.ts +161 -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/support/index.ts +1 -1
- package/src/gen/support/queryOptions.gen.ts +32 -0
- package/src/gen/types.gen.ts +20412 -1980
- package/dist/client.gen-BSiYBjET.d.cts +0 -21947
- package/dist/client.gen-BSiYBjET.d.ts +0 -21947
package/dist/index.cjs
CHANGED
|
@@ -823,19 +823,6 @@ 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
|
-
}
|
|
839
826
|
}
|
|
840
827
|
},
|
|
841
828
|
"consent": {
|
|
@@ -3623,219 +3610,133 @@ var bindings = {
|
|
|
3623
3610
|
}
|
|
3624
3611
|
}
|
|
3625
3612
|
},
|
|
3626
|
-
"
|
|
3627
|
-
"
|
|
3628
|
-
"
|
|
3629
|
-
"method": "
|
|
3613
|
+
"observe": {
|
|
3614
|
+
"artifacts": {
|
|
3615
|
+
"delete": {
|
|
3616
|
+
"method": "DELETE",
|
|
3630
3617
|
"params": [
|
|
3631
3618
|
{
|
|
3632
|
-
"in": "
|
|
3633
|
-
"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"
|
|
3619
|
+
"in": "path",
|
|
3620
|
+
"name": "id"
|
|
3658
3621
|
}
|
|
3659
3622
|
],
|
|
3660
|
-
"path": "/
|
|
3623
|
+
"path": "/observe/artifacts/:id",
|
|
3661
3624
|
"readOnly": false
|
|
3662
3625
|
},
|
|
3663
3626
|
"list": {
|
|
3664
3627
|
"method": "GET",
|
|
3665
|
-
"path": "/governance/api/v1/organizations",
|
|
3666
|
-
"readOnly": true
|
|
3667
|
-
},
|
|
3668
|
-
"select": {
|
|
3669
|
-
"method": "POST",
|
|
3670
3628
|
"params": [
|
|
3671
3629
|
{
|
|
3672
|
-
"in": "
|
|
3673
|
-
"name": "
|
|
3630
|
+
"in": "query",
|
|
3631
|
+
"name": "debugId"
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"in": "query",
|
|
3635
|
+
"name": "limit"
|
|
3674
3636
|
}
|
|
3675
3637
|
],
|
|
3676
|
-
"path": "/
|
|
3677
|
-
"readOnly": false
|
|
3678
|
-
}
|
|
3679
|
-
},
|
|
3680
|
-
"auth": {
|
|
3681
|
-
"me": {
|
|
3682
|
-
"method": "GET",
|
|
3683
|
-
"path": "/governance/api/v1/auth/me",
|
|
3684
|
-
"readOnly": true
|
|
3685
|
-
}
|
|
3686
|
-
},
|
|
3687
|
-
"billing-budgets": {
|
|
3688
|
-
"get": {
|
|
3689
|
-
"method": "GET",
|
|
3690
|
-
"path": "/governance/api/v1/billing/budgets",
|
|
3638
|
+
"path": "/observe/artifacts",
|
|
3691
3639
|
"readOnly": true
|
|
3692
3640
|
},
|
|
3693
|
-
"
|
|
3694
|
-
"method": "
|
|
3641
|
+
"resolve": {
|
|
3642
|
+
"method": "GET",
|
|
3695
3643
|
"params": [
|
|
3696
3644
|
{
|
|
3697
|
-
"in": "
|
|
3698
|
-
"name": "
|
|
3645
|
+
"in": "path",
|
|
3646
|
+
"name": "issueId"
|
|
3699
3647
|
}
|
|
3700
3648
|
],
|
|
3701
|
-
"path": "/
|
|
3702
|
-
"readOnly":
|
|
3649
|
+
"path": "/observe/artifacts/:issueId/resolve",
|
|
3650
|
+
"readOnly": true
|
|
3703
3651
|
}
|
|
3704
3652
|
},
|
|
3705
|
-
"
|
|
3706
|
-
"
|
|
3707
|
-
"method": "
|
|
3653
|
+
"issues": {
|
|
3654
|
+
"archive": {
|
|
3655
|
+
"method": "POST",
|
|
3708
3656
|
"params": [
|
|
3709
3657
|
{
|
|
3710
|
-
"in": "
|
|
3711
|
-
"name": "
|
|
3658
|
+
"in": "path",
|
|
3659
|
+
"name": "id"
|
|
3712
3660
|
}
|
|
3713
3661
|
],
|
|
3714
|
-
"path": "/
|
|
3662
|
+
"path": "/observe/issues/:id/archive",
|
|
3715
3663
|
"readOnly": false
|
|
3716
3664
|
},
|
|
3717
|
-
"
|
|
3718
|
-
"method": "
|
|
3665
|
+
"assign": {
|
|
3666
|
+
"method": "POST",
|
|
3719
3667
|
"params": [
|
|
3720
3668
|
{
|
|
3721
|
-
"in": "
|
|
3722
|
-
"name": "
|
|
3669
|
+
"in": "path",
|
|
3670
|
+
"name": "id"
|
|
3723
3671
|
},
|
|
3724
3672
|
{
|
|
3725
3673
|
"in": "body",
|
|
3726
|
-
"name": "
|
|
3674
|
+
"name": "assignee"
|
|
3727
3675
|
}
|
|
3728
3676
|
],
|
|
3729
|
-
"path": "/
|
|
3677
|
+
"path": "/observe/issues/:id/assign",
|
|
3730
3678
|
"readOnly": false
|
|
3731
|
-
}
|
|
3732
|
-
|
|
3733
|
-
"bindings": {
|
|
3734
|
-
"list": {
|
|
3679
|
+
},
|
|
3680
|
+
"get": {
|
|
3735
3681
|
"method": "GET",
|
|
3736
3682
|
"params": [
|
|
3737
3683
|
{
|
|
3738
3684
|
"in": "path",
|
|
3739
|
-
"name": "
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"in": "path",
|
|
3743
|
-
"name": "domainId"
|
|
3685
|
+
"name": "id"
|
|
3744
3686
|
}
|
|
3745
3687
|
],
|
|
3746
|
-
"path": "/
|
|
3688
|
+
"path": "/observe/issues/:id",
|
|
3747
3689
|
"readOnly": true
|
|
3748
|
-
}
|
|
3749
|
-
},
|
|
3750
|
-
"clickup": {
|
|
3751
|
-
"install": {
|
|
3752
|
-
"method": "GET",
|
|
3753
|
-
"path": "/governance/api/v1/connectors/clickup/install",
|
|
3754
|
-
"readOnly": false
|
|
3755
3690
|
},
|
|
3756
|
-
"list
|
|
3757
|
-
"method": "GET",
|
|
3758
|
-
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
3759
|
-
"readOnly": true
|
|
3760
|
-
}
|
|
3761
|
-
},
|
|
3762
|
-
"cloudflare": {
|
|
3763
|
-
"install": {
|
|
3691
|
+
"list": {
|
|
3764
3692
|
"method": "GET",
|
|
3765
|
-
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
3766
|
-
"readOnly": false
|
|
3767
|
-
}
|
|
3768
|
-
},
|
|
3769
|
-
"connectors": {
|
|
3770
|
-
"approve-request": {
|
|
3771
|
-
"method": "POST",
|
|
3772
3693
|
"params": [
|
|
3773
3694
|
{
|
|
3774
|
-
"in": "
|
|
3775
|
-
"name": "
|
|
3695
|
+
"in": "query",
|
|
3696
|
+
"name": "status"
|
|
3776
3697
|
},
|
|
3777
3698
|
{
|
|
3778
|
-
"in": "
|
|
3779
|
-
"name": "
|
|
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"
|
|
3699
|
+
"in": "query",
|
|
3700
|
+
"name": "assignee"
|
|
3791
3701
|
},
|
|
3792
3702
|
{
|
|
3793
|
-
"in": "
|
|
3794
|
-
"name": "
|
|
3703
|
+
"in": "query",
|
|
3704
|
+
"name": "limit"
|
|
3795
3705
|
}
|
|
3796
3706
|
],
|
|
3797
|
-
"path": "/
|
|
3798
|
-
"readOnly":
|
|
3707
|
+
"path": "/observe/issues",
|
|
3708
|
+
"readOnly": true
|
|
3799
3709
|
},
|
|
3800
|
-
"
|
|
3801
|
-
"method": "
|
|
3710
|
+
"resolve": {
|
|
3711
|
+
"method": "POST",
|
|
3802
3712
|
"params": [
|
|
3803
3713
|
{
|
|
3804
3714
|
"in": "path",
|
|
3805
3715
|
"name": "id"
|
|
3806
3716
|
}
|
|
3807
3717
|
],
|
|
3808
|
-
"path": "/
|
|
3718
|
+
"path": "/observe/issues/:id/resolve",
|
|
3809
3719
|
"readOnly": false
|
|
3810
|
-
}
|
|
3811
|
-
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
"keys": {
|
|
3723
|
+
"create": {
|
|
3812
3724
|
"method": "POST",
|
|
3813
3725
|
"params": [
|
|
3814
3726
|
{
|
|
3815
|
-
"in": "
|
|
3816
|
-
"name": "
|
|
3727
|
+
"in": "body",
|
|
3728
|
+
"name": "environment"
|
|
3817
3729
|
},
|
|
3818
3730
|
{
|
|
3819
|
-
"in": "
|
|
3820
|
-
"name": "
|
|
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"
|
|
3731
|
+
"in": "body",
|
|
3732
|
+
"name": "name"
|
|
3832
3733
|
},
|
|
3833
3734
|
{
|
|
3834
|
-
"in": "
|
|
3835
|
-
"name": "
|
|
3735
|
+
"in": "body",
|
|
3736
|
+
"name": "kind"
|
|
3836
3737
|
}
|
|
3837
3738
|
],
|
|
3838
|
-
"path": "/
|
|
3739
|
+
"path": "/observe/keys",
|
|
3839
3740
|
"readOnly": false
|
|
3840
3741
|
},
|
|
3841
3742
|
"list": {
|
|
@@ -3843,56 +3744,558 @@ var bindings = {
|
|
|
3843
3744
|
"params": [
|
|
3844
3745
|
{
|
|
3845
3746
|
"in": "query",
|
|
3846
|
-
"name": "
|
|
3747
|
+
"name": "environment"
|
|
3847
3748
|
}
|
|
3848
3749
|
],
|
|
3849
|
-
"path": "/
|
|
3750
|
+
"path": "/observe/keys",
|
|
3850
3751
|
"readOnly": true
|
|
3851
3752
|
},
|
|
3852
|
-
"
|
|
3853
|
-
"method": "
|
|
3753
|
+
"revoke": {
|
|
3754
|
+
"method": "POST",
|
|
3854
3755
|
"params": [
|
|
3855
3756
|
{
|
|
3856
3757
|
"in": "path",
|
|
3857
3758
|
"name": "id"
|
|
3858
3759
|
}
|
|
3859
3760
|
],
|
|
3860
|
-
"path": "/
|
|
3861
|
-
"readOnly":
|
|
3862
|
-
}
|
|
3863
|
-
|
|
3761
|
+
"path": "/observe/keys/:id/revoke",
|
|
3762
|
+
"readOnly": false
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
"logs": {
|
|
3766
|
+
"facets": {
|
|
3864
3767
|
"method": "GET",
|
|
3865
3768
|
"params": [
|
|
3866
3769
|
{
|
|
3867
3770
|
"in": "query",
|
|
3868
|
-
"name": "
|
|
3771
|
+
"name": "window"
|
|
3869
3772
|
}
|
|
3870
3773
|
],
|
|
3871
|
-
"path": "/
|
|
3774
|
+
"path": "/observe/logs/facets",
|
|
3872
3775
|
"readOnly": true
|
|
3873
3776
|
},
|
|
3874
|
-
"
|
|
3777
|
+
"search": {
|
|
3875
3778
|
"method": "GET",
|
|
3876
3779
|
"params": [
|
|
3877
3780
|
{
|
|
3878
|
-
"in": "
|
|
3879
|
-
"name": "
|
|
3781
|
+
"in": "query",
|
|
3782
|
+
"name": "environment"
|
|
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"
|
|
3880
3819
|
}
|
|
3881
3820
|
],
|
|
3882
|
-
"path": "/
|
|
3821
|
+
"path": "/observe/logs/search",
|
|
3883
3822
|
"readOnly": true
|
|
3884
3823
|
},
|
|
3885
|
-
"
|
|
3824
|
+
"tail": {
|
|
3886
3825
|
"method": "GET",
|
|
3887
3826
|
"params": [
|
|
3888
3827
|
{
|
|
3889
|
-
"in": "
|
|
3890
|
-
"name": "
|
|
3828
|
+
"in": "query",
|
|
3829
|
+
"name": "environment"
|
|
3891
3830
|
},
|
|
3892
3831
|
{
|
|
3893
3832
|
"in": "query",
|
|
3894
|
-
"name": "
|
|
3895
|
-
}
|
|
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"
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"in": "query",
|
|
4297
|
+
"name": "status"
|
|
4298
|
+
}
|
|
3896
4299
|
],
|
|
3897
4300
|
"path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
|
|
3898
4301
|
"readOnly": true
|
|
@@ -4276,17 +4679,6 @@ var bindings = {
|
|
|
4276
4679
|
}
|
|
4277
4680
|
},
|
|
4278
4681
|
"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
|
-
},
|
|
4290
4682
|
"create": {
|
|
4291
4683
|
"method": "POST",
|
|
4292
4684
|
"params": [
|
|
@@ -4306,25 +4698,6 @@ var bindings = {
|
|
|
4306
4698
|
"path": "/governance/api/v1/products",
|
|
4307
4699
|
"readOnly": false
|
|
4308
4700
|
},
|
|
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
|
-
},
|
|
4328
4701
|
"list": {
|
|
4329
4702
|
"method": "GET",
|
|
4330
4703
|
"params": [
|
|
@@ -4336,7 +4709,7 @@ var bindings = {
|
|
|
4336
4709
|
"path": "/governance/api/v1/products",
|
|
4337
4710
|
"readOnly": true
|
|
4338
4711
|
},
|
|
4339
|
-
"list-
|
|
4712
|
+
"list-access": {
|
|
4340
4713
|
"method": "GET",
|
|
4341
4714
|
"params": [
|
|
4342
4715
|
{
|
|
@@ -4344,7 +4717,7 @@ var bindings = {
|
|
|
4344
4717
|
"name": "productId"
|
|
4345
4718
|
}
|
|
4346
4719
|
],
|
|
4347
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4720
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4348
4721
|
"readOnly": true
|
|
4349
4722
|
},
|
|
4350
4723
|
"list-members": {
|
|
@@ -4369,19 +4742,19 @@ var bindings = {
|
|
|
4369
4742
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4370
4743
|
"readOnly": true
|
|
4371
4744
|
},
|
|
4372
|
-
"revoke-
|
|
4373
|
-
"method": "
|
|
4745
|
+
"revoke-access": {
|
|
4746
|
+
"method": "DELETE",
|
|
4374
4747
|
"params": [
|
|
4375
4748
|
{
|
|
4376
|
-
"in": "
|
|
4749
|
+
"in": "path",
|
|
4377
4750
|
"name": "productId"
|
|
4378
4751
|
},
|
|
4379
4752
|
{
|
|
4380
|
-
"in": "
|
|
4381
|
-
"name": "
|
|
4753
|
+
"in": "path",
|
|
4754
|
+
"name": "userId"
|
|
4382
4755
|
}
|
|
4383
4756
|
],
|
|
4384
|
-
"path": "/governance/api/v1/products/
|
|
4757
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4385
4758
|
"readOnly": false
|
|
4386
4759
|
},
|
|
4387
4760
|
"select": {
|
|
@@ -4395,6 +4768,29 @@ var bindings = {
|
|
|
4395
4768
|
"path": "/governance/api/v1/products/select",
|
|
4396
4769
|
"readOnly": false
|
|
4397
4770
|
},
|
|
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
|
+
},
|
|
4398
4794
|
"update": {
|
|
4399
4795
|
"method": "PATCH",
|
|
4400
4796
|
"params": [
|
|
@@ -4405,6 +4801,10 @@ var bindings = {
|
|
|
4405
4801
|
{
|
|
4406
4802
|
"in": "body",
|
|
4407
4803
|
"name": "name"
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"in": "body",
|
|
4807
|
+
"name": "description"
|
|
4408
4808
|
}
|
|
4409
4809
|
],
|
|
4410
4810
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4595,6 +4995,160 @@ var bindings = {
|
|
|
4595
4995
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4596
4996
|
"readOnly": false
|
|
4597
4997
|
}
|
|
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
|
+
}
|
|
4598
5152
|
}
|
|
4599
5153
|
},
|
|
4600
5154
|
"realtime": {
|
|
@@ -5353,6 +5907,131 @@ var bindings = {
|
|
|
5353
5907
|
"readOnly": true
|
|
5354
5908
|
}
|
|
5355
5909
|
},
|
|
5910
|
+
"rule": {
|
|
5911
|
+
"create": {
|
|
5912
|
+
"method": "POST",
|
|
5913
|
+
"params": [
|
|
5914
|
+
{
|
|
5915
|
+
"in": "body",
|
|
5916
|
+
"name": "surveyId"
|
|
5917
|
+
},
|
|
5918
|
+
{
|
|
5919
|
+
"in": "body",
|
|
5920
|
+
"name": "urlMatch"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"in": "body",
|
|
5924
|
+
"name": "trigger"
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"in": "body",
|
|
5928
|
+
"name": "frequency"
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"in": "body",
|
|
5932
|
+
"name": "device"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"in": "body",
|
|
5936
|
+
"name": "enabled"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"in": "body",
|
|
5940
|
+
"name": "attributeConditions"
|
|
5941
|
+
}
|
|
5942
|
+
],
|
|
5943
|
+
"path": "/support/rules",
|
|
5944
|
+
"readOnly": false
|
|
5945
|
+
},
|
|
5946
|
+
"delete": {
|
|
5947
|
+
"method": "DELETE",
|
|
5948
|
+
"params": [
|
|
5949
|
+
{
|
|
5950
|
+
"in": "path",
|
|
5951
|
+
"name": "id"
|
|
5952
|
+
}
|
|
5953
|
+
],
|
|
5954
|
+
"path": "/support/rules/:id",
|
|
5955
|
+
"readOnly": false
|
|
5956
|
+
},
|
|
5957
|
+
"get": {
|
|
5958
|
+
"method": "GET",
|
|
5959
|
+
"params": [
|
|
5960
|
+
{
|
|
5961
|
+
"in": "path",
|
|
5962
|
+
"name": "id"
|
|
5963
|
+
}
|
|
5964
|
+
],
|
|
5965
|
+
"path": "/support/rules/:id",
|
|
5966
|
+
"readOnly": true
|
|
5967
|
+
},
|
|
5968
|
+
"list": {
|
|
5969
|
+
"method": "GET",
|
|
5970
|
+
"params": [
|
|
5971
|
+
{
|
|
5972
|
+
"in": "query",
|
|
5973
|
+
"name": "surveyId"
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"in": "query",
|
|
5977
|
+
"name": "enabled"
|
|
5978
|
+
},
|
|
5979
|
+
{
|
|
5980
|
+
"in": "query",
|
|
5981
|
+
"name": "url"
|
|
5982
|
+
},
|
|
5983
|
+
{
|
|
5984
|
+
"in": "query",
|
|
5985
|
+
"name": "device"
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"in": "query",
|
|
5989
|
+
"name": "limit"
|
|
5990
|
+
},
|
|
5991
|
+
{
|
|
5992
|
+
"in": "query",
|
|
5993
|
+
"name": "offset"
|
|
5994
|
+
}
|
|
5995
|
+
],
|
|
5996
|
+
"path": "/support/rules",
|
|
5997
|
+
"readOnly": true
|
|
5998
|
+
},
|
|
5999
|
+
"update": {
|
|
6000
|
+
"method": "PATCH",
|
|
6001
|
+
"params": [
|
|
6002
|
+
{
|
|
6003
|
+
"in": "path",
|
|
6004
|
+
"name": "id"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
"in": "body",
|
|
6008
|
+
"name": "urlMatch"
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"in": "body",
|
|
6012
|
+
"name": "trigger"
|
|
6013
|
+
},
|
|
6014
|
+
{
|
|
6015
|
+
"in": "body",
|
|
6016
|
+
"name": "frequency"
|
|
6017
|
+
},
|
|
6018
|
+
{
|
|
6019
|
+
"in": "body",
|
|
6020
|
+
"name": "device"
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"in": "body",
|
|
6024
|
+
"name": "enabled"
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"in": "body",
|
|
6028
|
+
"name": "attributeConditions"
|
|
6029
|
+
}
|
|
6030
|
+
],
|
|
6031
|
+
"path": "/support/rules/:id",
|
|
6032
|
+
"readOnly": false
|
|
6033
|
+
}
|
|
6034
|
+
},
|
|
5356
6035
|
"status": {
|
|
5357
6036
|
"archive": {
|
|
5358
6037
|
"method": "POST",
|