@duely/client
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -150,5 +150,5 @@ import { ApolloCache, MutationOptions, NormalizedCacheObject } from '@apollo/client'; | ||
} & Pick<import("@duely/core").ProductSettings, "id">; | ||
integration?: import("@duely/core").Maybe<{ | ||
integrations?: import("@duely/core").Maybe<({ | ||
__typename?: "Integration" | undefined; | ||
} & Pick<import("@duely/core").Integration, "id">> | undefined; | ||
} & Pick<import("@duely/core").Integration, "id">)[]> | undefined; | ||
}> | undefined; | ||
@@ -202,5 +202,5 @@ }; | ||
} & Pick<import("@duely/core").ProductSettings, "id">; | ||
integration?: import("@duely/core").Maybe<{ | ||
integrations?: import("@duely/core").Maybe<({ | ||
__typename?: "Integration" | undefined; | ||
} & Pick<import("@duely/core").Integration, "id">> | undefined; | ||
} & Pick<import("@duely/core").Integration, "id">)[]> | undefined; | ||
}> | undefined; | ||
@@ -257,5 +257,5 @@ }; | ||
} & Pick<import("@duely/core").ProductSettings, "id">; | ||
integration?: import("@duely/core").Maybe<{ | ||
integrations?: import("@duely/core").Maybe<({ | ||
__typename?: "Integration" | undefined; | ||
} & Pick<import("@duely/core").Integration, "id">> | undefined; | ||
} & Pick<import("@duely/core").Integration, "id">)[]> | undefined; | ||
}> | undefined; | ||
@@ -858,2 +858,3 @@ }; | ||
credential_id?: import("@duely/core").Maybe<string> | undefined; | ||
product_id?: import("@duely/core").Maybe<string> | undefined; | ||
integration_config_id?: import("@duely/core").Maybe<string> | undefined; | ||
@@ -876,2 +877,5 @@ data: any; | ||
} & Pick<import("@duely/core").Credential, "id">> | undefined; | ||
product?: import("@duely/core").Maybe<{ | ||
__typename?: "Product" | undefined; | ||
} & Pick<import("@duely/core").Product, "id">> | undefined; | ||
integration_type: { | ||
@@ -906,2 +910,5 @@ __typename?: "IntegrationType" | undefined; | ||
} & Pick<import("@duely/core").Credential, "id">> | undefined; | ||
product?: import("@duely/core").Maybe<{ | ||
__typename?: "Product" | undefined; | ||
} & Pick<import("@duely/core").Product, "id">> | undefined; | ||
integration_type: { | ||
@@ -908,0 +915,0 @@ __typename?: "IntegrationType" | undefined; |
{ | ||
"name": "@duely/client", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "GraphQL client by Duely (wrapper for @apollo/client)", | ||
@@ -35,5 +35,5 @@ "repository": "github:uoleevi/duely", | ||
"@apollo/client": "^3.3.20", | ||
"@duely/core": "0.4.7", | ||
"@duely/core": "0.4.8", | ||
"react": "^17.0.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
373080
4089