@rawdash/connectors 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
package/dist/metadata.js CHANGED
@@ -1,172 +1,244 @@
1
1
  // src/metadata.generated.ts
2
- import awsCloudwatchConnector, {
2
+ import {
3
3
  configFields as awsCloudwatchConfigFields,
4
- doc as awsCloudwatchDoc
4
+ cost as awsCloudwatchCost,
5
+ doc as awsCloudwatchDoc,
6
+ id as awsCloudwatchId,
7
+ resources as awsCloudwatchResources
5
8
  } from "@rawdash/connector-aws-cloudwatch";
6
- import awsCostConnector, {
9
+ import {
7
10
  configFields as awsCostConfigFields,
8
- doc as awsCostDoc
11
+ cost as awsCostCost,
12
+ doc as awsCostDoc,
13
+ id as awsCostId,
14
+ resources as awsCostResources
9
15
  } from "@rawdash/connector-aws-cost";
10
- import datadogConnector, {
16
+ import {
11
17
  configFields as datadogConfigFields,
12
- doc as datadogDoc
18
+ doc as datadogDoc,
19
+ id as datadogId,
20
+ resources as datadogResources
13
21
  } from "@rawdash/connector-datadog";
14
- import githubConnector, {
22
+ import {
15
23
  configFields as githubConfigFields,
16
- doc as githubDoc
24
+ doc as githubDoc,
25
+ id as githubId,
26
+ resources as githubResources
17
27
  } from "@rawdash/connector-github";
18
- import googleAnalyticsConnector, {
28
+ import {
29
+ configFields as googleAdsConfigFields,
30
+ doc as googleAdsDoc,
31
+ id as googleAdsId,
32
+ resources as googleAdsResources
33
+ } from "@rawdash/connector-google-ads";
34
+ import {
19
35
  configFields as googleAnalyticsConfigFields,
20
- doc as googleAnalyticsDoc
36
+ doc as googleAnalyticsDoc,
37
+ id as googleAnalyticsId,
38
+ resources as googleAnalyticsResources
21
39
  } from "@rawdash/connector-google-analytics";
22
- import hubspotConnector, {
40
+ import {
41
+ configFields as googleSearchConsoleConfigFields,
42
+ doc as googleSearchConsoleDoc,
43
+ id as googleSearchConsoleId,
44
+ resources as googleSearchConsoleResources
45
+ } from "@rawdash/connector-google-search-console";
46
+ import {
23
47
  configFields as hubspotConfigFields,
24
- doc as hubspotDoc
48
+ doc as hubspotDoc,
49
+ id as hubspotId,
50
+ resources as hubspotResources
25
51
  } from "@rawdash/connector-hubspot";
26
- import intercomConnector, {
52
+ import {
27
53
  configFields as intercomConfigFields,
28
- doc as intercomDoc
54
+ doc as intercomDoc,
55
+ id as intercomId,
56
+ resources as intercomResources
29
57
  } from "@rawdash/connector-intercom";
30
- import jiraConnector, {
58
+ import {
31
59
  configFields as jiraConfigFields,
32
- doc as jiraDoc
60
+ doc as jiraDoc,
61
+ id as jiraId,
62
+ resources as jiraResources
33
63
  } from "@rawdash/connector-jira";
34
- import linearConnector, {
64
+ import {
35
65
  configFields as linearConfigFields,
36
- doc as linearDoc
66
+ doc as linearDoc,
67
+ id as linearId,
68
+ resources as linearResources
37
69
  } from "@rawdash/connector-linear";
38
- import mixpanelConnector, {
70
+ import {
71
+ configFields as metaAdsConfigFields,
72
+ doc as metaAdsDoc,
73
+ id as metaAdsId,
74
+ resources as metaAdsResources
75
+ } from "@rawdash/connector-meta-ads";
76
+ import {
39
77
  configFields as mixpanelConfigFields,
40
- doc as mixpanelDoc
78
+ cost as mixpanelCost,
79
+ doc as mixpanelDoc,
80
+ id as mixpanelId,
81
+ resources as mixpanelResources
41
82
  } from "@rawdash/connector-mixpanel";
42
- import posthogConnector, {
83
+ import {
43
84
  configFields as posthogConfigFields,
44
- doc as posthogDoc
85
+ doc as posthogDoc,
86
+ id as posthogId,
87
+ resources as posthogResources
45
88
  } from "@rawdash/connector-posthog";
46
- import salesforceConnector, {
89
+ import {
47
90
  configFields as salesforceConfigFields,
48
- doc as salesforceDoc
91
+ doc as salesforceDoc,
92
+ id as salesforceId,
93
+ resources as salesforceResources
49
94
  } from "@rawdash/connector-salesforce";
50
- import sentryConnector, {
95
+ import {
51
96
  configFields as sentryConfigFields,
52
- doc as sentryDoc
97
+ doc as sentryDoc,
98
+ id as sentryId,
99
+ resources as sentryResources
53
100
  } from "@rawdash/connector-sentry";
54
- import stripeConnector, {
101
+ import {
55
102
  configFields as stripeConfigFields,
56
- doc as stripeDoc
103
+ doc as stripeDoc,
104
+ id as stripeId,
105
+ resources as stripeResources
57
106
  } from "@rawdash/connector-stripe";
58
- import vercelConnector, {
107
+ import {
59
108
  configFields as vercelConfigFields,
60
- doc as vercelDoc
109
+ doc as vercelDoc,
110
+ id as vercelId,
111
+ resources as vercelResources
61
112
  } from "@rawdash/connector-vercel";
62
113
  var connectorMetadata = [
63
114
  {
64
- id: awsCloudwatchConnector.id,
115
+ id: awsCloudwatchId,
65
116
  packageName: "@rawdash/connector-aws-cloudwatch",
66
117
  doc: awsCloudwatchDoc,
67
118
  configFields: awsCloudwatchConfigFields,
68
- resources: awsCloudwatchConnector.resources,
69
- cost: awsCloudwatchConnector.cost
119
+ resources: awsCloudwatchResources,
120
+ cost: awsCloudwatchCost
70
121
  },
71
122
  {
72
- id: awsCostConnector.id,
123
+ id: awsCostId,
73
124
  packageName: "@rawdash/connector-aws-cost",
74
125
  doc: awsCostDoc,
75
126
  configFields: awsCostConfigFields,
76
- resources: awsCostConnector.resources,
77
- cost: awsCostConnector.cost
127
+ resources: awsCostResources,
128
+ cost: awsCostCost
78
129
  },
79
130
  {
80
- id: datadogConnector.id,
131
+ id: datadogId,
81
132
  packageName: "@rawdash/connector-datadog",
82
133
  doc: datadogDoc,
83
134
  configFields: datadogConfigFields,
84
- resources: datadogConnector.resources
135
+ resources: datadogResources
85
136
  },
86
137
  {
87
- id: githubConnector.id,
138
+ id: githubId,
88
139
  packageName: "@rawdash/connector-github",
89
140
  doc: githubDoc,
90
141
  configFields: githubConfigFields,
91
- resources: githubConnector.resources
142
+ resources: githubResources
92
143
  },
93
144
  {
94
- id: googleAnalyticsConnector.id,
145
+ id: googleAdsId,
146
+ packageName: "@rawdash/connector-google-ads",
147
+ doc: googleAdsDoc,
148
+ configFields: googleAdsConfigFields,
149
+ resources: googleAdsResources
150
+ },
151
+ {
152
+ id: googleAnalyticsId,
95
153
  packageName: "@rawdash/connector-google-analytics",
96
154
  doc: googleAnalyticsDoc,
97
155
  configFields: googleAnalyticsConfigFields,
98
- resources: googleAnalyticsConnector.resources
156
+ resources: googleAnalyticsResources
157
+ },
158
+ {
159
+ id: googleSearchConsoleId,
160
+ packageName: "@rawdash/connector-google-search-console",
161
+ doc: googleSearchConsoleDoc,
162
+ configFields: googleSearchConsoleConfigFields,
163
+ resources: googleSearchConsoleResources
99
164
  },
100
165
  {
101
- id: hubspotConnector.id,
166
+ id: hubspotId,
102
167
  packageName: "@rawdash/connector-hubspot",
103
168
  doc: hubspotDoc,
104
169
  configFields: hubspotConfigFields,
105
- resources: hubspotConnector.resources
170
+ resources: hubspotResources
106
171
  },
107
172
  {
108
- id: intercomConnector.id,
173
+ id: intercomId,
109
174
  packageName: "@rawdash/connector-intercom",
110
175
  doc: intercomDoc,
111
176
  configFields: intercomConfigFields,
112
- resources: intercomConnector.resources
177
+ resources: intercomResources
113
178
  },
114
179
  {
115
- id: jiraConnector.id,
180
+ id: jiraId,
116
181
  packageName: "@rawdash/connector-jira",
117
182
  doc: jiraDoc,
118
183
  configFields: jiraConfigFields,
119
- resources: jiraConnector.resources
184
+ resources: jiraResources
120
185
  },
121
186
  {
122
- id: linearConnector.id,
187
+ id: linearId,
123
188
  packageName: "@rawdash/connector-linear",
124
189
  doc: linearDoc,
125
190
  configFields: linearConfigFields,
126
- resources: linearConnector.resources
191
+ resources: linearResources
192
+ },
193
+ {
194
+ id: metaAdsId,
195
+ packageName: "@rawdash/connector-meta-ads",
196
+ doc: metaAdsDoc,
197
+ configFields: metaAdsConfigFields,
198
+ resources: metaAdsResources
127
199
  },
128
200
  {
129
- id: mixpanelConnector.id,
201
+ id: mixpanelId,
130
202
  packageName: "@rawdash/connector-mixpanel",
131
203
  doc: mixpanelDoc,
132
204
  configFields: mixpanelConfigFields,
133
- resources: mixpanelConnector.resources,
134
- cost: mixpanelConnector.cost
205
+ resources: mixpanelResources,
206
+ cost: mixpanelCost
135
207
  },
136
208
  {
137
- id: posthogConnector.id,
209
+ id: posthogId,
138
210
  packageName: "@rawdash/connector-posthog",
139
211
  doc: posthogDoc,
140
212
  configFields: posthogConfigFields,
141
- resources: posthogConnector.resources
213
+ resources: posthogResources
142
214
  },
143
215
  {
144
- id: salesforceConnector.id,
216
+ id: salesforceId,
145
217
  packageName: "@rawdash/connector-salesforce",
146
218
  doc: salesforceDoc,
147
219
  configFields: salesforceConfigFields,
148
- resources: salesforceConnector.resources
220
+ resources: salesforceResources
149
221
  },
150
222
  {
151
- id: sentryConnector.id,
223
+ id: sentryId,
152
224
  packageName: "@rawdash/connector-sentry",
153
225
  doc: sentryDoc,
154
226
  configFields: sentryConfigFields,
155
- resources: sentryConnector.resources
227
+ resources: sentryResources
156
228
  },
157
229
  {
158
- id: stripeConnector.id,
230
+ id: stripeId,
159
231
  packageName: "@rawdash/connector-stripe",
160
232
  doc: stripeDoc,
161
233
  configFields: stripeConfigFields,
162
- resources: stripeConnector.resources
234
+ resources: stripeResources
163
235
  },
164
236
  {
165
- id: vercelConnector.id,
237
+ id: vercelId,
166
238
  packageName: "@rawdash/connector-vercel",
167
239
  doc: vercelDoc,
168
240
  configFields: vercelConfigFields,
169
- resources: vercelConnector.resources
241
+ resources: vercelResources
170
242
  }
171
243
  ];
172
244
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/metadata.generated.ts","../src/metadata.ts"],"sourcesContent":["// This file is generated from the connector packages by scripts/generate-connectors-package.ts. Do not edit by hand.\nimport awsCloudwatchConnector, {\n configFields as awsCloudwatchConfigFields,\n doc as awsCloudwatchDoc,\n} from '@rawdash/connector-aws-cloudwatch';\nimport awsCostConnector, {\n configFields as awsCostConfigFields,\n doc as awsCostDoc,\n} from '@rawdash/connector-aws-cost';\nimport datadogConnector, {\n configFields as datadogConfigFields,\n doc as datadogDoc,\n} from '@rawdash/connector-datadog';\nimport githubConnector, {\n configFields as githubConfigFields,\n doc as githubDoc,\n} from '@rawdash/connector-github';\nimport googleAnalyticsConnector, {\n configFields as googleAnalyticsConfigFields,\n doc as googleAnalyticsDoc,\n} from '@rawdash/connector-google-analytics';\nimport hubspotConnector, {\n configFields as hubspotConfigFields,\n doc as hubspotDoc,\n} from '@rawdash/connector-hubspot';\nimport intercomConnector, {\n configFields as intercomConfigFields,\n doc as intercomDoc,\n} from '@rawdash/connector-intercom';\nimport jiraConnector, {\n configFields as jiraConfigFields,\n doc as jiraDoc,\n} from '@rawdash/connector-jira';\nimport linearConnector, {\n configFields as linearConfigFields,\n doc as linearDoc,\n} from '@rawdash/connector-linear';\nimport mixpanelConnector, {\n configFields as mixpanelConfigFields,\n doc as mixpanelDoc,\n} from '@rawdash/connector-mixpanel';\nimport posthogConnector, {\n configFields as posthogConfigFields,\n doc as posthogDoc,\n} from '@rawdash/connector-posthog';\nimport salesforceConnector, {\n configFields as salesforceConfigFields,\n doc as salesforceDoc,\n} from '@rawdash/connector-salesforce';\nimport sentryConnector, {\n configFields as sentryConfigFields,\n doc as sentryDoc,\n} from '@rawdash/connector-sentry';\nimport stripeConnector, {\n configFields as stripeConfigFields,\n doc as stripeDoc,\n} from '@rawdash/connector-stripe';\nimport vercelConnector, {\n configFields as vercelConfigFields,\n doc as vercelDoc,\n} from '@rawdash/connector-vercel';\n\nimport type { ConnectorMetadata } from './types';\n\nexport const connectorMetadata: ConnectorMetadata[] = [\n {\n id: awsCloudwatchConnector.id,\n packageName: '@rawdash/connector-aws-cloudwatch',\n doc: awsCloudwatchDoc,\n configFields: awsCloudwatchConfigFields,\n resources: awsCloudwatchConnector.resources,\n cost: awsCloudwatchConnector.cost,\n },\n {\n id: awsCostConnector.id,\n packageName: '@rawdash/connector-aws-cost',\n doc: awsCostDoc,\n configFields: awsCostConfigFields,\n resources: awsCostConnector.resources,\n cost: awsCostConnector.cost,\n },\n {\n id: datadogConnector.id,\n packageName: '@rawdash/connector-datadog',\n doc: datadogDoc,\n configFields: datadogConfigFields,\n resources: datadogConnector.resources,\n },\n {\n id: githubConnector.id,\n packageName: '@rawdash/connector-github',\n doc: githubDoc,\n configFields: githubConfigFields,\n resources: githubConnector.resources,\n },\n {\n id: googleAnalyticsConnector.id,\n packageName: '@rawdash/connector-google-analytics',\n doc: googleAnalyticsDoc,\n configFields: googleAnalyticsConfigFields,\n resources: googleAnalyticsConnector.resources,\n },\n {\n id: hubspotConnector.id,\n packageName: '@rawdash/connector-hubspot',\n doc: hubspotDoc,\n configFields: hubspotConfigFields,\n resources: hubspotConnector.resources,\n },\n {\n id: intercomConnector.id,\n packageName: '@rawdash/connector-intercom',\n doc: intercomDoc,\n configFields: intercomConfigFields,\n resources: intercomConnector.resources,\n },\n {\n id: jiraConnector.id,\n packageName: '@rawdash/connector-jira',\n doc: jiraDoc,\n configFields: jiraConfigFields,\n resources: jiraConnector.resources,\n },\n {\n id: linearConnector.id,\n packageName: '@rawdash/connector-linear',\n doc: linearDoc,\n configFields: linearConfigFields,\n resources: linearConnector.resources,\n },\n {\n id: mixpanelConnector.id,\n packageName: '@rawdash/connector-mixpanel',\n doc: mixpanelDoc,\n configFields: mixpanelConfigFields,\n resources: mixpanelConnector.resources,\n cost: mixpanelConnector.cost,\n },\n {\n id: posthogConnector.id,\n packageName: '@rawdash/connector-posthog',\n doc: posthogDoc,\n configFields: posthogConfigFields,\n resources: posthogConnector.resources,\n },\n {\n id: salesforceConnector.id,\n packageName: '@rawdash/connector-salesforce',\n doc: salesforceDoc,\n configFields: salesforceConfigFields,\n resources: salesforceConnector.resources,\n },\n {\n id: sentryConnector.id,\n packageName: '@rawdash/connector-sentry',\n doc: sentryDoc,\n configFields: sentryConfigFields,\n resources: sentryConnector.resources,\n },\n {\n id: stripeConnector.id,\n packageName: '@rawdash/connector-stripe',\n doc: stripeDoc,\n configFields: stripeConfigFields,\n resources: stripeConnector.resources,\n },\n {\n id: vercelConnector.id,\n packageName: '@rawdash/connector-vercel',\n doc: vercelDoc,\n configFields: vercelConfigFields,\n resources: vercelConnector.resources,\n },\n];\n","import { connectorMetadata } from './metadata.generated';\nimport type { ConnectorMetadata } from './types';\n\nexport type { ConnectorMetadata } from './types';\n\n/**\n * Every built-in connector's build-time metadata, generated from the connector\n * packages in this monorepo. Ordered by connector id.\n *\n * Importing this entry point pulls connector *metadata* only — distinct from\n * `@rawdash/connectors/registry`, which exposes the runnable connector classes\n * behind per-connector lazy loaders. Keep the two apart so a metadata consumer\n * (such as the cloud connector catalog) never bundles connector sync logic.\n */\nexport { connectorMetadata } from './metadata.generated';\n\n/** The same metadata, keyed by connector id for direct lookup. */\nexport const connectorMetadataById: Record<string, ConnectorMetadata> =\n Object.fromEntries(connectorMetadata.map((m) => [m.id, m]));\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../src/metadata.generated.ts","../src/metadata.ts"],"sourcesContent":["// This file is generated from the connector packages by scripts/generate-connectors-package.ts. Do not edit by hand.\nimport {\n configFields as awsCloudwatchConfigFields,\n cost as awsCloudwatchCost,\n doc as awsCloudwatchDoc,\n id as awsCloudwatchId,\n resources as awsCloudwatchResources,\n} from '@rawdash/connector-aws-cloudwatch';\nimport {\n configFields as awsCostConfigFields,\n cost as awsCostCost,\n doc as awsCostDoc,\n id as awsCostId,\n resources as awsCostResources,\n} from '@rawdash/connector-aws-cost';\nimport {\n configFields as datadogConfigFields,\n doc as datadogDoc,\n id as datadogId,\n resources as datadogResources,\n} from '@rawdash/connector-datadog';\nimport {\n configFields as githubConfigFields,\n doc as githubDoc,\n id as githubId,\n resources as githubResources,\n} from '@rawdash/connector-github';\nimport {\n configFields as googleAdsConfigFields,\n doc as googleAdsDoc,\n id as googleAdsId,\n resources as googleAdsResources,\n} from '@rawdash/connector-google-ads';\nimport {\n configFields as googleAnalyticsConfigFields,\n doc as googleAnalyticsDoc,\n id as googleAnalyticsId,\n resources as googleAnalyticsResources,\n} from '@rawdash/connector-google-analytics';\nimport {\n configFields as googleSearchConsoleConfigFields,\n doc as googleSearchConsoleDoc,\n id as googleSearchConsoleId,\n resources as googleSearchConsoleResources,\n} from '@rawdash/connector-google-search-console';\nimport {\n configFields as hubspotConfigFields,\n doc as hubspotDoc,\n id as hubspotId,\n resources as hubspotResources,\n} from '@rawdash/connector-hubspot';\nimport {\n configFields as intercomConfigFields,\n doc as intercomDoc,\n id as intercomId,\n resources as intercomResources,\n} from '@rawdash/connector-intercom';\nimport {\n configFields as jiraConfigFields,\n doc as jiraDoc,\n id as jiraId,\n resources as jiraResources,\n} from '@rawdash/connector-jira';\nimport {\n configFields as linearConfigFields,\n doc as linearDoc,\n id as linearId,\n resources as linearResources,\n} from '@rawdash/connector-linear';\nimport {\n configFields as metaAdsConfigFields,\n doc as metaAdsDoc,\n id as metaAdsId,\n resources as metaAdsResources,\n} from '@rawdash/connector-meta-ads';\nimport {\n configFields as mixpanelConfigFields,\n cost as mixpanelCost,\n doc as mixpanelDoc,\n id as mixpanelId,\n resources as mixpanelResources,\n} from '@rawdash/connector-mixpanel';\nimport {\n configFields as posthogConfigFields,\n doc as posthogDoc,\n id as posthogId,\n resources as posthogResources,\n} from '@rawdash/connector-posthog';\nimport {\n configFields as salesforceConfigFields,\n doc as salesforceDoc,\n id as salesforceId,\n resources as salesforceResources,\n} from '@rawdash/connector-salesforce';\nimport {\n configFields as sentryConfigFields,\n doc as sentryDoc,\n id as sentryId,\n resources as sentryResources,\n} from '@rawdash/connector-sentry';\nimport {\n configFields as stripeConfigFields,\n doc as stripeDoc,\n id as stripeId,\n resources as stripeResources,\n} from '@rawdash/connector-stripe';\nimport {\n configFields as vercelConfigFields,\n doc as vercelDoc,\n id as vercelId,\n resources as vercelResources,\n} from '@rawdash/connector-vercel';\n\nimport type { ConnectorMetadata } from './types';\n\nexport const connectorMetadata: ConnectorMetadata[] = [\n {\n id: awsCloudwatchId,\n packageName: '@rawdash/connector-aws-cloudwatch',\n doc: awsCloudwatchDoc,\n configFields: awsCloudwatchConfigFields,\n resources: awsCloudwatchResources,\n cost: awsCloudwatchCost,\n },\n {\n id: awsCostId,\n packageName: '@rawdash/connector-aws-cost',\n doc: awsCostDoc,\n configFields: awsCostConfigFields,\n resources: awsCostResources,\n cost: awsCostCost,\n },\n {\n id: datadogId,\n packageName: '@rawdash/connector-datadog',\n doc: datadogDoc,\n configFields: datadogConfigFields,\n resources: datadogResources,\n },\n {\n id: githubId,\n packageName: '@rawdash/connector-github',\n doc: githubDoc,\n configFields: githubConfigFields,\n resources: githubResources,\n },\n {\n id: googleAdsId,\n packageName: '@rawdash/connector-google-ads',\n doc: googleAdsDoc,\n configFields: googleAdsConfigFields,\n resources: googleAdsResources,\n },\n {\n id: googleAnalyticsId,\n packageName: '@rawdash/connector-google-analytics',\n doc: googleAnalyticsDoc,\n configFields: googleAnalyticsConfigFields,\n resources: googleAnalyticsResources,\n },\n {\n id: googleSearchConsoleId,\n packageName: '@rawdash/connector-google-search-console',\n doc: googleSearchConsoleDoc,\n configFields: googleSearchConsoleConfigFields,\n resources: googleSearchConsoleResources,\n },\n {\n id: hubspotId,\n packageName: '@rawdash/connector-hubspot',\n doc: hubspotDoc,\n configFields: hubspotConfigFields,\n resources: hubspotResources,\n },\n {\n id: intercomId,\n packageName: '@rawdash/connector-intercom',\n doc: intercomDoc,\n configFields: intercomConfigFields,\n resources: intercomResources,\n },\n {\n id: jiraId,\n packageName: '@rawdash/connector-jira',\n doc: jiraDoc,\n configFields: jiraConfigFields,\n resources: jiraResources,\n },\n {\n id: linearId,\n packageName: '@rawdash/connector-linear',\n doc: linearDoc,\n configFields: linearConfigFields,\n resources: linearResources,\n },\n {\n id: metaAdsId,\n packageName: '@rawdash/connector-meta-ads',\n doc: metaAdsDoc,\n configFields: metaAdsConfigFields,\n resources: metaAdsResources,\n },\n {\n id: mixpanelId,\n packageName: '@rawdash/connector-mixpanel',\n doc: mixpanelDoc,\n configFields: mixpanelConfigFields,\n resources: mixpanelResources,\n cost: mixpanelCost,\n },\n {\n id: posthogId,\n packageName: '@rawdash/connector-posthog',\n doc: posthogDoc,\n configFields: posthogConfigFields,\n resources: posthogResources,\n },\n {\n id: salesforceId,\n packageName: '@rawdash/connector-salesforce',\n doc: salesforceDoc,\n configFields: salesforceConfigFields,\n resources: salesforceResources,\n },\n {\n id: sentryId,\n packageName: '@rawdash/connector-sentry',\n doc: sentryDoc,\n configFields: sentryConfigFields,\n resources: sentryResources,\n },\n {\n id: stripeId,\n packageName: '@rawdash/connector-stripe',\n doc: stripeDoc,\n configFields: stripeConfigFields,\n resources: stripeResources,\n },\n {\n id: vercelId,\n packageName: '@rawdash/connector-vercel',\n doc: vercelDoc,\n configFields: vercelConfigFields,\n resources: vercelResources,\n },\n];\n","import { connectorMetadata } from './metadata.generated';\nimport type { ConnectorMetadata } from './types';\n\nexport type { ConnectorMetadata } from './types';\n\n/**\n * Every built-in connector's build-time metadata, generated from the connector\n * packages in this monorepo. Ordered by connector id.\n *\n * Importing this entry point pulls connector *metadata* only — distinct from\n * `@rawdash/connectors/registry`, which exposes the runnable connector classes\n * behind per-connector lazy loaders. Keep the two apart so a metadata consumer\n * (such as the cloud connector catalog) never bundles connector sync logic.\n */\nexport { connectorMetadata } from './metadata.generated';\n\n/** The same metadata, keyed by connector id for direct lookup. */\nexport const connectorMetadataById: Record<string, ConnectorMetadata> =\n Object.fromEntries(connectorMetadata.map((m) => [m.id, m]));\n"],"mappings":"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","names":[]}
package/dist/registry.js CHANGED
@@ -4,11 +4,14 @@ var connectorLoaders = {
4
4
  "aws-cost": () => import("@rawdash/connector-aws-cost").then((m) => m.default),
5
5
  datadog: () => import("@rawdash/connector-datadog").then((m) => m.default),
6
6
  "github-actions": () => import("@rawdash/connector-github").then((m) => m.default),
7
+ "google-ads": () => import("@rawdash/connector-google-ads").then((m) => m.default),
7
8
  "google-analytics": () => import("@rawdash/connector-google-analytics").then((m) => m.default),
9
+ "google-search-console": () => import("@rawdash/connector-google-search-console").then((m) => m.default),
8
10
  hubspot: () => import("@rawdash/connector-hubspot").then((m) => m.default),
9
11
  intercom: () => import("@rawdash/connector-intercom").then((m) => m.default),
10
12
  jira: () => import("@rawdash/connector-jira").then((m) => m.default),
11
13
  linear: () => import("@rawdash/connector-linear").then((m) => m.default),
14
+ "meta-ads": () => import("@rawdash/connector-meta-ads").then((m) => m.default),
12
15
  mixpanel: () => import("@rawdash/connector-mixpanel").then((m) => m.default),
13
16
  posthog: () => import("@rawdash/connector-posthog").then((m) => m.default),
14
17
  salesforce: () => import("@rawdash/connector-salesforce").then((m) => m.default),
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/registry.generated.ts","../src/registry.ts"],"sourcesContent":["// This file is generated from the connector packages by scripts/generate-connectors-package.ts. Do not edit by hand.\nimport type { ConnectorClass } from '@rawdash/core';\n\nexport const connectorLoaders: Record<string, () => Promise<ConnectorClass>> = {\n 'aws-cloudwatch': () =>\n import('@rawdash/connector-aws-cloudwatch').then((m) => m.default),\n 'aws-cost': () =>\n import('@rawdash/connector-aws-cost').then((m) => m.default),\n datadog: () => import('@rawdash/connector-datadog').then((m) => m.default),\n 'github-actions': () =>\n import('@rawdash/connector-github').then((m) => m.default),\n 'google-analytics': () =>\n import('@rawdash/connector-google-analytics').then((m) => m.default),\n hubspot: () => import('@rawdash/connector-hubspot').then((m) => m.default),\n intercom: () => import('@rawdash/connector-intercom').then((m) => m.default),\n jira: () => import('@rawdash/connector-jira').then((m) => m.default),\n linear: () => import('@rawdash/connector-linear').then((m) => m.default),\n mixpanel: () => import('@rawdash/connector-mixpanel').then((m) => m.default),\n posthog: () => import('@rawdash/connector-posthog').then((m) => m.default),\n salesforce: () =>\n import('@rawdash/connector-salesforce').then((m) => m.default),\n sentry: () => import('@rawdash/connector-sentry').then((m) => m.default),\n stripe: () => import('@rawdash/connector-stripe').then((m) => m.default),\n vercel: () => import('@rawdash/connector-vercel').then((m) => m.default),\n};\n","import type { ConnectorClass } from '@rawdash/core';\n\nimport { connectorLoaders } from './registry.generated';\n\n/**\n * Lazy loaders for every built-in connector, keyed by connector id. Each entry\n * dynamically imports its connector package and resolves to the connector\n * class (the module's default export).\n *\n * The per-connector dynamic `import()` preserves the lazy-load boundary:\n * resolving one connector never pulls the other connectors' class or sync code\n * into the same chunk. Consumers that only need metadata should use\n * `@rawdash/connectors/metadata` instead, which never touches this module.\n */\nexport { connectorLoaders } from './registry.generated';\n\n/** Ids of every built-in connector, sorted. */\nexport const connectorIds: string[] = Object.keys(connectorLoaders).sort();\n\n/**\n * Load a single connector class by id. Throws if the id is unknown.\n *\n * @example\n * const GitHubConnector = await loadConnector('github-actions');\n */\nexport async function loadConnector(id: string): Promise<ConnectorClass> {\n const loader = connectorLoaders[id];\n if (!loader) {\n throw new Error(\n `Unknown connector id \"${id}\". Known ids: ${connectorIds.join(', ')}.`,\n );\n }\n return loader();\n}\n"],"mappings":";AAGO,IAAM,mBAAkE;AAAA,EAC7E,kBAAkB,MAChB,OAAO,mCAAmC,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACnE,YAAY,MACV,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC7D,SAAS,MAAM,OAAO,4BAA4B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACzE,kBAAkB,MAChB,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC3D,oBAAoB,MAClB,OAAO,qCAAqC,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACrE,SAAS,MAAM,OAAO,4BAA4B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACzE,UAAU,MAAM,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC3E,MAAM,MAAM,OAAO,yBAAyB,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACnE,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACvE,UAAU,MAAM,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC3E,SAAS,MAAM,OAAO,4BAA4B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACzE,YAAY,MACV,OAAO,+BAA+B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC/D,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACvE,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACvE,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AACzE;;;ACPO,IAAM,eAAyB,OAAO,KAAK,gBAAgB,EAAE,KAAK;AAQzE,eAAsB,cAAc,IAAqC;AACvE,QAAM,SAAS,iBAAiB,EAAE;AAClC,MAAI,CAAC,QAAQ;AACX,UAAM,IAAI;AAAA,MACR,yBAAyB,EAAE,iBAAiB,aAAa,KAAK,IAAI,CAAC;AAAA,IACrE;AAAA,EACF;AACA,SAAO,OAAO;AAChB;","names":[]}
1
+ {"version":3,"sources":["../src/registry.generated.ts","../src/registry.ts"],"sourcesContent":["// This file is generated from the connector packages by scripts/generate-connectors-package.ts. Do not edit by hand.\nimport type { ConnectorClass } from '@rawdash/core';\n\nexport const connectorLoaders: Record<string, () => Promise<ConnectorClass>> = {\n 'aws-cloudwatch': () =>\n import('@rawdash/connector-aws-cloudwatch').then((m) => m.default),\n 'aws-cost': () =>\n import('@rawdash/connector-aws-cost').then((m) => m.default),\n datadog: () => import('@rawdash/connector-datadog').then((m) => m.default),\n 'github-actions': () =>\n import('@rawdash/connector-github').then((m) => m.default),\n 'google-ads': () =>\n import('@rawdash/connector-google-ads').then((m) => m.default),\n 'google-analytics': () =>\n import('@rawdash/connector-google-analytics').then((m) => m.default),\n 'google-search-console': () =>\n import('@rawdash/connector-google-search-console').then((m) => m.default),\n hubspot: () => import('@rawdash/connector-hubspot').then((m) => m.default),\n intercom: () => import('@rawdash/connector-intercom').then((m) => m.default),\n jira: () => import('@rawdash/connector-jira').then((m) => m.default),\n linear: () => import('@rawdash/connector-linear').then((m) => m.default),\n 'meta-ads': () =>\n import('@rawdash/connector-meta-ads').then((m) => m.default),\n mixpanel: () => import('@rawdash/connector-mixpanel').then((m) => m.default),\n posthog: () => import('@rawdash/connector-posthog').then((m) => m.default),\n salesforce: () =>\n import('@rawdash/connector-salesforce').then((m) => m.default),\n sentry: () => import('@rawdash/connector-sentry').then((m) => m.default),\n stripe: () => import('@rawdash/connector-stripe').then((m) => m.default),\n vercel: () => import('@rawdash/connector-vercel').then((m) => m.default),\n};\n","import type { ConnectorClass } from '@rawdash/core';\n\nimport { connectorLoaders } from './registry.generated';\n\n/**\n * Lazy loaders for every built-in connector, keyed by connector id. Each entry\n * dynamically imports its connector package and resolves to the connector\n * class (the module's default export).\n *\n * The per-connector dynamic `import()` preserves the lazy-load boundary:\n * resolving one connector never pulls the other connectors' class or sync code\n * into the same chunk. Consumers that only need metadata should use\n * `@rawdash/connectors/metadata` instead, which never touches this module.\n */\nexport { connectorLoaders } from './registry.generated';\n\n/** Ids of every built-in connector, sorted. */\nexport const connectorIds: string[] = Object.keys(connectorLoaders).sort();\n\n/**\n * Load a single connector class by id. Throws if the id is unknown.\n *\n * @example\n * const GitHubConnector = await loadConnector('github-actions');\n */\nexport async function loadConnector(id: string): Promise<ConnectorClass> {\n const loader = connectorLoaders[id];\n if (!loader) {\n throw new Error(\n `Unknown connector id \"${id}\". Known ids: ${connectorIds.join(', ')}.`,\n );\n }\n return loader();\n}\n"],"mappings":";AAGO,IAAM,mBAAkE;AAAA,EAC7E,kBAAkB,MAChB,OAAO,mCAAmC,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACnE,YAAY,MACV,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC7D,SAAS,MAAM,OAAO,4BAA4B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACzE,kBAAkB,MAChB,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC3D,cAAc,MACZ,OAAO,+BAA+B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC/D,oBAAoB,MAClB,OAAO,qCAAqC,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACrE,yBAAyB,MACvB,OAAO,0CAA0C,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC1E,SAAS,MAAM,OAAO,4BAA4B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACzE,UAAU,MAAM,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC3E,MAAM,MAAM,OAAO,yBAAyB,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACnE,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACvE,YAAY,MACV,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC7D,UAAU,MAAM,OAAO,6BAA6B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC3E,SAAS,MAAM,OAAO,4BAA4B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACzE,YAAY,MACV,OAAO,+BAA+B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EAC/D,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACvE,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AAAA,EACvE,QAAQ,MAAM,OAAO,2BAA2B,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO;AACzE;;;ACbO,IAAM,eAAyB,OAAO,KAAK,gBAAgB,EAAE,KAAK;AAQzE,eAAsB,cAAc,IAAqC;AACvE,QAAM,SAAS,iBAAiB,EAAE;AAClC,MAAI,CAAC,QAAQ;AACX,UAAM,IAAI;AAAA,MACR,yBAAyB,EAAE,iBAAiB,aAAa,KAAK,IAAI,CAAC;AAAA,IACrE;AAAA,EACF;AACA,SAAO,OAAO;AAChB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rawdash/connectors",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Umbrella package aggregating every built-in Rawdash connector. Depend on this one package instead of N individual @rawdash/connector-* packages.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -27,34 +27,37 @@
27
27
  "import": "./dist/registry.js"
28
28
  }
29
29
  },
30
- "scripts": {
31
- "build": "tsup",
32
- "typecheck": "tsc --noEmit",
33
- "lint": "eslint src",
34
- "test": "vitest run"
35
- },
36
30
  "dependencies": {
37
- "@rawdash/connector-aws-cloudwatch": "workspace:*",
38
- "@rawdash/connector-aws-cost": "workspace:*",
39
- "@rawdash/connector-datadog": "workspace:*",
40
- "@rawdash/connector-github": "workspace:*",
41
- "@rawdash/connector-google-analytics": "workspace:*",
42
- "@rawdash/connector-hubspot": "workspace:*",
43
- "@rawdash/connector-intercom": "workspace:*",
44
- "@rawdash/connector-jira": "workspace:*",
45
- "@rawdash/connector-linear": "workspace:*",
46
- "@rawdash/connector-mixpanel": "workspace:*",
47
- "@rawdash/connector-posthog": "workspace:*",
48
- "@rawdash/connector-salesforce": "workspace:*",
49
- "@rawdash/connector-sentry": "workspace:*",
50
- "@rawdash/connector-stripe": "workspace:*",
51
- "@rawdash/connector-vercel": "workspace:*",
52
- "@rawdash/core": "workspace:*",
53
- "zod": "^4.4.3"
31
+ "zod": "^4.4.3",
32
+ "@rawdash/connector-aws-cloudwatch": "0.17.0",
33
+ "@rawdash/connector-aws-cost": "0.17.0",
34
+ "@rawdash/connector-datadog": "0.17.0",
35
+ "@rawdash/connector-github": "0.17.0",
36
+ "@rawdash/connector-google-ads": "0.17.0",
37
+ "@rawdash/connector-google-analytics": "0.17.0",
38
+ "@rawdash/connector-google-search-console": "0.17.0",
39
+ "@rawdash/connector-hubspot": "0.17.0",
40
+ "@rawdash/connector-intercom": "0.17.0",
41
+ "@rawdash/connector-jira": "0.17.0",
42
+ "@rawdash/connector-linear": "0.17.0",
43
+ "@rawdash/connector-meta-ads": "0.17.0",
44
+ "@rawdash/connector-mixpanel": "0.17.0",
45
+ "@rawdash/connector-posthog": "0.17.0",
46
+ "@rawdash/connector-salesforce": "0.17.0",
47
+ "@rawdash/connector-sentry": "0.17.0",
48
+ "@rawdash/connector-stripe": "0.17.0",
49
+ "@rawdash/connector-vercel": "0.17.0",
50
+ "@rawdash/core": "0.17.0"
54
51
  },
55
52
  "devDependencies": {
56
53
  "tsup": "^8.0.0",
57
54
  "typescript": "^5.7.2",
58
55
  "vitest": "^4.1.4"
56
+ },
57
+ "scripts": {
58
+ "build": "tsup",
59
+ "typecheck": "tsc --noEmit",
60
+ "lint": "eslint src",
61
+ "test": "vitest run"
59
62
  }
60
- }
63
+ }