@automate.ax/catalog 0.122.2 → 0.123.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.
@@ -24,14 +24,14 @@ export declare const hubspotTriggerDefinitions: {
24
24
  account: IntegrationAccountRequirement<"hubspot">;
25
25
  type: "hubspot.company.merged";
26
26
  };
27
- readonly hubspotCompanyPropertyChanged: {
28
- account: IntegrationAccountRequirement<"hubspot">;
29
- type: "hubspot.company.propertyChanged";
30
- };
31
27
  readonly hubspotCompanyRestored: {
32
28
  account: IntegrationAccountRequirement<"hubspot">;
33
29
  type: "hubspot.company.restored";
34
30
  };
31
+ readonly hubspotCompanyUpdated: {
32
+ account: IntegrationAccountRequirement<"hubspot">;
33
+ type: "hubspot.company.updated";
34
+ };
35
35
  readonly hubspotContactAssociationAdded: {
36
36
  account: IntegrationAccountRequirement<"hubspot">;
37
37
  type: "hubspot.contact.associationAdded";
@@ -52,14 +52,14 @@ export declare const hubspotTriggerDefinitions: {
52
52
  account: IntegrationAccountRequirement<"hubspot">;
53
53
  type: "hubspot.contact.merged";
54
54
  };
55
- readonly hubspotContactPropertyChanged: {
56
- account: IntegrationAccountRequirement<"hubspot">;
57
- type: "hubspot.contact.propertyChanged";
58
- };
59
55
  readonly hubspotContactRestored: {
60
56
  account: IntegrationAccountRequirement<"hubspot">;
61
57
  type: "hubspot.contact.restored";
62
58
  };
59
+ readonly hubspotContactUpdated: {
60
+ account: IntegrationAccountRequirement<"hubspot">;
61
+ type: "hubspot.contact.updated";
62
+ };
63
63
  readonly hubspotDealAssociationAdded: {
64
64
  account: IntegrationAccountRequirement<"hubspot">;
65
65
  type: "hubspot.deal.associationAdded";
@@ -80,14 +80,14 @@ export declare const hubspotTriggerDefinitions: {
80
80
  account: IntegrationAccountRequirement<"hubspot">;
81
81
  type: "hubspot.deal.merged";
82
82
  };
83
- readonly hubspotDealPropertyChanged: {
84
- account: IntegrationAccountRequirement<"hubspot">;
85
- type: "hubspot.deal.propertyChanged";
86
- };
87
83
  readonly hubspotDealRestored: {
88
84
  account: IntegrationAccountRequirement<"hubspot">;
89
85
  type: "hubspot.deal.restored";
90
86
  };
87
+ readonly hubspotDealUpdated: {
88
+ account: IntegrationAccountRequirement<"hubspot">;
89
+ type: "hubspot.deal.updated";
90
+ };
91
91
  readonly hubspotTicketAssociationAdded: {
92
92
  account: IntegrationAccountRequirement<"hubspot">;
93
93
  type: "hubspot.ticket.associationAdded";
@@ -108,12 +108,12 @@ export declare const hubspotTriggerDefinitions: {
108
108
  account: IntegrationAccountRequirement<"hubspot">;
109
109
  type: "hubspot.ticket.merged";
110
110
  };
111
- readonly hubspotTicketPropertyChanged: {
112
- account: IntegrationAccountRequirement<"hubspot">;
113
- type: "hubspot.ticket.propertyChanged";
114
- };
115
111
  readonly hubspotTicketRestored: {
116
112
  account: IntegrationAccountRequirement<"hubspot">;
117
113
  type: "hubspot.ticket.restored";
118
114
  };
115
+ readonly hubspotTicketUpdated: {
116
+ account: IntegrationAccountRequirement<"hubspot">;
117
+ type: "hubspot.ticket.updated";
118
+ };
119
119
  };
@@ -14,29 +14,29 @@ export const hubspotTriggerDefinitions = {
14
14
  hubspotCompanyCreated: definition("hubspot.company.created", COMPANY),
15
15
  hubspotCompanyDeleted: definition("hubspot.company.deleted", COMPANY),
16
16
  hubspotCompanyMerged: definition("hubspot.company.merged", COMPANY),
17
- hubspotCompanyPropertyChanged: definition("hubspot.company.propertyChanged", COMPANY),
18
17
  hubspotCompanyRestored: definition("hubspot.company.restored", COMPANY),
18
+ hubspotCompanyUpdated: definition("hubspot.company.updated", COMPANY),
19
19
  hubspotContactAssociationAdded: definition("hubspot.contact.associationAdded", CONTACT),
20
20
  hubspotContactAssociationRemoved: definition("hubspot.contact.associationRemoved", CONTACT),
21
21
  hubspotContactCreated: definition("hubspot.contact.created", CONTACT),
22
22
  hubspotContactDeleted: definition("hubspot.contact.deleted", CONTACT),
23
23
  hubspotContactMerged: definition("hubspot.contact.merged", CONTACT),
24
- hubspotContactPropertyChanged: definition("hubspot.contact.propertyChanged", CONTACT),
25
24
  hubspotContactRestored: definition("hubspot.contact.restored", CONTACT),
25
+ hubspotContactUpdated: definition("hubspot.contact.updated", CONTACT),
26
26
  hubspotDealAssociationAdded: definition("hubspot.deal.associationAdded", DEAL),
27
27
  hubspotDealAssociationRemoved: definition("hubspot.deal.associationRemoved", DEAL),
28
28
  hubspotDealCreated: definition("hubspot.deal.created", DEAL),
29
29
  hubspotDealDeleted: definition("hubspot.deal.deleted", DEAL),
30
30
  hubspotDealMerged: definition("hubspot.deal.merged", DEAL),
31
- hubspotDealPropertyChanged: definition("hubspot.deal.propertyChanged", DEAL),
32
31
  hubspotDealRestored: definition("hubspot.deal.restored", DEAL),
32
+ hubspotDealUpdated: definition("hubspot.deal.updated", DEAL),
33
33
  hubspotTicketAssociationAdded: definition("hubspot.ticket.associationAdded", TICKET),
34
34
  hubspotTicketAssociationRemoved: definition("hubspot.ticket.associationRemoved", TICKET),
35
35
  hubspotTicketCreated: definition("hubspot.ticket.created", TICKET),
36
36
  hubspotTicketDeleted: definition("hubspot.ticket.deleted", TICKET),
37
37
  hubspotTicketMerged: definition("hubspot.ticket.merged", TICKET),
38
- hubspotTicketPropertyChanged: definition("hubspot.ticket.propertyChanged", TICKET),
39
38
  hubspotTicketRestored: definition("hubspot.ticket.restored", TICKET),
39
+ hubspotTicketUpdated: definition("hubspot.ticket.updated", TICKET),
40
40
  };
41
41
  /**
42
42
  * Builds one typed HubSpot trigger definition.
@@ -2955,14 +2955,14 @@ export declare const triggerDefinitions: {
2955
2955
  account: import("..").IntegrationAccountRequirement<"hubspot">;
2956
2956
  type: "hubspot.company.merged";
2957
2957
  };
2958
- readonly hubspotCompanyPropertyChanged: {
2959
- account: import("..").IntegrationAccountRequirement<"hubspot">;
2960
- type: "hubspot.company.propertyChanged";
2961
- };
2962
2958
  readonly hubspotCompanyRestored: {
2963
2959
  account: import("..").IntegrationAccountRequirement<"hubspot">;
2964
2960
  type: "hubspot.company.restored";
2965
2961
  };
2962
+ readonly hubspotCompanyUpdated: {
2963
+ account: import("..").IntegrationAccountRequirement<"hubspot">;
2964
+ type: "hubspot.company.updated";
2965
+ };
2966
2966
  readonly hubspotContactAssociationAdded: {
2967
2967
  account: import("..").IntegrationAccountRequirement<"hubspot">;
2968
2968
  type: "hubspot.contact.associationAdded";
@@ -2983,14 +2983,14 @@ export declare const triggerDefinitions: {
2983
2983
  account: import("..").IntegrationAccountRequirement<"hubspot">;
2984
2984
  type: "hubspot.contact.merged";
2985
2985
  };
2986
- readonly hubspotContactPropertyChanged: {
2987
- account: import("..").IntegrationAccountRequirement<"hubspot">;
2988
- type: "hubspot.contact.propertyChanged";
2989
- };
2990
2986
  readonly hubspotContactRestored: {
2991
2987
  account: import("..").IntegrationAccountRequirement<"hubspot">;
2992
2988
  type: "hubspot.contact.restored";
2993
2989
  };
2990
+ readonly hubspotContactUpdated: {
2991
+ account: import("..").IntegrationAccountRequirement<"hubspot">;
2992
+ type: "hubspot.contact.updated";
2993
+ };
2994
2994
  readonly hubspotDealAssociationAdded: {
2995
2995
  account: import("..").IntegrationAccountRequirement<"hubspot">;
2996
2996
  type: "hubspot.deal.associationAdded";
@@ -3011,14 +3011,14 @@ export declare const triggerDefinitions: {
3011
3011
  account: import("..").IntegrationAccountRequirement<"hubspot">;
3012
3012
  type: "hubspot.deal.merged";
3013
3013
  };
3014
- readonly hubspotDealPropertyChanged: {
3015
- account: import("..").IntegrationAccountRequirement<"hubspot">;
3016
- type: "hubspot.deal.propertyChanged";
3017
- };
3018
3014
  readonly hubspotDealRestored: {
3019
3015
  account: import("..").IntegrationAccountRequirement<"hubspot">;
3020
3016
  type: "hubspot.deal.restored";
3021
3017
  };
3018
+ readonly hubspotDealUpdated: {
3019
+ account: import("..").IntegrationAccountRequirement<"hubspot">;
3020
+ type: "hubspot.deal.updated";
3021
+ };
3022
3022
  readonly hubspotTicketAssociationAdded: {
3023
3023
  account: import("..").IntegrationAccountRequirement<"hubspot">;
3024
3024
  type: "hubspot.ticket.associationAdded";
@@ -3039,14 +3039,14 @@ export declare const triggerDefinitions: {
3039
3039
  account: import("..").IntegrationAccountRequirement<"hubspot">;
3040
3040
  type: "hubspot.ticket.merged";
3041
3041
  };
3042
- readonly hubspotTicketPropertyChanged: {
3043
- account: import("..").IntegrationAccountRequirement<"hubspot">;
3044
- type: "hubspot.ticket.propertyChanged";
3045
- };
3046
3042
  readonly hubspotTicketRestored: {
3047
3043
  account: import("..").IntegrationAccountRequirement<"hubspot">;
3048
3044
  type: "hubspot.ticket.restored";
3049
3045
  };
3046
+ readonly hubspotTicketUpdated: {
3047
+ account: import("..").IntegrationAccountRequirement<"hubspot">;
3048
+ type: "hubspot.ticket.updated";
3049
+ };
3050
3050
  readonly gmailLabelAdded: {
3051
3051
  readonly account: {
3052
3052
  readonly connectionOptions: readonly [{
@@ -11189,11 +11189,11 @@ export declare const triggerCatalog: ({
11189
11189
  } | {
11190
11190
  name: string;
11191
11191
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11192
- type: "hubspot.company.propertyChanged";
11192
+ type: "hubspot.company.restored";
11193
11193
  } | {
11194
11194
  name: string;
11195
11195
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11196
- type: "hubspot.company.restored";
11196
+ type: "hubspot.company.updated";
11197
11197
  } | {
11198
11198
  name: string;
11199
11199
  account: import("..").IntegrationAccountRequirement<"hubspot">;
@@ -11217,11 +11217,11 @@ export declare const triggerCatalog: ({
11217
11217
  } | {
11218
11218
  name: string;
11219
11219
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11220
- type: "hubspot.contact.propertyChanged";
11220
+ type: "hubspot.contact.restored";
11221
11221
  } | {
11222
11222
  name: string;
11223
11223
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11224
- type: "hubspot.contact.restored";
11224
+ type: "hubspot.contact.updated";
11225
11225
  } | {
11226
11226
  name: string;
11227
11227
  account: import("..").IntegrationAccountRequirement<"hubspot">;
@@ -11245,11 +11245,11 @@ export declare const triggerCatalog: ({
11245
11245
  } | {
11246
11246
  name: string;
11247
11247
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11248
- type: "hubspot.deal.propertyChanged";
11248
+ type: "hubspot.deal.restored";
11249
11249
  } | {
11250
11250
  name: string;
11251
11251
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11252
- type: "hubspot.deal.restored";
11252
+ type: "hubspot.deal.updated";
11253
11253
  } | {
11254
11254
  name: string;
11255
11255
  account: import("..").IntegrationAccountRequirement<"hubspot">;
@@ -11273,11 +11273,11 @@ export declare const triggerCatalog: ({
11273
11273
  } | {
11274
11274
  name: string;
11275
11275
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11276
- type: "hubspot.ticket.propertyChanged";
11276
+ type: "hubspot.ticket.restored";
11277
11277
  } | {
11278
11278
  name: string;
11279
11279
  account: import("..").IntegrationAccountRequirement<"hubspot">;
11280
- type: "hubspot.ticket.restored";
11280
+ type: "hubspot.ticket.updated";
11281
11281
  } | {
11282
11282
  name: string;
11283
11283
  account: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/catalog",
3
- "version": "0.122.2",
3
+ "version": "0.123.0",
4
4
  "description": "Shared integration service and trigger definitions for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,11 +26,8 @@ export const hubspotTriggerDefinitions = {
26
26
  hubspotCompanyCreated: definition("hubspot.company.created", COMPANY),
27
27
  hubspotCompanyDeleted: definition("hubspot.company.deleted", COMPANY),
28
28
  hubspotCompanyMerged: definition("hubspot.company.merged", COMPANY),
29
- hubspotCompanyPropertyChanged: definition(
30
- "hubspot.company.propertyChanged",
31
- COMPANY,
32
- ),
33
29
  hubspotCompanyRestored: definition("hubspot.company.restored", COMPANY),
30
+ hubspotCompanyUpdated: definition("hubspot.company.updated", COMPANY),
34
31
  hubspotContactAssociationAdded: definition(
35
32
  "hubspot.contact.associationAdded",
36
33
  CONTACT,
@@ -42,11 +39,8 @@ export const hubspotTriggerDefinitions = {
42
39
  hubspotContactCreated: definition("hubspot.contact.created", CONTACT),
43
40
  hubspotContactDeleted: definition("hubspot.contact.deleted", CONTACT),
44
41
  hubspotContactMerged: definition("hubspot.contact.merged", CONTACT),
45
- hubspotContactPropertyChanged: definition(
46
- "hubspot.contact.propertyChanged",
47
- CONTACT,
48
- ),
49
42
  hubspotContactRestored: definition("hubspot.contact.restored", CONTACT),
43
+ hubspotContactUpdated: definition("hubspot.contact.updated", CONTACT),
50
44
  hubspotDealAssociationAdded: definition(
51
45
  "hubspot.deal.associationAdded",
52
46
  DEAL,
@@ -58,8 +52,8 @@ export const hubspotTriggerDefinitions = {
58
52
  hubspotDealCreated: definition("hubspot.deal.created", DEAL),
59
53
  hubspotDealDeleted: definition("hubspot.deal.deleted", DEAL),
60
54
  hubspotDealMerged: definition("hubspot.deal.merged", DEAL),
61
- hubspotDealPropertyChanged: definition("hubspot.deal.propertyChanged", DEAL),
62
55
  hubspotDealRestored: definition("hubspot.deal.restored", DEAL),
56
+ hubspotDealUpdated: definition("hubspot.deal.updated", DEAL),
63
57
  hubspotTicketAssociationAdded: definition(
64
58
  "hubspot.ticket.associationAdded",
65
59
  TICKET,
@@ -71,11 +65,8 @@ export const hubspotTriggerDefinitions = {
71
65
  hubspotTicketCreated: definition("hubspot.ticket.created", TICKET),
72
66
  hubspotTicketDeleted: definition("hubspot.ticket.deleted", TICKET),
73
67
  hubspotTicketMerged: definition("hubspot.ticket.merged", TICKET),
74
- hubspotTicketPropertyChanged: definition(
75
- "hubspot.ticket.propertyChanged",
76
- TICKET,
77
- ),
78
68
  hubspotTicketRestored: definition("hubspot.ticket.restored", TICKET),
69
+ hubspotTicketUpdated: definition("hubspot.ticket.updated", TICKET),
79
70
  } as const satisfies Record<string, TriggerDefinition>
80
71
 
81
72
  /**