Skip to content

Commit

Permalink
[#IOCOM-704] Add has_remote_content flag (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garma00 authored Nov 28, 2023
1 parent 68f9d33 commit 4e4200c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion __integrations__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ describe("Create Third Party Message", () => {
...body.message.content,
third_party_data: {
...body.message.content.third_party_data,
has_attachments: false
has_attachments: false,
has_remote_content: false
}
}
}),
Expand Down
3 changes: 3 additions & 0 deletions openapi/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,9 @@ definitions:
has_attachments:
type: boolean
default: false
has_remote_content:
type: boolean
default: false
has_precondition:
type: string
x-extensible-enum:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@pagopa/express-azure-functions": "^4.0.1",
"@pagopa/io-backend-notifications-sdk": "x",
"@pagopa/io-functions-admin-sdk": "x",
"@pagopa/io-functions-commons": "^28.5.0",
"@pagopa/io-functions-commons": "^28.9.0",
"@pagopa/ts-commons": "^11.0.0",
"applicationinsights": "^1.7.4",
"azure-storage": "^2.10.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,10 @@
fp-ts "^2.10.5"
io-ts "^2.2.16"

"@pagopa/io-functions-commons@^28.5.0":
version "28.5.0"
resolved "https://registry.yarnpkg.com/@pagopa/io-functions-commons/-/io-functions-commons-28.5.0.tgz#81b66881920dc08ddbd7dd3ba76bd32cce71aa62"
integrity sha512-pUzfm2qb1nKHH0/SJn88uH6NFyGUT7QRNrviFSoyRLAZbzoxBuIxRb/VQcuIRTscrv6JgrLwK9bwHYAtA8Y0ow==
"@pagopa/io-functions-commons@^28.9.0":
version "28.9.0"
resolved "https://registry.yarnpkg.com/@pagopa/io-functions-commons/-/io-functions-commons-28.9.0.tgz#f91d17da8bc615c00da5dc2f9114da4112408f9e"
integrity sha512-tj0Dq8J2JC7DMkD9yGouIxyYNcYYQ2M5XFOK8aMUwYM6lAKBgk22Srg6L54R/yGcvm/QBCIz+fpvTn+RAbwGiA==
dependencies:
"@azure/cosmos" "^3.17.1"
"@pagopa/ts-commons" "^11.0.0"
Expand Down

0 comments on commit 4e4200c

Please sign in to comment.