@medialane/sdk 0.5.6 → 0.5.7

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.cts CHANGED
@@ -683,6 +683,7 @@ interface ApiCollectionProfile {
683
683
  discordUrl: string | null;
684
684
  telegramUrl: string | null;
685
685
  hasGatedContent: boolean;
686
+ gatedContentTitle: string | null;
686
687
  updatedBy: string | null;
687
688
  updatedAt: string;
688
689
  }
package/dist/index.d.ts CHANGED
@@ -683,6 +683,7 @@ interface ApiCollectionProfile {
683
683
  discordUrl: string | null;
684
684
  telegramUrl: string | null;
685
685
  hasGatedContent: boolean;
686
+ gatedContentTitle: string | null;
686
687
  updatedBy: string | null;
687
688
  updatedAt: string;
688
689
  }