@hminnovations/graphql-types
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -231,7 +231,2 @@ export declare type Maybe<T> = T | null; | ||
} | ||
export interface ShareActionInput { | ||
timestamp: string; | ||
activityID: string; | ||
shareResult: string; | ||
} | ||
export interface ActivityMetadatumInput { | ||
@@ -301,2 +296,7 @@ instanceId?: Maybe<string>; | ||
} | ||
export interface ShareActionInput { | ||
timestamp: string; | ||
activityID: string; | ||
shareResult: string; | ||
} | ||
export interface PathInput { | ||
@@ -641,7 +641,2 @@ publicUri: string; | ||
} | ||
export interface ShareAction { | ||
timestamp: string; | ||
activityID: string; | ||
shareResult: string; | ||
} | ||
export interface PremiumSubscription { | ||
@@ -723,3 +718,3 @@ userId: string; | ||
addMigrationReceiptToUser: MigrationReceiptOutput; | ||
addShareActionToUser: Maybe<boolean>; | ||
addShareActionToUser: boolean; | ||
updateUserPremiumSubscription?: Maybe<PremiumSubscription>; | ||
@@ -822,2 +817,7 @@ updateUserDonationHistory: DonationOutput; | ||
} | ||
export interface ShareAction { | ||
timestamp: string; | ||
activityID: string; | ||
shareResult: string; | ||
} | ||
export interface GetIdentityQueryArgs { | ||
@@ -824,0 +824,0 @@ creds: IdentityCreds; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "e83d6078fb3099a3169a7f55f7caaac34703dba2" | ||
"gitHead": "88d68409d63dbcd5e375c66e0e4143da1dc955b5" | ||
} |
Sorry, the diff of this file is not supported yet
30686