@lessly/sdk-app 30.6.0 → 31.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-DK6VpzBG.d.cts → client.gen-Cn7kIdt-.d.cts} +128 -3
- package/dist/{client.gen-DK6VpzBG.d.ts → client.gen-Cn7kIdt-.d.ts} +128 -3
- 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 +88 -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 +88 -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 +30 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +26 -2
- package/dist/organization/index.d.ts +26 -2
- package/dist/organization/index.js +25 -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 +88 -0
- package/src/gen/client.gen.ts +22 -0
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +38 -0
- package/src/gen/types.gen.ts +130 -2
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3947,6 +3947,29 @@ var bindings = {
|
|
|
3947
3947
|
],
|
|
3948
3948
|
"path": "/governance/api/v1/products/:productId/domains/:domainId",
|
|
3949
3949
|
"readOnly": false
|
|
3950
|
+
},
|
|
3951
|
+
"set-mode": {
|
|
3952
|
+
"method": "PUT",
|
|
3953
|
+
"params": [
|
|
3954
|
+
{
|
|
3955
|
+
"in": "path",
|
|
3956
|
+
"name": "productId"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"in": "path",
|
|
3960
|
+
"name": "domainId"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"in": "body",
|
|
3964
|
+
"name": "mode"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"in": "body",
|
|
3968
|
+
"name": "providerConnectorId"
|
|
3969
|
+
}
|
|
3970
|
+
],
|
|
3971
|
+
"path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
|
|
3972
|
+
"readOnly": false
|
|
3950
3973
|
}
|
|
3951
3974
|
},
|
|
3952
3975
|
"extensions": {
|
|
@@ -4313,6 +4336,21 @@ var bindings = {
|
|
|
4313
4336
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4314
4337
|
"readOnly": true
|
|
4315
4338
|
},
|
|
4339
|
+
"resend-invitation": {
|
|
4340
|
+
"method": "POST",
|
|
4341
|
+
"params": [
|
|
4342
|
+
{
|
|
4343
|
+
"in": "path",
|
|
4344
|
+
"name": "productId"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"in": "path",
|
|
4348
|
+
"name": "id"
|
|
4349
|
+
}
|
|
4350
|
+
],
|
|
4351
|
+
"path": "/governance/api/v1/products/:productId/invitations/:id/resend",
|
|
4352
|
+
"readOnly": false
|
|
4353
|
+
},
|
|
4316
4354
|
"revoke-invitation": {
|
|
4317
4355
|
"method": "POST",
|
|
4318
4356
|
"params": [
|
|
@@ -4539,6 +4577,56 @@ var bindings = {
|
|
|
4539
4577
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4540
4578
|
"readOnly": false
|
|
4541
4579
|
}
|
|
4580
|
+
},
|
|
4581
|
+
"support-thread": {
|
|
4582
|
+
"create": {
|
|
4583
|
+
"method": "POST",
|
|
4584
|
+
"params": [
|
|
4585
|
+
{
|
|
4586
|
+
"in": "body",
|
|
4587
|
+
"name": "title"
|
|
4588
|
+
},
|
|
4589
|
+
{
|
|
4590
|
+
"in": "body",
|
|
4591
|
+
"name": "body"
|
|
4592
|
+
}
|
|
4593
|
+
],
|
|
4594
|
+
"path": "/governance/api/v1/support/threads",
|
|
4595
|
+
"readOnly": false
|
|
4596
|
+
},
|
|
4597
|
+
"get": {
|
|
4598
|
+
"method": "GET",
|
|
4599
|
+
"params": [
|
|
4600
|
+
{
|
|
4601
|
+
"in": "path",
|
|
4602
|
+
"name": "id"
|
|
4603
|
+
}
|
|
4604
|
+
],
|
|
4605
|
+
"path": "/governance/api/v1/support/threads/:id",
|
|
4606
|
+
"readOnly": true
|
|
4607
|
+
},
|
|
4608
|
+
"reply": {
|
|
4609
|
+
"method": "POST",
|
|
4610
|
+
"params": [
|
|
4611
|
+
{
|
|
4612
|
+
"in": "path",
|
|
4613
|
+
"name": "id"
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"in": "body",
|
|
4617
|
+
"name": "body"
|
|
4618
|
+
}
|
|
4619
|
+
],
|
|
4620
|
+
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
4621
|
+
"readOnly": false
|
|
4622
|
+
}
|
|
4623
|
+
},
|
|
4624
|
+
"support-threads": {
|
|
4625
|
+
"list": {
|
|
4626
|
+
"method": "GET",
|
|
4627
|
+
"path": "/governance/api/v1/support/threads",
|
|
4628
|
+
"readOnly": true
|
|
4629
|
+
}
|
|
4542
4630
|
}
|
|
4543
4631
|
},
|
|
4544
4632
|
"playground": {
|