@lepsto/sdk-app 89.5.0 → 89.7.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/CHANGELOG.md +32 -38
- package/dist/_types/gen/client.gen.d.ts +2 -1
- package/dist/_types/gen/deployment/index.d.ts +1 -1
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/types.gen.d.ts +92 -4
- package/dist/deployment/index.cjs +5 -0
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.js +5 -1
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +30 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +29 -0
- package/src/gen/client.gen.ts +3 -0
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +6 -0
- package/src/gen/manifest.gen.ts +1 -0
- package/src/gen/types.gen.ts +94 -4
package/dist/index.js
CHANGED
|
@@ -2949,6 +2949,27 @@ var bindings = {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
},
|
|
2951
2951
|
"domain-redirect": {
|
|
2952
|
+
"set": {
|
|
2953
|
+
"level": "admin",
|
|
2954
|
+
"method": "PATCH",
|
|
2955
|
+
"operationKey": "deployment_domain_redirect_set",
|
|
2956
|
+
"params": [
|
|
2957
|
+
{
|
|
2958
|
+
"in": "path",
|
|
2959
|
+
"name": "id"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"in": "body",
|
|
2963
|
+
"name": "redirectToDomainId"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"in": "body",
|
|
2967
|
+
"name": "status"
|
|
2968
|
+
}
|
|
2969
|
+
],
|
|
2970
|
+
"path": "/deployment/domains/:id/redirect",
|
|
2971
|
+
"readOnly": false
|
|
2972
|
+
},
|
|
2952
2973
|
"www": {
|
|
2953
2974
|
"level": "admin",
|
|
2954
2975
|
"method": "PATCH",
|
|
@@ -3657,6 +3678,10 @@ var bindings = {
|
|
|
3657
3678
|
"in": "body",
|
|
3658
3679
|
"name": "tracing"
|
|
3659
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"in": "body",
|
|
3683
|
+
"name": "publicDomain"
|
|
3684
|
+
},
|
|
3660
3685
|
{
|
|
3661
3686
|
"in": "body",
|
|
3662
3687
|
"name": "canvas"
|
|
@@ -3875,6 +3900,10 @@ var bindings = {
|
|
|
3875
3900
|
"in": "body",
|
|
3876
3901
|
"name": "autoDeploy"
|
|
3877
3902
|
},
|
|
3903
|
+
{
|
|
3904
|
+
"in": "body",
|
|
3905
|
+
"name": "publicDomain"
|
|
3906
|
+
},
|
|
3878
3907
|
{
|
|
3879
3908
|
"in": "body",
|
|
3880
3909
|
"name": "schedule"
|
|
@@ -11640,6 +11669,7 @@ var operations = {
|
|
|
11640
11669
|
"deployment_domain_get": "read",
|
|
11641
11670
|
"deployment_domain_list": "read",
|
|
11642
11671
|
"deployment_domain_list_by_service": "read",
|
|
11672
|
+
"deployment_domain_redirect_set": "admin",
|
|
11643
11673
|
"deployment_domain_redirect_www": "admin",
|
|
11644
11674
|
"deployment_domain_remove": "admin",
|
|
11645
11675
|
"deployment_domain_routes_add": "admin",
|