@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.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-X92iZNqA.cjs';
1
+ import { G as GeneratedClient } from './client.gen-lqYZj1I0.cjs';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-X92iZNqA.js';
1
+ import { G as GeneratedClient } from './client.gen-lqYZj1I0.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -3571,6 +3571,21 @@ var bindings = {
3571
3571
  }
3572
3572
  },
3573
3573
  "connectors": {
3574
+ "approve-request": {
3575
+ "method": "POST",
3576
+ "params": [
3577
+ {
3578
+ "in": "path",
3579
+ "name": "id"
3580
+ },
3581
+ {
3582
+ "in": "path",
3583
+ "name": "requestId"
3584
+ }
3585
+ ],
3586
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
3587
+ "readOnly": false
3588
+ },
3574
3589
  "attach": {
3575
3590
  "method": "POST",
3576
3591
  "params": [
@@ -3597,6 +3612,21 @@ var bindings = {
3597
3612
  "path": "/governance/api/v1/connectors/:id/org",
3598
3613
  "readOnly": false
3599
3614
  },
3615
+ "deny-request": {
3616
+ "method": "POST",
3617
+ "params": [
3618
+ {
3619
+ "in": "path",
3620
+ "name": "id"
3621
+ },
3622
+ {
3623
+ "in": "path",
3624
+ "name": "requestId"
3625
+ }
3626
+ ],
3627
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/deny",
3628
+ "readOnly": false
3629
+ },
3600
3630
  "detach": {
3601
3631
  "method": "DELETE",
3602
3632
  "params": [
@@ -3634,6 +3664,17 @@ var bindings = {
3634
3664
  "path": "/governance/api/v1/connectors/:id/attachments",
3635
3665
  "readOnly": true
3636
3666
  },
3667
+ "list-available": {
3668
+ "method": "GET",
3669
+ "params": [
3670
+ {
3671
+ "in": "query",
3672
+ "name": "productId"
3673
+ }
3674
+ ],
3675
+ "path": "/governance/api/v1/connectors/available",
3676
+ "readOnly": true
3677
+ },
3637
3678
  "list-org": {
3638
3679
  "method": "GET",
3639
3680
  "params": [
@@ -3645,6 +3686,21 @@ var bindings = {
3645
3686
  "path": "/governance/api/v1/organizations/:organizationId/connectors",
3646
3687
  "readOnly": true
3647
3688
  },
3689
+ "list-requests": {
3690
+ "method": "GET",
3691
+ "params": [
3692
+ {
3693
+ "in": "path",
3694
+ "name": "organizationId"
3695
+ },
3696
+ {
3697
+ "in": "query",
3698
+ "name": "status"
3699
+ }
3700
+ ],
3701
+ "path": "/governance/api/v1/organizations/:organizationId/connectors/requests",
3702
+ "readOnly": true
3703
+ },
3648
3704
  "remove": {
3649
3705
  "method": "DELETE",
3650
3706
  "params": [
@@ -3655,6 +3711,21 @@ var bindings = {
3655
3711
  ],
3656
3712
  "path": "/governance/api/v1/connectors/:id",
3657
3713
  "readOnly": false
3714
+ },
3715
+ "request": {
3716
+ "method": "POST",
3717
+ "params": [
3718
+ {
3719
+ "in": "query",
3720
+ "name": "productId"
3721
+ },
3722
+ {
3723
+ "in": "path",
3724
+ "name": "id"
3725
+ }
3726
+ ],
3727
+ "path": "/governance/api/v1/connectors/:id/requests",
3728
+ "readOnly": false
3658
3729
  }
3659
3730
  },
3660
3731
  "domains": {