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