@lessly/sdk-app 31.1.0 → 31.2.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-3v2tDsvG.d.cts → client.gen-CgxJO9Bv.d.cts} +57 -1
- package/dist/{client.gen-3v2tDsvG.d.ts → client.gen-CgxJO9Bv.d.ts} +57 -1
- 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 +49 -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 +49 -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/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.cjs +15 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +14 -2
- package/dist/organization/index.d.ts +14 -2
- package/dist/organization/index.js +13 -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/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 +49 -0
- package/src/gen/client.gen.ts +9 -0
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +19 -0
- package/src/gen/types.gen.ts +59 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4524,6 +4524,17 @@ var bindings = {
|
|
|
4524
4524
|
"path": "/governance/api/v1/products",
|
|
4525
4525
|
"readOnly": true
|
|
4526
4526
|
},
|
|
4527
|
+
"list-access": {
|
|
4528
|
+
"method": "GET",
|
|
4529
|
+
"params": [
|
|
4530
|
+
{
|
|
4531
|
+
"in": "path",
|
|
4532
|
+
"name": "productId"
|
|
4533
|
+
}
|
|
4534
|
+
],
|
|
4535
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4536
|
+
"readOnly": true
|
|
4537
|
+
},
|
|
4527
4538
|
"list-invitations": {
|
|
4528
4539
|
"method": "GET",
|
|
4529
4540
|
"params": [
|
|
@@ -4572,6 +4583,21 @@ var bindings = {
|
|
|
4572
4583
|
"path": "/governance/api/v1/products/:productId/invitations/:id/resend",
|
|
4573
4584
|
"readOnly": false
|
|
4574
4585
|
},
|
|
4586
|
+
"revoke-access": {
|
|
4587
|
+
"method": "DELETE",
|
|
4588
|
+
"params": [
|
|
4589
|
+
{
|
|
4590
|
+
"in": "path",
|
|
4591
|
+
"name": "productId"
|
|
4592
|
+
},
|
|
4593
|
+
{
|
|
4594
|
+
"in": "path",
|
|
4595
|
+
"name": "userId"
|
|
4596
|
+
}
|
|
4597
|
+
],
|
|
4598
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4599
|
+
"readOnly": false
|
|
4600
|
+
},
|
|
4575
4601
|
"revoke-invitation": {
|
|
4576
4602
|
"method": "POST",
|
|
4577
4603
|
"params": [
|
|
@@ -4598,6 +4624,29 @@ var bindings = {
|
|
|
4598
4624
|
"path": "/governance/api/v1/products/select",
|
|
4599
4625
|
"readOnly": false
|
|
4600
4626
|
},
|
|
4627
|
+
"set-access": {
|
|
4628
|
+
"method": "PUT",
|
|
4629
|
+
"params": [
|
|
4630
|
+
{
|
|
4631
|
+
"in": "path",
|
|
4632
|
+
"name": "productId"
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"in": "path",
|
|
4636
|
+
"name": "userId"
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"in": "body",
|
|
4640
|
+
"name": "role"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"in": "body",
|
|
4644
|
+
"name": "roleId"
|
|
4645
|
+
}
|
|
4646
|
+
],
|
|
4647
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4648
|
+
"readOnly": false
|
|
4649
|
+
},
|
|
4601
4650
|
"update": {
|
|
4602
4651
|
"method": "PATCH",
|
|
4603
4652
|
"params": [
|