mirror of https://github.com/vernonkeenan/lib
parent
6d0cc3e67d
commit
29f3ad980d
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue