@lessly/sdk-app 27.0.0 → 29.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-BxrBJi8X.d.cts → client.gen-QlwjPsPF.d.cts} +71 -173
- package/dist/{client.gen-BxrBJi8X.d.ts → client.gen-QlwjPsPF.d.ts} +71 -173
- 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 +50 -9
- 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 +50 -9
- 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 +20 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +18 -6
- package/dist/organization/index.d.ts +18 -6
- package/dist/organization/index.js +17 -5
- 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 +50 -9
- package/src/gen/client.gen.ts +16 -3
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +25 -7
- package/src/gen/types.gen.ts +71 -174
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3643,6 +3643,52 @@ var bindings = {
|
|
|
3643
3643
|
"readOnly": true
|
|
3644
3644
|
}
|
|
3645
3645
|
},
|
|
3646
|
+
"billing-budgets": {
|
|
3647
|
+
"get": {
|
|
3648
|
+
"method": "GET",
|
|
3649
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3650
|
+
"readOnly": true
|
|
3651
|
+
},
|
|
3652
|
+
"set": {
|
|
3653
|
+
"method": "PUT",
|
|
3654
|
+
"params": [
|
|
3655
|
+
{
|
|
3656
|
+
"in": "body",
|
|
3657
|
+
"name": "ceiling_minor"
|
|
3658
|
+
}
|
|
3659
|
+
],
|
|
3660
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3661
|
+
"readOnly": false
|
|
3662
|
+
}
|
|
3663
|
+
},
|
|
3664
|
+
"billing-caps": {
|
|
3665
|
+
"clear": {
|
|
3666
|
+
"method": "DELETE",
|
|
3667
|
+
"params": [
|
|
3668
|
+
{
|
|
3669
|
+
"in": "body",
|
|
3670
|
+
"name": "productId"
|
|
3671
|
+
}
|
|
3672
|
+
],
|
|
3673
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3674
|
+
"readOnly": false
|
|
3675
|
+
},
|
|
3676
|
+
"set": {
|
|
3677
|
+
"method": "PUT",
|
|
3678
|
+
"params": [
|
|
3679
|
+
{
|
|
3680
|
+
"in": "body",
|
|
3681
|
+
"name": "productId"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"in": "body",
|
|
3685
|
+
"name": "cap_minor"
|
|
3686
|
+
}
|
|
3687
|
+
],
|
|
3688
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3689
|
+
"readOnly": false
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3646
3692
|
"bindings": {
|
|
3647
3693
|
"list": {
|
|
3648
3694
|
"method": "GET",
|
|
@@ -3896,11 +3942,6 @@ var bindings = {
|
|
|
3896
3942
|
}
|
|
3897
3943
|
},
|
|
3898
3944
|
"extensions": {
|
|
3899
|
-
"list": {
|
|
3900
|
-
"method": "GET",
|
|
3901
|
-
"path": "/governance/api/v1/extensions",
|
|
3902
|
-
"readOnly": true
|
|
3903
|
-
},
|
|
3904
3945
|
"list-installed": {
|
|
3905
3946
|
"method": "GET",
|
|
3906
3947
|
"params": [
|
|
@@ -4192,6 +4233,10 @@ var bindings = {
|
|
|
4192
4233
|
{
|
|
4193
4234
|
"in": "body",
|
|
4194
4235
|
"name": "organizationId"
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"in": "body",
|
|
4239
|
+
"name": "region"
|
|
4195
4240
|
}
|
|
4196
4241
|
],
|
|
4197
4242
|
"path": "/governance/api/v1/products",
|
|
@@ -5796,10 +5841,6 @@ var bindings = {
|
|
|
5796
5841
|
"in": "body",
|
|
5797
5842
|
"name": "retention"
|
|
5798
5843
|
},
|
|
5799
|
-
{
|
|
5800
|
-
"in": "body",
|
|
5801
|
-
"name": "hosted"
|
|
5802
|
-
},
|
|
5803
5844
|
{
|
|
5804
5845
|
"in": "body",
|
|
5805
5846
|
"name": "mfa"
|