Add FullDescription field to Account model and related structs

v0.6.1 v0.6.1
Vernon Keenan 2024-06-27 18:26:58 +00:00
parent 6d0cc3e67d
commit 29f3ad980d
19 changed files with 47 additions and 14 deletions

View File

@ -88,6 +88,9 @@ type Account struct {
// Date company founded // Date company founded
FoundedDate *string `json:"FoundedDate,omitempty"` FoundedDate *string `json:"FoundedDate,omitempty"`
// Full Description
FullDescription *string `json:"FullDescription,omitempty"`
// Account Id // Account Id
ID string `json:"ID,omitempty"` ID string `json:"ID,omitempty"`

View File

@ -77,6 +77,9 @@ type Company struct {
// Date company founded // Date company founded
FoundedDate *string `json:"FoundedDate,omitempty"` FoundedDate *string `json:"FoundedDate,omitempty"`
// Full Description of the Company
FullDescription *string `json:"FullDescription,omitempty"`
// Company Id // Company Id
ID string `json:"ID,omitempty"` ID string `json:"ID,omitempty"`

View File

@ -85,6 +85,9 @@ type Account struct {
// Date company founded // Date company founded
FoundedDate *string `json:"FoundedDate,omitempty"` FoundedDate *string `json:"FoundedDate,omitempty"`
// Full Description
FullDescription *string `json:"FullDescription,omitempty"`
// Account Id // Account Id
ID string `json:"ID,omitempty"` ID string `json:"ID,omitempty"`

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -54,6 +54,10 @@ Account:
description: Date company founded description: Date company founded
type: string type: string
x-nullable: true x-nullable: true
FullDescription:
description: Full Description of the account
type: string
x-nullable: true
IPODate: IPODate:
description: IPO Date description: IPO Date
type: string type: string

View File

@ -85,6 +85,10 @@ Account:
description: Date company founded description: Date company founded
type: string type: string
x-nullable: true x-nullable: true
FullDescription:
description: Full Description
type: string
x-nullable: true
ID: ID:
description: Account Id description: Account Id
type: string type: string

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@salesforcedevops.net" email: "vern@salesforcedevops.net"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"
@ -209,6 +209,10 @@ definitions:
description: Date company founded description: Date company founded
type: string type: string
x-nullable: true x-nullable: true
FullDescription:
description: Full Description of the Company
type: string
x-nullable: true
IPODate: IPODate:
description: IPO Date description: IPO Date
type: string type: string

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@salesforcedevops.net" email: "vern@salesforcedevops.net"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"
@ -2963,6 +2963,10 @@ definitions:
description: Date company founded description: Date company founded
type: string type: string
x-nullable: true x-nullable: true
FullDescription:
description: Full Description
type: string
x-nullable: true
ID: ID:
description: Account Id description: Account Id
type: string type: string

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@salesforcedevops.net" email: "vern@salesforcedevops.net"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"
@ -209,6 +209,10 @@ definitions:
description: Date company founded description: Date company founded
type: string type: string
x-nullable: true x-nullable: true
FullDescription:
description: Full Description of the Company
type: string
x-nullable: true
IPODate: IPODate:
description: IPO Date description: IPO Date
type: string type: string

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@salesforcedevops.net" email: "vern@salesforcedevops.net"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"
@ -2963,6 +2963,10 @@ definitions:
description: Date company founded description: Date company founded
type: string type: string
x-nullable: true x-nullable: true
FullDescription:
description: Full Description
type: string
x-nullable: true
ID: ID:
description: Account Id description: Account Id
type: string type: string

View File

@ -7,7 +7,7 @@ info:
contact: contact:
email: "vern@vernonkeenan.com" email: "vern@vernonkeenan.com"
license: license:
name: "Proprietary - Copyright (c) 2018-2023 by Vernon Keenan" name: "Proprietary - Copyright (c) 2018-2024 by Vernon Keenan"
securityDefinitions: securityDefinitions:
ApiKeyAuth: ApiKeyAuth:
type: "apiKey" type: "apiKey"