@infrab4a/connect-nestjs 1.5.1-beta.0 → 1.5.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js
CHANGED
|
@@ -924,4 +924,5 @@ exports.ConnectFirestoreService = ConnectFirestoreService;
|
|
|
924
924
|
exports.ES_CONFIG = ES_CONFIG;
|
|
925
925
|
exports.FIREBASE_STORAGE = FIREBASE_STORAGE;
|
|
926
926
|
exports.HASURA_OPTIONS = HASURA_OPTIONS;
|
|
927
|
+
exports.ProductVertexHelper = ProductVertexHelper;
|
|
927
928
|
exports.VERTEX_CONFIG = VERTEX_CONFIG;
|
package/index.esm.js
CHANGED
|
@@ -914,4 +914,4 @@ NestConnectModule = NestConnectModule_1 = __decorate([
|
|
|
914
914
|
Module({})
|
|
915
915
|
], NestConnectModule);
|
|
916
916
|
|
|
917
|
-
export { ConnectCollectionService, ConnectDocumentService, ConnectFirestoreService, DiscoveryEngineVertexAdapter, ES_CONFIG, FIREBASE_STORAGE, HASURA_OPTIONS, NativeElasticSearchAdapter, NestConnectModule, NestElasticSeachModule, NestFirestoreModule, NestHasuraGraphQLModule, NestStorageModule, VERTEX_CONFIG };
|
|
917
|
+
export { ConnectCollectionService, ConnectDocumentService, ConnectFirestoreService, DiscoveryEngineVertexAdapter, ES_CONFIG, FIREBASE_STORAGE, HASURA_OPTIONS, NativeElasticSearchAdapter, NestConnectModule, NestElasticSeachModule, NestFirestoreModule, NestHasuraGraphQLModule, NestStorageModule, ProductVertexHelper, VERTEX_CONFIG };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProductHasuraGraphQL, ProductSearch } from '@infrab4a/connect';
|
|
2
2
|
import { VertexSearchResult } from '../types';
|
|
3
|
-
export
|
|
3
|
+
export declare class ProductVertexHelper {
|
|
4
4
|
constructor();
|
|
5
5
|
static productMapper(product: ProductHasuraGraphQL): ProductSearch;
|
|
6
6
|
static resultProductMapper(result: VertexSearchResult<ProductSearch>): ProductSearch[];
|