@lessly/sdk-app 15.1.0 → 16.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-BeFnNb6g.d.cts → client.gen-lpkpZleM.d.cts} +54 -5
- package/dist/{client.gen-BeFnNb6g.d.ts → client.gen-lpkpZleM.d.ts} +54 -5
- 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 +60 -0
- 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 +60 -0
- 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/organization/index.cjs +10 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +10 -2
- package/dist/organization/index.d.ts +10 -2
- package/dist/organization/index.js +9 -1
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/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 +2 -2
- package/src/gen/bindings.gen.ts +60 -0
- package/src/gen/client.gen.ts +8 -0
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +12 -0
- package/src/gen/types.gen.ts +53 -4
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3579,6 +3579,30 @@ var bindings = {
|
|
|
3579
3579
|
{
|
|
3580
3580
|
"in": "body",
|
|
3581
3581
|
"name": "name"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"in": "body",
|
|
3585
|
+
"name": "legalName"
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"in": "body",
|
|
3589
|
+
"name": "ownerName"
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"in": "body",
|
|
3593
|
+
"name": "countryOfIncorporation"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"in": "body",
|
|
3597
|
+
"name": "residencyCountry"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"in": "body",
|
|
3601
|
+
"name": "beneficialOwners"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"in": "body",
|
|
3605
|
+
"name": "ownershipConfirmed"
|
|
3582
3606
|
}
|
|
3583
3607
|
],
|
|
3584
3608
|
"path": "/governance/api/v1/organizations",
|
|
@@ -4183,6 +4207,10 @@ var bindings = {
|
|
|
4183
4207
|
{
|
|
4184
4208
|
"in": "body",
|
|
4185
4209
|
"name": "name"
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"in": "body",
|
|
4213
|
+
"name": "organizationId"
|
|
4186
4214
|
}
|
|
4187
4215
|
],
|
|
4188
4216
|
"path": "/governance/api/v1/products",
|
|
@@ -4198,6 +4226,10 @@ var bindings = {
|
|
|
4198
4226
|
{
|
|
4199
4227
|
"in": "body",
|
|
4200
4228
|
"name": "email"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"in": "body",
|
|
4232
|
+
"name": "role"
|
|
4201
4233
|
}
|
|
4202
4234
|
],
|
|
4203
4235
|
"path": "/governance/api/v1/products/:productId/invitations",
|
|
@@ -4272,6 +4304,21 @@ var bindings = {
|
|
|
4272
4304
|
],
|
|
4273
4305
|
"path": "/governance/api/v1/products/select",
|
|
4274
4306
|
"readOnly": false
|
|
4307
|
+
},
|
|
4308
|
+
"update": {
|
|
4309
|
+
"method": "PATCH",
|
|
4310
|
+
"params": [
|
|
4311
|
+
{
|
|
4312
|
+
"in": "path",
|
|
4313
|
+
"name": "productId"
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"in": "body",
|
|
4317
|
+
"name": "name"
|
|
4318
|
+
}
|
|
4319
|
+
],
|
|
4320
|
+
"path": "/governance/api/v1/products/:productId",
|
|
4321
|
+
"readOnly": false
|
|
4275
4322
|
}
|
|
4276
4323
|
},
|
|
4277
4324
|
"roles": {
|
|
@@ -4366,6 +4413,19 @@ var bindings = {
|
|
|
4366
4413
|
"path": "/governance/api/v1/organizations/:orgId/roles/:roleId",
|
|
4367
4414
|
"readOnly": false
|
|
4368
4415
|
}
|
|
4416
|
+
},
|
|
4417
|
+
"security-mfa": {
|
|
4418
|
+
"enable": {
|
|
4419
|
+
"method": "POST",
|
|
4420
|
+
"params": [
|
|
4421
|
+
{
|
|
4422
|
+
"in": "path",
|
|
4423
|
+
"name": "organizationId"
|
|
4424
|
+
}
|
|
4425
|
+
],
|
|
4426
|
+
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4427
|
+
"readOnly": false
|
|
4428
|
+
}
|
|
4369
4429
|
}
|
|
4370
4430
|
},
|
|
4371
4431
|
"playground": {
|