graphql-mapping-template
Advanced tools
Comparing version 4.20.8-alpha.64 to 4.20.8-alpha.66
@@ -6,2 +6,14 @@ # Change Log | ||
## [4.20.8-beta.2](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.8-beta.0...graphql-mapping-template@4.20.8-beta.2) (2023-02-21) | ||
**Note:** Version bump only for package graphql-mapping-template | ||
## [4.20.8-beta.1](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.8-beta.0...graphql-mapping-template@4.20.8-beta.1) (2023-02-15) | ||
**Note:** Version bump only for package graphql-mapping-template | ||
## [4.20.8-beta.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.7...graphql-mapping-template@4.20.8-beta.0) (2023-02-03) | ||
**Note:** Version bump only for package graphql-mapping-template | ||
## [4.20.7](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.6...graphql-mapping-template@4.20.7) (2023-01-12) | ||
@@ -8,0 +20,0 @@ |
@@ -134,3 +134,3 @@ export interface IfNode { | ||
export declare function compoundExpression(expressions: Expression[], joiner?: string, recurseIndent?: boolean): CompoundExpressionNode; | ||
export type ToJsonNode = { | ||
export declare type ToJsonNode = { | ||
kind: 'Util.ToJson'; | ||
@@ -140,3 +140,3 @@ expr: Expression; | ||
export declare function toJson(expr: Expression): ToJsonNode; | ||
export type IsNullOrEmptyNode = { | ||
export declare type IsNullOrEmptyNode = { | ||
kind: 'Util.isNullOrEmpty'; | ||
@@ -146,3 +146,3 @@ expr: Expression; | ||
export declare function isNullOrEmpty(expr: Expression): IsNullOrEmptyNode; | ||
export type NewLineNode = { | ||
export declare type NewLineNode = { | ||
kind: 'NewLine'; | ||
@@ -153,3 +153,3 @@ }; | ||
export declare function methodCall(methodName: ReferenceNode, ...params: Expression[]): CompoundExpressionNode; | ||
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; | ||
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; | ||
//# sourceMappingURL=ast.d.ts.map |
{ | ||
"name": "graphql-mapping-template", | ||
"version": "4.20.8-alpha.64+f1a98e3e7", | ||
"version": "4.20.8-alpha.66+da09373b8", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
}, | ||
"gitHead": "f1a98e3e75c2995bd43083ef52bf31d336637aca" | ||
"gitHead": "da09373b84e4563bd1bfe5c1e12c59fd100b0c17" | ||
} |
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
117009