@solibo/solibo-sdk 1.1.65 → 1.1.66

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.
@@ -72,8 +72,8 @@ import {
72
72
  _ChannelResult___get_isClosed__impl__mg7kuu1xlv81pnrlsg7 as _ChannelResult___get_isClosed__impl__mg7kuu,
73
73
  close$default29t9kascifp5w as close$default,
74
74
  cancel$default3ekkkwpkem73o as cancel$default,
75
- SendChannel38sllbxw662ws as SendChannel,
76
75
  ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
76
+ SendChannel38sllbxw662ws as SendChannel,
77
77
  } from './kotlinx-coroutines-core.mjs';
78
78
  import {
79
79
  get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
@@ -139,7 +139,7 @@ initMetadataForCompanion(Companion_3);
139
139
  initMetadataForClass(ChannelConfig, 'ChannelConfig');
140
140
  initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
141
141
  initMetadataForCompanion(Companion_4);
142
- initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
142
+ initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
143
143
  initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
144
144
  initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
145
145
  initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "index.mjs",
3
3
  "types": "index.d.ts",
4
- "version": "1.1.65",
4
+ "version": "1.1.66",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -9214,7 +9214,7 @@ function Companion_getInstance_34() {
9214
9214
  }
9215
9215
  function $serializer_28() {
9216
9216
  $serializer_instance_28 = this;
9217
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ClientUser', this, 4);
9217
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.common.auth.ClientUser', this, 4);
9218
9218
  tmp0_serialDesc.d14('clientId', false);
9219
9219
  tmp0_serialDesc.d14('id', false);
9220
9220
  tmp0_serialDesc.d14('organizationId', true);
@@ -22859,7 +22859,7 @@ function Companion_getInstance_98() {
22859
22859
  }
22860
22860
  function $serializer_85() {
22861
22861
  $serializer_instance_85 = this;
22862
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreateExternalOrganizationCustomerCommand', this, 6);
22862
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.economy.invoicing.command.CreateExternalOrganizationCustomerCommand', this, 6);
22863
22863
  tmp0_serialDesc.d14('accountNumber', true);
22864
22864
  tmp0_serialDesc.d14('businessAddress', true);
22865
22865
  tmp0_serialDesc.d14('businessContact', true);
@@ -23101,7 +23101,7 @@ function Companion_getInstance_99() {
23101
23101
  }
23102
23102
  function $serializer_86() {
23103
23103
  $serializer_instance_86 = this;
23104
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreateExternalPersonCustomerCommand', this, 9);
23104
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.economy.invoicing.command.CreateExternalPersonCustomerCommand', this, 9);
23105
23105
  tmp0_serialDesc.d14('account', true);
23106
23106
  tmp0_serialDesc.d14('address', true);
23107
23107
  tmp0_serialDesc.d14('email', true);
@@ -28063,7 +28063,7 @@ function Companion_getInstance_122() {
28063
28063
  }
28064
28064
  function $serializer_109() {
28065
28065
  $serializer_instance_109 = this;
28066
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreateOrganizationResidentCommand', this, 14);
28066
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.CreateOrganizationResidentCommand', this, 14);
28067
28067
  tmp0_serialDesc.d14('accountNumber', true);
28068
28068
  tmp0_serialDesc.d14('invoiceRecipient', true);
28069
28069
  tmp0_serialDesc.d14('nationality', true);
@@ -29985,7 +29985,7 @@ function Companion_getInstance_128() {
29985
29985
  }
29986
29986
  function $serializer_115() {
29987
29987
  $serializer_instance_115 = this;
29988
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreatePersonResidentCommand', this, 15);
29988
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.CreatePersonResidentCommand', this, 15);
29989
29989
  tmp0_serialDesc.d14('accountNumber', true);
29990
29990
  tmp0_serialDesc.d14('invoiceRecipient', true);
29991
29991
  tmp0_serialDesc.d14('nationality', true);
@@ -87105,7 +87105,7 @@ function Companion_getInstance_359() {
87105
87105
  }
87106
87106
  function $serializer_300() {
87107
87107
  $serializer_instance_300 = this;
87108
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PersonUser', this, 11);
87108
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.common.auth.PersonUser', this, 11);
87109
87109
  tmp0_serialDesc.d14('country', true);
87110
87110
  tmp0_serialDesc.d14('email', true);
87111
87111
  tmp0_serialDesc.d14('id', false);
@@ -111224,7 +111224,7 @@ function Companion_getInstance_456() {
111224
111224
  }
111225
111225
  function $serializer_381() {
111226
111226
  $serializer_instance_381 = this;
111227
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationAltinnError', this, 1);
111227
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationAltinnError', this, 1);
111228
111228
  tmp0_serialDesc.d14('error', true);
111229
111229
  this.m9b_1 = tmp0_serialDesc;
111230
111230
  }
@@ -111341,7 +111341,7 @@ function Companion_getInstance_457() {
111341
111341
  }
111342
111342
  function $serializer_382() {
111343
111343
  $serializer_instance_382 = this;
111344
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationEmailError', this, 3);
111344
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationEmailError', this, 3);
111345
111345
  tmp0_serialDesc.d14('eier', false);
111346
111346
  tmp0_serialDesc.d14('eierId', false);
111347
111347
  tmp0_serialDesc.d14('error', true);
@@ -113456,7 +113456,7 @@ function Companion_getInstance_469() {
113456
113456
  }
113457
113457
  function $serializer_393() {
113458
113458
  $serializer_instance_393 = this;
113459
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationPostenError', this, 3);
113459
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationPostenError', this, 3);
113460
113460
  tmp0_serialDesc.d14('eier', false);
113461
113461
  tmp0_serialDesc.d14('eierId', false);
113462
113462
  tmp0_serialDesc.d14('error', true);
@@ -113778,7 +113778,7 @@ function Companion_getInstance_471() {
113778
113778
  }
113779
113779
  function $serializer_395() {
113780
113780
  $serializer_instance_395 = this;
113781
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationProcessError', this, 1);
113781
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationProcessError', this, 1);
113782
113782
  tmp0_serialDesc.d14('error', true);
113783
113783
  this.k9d_1 = tmp0_serialDesc;
113784
113784
  }
@@ -125325,7 +125325,7 @@ function Companion_getInstance_526() {
125325
125325
  }
125326
125326
  function $serializer_449() {
125327
125327
  $serializer_instance_449 = this;
125328
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('UpdateOrganizationResidentCommand', this, 4);
125328
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.UpdateOrganizationResidentCommand', this, 4);
125329
125329
  tmp0_serialDesc.d14('businessAddress', true);
125330
125330
  tmp0_serialDesc.d14('businessContact', true);
125331
125331
  tmp0_serialDesc.d14('nationality', true);
@@ -126550,7 +126550,7 @@ function Companion_getInstance_530() {
126550
126550
  }
126551
126551
  function $serializer_453() {
126552
126552
  $serializer_instance_453 = this;
126553
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('UpdatePersonResidentCommand', this, 10);
126553
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.UpdatePersonResidentCommand', this, 10);
126554
126554
  tmp0_serialDesc.d14('address', true);
126555
126555
  tmp0_serialDesc.d14('email', true);
126556
126556
  tmp0_serialDesc.d14('invoicingEmail', true);