@talkplay/shared-types 1.0.45 → 1.0.46

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/dist/index.d.mts CHANGED
@@ -835,6 +835,7 @@ type GetRadioDetailsResponse = RadioEntity & {
835
835
  legalAgreements: RadioLegalAgreementEntity[];
836
836
  modules: SystemModuleEntity[];
837
837
  subscription: RadioSubscriptionEntity;
838
+ externalMedias: RadioExternalMediasEntity;
838
839
  };
839
840
 
840
841
  type ListRadiosParams = PaginationParams & {
package/dist/index.d.ts CHANGED
@@ -835,6 +835,7 @@ type GetRadioDetailsResponse = RadioEntity & {
835
835
  legalAgreements: RadioLegalAgreementEntity[];
836
836
  modules: SystemModuleEntity[];
837
837
  subscription: RadioSubscriptionEntity;
838
+ externalMedias: RadioExternalMediasEntity;
838
839
  };
839
840
 
840
841
  type ListRadiosParams = PaginationParams & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",