@lessly/sdk-app 36.3.0 → 37.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-C6K8y7em.d.cts → client.gen-C7SVQnZq.d.cts} +144 -57
- package/dist/{client.gen-C6K8y7em.d.ts → client.gen-C7SVQnZq.d.ts} +144 -57
- 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 +85 -38
- 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 +85 -38
- 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 +33 -18
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +27 -15
- package/dist/organization/index.d.ts +27 -15
- package/dist/organization/index.js +27 -15
- package/dist/organization/index.js.map +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/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 +85 -38
- package/src/gen/client.gen.ts +25 -12
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +41 -21
- package/src/gen/types.gen.ts +143 -56
package/dist/index.cjs
CHANGED
|
@@ -4276,17 +4276,6 @@ var bindings = {
|
|
|
4276
4276
|
}
|
|
4277
4277
|
},
|
|
4278
4278
|
"product": {
|
|
4279
|
-
"accept-invitation": {
|
|
4280
|
-
"method": "POST",
|
|
4281
|
-
"params": [
|
|
4282
|
-
{
|
|
4283
|
-
"in": "path",
|
|
4284
|
-
"name": "token"
|
|
4285
|
-
}
|
|
4286
|
-
],
|
|
4287
|
-
"path": "/governance/api/v1/invitations/:token/accept",
|
|
4288
|
-
"readOnly": false
|
|
4289
|
-
},
|
|
4290
4279
|
"create": {
|
|
4291
4280
|
"method": "POST",
|
|
4292
4281
|
"params": [
|
|
@@ -4306,25 +4295,6 @@ var bindings = {
|
|
|
4306
4295
|
"path": "/governance/api/v1/products",
|
|
4307
4296
|
"readOnly": false
|
|
4308
4297
|
},
|
|
4309
|
-
"invite": {
|
|
4310
|
-
"method": "POST",
|
|
4311
|
-
"params": [
|
|
4312
|
-
{
|
|
4313
|
-
"in": "path",
|
|
4314
|
-
"name": "productId"
|
|
4315
|
-
},
|
|
4316
|
-
{
|
|
4317
|
-
"in": "body",
|
|
4318
|
-
"name": "email"
|
|
4319
|
-
},
|
|
4320
|
-
{
|
|
4321
|
-
"in": "body",
|
|
4322
|
-
"name": "role"
|
|
4323
|
-
}
|
|
4324
|
-
],
|
|
4325
|
-
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4326
|
-
"readOnly": false
|
|
4327
|
-
},
|
|
4328
4298
|
"list": {
|
|
4329
4299
|
"method": "GET",
|
|
4330
4300
|
"params": [
|
|
@@ -4336,7 +4306,7 @@ var bindings = {
|
|
|
4336
4306
|
"path": "/governance/api/v1/products",
|
|
4337
4307
|
"readOnly": true
|
|
4338
4308
|
},
|
|
4339
|
-
"list-
|
|
4309
|
+
"list-access": {
|
|
4340
4310
|
"method": "GET",
|
|
4341
4311
|
"params": [
|
|
4342
4312
|
{
|
|
@@ -4344,7 +4314,7 @@ var bindings = {
|
|
|
4344
4314
|
"name": "productId"
|
|
4345
4315
|
}
|
|
4346
4316
|
],
|
|
4347
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4317
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4348
4318
|
"readOnly": true
|
|
4349
4319
|
},
|
|
4350
4320
|
"list-members": {
|
|
@@ -4369,19 +4339,19 @@ var bindings = {
|
|
|
4369
4339
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4370
4340
|
"readOnly": true
|
|
4371
4341
|
},
|
|
4372
|
-
"revoke-
|
|
4373
|
-
"method": "
|
|
4342
|
+
"revoke-access": {
|
|
4343
|
+
"method": "DELETE",
|
|
4374
4344
|
"params": [
|
|
4375
4345
|
{
|
|
4376
|
-
"in": "
|
|
4346
|
+
"in": "path",
|
|
4377
4347
|
"name": "productId"
|
|
4378
4348
|
},
|
|
4379
4349
|
{
|
|
4380
|
-
"in": "
|
|
4381
|
-
"name": "
|
|
4350
|
+
"in": "path",
|
|
4351
|
+
"name": "userId"
|
|
4382
4352
|
}
|
|
4383
4353
|
],
|
|
4384
|
-
"path": "/governance/api/v1/products/
|
|
4354
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4385
4355
|
"readOnly": false
|
|
4386
4356
|
},
|
|
4387
4357
|
"select": {
|
|
@@ -4395,6 +4365,29 @@ var bindings = {
|
|
|
4395
4365
|
"path": "/governance/api/v1/products/select",
|
|
4396
4366
|
"readOnly": false
|
|
4397
4367
|
},
|
|
4368
|
+
"set-access": {
|
|
4369
|
+
"method": "PUT",
|
|
4370
|
+
"params": [
|
|
4371
|
+
{
|
|
4372
|
+
"in": "path",
|
|
4373
|
+
"name": "productId"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"in": "path",
|
|
4377
|
+
"name": "userId"
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"in": "body",
|
|
4381
|
+
"name": "role"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"in": "body",
|
|
4385
|
+
"name": "roleId"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4389
|
+
"readOnly": false
|
|
4390
|
+
},
|
|
4398
4391
|
"update": {
|
|
4399
4392
|
"method": "PATCH",
|
|
4400
4393
|
"params": [
|
|
@@ -4405,6 +4398,10 @@ var bindings = {
|
|
|
4405
4398
|
{
|
|
4406
4399
|
"in": "body",
|
|
4407
4400
|
"name": "name"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"in": "body",
|
|
4404
|
+
"name": "description"
|
|
4408
4405
|
}
|
|
4409
4406
|
],
|
|
4410
4407
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4595,6 +4592,56 @@ var bindings = {
|
|
|
4595
4592
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4596
4593
|
"readOnly": false
|
|
4597
4594
|
}
|
|
4595
|
+
},
|
|
4596
|
+
"support-thread": {
|
|
4597
|
+
"create": {
|
|
4598
|
+
"method": "POST",
|
|
4599
|
+
"params": [
|
|
4600
|
+
{
|
|
4601
|
+
"in": "body",
|
|
4602
|
+
"name": "title"
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"in": "body",
|
|
4606
|
+
"name": "body"
|
|
4607
|
+
}
|
|
4608
|
+
],
|
|
4609
|
+
"path": "/governance/api/v1/support/threads",
|
|
4610
|
+
"readOnly": false
|
|
4611
|
+
},
|
|
4612
|
+
"get": {
|
|
4613
|
+
"method": "GET",
|
|
4614
|
+
"params": [
|
|
4615
|
+
{
|
|
4616
|
+
"in": "path",
|
|
4617
|
+
"name": "id"
|
|
4618
|
+
}
|
|
4619
|
+
],
|
|
4620
|
+
"path": "/governance/api/v1/support/threads/:id",
|
|
4621
|
+
"readOnly": true
|
|
4622
|
+
},
|
|
4623
|
+
"reply": {
|
|
4624
|
+
"method": "POST",
|
|
4625
|
+
"params": [
|
|
4626
|
+
{
|
|
4627
|
+
"in": "path",
|
|
4628
|
+
"name": "id"
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"in": "body",
|
|
4632
|
+
"name": "body"
|
|
4633
|
+
}
|
|
4634
|
+
],
|
|
4635
|
+
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
4636
|
+
"readOnly": false
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
"support-threads": {
|
|
4640
|
+
"list": {
|
|
4641
|
+
"method": "GET",
|
|
4642
|
+
"path": "/governance/api/v1/support/threads",
|
|
4643
|
+
"readOnly": true
|
|
4644
|
+
}
|
|
4598
4645
|
}
|
|
4599
4646
|
},
|
|
4600
4647
|
"realtime": {
|