Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate-api-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IO_BACKEND_VERSION=v17.5.1
# need to change after merge on io-services-metadata
IO_SERVICES_METADATA_VERSION=1.0.92
IO_SERVICES_METADATA_VERSION=1.0.93
# Session manager version
IO_SESSION_MANAGER_VERSION=1.8.0

Expand Down
2 changes: 2 additions & 0 deletions src/payloads/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ export const backendStatus: BackendStatus = {
delegate_url:
"https://assistenza.notifichedigitali.it/hc/it/articles/32453819931537-Delegare-qualcuno-a-visualizzare-le-tue-notifiche",
in_app_delegation: {
helpCenter_url:
"https://assistenza.notifichedigitali.it/hc/it/#categories",
min_app_version: {
ios: "3.18.0.0",
android: "3.18.0.0"
Expand Down
Loading