@pagopa/interop-outbound-models 1.3.0 → 1.3.1
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.
- package/CHANGELOG.md +16 -9
- package/package.json +1 -1
- package/proto/v2/tenant/events.proto +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 1.3.1
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Corrected release version
|
|
10
|
+
|
|
5
11
|
## 1.3.0
|
|
6
12
|
|
|
7
13
|
### Added
|
|
8
14
|
|
|
9
15
|
- Added delegation events: `ConsumerDelegationSubmittedV2`, `ConsumerDelegationApprovedV2`, `ConsumerDelegationRejectedV2` and `ConsumerDelegationRevokedV2`
|
|
10
16
|
- Added eservice events: `EServiceIsDelegableEnabledV2`, `EServiceIsDelegableDisabledV2`, `EServiceIsClientAccessDelegableEnabledV2` and `EServiceIsClientAccessDelegableDisabledV2`
|
|
17
|
+
- Added tenant events: `TenantDelegatedConsumerFeatureAddedV2` and `TenantDelegatedConsumerFeatureRemovedV2`
|
|
18
|
+
- Added `DelegatedConsumer` data model
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Changed `TenantFeature` data model with new feature
|
|
23
|
+
- Changed `AgreementStamp` model with optional `delegationId`
|
|
24
|
+
- Changed `EService` model with new flags `isDelegable` and `isClientAccessDelegable`
|
|
25
|
+
- Changed `Purpose` model with optional `delegationId`and reserved position
|
|
11
26
|
|
|
12
27
|
## 1.2.0
|
|
13
28
|
|
|
@@ -22,12 +37,4 @@ All notable changes to this project will be documented in this file.
|
|
|
22
37
|
|
|
23
38
|
### Added
|
|
24
39
|
|
|
25
|
-
- Added eservice event `EServiceNameUpdated`
|
|
26
|
-
# Changelog
|
|
27
|
-
|
|
28
|
-
All notable changes to this project will be documented in this file.
|
|
29
|
-
|
|
30
|
-
## 1.0.13
|
|
31
|
-
|
|
32
|
-
### Added
|
|
33
|
-
- Added e-service event `EServiceDescriptorAttributesUpdated` (In-Add Attributes Feature)
|
|
40
|
+
- Added eservice event `EServiceNameUpdated`
|
package/package.json
CHANGED