@sap-ux/fe-mockserver-core
Advanced tools
Comparing version 1.1.74 to 1.1.75
@@ -36,5 +36,5 @@ import type { Action, EntityType, NavigationProperty, Property } from '@sap-ux/vocabularies-types'; | ||
generateKey: (property: Property, lineIndex?: number, mockData?: any) => any; | ||
addEntry: (mockEntry: T, odataRequest: ODataRequest) => void; | ||
updateEntry: (keyValues: KeyDefinitions, newData: T, odataRequest: ODataRequest) => void; | ||
removeEntry: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => void; | ||
addEntry: (mockEntry: T, odataRequest: ODataRequest) => Promise<void>; | ||
updateEntry: (keyValues: KeyDefinitions, newData: T, odataRequest: ODataRequest) => Promise<void>; | ||
removeEntry: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => Promise<void>; | ||
hasEntry: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => boolean; | ||
@@ -41,0 +41,0 @@ fetchEntries: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => object[]; |
{ | ||
"name": "@sap-ux/fe-mockserver-core", | ||
"version": "1.1.74", | ||
"version": "1.1.75", | ||
"description": "SAP Fiori OData - Fiori elements mock server core", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
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
542546