@@ -154,3 +154,31 @@ func (i IngestSourceOut) MarshalJSON() ([]byte, error) {
154154 }
155155 return json .Marshal (& struct { Alias }{Alias : (Alias )(i )})
156156}
157+
158+ var IngestSourceOutTypeFromString = map [string ]IngestSourceOutType {
159+ "generic-webhook" : IngestSourceOutTypeGenericWebhook ,
160+ "cron" : IngestSourceOutTypeCron ,
161+ "adobe-sign" : IngestSourceOutTypeAdobeSign ,
162+ "beehiiv" : IngestSourceOutTypeBeehiiv ,
163+ "brex" : IngestSourceOutTypeBrex ,
164+ "clerk" : IngestSourceOutTypeClerk ,
165+ "docusign" : IngestSourceOutTypeDocusign ,
166+ "github" : IngestSourceOutTypeGithub ,
167+ "guesty" : IngestSourceOutTypeGuesty ,
168+ "hubspot" : IngestSourceOutTypeHubspot ,
169+ "incident-io" : IngestSourceOutTypeIncidentIo ,
170+ "lithic" : IngestSourceOutTypeLithic ,
171+ "nash" : IngestSourceOutTypeNash ,
172+ "pleo" : IngestSourceOutTypePleo ,
173+ "replicate" : IngestSourceOutTypeReplicate ,
174+ "resend" : IngestSourceOutTypeResend ,
175+ "safebase" : IngestSourceOutTypeSafebase ,
176+ "sardine" : IngestSourceOutTypeSardine ,
177+ "segment" : IngestSourceOutTypeSegment ,
178+ "shopify" : IngestSourceOutTypeShopify ,
179+ "slack" : IngestSourceOutTypeSlack ,
180+ "stripe" : IngestSourceOutTypeStripe ,
181+ "stych" : IngestSourceOutTypeStych ,
182+ "svix" : IngestSourceOutTypeSvix ,
183+ "zoom" : IngestSourceOutTypeZoom ,
184+ }
0 commit comments