@medialane/sdk 0.7.1 → 0.7.2
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.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
|
@@ -771,6 +771,8 @@ interface ApiCreatorProfile {
|
|
|
771
771
|
bio: string | null;
|
|
772
772
|
avatarImage: string | null;
|
|
773
773
|
bannerImage: string | null;
|
|
774
|
+
/** First collection image for creators without avatarImage/bannerImage. Populated by the API, null otherwise. */
|
|
775
|
+
collectionImage: string | null;
|
|
774
776
|
websiteUrl: string | null;
|
|
775
777
|
twitterUrl: string | null;
|
|
776
778
|
discordUrl: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -771,6 +771,8 @@ interface ApiCreatorProfile {
|
|
|
771
771
|
bio: string | null;
|
|
772
772
|
avatarImage: string | null;
|
|
773
773
|
bannerImage: string | null;
|
|
774
|
+
/** First collection image for creators without avatarImage/bannerImage. Populated by the API, null otherwise. */
|
|
775
|
+
collectionImage: string | null;
|
|
774
776
|
websiteUrl: string | null;
|
|
775
777
|
twitterUrl: string | null;
|
|
776
778
|
discordUrl: string | null;
|