@hminnovations/graphql-types
Advanced tools
Comparing version 4.8.1 to 4.8.2
@@ -320,44 +320,4 @@ export declare type Maybe<T> = T | null; | ||
pullSummary?: Maybe<PullSummary>; | ||
pushItems?: Maybe<(Maybe<PushItemInput>)[]>; | ||
pushItems?: Maybe<string>; | ||
} | ||
/** Wrapper types for arrays */ | ||
export interface ActivityMetadatumInputArray { | ||
items: ActivityMetadatumInput[]; | ||
} | ||
export interface ArrowTestSessionInputArray { | ||
items: ArrowTestSessionInput[]; | ||
} | ||
export interface BreathCountSessionInputArray { | ||
items: BreathCountSessionInput[]; | ||
} | ||
export interface SurveySessionInputArray { | ||
items: SurveySessionInput[]; | ||
} | ||
export interface ExternalSurveySessionInputArray { | ||
items: ExternalSurveySessionInput[]; | ||
} | ||
export interface UserRoleInputArray { | ||
items: UserRoleInput[]; | ||
} | ||
export interface ReflectionInputArray { | ||
items: ReflectionInput[]; | ||
} | ||
export interface PracticeActionInputArray { | ||
items: PracticeActionInput[]; | ||
} | ||
export interface LearnActionInputArray { | ||
items: LearnActionInput[]; | ||
} | ||
export interface AppActionInputArray { | ||
items: AppActionInput[]; | ||
} | ||
export interface MigrationReceiptInputArray { | ||
items: MigrationReceiptInput[]; | ||
} | ||
export interface DonationInputArray { | ||
items: DonationInput[]; | ||
} | ||
export interface FavoritesInputArray { | ||
items: FavoritesInput[]; | ||
} | ||
export interface PathInput { | ||
@@ -922,3 +882,3 @@ publicUri: string; | ||
pullSummary?: Maybe<PullSummary>; | ||
pushItems?: Maybe<(Maybe<PushItemInput>)[]>; | ||
pushItems?: Maybe<string>; | ||
} | ||
@@ -1127,3 +1087,1 @@ export interface GetIdentityQueryArgs { | ||
} | ||
/** Union all possible push items for sync result */ | ||
export declare type PushItemInput = ActivityMetadatumInputArray | ArrowTestSessionInputArray | BreathCountSessionInputArray | DemographicQuestionnaireInput | SurveySessionInputArray | ExternalSurveySessionInputArray | UserRoleInputArray | ReflectionInputArray | UserInfoInput | GeneratedLearnStatsInput | GeneratedPracticeStatsInput | PracticeActionInputArray | GeneratedAppStatsInput | LearnActionInputArray | AppActionInputArray | String | MigrationReceiptInputArray | PremiumSubscriptionInput | DonationInputArray | FavoritesInputArray; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.8.1", | ||
"version": "4.8.2", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "c5a4dc793174b8d9d3dcc29d3267ff06300e14f2" | ||
"gitHead": "e10e04f50360d9909d04976f57aa40e62adf38de" | ||
} |
Sorry, the diff of this file is not supported yet
32811
1097