From 32ad3e01280b9b702080703221e39ca8d40b65d5 Mon Sep 17 00:00:00 2001 From: Ben Hubbard <55447225+humandad@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:39:46 -0400 Subject: [PATCH] Make mapping fields create only (#87) --- .../bundle/fields/uesio/smartsheet/mapping/collection.yaml | 1 + .../smartsheet/bundle/fields/uesio/smartsheet/mapping/sheet.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/collection.yaml b/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/collection.yaml index 46f8228..0b37d54 100644 --- a/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/collection.yaml +++ b/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/collection.yaml @@ -2,5 +2,6 @@ name: collection label: Collection type: METADATA required: true +createOnly: true metadata: type: COLLECTION diff --git a/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/sheet.yaml b/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/sheet.yaml index b5019e6..e90aa63 100644 --- a/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/sheet.yaml +++ b/apps/smartsheet/bundle/fields/uesio/smartsheet/mapping/sheet.yaml @@ -2,3 +2,4 @@ name: sheet label: Sheet type: MAP required: true +createOnly: true