@ludo.ninja/api 2.5.4 → 2.5.5
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.
|
@@ -388,8 +388,9 @@ export type ICollectionsPage = {
|
|
|
388
388
|
export type ICreation = {
|
|
389
389
|
address?: Maybe<Scalars['String']>;
|
|
390
390
|
blockchain: Scalars['String'];
|
|
391
|
+
creationId: Scalars['String'];
|
|
391
392
|
creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
392
|
-
id
|
|
393
|
+
id?: Maybe<Scalars['String']>;
|
|
393
394
|
itemId: Scalars['String'];
|
|
394
395
|
itemType: Scalars['String'];
|
|
395
396
|
liked?: Maybe<Scalars['Boolean']>;
|
package/package.json
CHANGED
|
@@ -421,8 +421,9 @@ export type ICollectionsPage = {
|
|
|
421
421
|
export type ICreation = {
|
|
422
422
|
address?: Maybe<Scalars['String']>;
|
|
423
423
|
blockchain: Scalars['String'];
|
|
424
|
+
creationId: Scalars['String'];
|
|
424
425
|
creatorsAddresses?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
425
|
-
id
|
|
426
|
+
id?: Maybe<Scalars['String']>;
|
|
426
427
|
itemId: Scalars['String'];
|
|
427
428
|
itemType: Scalars['String'];
|
|
428
429
|
liked?: Maybe<Scalars['Boolean']>;
|