@lepsto/sdk-app 88.0.0 → 89.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.
@@ -90564,378 +90564,6 @@ export interface OrganizationYoutubeInstallOutput {
90564
90564
  url: string
90565
90565
  }
90566
90566
 
90567
- export interface PlaygroundAnalyticsOverviewInput {
90568
- /**
90569
- * Max records per entity in recent[]; omit for the endpoint default
90570
- */
90571
- limit?: number
90572
- }
90573
-
90574
- export interface PlaygroundAnalyticsOverviewOutput {
90575
- ok: boolean
90576
- minted: boolean
90577
- overview?: unknown
90578
- http_status: number
90579
- }
90580
-
90581
- export interface PlaygroundBillingEntitlementsInput {
90582
-
90583
- }
90584
-
90585
- export interface PlaygroundBillingEntitlementsOutput {
90586
- ok: boolean
90587
- minted: boolean
90588
- http_status: number
90589
- entitlements?: unknown
90590
- }
90591
-
90592
- export interface PlaygroundBillingRecordUsageInput {
90593
- /**
90594
- * Quantity of events to record against playground-events (SUM); defaults to 1
90595
- */
90596
- value?: number
90597
- }
90598
-
90599
- export interface PlaygroundBillingRecordUsageOutput {
90600
- minted: boolean
90601
- accepted: (number | null)
90602
- recorded: boolean
90603
- duplicates: (number | null)
90604
- http_status: number
90605
- }
90606
-
90607
- export interface PlaygroundClickupCreateTaskInput {
90608
- /**
90609
- * Task title; defaults to a fixture label
90610
- */
90611
- name?: string
90612
- /**
90613
- * ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
90614
- */
90615
- listId?: string
90616
- }
90617
-
90618
- export interface PlaygroundClickupCreateTaskOutput {
90619
- minted: boolean
90620
- task_id: (string | null)
90621
- list_status: number
90622
- vend_status: number
90623
- clickup_status: number
90624
- installation_count: number
90625
- }
90626
-
90627
- export interface PlaygroundClickupGetLastWebhookInput {
90628
-
90629
- }
90630
-
90631
- export type PlaygroundClickupGetLastWebhookOutput = ({
90632
- payload: string
90633
- event_id: string
90634
- provider: string
90635
- verified: boolean
90636
- product_id: string
90637
- occurred_at: string
90638
- connector_id: string
90639
- clickup_event: (string | null)
90640
- receipt_count: number
90641
- } | {
90642
- found: false
90643
- })
90644
-
90645
- export interface PlaygroundClickupGetOverviewInput {
90646
-
90647
- }
90648
-
90649
- export interface PlaygroundClickupGetOverviewOutput {
90650
- team: ({
90651
- teamId: string
90652
- teamName: string
90653
- } | null)
90654
- lists: PlaygroundClickupGetOverviewOutputItems[]
90655
- tasks: {
90656
- id: string
90657
- name: string
90658
- status: (string | null)
90659
- }[]
90660
- minted: boolean
90661
- spaces: PlaygroundClickupGetOverviewOutputItems[]
90662
- list_status: number
90663
- vend_status: number
90664
- lists_status: number
90665
- tasks_status: number
90666
- spaces_status: number
90667
- folders_status: number
90668
- installation_count: number
90669
- }
90670
- export interface PlaygroundClickupGetOverviewOutputItems {
90671
- id: string
90672
- name: string
90673
- }
90674
-
90675
- export interface PlaygroundEchoPingInput {
90676
- /**
90677
- * The text to echo back, 1–1024 characters
90678
- */
90679
- message: string
90680
- }
90681
-
90682
- export interface PlaygroundEchoPingOutput {
90683
- /**
90684
- * The message exactly as it was received
90685
- */
90686
- message: string
90687
- /**
90688
- * The product the call was resolved to
90689
- */
90690
- productId: string
90691
- /**
90692
- * ISO-8601 instant (UTC) at which the call reached the service
90693
- */
90694
- receivedAt: string
90695
- }
90696
-
90697
- export interface PlaygroundGdriveGetLastChangeInput {
90698
-
90699
- }
90700
-
90701
- export type PlaygroundGdriveGetLastChangeOutput = ({
90702
- file_id: string
90703
- removed: boolean
90704
- file_name: (string | null)
90705
- mime_type: (string | null)
90706
- product_id: string
90707
- occurred_at: string
90708
- connector_id: string
90709
- resource_state: string
90710
- } | {
90711
- found: false
90712
- })
90713
-
90714
- export interface PlaygroundGdriveReadFileInput {
90715
- /**
90716
- * Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
90717
- */
90718
- fileId?: string
90719
- }
90720
-
90721
- export interface PlaygroundGdriveReadFileOutput {
90722
- minted: boolean
90723
- file_id: (string | null)
90724
- file_name: (string | null)
90725
- mime_type: (string | null)
90726
- file_count: number
90727
- get_status: number
90728
- list_status: number
90729
- vend_status: number
90730
- content_bytes: (number | null)
90731
- }
90732
-
90733
- export interface PlaygroundGoogleadsReadCustomerInput {
90734
-
90735
- }
90736
-
90737
- export interface PlaygroundGoogleadsReadCustomerOutput {
90738
- minted: boolean
90739
- vended: boolean
90740
- customer_id: (string | null)
90741
- vend_status: number
90742
- result_count: number
90743
- search_status: number
90744
- login_customer_id: (string | null)
90745
- }
90746
-
90747
- export interface PlaygroundLifecycleGetStateInput {
90748
-
90749
- }
90750
-
90751
- export interface PlaygroundLifecycleGetStateOutput {
90752
- blocked: boolean
90753
- archived: boolean
90754
- productId: string
90755
- lastBlockTransition: ({
90756
- eventId: string
90757
- eventName: string
90758
- productId: string
90759
- occurredAt: string
90760
- recordedAt: string
90761
- receiptCount: number
90762
- organizationId: string
90763
- cascadedFromOrg: boolean
90764
- } | null)
90765
- lastArchiveTransition: ({
90766
- eventId: string
90767
- eventName: string
90768
- productId: string
90769
- occurredAt: string
90770
- recordedAt: string
90771
- receiptCount: number
90772
- organizationId: string
90773
- cascadedFromOrg: boolean
90774
- } | null)
90775
- }
90776
-
90777
- export interface PlaygroundLifecycleListEventsInput {
90778
-
90779
- }
90780
-
90781
- export type PlaygroundLifecycleListEventsOutput = {
90782
- eventId: string
90783
- eventName: string
90784
- productId: string
90785
- occurredAt: string
90786
- recordedAt: string
90787
- receiptCount: number
90788
- organizationId: string
90789
- cascadedFromOrg: boolean
90790
- }[]
90791
-
90792
- export interface PlaygroundWebhookGetLastInput {
90793
-
90794
- }
90795
-
90796
- export type PlaygroundWebhookGetLastOutput = ({
90797
- payload?: unknown
90798
- event_id: string
90799
- provider: string
90800
- verified: boolean
90801
- product_id: string
90802
- occurred_at: string
90803
- connector_id: string
90804
- delivery_count: number
90805
- } | {
90806
- found: false
90807
- })
90808
-
90809
- export interface PlaygroundWorkflowEchoInput {
90810
- /**
90811
- * The text to store, 1–1024 characters
90812
- */
90813
- note: string
90814
- /**
90815
- * Optional labels stored alongside the note, at most 20
90816
- *
90817
- * @maxItems 20
90818
- */
90819
- 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]
90820
- }
90821
-
90822
- export interface PlaygroundWorkflowEchoOutput {
90823
- /**
90824
- * Identifier of the stored echo
90825
- */
90826
- id: string
90827
- /**
90828
- * The note exactly as it was received
90829
- */
90830
- note: string
90831
- /**
90832
- * The tags exactly as they were received
90833
- */
90834
- tags: string[]
90835
- /**
90836
- * Correlation id for this echo. The playground/workflow.echoed event published about two seconds later repeats it, which is how a composer matches the completion back to this step.
90837
- */
90838
- echo_id: string
90839
- /**
90840
- * ISO-8601 instant (UTC) at which the echo was stored
90841
- */
90842
- received_at: string
90843
- }
90844
-
90845
- export interface PlaygroundWorkflowEchoListInput {
90846
-
90847
- }
90848
-
90849
- export type PlaygroundWorkflowEchoListOutput = {
90850
- /**
90851
- * Identifier of the stored echo
90852
- */
90853
- id: string
90854
- /**
90855
- * The note exactly as it was received
90856
- */
90857
- note: string
90858
- /**
90859
- * The tags exactly as they were received
90860
- */
90861
- tags: string[]
90862
- /**
90863
- * ISO-8601 instant (UTC) at which the echo was stored
90864
- */
90865
- received_at: string
90866
- }[]
90867
-
90868
- export interface PlaygroundWorkflowPingInput {
90869
- /**
90870
- * Class of ping, echoed on the emitted event and filterable on the trigger. Defaults to 'manual'.
90871
- */
90872
- kind?: string
90873
- }
90874
-
90875
- export interface PlaygroundWorkflowPingOutput {
90876
- /**
90877
- * 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.
90878
- */
90879
- id: string
90880
- /**
90881
- * The name of the event that was published
90882
- */
90883
- event: string
90884
- }
90885
-
90886
- export interface PlaygroundWorkflowSubjectsListInput {
90887
- /**
90888
- * How many subjects to return, 1–100. Defaults to 25.
90889
- */
90890
- limit?: number
90891
- /**
90892
- * The next_cursor of the previous page. Opaque — pass it back unchanged. Omit for the first page.
90893
- */
90894
- cursor?: string
90895
- /**
90896
- * ISO-8601 UTC instant. Return only subjects whose last_activity_at is AT OR AFTER this — the opposite question, the recently active population. Omit for no lower bound.
90897
- */
90898
- last_activity_after?: string
90899
- /**
90900
- * ISO-8601 UTC instant. Return only subjects whose last_activity_at is AT OR BEFORE this — the "inactive for N days" question: pass now minus N days. Omit for no upper bound.
90901
- */
90902
- last_activity_before?: string
90903
- }
90904
-
90905
- export interface PlaygroundWorkflowSubjectsListOutput {
90906
- /**
90907
- * This page of subjects, most recently active first
90908
- */
90909
- items: {
90910
- /**
90911
- * Stable identifier for the subject. This is the field a batch trigger keys on, so a subject already served in an earlier run is skipped rather than served twice.
90912
- */
90913
- subject_key: string
90914
- /**
90915
- * Human-readable name of the subject
90916
- */
90917
- display_name: string
90918
- /**
90919
- * ISO-8601 instant (UTC) of the subject last activity
90920
- */
90921
- last_activity_at: string
90922
- }[]
90923
- /**
90924
- * Whether another page follows. False and a null next_cursor both mark the last page, so a consumer that loops on either terminates.
90925
- */
90926
- has_more: boolean
90927
- /**
90928
- * Pass back as `cursor` to fetch the next page; null on the last page. Always null when has_more is false.
90929
- */
90930
- next_cursor: (string | null)
90931
- }
90932
-
90933
- export interface PlaygroundWsEchoInput {
90934
-
90935
- }
90936
-
90937
- export type PlaygroundWsEchoOutput = unknown;
90938
-
90939
90567
  export interface RealtimeArchiveExportInput {
90940
90568
  /**
90941
90569
  * Only entries with ts <= to_ts (epoch ms)
@@ -91871,7 +91499,7 @@ avatarUrl?: string
91871
91499
  */
91872
91500
  displayName: string
91873
91501
  /**
91874
- * Lepsto identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lepsto user
91502
+ * Lessly identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lessly user
91875
91503
  */
91876
91504
  lesslyUserId?: string
91877
91505
  }
@@ -91906,7 +91534,7 @@ updatedAt: string
91906
91534
  */
91907
91535
  displayName: string
91908
91536
  /**
91909
- * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91537
+ * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91910
91538
  */
91911
91539
  lesslyUserId: (string | null)
91912
91540
  }
@@ -91948,7 +91576,7 @@ updatedAt: string
91948
91576
  */
91949
91577
  displayName: string
91950
91578
  /**
91951
- * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91579
+ * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91952
91580
  */
91953
91581
  lesslyUserId: (string | null)
91954
91582
  }
@@ -91994,7 +91622,7 @@ updatedAt: string
91994
91622
  */
91995
91623
  displayName: string
91996
91624
  /**
91997
- * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91625
+ * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91998
91626
  */
91999
91627
  lesslyUserId: (string | null)
92000
91628
  }[]
@@ -92022,7 +91650,7 @@ avatarUrl?: (string | null)
92022
91650
  */
92023
91651
  displayName?: string
92024
91652
  /**
92025
- * Lepsto identity to bind, or null to unbind. Stored verbatim, resolved by nobody
91653
+ * Lessly identity to bind, or null to unbind. Stored verbatim, resolved by nobody
92026
91654
  */
92027
91655
  lesslyUserId?: (string | null)
92028
91656
  }
@@ -92057,7 +91685,7 @@ updatedAt: string
92057
91685
  */
92058
91686
  displayName: string
92059
91687
  /**
92060
- * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91688
+ * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
92061
91689
  */
92062
91690
  lesslyUserId: (string | null)
92063
91691
  }
@@ -92382,7 +92010,7 @@ attachmentCount: number
92382
92010
  */
92383
92011
  authorExternalId: (string | null)
92384
92012
  /**
92385
- * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92013
+ * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92386
92014
  */
92387
92015
  createdByIdentityId: (string | null)
92388
92016
  }
@@ -92473,7 +92101,7 @@ attachmentCount: number
92473
92101
  */
92474
92102
  authorExternalId: (string | null)
92475
92103
  /**
92476
- * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92104
+ * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92477
92105
  */
92478
92106
  createdByIdentityId: (string | null)
92479
92107
  }
@@ -92564,7 +92192,7 @@ attachmentCount: number
92564
92192
  */
92565
92193
  authorExternalId: (string | null)
92566
92194
  /**
92567
- * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92195
+ * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92568
92196
  */
92569
92197
  createdByIdentityId: (string | null)
92570
92198
  }
@@ -92655,7 +92283,7 @@ attachmentCount: number
92655
92283
  */
92656
92284
  authorExternalId: (string | null)
92657
92285
  /**
92658
- * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92286
+ * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92659
92287
  */
92660
92288
  createdByIdentityId: (string | null)
92661
92289
  }
@@ -92782,7 +92410,7 @@ attachmentCount: number
92782
92410
  */
92783
92411
  authorExternalId: (string | null)
92784
92412
  /**
92785
- * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92413
+ * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92786
92414
  */
92787
92415
  createdByIdentityId: (string | null)
92788
92416
  }[]
@@ -92821,7 +92449,7 @@ createdAt: string
92821
92449
  */
92822
92450
  messageId: string
92823
92451
  /**
92824
- * The Lepsto identity that made the edit
92452
+ * The Lessly identity that made the edit
92825
92453
  */
92826
92454
  editedByIdentityId: (string | null)
92827
92455
  }[]
@@ -92917,7 +92545,7 @@ attachmentCount: number
92917
92545
  */
92918
92546
  authorExternalId: (string | null)
92919
92547
  /**
92920
- * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92548
+ * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92921
92549
  */
92922
92550
  createdByIdentityId: (string | null)
92923
92551
  }
@@ -111523,7 +111151,7 @@ metadata?: {
111523
111151
  */
111524
111152
  authorDisplay?: string
111525
111153
  /**
111526
- * Opaque identifier of the external end user in the client's own user base. Stored verbatim: never resolved, normalised or enriched, and it is not a Lepsto identity
111154
+ * Opaque identifier of the external end user in the client's own user base. Stored verbatim: never resolved, normalised or enriched, and it is not a Lessly identity
111527
111155
  */
111528
111156
  authorExternalId: string
111529
111157
  }
@@ -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, PlaygroundEchoPingInput, PlaygroundEchoPingOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWorkflowEchoInput, PlaygroundWorkflowEchoListInput, PlaygroundWorkflowEchoListOutput, PlaygroundWorkflowEchoOutput, PlaygroundWorkflowPingInput, PlaygroundWorkflowPingOutput, PlaygroundWorkflowSubjectsListInput, PlaygroundWorkflowSubjectsListOutput, PlaygroundWsEchoInput } from '../types.gen.js';
@@ -1,70 +0,0 @@
1
- import type { GeneratedClient } from '../client.gen.js';
2
- import type { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundClickupCreateTaskInput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundEchoPingInput, PlaygroundEchoPingOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, PlaygroundWorkflowEchoInput, PlaygroundWorkflowEchoListInput, PlaygroundWorkflowEchoListOutput, PlaygroundWorkflowPingInput, PlaygroundWorkflowSubjectsListInput, PlaygroundWorkflowSubjectsListOutput } from '../types.gen.js';
3
- export declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
4
- queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
5
- queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
6
- };
7
- export declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
8
- queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
9
- queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
10
- };
11
- export declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<import(".").PlaygroundBillingRecordUsageOutput>;
14
- };
15
- export declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<import(".").PlaygroundClickupCreateTaskOutput>;
18
- };
19
- export declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
20
- queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
21
- queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
22
- };
23
- export declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
24
- queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
25
- queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
26
- };
27
- export declare const playgroundEchoPingQueryOptions: (sdk: GeneratedClient, input: PlaygroundEchoPingInput) => {
28
- queryKey: readonly ["playground", "echo", "ping", PlaygroundEchoPingInput];
29
- queryFn: () => Promise<PlaygroundEchoPingOutput>;
30
- };
31
- export declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
32
- queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
33
- queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
34
- };
35
- export declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
36
- queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
37
- queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
38
- };
39
- export declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
40
- queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
41
- queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
42
- };
43
- export declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
44
- queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
45
- queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
46
- };
47
- export declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
48
- queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
49
- queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
50
- };
51
- export declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
52
- queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
53
- queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
54
- };
55
- export declare const playgroundWorkflowEchoMutationOptions: (sdk: GeneratedClient) => {
56
- mutationKey: string[];
57
- mutationFn: (input: PlaygroundWorkflowEchoInput) => Promise<import(".").PlaygroundWorkflowEchoOutput>;
58
- };
59
- export declare const playgroundWorkflowEchoListQueryOptions: (sdk: GeneratedClient, input: PlaygroundWorkflowEchoListInput) => {
60
- queryKey: readonly ["playground", "workflow", "echo-list", PlaygroundWorkflowEchoListInput];
61
- queryFn: () => Promise<PlaygroundWorkflowEchoListOutput>;
62
- };
63
- export declare const playgroundWorkflowPingMutationOptions: (sdk: GeneratedClient) => {
64
- mutationKey: string[];
65
- mutationFn: (input: PlaygroundWorkflowPingInput) => Promise<import(".").PlaygroundWorkflowPingOutput>;
66
- };
67
- export declare const playgroundWorkflowSubjectsListQueryOptions: (sdk: GeneratedClient, input: PlaygroundWorkflowSubjectsListInput) => {
68
- queryKey: readonly ["playground", "workflow", "subjects-list", PlaygroundWorkflowSubjectsListInput];
69
- queryFn: () => Promise<PlaygroundWorkflowSubjectsListOutput>;
70
- };