From 9402d23e0c26d6a56923b49ee8e57609cef5a497 Mon Sep 17 00:00:00 2001 From: Torsten Krohn Date: Thu, 23 Feb 2023 14:31:25 +0100 Subject: [PATCH] feat: add has-video-calls setting to agency --- api/userservice.yaml | 4 +++- services/agencyadminservice.yaml | 10 +++++++++- services/agencyservice.yaml | 3 +++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/api/userservice.yaml b/api/userservice.yaml index 036ae0280..c9df43812 100644 --- a/api/userservice.yaml +++ b/api/userservice.yaml @@ -2765,7 +2765,9 @@ components: type: integer format: int64 example: 12 - + hasVideoCalls: + type: boolean + nullable: false MobileTokenDTO: type: object diff --git a/services/agencyadminservice.yaml b/services/agencyadminservice.yaml index 54b35e4cd..20adacd94 100644 --- a/services/agencyadminservice.yaml +++ b/services/agencyadminservice.yaml @@ -518,6 +518,9 @@ components: deleteDate: type: string example: "2020-09-02T15:53:23" + hasVideoCalls: + type: boolean + nullable: false PostcodeRangeDTO: type: object @@ -615,7 +618,9 @@ components: type: integer format: int64 example: 12 - + hasVideoCalls: + type: boolean + default: true AgencyAdminFullResponseDTO: type: object @@ -673,6 +678,9 @@ components: type: long demographics: $ref: '#/components/schemas/DemographicsDTO' + hasVideoCalls: + type: boolean + default: true DemographicsDTO: type: object diff --git a/services/agencyservice.yaml b/services/agencyservice.yaml index 7d206b892..649c18240 100644 --- a/services/agencyservice.yaml +++ b/services/agencyservice.yaml @@ -165,6 +165,9 @@ components: type: integer format: int64 example: 12 + hasVideoCalls: + type: boolean + nullable: false FullAgencyResponseDTO: type: object