@proca/api
Advanced tools
Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11
@@ -370,2 +370,4 @@ export declare type Maybe<T> = T | null; | ||
title: Scalars['String']; | ||
/** config */ | ||
config: Scalars['Json']; | ||
}; | ||
@@ -471,6 +473,6 @@ /** Count of supporters for particular org */ | ||
title: Scalars['String']; | ||
/** config */ | ||
config: Scalars['Json']; | ||
/** Organization id */ | ||
id: Scalars['Int']; | ||
/** config */ | ||
config: Scalars['Json']; | ||
/** Personal data settings for this org */ | ||
@@ -565,2 +567,4 @@ personalData: PersonalData; | ||
title: Scalars['String']; | ||
/** config */ | ||
config: Scalars['Json']; | ||
}; | ||
@@ -567,0 +571,0 @@ export declare type RootMutationType = { |
{ | ||
"name": "@proca/api", | ||
"version": "3.0.0-alpha.10", | ||
"version": "3.0.0-alpha.11", | ||
"description": "Client library for Proca API", | ||
@@ -54,3 +54,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "36947fe05e119ab49c383fa97414c0955de37197" | ||
"gitHead": "ecce31592a575bd976b25984cfc6b7b18e314eca" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
588147
9282