@hminnovations/graphql-types
Advanced tools
Comparing version 4.5.8 to 4.6.0
@@ -248,2 +248,4 @@ export declare type Maybe<T> = T | null; | ||
notCompleted?: Maybe<boolean>; | ||
transcriptActions?: Maybe<TranscriptActionsMetadataInput[]>; | ||
finishAndCloseButton?: Maybe<string>; | ||
} | ||
@@ -260,2 +262,6 @@ export interface PracticeOptionMetadataInput { | ||
} | ||
export interface TranscriptActionsMetadataInput { | ||
action: string; | ||
timestamp: string; | ||
} | ||
export interface PremiumSubscriptionInput { | ||
@@ -431,2 +437,4 @@ productId: string; | ||
notCompleted?: Maybe<boolean>; | ||
transcriptActions?: Maybe<TranscriptActionsMetadata[]>; | ||
finishAndCloseButton?: Maybe<string>; | ||
} | ||
@@ -453,2 +461,6 @@ export interface PracticeOptionMetadata { | ||
} | ||
export interface TranscriptActionsMetadata { | ||
action: string; | ||
timestamp: string; | ||
} | ||
export interface BreathCountSession extends Subscribable { | ||
@@ -455,0 +467,0 @@ subscriptionToken?: Maybe<string>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.5.8", | ||
"version": "4.6.0", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "2fe703ba39894d5721524b702ddebab4f2fa4e57" | ||
"gitHead": "4a09b6bc3c42747ca55836f688372f01c15abbab" | ||
} |
Sorry, the diff of this file is not supported yet
31056
1037