@solibo/solibo-sdk 1.13.0 → 1.14.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.
@@ -72,8 +72,8 @@ import {
72
72
  _ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
73
73
  close$default1evna6yun3t5h as close$default,
74
74
  cancel$default1fq6eekptkf7a 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
@@ -17,7 +17,7 @@
17
17
  "url": "git+https://github.com/Solibo-AS/solibo-sdk.git",
18
18
  "directory": "sdk"
19
19
  },
20
- "version": "1.13.0",
20
+ "version": "1.14.0",
21
21
  "name": "@solibo/solibo-sdk",
22
22
  "dependencies": {
23
23
  "@js-joda/core": "5.6.3",
@@ -48,7 +48,6 @@ import {
48
48
  isInterface3d6p8outrmvmk as isInterface,
49
49
  joinToString1cxrrlmo0chqs as joinToString,
50
50
  ArrayList_init_$Create$2byt5m5yn22yy as ArrayList_init_$Create$,
51
- ArrayList3it5z8td81qkl as ArrayList_BridgeFix,
52
51
  lazy2hsh8ze7j6ikd as lazy_0,
53
52
  KProperty1ca4yb4wlo496 as KProperty1,
54
53
  getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef,
@@ -308456,6 +308455,7 @@ export {
308456
308455
  Companion_getInstance_860 as Companion_getInstance1raf0wxb7unrf,
308457
308456
  RequestMethod_GET_getInstance as RequestMethod_GET_getInstance24xlr6qkk9tuy,
308458
308457
  AuthChallengeType_DEVICE_SRP_getInstance as AuthChallengeType_DEVICE_SRP_getInstancewqcujujrthn0,
308458
+ AuthChallengeType_NEW_PASSWORD_getInstance as AuthChallengeType_NEW_PASSWORD_getInstance3iwbni3daii4k,
308459
308459
  CompanyStatus_ACTIVE_getInstance as CompanyStatus_ACTIVE_getInstance29z0o8vn8477z,
308460
308460
  ConversationStatus_COMPLETE_getInstance as ConversationStatus_COMPLETE_getInstance26x2ufbjxt3x0,
308461
308461
  ConversationStatus_DRAFT_getInstance as ConversationStatus_DRAFT_getInstance3o08xpotda0if,