@medialane/sdk 0.5.5 → 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/README.md +29 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -682,6 +682,8 @@ interface ApiCollectionProfile {
|
|
|
682
682
|
twitterUrl: string | null;
|
|
683
683
|
discordUrl: string | null;
|
|
684
684
|
telegramUrl: string | null;
|
|
685
|
+
hasGatedContent: boolean;
|
|
686
|
+
gatedContentTitle: string | null;
|
|
685
687
|
updatedBy: string | null;
|
|
686
688
|
updatedAt: string;
|
|
687
689
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -682,6 +682,8 @@ interface ApiCollectionProfile {
|
|
|
682
682
|
twitterUrl: string | null;
|
|
683
683
|
discordUrl: string | null;
|
|
684
684
|
telegramUrl: string | null;
|
|
685
|
+
hasGatedContent: boolean;
|
|
686
|
+
gatedContentTitle: string | null;
|
|
685
687
|
updatedBy: string | null;
|
|
686
688
|
updatedAt: string;
|
|
687
689
|
}
|