@lessly/sdk-app 3.0.0 → 5.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-C2BnhKLx.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CiagsE6V.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-C2BnhKLx.js';
1
+ import { G as GeneratedClient } from './client.gen-CiagsE6V.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,13 +3571,24 @@ var bindings = {
3571
3571
  }
3572
3572
  },
3573
3573
  "connectors": {
3574
- "attach": {
3574
+ "approve-request": {
3575
3575
  "method": "POST",
3576
3576
  "params": [
3577
3577
  {
3578
- "in": "body",
3579
- "name": "organizationId"
3578
+ "in": "path",
3579
+ "name": "id"
3580
3580
  },
3581
+ {
3582
+ "in": "path",
3583
+ "name": "requestId"
3584
+ }
3585
+ ],
3586
+ "path": "/governance/api/v1/connectors/:id/requests/:requestId/approve",
3587
+ "readOnly": false
3588
+ },
3589
+ "attach": {
3590
+ "method": "POST",
3591
+ "params": [
3581
3592
  {
3582
3593
  "in": "path",
3583
3594
  "name": "id"
@@ -3601,6 +3612,21 @@ var bindings = {
3601
3612
  "path": "/governance/api/v1/connectors/:id/org",
3602
3613
  "readOnly": false
3603
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
+ },
3604
3630
  "detach": {
3605
3631
  "method": "DELETE",
3606
3632
  "params": [
@@ -3638,6 +3664,17 @@ var bindings = {
3638
3664
  "path": "/governance/api/v1/connectors/:id/attachments",
3639
3665
  "readOnly": true
3640
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
+ },
3641
3678
  "list-org": {
3642
3679
  "method": "GET",
3643
3680
  "params": [
@@ -3649,6 +3686,21 @@ var bindings = {
3649
3686
  "path": "/governance/api/v1/organizations/:organizationId/connectors",
3650
3687
  "readOnly": true
3651
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
+ },
3652
3704
  "remove": {
3653
3705
  "method": "DELETE",
3654
3706
  "params": [
@@ -3659,6 +3711,21 @@ var bindings = {
3659
3711
  ],
3660
3712
  "path": "/governance/api/v1/connectors/:id",
3661
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
3662
3729
  }
3663
3730
  },
3664
3731
  "domains": {