Socket
Socket
Sign inDemoInstall

@oneblink/sdk-core

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oneblink/sdk-core - npm Package Compare versions

Comparing version 5.1.1-beta.1 to 5.2.0-beta.1

6

dist/replaceCustomValues.js

@@ -108,3 +108,3 @@ "use strict";

function getElementSubmissionValue({ propertyName, submission, formElements, formatDate, formatDateTime, formatTime, formatNumber, formatCurrency, }) {
var _a, _b, _c;
var _a, _b, _c, _d;
const formElement = (0, formElementsService_1.findFormElement)(formElements, (element) => element.type !== 'page' &&

@@ -210,2 +210,6 @@ element.type !== 'section' &&

}
case 'apiNSWLiquorLicence': {
const value = unknown;
return (_d = value === null || value === void 0 ? void 0 : value.licenceDetail) === null || _d === void 0 ? void 0 : _d.licenceNumber;
}
default: {

@@ -212,0 +216,0 @@ return unknown;

2

dist/typeCastService.d.ts

@@ -16,3 +16,3 @@ import { FormTypes, SubmissionEventTypes } from '@oneblink/types';

toStorageElement: (e: FormTypes.FormElement) => FormTypes.StorageElement | undefined;
toAutoLookupElement: (e: FormTypes.FormElement) => FormTypes.LocationElement | FormTypes.FilesElement | FormTypes.GeoscapeAddressElement | FormTypes.PointAddressElement | FormTypes.BooleanElement | FormTypes.CivicaStreetNameElement | FormTypes.RadioButtonElement | FormTypes.AutoCompleteElement | FormTypes.ComplianceElement | undefined;
toAutoLookupElement: (e: FormTypes.FormElement) => FormTypes.LocationElement | FormTypes.FilesElement | FormTypes.GeoscapeAddressElement | FormTypes.PointAddressElement | FormTypes.BooleanElement | FormTypes.CivicaStreetNameElement | FormTypes.RadioButtonElement | FormTypes.AutoCompleteElement | FormTypes.ComplianceElement | FormTypes.APINSWLiquorLicenceElement | undefined;
};

@@ -19,0 +19,0 @@ declare const submissionEvents: {

@@ -65,3 +65,4 @@ "use strict";

case 'autocomplete':
case 'abn': {
case 'abn':
case 'apiNSWLiquorLicence': {
return e;

@@ -163,3 +164,4 @@ }

case 'civicaStreetName':
case 'autocomplete': {
case 'autocomplete':
case 'apiNSWLiquorLicence': {
return e;

@@ -166,0 +168,0 @@ }

{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "5.1.1-beta.1",
"version": "5.2.0-beta.1",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",

@@ -6,0 +6,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc