@accounts/graphql-client
Advanced tools
Comparing version 1.0.0-alpha-20231122105229-8edd073f to 1.0.0-alpha-20231122120807-69a661e3
@@ -1,4 +0,4 @@ | ||
import { AccountsClient, TransportInterface } from '@accounts/client'; | ||
import { CreateUser, ImpersonationResult, LoginResult, User, CreateUserResult } from '@accounts/types'; | ||
import { DocumentNode } from 'graphql/language'; | ||
import { type AccountsClient, type TransportInterface } from '@accounts/client'; | ||
import { type CreateUser, type ImpersonationResult, type LoginResult, type User, type CreateUserResult } from '@accounts/types'; | ||
import { type DocumentNode } from 'graphql/language'; | ||
export interface AuthenticateParams { | ||
@@ -5,0 +5,0 @@ [key: string]: string | object; |
@@ -1,2 +0,2 @@ | ||
import { GraphQLError } from 'graphql/error/GraphQLError'; | ||
import { type GraphQLError } from 'graphql/error/GraphQLError'; | ||
export declare class GraphQLErrorList extends Error { | ||
@@ -3,0 +3,0 @@ errors: readonly GraphQLError[]; |
@@ -1,2 +0,2 @@ | ||
import { DocumentNode } from 'graphql'; | ||
import { type DocumentNode } from 'graphql'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Utility function used to modify the current query Document. |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "1.0.0-alpha-20231122105229-8edd073f", | ||
"version": "1.0.0-alpha-20231122120807-69a661e3", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -36,4 +36,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/client": "1.0.0-alpha-20231122105229-8edd073f", | ||
"@accounts/types": "1.0.0-alpha-20231122105229-8edd073f", | ||
"@accounts/client": "1.0.0-alpha-20231122120807-69a661e3", | ||
"@accounts/types": "1.0.0-alpha-20231122120807-69a661e3", | ||
"@graphql-typed-document-node/core": "3.2.0", | ||
@@ -40,0 +40,0 @@ "tslib": "2.6.2" |
@@ -1,11 +0,11 @@ | ||
import { AccountsClient, TransportInterface } from '@accounts/client'; | ||
import { type AccountsClient, type TransportInterface } from '@accounts/client'; | ||
import { | ||
CreateUser, | ||
ImpersonationResult, | ||
LoginResult, | ||
User, | ||
CreateUserResult, | ||
type CreateUser, | ||
type ImpersonationResult, | ||
type LoginResult, | ||
type User, | ||
type CreateUserResult, | ||
} from '@accounts/types'; | ||
import { print, DocumentNode } from 'graphql/language'; | ||
import { TypedDocumentNode } from '@graphql-typed-document-node/core'; | ||
import { print, type DocumentNode } from 'graphql/language'; | ||
import { type TypedDocumentNode } from '@graphql-typed-document-node/core'; | ||
import { | ||
@@ -12,0 +12,0 @@ CreateUserDocument, |
@@ -1,2 +0,2 @@ | ||
import { GraphQLError } from 'graphql/error/GraphQLError'; | ||
import { type GraphQLError } from 'graphql/error/GraphQLError'; | ||
@@ -3,0 +3,0 @@ export class GraphQLErrorList extends Error { |
@@ -1,2 +0,2 @@ | ||
import { DocumentNode } from 'graphql'; | ||
import { type DocumentNode } from 'graphql'; | ||
@@ -3,0 +3,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132587
+ Added@accounts/client@1.0.0-alpha-20231122120807-69a661e3(transitive)
+ Added@accounts/types@1.0.0-alpha-20231122120807-69a661e3(transitive)
- Removed@accounts/client@1.0.0-alpha-20231122105229-8edd073f(transitive)
- Removed@accounts/types@1.0.0-alpha-20231122105229-8edd073f(transitive)