graphql-mapping-template
Advanced tools
Comparing version 2.0.1 to 2.0.2-beta.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.0.1](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@2.0.1-multienv.0...graphql-mapping-template@2.0.1) (2019-02-06) | ||
## [2.0.2-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@2.0.1-multienv.0...graphql-mapping-template@2.0.2-beta.0) (2019-02-11) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package graphql-mapping-template |
import { Expression, ObjectNode, CompoundExpressionNode } from './ast'; | ||
export declare class ElasticSearchMappingTemplate { | ||
export declare class ElasticsearchMappingTemplate { | ||
/** | ||
@@ -4,0 +4,0 @@ * Create a mapping template for ES. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var ast_1 = require("./ast"); | ||
var ElasticSearchMappingTemplate = /** @class */ (function () { | ||
function ElasticSearchMappingTemplate() { | ||
var ElasticsearchMappingTemplate = /** @class */ (function () { | ||
function ElasticsearchMappingTemplate() { | ||
} | ||
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
ElasticSearchMappingTemplate.genericTemplte = function (_a) { | ||
ElasticsearchMappingTemplate.genericTemplte = function (_a) { | ||
var operation = _a.operation, path = _a.path, params = _a.params; | ||
@@ -26,3 +26,3 @@ return ast_1.obj({ | ||
*/ | ||
ElasticSearchMappingTemplate.searchItem = function (_a) { | ||
ElasticsearchMappingTemplate.searchItem = function (_a) { | ||
var query = _a.query, size = _a.size, from = _a.from, path = _a.path, sort = _a.sort; | ||
@@ -43,5 +43,5 @@ return ast_1.obj({ | ||
}; | ||
return ElasticSearchMappingTemplate; | ||
return ElasticsearchMappingTemplate; | ||
}()); | ||
exports.ElasticSearchMappingTemplate = ElasticSearchMappingTemplate; | ||
exports.ElasticsearchMappingTemplate = ElasticsearchMappingTemplate; | ||
//# sourceMappingURL=elasticsearch.js.map |
{ | ||
"name": "graphql-mapping-template", | ||
"version": "2.0.1", | ||
"version": "2.0.2-beta.0", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "6fe1eaa2922172dae2c16083eb7329f38c23bd16" | ||
"gitHead": "641d0a629d233f9a0393ab46dbbba3719d786349" | ||
} |
@@ -7,3 +7,3 @@ import { | ||
export class ElasticSearchMappingTemplate { | ||
export class ElasticsearchMappingTemplate { | ||
@@ -10,0 +10,0 @@ /** |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
100520
2