@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: Scalars['String'];
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/api",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -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: Scalars['String'];
426
+ id?: Maybe<Scalars['String']>;
426
427
  itemId: Scalars['String'];
427
428
  itemType: Scalars['String'];
428
429
  liked?: Maybe<Scalars['Boolean']>;