Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@container-stack/mailing-api

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@container-stack/mailing-api - npm Package Compare versions

Comparing version 0.0.31-alpha.1 to 0.0.31-alpha.5

41

lib/interfaces/generated-models.d.ts

@@ -28,4 +28,8 @@ import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';

Date: any;
DateTime: any;
JSON: any;
JSONObject: any;
Time: any;
URI: any;
URIInput: any;
};

@@ -37,2 +41,6 @@ export declare type IFieldError = {

};
export declare type IGeoLocation = {
__typename?: 'GeoLocation';
coordinates?: Maybe<Array<Maybe<Scalars['Float']>>>;
};
export declare type IIMailObject = {

@@ -244,3 +252,6 @@ to: Scalars['String'];

Date: ResolverTypeWrapper<Scalars['Date']>;
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
FieldError: ResolverTypeWrapper<IFieldError>;
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
Float: ResolverTypeWrapper<Scalars['Float']>;
IMailObject: IResolversTypes['SendingMailReport'];

@@ -266,2 +277,5 @@ JSON: ResolverTypeWrapper<Scalars['JSON']>;

SortEnum: ISortEnum;
Time: ResolverTypeWrapper<Scalars['Time']>;
URI: ResolverTypeWrapper<Scalars['URI']>;
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
};

@@ -278,3 +292,6 @@ /** Mapping between all available schema types and the resolvers parents */

Date: Scalars['Date'];
DateTime: Scalars['DateTime'];
FieldError: IFieldError;
GeoLocation: IGeoLocation;
Float: Scalars['Float'];
IMailObject: IResolversParentTypes['SendingMailReport'];

@@ -297,2 +314,5 @@ JSON: Scalars['JSON'];

Sort: ISort;
Time: Scalars['Time'];
URI: Scalars['URI'];
URIInput: Scalars['URIInput'];
};

@@ -305,2 +325,5 @@ export interface IAnyObjectScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['AnyObject'], any> {

}
export interface IDateTimeScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['DateTime'], any> {
name: 'DateTime';
}
export declare type IFieldErrorResolvers<ContextType = any, ParentType extends IResolversParentTypes['FieldError'] = IResolversParentTypes['FieldError']> = {

@@ -311,2 +334,6 @@ field?: Resolver<IResolversTypes['String'], ParentType, ContextType>;

};
export declare type IGeoLocationResolvers<ContextType = any, ParentType extends IResolversParentTypes['GeoLocation'] = IResolversParentTypes['GeoLocation']> = {
coordinates?: Resolver<Maybe<Array<Maybe<IResolversTypes['Float']>>>, ParentType, ContextType>;
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
};
export declare type IIMailObjectResolvers<ContextType = any, ParentType extends IResolversParentTypes['IMailObject'] = IResolversParentTypes['IMailObject']> = {

@@ -391,6 +418,17 @@ __resolveType: TypeResolveFn<'SendingMailReport', ParentType, ContextType>;

};
export interface ITimeScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Time'], any> {
name: 'Time';
}
export interface IURIScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['URI'], any> {
name: 'URI';
}
export interface IURIInputScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['URIInput'], any> {
name: 'URIInput';
}
export declare type IResolvers<ContextType = any> = {
AnyObject?: GraphQLScalarType;
Date?: GraphQLScalarType;
DateTime?: GraphQLScalarType;
FieldError?: IFieldErrorResolvers<ContextType>;
GeoLocation?: IGeoLocationResolvers<ContextType>;
IMailObject?: IIMailObjectResolvers<ContextType>;

@@ -409,2 +447,5 @@ JSON?: GraphQLScalarType;

TemplateVariable?: ITemplateVariableResolvers<ContextType>;
Time?: GraphQLScalarType;
URI?: GraphQLScalarType;
URIInput?: GraphQLScalarType;
};

4

package.json
{
"name": "@container-stack/mailing-api",
"version": "0.0.31-alpha.1",
"version": "0.0.31-alpha.5",
"description": "Workbench core for higher packages to depend on",

@@ -43,3 +43,3 @@ "main": "lib/index.js",

},
"gitHead": "2e8f497f3c86032c41f7045dbf3652cc7f44f090"
"gitHead": "1faf58fb9b4d417883b2d818b1052802b0a5801b"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc