@medialane/sdk 0.5.5 → 0.5.6

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