@pagopa/interop-outbound-models 1.8.20-manual-archiving.0 → 1.8.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 1.8.20
6
+
7
+ ### Added
8
+ - Added `ArchivingScheduleV2` message and `ArchivingScopeV2` enum
9
+ - Added `archivingSchedule` property to `EServiceDescriptorV2`
10
+ - Added `archivingReason` property to `EServiceV2`
11
+ - Added `ARCHIVING` and `ARCHIVING_SUSPENDED` states to `EServiceDescriptorStateV2`
12
+ - Added archiving scheduled events:
13
+ - `EServiceArchivingScheduled`
14
+ - `EServiceArchivingCanceled`
15
+ - `EServiceArchivingCompleted`
16
+ - `EServiceDescriptorArchivingScheduled`
17
+ - `EServiceDescriptorArchivingCanceled`
18
+ - `EServiceDescriptorArchivingCompleted`
19
+ - Added `MaintenanceEServiceDescriptorUnarchivedV2` event
20
+
21
+
5
22
  ## 1.8.19
6
23
 
7
24
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/interop-outbound-models",
3
- "version": "1.8.20-manual-archiving.0",
3
+ "version": "1.8.20",
4
4
  "description": "PagoPA Interoperability outbound models",
5
5
  "main": "dist",
6
6
  "type": "module",