@opencrvs/toolkit
Advanced tools
Comparing version 0.0.22-events-ml to 0.0.23-events-ml
import { CreateTRPCClient } from '@trpc/client'; | ||
import { AppRouter } from './router'; | ||
import { AppRouter } from '../commons/api/router'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Creates a tRPC client with the specified base URL and authorization token. |
@@ -1,2 +0,2 @@ | ||
import { ClauseInput, ClauseOutput } from '@opencrvs/commons/events'; | ||
import { ClauseInput, ClauseOutput } from '../commons/events'; | ||
export declare function and(clauses: ClauseInput[]): ClauseOutput; | ||
@@ -3,0 +3,0 @@ export declare function or(clauses: ClauseInput[]): ClauseOutput; |
@@ -16,3 +16,3 @@ "use strict"; | ||
exports.field = field; | ||
const events_1 = require("@opencrvs/commons/events"); | ||
const events_1 = require("../commons/events"); | ||
function and(clauses) { | ||
@@ -19,0 +19,0 @@ return { |
@@ -1,3 +0,3 @@ | ||
import { JSONSchema } from '@opencrvs/commons/conditionals'; | ||
import { ActionDocument } from '@opencrvs/commons/events'; | ||
import { JSONSchema } from '../commons/conditionals'; | ||
import { ActionDocument } from '../commons/events'; | ||
export * as deduplication from './deduplication'; | ||
@@ -4,0 +4,0 @@ export declare function defineConditional(conditional: JSONSchema): JSONSchema; |
@@ -1,19 +0,2 @@ | ||
export * from './ActionConfig'; | ||
export * from './EventConfig'; | ||
export * from './FieldConfig'; | ||
export * from './FormConfig'; | ||
export * from './SummaryConfig'; | ||
export * from './WorkqueueConfig'; | ||
export * from './EventMetadata'; | ||
export * from './EventInput'; | ||
export * from './EventDocument'; | ||
export * from './ActionInput'; | ||
export * from './ActionDocument'; | ||
export * from './EventIndex'; | ||
export * from './TranslationConfig'; | ||
export * from './FieldValue'; | ||
export * from './state'; | ||
export * from './utils'; | ||
export * from './defineConfig'; | ||
export * from './DeduplicationConfig'; | ||
export * from '../commons/events'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@opencrvs/toolkit", | ||
"version": "0.0.22-events-ml", | ||
"version": "0.0.23-events-ml", | ||
"description": "OpenCRVS toolkit for building country configurations", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3457991
38
90837
1