@@ -8,6 +8,33 @@ def self.v2_event_types_to_classes
88 Events ::V1BillingMeterErrorReportTriggeredEvent . lookup_type =>
99 Events ::V1BillingMeterErrorReportTriggeredEvent ,
1010 Events ::V1BillingMeterNoMeterFoundEvent . lookup_type => Events ::V1BillingMeterNoMeterFoundEvent ,
11+ Events ::V2CoreAccountClosedEvent . lookup_type => Events ::V2CoreAccountClosedEvent ,
12+ Events ::V2CoreAccountCreatedEvent . lookup_type => Events ::V2CoreAccountCreatedEvent ,
13+ Events ::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent . lookup_type =>
14+ Events ::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent ,
15+ Events ::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent . lookup_type =>
16+ Events ::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent ,
17+ Events ::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent . lookup_type =>
18+ Events ::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent ,
19+ Events ::V2CoreAccountIncludingConfigurationMerchantUpdatedEvent . lookup_type =>
20+ Events ::V2CoreAccountIncludingConfigurationMerchantUpdatedEvent ,
21+ Events ::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent . lookup_type =>
22+ Events ::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent ,
23+ Events ::V2CoreAccountIncludingConfigurationRecipientUpdatedEvent . lookup_type =>
24+ Events ::V2CoreAccountIncludingConfigurationRecipientUpdatedEvent ,
25+ Events ::V2CoreAccountIncludingDefaultsUpdatedEvent . lookup_type =>
26+ Events ::V2CoreAccountIncludingDefaultsUpdatedEvent ,
27+ Events ::V2CoreAccountIncludingFutureRequirementsUpdatedEvent . lookup_type =>
28+ Events ::V2CoreAccountIncludingFutureRequirementsUpdatedEvent ,
29+ Events ::V2CoreAccountIncludingIdentityUpdatedEvent . lookup_type =>
30+ Events ::V2CoreAccountIncludingIdentityUpdatedEvent ,
31+ Events ::V2CoreAccountIncludingRequirementsUpdatedEvent . lookup_type =>
32+ Events ::V2CoreAccountIncludingRequirementsUpdatedEvent ,
33+ Events ::V2CoreAccountLinkReturnedEvent . lookup_type => Events ::V2CoreAccountLinkReturnedEvent ,
34+ Events ::V2CoreAccountPersonCreatedEvent . lookup_type => Events ::V2CoreAccountPersonCreatedEvent ,
35+ Events ::V2CoreAccountPersonDeletedEvent . lookup_type => Events ::V2CoreAccountPersonDeletedEvent ,
36+ Events ::V2CoreAccountPersonUpdatedEvent . lookup_type => Events ::V2CoreAccountPersonUpdatedEvent ,
37+ Events ::V2CoreAccountUpdatedEvent . lookup_type => Events ::V2CoreAccountUpdatedEvent ,
1138 Events ::V2CoreEventDestinationPingEvent . lookup_type => Events ::V2CoreEventDestinationPingEvent ,
1239 # v2 event types: The end of the section generated from our OpenAPI spec
1340 }
@@ -20,6 +47,40 @@ def self.event_notification_types_to_classes
2047 Events ::V1BillingMeterErrorReportTriggeredEventNotification ,
2148 Events ::V1BillingMeterNoMeterFoundEventNotification . lookup_type =>
2249 Events ::V1BillingMeterNoMeterFoundEventNotification ,
50+ Events ::V2CoreAccountClosedEventNotification . lookup_type =>
51+ Events ::V2CoreAccountClosedEventNotification ,
52+ Events ::V2CoreAccountCreatedEventNotification . lookup_type =>
53+ Events ::V2CoreAccountCreatedEventNotification ,
54+ Events ::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification . lookup_type =>
55+ Events ::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification ,
56+ Events ::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification . lookup_type =>
57+ Events ::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification ,
58+ Events ::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification . lookup_type =>
59+ Events ::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification ,
60+ Events ::V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification . lookup_type =>
61+ Events ::V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification ,
62+ Events ::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification . lookup_type =>
63+ Events ::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification ,
64+ Events ::V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification . lookup_type =>
65+ Events ::V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification ,
66+ Events ::V2CoreAccountIncludingDefaultsUpdatedEventNotification . lookup_type =>
67+ Events ::V2CoreAccountIncludingDefaultsUpdatedEventNotification ,
68+ Events ::V2CoreAccountIncludingFutureRequirementsUpdatedEventNotification . lookup_type =>
69+ Events ::V2CoreAccountIncludingFutureRequirementsUpdatedEventNotification ,
70+ Events ::V2CoreAccountIncludingIdentityUpdatedEventNotification . lookup_type =>
71+ Events ::V2CoreAccountIncludingIdentityUpdatedEventNotification ,
72+ Events ::V2CoreAccountIncludingRequirementsUpdatedEventNotification . lookup_type =>
73+ Events ::V2CoreAccountIncludingRequirementsUpdatedEventNotification ,
74+ Events ::V2CoreAccountLinkReturnedEventNotification . lookup_type =>
75+ Events ::V2CoreAccountLinkReturnedEventNotification ,
76+ Events ::V2CoreAccountPersonCreatedEventNotification . lookup_type =>
77+ Events ::V2CoreAccountPersonCreatedEventNotification ,
78+ Events ::V2CoreAccountPersonDeletedEventNotification . lookup_type =>
79+ Events ::V2CoreAccountPersonDeletedEventNotification ,
80+ Events ::V2CoreAccountPersonUpdatedEventNotification . lookup_type =>
81+ Events ::V2CoreAccountPersonUpdatedEventNotification ,
82+ Events ::V2CoreAccountUpdatedEventNotification . lookup_type =>
83+ Events ::V2CoreAccountUpdatedEventNotification ,
2384 Events ::V2CoreEventDestinationPingEventNotification . lookup_type =>
2485 Events ::V2CoreEventDestinationPingEventNotification ,
2586 # event notification types: The end of the section generated from our OpenAPI spec
0 commit comments