@lessly/sdk-app 64.2.0 → 65.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "64.2.0",
3
+ "version": "65.0.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -148,16 +148,6 @@
148
148
  "default": "./dist/organization/index.cjs"
149
149
  }
150
150
  },
151
- "./playground": {
152
- "import": {
153
- "types": "./dist/playground/index.d.ts",
154
- "default": "./dist/playground/index.js"
155
- },
156
- "require": {
157
- "types": "./dist/playground/index.d.cts",
158
- "default": "./dist/playground/index.cjs"
159
- }
160
- },
161
151
  "./realtime": {
162
152
  "import": {
163
153
  "types": "./dist/realtime/index.d.ts",
@@ -219,5 +209,5 @@
219
209
  }
220
210
  }
221
211
  },
222
- "sdkContentHash": "sha256:9baa394f0d88d7461a17232e218d83d2e3277d56170cd48d61525e0be2fe3da9"
212
+ "sdkContentHash": "sha256:b140381b3610b63c9db116f2cdf461c9940a4c169853393be78e4d2d5809abfd"
223
213
  }
@@ -7116,173 +7116,6 @@ export const bindings: BindingsMap = {
7116
7116
  }
7117
7117
  }
7118
7118
  },
7119
- "playground": {
7120
- "analytics": {
7121
- "overview": {
7122
- "level": "read",
7123
- "method": "POST",
7124
- "operationKey": "playground_analytics_overview",
7125
- "params": [
7126
- {
7127
- "in": "body",
7128
- "name": "limit"
7129
- }
7130
- ],
7131
- "path": "/playground/analytics/overview",
7132
- "readOnly": true
7133
- }
7134
- },
7135
- "billing": {
7136
- "entitlements": {
7137
- "level": "read",
7138
- "method": "POST",
7139
- "operationKey": "playground_billing_entitlements",
7140
- "path": "/playground/billing/entitlements",
7141
- "readOnly": true
7142
- },
7143
- "record-usage": {
7144
- "level": "write",
7145
- "method": "POST",
7146
- "operationKey": "playground_billing_record-usage",
7147
- "params": [
7148
- {
7149
- "in": "body",
7150
- "name": "value"
7151
- }
7152
- ],
7153
- "path": "/playground/billing/usage",
7154
- "readOnly": false
7155
- }
7156
- },
7157
- "clickup": {
7158
- "create-task": {
7159
- "level": "write",
7160
- "method": "POST",
7161
- "operationKey": "playground_clickup_create-task",
7162
- "params": [
7163
- {
7164
- "in": "body",
7165
- "name": "listId"
7166
- },
7167
- {
7168
- "in": "body",
7169
- "name": "name"
7170
- }
7171
- ],
7172
- "path": "/playground/clickup/tasks",
7173
- "readOnly": false
7174
- },
7175
- "get-last-webhook": {
7176
- "level": "read",
7177
- "method": "GET",
7178
- "operationKey": "playground_clickup_get-last-webhook",
7179
- "path": "/playground/clickup/webhooks/last",
7180
- "readOnly": true
7181
- },
7182
- "get-overview": {
7183
- "level": "read",
7184
- "method": "GET",
7185
- "operationKey": "playground_clickup_get-overview",
7186
- "path": "/playground/clickup/overview",
7187
- "readOnly": true
7188
- }
7189
- },
7190
- "gdrive": {
7191
- "get-last-change": {
7192
- "level": "read",
7193
- "method": "GET",
7194
- "operationKey": "playground_gdrive_get-last-change",
7195
- "path": "/playground/gdrive/changes/last",
7196
- "readOnly": true
7197
- },
7198
- "read-file": {
7199
- "level": "read",
7200
- "method": "POST",
7201
- "operationKey": "playground_gdrive_read-file",
7202
- "params": [
7203
- {
7204
- "in": "body",
7205
- "name": "fileId"
7206
- }
7207
- ],
7208
- "path": "/playground/gdrive/file",
7209
- "readOnly": true
7210
- }
7211
- },
7212
- "googleads": {
7213
- "read-customer": {
7214
- "level": "read",
7215
- "method": "POST",
7216
- "operationKey": "playground_googleads_read-customer",
7217
- "path": "/playground/googleads/customer",
7218
- "readOnly": true
7219
- }
7220
- },
7221
- "lifecycle": {
7222
- "get-state": {
7223
- "level": "read",
7224
- "method": "GET",
7225
- "operationKey": "playground_lifecycle_get-state",
7226
- "path": "/playground/lifecycle/state",
7227
- "readOnly": true
7228
- },
7229
- "list-events": {
7230
- "level": "read",
7231
- "method": "GET",
7232
- "operationKey": "playground_lifecycle_list-events",
7233
- "path": "/playground/lifecycle/events",
7234
- "readOnly": true
7235
- }
7236
- },
7237
- "webhook": {
7238
- "get-last": {
7239
- "level": "read",
7240
- "method": "GET",
7241
- "operationKey": "playground_webhook_get-last",
7242
- "path": "/playground/webhooks/last",
7243
- "readOnly": true
7244
- }
7245
- },
7246
- "workflow": {
7247
- "echo": {
7248
- "level": "write",
7249
- "method": "POST",
7250
- "operationKey": "playground_workflow_echo",
7251
- "params": [
7252
- {
7253
- "in": "body",
7254
- "name": "note"
7255
- },
7256
- {
7257
- "in": "body",
7258
- "name": "tags"
7259
- }
7260
- ],
7261
- "path": "/playground/workflow/echo",
7262
- "readOnly": false
7263
- },
7264
- "echo-list": {
7265
- "level": "read",
7266
- "method": "GET",
7267
- "operationKey": "playground_workflow_echo-list",
7268
- "path": "/playground/workflow/echoes",
7269
- "readOnly": true
7270
- },
7271
- "ping": {
7272
- "level": "write",
7273
- "method": "POST",
7274
- "operationKey": "playground_workflow_ping",
7275
- "params": [
7276
- {
7277
- "in": "body",
7278
- "name": "kind"
7279
- }
7280
- ],
7281
- "path": "/playground/workflow/ping",
7282
- "readOnly": false
7283
- }
7284
- }
7285
- },
7286
7119
  "realtime": {
7287
7120
  "archive": {
7288
7121
  "export": {
@@ -11000,12 +10833,4 @@ export const bindings: BindingsMap = {
11000
10833
  }
11001
10834
  };
11002
10835
 
11003
- export const wsBindings: WsBindingsMap = {
11004
- "playground": {
11005
- "ws": {
11006
- "echo": {
11007
- "path": "/playground/ws/echo"
11008
- }
11009
- }
11010
- }
11011
- };
10836
+ export const wsBindings: WsBindingsMap = {};
@@ -769,36 +769,6 @@ import type {
769
769
  OrganizationXInstallOutput,
770
770
  OrganizationYoutubeInstallInput,
771
771
  OrganizationYoutubeInstallOutput,
772
- PlaygroundAnalyticsOverviewInput,
773
- PlaygroundAnalyticsOverviewOutput,
774
- PlaygroundBillingEntitlementsInput,
775
- PlaygroundBillingEntitlementsOutput,
776
- PlaygroundBillingRecordUsageInput,
777
- PlaygroundBillingRecordUsageOutput,
778
- PlaygroundClickupCreateTaskInput,
779
- PlaygroundClickupCreateTaskOutput,
780
- PlaygroundClickupGetLastWebhookInput,
781
- PlaygroundClickupGetLastWebhookOutput,
782
- PlaygroundClickupGetOverviewInput,
783
- PlaygroundClickupGetOverviewOutput,
784
- PlaygroundGdriveGetLastChangeInput,
785
- PlaygroundGdriveGetLastChangeOutput,
786
- PlaygroundGdriveReadFileInput,
787
- PlaygroundGdriveReadFileOutput,
788
- PlaygroundGoogleadsReadCustomerInput,
789
- PlaygroundGoogleadsReadCustomerOutput,
790
- PlaygroundLifecycleGetStateInput,
791
- PlaygroundLifecycleGetStateOutput,
792
- PlaygroundLifecycleListEventsInput,
793
- PlaygroundLifecycleListEventsOutput,
794
- PlaygroundWebhookGetLastInput,
795
- PlaygroundWebhookGetLastOutput,
796
- PlaygroundWorkflowEchoInput,
797
- PlaygroundWorkflowEchoListInput,
798
- PlaygroundWorkflowEchoListOutput,
799
- PlaygroundWorkflowEchoOutput,
800
- PlaygroundWorkflowPingInput,
801
- PlaygroundWorkflowPingOutput,
802
772
  RealtimeArchiveExportInput,
803
773
  RealtimeArchiveExportOutput,
804
774
  RealtimeArchiveExportStatusInput,
@@ -1868,39 +1838,6 @@ export interface GeneratedClient {
1868
1838
  install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
1869
1839
  };
1870
1840
  };
1871
- playground: {
1872
- analytics: {
1873
- overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
1874
- };
1875
- billing: {
1876
- entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
1877
- 'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
1878
- };
1879
- clickup: {
1880
- 'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
1881
- 'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
1882
- 'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
1883
- };
1884
- gdrive: {
1885
- 'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
1886
- 'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
1887
- };
1888
- googleads: {
1889
- 'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
1890
- };
1891
- lifecycle: {
1892
- 'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
1893
- 'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
1894
- };
1895
- webhook: {
1896
- 'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
1897
- };
1898
- workflow: {
1899
- echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
1900
- 'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
1901
- ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
1902
- };
1903
- };
1904
1841
  realtime: {
1905
1842
  archive: {
1906
1843
  export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
@@ -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', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist', 'workflow'] as const;
4
+ export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist', 'workflow'] as const;
5
5
 
6
6
  export const operations: Record<string, ToolLevel> = {
7
7
  'analytics_catalog_get': 'read',
@@ -388,21 +388,6 @@ export const operations: Record<string, ToolLevel> = {
388
388
  'organization_support_threads_list': 'read',
389
389
  'organization_x_install': 'read',
390
390
  'organization_youtube_install': 'read',
391
- 'playground_analytics_overview': 'read',
392
- 'playground_billing_entitlements': 'read',
393
- 'playground_billing_record-usage': 'write',
394
- 'playground_clickup_create-task': 'write',
395
- 'playground_clickup_get-last-webhook': 'read',
396
- 'playground_clickup_get-overview': 'read',
397
- 'playground_gdrive_get-last-change': 'read',
398
- 'playground_gdrive_read-file': 'read',
399
- 'playground_googleads_read-customer': 'read',
400
- 'playground_lifecycle_get-state': 'read',
401
- 'playground_lifecycle_list-events': 'read',
402
- 'playground_webhook_get-last': 'read',
403
- 'playground_workflow_echo': 'write',
404
- 'playground_workflow_echo-list': 'read',
405
- 'playground_workflow_ping': 'write',
406
391
  'realtime_archive_export': 'admin',
407
392
  'realtime_archive_export_status': 'read',
408
393
  'realtime_archive_get': 'read',
@@ -634,6 +619,4 @@ export const compositions: Record<string, ToolComposition> = {
634
619
  'mail_template_publish': {"label":"Publish template"},
635
620
  'mail_template_update': {"label":"Update template"},
636
621
  'mail_usage_get': {"label":"Get usage"},
637
- 'playground_workflow_echo': {"pii":["input.note"],"label":"Store workflow echo"},
638
- 'playground_workflow_ping': {"label":"Fire workflow ping","completion_event":"playground/workflow.ping"},
639
622
  };
@@ -85727,305 +85727,6 @@ export interface OrganizationYoutubeInstallOutput {
85727
85727
  url: string
85728
85728
  }
85729
85729
 
85730
- export interface PlaygroundAnalyticsOverviewInput {
85731
- /**
85732
- * Max records per entity in recent[]; omit for the endpoint default
85733
- */
85734
- limit?: number
85735
- }
85736
-
85737
- export interface PlaygroundAnalyticsOverviewOutput {
85738
- ok: boolean
85739
- minted: boolean
85740
- overview?: unknown
85741
- http_status: number
85742
- }
85743
-
85744
- export interface PlaygroundBillingEntitlementsInput {
85745
-
85746
- }
85747
-
85748
- export interface PlaygroundBillingEntitlementsOutput {
85749
- ok: boolean
85750
- minted: boolean
85751
- http_status: number
85752
- entitlements?: unknown
85753
- }
85754
-
85755
- export interface PlaygroundBillingRecordUsageInput {
85756
- /**
85757
- * Quantity of events to record against playground-events (SUM); defaults to 1
85758
- */
85759
- value?: number
85760
- }
85761
-
85762
- export interface PlaygroundBillingRecordUsageOutput {
85763
- minted: boolean
85764
- accepted: (number | null)
85765
- recorded: boolean
85766
- duplicates: (number | null)
85767
- http_status: number
85768
- }
85769
-
85770
- export interface PlaygroundClickupCreateTaskInput {
85771
- /**
85772
- * Task title; defaults to a fixture label
85773
- */
85774
- name?: string
85775
- /**
85776
- * ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
85777
- */
85778
- listId?: string
85779
- }
85780
-
85781
- export interface PlaygroundClickupCreateTaskOutput {
85782
- minted: boolean
85783
- task_id: (string | null)
85784
- list_status: number
85785
- vend_status: number
85786
- clickup_status: number
85787
- installation_count: number
85788
- }
85789
-
85790
- export interface PlaygroundClickupGetLastWebhookInput {
85791
-
85792
- }
85793
-
85794
- export type PlaygroundClickupGetLastWebhookOutput = ({
85795
- payload: string
85796
- event_id: string
85797
- provider: string
85798
- verified: boolean
85799
- product_id: string
85800
- occurred_at: string
85801
- connector_id: string
85802
- clickup_event: (string | null)
85803
- receipt_count: number
85804
- } | {
85805
- found: false
85806
- })
85807
-
85808
- export interface PlaygroundClickupGetOverviewInput {
85809
-
85810
- }
85811
-
85812
- export interface PlaygroundClickupGetOverviewOutput {
85813
- team: ({
85814
- teamId: string
85815
- teamName: string
85816
- } | null)
85817
- lists: PlaygroundClickupGetOverviewOutputItems[]
85818
- tasks: {
85819
- id: string
85820
- name: string
85821
- status: (string | null)
85822
- }[]
85823
- minted: boolean
85824
- spaces: PlaygroundClickupGetOverviewOutputItems[]
85825
- list_status: number
85826
- vend_status: number
85827
- lists_status: number
85828
- tasks_status: number
85829
- spaces_status: number
85830
- folders_status: number
85831
- installation_count: number
85832
- }
85833
- export interface PlaygroundClickupGetOverviewOutputItems {
85834
- id: string
85835
- name: string
85836
- }
85837
-
85838
- export interface PlaygroundGdriveGetLastChangeInput {
85839
-
85840
- }
85841
-
85842
- export type PlaygroundGdriveGetLastChangeOutput = ({
85843
- file_id: string
85844
- removed: boolean
85845
- file_name: (string | null)
85846
- mime_type: (string | null)
85847
- product_id: string
85848
- occurred_at: string
85849
- connector_id: string
85850
- resource_state: string
85851
- } | {
85852
- found: false
85853
- })
85854
-
85855
- export interface PlaygroundGdriveReadFileInput {
85856
- /**
85857
- * Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
85858
- */
85859
- fileId?: string
85860
- }
85861
-
85862
- export interface PlaygroundGdriveReadFileOutput {
85863
- minted: boolean
85864
- file_id: (string | null)
85865
- file_name: (string | null)
85866
- mime_type: (string | null)
85867
- file_count: number
85868
- get_status: number
85869
- list_status: number
85870
- vend_status: number
85871
- content_bytes: (number | null)
85872
- }
85873
-
85874
- export interface PlaygroundGoogleadsReadCustomerInput {
85875
-
85876
- }
85877
-
85878
- export interface PlaygroundGoogleadsReadCustomerOutput {
85879
- minted: boolean
85880
- vended: boolean
85881
- customer_id: (string | null)
85882
- vend_status: number
85883
- result_count: number
85884
- search_status: number
85885
- login_customer_id: (string | null)
85886
- }
85887
-
85888
- export interface PlaygroundLifecycleGetStateInput {
85889
-
85890
- }
85891
-
85892
- export interface PlaygroundLifecycleGetStateOutput {
85893
- blocked: boolean
85894
- archived: boolean
85895
- productId: string
85896
- lastBlockTransition: ({
85897
- eventId: string
85898
- eventName: string
85899
- productId: string
85900
- occurredAt: string
85901
- recordedAt: string
85902
- receiptCount: number
85903
- organizationId: string
85904
- cascadedFromOrg: boolean
85905
- } | null)
85906
- lastArchiveTransition: ({
85907
- eventId: string
85908
- eventName: string
85909
- productId: string
85910
- occurredAt: string
85911
- recordedAt: string
85912
- receiptCount: number
85913
- organizationId: string
85914
- cascadedFromOrg: boolean
85915
- } | null)
85916
- }
85917
-
85918
- export interface PlaygroundLifecycleListEventsInput {
85919
-
85920
- }
85921
-
85922
- export type PlaygroundLifecycleListEventsOutput = {
85923
- eventId: string
85924
- eventName: string
85925
- productId: string
85926
- occurredAt: string
85927
- recordedAt: string
85928
- receiptCount: number
85929
- organizationId: string
85930
- cascadedFromOrg: boolean
85931
- }[]
85932
-
85933
- export interface PlaygroundWebhookGetLastInput {
85934
-
85935
- }
85936
-
85937
- export type PlaygroundWebhookGetLastOutput = ({
85938
- payload?: unknown
85939
- event_id: string
85940
- provider: string
85941
- verified: boolean
85942
- product_id: string
85943
- occurred_at: string
85944
- connector_id: string
85945
- delivery_count: number
85946
- } | {
85947
- found: false
85948
- })
85949
-
85950
- export interface PlaygroundWorkflowEchoInput {
85951
- /**
85952
- * The text to store, 1–1024 characters
85953
- */
85954
- note: string
85955
- /**
85956
- * Optional labels stored alongside the note, at most 20
85957
- *
85958
- * @maxItems 20
85959
- */
85960
- tags?: []|[string]|[string, string]|[string, string, string]|[string, string, string, string]|[string, string, string, string, string]|[string, string, string, string, string, string]|[string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]
85961
- }
85962
-
85963
- export interface PlaygroundWorkflowEchoOutput {
85964
- /**
85965
- * Identifier of the stored echo
85966
- */
85967
- id: string
85968
- /**
85969
- * The note exactly as it was received
85970
- */
85971
- note: string
85972
- /**
85973
- * The tags exactly as they were received
85974
- */
85975
- tags: string[]
85976
- /**
85977
- * ISO-8601 instant (UTC) at which the echo was stored
85978
- */
85979
- received_at: string
85980
- }
85981
-
85982
- export interface PlaygroundWorkflowEchoListInput {
85983
-
85984
- }
85985
-
85986
- export type PlaygroundWorkflowEchoListOutput = {
85987
- /**
85988
- * Identifier of the stored echo
85989
- */
85990
- id: string
85991
- /**
85992
- * The note exactly as it was received
85993
- */
85994
- note: string
85995
- /**
85996
- * The tags exactly as they were received
85997
- */
85998
- tags: string[]
85999
- /**
86000
- * ISO-8601 instant (UTC) at which the echo was stored
86001
- */
86002
- received_at: string
86003
- }[]
86004
-
86005
- export interface PlaygroundWorkflowPingInput {
86006
- /**
86007
- * Class of ping, echoed on the emitted event and filterable on the trigger. Defaults to 'manual'.
86008
- */
86009
- kind?: string
86010
- }
86011
-
86012
- export interface PlaygroundWorkflowPingOutput {
86013
- /**
86014
- * Correlation id for this ping. The emitted playground/workflow.ping event repeats it, which is how a composer matches the event back to this step.
86015
- */
86016
- id: string
86017
- /**
86018
- * The name of the event that was published
86019
- */
86020
- event: string
86021
- }
86022
-
86023
- export interface PlaygroundWsEchoInput {
86024
-
86025
- }
86026
-
86027
- export type PlaygroundWsEchoOutput = unknown;
86028
-
86029
85730
  export interface RealtimeArchiveExportInput {
86030
85731
  /**
86031
85732
  * Only entries with ts <= to_ts (epoch ms)
@@ -1,3 +0,0 @@
1
- import type { LesslyStream, LesslyStreamOpener } from '../../runtime/types.js';
2
- import type { PlaygroundWsEchoInput } from '../types.gen.js';
3
- export declare const playgroundWsEchoConnect: (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput) => LesslyStream;
@@ -1,3 +0,0 @@
1
- export * from './queryOptions.gen.js';
2
- export * from './connect.gen.js';
3
- 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, PlaygroundWsEchoInput } from '../types.gen.js';