@lepsto/sdk-app 91.0.0 → 92.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/CHANGELOG.md +81 -2
- package/dist/_types/gen/client.gen.d.ts +1 -38
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/types.gen.d.ts +0 -326
- package/dist/index.cjs +0 -227
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11470 -22
- package/dist/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +1 -216
- package/src/gen/client.gen.ts +0 -71
- package/src/gen/manifest.gen.ts +1 -21
- package/src/gen/types.gen.ts +0 -372
- package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
- package/dist/_types/gen/playground/index.d.ts +0 -3
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -70
- package/dist/chunk-LMCZVZKI.js +0 -11689
- package/dist/chunk-LMCZVZKI.js.map +0 -1
- package/dist/playground/index.cjs +0 -106
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -1
- package/dist/playground/index.d.ts +0 -1
- package/dist/playground/index.js +0 -78
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/connect.gen.ts +0 -9
- package/src/gen/playground/index.ts +0 -4
- package/src/gen/playground/queryOptions.gen.ts +0 -119
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lepsto/sdk-app",
|
|
3
3
|
"description": "The Lepsto SDK for App is a TypeScript SDK that provides runtime bindings and type-safe generated code for interacting with Lepsto Platform APIs and services. This package generates type definitions and client bindings from API catalogs, enabling developers to build applications that consume Lepsto platform services with full type safety and autocompletion.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "92.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/lepsto/lepsto-sdk-app.git"
|
|
@@ -159,16 +159,6 @@
|
|
|
159
159
|
"default": "./dist/organization/index.cjs"
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
|
-
"./playground": {
|
|
163
|
-
"import": {
|
|
164
|
-
"types": "./dist/playground/index.d.ts",
|
|
165
|
-
"default": "./dist/playground/index.js"
|
|
166
|
-
},
|
|
167
|
-
"require": {
|
|
168
|
-
"types": "./dist/playground/index.d.cts",
|
|
169
|
-
"default": "./dist/playground/index.cjs"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
162
|
"./realtime": {
|
|
173
163
|
"import": {
|
|
174
164
|
"types": "./dist/realtime/index.d.ts",
|
|
@@ -220,5 +210,5 @@
|
|
|
220
210
|
}
|
|
221
211
|
}
|
|
222
212
|
},
|
|
223
|
-
"sdkContentHash": "sha256:
|
|
213
|
+
"sdkContentHash": "sha256:0c3ee85663ea0107636beb4da2acb6dd0d5a9c112b09d9bb1aec2edf18e2afa2"
|
|
224
214
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -7404,213 +7404,6 @@ export const bindings: BindingsMap = {
|
|
|
7404
7404
|
}
|
|
7405
7405
|
}
|
|
7406
7406
|
},
|
|
7407
|
-
"playground": {
|
|
7408
|
-
"analytics": {
|
|
7409
|
-
"overview": {
|
|
7410
|
-
"level": "read",
|
|
7411
|
-
"method": "POST",
|
|
7412
|
-
"operationKey": "playground_analytics_overview",
|
|
7413
|
-
"params": [
|
|
7414
|
-
{
|
|
7415
|
-
"in": "body",
|
|
7416
|
-
"name": "limit"
|
|
7417
|
-
}
|
|
7418
|
-
],
|
|
7419
|
-
"path": "/playground/analytics/overview",
|
|
7420
|
-
"readOnly": true
|
|
7421
|
-
}
|
|
7422
|
-
},
|
|
7423
|
-
"billing": {
|
|
7424
|
-
"entitlements": {
|
|
7425
|
-
"level": "read",
|
|
7426
|
-
"method": "POST",
|
|
7427
|
-
"operationKey": "playground_billing_entitlements",
|
|
7428
|
-
"path": "/playground/billing/entitlements",
|
|
7429
|
-
"readOnly": true
|
|
7430
|
-
},
|
|
7431
|
-
"record-usage": {
|
|
7432
|
-
"level": "write",
|
|
7433
|
-
"method": "POST",
|
|
7434
|
-
"operationKey": "playground_billing_record-usage",
|
|
7435
|
-
"params": [
|
|
7436
|
-
{
|
|
7437
|
-
"in": "body",
|
|
7438
|
-
"name": "value"
|
|
7439
|
-
}
|
|
7440
|
-
],
|
|
7441
|
-
"path": "/playground/billing/usage",
|
|
7442
|
-
"readOnly": false
|
|
7443
|
-
}
|
|
7444
|
-
},
|
|
7445
|
-
"clickup": {
|
|
7446
|
-
"create-task": {
|
|
7447
|
-
"level": "write",
|
|
7448
|
-
"method": "POST",
|
|
7449
|
-
"operationKey": "playground_clickup_create-task",
|
|
7450
|
-
"params": [
|
|
7451
|
-
{
|
|
7452
|
-
"in": "body",
|
|
7453
|
-
"name": "listId"
|
|
7454
|
-
},
|
|
7455
|
-
{
|
|
7456
|
-
"in": "body",
|
|
7457
|
-
"name": "name"
|
|
7458
|
-
}
|
|
7459
|
-
],
|
|
7460
|
-
"path": "/playground/clickup/tasks",
|
|
7461
|
-
"readOnly": false
|
|
7462
|
-
},
|
|
7463
|
-
"get-last-webhook": {
|
|
7464
|
-
"level": "read",
|
|
7465
|
-
"method": "GET",
|
|
7466
|
-
"operationKey": "playground_clickup_get-last-webhook",
|
|
7467
|
-
"path": "/playground/clickup/webhooks/last",
|
|
7468
|
-
"readOnly": true
|
|
7469
|
-
},
|
|
7470
|
-
"get-overview": {
|
|
7471
|
-
"level": "read",
|
|
7472
|
-
"method": "GET",
|
|
7473
|
-
"operationKey": "playground_clickup_get-overview",
|
|
7474
|
-
"path": "/playground/clickup/overview",
|
|
7475
|
-
"readOnly": true
|
|
7476
|
-
}
|
|
7477
|
-
},
|
|
7478
|
-
"echo": {
|
|
7479
|
-
"ping": {
|
|
7480
|
-
"level": "read",
|
|
7481
|
-
"method": "POST",
|
|
7482
|
-
"operationKey": "playground_echo_ping",
|
|
7483
|
-
"params": [
|
|
7484
|
-
{
|
|
7485
|
-
"in": "body",
|
|
7486
|
-
"name": "message"
|
|
7487
|
-
}
|
|
7488
|
-
],
|
|
7489
|
-
"path": "/playground/echo/ping",
|
|
7490
|
-
"readOnly": true
|
|
7491
|
-
}
|
|
7492
|
-
},
|
|
7493
|
-
"gdrive": {
|
|
7494
|
-
"get-last-change": {
|
|
7495
|
-
"level": "read",
|
|
7496
|
-
"method": "GET",
|
|
7497
|
-
"operationKey": "playground_gdrive_get-last-change",
|
|
7498
|
-
"path": "/playground/gdrive/changes/last",
|
|
7499
|
-
"readOnly": true
|
|
7500
|
-
},
|
|
7501
|
-
"read-file": {
|
|
7502
|
-
"level": "read",
|
|
7503
|
-
"method": "POST",
|
|
7504
|
-
"operationKey": "playground_gdrive_read-file",
|
|
7505
|
-
"params": [
|
|
7506
|
-
{
|
|
7507
|
-
"in": "body",
|
|
7508
|
-
"name": "fileId"
|
|
7509
|
-
}
|
|
7510
|
-
],
|
|
7511
|
-
"path": "/playground/gdrive/file",
|
|
7512
|
-
"readOnly": true
|
|
7513
|
-
}
|
|
7514
|
-
},
|
|
7515
|
-
"googleads": {
|
|
7516
|
-
"read-customer": {
|
|
7517
|
-
"level": "read",
|
|
7518
|
-
"method": "POST",
|
|
7519
|
-
"operationKey": "playground_googleads_read-customer",
|
|
7520
|
-
"path": "/playground/googleads/customer",
|
|
7521
|
-
"readOnly": true
|
|
7522
|
-
}
|
|
7523
|
-
},
|
|
7524
|
-
"lifecycle": {
|
|
7525
|
-
"get-state": {
|
|
7526
|
-
"level": "read",
|
|
7527
|
-
"method": "GET",
|
|
7528
|
-
"operationKey": "playground_lifecycle_get-state",
|
|
7529
|
-
"path": "/playground/lifecycle/state",
|
|
7530
|
-
"readOnly": true
|
|
7531
|
-
},
|
|
7532
|
-
"list-events": {
|
|
7533
|
-
"level": "read",
|
|
7534
|
-
"method": "GET",
|
|
7535
|
-
"operationKey": "playground_lifecycle_list-events",
|
|
7536
|
-
"path": "/playground/lifecycle/events",
|
|
7537
|
-
"readOnly": true
|
|
7538
|
-
}
|
|
7539
|
-
},
|
|
7540
|
-
"webhook": {
|
|
7541
|
-
"get-last": {
|
|
7542
|
-
"level": "read",
|
|
7543
|
-
"method": "GET",
|
|
7544
|
-
"operationKey": "playground_webhook_get-last",
|
|
7545
|
-
"path": "/playground/webhooks/last",
|
|
7546
|
-
"readOnly": true
|
|
7547
|
-
}
|
|
7548
|
-
},
|
|
7549
|
-
"workflow": {
|
|
7550
|
-
"echo": {
|
|
7551
|
-
"level": "write",
|
|
7552
|
-
"method": "POST",
|
|
7553
|
-
"operationKey": "playground_workflow_echo",
|
|
7554
|
-
"params": [
|
|
7555
|
-
{
|
|
7556
|
-
"in": "body",
|
|
7557
|
-
"name": "note"
|
|
7558
|
-
},
|
|
7559
|
-
{
|
|
7560
|
-
"in": "body",
|
|
7561
|
-
"name": "tags"
|
|
7562
|
-
}
|
|
7563
|
-
],
|
|
7564
|
-
"path": "/playground/workflow/echo",
|
|
7565
|
-
"readOnly": false
|
|
7566
|
-
},
|
|
7567
|
-
"echo-list": {
|
|
7568
|
-
"level": "read",
|
|
7569
|
-
"method": "GET",
|
|
7570
|
-
"operationKey": "playground_workflow_echo-list",
|
|
7571
|
-
"path": "/playground/workflow/echoes",
|
|
7572
|
-
"readOnly": true
|
|
7573
|
-
},
|
|
7574
|
-
"ping": {
|
|
7575
|
-
"level": "write",
|
|
7576
|
-
"method": "POST",
|
|
7577
|
-
"operationKey": "playground_workflow_ping",
|
|
7578
|
-
"params": [
|
|
7579
|
-
{
|
|
7580
|
-
"in": "body",
|
|
7581
|
-
"name": "kind"
|
|
7582
|
-
}
|
|
7583
|
-
],
|
|
7584
|
-
"path": "/playground/workflow/ping",
|
|
7585
|
-
"readOnly": false
|
|
7586
|
-
},
|
|
7587
|
-
"subjects-list": {
|
|
7588
|
-
"level": "read",
|
|
7589
|
-
"method": "GET",
|
|
7590
|
-
"operationKey": "playground_workflow_subjects-list",
|
|
7591
|
-
"params": [
|
|
7592
|
-
{
|
|
7593
|
-
"in": "query",
|
|
7594
|
-
"name": "last_activity_before"
|
|
7595
|
-
},
|
|
7596
|
-
{
|
|
7597
|
-
"in": "query",
|
|
7598
|
-
"name": "last_activity_after"
|
|
7599
|
-
},
|
|
7600
|
-
{
|
|
7601
|
-
"in": "query",
|
|
7602
|
-
"name": "limit"
|
|
7603
|
-
},
|
|
7604
|
-
{
|
|
7605
|
-
"in": "query",
|
|
7606
|
-
"name": "cursor"
|
|
7607
|
-
}
|
|
7608
|
-
],
|
|
7609
|
-
"path": "/playground/workflow/subjects",
|
|
7610
|
-
"readOnly": true
|
|
7611
|
-
}
|
|
7612
|
-
}
|
|
7613
|
-
},
|
|
7614
7407
|
"realtime": {
|
|
7615
7408
|
"archive": {
|
|
7616
7409
|
"export": {
|
|
@@ -11677,12 +11470,4 @@ export const bindings: BindingsMap = {
|
|
|
11677
11470
|
}
|
|
11678
11471
|
};
|
|
11679
11472
|
|
|
11680
|
-
export const wsBindings: WsBindingsMap = {
|
|
11681
|
-
"playground": {
|
|
11682
|
-
"ws": {
|
|
11683
|
-
"echo": {
|
|
11684
|
-
"path": "/playground/ws/echo"
|
|
11685
|
-
}
|
|
11686
|
-
}
|
|
11687
|
-
}
|
|
11688
|
-
};
|
|
11473
|
+
export const wsBindings: WsBindingsMap = {};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -797,40 +797,6 @@ import type {
|
|
|
797
797
|
OrganizationXInstallOutput,
|
|
798
798
|
OrganizationYoutubeInstallInput,
|
|
799
799
|
OrganizationYoutubeInstallOutput,
|
|
800
|
-
PlaygroundAnalyticsOverviewInput,
|
|
801
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
802
|
-
PlaygroundBillingEntitlementsInput,
|
|
803
|
-
PlaygroundBillingEntitlementsOutput,
|
|
804
|
-
PlaygroundBillingRecordUsageInput,
|
|
805
|
-
PlaygroundBillingRecordUsageOutput,
|
|
806
|
-
PlaygroundClickupCreateTaskInput,
|
|
807
|
-
PlaygroundClickupCreateTaskOutput,
|
|
808
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
809
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
810
|
-
PlaygroundClickupGetOverviewInput,
|
|
811
|
-
PlaygroundClickupGetOverviewOutput,
|
|
812
|
-
PlaygroundEchoPingInput,
|
|
813
|
-
PlaygroundEchoPingOutput,
|
|
814
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
815
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
816
|
-
PlaygroundGdriveReadFileInput,
|
|
817
|
-
PlaygroundGdriveReadFileOutput,
|
|
818
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
819
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
820
|
-
PlaygroundLifecycleGetStateInput,
|
|
821
|
-
PlaygroundLifecycleGetStateOutput,
|
|
822
|
-
PlaygroundLifecycleListEventsInput,
|
|
823
|
-
PlaygroundLifecycleListEventsOutput,
|
|
824
|
-
PlaygroundWebhookGetLastInput,
|
|
825
|
-
PlaygroundWebhookGetLastOutput,
|
|
826
|
-
PlaygroundWorkflowEchoInput,
|
|
827
|
-
PlaygroundWorkflowEchoListInput,
|
|
828
|
-
PlaygroundWorkflowEchoListOutput,
|
|
829
|
-
PlaygroundWorkflowEchoOutput,
|
|
830
|
-
PlaygroundWorkflowPingInput,
|
|
831
|
-
PlaygroundWorkflowPingOutput,
|
|
832
|
-
PlaygroundWorkflowSubjectsListInput,
|
|
833
|
-
PlaygroundWorkflowSubjectsListOutput,
|
|
834
800
|
RealtimeArchiveExportInput,
|
|
835
801
|
RealtimeArchiveExportOutput,
|
|
836
802
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1958,43 +1924,6 @@ export interface GeneratedClient {
|
|
|
1958
1924
|
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1959
1925
|
};
|
|
1960
1926
|
};
|
|
1961
|
-
playground: {
|
|
1962
|
-
analytics: {
|
|
1963
|
-
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1964
|
-
};
|
|
1965
|
-
billing: {
|
|
1966
|
-
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1967
|
-
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1968
|
-
};
|
|
1969
|
-
clickup: {
|
|
1970
|
-
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1971
|
-
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1972
|
-
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1973
|
-
};
|
|
1974
|
-
echo: {
|
|
1975
|
-
ping: ((input: PlaygroundEchoPingInput) => Promise<PlaygroundEchoPingOutput>) & Operation;
|
|
1976
|
-
};
|
|
1977
|
-
gdrive: {
|
|
1978
|
-
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1979
|
-
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1980
|
-
};
|
|
1981
|
-
googleads: {
|
|
1982
|
-
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1983
|
-
};
|
|
1984
|
-
lifecycle: {
|
|
1985
|
-
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1986
|
-
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1987
|
-
};
|
|
1988
|
-
webhook: {
|
|
1989
|
-
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1990
|
-
};
|
|
1991
|
-
workflow: {
|
|
1992
|
-
echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
|
|
1993
|
-
'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
|
|
1994
|
-
ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
|
|
1995
|
-
'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
|
|
1996
|
-
};
|
|
1997
|
-
};
|
|
1998
1927
|
realtime: {
|
|
1999
1928
|
archive: {
|
|
2000
1929
|
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & 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', '
|
|
4
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'workflow'] as const;
|
|
5
5
|
|
|
6
6
|
export const operations: Record<string, ToolLevel> = {
|
|
7
7
|
'analytics_catalog_get': 'read',
|
|
@@ -402,23 +402,6 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
402
402
|
'organization_support_threads_list': 'read',
|
|
403
403
|
'organization_x_install': 'read',
|
|
404
404
|
'organization_youtube_install': 'read',
|
|
405
|
-
'playground_analytics_overview': 'read',
|
|
406
|
-
'playground_billing_entitlements': 'read',
|
|
407
|
-
'playground_billing_record-usage': 'write',
|
|
408
|
-
'playground_clickup_create-task': 'write',
|
|
409
|
-
'playground_clickup_get-last-webhook': 'read',
|
|
410
|
-
'playground_clickup_get-overview': 'read',
|
|
411
|
-
'playground_echo_ping': 'read',
|
|
412
|
-
'playground_gdrive_get-last-change': 'read',
|
|
413
|
-
'playground_gdrive_read-file': 'read',
|
|
414
|
-
'playground_googleads_read-customer': 'read',
|
|
415
|
-
'playground_lifecycle_get-state': 'read',
|
|
416
|
-
'playground_lifecycle_list-events': 'read',
|
|
417
|
-
'playground_webhook_get-last': 'read',
|
|
418
|
-
'playground_workflow_echo': 'write',
|
|
419
|
-
'playground_workflow_echo-list': 'read',
|
|
420
|
-
'playground_workflow_ping': 'write',
|
|
421
|
-
'playground_workflow_subjects-list': 'read',
|
|
422
405
|
'realtime_archive_export': 'admin',
|
|
423
406
|
'realtime_archive_export_status': 'read',
|
|
424
407
|
'realtime_archive_get': 'read',
|
|
@@ -702,9 +685,6 @@ export const compositions: Record<string, ToolComposition> = {
|
|
|
702
685
|
'mail_template_unarchive': {"label":"Unarchive template","options":{"id":"mail_template_list"}},
|
|
703
686
|
'mail_template_update': {"label":"Update template","options":{"id":"mail_template_list"}},
|
|
704
687
|
'mail_usage_get': {"label":"Get usage"},
|
|
705
|
-
'playground_workflow_echo': {"pii":["input.note","output.note"],"label":"Store workflow echo","completion_event":"playground/workflow.echoed"},
|
|
706
|
-
'playground_workflow_ping': {"label":"Fire workflow ping","completion_event":"playground/workflow.ping"},
|
|
707
|
-
'playground_workflow_subjects-list': {"pii":["output.items[].display_name"],"label":"List workflow subjects"},
|
|
708
688
|
'support_agent_create': {"pii":["input.lesslyUserId","output.lesslyUserId"],"label":"Create agent"},
|
|
709
689
|
'support_agent_get': {"pii":["output.lesslyUserId"],"label":"Get agent","options":{"id":"support_agent_list"}},
|
|
710
690
|
'support_agent_list': {"pii":["output.agents[].lesslyUserId"],"label":"List agents"},
|