@lessly/sdk-app 28.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-DhQqDgJm.d.cts → client.gen-QlwjPsPF.d.cts} +34 -16
- package/dist/{client.gen-DhQqDgJm.d.ts → client.gen-QlwjPsPF.d.ts} +34 -16
- 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 -5
- 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 -5
- 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 -5
- 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 +34 -17
package/dist/index.cjs
CHANGED
|
@@ -3645,6 +3645,52 @@ var bindings = {
|
|
|
3645
3645
|
"readOnly": true
|
|
3646
3646
|
}
|
|
3647
3647
|
},
|
|
3648
|
+
"billing-budgets": {
|
|
3649
|
+
"get": {
|
|
3650
|
+
"method": "GET",
|
|
3651
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3652
|
+
"readOnly": true
|
|
3653
|
+
},
|
|
3654
|
+
"set": {
|
|
3655
|
+
"method": "PUT",
|
|
3656
|
+
"params": [
|
|
3657
|
+
{
|
|
3658
|
+
"in": "body",
|
|
3659
|
+
"name": "ceiling_minor"
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"path": "/governance/api/v1/billing/budgets",
|
|
3663
|
+
"readOnly": false
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
"billing-caps": {
|
|
3667
|
+
"clear": {
|
|
3668
|
+
"method": "DELETE",
|
|
3669
|
+
"params": [
|
|
3670
|
+
{
|
|
3671
|
+
"in": "body",
|
|
3672
|
+
"name": "productId"
|
|
3673
|
+
}
|
|
3674
|
+
],
|
|
3675
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3676
|
+
"readOnly": false
|
|
3677
|
+
},
|
|
3678
|
+
"set": {
|
|
3679
|
+
"method": "PUT",
|
|
3680
|
+
"params": [
|
|
3681
|
+
{
|
|
3682
|
+
"in": "body",
|
|
3683
|
+
"name": "productId"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"in": "body",
|
|
3687
|
+
"name": "cap_minor"
|
|
3688
|
+
}
|
|
3689
|
+
],
|
|
3690
|
+
"path": "/governance/api/v1/billing/budgets/cap",
|
|
3691
|
+
"readOnly": false
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3648
3694
|
"bindings": {
|
|
3649
3695
|
"list": {
|
|
3650
3696
|
"method": "GET",
|
|
@@ -3898,11 +3944,6 @@ var bindings = {
|
|
|
3898
3944
|
}
|
|
3899
3945
|
},
|
|
3900
3946
|
"extensions": {
|
|
3901
|
-
"list": {
|
|
3902
|
-
"method": "GET",
|
|
3903
|
-
"path": "/governance/api/v1/extensions",
|
|
3904
|
-
"readOnly": true
|
|
3905
|
-
},
|
|
3906
3947
|
"list-installed": {
|
|
3907
3948
|
"method": "GET",
|
|
3908
3949
|
"params": [
|
|
@@ -4194,6 +4235,10 @@ var bindings = {
|
|
|
4194
4235
|
{
|
|
4195
4236
|
"in": "body",
|
|
4196
4237
|
"name": "organizationId"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"in": "body",
|
|
4241
|
+
"name": "region"
|
|
4197
4242
|
}
|
|
4198
4243
|
],
|
|
4199
4244
|
"path": "/governance/api/v1/products",
|