@bubblelab/bubble-core 0.1.278 → 0.1.280

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 (167) hide show
  1. package/dist/bubble-bundle.d.ts +178 -157
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +3 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-trigger/index.d.ts +2 -0
  6. package/dist/bubble-trigger/index.d.ts.map +1 -0
  7. package/dist/bubble-trigger/index.js +2 -0
  8. package/dist/bubble-trigger/index.js.map +1 -0
  9. package/dist/bubble-trigger/types.d.ts +87 -0
  10. package/dist/bubble-trigger/types.d.ts.map +1 -0
  11. package/dist/bubble-trigger/types.js +14 -0
  12. package/dist/bubble-trigger/types.js.map +1 -0
  13. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  14. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  15. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  16. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  21. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  22. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  23. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  27. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  28. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  29. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  30. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  31. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
  32. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +8 -8
  33. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  36. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  37. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  38. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  39. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  40. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  41. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  43. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  44. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  45. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  46. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  47. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  48. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  49. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  51. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  52. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  53. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  54. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  55. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  57. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  58. package/dist/bubbles/service-bubble/looker/index.d.ts +3 -0
  59. package/dist/bubbles/service-bubble/looker/index.d.ts.map +1 -0
  60. package/dist/bubbles/service-bubble/looker/index.js +3 -0
  61. package/dist/bubbles/service-bubble/looker/index.js.map +1 -0
  62. package/dist/bubbles/service-bubble/looker/looker.d.ts +768 -0
  63. package/dist/bubbles/service-bubble/looker/looker.d.ts.map +1 -0
  64. package/dist/bubbles/service-bubble/looker/looker.js +319 -0
  65. package/dist/bubbles/service-bubble/looker/looker.js.map +1 -0
  66. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +735 -0
  67. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +1 -0
  68. package/dist/bubbles/service-bubble/looker/looker.schema.js +264 -0
  69. package/dist/bubbles/service-bubble/looker/looker.schema.js.map +1 -0
  70. package/dist/bubbles/service-bubble/metabase/index.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/metabase/index.d.ts.map +1 -0
  72. package/dist/bubbles/service-bubble/metabase/index.js +4 -0
  73. package/dist/bubbles/service-bubble/metabase/index.js.map +1 -0
  74. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +746 -0
  75. package/dist/bubbles/service-bubble/metabase/metabase.d.ts.map +1 -0
  76. package/dist/bubbles/service-bubble/metabase/metabase.js +221 -0
  77. package/dist/bubbles/service-bubble/metabase/metabase.js.map +1 -0
  78. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +1125 -0
  79. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts.map +1 -0
  80. package/dist/bubbles/service-bubble/metabase/metabase.schema.js +222 -0
  81. package/dist/bubbles/service-bubble/metabase/metabase.schema.js.map +1 -0
  82. package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts +15 -0
  83. package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts.map +1 -0
  84. package/dist/bubbles/service-bubble/metabase/metabase.utils.js +32 -0
  85. package/dist/bubbles/service-bubble/metabase/metabase.utils.js.map +1 -0
  86. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  87. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  88. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  89. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  90. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  91. package/dist/bubbles/service-bubble/pylon/index.d.ts +3 -0
  92. package/dist/bubbles/service-bubble/pylon/index.d.ts.map +1 -0
  93. package/dist/bubbles/service-bubble/pylon/index.js +3 -0
  94. package/dist/bubbles/service-bubble/pylon/index.js.map +1 -0
  95. package/dist/bubbles/service-bubble/pylon/pylon.d.ts +435 -0
  96. package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +1 -0
  97. package/dist/bubbles/service-bubble/pylon/pylon.js +375 -0
  98. package/dist/bubbles/service-bubble/pylon/pylon.js.map +1 -0
  99. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +408 -0
  100. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +1 -0
  101. package/dist/bubbles/service-bubble/pylon/pylon.schema.js +249 -0
  102. package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +1 -0
  103. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  104. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  105. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  106. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  107. package/dist/bubbles/service-bubble/slack.js +1536 -0
  108. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  109. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  110. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  111. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
  112. package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
  113. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  114. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  115. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  116. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  117. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  118. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  119. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  120. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  121. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  122. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  123. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  124. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  125. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  126. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  127. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  128. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  129. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +160 -0
  130. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  131. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +706 -0
  132. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  133. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  135. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +50 -0
  136. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  137. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  138. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  139. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  140. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  141. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  143. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  144. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  145. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  146. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +114 -0
  147. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
  148. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
  149. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
  150. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  151. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  152. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  153. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  154. package/dist/bubbles.json +510 -2
  155. package/dist/index.d.ts +1 -0
  156. package/dist/index.d.ts.map +1 -1
  157. package/dist/index.js +1 -0
  158. package/dist/index.js.map +1 -1
  159. package/dist/types/ai-models.d.ts +4 -0
  160. package/dist/types/ai-models.d.ts.map +1 -0
  161. package/dist/types/ai-models.js +16 -0
  162. package/dist/types/ai-models.js.map +1 -0
  163. package/dist/utils/param-helper.d.ts +2 -0
  164. package/dist/utils/param-helper.d.ts.map +1 -0
  165. package/dist/utils/param-helper.js +5 -0
  166. package/dist/utils/param-helper.js.map +1 -0
  167. package/package.json +2 -2
@@ -0,0 +1,768 @@
1
+ import { ServiceBubble } from '../../../types/service-bubble-class.js';
2
+ import type { BubbleContext } from '../../../types/bubble.js';
3
+ import { CredentialType } from '@bubblelab/shared-schemas';
4
+ import { type LookerParamsInput, type LookerResult } from './looker.schema.js';
5
+ /**
6
+ * Looker Analytics Service Bubble
7
+ *
8
+ * Looker integration for querying LookML models, pulling saved Looks and
9
+ * dashboard data via the Looker REST API v4.0. Uses Google OAuth for
10
+ * authentication since Looker is a Google Cloud product.
11
+ */
12
+ export declare class LookerBubble<T extends LookerParamsInput = LookerParamsInput> extends ServiceBubble<T, Extract<LookerResult, {
13
+ operation: T['operation'];
14
+ }>> {
15
+ static readonly type: "service";
16
+ static readonly service = "looker";
17
+ static readonly authType: "oauth";
18
+ static readonly bubbleName = "looker";
19
+ static readonly schema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
20
+ operation: import("zod").ZodLiteral<"run_inline_query">;
21
+ instance_url: import("zod").ZodString;
22
+ model: import("zod").ZodString;
23
+ explore: import("zod").ZodString;
24
+ fields: import("zod").ZodArray<import("zod").ZodString, "many">;
25
+ filters: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
26
+ sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
27
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
28
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
29
+ }, "strip", import("zod").ZodTypeAny, {
30
+ model: string;
31
+ fields: string[];
32
+ operation: "run_inline_query";
33
+ limit: number;
34
+ instance_url: string;
35
+ explore: string;
36
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
37
+ sorts?: string[] | undefined;
38
+ filters?: Record<string, string> | undefined;
39
+ }, {
40
+ model: string;
41
+ fields: string[];
42
+ operation: "run_inline_query";
43
+ instance_url: string;
44
+ explore: string;
45
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
46
+ limit?: number | undefined;
47
+ sorts?: string[] | undefined;
48
+ filters?: Record<string, string> | undefined;
49
+ }>, import("zod").ZodObject<{
50
+ operation: import("zod").ZodLiteral<"get_look">;
51
+ instance_url: import("zod").ZodString;
52
+ look_id: import("zod").ZodNumber;
53
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
54
+ result_format: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["json", "csv", "txt"]>>>;
55
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
56
+ }, "strip", import("zod").ZodTypeAny, {
57
+ operation: "get_look";
58
+ limit: number;
59
+ instance_url: string;
60
+ look_id: number;
61
+ result_format: "json" | "csv" | "txt";
62
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
63
+ }, {
64
+ operation: "get_look";
65
+ instance_url: string;
66
+ look_id: number;
67
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
68
+ limit?: number | undefined;
69
+ result_format?: "json" | "csv" | "txt" | undefined;
70
+ }>, import("zod").ZodObject<{
71
+ operation: import("zod").ZodLiteral<"get_dashboard">;
72
+ instance_url: import("zod").ZodString;
73
+ dashboard_id: import("zod").ZodString;
74
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
75
+ }, "strip", import("zod").ZodTypeAny, {
76
+ operation: "get_dashboard";
77
+ instance_url: string;
78
+ dashboard_id: string;
79
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
80
+ }, {
81
+ operation: "get_dashboard";
82
+ instance_url: string;
83
+ dashboard_id: string;
84
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
85
+ }>, import("zod").ZodObject<{
86
+ operation: import("zod").ZodLiteral<"list_models">;
87
+ instance_url: import("zod").ZodString;
88
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
89
+ }, "strip", import("zod").ZodTypeAny, {
90
+ operation: "list_models";
91
+ instance_url: string;
92
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
93
+ }, {
94
+ operation: "list_models";
95
+ instance_url: string;
96
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
97
+ }>, import("zod").ZodObject<{
98
+ operation: import("zod").ZodLiteral<"list_explores">;
99
+ instance_url: import("zod").ZodString;
100
+ model: import("zod").ZodString;
101
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
102
+ }, "strip", import("zod").ZodTypeAny, {
103
+ model: string;
104
+ operation: "list_explores";
105
+ instance_url: string;
106
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
107
+ }, {
108
+ model: string;
109
+ operation: "list_explores";
110
+ instance_url: string;
111
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
112
+ }>, import("zod").ZodObject<{
113
+ operation: import("zod").ZodLiteral<"list_looks">;
114
+ instance_url: import("zod").ZodString;
115
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
116
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
117
+ }, "strip", import("zod").ZodTypeAny, {
118
+ operation: "list_looks";
119
+ limit: number;
120
+ instance_url: string;
121
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
122
+ }, {
123
+ operation: "list_looks";
124
+ instance_url: string;
125
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
126
+ limit?: number | undefined;
127
+ }>, import("zod").ZodObject<{
128
+ operation: import("zod").ZodLiteral<"list_dashboards">;
129
+ instance_url: import("zod").ZodString;
130
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
131
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
132
+ }, "strip", import("zod").ZodTypeAny, {
133
+ operation: "list_dashboards";
134
+ limit: number;
135
+ instance_url: string;
136
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
137
+ }, {
138
+ operation: "list_dashboards";
139
+ instance_url: string;
140
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
141
+ limit?: number | undefined;
142
+ }>]>;
143
+ static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
144
+ operation: import("zod").ZodLiteral<"run_inline_query">;
145
+ success: import("zod").ZodBoolean;
146
+ data: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>, "many">>;
147
+ rowCount: import("zod").ZodOptional<import("zod").ZodNumber>;
148
+ error: import("zod").ZodString;
149
+ }, "strip", import("zod").ZodTypeAny, {
150
+ error: string;
151
+ success: boolean;
152
+ operation: "run_inline_query";
153
+ data?: Record<string, unknown>[] | undefined;
154
+ rowCount?: number | undefined;
155
+ }, {
156
+ error: string;
157
+ success: boolean;
158
+ operation: "run_inline_query";
159
+ data?: Record<string, unknown>[] | undefined;
160
+ rowCount?: number | undefined;
161
+ }>, import("zod").ZodObject<{
162
+ operation: import("zod").ZodLiteral<"get_look">;
163
+ success: import("zod").ZodBoolean;
164
+ data: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>, "many">>;
165
+ look: import("zod").ZodOptional<import("zod").ZodObject<{
166
+ id: import("zod").ZodNumber;
167
+ title: import("zod").ZodOptional<import("zod").ZodString>;
168
+ description: import("zod").ZodOptional<import("zod").ZodString>;
169
+ model: import("zod").ZodOptional<import("zod").ZodObject<{
170
+ id: import("zod").ZodOptional<import("zod").ZodString>;
171
+ label: import("zod").ZodOptional<import("zod").ZodString>;
172
+ }, "strip", import("zod").ZodTypeAny, {
173
+ id?: string | undefined;
174
+ label?: string | undefined;
175
+ }, {
176
+ id?: string | undefined;
177
+ label?: string | undefined;
178
+ }>>;
179
+ space: import("zod").ZodOptional<import("zod").ZodObject<{
180
+ id: import("zod").ZodOptional<import("zod").ZodString>;
181
+ name: import("zod").ZodOptional<import("zod").ZodString>;
182
+ }, "strip", import("zod").ZodTypeAny, {
183
+ name?: string | undefined;
184
+ id?: string | undefined;
185
+ }, {
186
+ name?: string | undefined;
187
+ id?: string | undefined;
188
+ }>>;
189
+ }, "strip", import("zod").ZodTypeAny, {
190
+ id: number;
191
+ description?: string | undefined;
192
+ title?: string | undefined;
193
+ model?: {
194
+ id?: string | undefined;
195
+ label?: string | undefined;
196
+ } | undefined;
197
+ space?: {
198
+ name?: string | undefined;
199
+ id?: string | undefined;
200
+ } | undefined;
201
+ }, {
202
+ id: number;
203
+ description?: string | undefined;
204
+ title?: string | undefined;
205
+ model?: {
206
+ id?: string | undefined;
207
+ label?: string | undefined;
208
+ } | undefined;
209
+ space?: {
210
+ name?: string | undefined;
211
+ id?: string | undefined;
212
+ } | undefined;
213
+ }>>;
214
+ rowCount: import("zod").ZodOptional<import("zod").ZodNumber>;
215
+ error: import("zod").ZodString;
216
+ }, "strip", import("zod").ZodTypeAny, {
217
+ error: string;
218
+ success: boolean;
219
+ operation: "get_look";
220
+ data?: Record<string, unknown>[] | undefined;
221
+ rowCount?: number | undefined;
222
+ look?: {
223
+ id: number;
224
+ description?: string | undefined;
225
+ title?: string | undefined;
226
+ model?: {
227
+ id?: string | undefined;
228
+ label?: string | undefined;
229
+ } | undefined;
230
+ space?: {
231
+ name?: string | undefined;
232
+ id?: string | undefined;
233
+ } | undefined;
234
+ } | undefined;
235
+ }, {
236
+ error: string;
237
+ success: boolean;
238
+ operation: "get_look";
239
+ data?: Record<string, unknown>[] | undefined;
240
+ rowCount?: number | undefined;
241
+ look?: {
242
+ id: number;
243
+ description?: string | undefined;
244
+ title?: string | undefined;
245
+ model?: {
246
+ id?: string | undefined;
247
+ label?: string | undefined;
248
+ } | undefined;
249
+ space?: {
250
+ name?: string | undefined;
251
+ id?: string | undefined;
252
+ } | undefined;
253
+ } | undefined;
254
+ }>, import("zod").ZodObject<{
255
+ operation: import("zod").ZodLiteral<"get_dashboard">;
256
+ success: import("zod").ZodBoolean;
257
+ dashboard: import("zod").ZodOptional<import("zod").ZodObject<{
258
+ id: import("zod").ZodString;
259
+ title: import("zod").ZodOptional<import("zod").ZodString>;
260
+ description: import("zod").ZodOptional<import("zod").ZodString>;
261
+ dashboard_filters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
262
+ name: import("zod").ZodOptional<import("zod").ZodString>;
263
+ title: import("zod").ZodOptional<import("zod").ZodString>;
264
+ type: import("zod").ZodOptional<import("zod").ZodString>;
265
+ default_value: import("zod").ZodOptional<import("zod").ZodString>;
266
+ }, "strip", import("zod").ZodTypeAny, {
267
+ type?: string | undefined;
268
+ title?: string | undefined;
269
+ name?: string | undefined;
270
+ default_value?: string | undefined;
271
+ }, {
272
+ type?: string | undefined;
273
+ title?: string | undefined;
274
+ name?: string | undefined;
275
+ default_value?: string | undefined;
276
+ }>, "many">>;
277
+ dashboard_elements: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
278
+ id: import("zod").ZodOptional<import("zod").ZodString>;
279
+ title: import("zod").ZodOptional<import("zod").ZodString>;
280
+ type: import("zod").ZodOptional<import("zod").ZodString>;
281
+ look_id: import("zod").ZodOptional<import("zod").ZodNumber>;
282
+ query: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
283
+ }, "strip", import("zod").ZodTypeAny, {
284
+ type?: string | undefined;
285
+ title?: string | undefined;
286
+ id?: string | undefined;
287
+ query?: Record<string, unknown> | undefined;
288
+ look_id?: number | undefined;
289
+ }, {
290
+ type?: string | undefined;
291
+ title?: string | undefined;
292
+ id?: string | undefined;
293
+ query?: Record<string, unknown> | undefined;
294
+ look_id?: number | undefined;
295
+ }>, "many">>;
296
+ }, "strip", import("zod").ZodTypeAny, {
297
+ id: string;
298
+ description?: string | undefined;
299
+ title?: string | undefined;
300
+ dashboard_filters?: {
301
+ type?: string | undefined;
302
+ title?: string | undefined;
303
+ name?: string | undefined;
304
+ default_value?: string | undefined;
305
+ }[] | undefined;
306
+ dashboard_elements?: {
307
+ type?: string | undefined;
308
+ title?: string | undefined;
309
+ id?: string | undefined;
310
+ query?: Record<string, unknown> | undefined;
311
+ look_id?: number | undefined;
312
+ }[] | undefined;
313
+ }, {
314
+ id: string;
315
+ description?: string | undefined;
316
+ title?: string | undefined;
317
+ dashboard_filters?: {
318
+ type?: string | undefined;
319
+ title?: string | undefined;
320
+ name?: string | undefined;
321
+ default_value?: string | undefined;
322
+ }[] | undefined;
323
+ dashboard_elements?: {
324
+ type?: string | undefined;
325
+ title?: string | undefined;
326
+ id?: string | undefined;
327
+ query?: Record<string, unknown> | undefined;
328
+ look_id?: number | undefined;
329
+ }[] | undefined;
330
+ }>>;
331
+ error: import("zod").ZodString;
332
+ }, "strip", import("zod").ZodTypeAny, {
333
+ error: string;
334
+ success: boolean;
335
+ operation: "get_dashboard";
336
+ dashboard?: {
337
+ id: string;
338
+ description?: string | undefined;
339
+ title?: string | undefined;
340
+ dashboard_filters?: {
341
+ type?: string | undefined;
342
+ title?: string | undefined;
343
+ name?: string | undefined;
344
+ default_value?: string | undefined;
345
+ }[] | undefined;
346
+ dashboard_elements?: {
347
+ type?: string | undefined;
348
+ title?: string | undefined;
349
+ id?: string | undefined;
350
+ query?: Record<string, unknown> | undefined;
351
+ look_id?: number | undefined;
352
+ }[] | undefined;
353
+ } | undefined;
354
+ }, {
355
+ error: string;
356
+ success: boolean;
357
+ operation: "get_dashboard";
358
+ dashboard?: {
359
+ id: string;
360
+ description?: string | undefined;
361
+ title?: string | undefined;
362
+ dashboard_filters?: {
363
+ type?: string | undefined;
364
+ title?: string | undefined;
365
+ name?: string | undefined;
366
+ default_value?: string | undefined;
367
+ }[] | undefined;
368
+ dashboard_elements?: {
369
+ type?: string | undefined;
370
+ title?: string | undefined;
371
+ id?: string | undefined;
372
+ query?: Record<string, unknown> | undefined;
373
+ look_id?: number | undefined;
374
+ }[] | undefined;
375
+ } | undefined;
376
+ }>, import("zod").ZodObject<{
377
+ operation: import("zod").ZodLiteral<"list_models">;
378
+ success: import("zod").ZodBoolean;
379
+ models: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
380
+ name: import("zod").ZodString;
381
+ label: import("zod").ZodOptional<import("zod").ZodString>;
382
+ explores: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
383
+ name: import("zod").ZodString;
384
+ label: import("zod").ZodOptional<import("zod").ZodString>;
385
+ description: import("zod").ZodOptional<import("zod").ZodString>;
386
+ }, "strip", import("zod").ZodTypeAny, {
387
+ name: string;
388
+ description?: string | undefined;
389
+ label?: string | undefined;
390
+ }, {
391
+ name: string;
392
+ description?: string | undefined;
393
+ label?: string | undefined;
394
+ }>, "many">>;
395
+ }, "strip", import("zod").ZodTypeAny, {
396
+ name: string;
397
+ label?: string | undefined;
398
+ explores?: {
399
+ name: string;
400
+ description?: string | undefined;
401
+ label?: string | undefined;
402
+ }[] | undefined;
403
+ }, {
404
+ name: string;
405
+ label?: string | undefined;
406
+ explores?: {
407
+ name: string;
408
+ description?: string | undefined;
409
+ label?: string | undefined;
410
+ }[] | undefined;
411
+ }>, "many">>;
412
+ error: import("zod").ZodString;
413
+ }, "strip", import("zod").ZodTypeAny, {
414
+ error: string;
415
+ success: boolean;
416
+ operation: "list_models";
417
+ models?: {
418
+ name: string;
419
+ label?: string | undefined;
420
+ explores?: {
421
+ name: string;
422
+ description?: string | undefined;
423
+ label?: string | undefined;
424
+ }[] | undefined;
425
+ }[] | undefined;
426
+ }, {
427
+ error: string;
428
+ success: boolean;
429
+ operation: "list_models";
430
+ models?: {
431
+ name: string;
432
+ label?: string | undefined;
433
+ explores?: {
434
+ name: string;
435
+ description?: string | undefined;
436
+ label?: string | undefined;
437
+ }[] | undefined;
438
+ }[] | undefined;
439
+ }>, import("zod").ZodObject<{
440
+ operation: import("zod").ZodLiteral<"list_explores">;
441
+ success: import("zod").ZodBoolean;
442
+ explores: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
443
+ name: import("zod").ZodString;
444
+ label: import("zod").ZodOptional<import("zod").ZodString>;
445
+ description: import("zod").ZodOptional<import("zod").ZodString>;
446
+ fields: import("zod").ZodOptional<import("zod").ZodObject<{
447
+ dimensions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
448
+ name: import("zod").ZodString;
449
+ label: import("zod").ZodOptional<import("zod").ZodString>;
450
+ type: import("zod").ZodOptional<import("zod").ZodString>;
451
+ description: import("zod").ZodOptional<import("zod").ZodString>;
452
+ }, "strip", import("zod").ZodTypeAny, {
453
+ name: string;
454
+ type?: string | undefined;
455
+ description?: string | undefined;
456
+ label?: string | undefined;
457
+ }, {
458
+ name: string;
459
+ type?: string | undefined;
460
+ description?: string | undefined;
461
+ label?: string | undefined;
462
+ }>, "many">>;
463
+ measures: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
464
+ name: import("zod").ZodString;
465
+ label: import("zod").ZodOptional<import("zod").ZodString>;
466
+ type: import("zod").ZodOptional<import("zod").ZodString>;
467
+ description: import("zod").ZodOptional<import("zod").ZodString>;
468
+ }, "strip", import("zod").ZodTypeAny, {
469
+ name: string;
470
+ type?: string | undefined;
471
+ description?: string | undefined;
472
+ label?: string | undefined;
473
+ }, {
474
+ name: string;
475
+ type?: string | undefined;
476
+ description?: string | undefined;
477
+ label?: string | undefined;
478
+ }>, "many">>;
479
+ }, "strip", import("zod").ZodTypeAny, {
480
+ dimensions?: {
481
+ name: string;
482
+ type?: string | undefined;
483
+ description?: string | undefined;
484
+ label?: string | undefined;
485
+ }[] | undefined;
486
+ measures?: {
487
+ name: string;
488
+ type?: string | undefined;
489
+ description?: string | undefined;
490
+ label?: string | undefined;
491
+ }[] | undefined;
492
+ }, {
493
+ dimensions?: {
494
+ name: string;
495
+ type?: string | undefined;
496
+ description?: string | undefined;
497
+ label?: string | undefined;
498
+ }[] | undefined;
499
+ measures?: {
500
+ name: string;
501
+ type?: string | undefined;
502
+ description?: string | undefined;
503
+ label?: string | undefined;
504
+ }[] | undefined;
505
+ }>>;
506
+ }, "strip", import("zod").ZodTypeAny, {
507
+ name: string;
508
+ description?: string | undefined;
509
+ fields?: {
510
+ dimensions?: {
511
+ name: string;
512
+ type?: string | undefined;
513
+ description?: string | undefined;
514
+ label?: string | undefined;
515
+ }[] | undefined;
516
+ measures?: {
517
+ name: string;
518
+ type?: string | undefined;
519
+ description?: string | undefined;
520
+ label?: string | undefined;
521
+ }[] | undefined;
522
+ } | undefined;
523
+ label?: string | undefined;
524
+ }, {
525
+ name: string;
526
+ description?: string | undefined;
527
+ fields?: {
528
+ dimensions?: {
529
+ name: string;
530
+ type?: string | undefined;
531
+ description?: string | undefined;
532
+ label?: string | undefined;
533
+ }[] | undefined;
534
+ measures?: {
535
+ name: string;
536
+ type?: string | undefined;
537
+ description?: string | undefined;
538
+ label?: string | undefined;
539
+ }[] | undefined;
540
+ } | undefined;
541
+ label?: string | undefined;
542
+ }>, "many">>;
543
+ model: import("zod").ZodOptional<import("zod").ZodString>;
544
+ error: import("zod").ZodString;
545
+ }, "strip", import("zod").ZodTypeAny, {
546
+ error: string;
547
+ success: boolean;
548
+ operation: "list_explores";
549
+ model?: string | undefined;
550
+ explores?: {
551
+ name: string;
552
+ description?: string | undefined;
553
+ fields?: {
554
+ dimensions?: {
555
+ name: string;
556
+ type?: string | undefined;
557
+ description?: string | undefined;
558
+ label?: string | undefined;
559
+ }[] | undefined;
560
+ measures?: {
561
+ name: string;
562
+ type?: string | undefined;
563
+ description?: string | undefined;
564
+ label?: string | undefined;
565
+ }[] | undefined;
566
+ } | undefined;
567
+ label?: string | undefined;
568
+ }[] | undefined;
569
+ }, {
570
+ error: string;
571
+ success: boolean;
572
+ operation: "list_explores";
573
+ model?: string | undefined;
574
+ explores?: {
575
+ name: string;
576
+ description?: string | undefined;
577
+ fields?: {
578
+ dimensions?: {
579
+ name: string;
580
+ type?: string | undefined;
581
+ description?: string | undefined;
582
+ label?: string | undefined;
583
+ }[] | undefined;
584
+ measures?: {
585
+ name: string;
586
+ type?: string | undefined;
587
+ description?: string | undefined;
588
+ label?: string | undefined;
589
+ }[] | undefined;
590
+ } | undefined;
591
+ label?: string | undefined;
592
+ }[] | undefined;
593
+ }>, import("zod").ZodObject<{
594
+ operation: import("zod").ZodLiteral<"list_looks">;
595
+ success: import("zod").ZodBoolean;
596
+ looks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
597
+ id: import("zod").ZodNumber;
598
+ title: import("zod").ZodOptional<import("zod").ZodString>;
599
+ description: import("zod").ZodOptional<import("zod").ZodString>;
600
+ model: import("zod").ZodOptional<import("zod").ZodObject<{
601
+ id: import("zod").ZodOptional<import("zod").ZodString>;
602
+ label: import("zod").ZodOptional<import("zod").ZodString>;
603
+ }, "strip", import("zod").ZodTypeAny, {
604
+ id?: string | undefined;
605
+ label?: string | undefined;
606
+ }, {
607
+ id?: string | undefined;
608
+ label?: string | undefined;
609
+ }>>;
610
+ space: import("zod").ZodOptional<import("zod").ZodObject<{
611
+ id: import("zod").ZodOptional<import("zod").ZodString>;
612
+ name: import("zod").ZodOptional<import("zod").ZodString>;
613
+ }, "strip", import("zod").ZodTypeAny, {
614
+ name?: string | undefined;
615
+ id?: string | undefined;
616
+ }, {
617
+ name?: string | undefined;
618
+ id?: string | undefined;
619
+ }>>;
620
+ }, "strip", import("zod").ZodTypeAny, {
621
+ id: number;
622
+ description?: string | undefined;
623
+ title?: string | undefined;
624
+ model?: {
625
+ id?: string | undefined;
626
+ label?: string | undefined;
627
+ } | undefined;
628
+ space?: {
629
+ name?: string | undefined;
630
+ id?: string | undefined;
631
+ } | undefined;
632
+ }, {
633
+ id: number;
634
+ description?: string | undefined;
635
+ title?: string | undefined;
636
+ model?: {
637
+ id?: string | undefined;
638
+ label?: string | undefined;
639
+ } | undefined;
640
+ space?: {
641
+ name?: string | undefined;
642
+ id?: string | undefined;
643
+ } | undefined;
644
+ }>, "many">>;
645
+ totalCount: import("zod").ZodOptional<import("zod").ZodNumber>;
646
+ error: import("zod").ZodString;
647
+ }, "strip", import("zod").ZodTypeAny, {
648
+ error: string;
649
+ success: boolean;
650
+ operation: "list_looks";
651
+ looks?: {
652
+ id: number;
653
+ description?: string | undefined;
654
+ title?: string | undefined;
655
+ model?: {
656
+ id?: string | undefined;
657
+ label?: string | undefined;
658
+ } | undefined;
659
+ space?: {
660
+ name?: string | undefined;
661
+ id?: string | undefined;
662
+ } | undefined;
663
+ }[] | undefined;
664
+ totalCount?: number | undefined;
665
+ }, {
666
+ error: string;
667
+ success: boolean;
668
+ operation: "list_looks";
669
+ looks?: {
670
+ id: number;
671
+ description?: string | undefined;
672
+ title?: string | undefined;
673
+ model?: {
674
+ id?: string | undefined;
675
+ label?: string | undefined;
676
+ } | undefined;
677
+ space?: {
678
+ name?: string | undefined;
679
+ id?: string | undefined;
680
+ } | undefined;
681
+ }[] | undefined;
682
+ totalCount?: number | undefined;
683
+ }>, import("zod").ZodObject<{
684
+ operation: import("zod").ZodLiteral<"list_dashboards">;
685
+ success: import("zod").ZodBoolean;
686
+ dashboards: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
687
+ id: import("zod").ZodString;
688
+ title: import("zod").ZodOptional<import("zod").ZodString>;
689
+ description: import("zod").ZodOptional<import("zod").ZodString>;
690
+ folder: import("zod").ZodOptional<import("zod").ZodObject<{
691
+ id: import("zod").ZodOptional<import("zod").ZodString>;
692
+ name: import("zod").ZodOptional<import("zod").ZodString>;
693
+ }, "strip", import("zod").ZodTypeAny, {
694
+ name?: string | undefined;
695
+ id?: string | undefined;
696
+ }, {
697
+ name?: string | undefined;
698
+ id?: string | undefined;
699
+ }>>;
700
+ }, "strip", import("zod").ZodTypeAny, {
701
+ id: string;
702
+ description?: string | undefined;
703
+ title?: string | undefined;
704
+ folder?: {
705
+ name?: string | undefined;
706
+ id?: string | undefined;
707
+ } | undefined;
708
+ }, {
709
+ id: string;
710
+ description?: string | undefined;
711
+ title?: string | undefined;
712
+ folder?: {
713
+ name?: string | undefined;
714
+ id?: string | undefined;
715
+ } | undefined;
716
+ }>, "many">>;
717
+ totalCount: import("zod").ZodOptional<import("zod").ZodNumber>;
718
+ error: import("zod").ZodString;
719
+ }, "strip", import("zod").ZodTypeAny, {
720
+ error: string;
721
+ success: boolean;
722
+ operation: "list_dashboards";
723
+ totalCount?: number | undefined;
724
+ dashboards?: {
725
+ id: string;
726
+ description?: string | undefined;
727
+ title?: string | undefined;
728
+ folder?: {
729
+ name?: string | undefined;
730
+ id?: string | undefined;
731
+ } | undefined;
732
+ }[] | undefined;
733
+ }, {
734
+ error: string;
735
+ success: boolean;
736
+ operation: "list_dashboards";
737
+ totalCount?: number | undefined;
738
+ dashboards?: {
739
+ id: string;
740
+ description?: string | undefined;
741
+ title?: string | undefined;
742
+ folder?: {
743
+ name?: string | undefined;
744
+ id?: string | undefined;
745
+ } | undefined;
746
+ }[] | undefined;
747
+ }>]>;
748
+ static readonly shortDescription = "Looker analytics integration for LookML queries, Looks, and dashboards";
749
+ static readonly longDescription = "\n Looker analytics integration for querying data models and pulling dashboard content.\n\n Features:\n - Run inline queries against LookML models/explores with fields, filters, and sorts\n - Retrieve results from saved Looks by ID\n - Fetch dashboard metadata, filters, and tile definitions\n - Discover available LookML models and their explores\n - List saved Looks and dashboards\n\n Security Features:\n - Google OAuth 2.0 authentication (Looker is a Google Cloud product)\n - Instance-scoped access via per-client Looker URLs\n - Secure credential handling with base64-encoded payloads\n ";
750
+ static readonly alias = "";
751
+ constructor(params?: T, context?: BubbleContext);
752
+ testCredential(): Promise<boolean>;
753
+ private parseCredentials;
754
+ protected chooseCredential(): string | undefined;
755
+ private getBaseUrl;
756
+ private lookerRequest;
757
+ protected performAction(context?: BubbleContext): Promise<Extract<LookerResult, {
758
+ operation: T['operation'];
759
+ }>>;
760
+ private runInlineQuery;
761
+ private getLook;
762
+ private getDashboard;
763
+ private listModels;
764
+ private listExplores;
765
+ private listLooks;
766
+ private listDashboards;
767
+ }
768
+ //# sourceMappingURL=looker.d.ts.map