@lessly/sdk-app 36.2.0 → 37.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-B78AtFRC.d.cts → client.gen-C7SVQnZq.d.cts} +94 -1596
- package/dist/{client.gen-B78AtFRC.d.ts → client.gen-C7SVQnZq.d.ts} +94 -1596
- 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 +13 -520
- 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 +13 -520
- 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.d.cts +1 -1
- package/dist/organization/index.d.ts +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 +13 -520
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -142
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +190 -1704
- 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.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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,422 +3621,6 @@ var bindings = {
|
|
|
3608
3621
|
}
|
|
3609
3622
|
}
|
|
3610
3623
|
},
|
|
3611
|
-
"observe": {
|
|
3612
|
-
"artifacts": {
|
|
3613
|
-
"delete": {
|
|
3614
|
-
"method": "DELETE",
|
|
3615
|
-
"params": [
|
|
3616
|
-
{
|
|
3617
|
-
"in": "path",
|
|
3618
|
-
"name": "id"
|
|
3619
|
-
}
|
|
3620
|
-
],
|
|
3621
|
-
"path": "/observe/artifacts/:id",
|
|
3622
|
-
"readOnly": false
|
|
3623
|
-
},
|
|
3624
|
-
"list": {
|
|
3625
|
-
"method": "GET",
|
|
3626
|
-
"params": [
|
|
3627
|
-
{
|
|
3628
|
-
"in": "query",
|
|
3629
|
-
"name": "debugId"
|
|
3630
|
-
},
|
|
3631
|
-
{
|
|
3632
|
-
"in": "query",
|
|
3633
|
-
"name": "limit"
|
|
3634
|
-
}
|
|
3635
|
-
],
|
|
3636
|
-
"path": "/observe/artifacts",
|
|
3637
|
-
"readOnly": true
|
|
3638
|
-
},
|
|
3639
|
-
"resolve": {
|
|
3640
|
-
"method": "GET",
|
|
3641
|
-
"params": [
|
|
3642
|
-
{
|
|
3643
|
-
"in": "path",
|
|
3644
|
-
"name": "issueId"
|
|
3645
|
-
}
|
|
3646
|
-
],
|
|
3647
|
-
"path": "/observe/artifacts/:issueId/resolve",
|
|
3648
|
-
"readOnly": true
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
"issues": {
|
|
3652
|
-
"archive": {
|
|
3653
|
-
"method": "POST",
|
|
3654
|
-
"params": [
|
|
3655
|
-
{
|
|
3656
|
-
"in": "path",
|
|
3657
|
-
"name": "id"
|
|
3658
|
-
}
|
|
3659
|
-
],
|
|
3660
|
-
"path": "/observe/issues/:id/archive",
|
|
3661
|
-
"readOnly": false
|
|
3662
|
-
},
|
|
3663
|
-
"assign": {
|
|
3664
|
-
"method": "POST",
|
|
3665
|
-
"params": [
|
|
3666
|
-
{
|
|
3667
|
-
"in": "path",
|
|
3668
|
-
"name": "id"
|
|
3669
|
-
},
|
|
3670
|
-
{
|
|
3671
|
-
"in": "body",
|
|
3672
|
-
"name": "assignee"
|
|
3673
|
-
}
|
|
3674
|
-
],
|
|
3675
|
-
"path": "/observe/issues/:id/assign",
|
|
3676
|
-
"readOnly": false
|
|
3677
|
-
},
|
|
3678
|
-
"get": {
|
|
3679
|
-
"method": "GET",
|
|
3680
|
-
"params": [
|
|
3681
|
-
{
|
|
3682
|
-
"in": "path",
|
|
3683
|
-
"name": "id"
|
|
3684
|
-
}
|
|
3685
|
-
],
|
|
3686
|
-
"path": "/observe/issues/:id",
|
|
3687
|
-
"readOnly": true
|
|
3688
|
-
},
|
|
3689
|
-
"list": {
|
|
3690
|
-
"method": "GET",
|
|
3691
|
-
"params": [
|
|
3692
|
-
{
|
|
3693
|
-
"in": "query",
|
|
3694
|
-
"name": "status"
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"in": "query",
|
|
3698
|
-
"name": "assignee"
|
|
3699
|
-
},
|
|
3700
|
-
{
|
|
3701
|
-
"in": "query",
|
|
3702
|
-
"name": "limit"
|
|
3703
|
-
}
|
|
3704
|
-
],
|
|
3705
|
-
"path": "/observe/issues",
|
|
3706
|
-
"readOnly": true
|
|
3707
|
-
},
|
|
3708
|
-
"resolve": {
|
|
3709
|
-
"method": "POST",
|
|
3710
|
-
"params": [
|
|
3711
|
-
{
|
|
3712
|
-
"in": "path",
|
|
3713
|
-
"name": "id"
|
|
3714
|
-
}
|
|
3715
|
-
],
|
|
3716
|
-
"path": "/observe/issues/:id/resolve",
|
|
3717
|
-
"readOnly": false
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
|
-
"keys": {
|
|
3721
|
-
"create": {
|
|
3722
|
-
"method": "POST",
|
|
3723
|
-
"params": [
|
|
3724
|
-
{
|
|
3725
|
-
"in": "body",
|
|
3726
|
-
"name": "environment"
|
|
3727
|
-
},
|
|
3728
|
-
{
|
|
3729
|
-
"in": "body",
|
|
3730
|
-
"name": "name"
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"in": "body",
|
|
3734
|
-
"name": "kind"
|
|
3735
|
-
}
|
|
3736
|
-
],
|
|
3737
|
-
"path": "/observe/keys",
|
|
3738
|
-
"readOnly": false
|
|
3739
|
-
},
|
|
3740
|
-
"list": {
|
|
3741
|
-
"method": "GET",
|
|
3742
|
-
"params": [
|
|
3743
|
-
{
|
|
3744
|
-
"in": "query",
|
|
3745
|
-
"name": "environment"
|
|
3746
|
-
}
|
|
3747
|
-
],
|
|
3748
|
-
"path": "/observe/keys",
|
|
3749
|
-
"readOnly": true
|
|
3750
|
-
},
|
|
3751
|
-
"revoke": {
|
|
3752
|
-
"method": "POST",
|
|
3753
|
-
"params": [
|
|
3754
|
-
{
|
|
3755
|
-
"in": "path",
|
|
3756
|
-
"name": "id"
|
|
3757
|
-
}
|
|
3758
|
-
],
|
|
3759
|
-
"path": "/observe/keys/:id/revoke",
|
|
3760
|
-
"readOnly": false
|
|
3761
|
-
}
|
|
3762
|
-
},
|
|
3763
|
-
"logs": {
|
|
3764
|
-
"facets": {
|
|
3765
|
-
"method": "GET",
|
|
3766
|
-
"params": [
|
|
3767
|
-
{
|
|
3768
|
-
"in": "query",
|
|
3769
|
-
"name": "window"
|
|
3770
|
-
}
|
|
3771
|
-
],
|
|
3772
|
-
"path": "/observe/logs/facets",
|
|
3773
|
-
"readOnly": true
|
|
3774
|
-
},
|
|
3775
|
-
"search": {
|
|
3776
|
-
"method": "GET",
|
|
3777
|
-
"params": [
|
|
3778
|
-
{
|
|
3779
|
-
"in": "query",
|
|
3780
|
-
"name": "environment"
|
|
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"
|
|
3817
|
-
}
|
|
3818
|
-
],
|
|
3819
|
-
"path": "/observe/logs/search",
|
|
3820
|
-
"readOnly": true
|
|
3821
|
-
},
|
|
3822
|
-
"tail": {
|
|
3823
|
-
"method": "GET",
|
|
3824
|
-
"params": [
|
|
3825
|
-
{
|
|
3826
|
-
"in": "query",
|
|
3827
|
-
"name": "environment"
|
|
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
3624
|
"organization": {
|
|
4028
3625
|
"$root": {
|
|
4029
3626
|
"create": {
|
|
@@ -5045,110 +4642,6 @@ var bindings = {
|
|
|
5045
4642
|
}
|
|
5046
4643
|
}
|
|
5047
4644
|
},
|
|
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
|
-
}
|
|
5151
|
-
},
|
|
5152
4645
|
"realtime": {
|
|
5153
4646
|
"archive": {
|
|
5154
4647
|
"export": {
|