@lessly/sdk-app 61.0.1 → 61.1.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/_types/gen/client.gen.d.ts +29 -1
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
- package/dist/_types/gen/types.gen.d.ts +192 -0
- package/dist/_types/index.d.ts +2 -1
- package/dist/_types/react/index.d.ts +33 -0
- package/dist/_types/runtime/access.d.ts +40 -0
- package/dist/_types/runtime/createLesslyApp.d.ts +4 -0
- package/dist/_types/runtime/errors.d.ts +11 -0
- package/dist/_types/runtime/permission-match.d.ts +62 -0
- package/dist/chunk-T4K7L6V5.js +10218 -0
- package/dist/chunk-T4K7L6V5.js.map +1 -0
- package/dist/index.cjs +868 -37
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +699 -10073
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +81 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +58 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/react/index.cjs +29 -0
- package/dist/react/index.cjs.map +1 -0
- package/dist/react/index.d.cts +1 -0
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +26 -0
- package/dist/react/index.js.map +1 -0
- package/docs/README.md +1 -0
- package/docs/recipes/access.md +177 -0
- package/docs/rules.md +33 -0
- package/package.json +35 -2
- package/src/gen/bindings.gen.ts +174 -38
- package/src/gen/client.gen.ts +52 -0
- package/src/gen/manifest.gen.ts +50 -38
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +227 -0
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -474,7 +474,7 @@ export const bindings: BindingsMap = {
|
|
|
474
474
|
"readOnly": false
|
|
475
475
|
},
|
|
476
476
|
"restore": {
|
|
477
|
-
"level": "
|
|
477
|
+
"level": "admin",
|
|
478
478
|
"method": "POST",
|
|
479
479
|
"operationKey": "brain_backup_restore",
|
|
480
480
|
"params": [
|
|
@@ -1071,7 +1071,7 @@ export const bindings: BindingsMap = {
|
|
|
1071
1071
|
"readOnly": false
|
|
1072
1072
|
},
|
|
1073
1073
|
"delete": {
|
|
1074
|
-
"level": "
|
|
1074
|
+
"level": "write",
|
|
1075
1075
|
"method": "DELETE",
|
|
1076
1076
|
"operationKey": "brain_memory_delete",
|
|
1077
1077
|
"params": [
|
|
@@ -1175,7 +1175,7 @@ export const bindings: BindingsMap = {
|
|
|
1175
1175
|
},
|
|
1176
1176
|
"product-shared-memory": {
|
|
1177
1177
|
"reset": {
|
|
1178
|
-
"level": "
|
|
1178
|
+
"level": "admin",
|
|
1179
1179
|
"method": "POST",
|
|
1180
1180
|
"operationKey": "brain_product_shared_memory_reset",
|
|
1181
1181
|
"params": [
|
|
@@ -1230,7 +1230,7 @@ export const bindings: BindingsMap = {
|
|
|
1230
1230
|
"consent": {
|
|
1231
1231
|
"config-cookie-domain": {
|
|
1232
1232
|
"upsert": {
|
|
1233
|
-
"level": "
|
|
1233
|
+
"level": "admin",
|
|
1234
1234
|
"method": "PATCH",
|
|
1235
1235
|
"operationKey": "consent_config_cookie_domain_upsert",
|
|
1236
1236
|
"params": [
|
|
@@ -1481,7 +1481,7 @@ export const bindings: BindingsMap = {
|
|
|
1481
1481
|
},
|
|
1482
1482
|
"records": {
|
|
1483
1483
|
"export": {
|
|
1484
|
-
"level": "
|
|
1484
|
+
"level": "admin",
|
|
1485
1485
|
"method": "POST",
|
|
1486
1486
|
"operationKey": "consent_records_export",
|
|
1487
1487
|
"params": [
|
|
@@ -2549,7 +2549,7 @@ export const bindings: BindingsMap = {
|
|
|
2549
2549
|
"readOnly": false
|
|
2550
2550
|
},
|
|
2551
2551
|
"restore": {
|
|
2552
|
-
"level": "
|
|
2552
|
+
"level": "admin",
|
|
2553
2553
|
"method": "POST",
|
|
2554
2554
|
"operationKey": "deployment_cloud_sql_instance_restore",
|
|
2555
2555
|
"params": [
|
|
@@ -2628,7 +2628,7 @@ export const bindings: BindingsMap = {
|
|
|
2628
2628
|
},
|
|
2629
2629
|
"domain": {
|
|
2630
2630
|
"add": {
|
|
2631
|
-
"level": "
|
|
2631
|
+
"level": "admin",
|
|
2632
2632
|
"method": "POST",
|
|
2633
2633
|
"operationKey": "deployment_domain_add",
|
|
2634
2634
|
"params": [
|
|
@@ -2735,7 +2735,7 @@ export const bindings: BindingsMap = {
|
|
|
2735
2735
|
},
|
|
2736
2736
|
"domain-redirect": {
|
|
2737
2737
|
"www": {
|
|
2738
|
-
"level": "
|
|
2738
|
+
"level": "admin",
|
|
2739
2739
|
"method": "PATCH",
|
|
2740
2740
|
"operationKey": "deployment_domain_redirect_www",
|
|
2741
2741
|
"params": [
|
|
@@ -2754,7 +2754,7 @@ export const bindings: BindingsMap = {
|
|
|
2754
2754
|
},
|
|
2755
2755
|
"domain-routes": {
|
|
2756
2756
|
"add": {
|
|
2757
|
-
"level": "
|
|
2757
|
+
"level": "admin",
|
|
2758
2758
|
"method": "POST",
|
|
2759
2759
|
"operationKey": "deployment_domain_routes_add",
|
|
2760
2760
|
"params": [
|
|
@@ -2813,7 +2813,7 @@ export const bindings: BindingsMap = {
|
|
|
2813
2813
|
"readOnly": false
|
|
2814
2814
|
},
|
|
2815
2815
|
"update": {
|
|
2816
|
-
"level": "
|
|
2816
|
+
"level": "admin",
|
|
2817
2817
|
"method": "PATCH",
|
|
2818
2818
|
"operationKey": "deployment_domain_routes_update",
|
|
2819
2819
|
"params": [
|
|
@@ -3214,7 +3214,7 @@ export const bindings: BindingsMap = {
|
|
|
3214
3214
|
"readOnly": false
|
|
3215
3215
|
},
|
|
3216
3216
|
"restore": {
|
|
3217
|
-
"level": "
|
|
3217
|
+
"level": "admin",
|
|
3218
3218
|
"method": "POST",
|
|
3219
3219
|
"operationKey": "deployment_managed_service_restore",
|
|
3220
3220
|
"params": [
|
|
@@ -3375,7 +3375,7 @@ export const bindings: BindingsMap = {
|
|
|
3375
3375
|
"readOnly": true
|
|
3376
3376
|
},
|
|
3377
3377
|
"set": {
|
|
3378
|
-
"level": "
|
|
3378
|
+
"level": "admin",
|
|
3379
3379
|
"method": "PUT",
|
|
3380
3380
|
"operationKey": "deployment_preview_policy_set",
|
|
3381
3381
|
"params": [
|
|
@@ -3484,7 +3484,7 @@ export const bindings: BindingsMap = {
|
|
|
3484
3484
|
"readOnly": false
|
|
3485
3485
|
},
|
|
3486
3486
|
"exec": {
|
|
3487
|
-
"level": "
|
|
3487
|
+
"level": "admin",
|
|
3488
3488
|
"method": "POST",
|
|
3489
3489
|
"operationKey": "deployment_service_exec",
|
|
3490
3490
|
"params": [
|
|
@@ -3743,7 +3743,7 @@ export const bindings: BindingsMap = {
|
|
|
3743
3743
|
"readOnly": true
|
|
3744
3744
|
},
|
|
3745
3745
|
"register": {
|
|
3746
|
-
"level": "
|
|
3746
|
+
"level": "admin",
|
|
3747
3747
|
"method": "POST",
|
|
3748
3748
|
"operationKey": "deployment_ssh_key_register",
|
|
3749
3749
|
"params": [
|
|
@@ -3875,7 +3875,7 @@ export const bindings: BindingsMap = {
|
|
|
3875
3875
|
"readOnly": false
|
|
3876
3876
|
},
|
|
3877
3877
|
"product": {
|
|
3878
|
-
"level": "
|
|
3878
|
+
"level": "admin",
|
|
3879
3879
|
"method": "PUT",
|
|
3880
3880
|
"operationKey": "deployment_variable_set_product",
|
|
3881
3881
|
"params": [
|
|
@@ -3915,7 +3915,7 @@ export const bindings: BindingsMap = {
|
|
|
3915
3915
|
"readOnly": false
|
|
3916
3916
|
},
|
|
3917
3917
|
"product": {
|
|
3918
|
-
"level": "
|
|
3918
|
+
"level": "admin",
|
|
3919
3919
|
"method": "DELETE",
|
|
3920
3920
|
"operationKey": "deployment_variable_unset_product",
|
|
3921
3921
|
"params": [
|
|
@@ -4087,7 +4087,7 @@ export const bindings: BindingsMap = {
|
|
|
4087
4087
|
"mail": {
|
|
4088
4088
|
"apikey": {
|
|
4089
4089
|
"create": {
|
|
4090
|
-
"level": "
|
|
4090
|
+
"level": "admin",
|
|
4091
4091
|
"method": "POST",
|
|
4092
4092
|
"operationKey": "mail_apikey_create",
|
|
4093
4093
|
"params": [
|
|
@@ -4504,7 +4504,7 @@ export const bindings: BindingsMap = {
|
|
|
4504
4504
|
},
|
|
4505
4505
|
"domain": {
|
|
4506
4506
|
"create": {
|
|
4507
|
-
"level": "
|
|
4507
|
+
"level": "admin",
|
|
4508
4508
|
"method": "POST",
|
|
4509
4509
|
"operationKey": "mail_domain_create",
|
|
4510
4510
|
"params": [
|
|
@@ -4554,7 +4554,7 @@ export const bindings: BindingsMap = {
|
|
|
4554
4554
|
"readOnly": true
|
|
4555
4555
|
},
|
|
4556
4556
|
"update": {
|
|
4557
|
-
"level": "
|
|
4557
|
+
"level": "admin",
|
|
4558
4558
|
"method": "PATCH",
|
|
4559
4559
|
"operationKey": "mail_domain_update",
|
|
4560
4560
|
"params": [
|
|
@@ -4924,7 +4924,7 @@ export const bindings: BindingsMap = {
|
|
|
4924
4924
|
},
|
|
4925
4925
|
"webhook": {
|
|
4926
4926
|
"create": {
|
|
4927
|
-
"level": "
|
|
4927
|
+
"level": "admin",
|
|
4928
4928
|
"method": "POST",
|
|
4929
4929
|
"operationKey": "mail_webhook_create",
|
|
4930
4930
|
"params": [
|
|
@@ -4978,7 +4978,7 @@ export const bindings: BindingsMap = {
|
|
|
4978
4978
|
"readOnly": true
|
|
4979
4979
|
},
|
|
4980
4980
|
"update": {
|
|
4981
|
-
"level": "
|
|
4981
|
+
"level": "admin",
|
|
4982
4982
|
"method": "PATCH",
|
|
4983
4983
|
"operationKey": "mail_webhook_update",
|
|
4984
4984
|
"params": [
|
|
@@ -5191,7 +5191,7 @@ export const bindings: BindingsMap = {
|
|
|
5191
5191
|
},
|
|
5192
5192
|
"issues": {
|
|
5193
5193
|
"archive": {
|
|
5194
|
-
"level": "
|
|
5194
|
+
"level": "write",
|
|
5195
5195
|
"method": "POST",
|
|
5196
5196
|
"operationKey": "observe_issues_archive",
|
|
5197
5197
|
"params": [
|
|
@@ -5720,7 +5720,7 @@ export const bindings: BindingsMap = {
|
|
|
5720
5720
|
},
|
|
5721
5721
|
"webhooks-rotate": {
|
|
5722
5722
|
"secret": {
|
|
5723
|
-
"level": "
|
|
5723
|
+
"level": "admin",
|
|
5724
5724
|
"method": "POST",
|
|
5725
5725
|
"operationKey": "observe_webhooks_rotate_secret",
|
|
5726
5726
|
"params": [
|
|
@@ -6897,10 +6897,138 @@ export const bindings: BindingsMap = {
|
|
|
6897
6897
|
}
|
|
6898
6898
|
}
|
|
6899
6899
|
},
|
|
6900
|
+
"playground": {
|
|
6901
|
+
"analytics": {
|
|
6902
|
+
"overview": {
|
|
6903
|
+
"level": "read",
|
|
6904
|
+
"method": "POST",
|
|
6905
|
+
"operationKey": "playground_analytics_overview",
|
|
6906
|
+
"params": [
|
|
6907
|
+
{
|
|
6908
|
+
"in": "body",
|
|
6909
|
+
"name": "limit"
|
|
6910
|
+
}
|
|
6911
|
+
],
|
|
6912
|
+
"path": "/playground/analytics/overview",
|
|
6913
|
+
"readOnly": true
|
|
6914
|
+
}
|
|
6915
|
+
},
|
|
6916
|
+
"billing": {
|
|
6917
|
+
"entitlements": {
|
|
6918
|
+
"level": "read",
|
|
6919
|
+
"method": "POST",
|
|
6920
|
+
"operationKey": "playground_billing_entitlements",
|
|
6921
|
+
"path": "/playground/billing/entitlements",
|
|
6922
|
+
"readOnly": true
|
|
6923
|
+
},
|
|
6924
|
+
"record-usage": {
|
|
6925
|
+
"level": "write",
|
|
6926
|
+
"method": "POST",
|
|
6927
|
+
"operationKey": "playground_billing_record-usage",
|
|
6928
|
+
"params": [
|
|
6929
|
+
{
|
|
6930
|
+
"in": "body",
|
|
6931
|
+
"name": "value"
|
|
6932
|
+
}
|
|
6933
|
+
],
|
|
6934
|
+
"path": "/playground/billing/usage",
|
|
6935
|
+
"readOnly": false
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
"clickup": {
|
|
6939
|
+
"create-task": {
|
|
6940
|
+
"level": "write",
|
|
6941
|
+
"method": "POST",
|
|
6942
|
+
"operationKey": "playground_clickup_create-task",
|
|
6943
|
+
"params": [
|
|
6944
|
+
{
|
|
6945
|
+
"in": "body",
|
|
6946
|
+
"name": "listId"
|
|
6947
|
+
},
|
|
6948
|
+
{
|
|
6949
|
+
"in": "body",
|
|
6950
|
+
"name": "name"
|
|
6951
|
+
}
|
|
6952
|
+
],
|
|
6953
|
+
"path": "/playground/clickup/tasks",
|
|
6954
|
+
"readOnly": false
|
|
6955
|
+
},
|
|
6956
|
+
"get-last-webhook": {
|
|
6957
|
+
"level": "read",
|
|
6958
|
+
"method": "GET",
|
|
6959
|
+
"operationKey": "playground_clickup_get-last-webhook",
|
|
6960
|
+
"path": "/playground/clickup/webhooks/last",
|
|
6961
|
+
"readOnly": true
|
|
6962
|
+
},
|
|
6963
|
+
"get-overview": {
|
|
6964
|
+
"level": "read",
|
|
6965
|
+
"method": "GET",
|
|
6966
|
+
"operationKey": "playground_clickup_get-overview",
|
|
6967
|
+
"path": "/playground/clickup/overview",
|
|
6968
|
+
"readOnly": true
|
|
6969
|
+
}
|
|
6970
|
+
},
|
|
6971
|
+
"gdrive": {
|
|
6972
|
+
"get-last-change": {
|
|
6973
|
+
"level": "read",
|
|
6974
|
+
"method": "GET",
|
|
6975
|
+
"operationKey": "playground_gdrive_get-last-change",
|
|
6976
|
+
"path": "/playground/gdrive/changes/last",
|
|
6977
|
+
"readOnly": true
|
|
6978
|
+
},
|
|
6979
|
+
"read-file": {
|
|
6980
|
+
"level": "read",
|
|
6981
|
+
"method": "POST",
|
|
6982
|
+
"operationKey": "playground_gdrive_read-file",
|
|
6983
|
+
"params": [
|
|
6984
|
+
{
|
|
6985
|
+
"in": "body",
|
|
6986
|
+
"name": "fileId"
|
|
6987
|
+
}
|
|
6988
|
+
],
|
|
6989
|
+
"path": "/playground/gdrive/file",
|
|
6990
|
+
"readOnly": true
|
|
6991
|
+
}
|
|
6992
|
+
},
|
|
6993
|
+
"googleads": {
|
|
6994
|
+
"read-customer": {
|
|
6995
|
+
"level": "read",
|
|
6996
|
+
"method": "POST",
|
|
6997
|
+
"operationKey": "playground_googleads_read-customer",
|
|
6998
|
+
"path": "/playground/googleads/customer",
|
|
6999
|
+
"readOnly": true
|
|
7000
|
+
}
|
|
7001
|
+
},
|
|
7002
|
+
"lifecycle": {
|
|
7003
|
+
"get-state": {
|
|
7004
|
+
"level": "read",
|
|
7005
|
+
"method": "GET",
|
|
7006
|
+
"operationKey": "playground_lifecycle_get-state",
|
|
7007
|
+
"path": "/playground/lifecycle/state",
|
|
7008
|
+
"readOnly": true
|
|
7009
|
+
},
|
|
7010
|
+
"list-events": {
|
|
7011
|
+
"level": "read",
|
|
7012
|
+
"method": "GET",
|
|
7013
|
+
"operationKey": "playground_lifecycle_list-events",
|
|
7014
|
+
"path": "/playground/lifecycle/events",
|
|
7015
|
+
"readOnly": true
|
|
7016
|
+
}
|
|
7017
|
+
},
|
|
7018
|
+
"webhook": {
|
|
7019
|
+
"get-last": {
|
|
7020
|
+
"level": "read",
|
|
7021
|
+
"method": "GET",
|
|
7022
|
+
"operationKey": "playground_webhook_get-last",
|
|
7023
|
+
"path": "/playground/webhooks/last",
|
|
7024
|
+
"readOnly": true
|
|
7025
|
+
}
|
|
7026
|
+
}
|
|
7027
|
+
},
|
|
6900
7028
|
"realtime": {
|
|
6901
7029
|
"archive": {
|
|
6902
7030
|
"export": {
|
|
6903
|
-
"level": "
|
|
7031
|
+
"level": "admin",
|
|
6904
7032
|
"method": "POST",
|
|
6905
7033
|
"operationKey": "realtime_archive_export",
|
|
6906
7034
|
"params": [
|
|
@@ -6959,7 +7087,7 @@ export const bindings: BindingsMap = {
|
|
|
6959
7087
|
},
|
|
6960
7088
|
"grant": {
|
|
6961
7089
|
"create": {
|
|
6962
|
-
"level": "
|
|
7090
|
+
"level": "admin",
|
|
6963
7091
|
"method": "POST",
|
|
6964
7092
|
"operationKey": "realtime_grant_create",
|
|
6965
7093
|
"params": [
|
|
@@ -7423,7 +7551,7 @@ export const bindings: BindingsMap = {
|
|
|
7423
7551
|
},
|
|
7424
7552
|
"webhook-secret": {
|
|
7425
7553
|
"rotate": {
|
|
7426
|
-
"level": "
|
|
7554
|
+
"level": "admin",
|
|
7427
7555
|
"method": "POST",
|
|
7428
7556
|
"operationKey": "realtime_webhook_secret_rotate",
|
|
7429
7557
|
"params": [
|
|
@@ -8022,7 +8150,7 @@ export const bindings: BindingsMap = {
|
|
|
8022
8150
|
"readOnly": true
|
|
8023
8151
|
},
|
|
8024
8152
|
"publish": {
|
|
8025
|
-
"level": "
|
|
8153
|
+
"level": "admin",
|
|
8026
8154
|
"method": "POST",
|
|
8027
8155
|
"operationKey": "support_survey_publish",
|
|
8028
8156
|
"params": [
|
|
@@ -8056,7 +8184,7 @@ export const bindings: BindingsMap = {
|
|
|
8056
8184
|
"readOnly": true
|
|
8057
8185
|
},
|
|
8058
8186
|
"unpublish": {
|
|
8059
|
-
"level": "
|
|
8187
|
+
"level": "admin",
|
|
8060
8188
|
"method": "POST",
|
|
8061
8189
|
"operationKey": "support_survey_unpublish",
|
|
8062
8190
|
"params": [
|
|
@@ -8270,7 +8398,7 @@ export const bindings: BindingsMap = {
|
|
|
8270
8398
|
},
|
|
8271
8399
|
"webhook": {
|
|
8272
8400
|
"create": {
|
|
8273
|
-
"level": "
|
|
8401
|
+
"level": "admin",
|
|
8274
8402
|
"method": "POST",
|
|
8275
8403
|
"operationKey": "support_webhook_create",
|
|
8276
8404
|
"params": [
|
|
@@ -8304,7 +8432,7 @@ export const bindings: BindingsMap = {
|
|
|
8304
8432
|
"readOnly": false
|
|
8305
8433
|
},
|
|
8306
8434
|
"get": {
|
|
8307
|
-
"level": "
|
|
8435
|
+
"level": "admin",
|
|
8308
8436
|
"method": "GET",
|
|
8309
8437
|
"operationKey": "support_webhook_get",
|
|
8310
8438
|
"params": [
|
|
@@ -8317,14 +8445,14 @@ export const bindings: BindingsMap = {
|
|
|
8317
8445
|
"readOnly": true
|
|
8318
8446
|
},
|
|
8319
8447
|
"list": {
|
|
8320
|
-
"level": "
|
|
8448
|
+
"level": "admin",
|
|
8321
8449
|
"method": "GET",
|
|
8322
8450
|
"operationKey": "support_webhook_list",
|
|
8323
8451
|
"path": "/support/webhooks",
|
|
8324
8452
|
"readOnly": true
|
|
8325
8453
|
},
|
|
8326
8454
|
"redeliver": {
|
|
8327
|
-
"level": "
|
|
8455
|
+
"level": "admin",
|
|
8328
8456
|
"method": "POST",
|
|
8329
8457
|
"operationKey": "support_webhook_redeliver",
|
|
8330
8458
|
"params": [
|
|
@@ -8337,7 +8465,7 @@ export const bindings: BindingsMap = {
|
|
|
8337
8465
|
"readOnly": false
|
|
8338
8466
|
},
|
|
8339
8467
|
"update": {
|
|
8340
|
-
"level": "
|
|
8468
|
+
"level": "admin",
|
|
8341
8469
|
"method": "PATCH",
|
|
8342
8470
|
"operationKey": "support_webhook_update",
|
|
8343
8471
|
"params": [
|
|
@@ -8368,7 +8496,7 @@ export const bindings: BindingsMap = {
|
|
|
8368
8496
|
},
|
|
8369
8497
|
"webhook-deliveries": {
|
|
8370
8498
|
"list": {
|
|
8371
|
-
"level": "
|
|
8499
|
+
"level": "admin",
|
|
8372
8500
|
"method": "GET",
|
|
8373
8501
|
"operationKey": "support_webhook_deliveries_list",
|
|
8374
8502
|
"params": [
|
|
@@ -8407,7 +8535,7 @@ export const bindings: BindingsMap = {
|
|
|
8407
8535
|
},
|
|
8408
8536
|
"webhook-rotate": {
|
|
8409
8537
|
"secret": {
|
|
8410
|
-
"level": "
|
|
8538
|
+
"level": "admin",
|
|
8411
8539
|
"method": "POST",
|
|
8412
8540
|
"operationKey": "support_webhook_rotate_secret",
|
|
8413
8541
|
"params": [
|
|
@@ -8493,7 +8621,7 @@ export const bindings: BindingsMap = {
|
|
|
8493
8621
|
},
|
|
8494
8622
|
"event-names": {
|
|
8495
8623
|
"archive": {
|
|
8496
|
-
"level": "
|
|
8624
|
+
"level": "write",
|
|
8497
8625
|
"method": "POST",
|
|
8498
8626
|
"operationKey": "tracking_event-names_archive",
|
|
8499
8627
|
"params": [
|
|
@@ -8531,7 +8659,7 @@ export const bindings: BindingsMap = {
|
|
|
8531
8659
|
"readOnly": true
|
|
8532
8660
|
},
|
|
8533
8661
|
"unarchive": {
|
|
8534
|
-
"level": "
|
|
8662
|
+
"level": "write",
|
|
8535
8663
|
"method": "POST",
|
|
8536
8664
|
"operationKey": "tracking_event-names_unarchive",
|
|
8537
8665
|
"params": [
|
|
@@ -10078,4 +10206,12 @@ export const bindings: BindingsMap = {
|
|
|
10078
10206
|
}
|
|
10079
10207
|
};
|
|
10080
10208
|
|
|
10081
|
-
export const wsBindings: WsBindingsMap = {
|
|
10209
|
+
export const wsBindings: WsBindingsMap = {
|
|
10210
|
+
"playground": {
|
|
10211
|
+
"ws": {
|
|
10212
|
+
"echo": {
|
|
10213
|
+
"path": "/playground/ws/echo"
|
|
10214
|
+
}
|
|
10215
|
+
}
|
|
10216
|
+
}
|
|
10217
|
+
};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -743,6 +743,30 @@ import type {
|
|
|
743
743
|
OrganizationSupportThreadReplyOutput,
|
|
744
744
|
OrganizationSupportThreadsListInput,
|
|
745
745
|
OrganizationSupportThreadsListOutput,
|
|
746
|
+
PlaygroundAnalyticsOverviewInput,
|
|
747
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
748
|
+
PlaygroundBillingEntitlementsInput,
|
|
749
|
+
PlaygroundBillingEntitlementsOutput,
|
|
750
|
+
PlaygroundBillingRecordUsageInput,
|
|
751
|
+
PlaygroundBillingRecordUsageOutput,
|
|
752
|
+
PlaygroundClickupCreateTaskInput,
|
|
753
|
+
PlaygroundClickupCreateTaskOutput,
|
|
754
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
755
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
756
|
+
PlaygroundClickupGetOverviewInput,
|
|
757
|
+
PlaygroundClickupGetOverviewOutput,
|
|
758
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
759
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
760
|
+
PlaygroundGdriveReadFileInput,
|
|
761
|
+
PlaygroundGdriveReadFileOutput,
|
|
762
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
763
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
764
|
+
PlaygroundLifecycleGetStateInput,
|
|
765
|
+
PlaygroundLifecycleGetStateOutput,
|
|
766
|
+
PlaygroundLifecycleListEventsInput,
|
|
767
|
+
PlaygroundLifecycleListEventsOutput,
|
|
768
|
+
PlaygroundWebhookGetLastInput,
|
|
769
|
+
PlaygroundWebhookGetLastOutput,
|
|
746
770
|
RealtimeArchiveExportInput,
|
|
747
771
|
RealtimeArchiveExportOutput,
|
|
748
772
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1729,6 +1753,34 @@ export interface GeneratedClient {
|
|
|
1729
1753
|
list: ((input: OrganizationSupportThreadsListInput) => Promise<OrganizationSupportThreadsListOutput>) & Operation;
|
|
1730
1754
|
};
|
|
1731
1755
|
};
|
|
1756
|
+
playground: {
|
|
1757
|
+
analytics: {
|
|
1758
|
+
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1759
|
+
};
|
|
1760
|
+
billing: {
|
|
1761
|
+
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1762
|
+
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1763
|
+
};
|
|
1764
|
+
clickup: {
|
|
1765
|
+
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1766
|
+
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1767
|
+
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1768
|
+
};
|
|
1769
|
+
gdrive: {
|
|
1770
|
+
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1771
|
+
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1772
|
+
};
|
|
1773
|
+
googleads: {
|
|
1774
|
+
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1775
|
+
};
|
|
1776
|
+
lifecycle: {
|
|
1777
|
+
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1778
|
+
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1779
|
+
};
|
|
1780
|
+
webhook: {
|
|
1781
|
+
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1782
|
+
};
|
|
1783
|
+
};
|
|
1732
1784
|
realtime: {
|
|
1733
1785
|
archive: {
|
|
1734
1786
|
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
|