@hminnovations/graphql-types
Advanced tools
Comparing version 3.11.21 to 4.0.0
@@ -17,6 +17,2 @@ export declare type Maybe<T> = T | null; | ||
} | ||
export interface LocationInput { | ||
lat: number; | ||
lon: number; | ||
} | ||
export interface InvitationCodeCreds { | ||
@@ -253,2 +249,6 @@ code: string; | ||
} | ||
export interface LocationInput { | ||
lat: number; | ||
lon: number; | ||
} | ||
export interface PremiumSubscriptionInput { | ||
@@ -403,3 +403,3 @@ productId: string; | ||
duration?: Maybe<number>; | ||
location?: Maybe<LocationInput>; | ||
location?: Maybe<Location>; | ||
} | ||
@@ -422,2 +422,6 @@ export interface PracticeOptionMetadata { | ||
} | ||
export interface Location { | ||
lat: number; | ||
lon: number; | ||
} | ||
export interface BreathCountSession extends Subscribable { | ||
@@ -424,0 +428,0 @@ subscriptionToken?: Maybe<string>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.11.21", | ||
"version": "4.0.0", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "d33d5a609ba0980ad59a1b112813c613584a520b" | ||
"gitHead": "74c7df5ff1bb6de649b00050ae35c5d3702205bf" | ||
} |
28335
940