@lessly/sdk-app 43.0.0 → 44.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.
Files changed (51) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BE8VaNrU.d.cts → client.gen-BsjxuDLy.d.cts} +94 -218
  10. package/dist/{client.gen-BE8VaNrU.d.ts → client.gen-BsjxuDLy.d.ts} +94 -218
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +13 -104
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +13 -104
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/observe/index.d.cts +1 -1
  24. package/dist/observe/index.d.ts +1 -1
  25. package/dist/organization/index.d.cts +1 -1
  26. package/dist/organization/index.d.ts +1 -1
  27. package/dist/realtime/index.d.cts +1 -1
  28. package/dist/realtime/index.d.ts +1 -1
  29. package/dist/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/package.json +2 -7
  38. package/src/gen/bindings.gen.ts +13 -104
  39. package/src/gen/brain/index.ts +1 -1
  40. package/src/gen/brain/queryOptions.gen.ts +7 -0
  41. package/src/gen/client.gen.ts +5 -52
  42. package/src/gen/manifest.gen.ts +1 -1
  43. package/src/gen/types.gen.ts +92 -221
  44. package/dist/playground/index.cjs +0 -66
  45. package/dist/playground/index.cjs.map +0 -1
  46. package/dist/playground/index.d.cts +0 -52
  47. package/dist/playground/index.d.ts +0 -52
  48. package/dist/playground/index.js +0 -53
  49. package/dist/playground/index.js.map +0 -1
  50. package/src/gen/playground/index.ts +0 -3
  51. package/src/gen/playground/queryOptions.gen.ts +0 -86
@@ -82,6 +82,8 @@ import type {
82
82
  BrainProductSharedMemoryResetOutput,
83
83
  BrainRestoreStatusInput,
84
84
  BrainRestoreStatusOutput,
85
+ BrainUsageReportInput,
86
+ BrainUsageReportOutput,
85
87
  ConsentConfigCookieDomainUpsertInput,
86
88
  ConsentConfigCookieDomainUpsertOutput,
87
89
  ConsentConfigCustomizationUpsertInput,
@@ -640,30 +642,6 @@ import type {
640
642
  OrganizationSupportThreadReplyOutput,
641
643
  OrganizationSupportThreadsListInput,
642
644
  OrganizationSupportThreadsListOutput,
643
- PlaygroundAnalyticsOverviewInput,
644
- PlaygroundAnalyticsOverviewOutput,
645
- PlaygroundBillingEntitlementsInput,
646
- PlaygroundBillingEntitlementsOutput,
647
- PlaygroundBillingRecordUsageInput,
648
- PlaygroundBillingRecordUsageOutput,
649
- PlaygroundClickupCreateTaskInput,
650
- PlaygroundClickupCreateTaskOutput,
651
- PlaygroundClickupGetLastWebhookInput,
652
- PlaygroundClickupGetLastWebhookOutput,
653
- PlaygroundClickupGetOverviewInput,
654
- PlaygroundClickupGetOverviewOutput,
655
- PlaygroundGdriveGetLastChangeInput,
656
- PlaygroundGdriveGetLastChangeOutput,
657
- PlaygroundGdriveReadFileInput,
658
- PlaygroundGdriveReadFileOutput,
659
- PlaygroundGoogleadsReadCustomerInput,
660
- PlaygroundGoogleadsReadCustomerOutput,
661
- PlaygroundLifecycleGetStateInput,
662
- PlaygroundLifecycleGetStateOutput,
663
- PlaygroundLifecycleListEventsInput,
664
- PlaygroundLifecycleListEventsOutput,
665
- PlaygroundWebhookGetLastInput,
666
- PlaygroundWebhookGetLastOutput,
667
645
  RealtimeArchiveExportInput,
668
646
  RealtimeArchiveExportOutput,
669
647
  RealtimeArchiveExportStatusInput,
@@ -1071,6 +1049,9 @@ export interface GeneratedClient {
1071
1049
  restore: {
1072
1050
  status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
1073
1051
  };
1052
+ usage: {
1053
+ report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
1054
+ };
1074
1055
  };
1075
1056
  consent: {
1076
1057
  'config-cookie-domain': {
@@ -1559,34 +1540,6 @@ export interface GeneratedClient {
1559
1540
  list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
1560
1541
  };
1561
1542
  };
1562
- playground: {
1563
- analytics: {
1564
- overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
1565
- };
1566
- billing: {
1567
- entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
1568
- 'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
1569
- };
1570
- clickup: {
1571
- 'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
1572
- 'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
1573
- 'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
1574
- };
1575
- gdrive: {
1576
- 'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
1577
- 'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
1578
- };
1579
- googleads: {
1580
- 'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
1581
- };
1582
- lifecycle: {
1583
- 'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
1584
- 'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
1585
- };
1586
- webhook: {
1587
- 'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
1588
- };
1589
- };
1590
1543
  realtime: {
1591
1544
  archive: {
1592
1545
  export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
@@ -1,2 +1,2 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
- export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
2
+ export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
@@ -1028,6 +1028,98 @@ snapshotId: string
1028
1028
  preRestoreSnapshotId: (string | null)
1029
1029
  } | null)
1030
1030
 
1031
+ export interface BrainUsageReportInput {
1032
+ /**
1033
+ * How many UTC days of this product's ledger to return, ending today (default 30, max 90)
1034
+ */
1035
+ days?: number
1036
+ }
1037
+
1038
+ export interface BrainUsageReportOutput {
1039
+ note: string
1040
+ /**
1041
+ * Brain's own ledger, for THIS product only
1042
+ */
1043
+ product: {
1044
+ /**
1045
+ * Inclusive UTC end of the window (today), YYYY-MM-DD
1046
+ */
1047
+ to: string
1048
+ /**
1049
+ * The window actually used, after clamping
1050
+ */
1051
+ days: number
1052
+ /**
1053
+ * Inclusive UTC start of the window, YYYY-MM-DD
1054
+ */
1055
+ from: string
1056
+ rows: {
1057
+ /**
1058
+ * 'sync' | 'batch'; '' when the push carried none
1059
+ */
1060
+ mode: string
1061
+ /**
1062
+ * Manifest meter slug, e.g. llm-tokens
1063
+ */
1064
+ meter: string
1065
+ /**
1066
+ * Model dimension; '' when the push carried none
1067
+ */
1068
+ model: string
1069
+ /**
1070
+ * How many record() calls landed in this slice
1071
+ */
1072
+ events: number
1073
+ /**
1074
+ * Tokens we metered for this slice, delivered or not
1075
+ */
1076
+ tokens: number
1077
+ /**
1078
+ * Purpose dimension; '' when the push carried none
1079
+ */
1080
+ purpose: string
1081
+ /**
1082
+ * UTC calendar day, YYYY-MM-DD
1083
+ */
1084
+ usage_date: string
1085
+ /**
1086
+ * Of those events, how many billing did not accept
1087
+ */
1088
+ delivery_failed: number
1089
+ }[]
1090
+ /**
1091
+ * The rows rolled up per meter across the whole window
1092
+ */
1093
+ totals: {
1094
+ meter: string
1095
+ events: number
1096
+ tokens: number
1097
+ delivery_failed: number
1098
+ }[]
1099
+ product_id: string
1100
+ }
1101
+ /**
1102
+ * The platform billing aggregate for the whole ORG; null if it could not be read
1103
+ */
1104
+ platform: ({
1105
+ plan: string
1106
+ scope: "org"
1107
+ meters: {
1108
+ unit?: string
1109
+ used?: number
1110
+ limit?: (number | null)
1111
+ remaining?: (number | null)
1112
+ unlimited?: boolean
1113
+ meter_slug: string
1114
+ }[]
1115
+ org_id: string
1116
+ } | null)
1117
+ /**
1118
+ * Why the platform aggregate is null; null when it was read successfully
1119
+ */
1120
+ platform_error: (string | null)
1121
+ }
1122
+
1031
1123
  export interface ConsentConfigCookieDomainUpsertInput {
1032
1124
  cookieDomain: ("" | null | string)
1033
1125
  }
@@ -15395,7 +15487,6 @@ displayName: (string | null)
15395
15487
  orgRoles: {
15396
15488
  id: string
15397
15489
  name: string
15398
- description: (string | null)
15399
15490
  }[]
15400
15491
  canManage: boolean
15401
15492
  inherited: {
@@ -15792,226 +15883,6 @@ lastMessagePreview: (string | null)
15792
15883
  }[]
15793
15884
  }
15794
15885
 
15795
- export interface PlaygroundAnalyticsOverviewInput {
15796
- /**
15797
- * Max records per entity in recent[]; omit for the endpoint default
15798
- */
15799
- limit?: number
15800
- }
15801
-
15802
- export interface PlaygroundAnalyticsOverviewOutput {
15803
- ok: boolean
15804
- minted: boolean
15805
- overview?: unknown
15806
- http_status: number
15807
- }
15808
-
15809
- export interface PlaygroundBillingEntitlementsInput {
15810
-
15811
- }
15812
-
15813
- export interface PlaygroundBillingEntitlementsOutput {
15814
- ok: boolean
15815
- minted: boolean
15816
- http_status: number
15817
- entitlements?: unknown
15818
- }
15819
-
15820
- export interface PlaygroundBillingRecordUsageInput {
15821
- /**
15822
- * Quantity of events to record against playground-events (SUM); defaults to 1
15823
- */
15824
- value?: number
15825
- }
15826
-
15827
- export interface PlaygroundBillingRecordUsageOutput {
15828
- minted: boolean
15829
- accepted: (number | null)
15830
- recorded: boolean
15831
- duplicates: (number | null)
15832
- http_status: number
15833
- }
15834
-
15835
- export interface PlaygroundClickupCreateTaskInput {
15836
- /**
15837
- * Task title; defaults to a fixture label
15838
- */
15839
- name?: string
15840
- /**
15841
- * ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
15842
- */
15843
- listId?: string
15844
- }
15845
-
15846
- export interface PlaygroundClickupCreateTaskOutput {
15847
- minted: boolean
15848
- task_id: (string | null)
15849
- list_status: number
15850
- vend_status: number
15851
- clickup_status: number
15852
- installation_count: number
15853
- }
15854
-
15855
- export interface PlaygroundClickupGetLastWebhookInput {
15856
-
15857
- }
15858
-
15859
- export type PlaygroundClickupGetLastWebhookOutput = ({
15860
- payload: string
15861
- event_id: string
15862
- provider: string
15863
- verified: boolean
15864
- product_id: string
15865
- occurred_at: string
15866
- connector_id: string
15867
- clickup_event: (string | null)
15868
- receipt_count: number
15869
- } | {
15870
- found: false
15871
- })
15872
-
15873
- export interface PlaygroundClickupGetOverviewInput {
15874
-
15875
- }
15876
-
15877
- export interface PlaygroundClickupGetOverviewOutput {
15878
- team: ({
15879
- teamId: string
15880
- teamName: string
15881
- } | null)
15882
- lists: PlaygroundClickupGetOverviewOutputItems[]
15883
- tasks: {
15884
- id: string
15885
- name: string
15886
- status: (string | null)
15887
- }[]
15888
- minted: boolean
15889
- spaces: PlaygroundClickupGetOverviewOutputItems[]
15890
- list_status: number
15891
- vend_status: number
15892
- lists_status: number
15893
- tasks_status: number
15894
- spaces_status: number
15895
- folders_status: number
15896
- installation_count: number
15897
- }
15898
- export interface PlaygroundClickupGetOverviewOutputItems {
15899
- id: string
15900
- name: string
15901
- }
15902
-
15903
- export interface PlaygroundGdriveGetLastChangeInput {
15904
-
15905
- }
15906
-
15907
- export type PlaygroundGdriveGetLastChangeOutput = ({
15908
- file_id: string
15909
- removed: boolean
15910
- file_name: (string | null)
15911
- mime_type: (string | null)
15912
- product_id: string
15913
- occurred_at: string
15914
- connector_id: string
15915
- resource_state: string
15916
- } | {
15917
- found: false
15918
- })
15919
-
15920
- export interface PlaygroundGdriveReadFileInput {
15921
- /**
15922
- * Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
15923
- */
15924
- fileId?: string
15925
- }
15926
-
15927
- export interface PlaygroundGdriveReadFileOutput {
15928
- minted: boolean
15929
- file_id: (string | null)
15930
- file_name: (string | null)
15931
- mime_type: (string | null)
15932
- file_count: number
15933
- get_status: number
15934
- list_status: number
15935
- vend_status: number
15936
- content_bytes: (number | null)
15937
- }
15938
-
15939
- export interface PlaygroundGoogleadsReadCustomerInput {
15940
-
15941
- }
15942
-
15943
- export interface PlaygroundGoogleadsReadCustomerOutput {
15944
- minted: boolean
15945
- vended: boolean
15946
- customer_id: (string | null)
15947
- vend_status: number
15948
- result_count: number
15949
- search_status: number
15950
- login_customer_id: (string | null)
15951
- }
15952
-
15953
- export interface PlaygroundLifecycleGetStateInput {
15954
-
15955
- }
15956
-
15957
- export interface PlaygroundLifecycleGetStateOutput {
15958
- blocked: boolean
15959
- archived: boolean
15960
- productId: string
15961
- lastBlockTransition: ({
15962
- eventId: string
15963
- eventName: string
15964
- productId: string
15965
- occurredAt: string
15966
- recordedAt: string
15967
- receiptCount: number
15968
- organizationId: string
15969
- cascadedFromOrg: boolean
15970
- } | null)
15971
- lastArchiveTransition: ({
15972
- eventId: string
15973
- eventName: string
15974
- productId: string
15975
- occurredAt: string
15976
- recordedAt: string
15977
- receiptCount: number
15978
- organizationId: string
15979
- cascadedFromOrg: boolean
15980
- } | null)
15981
- }
15982
-
15983
- export interface PlaygroundLifecycleListEventsInput {
15984
-
15985
- }
15986
-
15987
- export type PlaygroundLifecycleListEventsOutput = {
15988
- eventId: string
15989
- eventName: string
15990
- productId: string
15991
- occurredAt: string
15992
- recordedAt: string
15993
- receiptCount: number
15994
- organizationId: string
15995
- cascadedFromOrg: boolean
15996
- }[]
15997
-
15998
- export interface PlaygroundWebhookGetLastInput {
15999
-
16000
- }
16001
-
16002
- export type PlaygroundWebhookGetLastOutput = ({
16003
- payload?: unknown
16004
- event_id: string
16005
- provider: string
16006
- verified: boolean
16007
- product_id: string
16008
- occurred_at: string
16009
- connector_id: string
16010
- delivery_count: number
16011
- } | {
16012
- found: false
16013
- })
16014
-
16015
15886
  export interface RealtimeArchiveExportInput {
16016
15887
  /**
16017
15888
  * Only entries with ts <= to_ts (epoch ms)
@@ -1,66 +0,0 @@
1
- 'use strict';
2
-
3
- // src/gen/playground/queryOptions.gen.ts
4
- var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
5
- queryKey: ["playground", "analytics", "overview", input],
6
- queryFn: () => sdk["playground"]["analytics"]["overview"](input)
7
- });
8
- var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
9
- queryKey: ["playground", "billing", "entitlements", input],
10
- queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
11
- });
12
- var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
13
- mutationKey: ["playground", "billing", "record-usage"],
14
- mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
15
- });
16
- var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
17
- mutationKey: ["playground", "clickup", "create-task"],
18
- mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
19
- });
20
- var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
21
- queryKey: ["playground", "clickup", "get-last-webhook", input],
22
- queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
23
- });
24
- var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
25
- queryKey: ["playground", "clickup", "get-overview", input],
26
- queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
27
- });
28
- var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
29
- queryKey: ["playground", "gdrive", "get-last-change", input],
30
- queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
31
- });
32
- var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
33
- queryKey: ["playground", "gdrive", "read-file", input],
34
- queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
35
- });
36
- var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
37
- queryKey: ["playground", "googleads", "read-customer", input],
38
- queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
39
- });
40
- var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
41
- queryKey: ["playground", "lifecycle", "get-state", input],
42
- queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
43
- });
44
- var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
45
- queryKey: ["playground", "lifecycle", "list-events", input],
46
- queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
47
- });
48
- var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
49
- queryKey: ["playground", "webhook", "get-last", input],
50
- queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
51
- });
52
-
53
- exports.playgroundAnalyticsOverviewQueryOptions = playgroundAnalyticsOverviewQueryOptions;
54
- exports.playgroundBillingEntitlementsQueryOptions = playgroundBillingEntitlementsQueryOptions;
55
- exports.playgroundBillingRecordUsageMutationOptions = playgroundBillingRecordUsageMutationOptions;
56
- exports.playgroundClickupCreateTaskMutationOptions = playgroundClickupCreateTaskMutationOptions;
57
- exports.playgroundClickupGetLastWebhookQueryOptions = playgroundClickupGetLastWebhookQueryOptions;
58
- exports.playgroundClickupGetOverviewQueryOptions = playgroundClickupGetOverviewQueryOptions;
59
- exports.playgroundGdriveGetLastChangeQueryOptions = playgroundGdriveGetLastChangeQueryOptions;
60
- exports.playgroundGdriveReadFileQueryOptions = playgroundGdriveReadFileQueryOptions;
61
- exports.playgroundGoogleadsReadCustomerQueryOptions = playgroundGoogleadsReadCustomerQueryOptions;
62
- exports.playgroundLifecycleGetStateQueryOptions = playgroundLifecycleGetStateQueryOptions;
63
- exports.playgroundLifecycleListEventsQueryOptions = playgroundLifecycleListEventsQueryOptions;
64
- exports.playgroundWebhookGetLastQueryOptions = playgroundWebhookGetLastQueryOptions;
65
- //# sourceMappingURL=index.cjs.map
66
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.cjs","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n PlaygroundAnalyticsOverviewInput,\n PlaygroundAnalyticsOverviewOutput,\n PlaygroundBillingEntitlementsInput,\n PlaygroundBillingEntitlementsOutput,\n PlaygroundBillingRecordUsageInput,\n PlaygroundClickupCreateTaskInput,\n PlaygroundClickupGetLastWebhookInput,\n PlaygroundClickupGetLastWebhookOutput,\n PlaygroundClickupGetOverviewInput,\n PlaygroundClickupGetOverviewOutput,\n PlaygroundGdriveGetLastChangeInput,\n PlaygroundGdriveGetLastChangeOutput,\n PlaygroundGdriveReadFileInput,\n PlaygroundGdriveReadFileOutput,\n PlaygroundGoogleadsReadCustomerInput,\n PlaygroundGoogleadsReadCustomerOutput,\n PlaygroundLifecycleGetStateInput,\n PlaygroundLifecycleGetStateOutput,\n PlaygroundLifecycleListEventsInput,\n PlaygroundLifecycleListEventsOutput,\n PlaygroundWebhookGetLastInput,\n PlaygroundWebhookGetLastOutput,\n} from '../types.gen';\n\nexport const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({\n queryKey: ['playground', 'analytics', 'overview', input] as const,\n queryFn: () => sdk['playground']['analytics']['overview'](input),\n});\n\nexport const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({\n queryKey: ['playground', 'billing', 'entitlements', input] as const,\n queryFn: () => sdk['playground']['billing']['entitlements'](input),\n});\n\nexport const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'billing', 'record-usage'],\n mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),\n});\n\nexport const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'clickup', 'create-task'],\n mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),\n});\n\nexport const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({\n queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),\n});\n\nexport const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({\n queryKey: ['playground', 'clickup', 'get-overview', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-overview'](input),\n});\n\nexport const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({\n queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,\n queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),\n});\n\nexport const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({\n queryKey: ['playground', 'gdrive', 'read-file', input] as const,\n queryFn: () => sdk['playground']['gdrive']['read-file'](input),\n});\n\nexport const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({\n queryKey: ['playground', 'googleads', 'read-customer', input] as const,\n queryFn: () => sdk['playground']['googleads']['read-customer'](input),\n});\n\nexport const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({\n queryKey: ['playground', 'lifecycle', 'get-state', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['get-state'](input),\n});\n\nexport const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({\n queryKey: ['playground', 'lifecycle', 'list-events', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['list-events'](input),\n});\n\nexport const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({\n queryKey: ['playground', 'webhook', 'get-last', input] as const,\n queryFn: () => sdk['playground']['webhook']['get-last'](input),\n});\n"]}
@@ -1,52 +0,0 @@
1
- import { G as GeneratedClient, je as PlaygroundAnalyticsOverviewInput, jf as PlaygroundAnalyticsOverviewOutput, jg as PlaygroundBillingEntitlementsInput, jh as PlaygroundBillingEntitlementsOutput, ji as PlaygroundBillingRecordUsageInput, jj as PlaygroundBillingRecordUsageOutput, jk as PlaygroundClickupCreateTaskInput, jl as PlaygroundClickupCreateTaskOutput, jm as PlaygroundClickupGetLastWebhookInput, jn as PlaygroundClickupGetLastWebhookOutput, jo as PlaygroundClickupGetOverviewInput, jp as PlaygroundClickupGetOverviewOutput, jq as PlaygroundGdriveGetLastChangeInput, jr as PlaygroundGdriveGetLastChangeOutput, js as PlaygroundGdriveReadFileInput, jt as PlaygroundGdriveReadFileOutput, ju as PlaygroundGoogleadsReadCustomerInput, jv as PlaygroundGoogleadsReadCustomerOutput, jw as PlaygroundLifecycleGetStateInput, jx as PlaygroundLifecycleGetStateOutput, jy as PlaygroundLifecycleListEventsInput, jz as PlaygroundLifecycleListEventsOutput, jA as PlaygroundWebhookGetLastInput, jB as PlaygroundWebhookGetLastOutput } from '../client.gen-BE8VaNrU.cjs';
2
-
3
- declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
4
- queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
5
- queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
6
- };
7
- declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
8
- queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
9
- queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
10
- };
11
- declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
14
- };
15
- declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
18
- };
19
- declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
20
- queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
21
- queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
22
- };
23
- declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
24
- queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
25
- queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
26
- };
27
- declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
28
- queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
29
- queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
30
- };
31
- declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
32
- queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
33
- queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
34
- };
35
- declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
36
- queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
37
- queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
38
- };
39
- declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
40
- queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
41
- queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
42
- };
43
- declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
44
- queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
45
- queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
46
- };
47
- declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
48
- queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
49
- queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
50
- };
51
-
52
- export { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
@@ -1,52 +0,0 @@
1
- import { G as GeneratedClient, je as PlaygroundAnalyticsOverviewInput, jf as PlaygroundAnalyticsOverviewOutput, jg as PlaygroundBillingEntitlementsInput, jh as PlaygroundBillingEntitlementsOutput, ji as PlaygroundBillingRecordUsageInput, jj as PlaygroundBillingRecordUsageOutput, jk as PlaygroundClickupCreateTaskInput, jl as PlaygroundClickupCreateTaskOutput, jm as PlaygroundClickupGetLastWebhookInput, jn as PlaygroundClickupGetLastWebhookOutput, jo as PlaygroundClickupGetOverviewInput, jp as PlaygroundClickupGetOverviewOutput, jq as PlaygroundGdriveGetLastChangeInput, jr as PlaygroundGdriveGetLastChangeOutput, js as PlaygroundGdriveReadFileInput, jt as PlaygroundGdriveReadFileOutput, ju as PlaygroundGoogleadsReadCustomerInput, jv as PlaygroundGoogleadsReadCustomerOutput, jw as PlaygroundLifecycleGetStateInput, jx as PlaygroundLifecycleGetStateOutput, jy as PlaygroundLifecycleListEventsInput, jz as PlaygroundLifecycleListEventsOutput, jA as PlaygroundWebhookGetLastInput, jB as PlaygroundWebhookGetLastOutput } from '../client.gen-BE8VaNrU.js';
2
-
3
- declare const playgroundAnalyticsOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => {
4
- queryKey: readonly ["playground", "analytics", "overview", PlaygroundAnalyticsOverviewInput];
5
- queryFn: () => Promise<PlaygroundAnalyticsOverviewOutput>;
6
- };
7
- declare const playgroundBillingEntitlementsQueryOptions: (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => {
8
- queryKey: readonly ["playground", "billing", "entitlements", PlaygroundBillingEntitlementsInput];
9
- queryFn: () => Promise<PlaygroundBillingEntitlementsOutput>;
10
- };
11
- declare const playgroundBillingRecordUsageMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>;
14
- };
15
- declare const playgroundClickupCreateTaskMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>;
18
- };
19
- declare const playgroundClickupGetLastWebhookQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => {
20
- queryKey: readonly ["playground", "clickup", "get-last-webhook", PlaygroundClickupGetLastWebhookInput];
21
- queryFn: () => Promise<PlaygroundClickupGetLastWebhookOutput>;
22
- };
23
- declare const playgroundClickupGetOverviewQueryOptions: (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => {
24
- queryKey: readonly ["playground", "clickup", "get-overview", PlaygroundClickupGetOverviewInput];
25
- queryFn: () => Promise<PlaygroundClickupGetOverviewOutput>;
26
- };
27
- declare const playgroundGdriveGetLastChangeQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => {
28
- queryKey: readonly ["playground", "gdrive", "get-last-change", PlaygroundGdriveGetLastChangeInput];
29
- queryFn: () => Promise<PlaygroundGdriveGetLastChangeOutput>;
30
- };
31
- declare const playgroundGdriveReadFileQueryOptions: (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => {
32
- queryKey: readonly ["playground", "gdrive", "read-file", PlaygroundGdriveReadFileInput];
33
- queryFn: () => Promise<PlaygroundGdriveReadFileOutput>;
34
- };
35
- declare const playgroundGoogleadsReadCustomerQueryOptions: (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => {
36
- queryKey: readonly ["playground", "googleads", "read-customer", PlaygroundGoogleadsReadCustomerInput];
37
- queryFn: () => Promise<PlaygroundGoogleadsReadCustomerOutput>;
38
- };
39
- declare const playgroundLifecycleGetStateQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => {
40
- queryKey: readonly ["playground", "lifecycle", "get-state", PlaygroundLifecycleGetStateInput];
41
- queryFn: () => Promise<PlaygroundLifecycleGetStateOutput>;
42
- };
43
- declare const playgroundLifecycleListEventsQueryOptions: (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => {
44
- queryKey: readonly ["playground", "lifecycle", "list-events", PlaygroundLifecycleListEventsInput];
45
- queryFn: () => Promise<PlaygroundLifecycleListEventsOutput>;
46
- };
47
- declare const playgroundWebhookGetLastQueryOptions: (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => {
48
- queryKey: readonly ["playground", "webhook", "get-last", PlaygroundWebhookGetLastInput];
49
- queryFn: () => Promise<PlaygroundWebhookGetLastOutput>;
50
- };
51
-
52
- export { PlaygroundAnalyticsOverviewInput, PlaygroundAnalyticsOverviewOutput, PlaygroundBillingEntitlementsInput, PlaygroundBillingEntitlementsOutput, PlaygroundBillingRecordUsageInput, PlaygroundBillingRecordUsageOutput, PlaygroundClickupCreateTaskInput, PlaygroundClickupCreateTaskOutput, PlaygroundClickupGetLastWebhookInput, PlaygroundClickupGetLastWebhookOutput, PlaygroundClickupGetOverviewInput, PlaygroundClickupGetOverviewOutput, PlaygroundGdriveGetLastChangeInput, PlaygroundGdriveGetLastChangeOutput, PlaygroundGdriveReadFileInput, PlaygroundGdriveReadFileOutput, PlaygroundGoogleadsReadCustomerInput, PlaygroundGoogleadsReadCustomerOutput, PlaygroundLifecycleGetStateInput, PlaygroundLifecycleGetStateOutput, PlaygroundLifecycleListEventsInput, PlaygroundLifecycleListEventsOutput, PlaygroundWebhookGetLastInput, PlaygroundWebhookGetLastOutput, playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
@@ -1,53 +0,0 @@
1
- // src/gen/playground/queryOptions.gen.ts
2
- var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
3
- queryKey: ["playground", "analytics", "overview", input],
4
- queryFn: () => sdk["playground"]["analytics"]["overview"](input)
5
- });
6
- var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
7
- queryKey: ["playground", "billing", "entitlements", input],
8
- queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
9
- });
10
- var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
11
- mutationKey: ["playground", "billing", "record-usage"],
12
- mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
13
- });
14
- var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
15
- mutationKey: ["playground", "clickup", "create-task"],
16
- mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
17
- });
18
- var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
19
- queryKey: ["playground", "clickup", "get-last-webhook", input],
20
- queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
21
- });
22
- var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
23
- queryKey: ["playground", "clickup", "get-overview", input],
24
- queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
25
- });
26
- var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
27
- queryKey: ["playground", "gdrive", "get-last-change", input],
28
- queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
29
- });
30
- var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
31
- queryKey: ["playground", "gdrive", "read-file", input],
32
- queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
33
- });
34
- var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
35
- queryKey: ["playground", "googleads", "read-customer", input],
36
- queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
37
- });
38
- var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
39
- queryKey: ["playground", "lifecycle", "get-state", input],
40
- queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
41
- });
42
- var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
43
- queryKey: ["playground", "lifecycle", "list-events", input],
44
- queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
45
- });
46
- var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
47
- queryKey: ["playground", "webhook", "get-last", input],
48
- queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
49
- });
50
-
51
- export { playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions };
52
- //# sourceMappingURL=index.js.map
53
- //# sourceMappingURL=index.js.map