diff --git a/api/crm/crm_models/account.go b/api/crm/crm_models/account.go index a310ee3..f3eb394 100644 --- a/api/crm/crm_models/account.go +++ b/api/crm/crm_models/account.go @@ -88,6 +88,9 @@ type Account struct { // Date company founded FoundedDate *string `json:"FoundedDate,omitempty"` + // Full Description + FullDescription *string `json:"FullDescription,omitempty"` + // Account Id ID string `json:"ID,omitempty"` diff --git a/api/plex/plex_models/company.go b/api/plex/plex_models/company.go index d87abad..19cca29 100644 --- a/api/plex/plex_models/company.go +++ b/api/plex/plex_models/company.go @@ -77,6 +77,9 @@ type Company struct { // Date company founded FoundedDate *string `json:"FoundedDate,omitempty"` + // Full Description of the Company + FullDescription *string `json:"FullDescription,omitempty"` + // Company Id ID string `json:"ID,omitempty"` diff --git a/api/sfgate/sfgate_models/account.go b/api/sfgate/sfgate_models/account.go index e5bd10d..1d2ac88 100644 --- a/api/sfgate/sfgate_models/account.go +++ b/api/sfgate/sfgate_models/account.go @@ -85,6 +85,9 @@ type Account struct { // Date company founded FoundedDate *string `json:"FoundedDate,omitempty"` + // Full Description + FullDescription *string `json:"FullDescription,omitempty"` + // Account Id ID string `json:"ID,omitempty"` diff --git a/swagger/auth-vernonkeenan.yaml b/swagger/auth-vernonkeenan.yaml index 83e4bde..f7f7e80 100644 --- a/swagger/auth-vernonkeenan.yaml +++ b/swagger/auth-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/crm-vernonkeenan.yaml b/swagger/crm-vernonkeenan.yaml index f8f1110..5cfc811 100644 --- a/swagger/crm-vernonkeenan.yaml +++ b/swagger/crm-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/defs/account-basic.yaml b/swagger/defs/account-basic.yaml index c9a544f..8288311 100644 --- a/swagger/defs/account-basic.yaml +++ b/swagger/defs/account-basic.yaml @@ -54,6 +54,10 @@ Account: description: Date company founded type: string x-nullable: true + FullDescription: + description: Full Description of the account + type: string + x-nullable: true IPODate: description: IPO Date type: string diff --git a/swagger/defs/account.yaml b/swagger/defs/account.yaml index 6930ba6..6a1b859 100644 --- a/swagger/defs/account.yaml +++ b/swagger/defs/account.yaml @@ -85,6 +85,10 @@ Account: description: Date company founded type: string x-nullable: true + FullDescription: + description: Full Description + type: string + x-nullable: true ID: description: Account Id type: string diff --git a/swagger/external/auth-vernonkeenan.yaml b/swagger/external/auth-vernonkeenan.yaml index 47683d6..d4c8ea8 100644 --- a/swagger/external/auth-vernonkeenan.yaml +++ b/swagger/external/auth-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/external/crm-vernonkeenan.yaml b/swagger/external/crm-vernonkeenan.yaml index f800c53..4227a09 100644 --- a/swagger/external/crm-vernonkeenan.yaml +++ b/swagger/external/crm-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/external/members-vernonkeenan.yaml b/swagger/external/members-vernonkeenan.yaml index 92cb895..f157770 100644 --- a/swagger/external/members-vernonkeenan.yaml +++ b/swagger/external/members-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@salesforcedevops.net" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/external/plex-vernonkeenan.yaml b/swagger/external/plex-vernonkeenan.yaml index f5ce3ca..08bc12c 100644 --- a/swagger/external/plex-vernonkeenan.yaml +++ b/swagger/external/plex-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" @@ -209,6 +209,10 @@ definitions: description: Date company founded type: string x-nullable: true + FullDescription: + description: Full Description of the Company + type: string + x-nullable: true IPODate: description: IPO Date type: string diff --git a/swagger/external/research-vernonkeenan.yaml b/swagger/external/research-vernonkeenan.yaml index a556067..bb06506 100644 --- a/swagger/external/research-vernonkeenan.yaml +++ b/swagger/external/research-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/external/sf-gate-vernonkeenan.yaml b/swagger/external/sf-gate-vernonkeenan.yaml index 58e52a9..5bb7946 100644 --- a/swagger/external/sf-gate-vernonkeenan.yaml +++ b/swagger/external/sf-gate-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@salesforcedevops.net" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" @@ -2963,6 +2963,10 @@ definitions: description: Date company founded type: string x-nullable: true + FullDescription: + description: Full Description + type: string + x-nullable: true ID: description: Account Id type: string diff --git a/swagger/external/stash-vernonkeenan.yaml b/swagger/external/stash-vernonkeenan.yaml index e58828c..0064d28 100644 --- a/swagger/external/stash-vernonkeenan.yaml +++ b/swagger/external/stash-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/members-vernonkeenan.yaml b/swagger/members-vernonkeenan.yaml index 58fa3a9..e089973 100644 --- a/swagger/members-vernonkeenan.yaml +++ b/swagger/members-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@salesforcedevops.net" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/plex-vernonkeenan.yaml b/swagger/plex-vernonkeenan.yaml index 16a4092..4b7a258 100644 --- a/swagger/plex-vernonkeenan.yaml +++ b/swagger/plex-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" @@ -209,6 +209,10 @@ definitions: description: Date company founded type: string x-nullable: true + FullDescription: + description: Full Description of the Company + type: string + x-nullable: true IPODate: description: IPO Date type: string diff --git a/swagger/research-vernonkeenan.yaml b/swagger/research-vernonkeenan.yaml index 4569ffd..ea63026 100644 --- a/swagger/research-vernonkeenan.yaml +++ b/swagger/research-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" diff --git a/swagger/sf-gate-vernonkeenan.yaml b/swagger/sf-gate-vernonkeenan.yaml index 0ff8ed2..a3c78b3 100644 --- a/swagger/sf-gate-vernonkeenan.yaml +++ b/swagger/sf-gate-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@salesforcedevops.net" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey" @@ -2963,6 +2963,10 @@ definitions: description: Date company founded type: string x-nullable: true + FullDescription: + description: Full Description + type: string + x-nullable: true ID: description: Account Id type: string diff --git a/swagger/stash-vernonkeenan.yaml b/swagger/stash-vernonkeenan.yaml index 518edd6..476a891 100644 --- a/swagger/stash-vernonkeenan.yaml +++ b/swagger/stash-vernonkeenan.yaml @@ -7,7 +7,7 @@ info: contact: email: "vern@vernonkeenan.com" license: - name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" + name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan" securityDefinitions: ApiKeyAuth: type: "apiKey"