@container-stack/mailing-api
Advanced tools
Comparing version 0.0.26-101 to 0.0.26-105
@@ -91,2 +91,3 @@ import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; | ||
engine?: Maybe<Scalars['String']>; | ||
version: Scalars['Int']; | ||
topic: Scalars['String']; | ||
@@ -117,2 +118,3 @@ createdAt?: Maybe<Scalars['Date']>; | ||
namespace?: Maybe<Scalars['String']>; | ||
version?: Maybe<Scalars['Int']>; | ||
name?: Maybe<Scalars['String']>; | ||
@@ -147,2 +149,3 @@ text?: Maybe<Scalars['String']>; | ||
templateId: Scalars['String']; | ||
version: Scalars['Int']; | ||
namespace?: Maybe<Scalars['String']>; | ||
@@ -174,2 +177,3 @@ attachments?: Maybe<Array<Maybe<Scalars['AnyObject']>>>; | ||
templateId?: Maybe<Array<Maybe<Scalars['String']>>>; | ||
version?: Maybe<Scalars['Int']>; | ||
namespace?: Maybe<Scalars['String']>; | ||
@@ -342,2 +346,3 @@ createdAt?: Maybe<ISendMailDateQueryRange_Input>; | ||
engine?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>; | ||
version?: Resolver<IResolversTypes['Int'], ParentType, ContextType>; | ||
topic?: Resolver<IResolversTypes['String'], ParentType, ContextType>; | ||
@@ -344,0 +349,0 @@ createdAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>; |
{ | ||
"name": "@container-stack/mailing-api", | ||
"version": "0.0.26-101", | ||
"version": "0.0.26-105", | ||
"description": "Workbench core for higher packages to depend on", | ||
@@ -43,3 +43,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "d1a42cfef8d5f75b3309e65440df8fe629bcf1cf" | ||
"gitHead": "acf484b7822dbd9bac578799d88c6769104c4ff8" | ||
} |
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
26864
454