musora-content-services 2.167.4 → 2.167.5

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.167.5](https://github.com/railroadmedia/musora-content-services/compare/v2.167.4...v2.167.5) (2026-07-24)
6
+
5
7
  ### [2.167.4](https://github.com/railroadmedia/musora-content-services/compare/v2.167.3...v2.167.4) (2026-07-22)
6
8
 
7
9
  ### [2.167.3](https://github.com/railroadmedia/musora-content-services/compare/v2.167.2...v2.167.3) (2026-07-22)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.167.4",
3
+ "version": "2.167.5",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -26,6 +26,11 @@ export interface UserMembershipResponse {
26
26
  need_lifetime_upgrade: boolean
27
27
  sub_account_data: MultiUserAccountResponse // post multiUserAccount data
28
28
  upgrade_options: UpgradeOption[] // post multiuser account data
29
+ user_subscriber_data: {
30
+ has_had_apple_subscription: boolean
31
+ has_had_google_subscription: boolean
32
+ has_had_web_subscription: boolean
33
+ }
29
34
  }
30
35
 
31
36
  /**
@@ -1 +1 @@
1
- export const MCS_VERSION = '2.167.4'
1
+ export const MCS_VERSION = '2.167.5'