@lessly/sdk-app 15.1.1 → 17.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-CxFsxxHW.cjs';
1
+ import { G as GeneratedClient } from './client.gen-DYlVp4ZF.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-CxFsxxHW.js';
1
+ import { G as GeneratedClient } from './client.gen-DYlVp4ZF.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -3592,6 +3592,30 @@ var bindings = {
3592
3592
  {
3593
3593
  "in": "body",
3594
3594
  "name": "name"
3595
+ },
3596
+ {
3597
+ "in": "body",
3598
+ "name": "legalName"
3599
+ },
3600
+ {
3601
+ "in": "body",
3602
+ "name": "ownerName"
3603
+ },
3604
+ {
3605
+ "in": "body",
3606
+ "name": "countryOfIncorporation"
3607
+ },
3608
+ {
3609
+ "in": "body",
3610
+ "name": "residencyCountry"
3611
+ },
3612
+ {
3613
+ "in": "body",
3614
+ "name": "beneficialOwners"
3615
+ },
3616
+ {
3617
+ "in": "body",
3618
+ "name": "ownershipConfirmed"
3595
3619
  }
3596
3620
  ],
3597
3621
  "path": "/governance/api/v1/organizations",
@@ -4196,6 +4220,10 @@ var bindings = {
4196
4220
  {
4197
4221
  "in": "body",
4198
4222
  "name": "name"
4223
+ },
4224
+ {
4225
+ "in": "body",
4226
+ "name": "organizationId"
4199
4227
  }
4200
4228
  ],
4201
4229
  "path": "/governance/api/v1/products",
@@ -4211,6 +4239,10 @@ var bindings = {
4211
4239
  {
4212
4240
  "in": "body",
4213
4241
  "name": "email"
4242
+ },
4243
+ {
4244
+ "in": "body",
4245
+ "name": "role"
4214
4246
  }
4215
4247
  ],
4216
4248
  "path": "/governance/api/v1/products/:productId/invitations",
@@ -4285,6 +4317,21 @@ var bindings = {
4285
4317
  ],
4286
4318
  "path": "/governance/api/v1/products/select",
4287
4319
  "readOnly": false
4320
+ },
4321
+ "update": {
4322
+ "method": "PATCH",
4323
+ "params": [
4324
+ {
4325
+ "in": "path",
4326
+ "name": "productId"
4327
+ },
4328
+ {
4329
+ "in": "body",
4330
+ "name": "name"
4331
+ }
4332
+ ],
4333
+ "path": "/governance/api/v1/products/:productId",
4334
+ "readOnly": false
4288
4335
  }
4289
4336
  },
4290
4337
  "roles": {
@@ -4379,6 +4426,19 @@ var bindings = {
4379
4426
  "path": "/governance/api/v1/organizations/:orgId/roles/:roleId",
4380
4427
  "readOnly": false
4381
4428
  }
4429
+ },
4430
+ "security-mfa": {
4431
+ "enable": {
4432
+ "method": "POST",
4433
+ "params": [
4434
+ {
4435
+ "in": "path",
4436
+ "name": "organizationId"
4437
+ }
4438
+ ],
4439
+ "path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
4440
+ "readOnly": false
4441
+ }
4382
4442
  }
4383
4443
  },
4384
4444
  "realtime": {