@adobe/spacecat-shared-data-access 3.35.0 → 3.36.0
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [@adobe/spacecat-shared-data-access-v3.36.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.35.0...@adobe/spacecat-shared-data-access-v3.36.0) (2026-04-01)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* add PLG tier to entitlement model and bump mysticat types ([#1487](https://github.com/adobe/spacecat-shared/issues/1487)) ([7f9c6fc](https://github.com/adobe/spacecat-shared/commit/7f9c6fcb6d3672269081176ebf643151fb512e99))
|
|
6
|
+
|
|
1
7
|
## [@adobe/spacecat-shared-data-access-v3.35.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.34.0...@adobe/spacecat-shared-data-access-v3.35.0) (2026-03-31)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ import type {
|
|
|
15
15
|
} from '../index';
|
|
16
16
|
|
|
17
17
|
export type EntitlementStatus = 'ACTIVE' | 'SUSPENDED' | 'ENDED';
|
|
18
|
-
export type EntitlementTier = 'FREE_TRIAL' | 'PAID';
|
|
18
|
+
export type EntitlementTier = 'FREE_TRIAL' | 'PAID' | 'PLG';
|
|
19
19
|
export type EntitlementProductCode = 'LLMO' | 'ASO' | 'ACO';
|
|
20
20
|
|
|
21
21
|
export interface Entitlement extends BaseModel {
|