@lessly/sdk-app 31.2.0 → 32.1.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-CgxJO9Bv.d.cts → client.gen-BaBUJ3xx.d.cts} +47 -77
- package/dist/{client.gen-CgxJO9Bv.d.ts → client.gen-BaBUJ3xx.d.ts} +47 -77
- 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 +4 -71
- 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 +4 -71
- 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/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.cjs +0 -25
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +2 -22
- package/dist/organization/index.d.ts +2 -22
- package/dist/organization/index.js +1 -21
- 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/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 +4 -71
- package/src/gen/client.gen.ts +0 -15
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -31
- package/src/gen/types.gen.ts +46 -81
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4464,17 +4464,6 @@ var bindings = {
|
|
|
4464
4464
|
}
|
|
4465
4465
|
},
|
|
4466
4466
|
"product": {
|
|
4467
|
-
"accept-invitation": {
|
|
4468
|
-
"method": "POST",
|
|
4469
|
-
"params": [
|
|
4470
|
-
{
|
|
4471
|
-
"in": "path",
|
|
4472
|
-
"name": "token"
|
|
4473
|
-
}
|
|
4474
|
-
],
|
|
4475
|
-
"path": "/governance/api/v1/invitations/:token/accept",
|
|
4476
|
-
"readOnly": false
|
|
4477
|
-
},
|
|
4478
4467
|
"create": {
|
|
4479
4468
|
"method": "POST",
|
|
4480
4469
|
"params": [
|
|
@@ -4494,25 +4483,6 @@ var bindings = {
|
|
|
4494
4483
|
"path": "/governance/api/v1/products",
|
|
4495
4484
|
"readOnly": false
|
|
4496
4485
|
},
|
|
4497
|
-
"invite": {
|
|
4498
|
-
"method": "POST",
|
|
4499
|
-
"params": [
|
|
4500
|
-
{
|
|
4501
|
-
"in": "path",
|
|
4502
|
-
"name": "productId"
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"in": "body",
|
|
4506
|
-
"name": "email"
|
|
4507
|
-
},
|
|
4508
|
-
{
|
|
4509
|
-
"in": "body",
|
|
4510
|
-
"name": "role"
|
|
4511
|
-
}
|
|
4512
|
-
],
|
|
4513
|
-
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4514
|
-
"readOnly": false
|
|
4515
|
-
},
|
|
4516
4486
|
"list": {
|
|
4517
4487
|
"method": "GET",
|
|
4518
4488
|
"params": [
|
|
@@ -4535,17 +4505,6 @@ var bindings = {
|
|
|
4535
4505
|
"path": "/governance/api/v1/products/:productId/access",
|
|
4536
4506
|
"readOnly": true
|
|
4537
4507
|
},
|
|
4538
|
-
"list-invitations": {
|
|
4539
|
-
"method": "GET",
|
|
4540
|
-
"params": [
|
|
4541
|
-
{
|
|
4542
|
-
"in": "path",
|
|
4543
|
-
"name": "productId"
|
|
4544
|
-
}
|
|
4545
|
-
],
|
|
4546
|
-
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4547
|
-
"readOnly": true
|
|
4548
|
-
},
|
|
4549
4508
|
"list-members": {
|
|
4550
4509
|
"method": "GET",
|
|
4551
4510
|
"params": [
|
|
@@ -4568,21 +4527,6 @@ var bindings = {
|
|
|
4568
4527
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4569
4528
|
"readOnly": true
|
|
4570
4529
|
},
|
|
4571
|
-
"resend-invitation": {
|
|
4572
|
-
"method": "POST",
|
|
4573
|
-
"params": [
|
|
4574
|
-
{
|
|
4575
|
-
"in": "path",
|
|
4576
|
-
"name": "productId"
|
|
4577
|
-
},
|
|
4578
|
-
{
|
|
4579
|
-
"in": "path",
|
|
4580
|
-
"name": "id"
|
|
4581
|
-
}
|
|
4582
|
-
],
|
|
4583
|
-
"path": "/governance/api/v1/products/:productId/invitations/:id/resend",
|
|
4584
|
-
"readOnly": false
|
|
4585
|
-
},
|
|
4586
4530
|
"revoke-access": {
|
|
4587
4531
|
"method": "DELETE",
|
|
4588
4532
|
"params": [
|
|
@@ -4598,21 +4542,6 @@ var bindings = {
|
|
|
4598
4542
|
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4599
4543
|
"readOnly": false
|
|
4600
4544
|
},
|
|
4601
|
-
"revoke-invitation": {
|
|
4602
|
-
"method": "POST",
|
|
4603
|
-
"params": [
|
|
4604
|
-
{
|
|
4605
|
-
"in": "body",
|
|
4606
|
-
"name": "productId"
|
|
4607
|
-
},
|
|
4608
|
-
{
|
|
4609
|
-
"in": "body",
|
|
4610
|
-
"name": "invitationId"
|
|
4611
|
-
}
|
|
4612
|
-
],
|
|
4613
|
-
"path": "/governance/api/v1/products/revoke-invitation",
|
|
4614
|
-
"readOnly": false
|
|
4615
|
-
},
|
|
4616
4545
|
"select": {
|
|
4617
4546
|
"method": "POST",
|
|
4618
4547
|
"params": [
|
|
@@ -4657,6 +4586,10 @@ var bindings = {
|
|
|
4657
4586
|
{
|
|
4658
4587
|
"in": "body",
|
|
4659
4588
|
"name": "name"
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"in": "body",
|
|
4592
|
+
"name": "description"
|
|
4660
4593
|
}
|
|
4661
4594
|
],
|
|
4662
4595
|
"path": "/governance/api/v1/products/:productId",
|