From 0b2729b57cc65867276d84d1f7c132136b68aa10 Mon Sep 17 00:00:00 2001 From: Brecht Date: Thu, 24 Jun 2021 09:28:04 +0200 Subject: [PATCH] feat: add calendar_links include on appointments --- src/__snapshots__/Skedify.test.js.snap | 3 +++ src/resources/__snapshots__/index.test.js.snap | 1 + src/resources/appointments.js | 1 + 3 files changed, 5 insertions(+) diff --git a/src/__snapshots__/Skedify.test.js.snap b/src/__snapshots__/Skedify.test.js.snap index b144229..af1ae6d 100644 --- a/src/__snapshots__/Skedify.test.js.snap +++ b/src/__snapshots__/Skedify.test.js.snap @@ -1193,6 +1193,9 @@ Object { "availability_settings": Object { "toString": [Function], }, + "calendar_links": Object { + "toString": [Function], + }, "calendars": Object { "toString": [Function], }, diff --git a/src/resources/__snapshots__/index.test.js.snap b/src/resources/__snapshots__/index.test.js.snap index cb861be..11c648d 100644 --- a/src/resources/__snapshots__/index.test.js.snap +++ b/src/resources/__snapshots__/index.test.js.snap @@ -69,6 +69,7 @@ Object { "initiated_by", "outcomes", "appointment_outcomes", + "calendar_links", ], "allowed_methods": Array [ "*", diff --git a/src/resources/appointments.js b/src/resources/appointments.js index 6278de5..d88cb2a 100644 --- a/src/resources/appointments.js +++ b/src/resources/appointments.js @@ -19,6 +19,7 @@ export const appointments = createResourceDescription( 'initiated_by', 'outcomes', 'appointment_outcomes', + 'calendar_links', ], filters: [ 'uuid',