From e96a606f6d87566ea1bb0a6bec88aaf9e3c0d431 Mon Sep 17 00:00:00 2001 From: Johannes Degn Date: Thu, 18 Jan 2024 15:27:03 +0100 Subject: [PATCH] Revert "Fix default properties" This reverts commit 2703fe6cab06f6b400fac94dcd419e1411c07c76. --- company_model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company_model.go b/company_model.go index 1296b0e..2228ee8 100644 --- a/company_model.go +++ b/company_model.go @@ -42,7 +42,7 @@ type Company struct { HsAnalyticsSource *HsStr `json:"hs_analytics_source,omitempty"` HsAnalyticsSourceData1 *HsStr `json:"hs_analytics_source_data_1,omitempty"` HsAnalyticsSourceData2 *HsStr `json:"hs_analytics_source_data_2,omitempty"` - HsCreatedByUserId *HsStr `json:"hs_created_by_user_id,omitempty"` + HsCreatedByUserId *HsInt `json:"hs_created_by_user_id,omitempty"` HsCreatedate *HsTime `json:"hs_createdate,omitempty"` HsIdealCustomerProfile *HsStr `json:"hs_ideal_customer_profile,omitempty"` HsIsTargetAccount *HsBool `json:"hs_is_target_account,omitempty"`