From 0220de3b36911229f1b959fa7fb95861b50dd42a Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Sat, 8 Apr 2023 03:04:13 +0000 Subject: [PATCH] fix sf-gate industryprodut --- api/sfgate/sfgate_models/industry.go | 3 +++ swagger/external/sf-gate-vernonkeenan.yaml | 3 +++ swagger/sf-gate-vernonkeenan.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/api/sfgate/sfgate_models/industry.go b/api/sfgate/sfgate_models/industry.go index 7aa7757..cab9bfc 100644 --- a/api/sfgate/sfgate_models/industry.go +++ b/api/sfgate/sfgate_models/industry.go @@ -68,6 +68,9 @@ type Industry struct { // The full path of this industry, including Parent Path string `json:"Path,omitempty"` + // Is this industry a Product Category? + ProductCategory bool `json:"ProductCategory,omitempty"` + // The URL of the corresponding page on the CMS SiteURL string `json:"SiteURL,omitempty"` diff --git a/swagger/external/sf-gate-vernonkeenan.yaml b/swagger/external/sf-gate-vernonkeenan.yaml index 997272a..061831f 100644 --- a/swagger/external/sf-gate-vernonkeenan.yaml +++ b/swagger/external/sf-gate-vernonkeenan.yaml @@ -2435,6 +2435,9 @@ definitions: Path: description: The full path of this industry, including Parent type: string + ProductCategory: + description: Is this industry a Product Category? + type: boolean SiteURL: description: The URL of the corresponding page on the CMS type: string diff --git a/swagger/sf-gate-vernonkeenan.yaml b/swagger/sf-gate-vernonkeenan.yaml index 741cdd4..dd3b4d3 100644 --- a/swagger/sf-gate-vernonkeenan.yaml +++ b/swagger/sf-gate-vernonkeenan.yaml @@ -2435,6 +2435,9 @@ definitions: Path: description: The full path of this industry, including Parent type: string + ProductCategory: + description: Is this industry a Product Category? + type: boolean SiteURL: description: The URL of the corresponding page on the CMS type: string