@dhis2/app-service-data
Advanced tools
Comparing version 2.10.0-pwa.1 to 2.10.0-pwa.2
import { ResolvedResourceQuery, FetchType } from '../../../engine'; | ||
export declare const isReplyToMessageConversation: (type: FetchType, { resource }: ResolvedResourceQuery) => boolean; | ||
export declare const isCreateFeedbackMessage: (type: FetchType, { resource }: ResolvedResourceQuery) => boolean; | ||
export declare const isCreateOrUpdateInterpretation: (type: FetchType, { resource, id }: ResolvedResourceQuery) => any; | ||
export declare const isCreateOrUpdateInterpretation: (type: FetchType, { resource, id }: ResolvedResourceQuery) => boolean; | ||
export declare const isCommentOnInterpretation: (type: FetchType, { resource }: ResolvedResourceQuery) => boolean; | ||
@@ -6,0 +6,0 @@ export declare const isInterpretationCommentUpdate: (type: FetchType, { resource, id }: ResolvedResourceQuery) => boolean; |
{ | ||
"name": "@dhis2/app-service-data", | ||
"version": "2.10.0-pwa.1", | ||
"version": "2.10.0-pwa.2", | ||
"main": "./build/cjs/index.js", | ||
@@ -25,3 +25,3 @@ "module": "./build/es/index.js", | ||
"peerDependencies": { | ||
"@dhis2/app-service-config": "2.10.0-pwa.1", | ||
"@dhis2/app-service-config": "2.10.0-pwa.2", | ||
"prop-types": "^15.7.2", | ||
@@ -28,0 +28,0 @@ "react": "^16.8", |
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
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
235476