@lessly/sdk-app 4.0.0 → 6.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/index.cjs CHANGED
@@ -3573,6 +3573,21 @@ var bindings = {
3573
3573
  }
3574
3574
  },
3575
3575
  "connectors": {
3576
+ "approve-request": {
3577
+ "method": "POST",
3578
+ "params": [
3579
+ {
3580
+ "in": "path",
3581
+ "name": "id"
3582
+ },
3583
+ {
3584
+ "in": "path",
3585
+ "name": "requestId"
3586
+ }
3587
+ ],
3588
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
3589
+ "readOnly": false
3590
+ },
3576
3591
  "attach": {
3577
3592
  "method": "POST",
3578
3593
  "params": [
@@ -3599,6 +3614,21 @@ var bindings = {
3599
3614
  "path": "/governance/api/v1/connectors/:id/org",
3600
3615
  "readOnly": false
3601
3616
  },
3617
+ "deny-request": {
3618
+ "method": "POST",
3619
+ "params": [
3620
+ {
3621
+ "in": "path",
3622
+ "name": "id"
3623
+ },
3624
+ {
3625
+ "in": "path",
3626
+ "name": "requestId"
3627
+ }
3628
+ ],
3629
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
3630
+ "readOnly": false
3631
+ },
3602
3632
  "detach": {
3603
3633
  "method": "DELETE",
3604
3634
  "params": [
@@ -3636,6 +3666,17 @@ var bindings = {
3636
3666
  "path": "/governance/api/v1/connectors/:id/attachments",
3637
3667
  "readOnly": true
3638
3668
  },
3669
+ "list-available": {
3670
+ "method": "GET",
3671
+ "params": [
3672
+ {
3673
+ "in": "query",
3674
+ "name": "productId"
3675
+ }
3676
+ ],
3677
+ "path": "/governance/api/v1/connectors/available",
3678
+ "readOnly": true
3679
+ },
3639
3680
  "list-org": {
3640
3681
  "method": "GET",
3641
3682
  "params": [
@@ -3647,6 +3688,21 @@ var bindings = {
3647
3688
  "path": "/governance/api/v1/organizations/:organizationId/connectors",
3648
3689
  "readOnly": true
3649
3690
  },
3691
+ "list-requests": {
3692
+ "method": "GET",
3693
+ "params": [
3694
+ {
3695
+ "in": "path",
3696
+ "name": "organizationId"
3697
+ },
3698
+ {
3699
+ "in": "query",
3700
+ "name": "status"
3701
+ }
3702
+ ],
3703
+ "path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
3704
+ "readOnly": true
3705
+ },
3650
3706
  "remove": {
3651
3707
  "method": "DELETE",
3652
3708
  "params": [
@@ -3657,6 +3713,21 @@ var bindings = {
3657
3713
  ],
3658
3714
  "path": "/governance/api/v1/connectors/:id",
3659
3715
  "readOnly": false
3716
+ },
3717
+ "request": {
3718
+ "method": "POST",
3719
+ "params": [
3720
+ {
3721
+ "in": "query",
3722
+ "name": "productId"
3723
+ },
3724
+ {
3725
+ "in": "path",
3726
+ "name": "id"
3727
+ }
3728
+ ],
3729
+ "path": "/governance/api/v1/connectors/:id/requests",
3730
+ "readOnly": false
3660
3731
  }
3661
3732
  },
3662
3733
  "domains": {