@lessly/sdk-app 71.2.0 → 71.3.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 +35 -3
- 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 +66 -0
- package/dist/_types/gen/types.gen.d.ts +308 -49
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +1 -9
- package/dist/chunk-C3QGKPUY.js +11364 -0
- package/dist/chunk-C3QGKPUY.js.map +1 -0
- package/dist/index.cjs +252 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +52 -11199
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +101 -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 +74 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/users/index.cjs +0 -10
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +1 -9
- package/dist/users/index.js.map +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +211 -37
- package/src/gen/client.gen.ts +66 -6
- package/src/gen/manifest.gen.ts +50 -13
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +112 -0
- package/src/gen/types.gen.ts +352 -53
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +0 -12
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -7262,6 +7262,198 @@ export const bindings: BindingsMap = {
|
|
|
7262
7262
|
}
|
|
7263
7263
|
}
|
|
7264
7264
|
},
|
|
7265
|
+
"playground": {
|
|
7266
|
+
"analytics": {
|
|
7267
|
+
"overview": {
|
|
7268
|
+
"level": "read",
|
|
7269
|
+
"method": "POST",
|
|
7270
|
+
"operationKey": "playground_analytics_overview",
|
|
7271
|
+
"params": [
|
|
7272
|
+
{
|
|
7273
|
+
"in": "body",
|
|
7274
|
+
"name": "limit"
|
|
7275
|
+
}
|
|
7276
|
+
],
|
|
7277
|
+
"path": "/playground/analytics/overview",
|
|
7278
|
+
"readOnly": true
|
|
7279
|
+
}
|
|
7280
|
+
},
|
|
7281
|
+
"billing": {
|
|
7282
|
+
"entitlements": {
|
|
7283
|
+
"level": "read",
|
|
7284
|
+
"method": "POST",
|
|
7285
|
+
"operationKey": "playground_billing_entitlements",
|
|
7286
|
+
"path": "/playground/billing/entitlements",
|
|
7287
|
+
"readOnly": true
|
|
7288
|
+
},
|
|
7289
|
+
"record-usage": {
|
|
7290
|
+
"level": "write",
|
|
7291
|
+
"method": "POST",
|
|
7292
|
+
"operationKey": "playground_billing_record-usage",
|
|
7293
|
+
"params": [
|
|
7294
|
+
{
|
|
7295
|
+
"in": "body",
|
|
7296
|
+
"name": "value"
|
|
7297
|
+
}
|
|
7298
|
+
],
|
|
7299
|
+
"path": "/playground/billing/usage",
|
|
7300
|
+
"readOnly": false
|
|
7301
|
+
}
|
|
7302
|
+
},
|
|
7303
|
+
"clickup": {
|
|
7304
|
+
"create-task": {
|
|
7305
|
+
"level": "write",
|
|
7306
|
+
"method": "POST",
|
|
7307
|
+
"operationKey": "playground_clickup_create-task",
|
|
7308
|
+
"params": [
|
|
7309
|
+
{
|
|
7310
|
+
"in": "body",
|
|
7311
|
+
"name": "listId"
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"in": "body",
|
|
7315
|
+
"name": "name"
|
|
7316
|
+
}
|
|
7317
|
+
],
|
|
7318
|
+
"path": "/playground/clickup/tasks",
|
|
7319
|
+
"readOnly": false
|
|
7320
|
+
},
|
|
7321
|
+
"get-last-webhook": {
|
|
7322
|
+
"level": "read",
|
|
7323
|
+
"method": "GET",
|
|
7324
|
+
"operationKey": "playground_clickup_get-last-webhook",
|
|
7325
|
+
"path": "/playground/clickup/webhooks/last",
|
|
7326
|
+
"readOnly": true
|
|
7327
|
+
},
|
|
7328
|
+
"get-overview": {
|
|
7329
|
+
"level": "read",
|
|
7330
|
+
"method": "GET",
|
|
7331
|
+
"operationKey": "playground_clickup_get-overview",
|
|
7332
|
+
"path": "/playground/clickup/overview",
|
|
7333
|
+
"readOnly": true
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
7336
|
+
"gdrive": {
|
|
7337
|
+
"get-last-change": {
|
|
7338
|
+
"level": "read",
|
|
7339
|
+
"method": "GET",
|
|
7340
|
+
"operationKey": "playground_gdrive_get-last-change",
|
|
7341
|
+
"path": "/playground/gdrive/changes/last",
|
|
7342
|
+
"readOnly": true
|
|
7343
|
+
},
|
|
7344
|
+
"read-file": {
|
|
7345
|
+
"level": "read",
|
|
7346
|
+
"method": "POST",
|
|
7347
|
+
"operationKey": "playground_gdrive_read-file",
|
|
7348
|
+
"params": [
|
|
7349
|
+
{
|
|
7350
|
+
"in": "body",
|
|
7351
|
+
"name": "fileId"
|
|
7352
|
+
}
|
|
7353
|
+
],
|
|
7354
|
+
"path": "/playground/gdrive/file",
|
|
7355
|
+
"readOnly": true
|
|
7356
|
+
}
|
|
7357
|
+
},
|
|
7358
|
+
"googleads": {
|
|
7359
|
+
"read-customer": {
|
|
7360
|
+
"level": "read",
|
|
7361
|
+
"method": "POST",
|
|
7362
|
+
"operationKey": "playground_googleads_read-customer",
|
|
7363
|
+
"path": "/playground/googleads/customer",
|
|
7364
|
+
"readOnly": true
|
|
7365
|
+
}
|
|
7366
|
+
},
|
|
7367
|
+
"lifecycle": {
|
|
7368
|
+
"get-state": {
|
|
7369
|
+
"level": "read",
|
|
7370
|
+
"method": "GET",
|
|
7371
|
+
"operationKey": "playground_lifecycle_get-state",
|
|
7372
|
+
"path": "/playground/lifecycle/state",
|
|
7373
|
+
"readOnly": true
|
|
7374
|
+
},
|
|
7375
|
+
"list-events": {
|
|
7376
|
+
"level": "read",
|
|
7377
|
+
"method": "GET",
|
|
7378
|
+
"operationKey": "playground_lifecycle_list-events",
|
|
7379
|
+
"path": "/playground/lifecycle/events",
|
|
7380
|
+
"readOnly": true
|
|
7381
|
+
}
|
|
7382
|
+
},
|
|
7383
|
+
"webhook": {
|
|
7384
|
+
"get-last": {
|
|
7385
|
+
"level": "read",
|
|
7386
|
+
"method": "GET",
|
|
7387
|
+
"operationKey": "playground_webhook_get-last",
|
|
7388
|
+
"path": "/playground/webhooks/last",
|
|
7389
|
+
"readOnly": true
|
|
7390
|
+
}
|
|
7391
|
+
},
|
|
7392
|
+
"workflow": {
|
|
7393
|
+
"echo": {
|
|
7394
|
+
"level": "write",
|
|
7395
|
+
"method": "POST",
|
|
7396
|
+
"operationKey": "playground_workflow_echo",
|
|
7397
|
+
"params": [
|
|
7398
|
+
{
|
|
7399
|
+
"in": "body",
|
|
7400
|
+
"name": "note"
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
"in": "body",
|
|
7404
|
+
"name": "tags"
|
|
7405
|
+
}
|
|
7406
|
+
],
|
|
7407
|
+
"path": "/playground/workflow/echo",
|
|
7408
|
+
"readOnly": false
|
|
7409
|
+
},
|
|
7410
|
+
"echo-list": {
|
|
7411
|
+
"level": "read",
|
|
7412
|
+
"method": "GET",
|
|
7413
|
+
"operationKey": "playground_workflow_echo-list",
|
|
7414
|
+
"path": "/playground/workflow/echoes",
|
|
7415
|
+
"readOnly": true
|
|
7416
|
+
},
|
|
7417
|
+
"ping": {
|
|
7418
|
+
"level": "write",
|
|
7419
|
+
"method": "POST",
|
|
7420
|
+
"operationKey": "playground_workflow_ping",
|
|
7421
|
+
"params": [
|
|
7422
|
+
{
|
|
7423
|
+
"in": "body",
|
|
7424
|
+
"name": "kind"
|
|
7425
|
+
}
|
|
7426
|
+
],
|
|
7427
|
+
"path": "/playground/workflow/ping",
|
|
7428
|
+
"readOnly": false
|
|
7429
|
+
},
|
|
7430
|
+
"subjects-list": {
|
|
7431
|
+
"level": "read",
|
|
7432
|
+
"method": "GET",
|
|
7433
|
+
"operationKey": "playground_workflow_subjects-list",
|
|
7434
|
+
"params": [
|
|
7435
|
+
{
|
|
7436
|
+
"in": "query",
|
|
7437
|
+
"name": "last_activity_before"
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"in": "query",
|
|
7441
|
+
"name": "last_activity_after"
|
|
7442
|
+
},
|
|
7443
|
+
{
|
|
7444
|
+
"in": "query",
|
|
7445
|
+
"name": "limit"
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"in": "query",
|
|
7449
|
+
"name": "cursor"
|
|
7450
|
+
}
|
|
7451
|
+
],
|
|
7452
|
+
"path": "/playground/workflow/subjects",
|
|
7453
|
+
"readOnly": true
|
|
7454
|
+
}
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7265
7457
|
"realtime": {
|
|
7266
7458
|
"archive": {
|
|
7267
7459
|
"export": {
|
|
@@ -9518,7 +9710,7 @@ export const bindings: BindingsMap = {
|
|
|
9518
9710
|
"readOnly": true
|
|
9519
9711
|
},
|
|
9520
9712
|
"upsert": {
|
|
9521
|
-
"level": "
|
|
9713
|
+
"level": "admin",
|
|
9522
9714
|
"method": "PUT",
|
|
9523
9715
|
"operationKey": "users_config_upsert",
|
|
9524
9716
|
"params": [
|
|
@@ -9626,7 +9818,7 @@ export const bindings: BindingsMap = {
|
|
|
9626
9818
|
"readOnly": true
|
|
9627
9819
|
},
|
|
9628
9820
|
"reset": {
|
|
9629
|
-
"level": "
|
|
9821
|
+
"level": "admin",
|
|
9630
9822
|
"method": "POST",
|
|
9631
9823
|
"operationKey": "users_factors_reset",
|
|
9632
9824
|
"params": [
|
|
@@ -9673,7 +9865,7 @@ export const bindings: BindingsMap = {
|
|
|
9673
9865
|
"readOnly": false
|
|
9674
9866
|
},
|
|
9675
9867
|
"rotate": {
|
|
9676
|
-
"level": "
|
|
9868
|
+
"level": "admin",
|
|
9677
9869
|
"method": "POST",
|
|
9678
9870
|
"operationKey": "users_keys_rotate",
|
|
9679
9871
|
"path": "/users/keys/rotate",
|
|
@@ -9749,7 +9941,7 @@ export const bindings: BindingsMap = {
|
|
|
9749
9941
|
"readOnly": true
|
|
9750
9942
|
},
|
|
9751
9943
|
"impersonate": {
|
|
9752
|
-
"level": "
|
|
9944
|
+
"level": "admin",
|
|
9753
9945
|
"method": "POST",
|
|
9754
9946
|
"operationKey": "users_sessions_impersonate",
|
|
9755
9947
|
"params": [
|
|
@@ -9813,7 +10005,7 @@ export const bindings: BindingsMap = {
|
|
|
9813
10005
|
},
|
|
9814
10006
|
"users": {
|
|
9815
10007
|
"ban": {
|
|
9816
|
-
"level": "
|
|
10008
|
+
"level": "admin",
|
|
9817
10009
|
"method": "POST",
|
|
9818
10010
|
"operationKey": "users_users_ban",
|
|
9819
10011
|
"params": [
|
|
@@ -9887,21 +10079,8 @@ export const bindings: BindingsMap = {
|
|
|
9887
10079
|
"path": "/users/users/:userId",
|
|
9888
10080
|
"readOnly": false
|
|
9889
10081
|
},
|
|
9890
|
-
"erase": {
|
|
9891
|
-
"level": "write",
|
|
9892
|
-
"method": "POST",
|
|
9893
|
-
"operationKey": "users_users_erase",
|
|
9894
|
-
"params": [
|
|
9895
|
-
{
|
|
9896
|
-
"in": "path",
|
|
9897
|
-
"name": "userId"
|
|
9898
|
-
}
|
|
9899
|
-
],
|
|
9900
|
-
"path": "/users/users/:userId/erase",
|
|
9901
|
-
"readOnly": false
|
|
9902
|
-
},
|
|
9903
10082
|
"export": {
|
|
9904
|
-
"level": "
|
|
10083
|
+
"level": "admin",
|
|
9905
10084
|
"method": "GET",
|
|
9906
10085
|
"operationKey": "users_users_export",
|
|
9907
10086
|
"params": [
|
|
@@ -9943,7 +10122,7 @@ export const bindings: BindingsMap = {
|
|
|
9943
10122
|
"readOnly": true
|
|
9944
10123
|
},
|
|
9945
10124
|
"import": {
|
|
9946
|
-
"level": "
|
|
10125
|
+
"level": "admin",
|
|
9947
10126
|
"method": "POST",
|
|
9948
10127
|
"operationKey": "users_users_import",
|
|
9949
10128
|
"params": [
|
|
@@ -10018,7 +10197,7 @@ export const bindings: BindingsMap = {
|
|
|
10018
10197
|
"readOnly": true
|
|
10019
10198
|
},
|
|
10020
10199
|
"unban": {
|
|
10021
|
-
"level": "
|
|
10200
|
+
"level": "admin",
|
|
10022
10201
|
"method": "POST",
|
|
10023
10202
|
"operationKey": "users_users_unban",
|
|
10024
10203
|
"params": [
|
|
@@ -10100,21 +10279,8 @@ export const bindings: BindingsMap = {
|
|
|
10100
10279
|
}
|
|
10101
10280
|
},
|
|
10102
10281
|
"waitlist": {
|
|
10103
|
-
"erase": {
|
|
10104
|
-
"level": "write",
|
|
10105
|
-
"method": "POST",
|
|
10106
|
-
"operationKey": "users_waitlist_erase",
|
|
10107
|
-
"params": [
|
|
10108
|
-
{
|
|
10109
|
-
"in": "body",
|
|
10110
|
-
"name": "userId"
|
|
10111
|
-
}
|
|
10112
|
-
],
|
|
10113
|
-
"path": "/users/waitlist/erase",
|
|
10114
|
-
"readOnly": false
|
|
10115
|
-
},
|
|
10116
10282
|
"funnel": {
|
|
10117
|
-
"level": "
|
|
10283
|
+
"level": "read",
|
|
10118
10284
|
"method": "POST",
|
|
10119
10285
|
"operationKey": "users_waitlist_funnel",
|
|
10120
10286
|
"path": "/users/waitlist/funnel",
|
|
@@ -10278,7 +10444,7 @@ export const bindings: BindingsMap = {
|
|
|
10278
10444
|
},
|
|
10279
10445
|
"webhooks-rotate": {
|
|
10280
10446
|
"secret": {
|
|
10281
|
-
"level": "
|
|
10447
|
+
"level": "admin",
|
|
10282
10448
|
"method": "POST",
|
|
10283
10449
|
"operationKey": "users_webhooks_rotate_secret",
|
|
10284
10450
|
"params": [
|
|
@@ -11186,4 +11352,12 @@ export const bindings: BindingsMap = {
|
|
|
11186
11352
|
}
|
|
11187
11353
|
};
|
|
11188
11354
|
|
|
11189
|
-
export const wsBindings: WsBindingsMap = {
|
|
11355
|
+
export const wsBindings: WsBindingsMap = {
|
|
11356
|
+
"playground": {
|
|
11357
|
+
"ws": {
|
|
11358
|
+
"echo": {
|
|
11359
|
+
"path": "/playground/ws/echo"
|
|
11360
|
+
}
|
|
11361
|
+
}
|
|
11362
|
+
}
|
|
11363
|
+
};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -781,6 +781,38 @@ import type {
|
|
|
781
781
|
OrganizationXInstallOutput,
|
|
782
782
|
OrganizationYoutubeInstallInput,
|
|
783
783
|
OrganizationYoutubeInstallOutput,
|
|
784
|
+
PlaygroundAnalyticsOverviewInput,
|
|
785
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
786
|
+
PlaygroundBillingEntitlementsInput,
|
|
787
|
+
PlaygroundBillingEntitlementsOutput,
|
|
788
|
+
PlaygroundBillingRecordUsageInput,
|
|
789
|
+
PlaygroundBillingRecordUsageOutput,
|
|
790
|
+
PlaygroundClickupCreateTaskInput,
|
|
791
|
+
PlaygroundClickupCreateTaskOutput,
|
|
792
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
793
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
794
|
+
PlaygroundClickupGetOverviewInput,
|
|
795
|
+
PlaygroundClickupGetOverviewOutput,
|
|
796
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
797
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
798
|
+
PlaygroundGdriveReadFileInput,
|
|
799
|
+
PlaygroundGdriveReadFileOutput,
|
|
800
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
801
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
802
|
+
PlaygroundLifecycleGetStateInput,
|
|
803
|
+
PlaygroundLifecycleGetStateOutput,
|
|
804
|
+
PlaygroundLifecycleListEventsInput,
|
|
805
|
+
PlaygroundLifecycleListEventsOutput,
|
|
806
|
+
PlaygroundWebhookGetLastInput,
|
|
807
|
+
PlaygroundWebhookGetLastOutput,
|
|
808
|
+
PlaygroundWorkflowEchoInput,
|
|
809
|
+
PlaygroundWorkflowEchoListInput,
|
|
810
|
+
PlaygroundWorkflowEchoListOutput,
|
|
811
|
+
PlaygroundWorkflowEchoOutput,
|
|
812
|
+
PlaygroundWorkflowPingInput,
|
|
813
|
+
PlaygroundWorkflowPingOutput,
|
|
814
|
+
PlaygroundWorkflowSubjectsListInput,
|
|
815
|
+
PlaygroundWorkflowSubjectsListOutput,
|
|
784
816
|
RealtimeArchiveExportInput,
|
|
785
817
|
RealtimeArchiveExportOutput,
|
|
786
818
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1043,8 +1075,6 @@ import type {
|
|
|
1043
1075
|
UsersUsersCreateOutput,
|
|
1044
1076
|
UsersUsersDeleteInput,
|
|
1045
1077
|
UsersUsersDeleteOutput,
|
|
1046
|
-
UsersUsersEraseInput,
|
|
1047
|
-
UsersUsersEraseOutput,
|
|
1048
1078
|
UsersUsersExportInput,
|
|
1049
1079
|
UsersUsersExportOutput,
|
|
1050
1080
|
UsersUsersGetInput,
|
|
@@ -1061,8 +1091,6 @@ import type {
|
|
|
1061
1091
|
UsersUsersUnbanOutput,
|
|
1062
1092
|
UsersUsersUpdateInput,
|
|
1063
1093
|
UsersUsersUpdateOutput,
|
|
1064
|
-
UsersWaitlistEraseInput,
|
|
1065
|
-
UsersWaitlistEraseOutput,
|
|
1066
1094
|
UsersWaitlistFunnelInput,
|
|
1067
1095
|
UsersWaitlistFunnelOutput,
|
|
1068
1096
|
UsersWaitlistImportInput,
|
|
@@ -1882,6 +1910,40 @@ export interface GeneratedClient {
|
|
|
1882
1910
|
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1883
1911
|
};
|
|
1884
1912
|
};
|
|
1913
|
+
playground: {
|
|
1914
|
+
analytics: {
|
|
1915
|
+
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1916
|
+
};
|
|
1917
|
+
billing: {
|
|
1918
|
+
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1919
|
+
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1920
|
+
};
|
|
1921
|
+
clickup: {
|
|
1922
|
+
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1923
|
+
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1924
|
+
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1925
|
+
};
|
|
1926
|
+
gdrive: {
|
|
1927
|
+
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1928
|
+
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1929
|
+
};
|
|
1930
|
+
googleads: {
|
|
1931
|
+
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1932
|
+
};
|
|
1933
|
+
lifecycle: {
|
|
1934
|
+
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1935
|
+
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1936
|
+
};
|
|
1937
|
+
webhook: {
|
|
1938
|
+
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1939
|
+
};
|
|
1940
|
+
workflow: {
|
|
1941
|
+
echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
|
|
1942
|
+
'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
|
|
1943
|
+
ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
|
|
1944
|
+
'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
|
|
1945
|
+
};
|
|
1946
|
+
};
|
|
1885
1947
|
realtime: {
|
|
1886
1948
|
archive: {
|
|
1887
1949
|
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
|
|
@@ -2133,7 +2195,6 @@ export interface GeneratedClient {
|
|
|
2133
2195
|
ban: ((input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>) & Operation;
|
|
2134
2196
|
create: ((input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>) & Operation;
|
|
2135
2197
|
delete: ((input: UsersUsersDeleteInput) => Promise<UsersUsersDeleteOutput>) & Operation;
|
|
2136
|
-
erase: ((input: UsersUsersEraseInput) => Promise<UsersUsersEraseOutput>) & Operation;
|
|
2137
2198
|
export: ((input: UsersUsersExportInput) => Promise<UsersUsersExportOutput>) & Operation;
|
|
2138
2199
|
get: ((input: UsersUsersGetInput) => Promise<UsersUsersGetOutput>) & Operation;
|
|
2139
2200
|
import: ((input: UsersUsersImportInput) => Promise<UsersUsersImportOutput>) & Operation;
|
|
@@ -2146,7 +2207,6 @@ export interface GeneratedClient {
|
|
|
2146
2207
|
identifier: ((input: UsersUsersSetPrimaryIdentifierInput) => Promise<UsersUsersSetPrimaryIdentifierOutput>) & Operation;
|
|
2147
2208
|
};
|
|
2148
2209
|
waitlist: {
|
|
2149
|
-
erase: ((input: UsersWaitlistEraseInput) => Promise<UsersWaitlistEraseOutput>) & Operation;
|
|
2150
2210
|
funnel: ((input: UsersWaitlistFunnelInput) => Promise<UsersWaitlistFunnelOutput>) & Operation;
|
|
2151
2211
|
import: ((input: UsersWaitlistImportInput) => Promise<UsersWaitlistImportOutput>) & Operation;
|
|
2152
2212
|
invite: ((input: UsersWaitlistInviteInput) => Promise<UsersWaitlistInviteOutput>) & Operation;
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
import type { ToolLevel, ToolComposition } from '../runtime/types';
|
|
3
3
|
|
|
4
|
-
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist', 'workflow'] as const;
|
|
4
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist', 'workflow'] as const;
|
|
5
5
|
|
|
6
6
|
export const operations: Record<string, ToolLevel> = {
|
|
7
7
|
'analytics_catalog_get': 'read',
|
|
@@ -394,6 +394,22 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
394
394
|
'organization_support_threads_list': 'read',
|
|
395
395
|
'organization_x_install': 'read',
|
|
396
396
|
'organization_youtube_install': 'read',
|
|
397
|
+
'playground_analytics_overview': 'read',
|
|
398
|
+
'playground_billing_entitlements': 'read',
|
|
399
|
+
'playground_billing_record-usage': 'write',
|
|
400
|
+
'playground_clickup_create-task': 'write',
|
|
401
|
+
'playground_clickup_get-last-webhook': 'read',
|
|
402
|
+
'playground_clickup_get-overview': 'read',
|
|
403
|
+
'playground_gdrive_get-last-change': 'read',
|
|
404
|
+
'playground_gdrive_read-file': 'read',
|
|
405
|
+
'playground_googleads_read-customer': 'read',
|
|
406
|
+
'playground_lifecycle_get-state': 'read',
|
|
407
|
+
'playground_lifecycle_list-events': 'read',
|
|
408
|
+
'playground_webhook_get-last': 'read',
|
|
409
|
+
'playground_workflow_echo': 'write',
|
|
410
|
+
'playground_workflow_echo-list': 'read',
|
|
411
|
+
'playground_workflow_ping': 'write',
|
|
412
|
+
'playground_workflow_subjects-list': 'read',
|
|
397
413
|
'realtime_archive_export': 'admin',
|
|
398
414
|
'realtime_archive_export_status': 'read',
|
|
399
415
|
'realtime_archive_get': 'read',
|
|
@@ -507,35 +523,33 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
507
523
|
'users_apikeys_revoke': 'admin',
|
|
508
524
|
'users_audit_list': 'read',
|
|
509
525
|
'users_config_get': 'read',
|
|
510
|
-
'users_config_upsert': '
|
|
526
|
+
'users_config_upsert': 'admin',
|
|
511
527
|
'users_factors_list': 'read',
|
|
512
|
-
'users_factors_reset': '
|
|
528
|
+
'users_factors_reset': 'admin',
|
|
513
529
|
'users_keys_list': 'read',
|
|
514
530
|
'users_keys_revoke': 'admin',
|
|
515
|
-
'users_keys_rotate': '
|
|
531
|
+
'users_keys_rotate': 'admin',
|
|
516
532
|
'users_ops_retention_get': 'read',
|
|
517
533
|
'users_ops_slo_get': 'read',
|
|
518
534
|
'users_passkeys_list': 'read',
|
|
519
535
|
'users_passkeys_revoke': 'admin',
|
|
520
536
|
'users_sessions_get': 'read',
|
|
521
|
-
'users_sessions_impersonate': '
|
|
537
|
+
'users_sessions_impersonate': 'admin',
|
|
522
538
|
'users_sessions_list': 'read',
|
|
523
539
|
'users_sessions_revoke': 'admin',
|
|
524
540
|
'users_stats_get': 'read',
|
|
525
|
-
'users_users_ban': '
|
|
541
|
+
'users_users_ban': 'admin',
|
|
526
542
|
'users_users_create': 'write',
|
|
527
543
|
'users_users_delete': 'admin',
|
|
528
|
-
'
|
|
529
|
-
'users_users_export': 'read',
|
|
544
|
+
'users_users_export': 'admin',
|
|
530
545
|
'users_users_get': 'read',
|
|
531
|
-
'users_users_import': '
|
|
546
|
+
'users_users_import': 'admin',
|
|
532
547
|
'users_users_invite': 'write',
|
|
533
548
|
'users_users_list': 'read',
|
|
534
549
|
'users_users_set_primary_identifier': 'write',
|
|
535
|
-
'users_users_unban': '
|
|
550
|
+
'users_users_unban': 'admin',
|
|
536
551
|
'users_users_update': 'write',
|
|
537
|
-
'
|
|
538
|
-
'users_waitlist_funnel': 'write',
|
|
552
|
+
'users_waitlist_funnel': 'read',
|
|
539
553
|
'users_waitlist_import': 'write',
|
|
540
554
|
'users_waitlist_invite': 'write',
|
|
541
555
|
'users_waitlist_list': 'read',
|
|
@@ -544,7 +558,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
544
558
|
'users_webhooks_deliveries_list': 'read',
|
|
545
559
|
'users_webhooks_get': 'read',
|
|
546
560
|
'users_webhooks_list': 'read',
|
|
547
|
-
'users_webhooks_rotate_secret': '
|
|
561
|
+
'users_webhooks_rotate_secret': 'admin',
|
|
548
562
|
'users_webhooks_update': 'write',
|
|
549
563
|
'waitlist_config_get': 'read',
|
|
550
564
|
'waitlist_config_upsert': 'write',
|
|
@@ -597,6 +611,26 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
597
611
|
};
|
|
598
612
|
|
|
599
613
|
export const compositions: Record<string, ToolComposition> = {
|
|
614
|
+
'brain_cognition_digest': {"label":"Run cognition digest"},
|
|
615
|
+
'brain_cognition_sweep': {"label":"Run cognition sweep"},
|
|
616
|
+
'brain_daemon_reingest': {"label":"Reingest daemon source","options":{"id":"brain_daemons_list"}},
|
|
617
|
+
'brain_daemon_run': {"label":"Run ingestion daemon","options":{"id":"brain_daemons_list"}},
|
|
618
|
+
'brain_daemon_runs': {"label":"List daemon runs","options":{"id":"brain_daemons_list"}},
|
|
619
|
+
'brain_daemon_status': {"label":"Get daemon status","options":{"id":"brain_daemons_list"}},
|
|
620
|
+
'brain_daemons_list': {"label":"List daemons"},
|
|
621
|
+
'brain_knowledge_entity_memories': {"pii":["input.entity_ref","output.entity.canonical_name","output.entity.display_name","output.entity.aliases","output.entity.description","output.memories[].content","output.memories[].custom"],"label":"List entity memories"},
|
|
622
|
+
'brain_knowledge_graph': {"pii":["output.nodes[].canonical_name","output.nodes[].display_name","output.nodes[].aliases","output.nodes[].description","output.edges[].reason"],"label":"Export knowledge graph"},
|
|
623
|
+
'brain_knowledge_neighborhood': {"pii":["input.entity_ref","output.root.canonical_name","output.root.display_name","output.root.aliases","output.root.description","output.entities[].canonical_name","output.entities[].display_name","output.entities[].aliases","output.entities[].description","output.relations[].source_display_name","output.relations[].source_canonical_name","output.relations[].target_display_name","output.relations[].target_canonical_name","output.relations[].reason"],"label":"Expand entity neighborhood"},
|
|
624
|
+
'brain_knowledge_relations': {"pii":["input.source_entity","input.target_entity","output.relations[].source_display_name","output.relations[].source_canonical_name","output.relations[].target_display_name","output.relations[].target_canonical_name","output.relations[].reason"],"label":"List knowledge relations"},
|
|
625
|
+
'brain_knowledge_search': {"pii":["input.name","output.entities[].canonical_name","output.entities[].display_name","output.entities[].aliases","output.entities[].description"],"label":"Search knowledge entities"},
|
|
626
|
+
'brain_memory_add': {"pii":["input.content","input.metadata"],"label":"Add memory"},
|
|
627
|
+
'brain_memory_delete': {"label":"Delete memory"},
|
|
628
|
+
'brain_memory_get': {"pii":["output.content"],"label":"Get memory"},
|
|
629
|
+
'brain_memory_list': {"pii":["output.memories[].content","output.memories[].custom"],"label":"List memories"},
|
|
630
|
+
'brain_memory_search': {"pii":["input.query","output.profile[].content","output.normal[].content","output.proactive[].content"],"label":"Search memories"},
|
|
631
|
+
'brain_memory_stats': {"label":"Memory stats"},
|
|
632
|
+
'brain_memory_update': {"pii":["input.content"],"label":"Update memory"},
|
|
633
|
+
'brain_usage_report': {"label":"Get usage report"},
|
|
600
634
|
'mail_audience_create': {"label":"Create audience"},
|
|
601
635
|
'mail_audience_delete': {"label":"Delete audience"},
|
|
602
636
|
'mail_audience_get': {"label":"Get audience"},
|
|
@@ -636,4 +670,7 @@ export const compositions: Record<string, ToolComposition> = {
|
|
|
636
670
|
'mail_template_publish': {"label":"Publish template"},
|
|
637
671
|
'mail_template_update': {"label":"Update template"},
|
|
638
672
|
'mail_usage_get': {"label":"Get usage"},
|
|
673
|
+
'playground_workflow_echo': {"pii":["input.note","output.note"],"label":"Store workflow echo","completion_event":"playground/workflow.echoed"},
|
|
674
|
+
'playground_workflow_ping': {"label":"Fire workflow ping","completion_event":"playground/workflow.ping"},
|
|
675
|
+
'playground_workflow_subjects-list': {"pii":["output.items[].display_name"],"label":"List workflow subjects"},
|
|
639
676
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import { wsBindings } from '../bindings.gen';
|
|
3
|
+
import type { LesslyStream, LesslyStreamOpener } from '../../runtime/types';
|
|
4
|
+
import type {
|
|
5
|
+
PlaygroundWsEchoInput,
|
|
6
|
+
} from '../types.gen';
|
|
7
|
+
|
|
8
|
+
export const playgroundWsEchoConnect = (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput): LesslyStream =>
|
|
9
|
+
sdk.openStream(wsBindings['playground']!['ws']!['echo']!, input as Record<string, unknown>);
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
export * from './connect.gen';
|
|
4
|
+
export type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWorkflowEchoInput, PlaygroundWorkflowEchoListInput, PlaygroundWorkflowEchoListOutput, PlaygroundWorkflowEchoOutput, PlaygroundWorkflowPingInput, PlaygroundWorkflowPingOutput, PlaygroundWorkflowSubjectsListInput, PlaygroundWorkflowSubjectsListOutput, PlaygroundWsEchoInput } from '../types.gen';
|