@wix/sdk-runtime
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -12,4 +12,4 @@ /** | ||
declare function renameAllNestedKeys(payload: Record<string, unknown> | null | undefined, renameMap: Record<string, string>, ignorePaths: string[]): Record<string, unknown> | null | undefined; | ||
declare function renameKeysFromSDKRequestToRESTRequest(payload: Record<string, unknown> | null | undefined, ignorePaths?: string[]): Record<string, unknown> | null | undefined; | ||
declare function renameKeysFromRESTResponseToSDKResponse(payload: Record<string, unknown> | null | undefined, ignorePaths?: string[]): Record<string, unknown> | null | undefined; | ||
declare function renameKeysFromSDKRequestToRESTRequest<T>(payload: T, ignorePaths?: string[]): T; | ||
declare function renameKeysFromRESTResponseToSDKResponse<T>(payload: T, ignorePaths?: string[]): T; | ||
@@ -16,0 +16,0 @@ type ValidationErrorResponse = { |
{ | ||
"name": "@wix/sdk-runtime", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "UNLICENSED", | ||
@@ -56,3 +56,3 @@ "main": "build/index.js", | ||
}, | ||
"falconPackageHash": "ee1997159f6202674d99899e4df4b3f3297bc2ba750084480f6dd53b" | ||
"falconPackageHash": "769a9eeafee09343d050f768e2bbe8aefcab02d18a8aa1ff44e87e92" | ||
} |
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
34972