@wix/sdk-runtime
Advanced tools
Comparing version 0.3.23 to 0.3.24
@@ -36,3 +36,5 @@ import { removeUndefinedKeys } from '../utils.js'; | ||
postalCode: payload.postalCode, | ||
countryFullname: payload.countryFullname, | ||
subdivisionFullname: payload.subdivisionFullname, | ||
})); | ||
} |
export declare function transformSDKBytesToRESTBytes(val: number[]): string; | ||
export declare function transformRESTBytesToSDKBytes(val: string): Uint8Array; | ||
export declare function transformRESTBytesToSDKBytes(val: string): Uint8Array<ArrayBuffer>; |
@@ -40,3 +40,5 @@ "use strict"; | ||
postalCode: payload.postalCode, | ||
countryFullname: payload.countryFullname, | ||
subdivisionFullname: payload.subdivisionFullname, | ||
})); | ||
} |
export declare function transformSDKBytesToRESTBytes(val: number[]): string; | ||
export declare function transformRESTBytesToSDKBytes(val: string): Uint8Array; | ||
export declare function transformRESTBytesToSDKBytes(val: string): Uint8Array<ArrayBuffer>; |
{ | ||
"name": "@wix/sdk-runtime", | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"license": "UNLICENSED", | ||
@@ -89,4 +89,4 @@ "sideEffects": false, | ||
"jsdom": "^22.1.0", | ||
"type-fest": "^4.26.1", | ||
"typescript": "^5.6.3", | ||
"type-fest": "^4.27.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^1.6.0", | ||
@@ -113,3 +113,3 @@ "vitest-teamcity-reporter": "^0.3.1" | ||
}, | ||
"falconPackageHash": "3be1c4ac540fcdbe3db05bafbcdf51f04c7b784f949325c4ead70c1a" | ||
"falconPackageHash": "6eacea664184c030901b6f3ab646bf2971709e705dc4baccaaa13cf8" | ||
} |
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
181596
4601