@automate.ax/catalog 0.116.0 → 0.119.1

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/dist/catalog.d.ts CHANGED
@@ -752,10 +752,31 @@ export declare const tidycalService: {
752
752
  readonly id: "oauth";
753
753
  readonly name: "OAuth";
754
754
  readonly type: "redirect";
755
+ }, {
756
+ readonly credentialUrl: "https://tidycal.com/integrations/advanced";
757
+ readonly fields: readonly [{
758
+ readonly input: "password";
759
+ readonly label: "Personal access token";
760
+ readonly name: "apiKey";
761
+ readonly placeholder: "Paste your TidyCal personal access token";
762
+ readonly required: true;
763
+ }];
764
+ readonly id: "personal-access-token";
765
+ readonly name: "Personal access token";
766
+ readonly type: "form";
755
767
  }];
756
- readonly description: "Connect a TidyCal account.";
768
+ readonly connectionNotice: {
769
+ readonly action: {
770
+ readonly href: "https://help.tidycal.com/article/739-faq";
771
+ readonly label: "Review API requirements";
772
+ };
773
+ readonly description: "TidyCal API access requires an Individual, Agency, or Pro plan.";
774
+ readonly title: "Paid TidyCal plan required";
775
+ };
776
+ readonly description: "Connect TidyCal with OAuth or a personal access token.";
757
777
  readonly id: "tidycal";
758
778
  readonly name: "TidyCal";
779
+ readonly preferredConnectionMethodId: "oauth";
759
780
  };
760
781
  export declare const togetheraiService: {
761
782
  readonly id: "togetherai";
@@ -1585,10 +1606,31 @@ export declare const integrationCatalog: readonly [{
1585
1606
  readonly id: "oauth";
1586
1607
  readonly name: "OAuth";
1587
1608
  readonly type: "redirect";
1609
+ }, {
1610
+ readonly credentialUrl: "https://tidycal.com/integrations/advanced";
1611
+ readonly fields: readonly [{
1612
+ readonly input: "password";
1613
+ readonly label: "Personal access token";
1614
+ readonly name: "apiKey";
1615
+ readonly placeholder: "Paste your TidyCal personal access token";
1616
+ readonly required: true;
1617
+ }];
1618
+ readonly id: "personal-access-token";
1619
+ readonly name: "Personal access token";
1620
+ readonly type: "form";
1588
1621
  }];
1589
- readonly description: "Connect a TidyCal account.";
1622
+ readonly connectionNotice: {
1623
+ readonly action: {
1624
+ readonly href: "https://help.tidycal.com/article/739-faq";
1625
+ readonly label: "Review API requirements";
1626
+ };
1627
+ readonly description: "TidyCal API access requires an Individual, Agency, or Pro plan.";
1628
+ readonly title: "Paid TidyCal plan required";
1629
+ };
1630
+ readonly description: "Connect TidyCal with OAuth or a personal access token.";
1590
1631
  readonly id: "tidycal";
1591
1632
  readonly name: "TidyCal";
1633
+ readonly preferredConnectionMethodId: "oauth";
1592
1634
  }, {
1593
1635
  readonly id: "togetherai";
1594
1636
  readonly name: string;
package/dist/catalog.js CHANGED
@@ -494,10 +494,36 @@ export const stripeService = defineApiKeyService({
494
494
  placeholder: "sk_test_... or rk_test_...",
495
495
  });
496
496
  export const tidycalService = defineIntegrationService({
497
- connectionMethods: [{ id: "oauth", name: "OAuth", type: "redirect" }],
498
- description: "Connect a TidyCal account.",
497
+ connectionMethods: [
498
+ { id: "oauth", name: "OAuth", type: "redirect" },
499
+ {
500
+ credentialUrl: "https://tidycal.com/integrations/advanced",
501
+ fields: [
502
+ {
503
+ input: "password",
504
+ label: "Personal access token",
505
+ name: "apiKey",
506
+ placeholder: "Paste your TidyCal personal access token",
507
+ required: true,
508
+ },
509
+ ],
510
+ id: "personal-access-token",
511
+ name: "Personal access token",
512
+ type: "form",
513
+ },
514
+ ],
515
+ connectionNotice: {
516
+ action: {
517
+ href: "https://help.tidycal.com/article/739-faq",
518
+ label: "Review API requirements",
519
+ },
520
+ description: "TidyCal API access requires an Individual, Agency, or Pro plan.",
521
+ title: "Paid TidyCal plan required",
522
+ },
523
+ description: "Connect TidyCal with OAuth or a personal access token.",
499
524
  id: "tidycal",
500
525
  name: "TidyCal",
526
+ preferredConnectionMethodId: "oauth",
501
527
  });
502
528
  export const togetheraiService = defineApiKeyService({
503
529
  description: "Connect a Together AI API key.",
@@ -25,6 +25,48 @@ export declare const googleTriggerDefinitions: {
25
25
  readonly icon: "gmail";
26
26
  readonly type: "gmail.label.removed";
27
27
  };
28
+ readonly gmailMailboxChanged: {
29
+ readonly account: {
30
+ readonly connectionOptions: readonly [{
31
+ readonly requiredScopes: readonly [{
32
+ readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
33
+ readonly type: "or";
34
+ }];
35
+ }];
36
+ readonly serviceId: "google";
37
+ };
38
+ readonly icon: "gmail";
39
+ readonly name: "Gmail mailbox changed";
40
+ readonly type: "gmail.mailbox.changed";
41
+ };
42
+ readonly gmailMessageAdded: {
43
+ readonly account: {
44
+ readonly connectionOptions: readonly [{
45
+ readonly requiredScopes: readonly [{
46
+ readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
47
+ readonly type: "or";
48
+ }];
49
+ }];
50
+ readonly serviceId: "google";
51
+ };
52
+ readonly icon: "gmail";
53
+ readonly name: "Gmail message added";
54
+ readonly type: "gmail.message.added";
55
+ };
56
+ readonly gmailMessageDeleted: {
57
+ readonly account: {
58
+ readonly connectionOptions: readonly [{
59
+ readonly requiredScopes: readonly [{
60
+ readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly", "https://www.googleapis.com/auth/gmail.metadata"];
61
+ readonly type: "or";
62
+ }];
63
+ }];
64
+ readonly serviceId: "google";
65
+ };
66
+ readonly icon: "gmail";
67
+ readonly name: "Gmail message deleted";
68
+ readonly type: "gmail.message.deleted";
69
+ };
28
70
  readonly gmailMessageReceived: {
29
71
  readonly account: {
30
72
  readonly connectionOptions: readonly [{
@@ -57,7 +99,7 @@ export declare const googleTriggerDefinitions: {
57
99
  readonly account: {
58
100
  readonly connectionOptions: readonly [{
59
101
  readonly requiredScopes: readonly [{
60
- readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
102
+ readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
61
103
  readonly type: "or";
62
104
  }];
63
105
  }];
@@ -67,11 +109,25 @@ export declare const googleTriggerDefinitions: {
67
109
  readonly name: "Google Calendar event created";
68
110
  readonly type: "googleCalendar.event.created";
69
111
  };
112
+ readonly googleCalendarEventChanged: {
113
+ readonly account: {
114
+ readonly connectionOptions: readonly [{
115
+ readonly requiredScopes: readonly [{
116
+ readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
117
+ readonly type: "or";
118
+ }];
119
+ }];
120
+ readonly serviceId: "google";
121
+ };
122
+ readonly icon: "google-calendar";
123
+ readonly name: "Google Calendar event changed";
124
+ readonly type: "googleCalendar.event.changed";
125
+ };
70
126
  readonly googleCalendarEventDeleted: {
71
127
  readonly account: {
72
128
  readonly connectionOptions: readonly [{
73
129
  readonly requiredScopes: readonly [{
74
- readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
130
+ readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
75
131
  readonly type: "or";
76
132
  }];
77
133
  }];
@@ -85,7 +141,7 @@ export declare const googleTriggerDefinitions: {
85
141
  readonly account: {
86
142
  readonly connectionOptions: readonly [{
87
143
  readonly requiredScopes: readonly [{
88
- readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
144
+ readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
89
145
  readonly type: "or";
90
146
  }];
91
147
  }];
@@ -113,9 +169,6 @@ export declare const googleTriggerDefinitions: {
113
169
  readonly account: {
114
170
  readonly connectionOptions: readonly [{
115
171
  readonly requiredScopes: readonly [{
116
- readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
117
- readonly type: "or";
118
- }, {
119
172
  readonly requirements: readonly [{
120
173
  readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/forms.responses.readonly"];
121
174
  readonly type: "or";
@@ -15,6 +15,24 @@ const GMAIL_ACCOUNT = {
15
15
  ],
16
16
  serviceId: "google",
17
17
  };
18
+ const GMAIL_DELETION_ACCOUNT = {
19
+ connectionOptions: [
20
+ {
21
+ requiredScopes: [
22
+ {
23
+ requirements: [
24
+ "https://mail.google.com/",
25
+ "https://www.googleapis.com/auth/gmail.modify",
26
+ "https://www.googleapis.com/auth/gmail.readonly",
27
+ "https://www.googleapis.com/auth/gmail.metadata",
28
+ ],
29
+ type: "or",
30
+ },
31
+ ],
32
+ },
33
+ ],
34
+ serviceId: "google",
35
+ };
18
36
  const GOOGLE_CALENDAR_ACCOUNT = {
19
37
  connectionOptions: [
20
38
  {
@@ -22,9 +40,13 @@ const GOOGLE_CALENDAR_ACCOUNT = {
22
40
  {
23
41
  requirements: [
24
42
  "https://www.googleapis.com/auth/calendar",
43
+ "https://www.googleapis.com/auth/calendar.app.created",
25
44
  "https://www.googleapis.com/auth/calendar.readonly",
26
45
  "https://www.googleapis.com/auth/calendar.events",
46
+ "https://www.googleapis.com/auth/calendar.events.freebusy",
27
47
  "https://www.googleapis.com/auth/calendar.events.owned",
48
+ "https://www.googleapis.com/auth/calendar.events.owned.readonly",
49
+ "https://www.googleapis.com/auth/calendar.events.public.readonly",
28
50
  "https://www.googleapis.com/auth/calendar.events.readonly",
29
51
  ],
30
52
  type: "or",
@@ -57,16 +79,6 @@ const GOOGLE_FORM_RESPONSES_ACCOUNT = {
57
79
  connectionOptions: [
58
80
  {
59
81
  requiredScopes: [
60
- {
61
- requirements: [
62
- "https://www.googleapis.com/auth/drive",
63
- "https://www.googleapis.com/auth/drive.file",
64
- "https://www.googleapis.com/auth/drive.readonly",
65
- "https://www.googleapis.com/auth/forms.body",
66
- "https://www.googleapis.com/auth/forms.body.readonly",
67
- ],
68
- type: "or",
69
- },
70
82
  {
71
83
  requirements: [
72
84
  {
@@ -133,6 +145,24 @@ export const googleTriggerDefinitions = {
133
145
  icon: "gmail",
134
146
  type: "gmail.label.removed",
135
147
  },
148
+ gmailMailboxChanged: {
149
+ account: GMAIL_ACCOUNT,
150
+ icon: "gmail",
151
+ name: "Gmail mailbox changed",
152
+ type: "gmail.mailbox.changed",
153
+ },
154
+ gmailMessageAdded: {
155
+ account: GMAIL_ACCOUNT,
156
+ icon: "gmail",
157
+ name: "Gmail message added",
158
+ type: "gmail.message.added",
159
+ },
160
+ gmailMessageDeleted: {
161
+ account: GMAIL_DELETION_ACCOUNT,
162
+ icon: "gmail",
163
+ name: "Gmail message deleted",
164
+ type: "gmail.message.deleted",
165
+ },
136
166
  gmailMessageReceived: {
137
167
  account: GMAIL_ACCOUNT,
138
168
  icon: "gmail",
@@ -151,6 +181,12 @@ export const googleTriggerDefinitions = {
151
181
  name: "Google Calendar event created",
152
182
  type: "googleCalendar.event.created",
153
183
  },
184
+ googleCalendarEventChanged: {
185
+ account: GOOGLE_CALENDAR_ACCOUNT,
186
+ icon: "google-calendar",
187
+ name: "Google Calendar event changed",
188
+ type: "googleCalendar.event.changed",
189
+ },
154
190
  googleCalendarEventDeleted: {
155
191
  account: GOOGLE_CALENDAR_ACCOUNT,
156
192
  icon: "google-calendar",