graphql-mapping-template
Advanced tools
Comparing version 4.20.9-alpha.5 to 4.20.9-alpha.51
@@ -134,3 +134,3 @@ export interface IfNode { | ||
export declare function compoundExpression(expressions: Expression[], joiner?: string, recurseIndent?: boolean): CompoundExpressionNode; | ||
export declare type ToJsonNode = { | ||
export type ToJsonNode = { | ||
kind: 'Util.ToJson'; | ||
@@ -140,3 +140,3 @@ expr: Expression; | ||
export declare function toJson(expr: Expression): ToJsonNode; | ||
export declare type IsNullOrEmptyNode = { | ||
export type IsNullOrEmptyNode = { | ||
kind: 'Util.isNullOrEmpty'; | ||
@@ -146,3 +146,3 @@ expr: Expression; | ||
export declare function isNullOrEmpty(expr: Expression): IsNullOrEmptyNode; | ||
export declare type NewLineNode = { | ||
export type NewLineNode = { | ||
kind: 'NewLine'; | ||
@@ -153,3 +153,3 @@ }; | ||
export declare function methodCall(methodName: ReferenceNode, ...params: Expression[]): CompoundExpressionNode; | ||
export declare type Expression = IfNode | IfElseNode | AndNode | OrNode | ParensNode | EqualsNode | NotEqualsNode | ForEachNode | StringNode | RawNode | QuotesNode | FloatNode | IntNode | BooleanNode | NullNode | ReferenceNode | QuietReferenceNode | ObjectNode | ListNode | SetNode | CommentNode | CompoundExpressionNode | ToJsonNode | IsNullOrEmptyNode | NotNode | NewLineNode | ReturnNode; | ||
export type Expression = IfNode | IfElseNode | AndNode | OrNode | ParensNode | EqualsNode | NotEqualsNode | ForEachNode | StringNode | RawNode | QuotesNode | FloatNode | IntNode | BooleanNode | NullNode | ReferenceNode | QuietReferenceNode | ObjectNode | ListNode | SetNode | CommentNode | CompoundExpressionNode | ToJsonNode | IsNullOrEmptyNode | NotNode | NewLineNode | ReturnNode; | ||
//# sourceMappingURL=ast.d.ts.map |
{ | ||
"name": "graphql-mapping-template", | ||
"version": "4.20.9-alpha.5+d226d0be4", | ||
"version": "4.20.9-alpha.51+7a8af8fee", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
}, | ||
"gitHead": "d226d0be4bd07c92594122137b45b09a1954d525" | ||
"gitHead": "7a8af8feeeeb551b0fbb9c3c8aa6fed39d4e2a6a" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
117219