From d3598e1151f82c316940b341237154d389a3b3a0 Mon Sep 17 00:00:00 2001 From: humandad <55447225+humandad@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:29:41 -0400 Subject: [PATCH] Make collections public --- apps/smartsheet/bundle/collections/mapping.yaml | 1 + apps/smartsheet/bundle/collections/sheet.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/smartsheet/bundle/collections/mapping.yaml b/apps/smartsheet/bundle/collections/mapping.yaml index 28510aa..6aa5338 100644 --- a/apps/smartsheet/bundle/collections/mapping.yaml +++ b/apps/smartsheet/bundle/collections/mapping.yaml @@ -2,3 +2,4 @@ name: mapping label: Mapping pluralLabel: Mappings nameField: collection +public: true diff --git a/apps/smartsheet/bundle/collections/sheet.yaml b/apps/smartsheet/bundle/collections/sheet.yaml index 9648062..ce0141e 100644 --- a/apps/smartsheet/bundle/collections/sheet.yaml +++ b/apps/smartsheet/bundle/collections/sheet.yaml @@ -5,3 +5,4 @@ pluralLabel: Sheets nameField: name integration: smartsheet loadBot: sheets +public: true