@doordeck/doordeck-headless-sdk 0.64.0 → 0.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -334,7 +334,7 @@
334
334
  return tmp;
335
335
  }
336
336
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
337
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
337
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
338
338
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
339
339
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
340
340
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -5827,9 +5827,6 @@
5827
5827
  function LockOperations_getInstance() {
5828
5828
  return LockOperations_instance;
5829
5829
  }
5830
- function withNewJti(_this__u8e3s4) {
5831
- return new BaseOperation(_this__u8e3s4.userId, _this__u8e3s4.userCertificateChain, _this__u8e3s4.userPrivateKey, _this__u8e3s4.lockId, _this__u8e3s4.notBefore, _this__u8e3s4.issuedAt, _this__u8e3s4.expiresAt, Companion_getInstance_0().yk().toString());
5832
- }
5833
5830
  function CreateApplication(name, companyName, mailingAddress, privacyPolicy, supportContact, appLink, emailPreferences, logoUrl) {
5834
5831
  privacyPolicy = privacyPolicy === VOID ? null : privacyPolicy;
5835
5832
  supportContact = supportContact === VOID ? null : supportContact;
@@ -30334,7 +30331,7 @@
30334
30331
  this.k7i_1 = this.j7i_1;
30335
30332
  this.e9_1 = 7;
30336
30333
  this.d9_1 = 6;
30337
- suspendResult = LockOperationsClient_getInstance().n7i(new ShareLockOperation(withNewJti(this.n7h_1.baseOperation), this.k7i_1), this);
30334
+ suspendResult = LockOperationsClient_getInstance().n7i(new ShareLockOperation(this.n7h_1.baseOperation.copy(VOID, VOID, VOID, VOID, VOID, VOID, VOID, Companion_getInstance_0().yk().toString()), this.k7i_1), this);
30338
30335
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
30339
30336
  return suspendResult;
30340
30337
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",