@lessly/sdk-app 36.0.0 → 36.1.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-BSiYBjET.d.cts → client.gen-DmyTGPoI.d.cts} +1848 -259
- package/dist/{client.gen-BSiYBjET.d.ts → client.gen-DmyTGPoI.d.ts} +1848 -259
- 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 +769 -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 +769 -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.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 +12 -2
- package/src/gen/bindings.gen.ts +769 -215
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +167 -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/types.gen.ts +1851 -250
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -683,19 +683,6 @@ export const bindings: BindingsMap = {
|
|
|
683
683
|
"path": "/brain/restores/:restoreId",
|
|
684
684
|
"readOnly": true
|
|
685
685
|
}
|
|
686
|
-
},
|
|
687
|
-
"usage": {
|
|
688
|
-
"report": {
|
|
689
|
-
"method": "GET",
|
|
690
|
-
"params": [
|
|
691
|
-
{
|
|
692
|
-
"in": "query",
|
|
693
|
-
"name": "days"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"path": "/brain/usage/report",
|
|
697
|
-
"readOnly": true
|
|
698
|
-
}
|
|
699
686
|
}
|
|
700
687
|
},
|
|
701
688
|
"consent": {
|
|
@@ -3483,219 +3470,133 @@ export const bindings: BindingsMap = {
|
|
|
3483
3470
|
}
|
|
3484
3471
|
}
|
|
3485
3472
|
},
|
|
3486
|
-
"
|
|
3487
|
-
"
|
|
3488
|
-
"
|
|
3489
|
-
"method": "
|
|
3473
|
+
"observe": {
|
|
3474
|
+
"artifacts": {
|
|
3475
|
+
"delete": {
|
|
3476
|
+
"method": "DELETE",
|
|
3490
3477
|
"params": [
|
|
3491
3478
|
{
|
|
3492
|
-
"in": "
|
|
3493
|
-
"name": "
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"in": "body",
|
|
3497
|
-
"name": "legalName"
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"in": "body",
|
|
3501
|
-
"name": "ownerName"
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"in": "body",
|
|
3505
|
-
"name": "countryOfIncorporation"
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"in": "body",
|
|
3509
|
-
"name": "residencyCountry"
|
|
3510
|
-
},
|
|
3511
|
-
{
|
|
3512
|
-
"in": "body",
|
|
3513
|
-
"name": "beneficialOwners"
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"in": "body",
|
|
3517
|
-
"name": "ownershipConfirmed"
|
|
3479
|
+
"in": "path",
|
|
3480
|
+
"name": "id"
|
|
3518
3481
|
}
|
|
3519
3482
|
],
|
|
3520
|
-
"path": "/
|
|
3483
|
+
"path": "/observe/artifacts/:id",
|
|
3521
3484
|
"readOnly": false
|
|
3522
3485
|
},
|
|
3523
3486
|
"list": {
|
|
3524
3487
|
"method": "GET",
|
|
3525
|
-
"path": "/governance/api/v1/organizations",
|
|
3526
|
-
"readOnly": true
|
|
3527
|
-
},
|
|
3528
|
-
"select": {
|
|
3529
|
-
"method": "POST",
|
|
3530
3488
|
"params": [
|
|
3531
3489
|
{
|
|
3532
|
-
"in": "
|
|
3533
|
-
"name": "
|
|
3490
|
+
"in": "query",
|
|
3491
|
+
"name": "debugId"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"in": "query",
|
|
3495
|
+
"name": "limit"
|
|
3534
3496
|
}
|
|
3535
3497
|
],
|
|
3536
|
-
"path": "/
|
|
3537
|
-
"readOnly": false
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
"auth": {
|
|
3541
|
-
"me": {
|
|
3542
|
-
"method": "GET",
|
|
3543
|
-
"path": "/governance/api/v1/auth/me",
|
|
3544
|
-
"readOnly": true
|
|
3545
|
-
}
|
|
3546
|
-
},
|
|
3547
|
-
"billing-budgets": {
|
|
3548
|
-
"get": {
|
|
3549
|
-
"method": "GET",
|
|
3550
|
-
"path": "/governance/api/v1/billing/budgets",
|
|
3498
|
+
"path": "/observe/artifacts",
|
|
3551
3499
|
"readOnly": true
|
|
3552
3500
|
},
|
|
3553
|
-
"
|
|
3554
|
-
"method": "
|
|
3501
|
+
"resolve": {
|
|
3502
|
+
"method": "GET",
|
|
3555
3503
|
"params": [
|
|
3556
3504
|
{
|
|
3557
|
-
"in": "
|
|
3558
|
-
"name": "
|
|
3505
|
+
"in": "path",
|
|
3506
|
+
"name": "issueId"
|
|
3559
3507
|
}
|
|
3560
3508
|
],
|
|
3561
|
-
"path": "/
|
|
3562
|
-
"readOnly":
|
|
3509
|
+
"path": "/observe/artifacts/:issueId/resolve",
|
|
3510
|
+
"readOnly": true
|
|
3563
3511
|
}
|
|
3564
3512
|
},
|
|
3565
|
-
"
|
|
3566
|
-
"
|
|
3567
|
-
"method": "
|
|
3513
|
+
"issues": {
|
|
3514
|
+
"archive": {
|
|
3515
|
+
"method": "POST",
|
|
3568
3516
|
"params": [
|
|
3569
3517
|
{
|
|
3570
|
-
"in": "
|
|
3571
|
-
"name": "
|
|
3518
|
+
"in": "path",
|
|
3519
|
+
"name": "id"
|
|
3572
3520
|
}
|
|
3573
3521
|
],
|
|
3574
|
-
"path": "/
|
|
3522
|
+
"path": "/observe/issues/:id/archive",
|
|
3575
3523
|
"readOnly": false
|
|
3576
3524
|
},
|
|
3577
|
-
"
|
|
3578
|
-
"method": "
|
|
3525
|
+
"assign": {
|
|
3526
|
+
"method": "POST",
|
|
3579
3527
|
"params": [
|
|
3580
3528
|
{
|
|
3581
|
-
"in": "
|
|
3582
|
-
"name": "
|
|
3529
|
+
"in": "path",
|
|
3530
|
+
"name": "id"
|
|
3583
3531
|
},
|
|
3584
3532
|
{
|
|
3585
3533
|
"in": "body",
|
|
3586
|
-
"name": "
|
|
3534
|
+
"name": "assignee"
|
|
3587
3535
|
}
|
|
3588
3536
|
],
|
|
3589
|
-
"path": "/
|
|
3537
|
+
"path": "/observe/issues/:id/assign",
|
|
3590
3538
|
"readOnly": false
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
"bindings": {
|
|
3594
|
-
"list": {
|
|
3539
|
+
},
|
|
3540
|
+
"get": {
|
|
3595
3541
|
"method": "GET",
|
|
3596
3542
|
"params": [
|
|
3597
3543
|
{
|
|
3598
3544
|
"in": "path",
|
|
3599
|
-
"name": "
|
|
3600
|
-
},
|
|
3601
|
-
{
|
|
3602
|
-
"in": "path",
|
|
3603
|
-
"name": "domainId"
|
|
3545
|
+
"name": "id"
|
|
3604
3546
|
}
|
|
3605
3547
|
],
|
|
3606
|
-
"path": "/
|
|
3548
|
+
"path": "/observe/issues/:id",
|
|
3607
3549
|
"readOnly": true
|
|
3608
|
-
}
|
|
3609
|
-
},
|
|
3610
|
-
"clickup": {
|
|
3611
|
-
"install": {
|
|
3612
|
-
"method": "GET",
|
|
3613
|
-
"path": "/governance/api/v1/connectors/clickup/install",
|
|
3614
|
-
"readOnly": false
|
|
3615
3550
|
},
|
|
3616
|
-
"list
|
|
3617
|
-
"method": "GET",
|
|
3618
|
-
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
3619
|
-
"readOnly": true
|
|
3620
|
-
}
|
|
3621
|
-
},
|
|
3622
|
-
"cloudflare": {
|
|
3623
|
-
"install": {
|
|
3551
|
+
"list": {
|
|
3624
3552
|
"method": "GET",
|
|
3625
|
-
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
3626
|
-
"readOnly": false
|
|
3627
|
-
}
|
|
3628
|
-
},
|
|
3629
|
-
"connectors": {
|
|
3630
|
-
"approve-request": {
|
|
3631
|
-
"method": "POST",
|
|
3632
3553
|
"params": [
|
|
3633
3554
|
{
|
|
3634
|
-
"in": "
|
|
3635
|
-
"name": "
|
|
3555
|
+
"in": "query",
|
|
3556
|
+
"name": "status"
|
|
3636
3557
|
},
|
|
3637
3558
|
{
|
|
3638
|
-
"in": "
|
|
3639
|
-
"name": "
|
|
3640
|
-
}
|
|
3641
|
-
],
|
|
3642
|
-
"path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
|
|
3643
|
-
"readOnly": false
|
|
3644
|
-
},
|
|
3645
|
-
"attach": {
|
|
3646
|
-
"method": "POST",
|
|
3647
|
-
"params": [
|
|
3648
|
-
{
|
|
3649
|
-
"in": "path",
|
|
3650
|
-
"name": "id"
|
|
3559
|
+
"in": "query",
|
|
3560
|
+
"name": "assignee"
|
|
3651
3561
|
},
|
|
3652
3562
|
{
|
|
3653
|
-
"in": "
|
|
3654
|
-
"name": "
|
|
3563
|
+
"in": "query",
|
|
3564
|
+
"name": "limit"
|
|
3655
3565
|
}
|
|
3656
3566
|
],
|
|
3657
|
-
"path": "/
|
|
3658
|
-
"readOnly":
|
|
3567
|
+
"path": "/observe/issues",
|
|
3568
|
+
"readOnly": true
|
|
3659
3569
|
},
|
|
3660
|
-
"
|
|
3661
|
-
"method": "
|
|
3570
|
+
"resolve": {
|
|
3571
|
+
"method": "POST",
|
|
3662
3572
|
"params": [
|
|
3663
3573
|
{
|
|
3664
3574
|
"in": "path",
|
|
3665
3575
|
"name": "id"
|
|
3666
3576
|
}
|
|
3667
3577
|
],
|
|
3668
|
-
"path": "/
|
|
3578
|
+
"path": "/observe/issues/:id/resolve",
|
|
3669
3579
|
"readOnly": false
|
|
3670
|
-
}
|
|
3671
|
-
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
"keys": {
|
|
3583
|
+
"create": {
|
|
3672
3584
|
"method": "POST",
|
|
3673
3585
|
"params": [
|
|
3674
3586
|
{
|
|
3675
|
-
"in": "
|
|
3676
|
-
"name": "
|
|
3587
|
+
"in": "body",
|
|
3588
|
+
"name": "environment"
|
|
3677
3589
|
},
|
|
3678
3590
|
{
|
|
3679
|
-
"in": "
|
|
3680
|
-
"name": "
|
|
3681
|
-
}
|
|
3682
|
-
],
|
|
3683
|
-
"path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
|
|
3684
|
-
"readOnly": false
|
|
3685
|
-
},
|
|
3686
|
-
"detach": {
|
|
3687
|
-
"method": "DELETE",
|
|
3688
|
-
"params": [
|
|
3689
|
-
{
|
|
3690
|
-
"in": "path",
|
|
3691
|
-
"name": "id"
|
|
3591
|
+
"in": "body",
|
|
3592
|
+
"name": "name"
|
|
3692
3593
|
},
|
|
3693
3594
|
{
|
|
3694
|
-
"in": "
|
|
3695
|
-
"name": "
|
|
3595
|
+
"in": "body",
|
|
3596
|
+
"name": "kind"
|
|
3696
3597
|
}
|
|
3697
3598
|
],
|
|
3698
|
-
"path": "/
|
|
3599
|
+
"path": "/observe/keys",
|
|
3699
3600
|
"readOnly": false
|
|
3700
3601
|
},
|
|
3701
3602
|
"list": {
|
|
@@ -3703,56 +3604,558 @@ export const bindings: BindingsMap = {
|
|
|
3703
3604
|
"params": [
|
|
3704
3605
|
{
|
|
3705
3606
|
"in": "query",
|
|
3706
|
-
"name": "
|
|
3607
|
+
"name": "environment"
|
|
3707
3608
|
}
|
|
3708
3609
|
],
|
|
3709
|
-
"path": "/
|
|
3610
|
+
"path": "/observe/keys",
|
|
3710
3611
|
"readOnly": true
|
|
3711
3612
|
},
|
|
3712
|
-
"
|
|
3713
|
-
"method": "
|
|
3613
|
+
"revoke": {
|
|
3614
|
+
"method": "POST",
|
|
3714
3615
|
"params": [
|
|
3715
3616
|
{
|
|
3716
3617
|
"in": "path",
|
|
3717
3618
|
"name": "id"
|
|
3718
3619
|
}
|
|
3719
3620
|
],
|
|
3720
|
-
"path": "/
|
|
3721
|
-
"readOnly":
|
|
3722
|
-
}
|
|
3723
|
-
|
|
3621
|
+
"path": "/observe/keys/:id/revoke",
|
|
3622
|
+
"readOnly": false
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
"logs": {
|
|
3626
|
+
"facets": {
|
|
3724
3627
|
"method": "GET",
|
|
3725
3628
|
"params": [
|
|
3726
3629
|
{
|
|
3727
3630
|
"in": "query",
|
|
3728
|
-
"name": "
|
|
3631
|
+
"name": "window"
|
|
3729
3632
|
}
|
|
3730
3633
|
],
|
|
3731
|
-
"path": "/
|
|
3634
|
+
"path": "/observe/logs/facets",
|
|
3732
3635
|
"readOnly": true
|
|
3733
3636
|
},
|
|
3734
|
-
"
|
|
3637
|
+
"search": {
|
|
3735
3638
|
"method": "GET",
|
|
3736
3639
|
"params": [
|
|
3737
3640
|
{
|
|
3738
|
-
"in": "
|
|
3739
|
-
"name": "
|
|
3641
|
+
"in": "query",
|
|
3642
|
+
"name": "environment"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"in": "query",
|
|
3646
|
+
"name": "service"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"in": "query",
|
|
3650
|
+
"name": "severityIn"
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"in": "query",
|
|
3654
|
+
"name": "search"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"in": "query",
|
|
3658
|
+
"name": "traceId"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"in": "query",
|
|
3662
|
+
"name": "q"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"in": "query",
|
|
3666
|
+
"name": "from"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"in": "query",
|
|
3670
|
+
"name": "to"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"in": "query",
|
|
3674
|
+
"name": "limit"
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"in": "query",
|
|
3678
|
+
"name": "cursor"
|
|
3740
3679
|
}
|
|
3741
3680
|
],
|
|
3742
|
-
"path": "/
|
|
3681
|
+
"path": "/observe/logs/search",
|
|
3743
3682
|
"readOnly": true
|
|
3744
3683
|
},
|
|
3745
|
-
"
|
|
3684
|
+
"tail": {
|
|
3746
3685
|
"method": "GET",
|
|
3747
3686
|
"params": [
|
|
3748
3687
|
{
|
|
3749
|
-
"in": "
|
|
3750
|
-
"name": "
|
|
3688
|
+
"in": "query",
|
|
3689
|
+
"name": "environment"
|
|
3751
3690
|
},
|
|
3752
3691
|
{
|
|
3753
3692
|
"in": "query",
|
|
3754
|
-
"name": "
|
|
3755
|
-
}
|
|
3693
|
+
"name": "service"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"in": "query",
|
|
3697
|
+
"name": "severityIn"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"in": "query",
|
|
3701
|
+
"name": "cursor"
|
|
3702
|
+
}
|
|
3703
|
+
],
|
|
3704
|
+
"path": "/observe/logs/tail",
|
|
3705
|
+
"readOnly": true
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3708
|
+
"traces": {
|
|
3709
|
+
"get": {
|
|
3710
|
+
"method": "GET",
|
|
3711
|
+
"params": [
|
|
3712
|
+
{
|
|
3713
|
+
"in": "path",
|
|
3714
|
+
"name": "traceId"
|
|
3715
|
+
}
|
|
3716
|
+
],
|
|
3717
|
+
"path": "/observe/traces/:traceId",
|
|
3718
|
+
"readOnly": true
|
|
3719
|
+
},
|
|
3720
|
+
"search": {
|
|
3721
|
+
"method": "GET",
|
|
3722
|
+
"params": [
|
|
3723
|
+
{
|
|
3724
|
+
"in": "query",
|
|
3725
|
+
"name": "environment"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"in": "query",
|
|
3729
|
+
"name": "service"
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"in": "query",
|
|
3733
|
+
"name": "name"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"in": "query",
|
|
3737
|
+
"name": "status"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"in": "query",
|
|
3741
|
+
"name": "minDurationMs"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"in": "query",
|
|
3745
|
+
"name": "maxDurationMs"
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"in": "query",
|
|
3749
|
+
"name": "traceId"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"in": "query",
|
|
3753
|
+
"name": "from"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"in": "query",
|
|
3757
|
+
"name": "to"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"in": "query",
|
|
3761
|
+
"name": "limit"
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"in": "query",
|
|
3765
|
+
"name": "cursor"
|
|
3766
|
+
}
|
|
3767
|
+
],
|
|
3768
|
+
"path": "/observe/traces/search",
|
|
3769
|
+
"readOnly": true
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3772
|
+
"webhooks": {
|
|
3773
|
+
"create": {
|
|
3774
|
+
"method": "POST",
|
|
3775
|
+
"params": [
|
|
3776
|
+
{
|
|
3777
|
+
"in": "body",
|
|
3778
|
+
"name": "url"
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"in": "body",
|
|
3782
|
+
"name": "description"
|
|
3783
|
+
}
|
|
3784
|
+
],
|
|
3785
|
+
"path": "/observe/webhooks",
|
|
3786
|
+
"readOnly": false
|
|
3787
|
+
},
|
|
3788
|
+
"delete": {
|
|
3789
|
+
"method": "DELETE",
|
|
3790
|
+
"params": [
|
|
3791
|
+
{
|
|
3792
|
+
"in": "path",
|
|
3793
|
+
"name": "id"
|
|
3794
|
+
}
|
|
3795
|
+
],
|
|
3796
|
+
"path": "/observe/webhooks/:id",
|
|
3797
|
+
"readOnly": false
|
|
3798
|
+
},
|
|
3799
|
+
"get": {
|
|
3800
|
+
"method": "GET",
|
|
3801
|
+
"params": [
|
|
3802
|
+
{
|
|
3803
|
+
"in": "path",
|
|
3804
|
+
"name": "id"
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
"path": "/observe/webhooks/:id",
|
|
3808
|
+
"readOnly": true
|
|
3809
|
+
},
|
|
3810
|
+
"list": {
|
|
3811
|
+
"method": "GET",
|
|
3812
|
+
"path": "/observe/webhooks",
|
|
3813
|
+
"readOnly": true
|
|
3814
|
+
},
|
|
3815
|
+
"redeliver": {
|
|
3816
|
+
"method": "POST",
|
|
3817
|
+
"params": [
|
|
3818
|
+
{
|
|
3819
|
+
"in": "path",
|
|
3820
|
+
"name": "id"
|
|
3821
|
+
}
|
|
3822
|
+
],
|
|
3823
|
+
"path": "/observe/webhooks/deliveries/:id/redeliver",
|
|
3824
|
+
"readOnly": false
|
|
3825
|
+
},
|
|
3826
|
+
"update": {
|
|
3827
|
+
"method": "PATCH",
|
|
3828
|
+
"params": [
|
|
3829
|
+
{
|
|
3830
|
+
"in": "path",
|
|
3831
|
+
"name": "id"
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"in": "body",
|
|
3835
|
+
"name": "url"
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"in": "body",
|
|
3839
|
+
"name": "active"
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"in": "body",
|
|
3843
|
+
"name": "description"
|
|
3844
|
+
}
|
|
3845
|
+
],
|
|
3846
|
+
"path": "/observe/webhooks/:id",
|
|
3847
|
+
"readOnly": false
|
|
3848
|
+
}
|
|
3849
|
+
},
|
|
3850
|
+
"webhooks-deliveries": {
|
|
3851
|
+
"list": {
|
|
3852
|
+
"method": "GET",
|
|
3853
|
+
"params": [
|
|
3854
|
+
{
|
|
3855
|
+
"in": "query",
|
|
3856
|
+
"name": "webhookId"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"in": "query",
|
|
3860
|
+
"name": "status"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"in": "query",
|
|
3864
|
+
"name": "limit"
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"in": "query",
|
|
3868
|
+
"name": "offset"
|
|
3869
|
+
}
|
|
3870
|
+
],
|
|
3871
|
+
"path": "/observe/webhooks/deliveries",
|
|
3872
|
+
"readOnly": true
|
|
3873
|
+
}
|
|
3874
|
+
},
|
|
3875
|
+
"webhooks-rotate": {
|
|
3876
|
+
"secret": {
|
|
3877
|
+
"method": "POST",
|
|
3878
|
+
"params": [
|
|
3879
|
+
{
|
|
3880
|
+
"in": "path",
|
|
3881
|
+
"name": "id"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"path": "/observe/webhooks/:id/rotate-secret",
|
|
3885
|
+
"readOnly": false
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
"organization": {
|
|
3890
|
+
"$root": {
|
|
3891
|
+
"create": {
|
|
3892
|
+
"method": "POST",
|
|
3893
|
+
"params": [
|
|
3894
|
+
{
|
|
3895
|
+
"in": "body",
|
|
3896
|
+
"name": "name"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"in": "body",
|
|
3900
|
+
"name": "legalName"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"in": "body",
|
|
3904
|
+
"name": "ownerName"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"in": "body",
|
|
3908
|
+
"name": "countryOfIncorporation"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"in": "body",
|
|
3912
|
+
"name": "residencyCountry"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"in": "body",
|
|
3916
|
+
"name": "beneficialOwners"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"in": "body",
|
|
3920
|
+
"name": "ownershipConfirmed"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"path": "/governance/api/v1/organizations",
|
|
3924
|
+
"readOnly": false
|
|
3925
|
+
},
|
|
3926
|
+
"list": {
|
|
3927
|
+
"method": "GET",
|
|
3928
|
+
"path": "/governance/api/v1/organizations",
|
|
3929
|
+
"readOnly": true
|
|
3930
|
+
},
|
|
3931
|
+
"select": {
|
|
3932
|
+
"method": "POST",
|
|
3933
|
+
"params": [
|
|
3934
|
+
{
|
|
3935
|
+
"in": "body",
|
|
3936
|
+
"name": "organizationId"
|
|
3937
|
+
}
|
|
3938
|
+
],
|
|
3939
|
+
"path": "/governance/api/v1/organizations/select",
|
|
3940
|
+
"readOnly": false
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
"auth": {
|
|
3944
|
+
"me": {
|
|
3945
|
+
"method": "GET",
|
|
3946
|
+
"path": "/governance/api/v1/auth/me",
|
|
3947
|
+
"readOnly": true
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
"billing-budgets": {
|
|
3951
|
+
"get": {
|
|
3952
|
+
"method": "GET",
|
|
3953
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3954
|
+
"readOnly": true
|
|
3955
|
+
},
|
|
3956
|
+
"set": {
|
|
3957
|
+
"method": "PUT",
|
|
3958
|
+
"params": [
|
|
3959
|
+
{
|
|
3960
|
+
"in": "body",
|
|
3961
|
+
"name": "ceiling_minor"
|
|
3962
|
+
}
|
|
3963
|
+
],
|
|
3964
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3965
|
+
"readOnly": false
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
3968
|
+
"billing-caps": {
|
|
3969
|
+
"clear": {
|
|
3970
|
+
"method": "DELETE",
|
|
3971
|
+
"params": [
|
|
3972
|
+
{
|
|
3973
|
+
"in": "body",
|
|
3974
|
+
"name": "productId"
|
|
3975
|
+
}
|
|
3976
|
+
],
|
|
3977
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3978
|
+
"readOnly": false
|
|
3979
|
+
},
|
|
3980
|
+
"set": {
|
|
3981
|
+
"method": "PUT",
|
|
3982
|
+
"params": [
|
|
3983
|
+
{
|
|
3984
|
+
"in": "body",
|
|
3985
|
+
"name": "productId"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"in": "body",
|
|
3989
|
+
"name": "cap_minor"
|
|
3990
|
+
}
|
|
3991
|
+
],
|
|
3992
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3993
|
+
"readOnly": false
|
|
3994
|
+
}
|
|
3995
|
+
},
|
|
3996
|
+
"bindings": {
|
|
3997
|
+
"list": {
|
|
3998
|
+
"method": "GET",
|
|
3999
|
+
"params": [
|
|
4000
|
+
{
|
|
4001
|
+
"in": "path",
|
|
4002
|
+
"name": "productId"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"in": "path",
|
|
4006
|
+
"name": "domainId"
|
|
4007
|
+
}
|
|
4008
|
+
],
|
|
4009
|
+
"path": "/governance/api/v1/products/:productId/domains/:domainId/bindings",
|
|
4010
|
+
"readOnly": true
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
"clickup": {
|
|
4014
|
+
"install": {
|
|
4015
|
+
"method": "GET",
|
|
4016
|
+
"path": "/governance/api/v1/connectors/clickup/install",
|
|
4017
|
+
"readOnly": false
|
|
4018
|
+
},
|
|
4019
|
+
"list-installations": {
|
|
4020
|
+
"method": "GET",
|
|
4021
|
+
"path": "/governance/api/v1/connectors/clickup/installations",
|
|
4022
|
+
"readOnly": true
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
"cloudflare": {
|
|
4026
|
+
"install": {
|
|
4027
|
+
"method": "GET",
|
|
4028
|
+
"path": "/governance/api/v1/connectors/cloudflare/install",
|
|
4029
|
+
"readOnly": false
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
"connectors": {
|
|
4033
|
+
"approve-request": {
|
|
4034
|
+
"method": "POST",
|
|
4035
|
+
"params": [
|
|
4036
|
+
{
|
|
4037
|
+
"in": "path",
|
|
4038
|
+
"name": "id"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"in": "path",
|
|
4042
|
+
"name": "requestId"
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
|
|
4046
|
+
"readOnly": false
|
|
4047
|
+
},
|
|
4048
|
+
"attach": {
|
|
4049
|
+
"method": "POST",
|
|
4050
|
+
"params": [
|
|
4051
|
+
{
|
|
4052
|
+
"in": "path",
|
|
4053
|
+
"name": "id"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"in": "body",
|
|
4057
|
+
"name": "productIds"
|
|
4058
|
+
}
|
|
4059
|
+
],
|
|
4060
|
+
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
4061
|
+
"readOnly": false
|
|
4062
|
+
},
|
|
4063
|
+
"delete": {
|
|
4064
|
+
"method": "DELETE",
|
|
4065
|
+
"params": [
|
|
4066
|
+
{
|
|
4067
|
+
"in": "path",
|
|
4068
|
+
"name": "id"
|
|
4069
|
+
}
|
|
4070
|
+
],
|
|
4071
|
+
"path": "/governance/api/v1/connectors/:id/org",
|
|
4072
|
+
"readOnly": false
|
|
4073
|
+
},
|
|
4074
|
+
"deny-request": {
|
|
4075
|
+
"method": "POST",
|
|
4076
|
+
"params": [
|
|
4077
|
+
{
|
|
4078
|
+
"in": "path",
|
|
4079
|
+
"name": "id"
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"in": "path",
|
|
4083
|
+
"name": "requestId"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
|
|
4087
|
+
"readOnly": false
|
|
4088
|
+
},
|
|
4089
|
+
"detach": {
|
|
4090
|
+
"method": "DELETE",
|
|
4091
|
+
"params": [
|
|
4092
|
+
{
|
|
4093
|
+
"in": "path",
|
|
4094
|
+
"name": "id"
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"in": "path",
|
|
4098
|
+
"name": "productId"
|
|
4099
|
+
}
|
|
4100
|
+
],
|
|
4101
|
+
"path": "/governance/api/v1/connectors/:id/attachments/:productId",
|
|
4102
|
+
"readOnly": false
|
|
4103
|
+
},
|
|
4104
|
+
"list": {
|
|
4105
|
+
"method": "GET",
|
|
4106
|
+
"params": [
|
|
4107
|
+
{
|
|
4108
|
+
"in": "query",
|
|
4109
|
+
"name": "productId"
|
|
4110
|
+
}
|
|
4111
|
+
],
|
|
4112
|
+
"path": "/governance/api/v1/connectors/list",
|
|
4113
|
+
"readOnly": true
|
|
4114
|
+
},
|
|
4115
|
+
"list-attachments": {
|
|
4116
|
+
"method": "GET",
|
|
4117
|
+
"params": [
|
|
4118
|
+
{
|
|
4119
|
+
"in": "path",
|
|
4120
|
+
"name": "id"
|
|
4121
|
+
}
|
|
4122
|
+
],
|
|
4123
|
+
"path": "/governance/api/v1/connectors/:id/attachments",
|
|
4124
|
+
"readOnly": true
|
|
4125
|
+
},
|
|
4126
|
+
"list-available": {
|
|
4127
|
+
"method": "GET",
|
|
4128
|
+
"params": [
|
|
4129
|
+
{
|
|
4130
|
+
"in": "query",
|
|
4131
|
+
"name": "productId"
|
|
4132
|
+
}
|
|
4133
|
+
],
|
|
4134
|
+
"path": "/governance/api/v1/connectors/available",
|
|
4135
|
+
"readOnly": true
|
|
4136
|
+
},
|
|
4137
|
+
"list-org": {
|
|
4138
|
+
"method": "GET",
|
|
4139
|
+
"params": [
|
|
4140
|
+
{
|
|
4141
|
+
"in": "path",
|
|
4142
|
+
"name": "organizationId"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"path": "/governance/api/v1/organizations/:organizationId/connectors",
|
|
4146
|
+
"readOnly": true
|
|
4147
|
+
},
|
|
4148
|
+
"list-requests": {
|
|
4149
|
+
"method": "GET",
|
|
4150
|
+
"params": [
|
|
4151
|
+
{
|
|
4152
|
+
"in": "path",
|
|
4153
|
+
"name": "organizationId"
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
"in": "query",
|
|
4157
|
+
"name": "status"
|
|
4158
|
+
}
|
|
3756
4159
|
],
|
|
3757
4160
|
"path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
|
|
3758
4161
|
"readOnly": true
|
|
@@ -4136,17 +4539,6 @@ export const bindings: BindingsMap = {
|
|
|
4136
4539
|
}
|
|
4137
4540
|
},
|
|
4138
4541
|
"product": {
|
|
4139
|
-
"accept-invitation": {
|
|
4140
|
-
"method": "POST",
|
|
4141
|
-
"params": [
|
|
4142
|
-
{
|
|
4143
|
-
"in": "path",
|
|
4144
|
-
"name": "token"
|
|
4145
|
-
}
|
|
4146
|
-
],
|
|
4147
|
-
"path": "/governance/api/v1/invitations/:token/accept",
|
|
4148
|
-
"readOnly": false
|
|
4149
|
-
},
|
|
4150
4542
|
"create": {
|
|
4151
4543
|
"method": "POST",
|
|
4152
4544
|
"params": [
|
|
@@ -4166,25 +4558,6 @@ export const bindings: BindingsMap = {
|
|
|
4166
4558
|
"path": "/governance/api/v1/products",
|
|
4167
4559
|
"readOnly": false
|
|
4168
4560
|
},
|
|
4169
|
-
"invite": {
|
|
4170
|
-
"method": "POST",
|
|
4171
|
-
"params": [
|
|
4172
|
-
{
|
|
4173
|
-
"in": "path",
|
|
4174
|
-
"name": "productId"
|
|
4175
|
-
},
|
|
4176
|
-
{
|
|
4177
|
-
"in": "body",
|
|
4178
|
-
"name": "email"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"in": "body",
|
|
4182
|
-
"name": "role"
|
|
4183
|
-
}
|
|
4184
|
-
],
|
|
4185
|
-
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4186
|
-
"readOnly": false
|
|
4187
|
-
},
|
|
4188
4561
|
"list": {
|
|
4189
4562
|
"method": "GET",
|
|
4190
4563
|
"params": [
|
|
@@ -4196,7 +4569,7 @@ export const bindings: BindingsMap = {
|
|
|
4196
4569
|
"path": "/governance/api/v1/products",
|
|
4197
4570
|
"readOnly": true
|
|
4198
4571
|
},
|
|
4199
|
-
"list-
|
|
4572
|
+
"list-access": {
|
|
4200
4573
|
"method": "GET",
|
|
4201
4574
|
"params": [
|
|
4202
4575
|
{
|
|
@@ -4204,7 +4577,7 @@ export const bindings: BindingsMap = {
|
|
|
4204
4577
|
"name": "productId"
|
|
4205
4578
|
}
|
|
4206
4579
|
],
|
|
4207
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4580
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4208
4581
|
"readOnly": true
|
|
4209
4582
|
},
|
|
4210
4583
|
"list-members": {
|
|
@@ -4229,19 +4602,19 @@ export const bindings: BindingsMap = {
|
|
|
4229
4602
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4230
4603
|
"readOnly": true
|
|
4231
4604
|
},
|
|
4232
|
-
"revoke-
|
|
4233
|
-
"method": "
|
|
4605
|
+
"revoke-access": {
|
|
4606
|
+
"method": "DELETE",
|
|
4234
4607
|
"params": [
|
|
4235
4608
|
{
|
|
4236
|
-
"in": "
|
|
4609
|
+
"in": "path",
|
|
4237
4610
|
"name": "productId"
|
|
4238
4611
|
},
|
|
4239
4612
|
{
|
|
4240
|
-
"in": "
|
|
4241
|
-
"name": "
|
|
4613
|
+
"in": "path",
|
|
4614
|
+
"name": "userId"
|
|
4242
4615
|
}
|
|
4243
4616
|
],
|
|
4244
|
-
"path": "/governance/api/v1/products/
|
|
4617
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4245
4618
|
"readOnly": false
|
|
4246
4619
|
},
|
|
4247
4620
|
"select": {
|
|
@@ -4255,6 +4628,29 @@ export const bindings: BindingsMap = {
|
|
|
4255
4628
|
"path": "/governance/api/v1/products/select",
|
|
4256
4629
|
"readOnly": false
|
|
4257
4630
|
},
|
|
4631
|
+
"set-access": {
|
|
4632
|
+
"method": "PUT",
|
|
4633
|
+
"params": [
|
|
4634
|
+
{
|
|
4635
|
+
"in": "path",
|
|
4636
|
+
"name": "productId"
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"in": "path",
|
|
4640
|
+
"name": "userId"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"in": "body",
|
|
4644
|
+
"name": "role"
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"in": "body",
|
|
4648
|
+
"name": "roleId"
|
|
4649
|
+
}
|
|
4650
|
+
],
|
|
4651
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4652
|
+
"readOnly": false
|
|
4653
|
+
},
|
|
4258
4654
|
"update": {
|
|
4259
4655
|
"method": "PATCH",
|
|
4260
4656
|
"params": [
|
|
@@ -4265,6 +4661,10 @@ export const bindings: BindingsMap = {
|
|
|
4265
4661
|
{
|
|
4266
4662
|
"in": "body",
|
|
4267
4663
|
"name": "name"
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"in": "body",
|
|
4667
|
+
"name": "description"
|
|
4268
4668
|
}
|
|
4269
4669
|
],
|
|
4270
4670
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4455,6 +4855,160 @@ export const bindings: BindingsMap = {
|
|
|
4455
4855
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4456
4856
|
"readOnly": false
|
|
4457
4857
|
}
|
|
4858
|
+
},
|
|
4859
|
+
"support-thread": {
|
|
4860
|
+
"create": {
|
|
4861
|
+
"method": "POST",
|
|
4862
|
+
"params": [
|
|
4863
|
+
{
|
|
4864
|
+
"in": "body",
|
|
4865
|
+
"name": "title"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"in": "body",
|
|
4869
|
+
"name": "body"
|
|
4870
|
+
}
|
|
4871
|
+
],
|
|
4872
|
+
"path": "/governance/api/v1/support/threads",
|
|
4873
|
+
"readOnly": false
|
|
4874
|
+
},
|
|
4875
|
+
"get": {
|
|
4876
|
+
"method": "GET",
|
|
4877
|
+
"params": [
|
|
4878
|
+
{
|
|
4879
|
+
"in": "path",
|
|
4880
|
+
"name": "id"
|
|
4881
|
+
}
|
|
4882
|
+
],
|
|
4883
|
+
"path": "/governance/api/v1/support/threads/:id",
|
|
4884
|
+
"readOnly": true
|
|
4885
|
+
},
|
|
4886
|
+
"reply": {
|
|
4887
|
+
"method": "POST",
|
|
4888
|
+
"params": [
|
|
4889
|
+
{
|
|
4890
|
+
"in": "path",
|
|
4891
|
+
"name": "id"
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
"in": "body",
|
|
4895
|
+
"name": "body"
|
|
4896
|
+
}
|
|
4897
|
+
],
|
|
4898
|
+
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
4899
|
+
"readOnly": false
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4902
|
+
"support-threads": {
|
|
4903
|
+
"list": {
|
|
4904
|
+
"method": "GET",
|
|
4905
|
+
"path": "/governance/api/v1/support/threads",
|
|
4906
|
+
"readOnly": true
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4909
|
+
},
|
|
4910
|
+
"playground": {
|
|
4911
|
+
"analytics": {
|
|
4912
|
+
"overview": {
|
|
4913
|
+
"method": "POST",
|
|
4914
|
+
"params": [
|
|
4915
|
+
{
|
|
4916
|
+
"in": "body",
|
|
4917
|
+
"name": "limit"
|
|
4918
|
+
}
|
|
4919
|
+
],
|
|
4920
|
+
"path": "/playground/analytics/overview",
|
|
4921
|
+
"readOnly": true
|
|
4922
|
+
}
|
|
4923
|
+
},
|
|
4924
|
+
"billing": {
|
|
4925
|
+
"entitlements": {
|
|
4926
|
+
"method": "POST",
|
|
4927
|
+
"path": "/playground/billing/entitlements",
|
|
4928
|
+
"readOnly": true
|
|
4929
|
+
},
|
|
4930
|
+
"record-usage": {
|
|
4931
|
+
"method": "POST",
|
|
4932
|
+
"params": [
|
|
4933
|
+
{
|
|
4934
|
+
"in": "body",
|
|
4935
|
+
"name": "value"
|
|
4936
|
+
}
|
|
4937
|
+
],
|
|
4938
|
+
"path": "/playground/billing/usage",
|
|
4939
|
+
"readOnly": false
|
|
4940
|
+
}
|
|
4941
|
+
},
|
|
4942
|
+
"clickup": {
|
|
4943
|
+
"create-task": {
|
|
4944
|
+
"method": "POST",
|
|
4945
|
+
"params": [
|
|
4946
|
+
{
|
|
4947
|
+
"in": "body",
|
|
4948
|
+
"name": "listId"
|
|
4949
|
+
},
|
|
4950
|
+
{
|
|
4951
|
+
"in": "body",
|
|
4952
|
+
"name": "name"
|
|
4953
|
+
}
|
|
4954
|
+
],
|
|
4955
|
+
"path": "/playground/clickup/tasks",
|
|
4956
|
+
"readOnly": false
|
|
4957
|
+
},
|
|
4958
|
+
"get-last-webhook": {
|
|
4959
|
+
"method": "GET",
|
|
4960
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4961
|
+
"readOnly": true
|
|
4962
|
+
},
|
|
4963
|
+
"get-overview": {
|
|
4964
|
+
"method": "GET",
|
|
4965
|
+
"path": "/playground/clickup/overview",
|
|
4966
|
+
"readOnly": true
|
|
4967
|
+
}
|
|
4968
|
+
},
|
|
4969
|
+
"gdrive": {
|
|
4970
|
+
"get-last-change": {
|
|
4971
|
+
"method": "GET",
|
|
4972
|
+
"path": "/playground/gdrive/changes/last",
|
|
4973
|
+
"readOnly": true
|
|
4974
|
+
},
|
|
4975
|
+
"read-file": {
|
|
4976
|
+
"method": "POST",
|
|
4977
|
+
"params": [
|
|
4978
|
+
{
|
|
4979
|
+
"in": "body",
|
|
4980
|
+
"name": "fileId"
|
|
4981
|
+
}
|
|
4982
|
+
],
|
|
4983
|
+
"path": "/playground/gdrive/file",
|
|
4984
|
+
"readOnly": true
|
|
4985
|
+
}
|
|
4986
|
+
},
|
|
4987
|
+
"googleads": {
|
|
4988
|
+
"read-customer": {
|
|
4989
|
+
"method": "POST",
|
|
4990
|
+
"path": "/playground/googleads/customer",
|
|
4991
|
+
"readOnly": true
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4994
|
+
"lifecycle": {
|
|
4995
|
+
"get-state": {
|
|
4996
|
+
"method": "GET",
|
|
4997
|
+
"path": "/playground/lifecycle/state",
|
|
4998
|
+
"readOnly": true
|
|
4999
|
+
},
|
|
5000
|
+
"list-events": {
|
|
5001
|
+
"method": "GET",
|
|
5002
|
+
"path": "/playground/lifecycle/events",
|
|
5003
|
+
"readOnly": true
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
5006
|
+
"webhook": {
|
|
5007
|
+
"get-last": {
|
|
5008
|
+
"method": "GET",
|
|
5009
|
+
"path": "/playground/webhooks/last",
|
|
5010
|
+
"readOnly": true
|
|
5011
|
+
}
|
|
4458
5012
|
}
|
|
4459
5013
|
},
|
|
4460
5014
|
"realtime": {
|