@lessly/sdk-app 35.1.0 → 36.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +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-B_GMJlI1.d.cts → client.gen-BSiYBjET.d.cts} +255 -1651
- package/dist/{client.gen-B_GMJlI1.d.ts → client.gen-BSiYBjET.d.ts} +255 -1651
- 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 +51 -541
- 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 +51 -541
- 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 +51 -541
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +17 -159
- 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 -1654
- package/dist/observe/index.cjs +0 -116
- package/dist/observe/index.cjs.map +0 -1
- package/dist/observe/index.d.cts +0 -92
- package/dist/observe/index.d.ts +0 -92
- package/dist/observe/index.js +0 -93
- 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 -147
- 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,358 +3623,6 @@ var bindings = {
|
|
|
3610
3623
|
}
|
|
3611
3624
|
}
|
|
3612
3625
|
},
|
|
3613
|
-
"observe": {
|
|
3614
|
-
"artifacts": {
|
|
3615
|
-
"delete": {
|
|
3616
|
-
"method": "DELETE",
|
|
3617
|
-
"params": [
|
|
3618
|
-
{
|
|
3619
|
-
"in": "path",
|
|
3620
|
-
"name": "id"
|
|
3621
|
-
}
|
|
3622
|
-
],
|
|
3623
|
-
"path": "/observe/artifacts/:id",
|
|
3624
|
-
"readOnly": false
|
|
3625
|
-
},
|
|
3626
|
-
"list": {
|
|
3627
|
-
"method": "GET",
|
|
3628
|
-
"params": [
|
|
3629
|
-
{
|
|
3630
|
-
"in": "query",
|
|
3631
|
-
"name": "debugId"
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"in": "query",
|
|
3635
|
-
"name": "limit"
|
|
3636
|
-
}
|
|
3637
|
-
],
|
|
3638
|
-
"path": "/observe/artifacts",
|
|
3639
|
-
"readOnly": true
|
|
3640
|
-
},
|
|
3641
|
-
"resolve": {
|
|
3642
|
-
"method": "GET",
|
|
3643
|
-
"params": [
|
|
3644
|
-
{
|
|
3645
|
-
"in": "path",
|
|
3646
|
-
"name": "issueId"
|
|
3647
|
-
}
|
|
3648
|
-
],
|
|
3649
|
-
"path": "/observe/artifacts/:issueId/resolve",
|
|
3650
|
-
"readOnly": true
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
"issues": {
|
|
3654
|
-
"archive": {
|
|
3655
|
-
"method": "POST",
|
|
3656
|
-
"params": [
|
|
3657
|
-
{
|
|
3658
|
-
"in": "path",
|
|
3659
|
-
"name": "id"
|
|
3660
|
-
}
|
|
3661
|
-
],
|
|
3662
|
-
"path": "/observe/issues/:id/archive",
|
|
3663
|
-
"readOnly": false
|
|
3664
|
-
},
|
|
3665
|
-
"assign": {
|
|
3666
|
-
"method": "POST",
|
|
3667
|
-
"params": [
|
|
3668
|
-
{
|
|
3669
|
-
"in": "path",
|
|
3670
|
-
"name": "id"
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"in": "body",
|
|
3674
|
-
"name": "assignee"
|
|
3675
|
-
}
|
|
3676
|
-
],
|
|
3677
|
-
"path": "/observe/issues/:id/assign",
|
|
3678
|
-
"readOnly": false
|
|
3679
|
-
},
|
|
3680
|
-
"get": {
|
|
3681
|
-
"method": "GET",
|
|
3682
|
-
"params": [
|
|
3683
|
-
{
|
|
3684
|
-
"in": "path",
|
|
3685
|
-
"name": "id"
|
|
3686
|
-
}
|
|
3687
|
-
],
|
|
3688
|
-
"path": "/observe/issues/:id",
|
|
3689
|
-
"readOnly": true
|
|
3690
|
-
},
|
|
3691
|
-
"list": {
|
|
3692
|
-
"method": "GET",
|
|
3693
|
-
"params": [
|
|
3694
|
-
{
|
|
3695
|
-
"in": "query",
|
|
3696
|
-
"name": "status"
|
|
3697
|
-
},
|
|
3698
|
-
{
|
|
3699
|
-
"in": "query",
|
|
3700
|
-
"name": "assignee"
|
|
3701
|
-
},
|
|
3702
|
-
{
|
|
3703
|
-
"in": "query",
|
|
3704
|
-
"name": "limit"
|
|
3705
|
-
}
|
|
3706
|
-
],
|
|
3707
|
-
"path": "/observe/issues",
|
|
3708
|
-
"readOnly": true
|
|
3709
|
-
},
|
|
3710
|
-
"resolve": {
|
|
3711
|
-
"method": "POST",
|
|
3712
|
-
"params": [
|
|
3713
|
-
{
|
|
3714
|
-
"in": "path",
|
|
3715
|
-
"name": "id"
|
|
3716
|
-
}
|
|
3717
|
-
],
|
|
3718
|
-
"path": "/observe/issues/:id/resolve",
|
|
3719
|
-
"readOnly": false
|
|
3720
|
-
}
|
|
3721
|
-
},
|
|
3722
|
-
"keys": {
|
|
3723
|
-
"create": {
|
|
3724
|
-
"method": "POST",
|
|
3725
|
-
"params": [
|
|
3726
|
-
{
|
|
3727
|
-
"in": "body",
|
|
3728
|
-
"name": "environment"
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"in": "body",
|
|
3732
|
-
"name": "name"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"in": "body",
|
|
3736
|
-
"name": "kind"
|
|
3737
|
-
}
|
|
3738
|
-
],
|
|
3739
|
-
"path": "/observe/keys",
|
|
3740
|
-
"readOnly": false
|
|
3741
|
-
},
|
|
3742
|
-
"list": {
|
|
3743
|
-
"method": "GET",
|
|
3744
|
-
"params": [
|
|
3745
|
-
{
|
|
3746
|
-
"in": "query",
|
|
3747
|
-
"name": "environment"
|
|
3748
|
-
}
|
|
3749
|
-
],
|
|
3750
|
-
"path": "/observe/keys",
|
|
3751
|
-
"readOnly": true
|
|
3752
|
-
},
|
|
3753
|
-
"revoke": {
|
|
3754
|
-
"method": "POST",
|
|
3755
|
-
"params": [
|
|
3756
|
-
{
|
|
3757
|
-
"in": "path",
|
|
3758
|
-
"name": "id"
|
|
3759
|
-
}
|
|
3760
|
-
],
|
|
3761
|
-
"path": "/observe/keys/:id/revoke",
|
|
3762
|
-
"readOnly": false
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
|
-
"logs": {
|
|
3766
|
-
"facets": {
|
|
3767
|
-
"method": "GET",
|
|
3768
|
-
"params": [
|
|
3769
|
-
{
|
|
3770
|
-
"in": "query",
|
|
3771
|
-
"name": "window"
|
|
3772
|
-
}
|
|
3773
|
-
],
|
|
3774
|
-
"path": "/observe/logs/facets",
|
|
3775
|
-
"readOnly": true
|
|
3776
|
-
},
|
|
3777
|
-
"search": {
|
|
3778
|
-
"method": "GET",
|
|
3779
|
-
"params": [
|
|
3780
|
-
{
|
|
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"
|
|
3819
|
-
}
|
|
3820
|
-
],
|
|
3821
|
-
"path": "/observe/logs/search",
|
|
3822
|
-
"readOnly": true
|
|
3823
|
-
},
|
|
3824
|
-
"tail": {
|
|
3825
|
-
"method": "GET",
|
|
3826
|
-
"params": [
|
|
3827
|
-
{
|
|
3828
|
-
"in": "query",
|
|
3829
|
-
"name": "environment"
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"in": "query",
|
|
3833
|
-
"name": "service"
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"in": "query",
|
|
3837
|
-
"name": "severityIn"
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"in": "query",
|
|
3841
|
-
"name": "cursor"
|
|
3842
|
-
}
|
|
3843
|
-
],
|
|
3844
|
-
"path": "/observe/logs/tail",
|
|
3845
|
-
"readOnly": true
|
|
3846
|
-
}
|
|
3847
|
-
},
|
|
3848
|
-
"webhooks": {
|
|
3849
|
-
"create": {
|
|
3850
|
-
"method": "POST",
|
|
3851
|
-
"params": [
|
|
3852
|
-
{
|
|
3853
|
-
"in": "body",
|
|
3854
|
-
"name": "url"
|
|
3855
|
-
},
|
|
3856
|
-
{
|
|
3857
|
-
"in": "body",
|
|
3858
|
-
"name": "description"
|
|
3859
|
-
}
|
|
3860
|
-
],
|
|
3861
|
-
"path": "/observe/webhooks",
|
|
3862
|
-
"readOnly": false
|
|
3863
|
-
},
|
|
3864
|
-
"delete": {
|
|
3865
|
-
"method": "DELETE",
|
|
3866
|
-
"params": [
|
|
3867
|
-
{
|
|
3868
|
-
"in": "path",
|
|
3869
|
-
"name": "id"
|
|
3870
|
-
}
|
|
3871
|
-
],
|
|
3872
|
-
"path": "/observe/webhooks/:id",
|
|
3873
|
-
"readOnly": false
|
|
3874
|
-
},
|
|
3875
|
-
"get": {
|
|
3876
|
-
"method": "GET",
|
|
3877
|
-
"params": [
|
|
3878
|
-
{
|
|
3879
|
-
"in": "path",
|
|
3880
|
-
"name": "id"
|
|
3881
|
-
}
|
|
3882
|
-
],
|
|
3883
|
-
"path": "/observe/webhooks/:id",
|
|
3884
|
-
"readOnly": true
|
|
3885
|
-
},
|
|
3886
|
-
"list": {
|
|
3887
|
-
"method": "GET",
|
|
3888
|
-
"path": "/observe/webhooks",
|
|
3889
|
-
"readOnly": true
|
|
3890
|
-
},
|
|
3891
|
-
"redeliver": {
|
|
3892
|
-
"method": "POST",
|
|
3893
|
-
"params": [
|
|
3894
|
-
{
|
|
3895
|
-
"in": "path",
|
|
3896
|
-
"name": "id"
|
|
3897
|
-
}
|
|
3898
|
-
],
|
|
3899
|
-
"path": "/observe/webhooks/deliveries/:id/redeliver",
|
|
3900
|
-
"readOnly": false
|
|
3901
|
-
},
|
|
3902
|
-
"update": {
|
|
3903
|
-
"method": "PATCH",
|
|
3904
|
-
"params": [
|
|
3905
|
-
{
|
|
3906
|
-
"in": "path",
|
|
3907
|
-
"name": "id"
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"in": "body",
|
|
3911
|
-
"name": "url"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"in": "body",
|
|
3915
|
-
"name": "active"
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"in": "body",
|
|
3919
|
-
"name": "description"
|
|
3920
|
-
}
|
|
3921
|
-
],
|
|
3922
|
-
"path": "/observe/webhooks/:id",
|
|
3923
|
-
"readOnly": false
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
|
-
"webhooks-deliveries": {
|
|
3927
|
-
"list": {
|
|
3928
|
-
"method": "GET",
|
|
3929
|
-
"params": [
|
|
3930
|
-
{
|
|
3931
|
-
"in": "query",
|
|
3932
|
-
"name": "webhookId"
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"in": "query",
|
|
3936
|
-
"name": "status"
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
"in": "query",
|
|
3940
|
-
"name": "limit"
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"in": "query",
|
|
3944
|
-
"name": "offset"
|
|
3945
|
-
}
|
|
3946
|
-
],
|
|
3947
|
-
"path": "/observe/webhooks/deliveries",
|
|
3948
|
-
"readOnly": true
|
|
3949
|
-
}
|
|
3950
|
-
},
|
|
3951
|
-
"webhooks-rotate": {
|
|
3952
|
-
"secret": {
|
|
3953
|
-
"method": "POST",
|
|
3954
|
-
"params": [
|
|
3955
|
-
{
|
|
3956
|
-
"in": "path",
|
|
3957
|
-
"name": "id"
|
|
3958
|
-
}
|
|
3959
|
-
],
|
|
3960
|
-
"path": "/observe/webhooks/:id/rotate-secret",
|
|
3961
|
-
"readOnly": false
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
3626
|
"organization": {
|
|
3966
3627
|
"$root": {
|
|
3967
3628
|
"create": {
|
|
@@ -4615,6 +4276,17 @@ var bindings = {
|
|
|
4615
4276
|
}
|
|
4616
4277
|
},
|
|
4617
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
|
+
},
|
|
4618
4290
|
"create": {
|
|
4619
4291
|
"method": "POST",
|
|
4620
4292
|
"params": [
|
|
@@ -4634,6 +4306,25 @@ var bindings = {
|
|
|
4634
4306
|
"path": "/governance/api/v1/products",
|
|
4635
4307
|
"readOnly": false
|
|
4636
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
|
+
},
|
|
4637
4328
|
"list": {
|
|
4638
4329
|
"method": "GET",
|
|
4639
4330
|
"params": [
|
|
@@ -4645,7 +4336,7 @@ var bindings = {
|
|
|
4645
4336
|
"path": "/governance/api/v1/products",
|
|
4646
4337
|
"readOnly": true
|
|
4647
4338
|
},
|
|
4648
|
-
"list-
|
|
4339
|
+
"list-invitations": {
|
|
4649
4340
|
"method": "GET",
|
|
4650
4341
|
"params": [
|
|
4651
4342
|
{
|
|
@@ -4653,7 +4344,7 @@ var bindings = {
|
|
|
4653
4344
|
"name": "productId"
|
|
4654
4345
|
}
|
|
4655
4346
|
],
|
|
4656
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4347
|
+
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4657
4348
|
"readOnly": true
|
|
4658
4349
|
},
|
|
4659
4350
|
"list-members": {
|
|
@@ -4678,19 +4369,19 @@ var bindings = {
|
|
|
4678
4369
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4679
4370
|
"readOnly": true
|
|
4680
4371
|
},
|
|
4681
|
-
"revoke-
|
|
4682
|
-
"method": "
|
|
4372
|
+
"revoke-invitation": {
|
|
4373
|
+
"method": "POST",
|
|
4683
4374
|
"params": [
|
|
4684
4375
|
{
|
|
4685
|
-
"in": "
|
|
4376
|
+
"in": "body",
|
|
4686
4377
|
"name": "productId"
|
|
4687
4378
|
},
|
|
4688
4379
|
{
|
|
4689
|
-
"in": "
|
|
4690
|
-
"name": "
|
|
4380
|
+
"in": "body",
|
|
4381
|
+
"name": "invitationId"
|
|
4691
4382
|
}
|
|
4692
4383
|
],
|
|
4693
|
-
"path": "/governance/api/v1/products
|
|
4384
|
+
"path": "/governance/api/v1/products/revoke-invitation",
|
|
4694
4385
|
"readOnly": false
|
|
4695
4386
|
},
|
|
4696
4387
|
"select": {
|
|
@@ -4704,29 +4395,6 @@ var bindings = {
|
|
|
4704
4395
|
"path": "/governance/api/v1/products/select",
|
|
4705
4396
|
"readOnly": false
|
|
4706
4397
|
},
|
|
4707
|
-
"set-access": {
|
|
4708
|
-
"method": "PUT",
|
|
4709
|
-
"params": [
|
|
4710
|
-
{
|
|
4711
|
-
"in": "path",
|
|
4712
|
-
"name": "productId"
|
|
4713
|
-
},
|
|
4714
|
-
{
|
|
4715
|
-
"in": "path",
|
|
4716
|
-
"name": "userId"
|
|
4717
|
-
},
|
|
4718
|
-
{
|
|
4719
|
-
"in": "body",
|
|
4720
|
-
"name": "role"
|
|
4721
|
-
},
|
|
4722
|
-
{
|
|
4723
|
-
"in": "body",
|
|
4724
|
-
"name": "roleId"
|
|
4725
|
-
}
|
|
4726
|
-
],
|
|
4727
|
-
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4728
|
-
"readOnly": false
|
|
4729
|
-
},
|
|
4730
4398
|
"update": {
|
|
4731
4399
|
"method": "PATCH",
|
|
4732
4400
|
"params": [
|
|
@@ -4737,10 +4405,6 @@ var bindings = {
|
|
|
4737
4405
|
{
|
|
4738
4406
|
"in": "body",
|
|
4739
4407
|
"name": "name"
|
|
4740
|
-
},
|
|
4741
|
-
{
|
|
4742
|
-
"in": "body",
|
|
4743
|
-
"name": "description"
|
|
4744
4408
|
}
|
|
4745
4409
|
],
|
|
4746
4410
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4931,160 +4595,6 @@ var bindings = {
|
|
|
4931
4595
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4932
4596
|
"readOnly": false
|
|
4933
4597
|
}
|
|
4934
|
-
},
|
|
4935
|
-
"support-thread": {
|
|
4936
|
-
"create": {
|
|
4937
|
-
"method": "POST",
|
|
4938
|
-
"params": [
|
|
4939
|
-
{
|
|
4940
|
-
"in": "body",
|
|
4941
|
-
"name": "title"
|
|
4942
|
-
},
|
|
4943
|
-
{
|
|
4944
|
-
"in": "body",
|
|
4945
|
-
"name": "body"
|
|
4946
|
-
}
|
|
4947
|
-
],
|
|
4948
|
-
"path": "/governance/api/v1/support/threads",
|
|
4949
|
-
"readOnly": false
|
|
4950
|
-
},
|
|
4951
|
-
"get": {
|
|
4952
|
-
"method": "GET",
|
|
4953
|
-
"params": [
|
|
4954
|
-
{
|
|
4955
|
-
"in": "path",
|
|
4956
|
-
"name": "id"
|
|
4957
|
-
}
|
|
4958
|
-
],
|
|
4959
|
-
"path": "/governance/api/v1/support/threads/:id",
|
|
4960
|
-
"readOnly": true
|
|
4961
|
-
},
|
|
4962
|
-
"reply": {
|
|
4963
|
-
"method": "POST",
|
|
4964
|
-
"params": [
|
|
4965
|
-
{
|
|
4966
|
-
"in": "path",
|
|
4967
|
-
"name": "id"
|
|
4968
|
-
},
|
|
4969
|
-
{
|
|
4970
|
-
"in": "body",
|
|
4971
|
-
"name": "body"
|
|
4972
|
-
}
|
|
4973
|
-
],
|
|
4974
|
-
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
4975
|
-
"readOnly": false
|
|
4976
|
-
}
|
|
4977
|
-
},
|
|
4978
|
-
"support-threads": {
|
|
4979
|
-
"list": {
|
|
4980
|
-
"method": "GET",
|
|
4981
|
-
"path": "/governance/api/v1/support/threads",
|
|
4982
|
-
"readOnly": true
|
|
4983
|
-
}
|
|
4984
|
-
}
|
|
4985
|
-
},
|
|
4986
|
-
"playground": {
|
|
4987
|
-
"analytics": {
|
|
4988
|
-
"overview": {
|
|
4989
|
-
"method": "POST",
|
|
4990
|
-
"params": [
|
|
4991
|
-
{
|
|
4992
|
-
"in": "body",
|
|
4993
|
-
"name": "limit"
|
|
4994
|
-
}
|
|
4995
|
-
],
|
|
4996
|
-
"path": "/playground/analytics/overview",
|
|
4997
|
-
"readOnly": true
|
|
4998
|
-
}
|
|
4999
|
-
},
|
|
5000
|
-
"billing": {
|
|
5001
|
-
"entitlements": {
|
|
5002
|
-
"method": "POST",
|
|
5003
|
-
"path": "/playground/billing/entitlements",
|
|
5004
|
-
"readOnly": true
|
|
5005
|
-
},
|
|
5006
|
-
"record-usage": {
|
|
5007
|
-
"method": "POST",
|
|
5008
|
-
"params": [
|
|
5009
|
-
{
|
|
5010
|
-
"in": "body",
|
|
5011
|
-
"name": "value"
|
|
5012
|
-
}
|
|
5013
|
-
],
|
|
5014
|
-
"path": "/playground/billing/usage",
|
|
5015
|
-
"readOnly": false
|
|
5016
|
-
}
|
|
5017
|
-
},
|
|
5018
|
-
"clickup": {
|
|
5019
|
-
"create-task": {
|
|
5020
|
-
"method": "POST",
|
|
5021
|
-
"params": [
|
|
5022
|
-
{
|
|
5023
|
-
"in": "body",
|
|
5024
|
-
"name": "listId"
|
|
5025
|
-
},
|
|
5026
|
-
{
|
|
5027
|
-
"in": "body",
|
|
5028
|
-
"name": "name"
|
|
5029
|
-
}
|
|
5030
|
-
],
|
|
5031
|
-
"path": "/playground/clickup/tasks",
|
|
5032
|
-
"readOnly": false
|
|
5033
|
-
},
|
|
5034
|
-
"get-last-webhook": {
|
|
5035
|
-
"method": "GET",
|
|
5036
|
-
"path": "/playground/clickup/webhooks/last",
|
|
5037
|
-
"readOnly": true
|
|
5038
|
-
},
|
|
5039
|
-
"get-overview": {
|
|
5040
|
-
"method": "GET",
|
|
5041
|
-
"path": "/playground/clickup/overview",
|
|
5042
|
-
"readOnly": true
|
|
5043
|
-
}
|
|
5044
|
-
},
|
|
5045
|
-
"gdrive": {
|
|
5046
|
-
"get-last-change": {
|
|
5047
|
-
"method": "GET",
|
|
5048
|
-
"path": "/playground/gdrive/changes/last",
|
|
5049
|
-
"readOnly": true
|
|
5050
|
-
},
|
|
5051
|
-
"read-file": {
|
|
5052
|
-
"method": "POST",
|
|
5053
|
-
"params": [
|
|
5054
|
-
{
|
|
5055
|
-
"in": "body",
|
|
5056
|
-
"name": "fileId"
|
|
5057
|
-
}
|
|
5058
|
-
],
|
|
5059
|
-
"path": "/playground/gdrive/file",
|
|
5060
|
-
"readOnly": true
|
|
5061
|
-
}
|
|
5062
|
-
},
|
|
5063
|
-
"googleads": {
|
|
5064
|
-
"read-customer": {
|
|
5065
|
-
"method": "POST",
|
|
5066
|
-
"path": "/playground/googleads/customer",
|
|
5067
|
-
"readOnly": true
|
|
5068
|
-
}
|
|
5069
|
-
},
|
|
5070
|
-
"lifecycle": {
|
|
5071
|
-
"get-state": {
|
|
5072
|
-
"method": "GET",
|
|
5073
|
-
"path": "/playground/lifecycle/state",
|
|
5074
|
-
"readOnly": true
|
|
5075
|
-
},
|
|
5076
|
-
"list-events": {
|
|
5077
|
-
"method": "GET",
|
|
5078
|
-
"path": "/playground/lifecycle/events",
|
|
5079
|
-
"readOnly": true
|
|
5080
|
-
}
|
|
5081
|
-
},
|
|
5082
|
-
"webhook": {
|
|
5083
|
-
"get-last": {
|
|
5084
|
-
"method": "GET",
|
|
5085
|
-
"path": "/playground/webhooks/last",
|
|
5086
|
-
"readOnly": true
|
|
5087
|
-
}
|
|
5088
4598
|
}
|
|
5089
4599
|
},
|
|
5090
4600
|
"realtime": {
|