@lessly/sdk-app 32.1.2 → 34.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 +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-p_iZK5OO.d.cts → client.gen-CvgJUdcU.d.cts} +4041 -1698
- package/dist/{client.gen-p_iZK5OO.d.ts → client.gen-CvgJUdcU.d.ts} +4041 -1698
- 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 +621 -69
- 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 +621 -69
- 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 +71 -0
- package/dist/observe/index.cjs.map +1 -0
- package/dist/observe/index.d.cts +56 -0
- package/dist/observe/index.d.ts +56 -0
- package/dist/observe/index.js +57 -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 +55 -0
- package/dist/support/index.cjs.map +1 -1
- package/dist/support/index.d.cts +46 -2
- package/dist/support/index.d.ts +46 -2
- package/dist/support/index.js +45 -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 +621 -69
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +163 -17
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/observe/index.ts +3 -0
- package/src/gen/observe/queryOptions.gen.ts +89 -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 +71 -0
- package/src/gen/types.gen.ts +4130 -1799
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,6 +3610,227 @@ var bindings = {
|
|
|
3623
3610
|
}
|
|
3624
3611
|
}
|
|
3625
3612
|
},
|
|
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
|
+
"search": {
|
|
3767
|
+
"method": "GET",
|
|
3768
|
+
"params": [
|
|
3769
|
+
{
|
|
3770
|
+
"in": "query",
|
|
3771
|
+
"name": "environment"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"in": "query",
|
|
3775
|
+
"name": "service"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"in": "query",
|
|
3779
|
+
"name": "severityIn"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"in": "query",
|
|
3783
|
+
"name": "search"
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"in": "query",
|
|
3787
|
+
"name": "traceId"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"in": "query",
|
|
3791
|
+
"name": "from"
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"in": "query",
|
|
3795
|
+
"name": "to"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"in": "query",
|
|
3799
|
+
"name": "limit"
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"in": "query",
|
|
3803
|
+
"name": "cursor"
|
|
3804
|
+
}
|
|
3805
|
+
],
|
|
3806
|
+
"path": "/observe/logs/search",
|
|
3807
|
+
"readOnly": true
|
|
3808
|
+
},
|
|
3809
|
+
"tail": {
|
|
3810
|
+
"method": "GET",
|
|
3811
|
+
"params": [
|
|
3812
|
+
{
|
|
3813
|
+
"in": "query",
|
|
3814
|
+
"name": "environment"
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"in": "query",
|
|
3818
|
+
"name": "service"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"in": "query",
|
|
3822
|
+
"name": "severityIn"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"in": "query",
|
|
3826
|
+
"name": "cursor"
|
|
3827
|
+
}
|
|
3828
|
+
],
|
|
3829
|
+
"path": "/observe/logs/tail",
|
|
3830
|
+
"readOnly": true
|
|
3831
|
+
}
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3626
3834
|
"organization": {
|
|
3627
3835
|
"$root": {
|
|
3628
3836
|
"create": {
|
|
@@ -4276,17 +4484,6 @@ var bindings = {
|
|
|
4276
4484
|
}
|
|
4277
4485
|
},
|
|
4278
4486
|
"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
4487
|
"create": {
|
|
4291
4488
|
"method": "POST",
|
|
4292
4489
|
"params": [
|
|
@@ -4306,25 +4503,6 @@ var bindings = {
|
|
|
4306
4503
|
"path": "/governance/api/v1/products",
|
|
4307
4504
|
"readOnly": false
|
|
4308
4505
|
},
|
|
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
4506
|
"list": {
|
|
4329
4507
|
"method": "GET",
|
|
4330
4508
|
"params": [
|
|
@@ -4336,7 +4514,7 @@ var bindings = {
|
|
|
4336
4514
|
"path": "/governance/api/v1/products",
|
|
4337
4515
|
"readOnly": true
|
|
4338
4516
|
},
|
|
4339
|
-
"list-
|
|
4517
|
+
"list-access": {
|
|
4340
4518
|
"method": "GET",
|
|
4341
4519
|
"params": [
|
|
4342
4520
|
{
|
|
@@ -4344,7 +4522,7 @@ var bindings = {
|
|
|
4344
4522
|
"name": "productId"
|
|
4345
4523
|
}
|
|
4346
4524
|
],
|
|
4347
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4525
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4348
4526
|
"readOnly": true
|
|
4349
4527
|
},
|
|
4350
4528
|
"list-members": {
|
|
@@ -4369,19 +4547,19 @@ var bindings = {
|
|
|
4369
4547
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4370
4548
|
"readOnly": true
|
|
4371
4549
|
},
|
|
4372
|
-
"revoke-
|
|
4373
|
-
"method": "
|
|
4550
|
+
"revoke-access": {
|
|
4551
|
+
"method": "DELETE",
|
|
4374
4552
|
"params": [
|
|
4375
4553
|
{
|
|
4376
|
-
"in": "
|
|
4554
|
+
"in": "path",
|
|
4377
4555
|
"name": "productId"
|
|
4378
4556
|
},
|
|
4379
4557
|
{
|
|
4380
|
-
"in": "
|
|
4381
|
-
"name": "
|
|
4558
|
+
"in": "path",
|
|
4559
|
+
"name": "userId"
|
|
4382
4560
|
}
|
|
4383
4561
|
],
|
|
4384
|
-
"path": "/governance/api/v1/products/
|
|
4562
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4385
4563
|
"readOnly": false
|
|
4386
4564
|
},
|
|
4387
4565
|
"select": {
|
|
@@ -4395,37 +4573,64 @@ var bindings = {
|
|
|
4395
4573
|
"path": "/governance/api/v1/products/select",
|
|
4396
4574
|
"readOnly": false
|
|
4397
4575
|
},
|
|
4398
|
-
"
|
|
4399
|
-
"method": "
|
|
4576
|
+
"set-access": {
|
|
4577
|
+
"method": "PUT",
|
|
4400
4578
|
"params": [
|
|
4401
4579
|
{
|
|
4402
4580
|
"in": "path",
|
|
4403
4581
|
"name": "productId"
|
|
4404
4582
|
},
|
|
4405
|
-
{
|
|
4406
|
-
"in": "body",
|
|
4407
|
-
"name": "name"
|
|
4408
|
-
}
|
|
4409
|
-
],
|
|
4410
|
-
"path": "/governance/api/v1/products/:productId",
|
|
4411
|
-
"readOnly": false
|
|
4412
|
-
}
|
|
4413
|
-
},
|
|
4414
|
-
"public-keys": {
|
|
4415
|
-
"create": {
|
|
4416
|
-
"method": "POST",
|
|
4417
|
-
"params": [
|
|
4418
4583
|
{
|
|
4419
4584
|
"in": "path",
|
|
4420
|
-
"name": "
|
|
4585
|
+
"name": "userId"
|
|
4421
4586
|
},
|
|
4422
4587
|
{
|
|
4423
4588
|
"in": "body",
|
|
4424
|
-
"name": "
|
|
4589
|
+
"name": "role"
|
|
4425
4590
|
},
|
|
4426
4591
|
{
|
|
4427
4592
|
"in": "body",
|
|
4428
|
-
"name": "
|
|
4593
|
+
"name": "roleId"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4597
|
+
"readOnly": false
|
|
4598
|
+
},
|
|
4599
|
+
"update": {
|
|
4600
|
+
"method": "PATCH",
|
|
4601
|
+
"params": [
|
|
4602
|
+
{
|
|
4603
|
+
"in": "path",
|
|
4604
|
+
"name": "productId"
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"in": "body",
|
|
4608
|
+
"name": "name"
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"in": "body",
|
|
4612
|
+
"name": "description"
|
|
4613
|
+
}
|
|
4614
|
+
],
|
|
4615
|
+
"path": "/governance/api/v1/products/:productId",
|
|
4616
|
+
"readOnly": false
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4619
|
+
"public-keys": {
|
|
4620
|
+
"create": {
|
|
4621
|
+
"method": "POST",
|
|
4622
|
+
"params": [
|
|
4623
|
+
{
|
|
4624
|
+
"in": "path",
|
|
4625
|
+
"name": "productId"
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"in": "body",
|
|
4629
|
+
"name": "name"
|
|
4630
|
+
},
|
|
4631
|
+
{
|
|
4632
|
+
"in": "body",
|
|
4633
|
+
"name": "scope"
|
|
4429
4634
|
}
|
|
4430
4635
|
],
|
|
4431
4636
|
"path": "/governance/api/v1/products/:productId/public-keys",
|
|
@@ -4595,6 +4800,160 @@ var bindings = {
|
|
|
4595
4800
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4596
4801
|
"readOnly": false
|
|
4597
4802
|
}
|
|
4803
|
+
},
|
|
4804
|
+
"support-thread": {
|
|
4805
|
+
"create": {
|
|
4806
|
+
"method": "POST",
|
|
4807
|
+
"params": [
|
|
4808
|
+
{
|
|
4809
|
+
"in": "body",
|
|
4810
|
+
"name": "title"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"in": "body",
|
|
4814
|
+
"name": "body"
|
|
4815
|
+
}
|
|
4816
|
+
],
|
|
4817
|
+
"path": "/governance/api/v1/support/threads",
|
|
4818
|
+
"readOnly": false
|
|
4819
|
+
},
|
|
4820
|
+
"get": {
|
|
4821
|
+
"method": "GET",
|
|
4822
|
+
"params": [
|
|
4823
|
+
{
|
|
4824
|
+
"in": "path",
|
|
4825
|
+
"name": "id"
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"path": "/governance/api/v1/support/threads/:id",
|
|
4829
|
+
"readOnly": true
|
|
4830
|
+
},
|
|
4831
|
+
"reply": {
|
|
4832
|
+
"method": "POST",
|
|
4833
|
+
"params": [
|
|
4834
|
+
{
|
|
4835
|
+
"in": "path",
|
|
4836
|
+
"name": "id"
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"in": "body",
|
|
4840
|
+
"name": "body"
|
|
4841
|
+
}
|
|
4842
|
+
],
|
|
4843
|
+
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
4844
|
+
"readOnly": false
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
"support-threads": {
|
|
4848
|
+
"list": {
|
|
4849
|
+
"method": "GET",
|
|
4850
|
+
"path": "/governance/api/v1/support/threads",
|
|
4851
|
+
"readOnly": true
|
|
4852
|
+
}
|
|
4853
|
+
}
|
|
4854
|
+
},
|
|
4855
|
+
"playground": {
|
|
4856
|
+
"analytics": {
|
|
4857
|
+
"overview": {
|
|
4858
|
+
"method": "POST",
|
|
4859
|
+
"params": [
|
|
4860
|
+
{
|
|
4861
|
+
"in": "body",
|
|
4862
|
+
"name": "limit"
|
|
4863
|
+
}
|
|
4864
|
+
],
|
|
4865
|
+
"path": "/playground/analytics/overview",
|
|
4866
|
+
"readOnly": true
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
"billing": {
|
|
4870
|
+
"entitlements": {
|
|
4871
|
+
"method": "POST",
|
|
4872
|
+
"path": "/playground/billing/entitlements",
|
|
4873
|
+
"readOnly": true
|
|
4874
|
+
},
|
|
4875
|
+
"record-usage": {
|
|
4876
|
+
"method": "POST",
|
|
4877
|
+
"params": [
|
|
4878
|
+
{
|
|
4879
|
+
"in": "body",
|
|
4880
|
+
"name": "value"
|
|
4881
|
+
}
|
|
4882
|
+
],
|
|
4883
|
+
"path": "/playground/billing/usage",
|
|
4884
|
+
"readOnly": false
|
|
4885
|
+
}
|
|
4886
|
+
},
|
|
4887
|
+
"clickup": {
|
|
4888
|
+
"create-task": {
|
|
4889
|
+
"method": "POST",
|
|
4890
|
+
"params": [
|
|
4891
|
+
{
|
|
4892
|
+
"in": "body",
|
|
4893
|
+
"name": "listId"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"in": "body",
|
|
4897
|
+
"name": "name"
|
|
4898
|
+
}
|
|
4899
|
+
],
|
|
4900
|
+
"path": "/playground/clickup/tasks",
|
|
4901
|
+
"readOnly": false
|
|
4902
|
+
},
|
|
4903
|
+
"get-last-webhook": {
|
|
4904
|
+
"method": "GET",
|
|
4905
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4906
|
+
"readOnly": true
|
|
4907
|
+
},
|
|
4908
|
+
"get-overview": {
|
|
4909
|
+
"method": "GET",
|
|
4910
|
+
"path": "/playground/clickup/overview",
|
|
4911
|
+
"readOnly": true
|
|
4912
|
+
}
|
|
4913
|
+
},
|
|
4914
|
+
"gdrive": {
|
|
4915
|
+
"get-last-change": {
|
|
4916
|
+
"method": "GET",
|
|
4917
|
+
"path": "/playground/gdrive/changes/last",
|
|
4918
|
+
"readOnly": true
|
|
4919
|
+
},
|
|
4920
|
+
"read-file": {
|
|
4921
|
+
"method": "POST",
|
|
4922
|
+
"params": [
|
|
4923
|
+
{
|
|
4924
|
+
"in": "body",
|
|
4925
|
+
"name": "fileId"
|
|
4926
|
+
}
|
|
4927
|
+
],
|
|
4928
|
+
"path": "/playground/gdrive/file",
|
|
4929
|
+
"readOnly": true
|
|
4930
|
+
}
|
|
4931
|
+
},
|
|
4932
|
+
"googleads": {
|
|
4933
|
+
"read-customer": {
|
|
4934
|
+
"method": "POST",
|
|
4935
|
+
"path": "/playground/googleads/customer",
|
|
4936
|
+
"readOnly": true
|
|
4937
|
+
}
|
|
4938
|
+
},
|
|
4939
|
+
"lifecycle": {
|
|
4940
|
+
"get-state": {
|
|
4941
|
+
"method": "GET",
|
|
4942
|
+
"path": "/playground/lifecycle/state",
|
|
4943
|
+
"readOnly": true
|
|
4944
|
+
},
|
|
4945
|
+
"list-events": {
|
|
4946
|
+
"method": "GET",
|
|
4947
|
+
"path": "/playground/lifecycle/events",
|
|
4948
|
+
"readOnly": true
|
|
4949
|
+
}
|
|
4950
|
+
},
|
|
4951
|
+
"webhook": {
|
|
4952
|
+
"get-last": {
|
|
4953
|
+
"method": "GET",
|
|
4954
|
+
"path": "/playground/webhooks/last",
|
|
4955
|
+
"readOnly": true
|
|
4956
|
+
}
|
|
4598
4957
|
}
|
|
4599
4958
|
},
|
|
4600
4959
|
"realtime": {
|
|
@@ -5290,6 +5649,69 @@ var bindings = {
|
|
|
5290
5649
|
"readOnly": true
|
|
5291
5650
|
}
|
|
5292
5651
|
},
|
|
5652
|
+
"response": {
|
|
5653
|
+
"escalate": {
|
|
5654
|
+
"method": "POST",
|
|
5655
|
+
"params": [
|
|
5656
|
+
{
|
|
5657
|
+
"in": "path",
|
|
5658
|
+
"name": "id"
|
|
5659
|
+
}
|
|
5660
|
+
],
|
|
5661
|
+
"path": "/support/responses/:id/escalate",
|
|
5662
|
+
"readOnly": false
|
|
5663
|
+
},
|
|
5664
|
+
"get": {
|
|
5665
|
+
"method": "GET",
|
|
5666
|
+
"params": [
|
|
5667
|
+
{
|
|
5668
|
+
"in": "path",
|
|
5669
|
+
"name": "id"
|
|
5670
|
+
}
|
|
5671
|
+
],
|
|
5672
|
+
"path": "/support/responses/:id",
|
|
5673
|
+
"readOnly": true
|
|
5674
|
+
},
|
|
5675
|
+
"list": {
|
|
5676
|
+
"method": "GET",
|
|
5677
|
+
"params": [
|
|
5678
|
+
{
|
|
5679
|
+
"in": "query",
|
|
5680
|
+
"name": "surveyId"
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"in": "query",
|
|
5684
|
+
"name": "scoreMin"
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"in": "query",
|
|
5688
|
+
"name": "scoreMax"
|
|
5689
|
+
},
|
|
5690
|
+
{
|
|
5691
|
+
"in": "query",
|
|
5692
|
+
"name": "from"
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"in": "query",
|
|
5696
|
+
"name": "to"
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"in": "query",
|
|
5700
|
+
"name": "completed"
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"in": "query",
|
|
5704
|
+
"name": "limit"
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"in": "query",
|
|
5708
|
+
"name": "offset"
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"path": "/support/responses",
|
|
5712
|
+
"readOnly": true
|
|
5713
|
+
}
|
|
5714
|
+
},
|
|
5293
5715
|
"status": {
|
|
5294
5716
|
"archive": {
|
|
5295
5717
|
"method": "POST",
|
|
@@ -5368,6 +5790,124 @@ var bindings = {
|
|
|
5368
5790
|
"readOnly": false
|
|
5369
5791
|
}
|
|
5370
5792
|
},
|
|
5793
|
+
"survey": {
|
|
5794
|
+
"archive": {
|
|
5795
|
+
"method": "POST",
|
|
5796
|
+
"params": [
|
|
5797
|
+
{
|
|
5798
|
+
"in": "path",
|
|
5799
|
+
"name": "id"
|
|
5800
|
+
}
|
|
5801
|
+
],
|
|
5802
|
+
"path": "/support/surveys/:id/archive",
|
|
5803
|
+
"readOnly": false
|
|
5804
|
+
},
|
|
5805
|
+
"create": {
|
|
5806
|
+
"method": "POST",
|
|
5807
|
+
"params": [
|
|
5808
|
+
{
|
|
5809
|
+
"in": "body",
|
|
5810
|
+
"name": "name"
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"in": "body",
|
|
5814
|
+
"name": "questions"
|
|
5815
|
+
}
|
|
5816
|
+
],
|
|
5817
|
+
"path": "/support/surveys",
|
|
5818
|
+
"readOnly": false
|
|
5819
|
+
},
|
|
5820
|
+
"get": {
|
|
5821
|
+
"method": "GET",
|
|
5822
|
+
"params": [
|
|
5823
|
+
{
|
|
5824
|
+
"in": "path",
|
|
5825
|
+
"name": "id"
|
|
5826
|
+
}
|
|
5827
|
+
],
|
|
5828
|
+
"path": "/support/surveys/:id",
|
|
5829
|
+
"readOnly": true
|
|
5830
|
+
},
|
|
5831
|
+
"list": {
|
|
5832
|
+
"method": "GET",
|
|
5833
|
+
"params": [
|
|
5834
|
+
{
|
|
5835
|
+
"in": "query",
|
|
5836
|
+
"name": "status"
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"in": "query",
|
|
5840
|
+
"name": "limit"
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"in": "query",
|
|
5844
|
+
"name": "offset"
|
|
5845
|
+
}
|
|
5846
|
+
],
|
|
5847
|
+
"path": "/support/surveys",
|
|
5848
|
+
"readOnly": true
|
|
5849
|
+
},
|
|
5850
|
+
"publish": {
|
|
5851
|
+
"method": "POST",
|
|
5852
|
+
"params": [
|
|
5853
|
+
{
|
|
5854
|
+
"in": "path",
|
|
5855
|
+
"name": "id"
|
|
5856
|
+
}
|
|
5857
|
+
],
|
|
5858
|
+
"path": "/support/surveys/:id/publish",
|
|
5859
|
+
"readOnly": false
|
|
5860
|
+
},
|
|
5861
|
+
"stats": {
|
|
5862
|
+
"method": "GET",
|
|
5863
|
+
"params": [
|
|
5864
|
+
{
|
|
5865
|
+
"in": "path",
|
|
5866
|
+
"name": "id"
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"in": "query",
|
|
5870
|
+
"name": "from"
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"in": "query",
|
|
5874
|
+
"name": "to"
|
|
5875
|
+
}
|
|
5876
|
+
],
|
|
5877
|
+
"path": "/support/surveys/:id/stats",
|
|
5878
|
+
"readOnly": true
|
|
5879
|
+
},
|
|
5880
|
+
"unpublish": {
|
|
5881
|
+
"method": "POST",
|
|
5882
|
+
"params": [
|
|
5883
|
+
{
|
|
5884
|
+
"in": "path",
|
|
5885
|
+
"name": "id"
|
|
5886
|
+
}
|
|
5887
|
+
],
|
|
5888
|
+
"path": "/support/surveys/:id/unpublish",
|
|
5889
|
+
"readOnly": false
|
|
5890
|
+
},
|
|
5891
|
+
"update": {
|
|
5892
|
+
"method": "PATCH",
|
|
5893
|
+
"params": [
|
|
5894
|
+
{
|
|
5895
|
+
"in": "path",
|
|
5896
|
+
"name": "id"
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"in": "body",
|
|
5900
|
+
"name": "name"
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"in": "body",
|
|
5904
|
+
"name": "questions"
|
|
5905
|
+
}
|
|
5906
|
+
],
|
|
5907
|
+
"path": "/support/surveys/:id",
|
|
5908
|
+
"readOnly": false
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5371
5911
|
"thread": {
|
|
5372
5912
|
"assign": {
|
|
5373
5913
|
"method": "POST",
|
|
@@ -5410,6 +5950,10 @@ var bindings = {
|
|
|
5410
5950
|
{
|
|
5411
5951
|
"in": "body",
|
|
5412
5952
|
"name": "labelIds"
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"in": "body",
|
|
5956
|
+
"name": "rating"
|
|
5413
5957
|
}
|
|
5414
5958
|
],
|
|
5415
5959
|
"path": "/support/threads",
|
|
@@ -5457,6 +6001,14 @@ var bindings = {
|
|
|
5457
6001
|
"in": "query",
|
|
5458
6002
|
"name": "createdTo"
|
|
5459
6003
|
},
|
|
6004
|
+
{
|
|
6005
|
+
"in": "query",
|
|
6006
|
+
"name": "ratingMin"
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"in": "query",
|
|
6010
|
+
"name": "ratingMax"
|
|
6011
|
+
},
|
|
5460
6012
|
{
|
|
5461
6013
|
"in": "query",
|
|
5462
6014
|
"name": "labelIds"
|