@bitrix24/b24jssdk 1.1.2 → 1.3.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.
Files changed (150) hide show
  1. package/README-AI.md +15 -3
  2. package/dist/esm/_virtual/_commonjsHelpers.mjs +1 -1
  3. package/dist/esm/_virtual/protobuf.mjs +1 -1
  4. package/dist/esm/_virtual/protobuf2.mjs +1 -1
  5. package/dist/esm/core/abstract-b24.mjs +1 -1
  6. package/dist/esm/core/actions/abstract-action.mjs +1 -1
  7. package/dist/esm/core/actions/abstract-batch.mjs +1 -1
  8. package/dist/esm/core/actions/manager.mjs +1 -1
  9. package/dist/esm/core/actions/v2/batch-by-chunk.mjs +1 -1
  10. package/dist/esm/core/actions/v2/batch.mjs +4 -4
  11. package/dist/esm/core/actions/v2/batch.mjs.map +1 -1
  12. package/dist/esm/core/actions/v2/call-list.mjs +17 -10
  13. package/dist/esm/core/actions/v2/call-list.mjs.map +1 -1
  14. package/dist/esm/core/actions/v2/call.mjs +1 -1
  15. package/dist/esm/core/actions/v2/fetch-list.mjs +17 -10
  16. package/dist/esm/core/actions/v2/fetch-list.mjs.map +1 -1
  17. package/dist/esm/core/actions/v2/manager-v2.mjs +6 -6
  18. package/dist/esm/core/actions/v2/manager-v2.mjs.map +1 -1
  19. package/dist/esm/core/actions/v3/batch-by-chunk.mjs +1 -1
  20. package/dist/esm/core/actions/v3/batch.mjs +4 -4
  21. package/dist/esm/core/actions/v3/batch.mjs.map +1 -1
  22. package/dist/esm/core/actions/v3/call-list.mjs +16 -9
  23. package/dist/esm/core/actions/v3/call-list.mjs.map +1 -1
  24. package/dist/esm/core/actions/v3/call.mjs +1 -1
  25. package/dist/esm/core/actions/v3/fetch-list.mjs +16 -9
  26. package/dist/esm/core/actions/v3/fetch-list.mjs.map +1 -1
  27. package/dist/esm/core/actions/v3/manager-v3.mjs +6 -6
  28. package/dist/esm/core/actions/v3/manager-v3.mjs.map +1 -1
  29. package/dist/esm/core/http/abstract-http.mjs +30 -6
  30. package/dist/esm/core/http/abstract-http.mjs.map +1 -1
  31. package/dist/esm/core/http/ajax-error.mjs +1 -1
  32. package/dist/esm/core/http/ajax-result.mjs +1 -1
  33. package/dist/esm/core/http/limiters/adaptive-delayer.mjs +1 -1
  34. package/dist/esm/core/http/limiters/manager.mjs +31 -1
  35. package/dist/esm/core/http/limiters/manager.mjs.map +1 -1
  36. package/dist/esm/core/http/limiters/operating-limiter.mjs +1 -1
  37. package/dist/esm/core/http/limiters/params-factory.mjs +1 -1
  38. package/dist/esm/core/http/limiters/rate-limiter.mjs +1 -1
  39. package/dist/esm/core/http/redact.mjs +1 -1
  40. package/dist/esm/core/http/v2.mjs +2 -2
  41. package/dist/esm/core/http/v3.mjs +2 -2
  42. package/dist/esm/core/interaction/batch/abstract-interaction-batch.mjs +1 -1
  43. package/dist/esm/core/interaction/batch/parse-row.mjs +1 -1
  44. package/dist/esm/core/interaction/batch/processing/interface-strategy.mjs +1 -1
  45. package/dist/esm/core/interaction/batch/processing/v2/abstract-processing.mjs +1 -1
  46. package/dist/esm/core/interaction/batch/processing/v2/as-array.mjs +1 -1
  47. package/dist/esm/core/interaction/batch/processing/v2/as-object.mjs +1 -1
  48. package/dist/esm/core/interaction/batch/processing/v3/abstract-processing.mjs +1 -1
  49. package/dist/esm/core/interaction/batch/processing/v3/as-array.mjs +1 -1
  50. package/dist/esm/core/interaction/batch/processing/v3/as-object.mjs +1 -1
  51. package/dist/esm/core/interaction/batch/v2.mjs +1 -1
  52. package/dist/esm/core/interaction/batch/v3.mjs +1 -1
  53. package/dist/esm/core/language/list.mjs +1 -1
  54. package/dist/esm/core/request-id-generator.mjs +1 -1
  55. package/dist/esm/core/result.mjs +28 -1
  56. package/dist/esm/core/result.mjs.map +1 -1
  57. package/dist/esm/core/sdk-error.mjs +1 -1
  58. package/dist/esm/core/tools/abstract-tool.mjs +1 -1
  59. package/dist/esm/core/tools/healthcheck.mjs +1 -1
  60. package/dist/esm/core/tools/manager.mjs +3 -3
  61. package/dist/esm/core/tools/manager.mjs.map +1 -1
  62. package/dist/esm/core/tools/ping.mjs +1 -1
  63. package/dist/esm/core/version-manager.mjs +89 -12
  64. package/dist/esm/core/version-manager.mjs.map +1 -1
  65. package/dist/esm/frame/auth.mjs +1 -1
  66. package/dist/esm/frame/b24.mjs +1 -1
  67. package/dist/esm/frame/dialog.mjs +1 -1
  68. package/dist/esm/frame/frame.mjs +1 -1
  69. package/dist/esm/frame/message/commands.mjs +1 -1
  70. package/dist/esm/frame/message/controller.mjs +1 -1
  71. package/dist/esm/frame/options.mjs +1 -1
  72. package/dist/esm/frame/parent.mjs +6 -2
  73. package/dist/esm/frame/parent.mjs.map +1 -1
  74. package/dist/esm/frame/placement.mjs +1 -1
  75. package/dist/esm/frame/slider.mjs +5 -1
  76. package/dist/esm/frame/slider.mjs.map +1 -1
  77. package/dist/esm/helper/abstract-helper.mjs +1 -1
  78. package/dist/esm/helper/app-manager.mjs +1 -1
  79. package/dist/esm/helper/currency-manager.mjs +1 -1
  80. package/dist/esm/helper/helper-manager.mjs +1 -1
  81. package/dist/esm/helper/license-manager.mjs +1 -1
  82. package/dist/esm/helper/options-manager.mjs +1 -1
  83. package/dist/esm/helper/payment-manager.mjs +1 -1
  84. package/dist/esm/helper/profile-manager.mjs +1 -1
  85. package/dist/esm/helper/use-b24-helper.mjs +1 -1
  86. package/dist/esm/hook/auth.mjs +1 -1
  87. package/dist/esm/hook/b24.mjs +1 -1
  88. package/dist/esm/index.d.mts +101 -22
  89. package/dist/esm/index.d.ts +101 -22
  90. package/dist/esm/index.mjs +1 -1
  91. package/dist/esm/loader-b24frame.mjs +1 -1
  92. package/dist/esm/logger/abstract-logger.mjs +1 -1
  93. package/dist/esm/logger/browser.mjs +1 -1
  94. package/dist/esm/logger/formatter/abstract-formatter.mjs +1 -1
  95. package/dist/esm/logger/formatter/json-formatter.mjs +1 -1
  96. package/dist/esm/logger/formatter/line-formatter.mjs +1 -1
  97. package/dist/esm/logger/formatter/telegram-formatter.mjs +1 -1
  98. package/dist/esm/logger/handler/abstract-handler.mjs +1 -1
  99. package/dist/esm/logger/handler/consola-adapter.mjs +1 -1
  100. package/dist/esm/logger/handler/console-handler.mjs +1 -1
  101. package/dist/esm/logger/handler/console-v2-handler.mjs +1 -1
  102. package/dist/esm/logger/handler/memory-handler.mjs +1 -1
  103. package/dist/esm/logger/handler/stream-handler.mjs +1 -1
  104. package/dist/esm/logger/handler/telegram-handler.mjs +1 -1
  105. package/dist/esm/logger/handler/winston-adapter.mjs +1 -1
  106. package/dist/esm/logger/logger-factory.mjs +1 -1
  107. package/dist/esm/logger/logger.mjs +1 -1
  108. package/dist/esm/logger/null-logger.mjs +1 -1
  109. package/dist/esm/logger/processor/memory-usage-processor.mjs +1 -1
  110. package/dist/esm/logger/processor/pid-processor.mjs +1 -1
  111. package/dist/esm/oauth/auth.mjs +1 -1
  112. package/dist/esm/oauth/b24.mjs +1 -1
  113. package/dist/esm/oauth/refresh-token-error.mjs +1 -1
  114. package/dist/esm/pullClient/abstract-connector.mjs +1 -1
  115. package/dist/esm/pullClient/channel-manager.mjs +1 -1
  116. package/dist/esm/pullClient/client.mjs +1 -1
  117. package/dist/esm/pullClient/errors.mjs +1 -1
  118. package/dist/esm/pullClient/json-rpc.mjs +1 -1
  119. package/dist/esm/pullClient/long-polling-connector.mjs +1 -1
  120. package/dist/esm/pullClient/protobuf/index.mjs +1 -1
  121. package/dist/esm/pullClient/protobuf/model.mjs +1 -1
  122. package/dist/esm/pullClient/protobuf/protobuf.mjs +53 -53
  123. package/dist/esm/pullClient/protobuf/protobuf.mjs.map +1 -1
  124. package/dist/esm/pullClient/shared-config.mjs +1 -1
  125. package/dist/esm/pullClient/storage-manager.mjs +1 -1
  126. package/dist/esm/pullClient/web-socket-connector.mjs +1 -1
  127. package/dist/esm/tools/browser.mjs +1 -1
  128. package/dist/esm/tools/environment.mjs +1 -1
  129. package/dist/esm/tools/formatters/iban.mjs +1 -1
  130. package/dist/esm/tools/formatters/numbers.mjs +1 -1
  131. package/dist/esm/tools/index.mjs +1 -1
  132. package/dist/esm/tools/scroll-size.mjs +1 -1
  133. package/dist/esm/tools/text.mjs +1 -1
  134. package/dist/esm/tools/type.mjs +1 -1
  135. package/dist/esm/tools/use-formatters.mjs +1 -1
  136. package/dist/esm/tools/uuidv7.mjs +1 -1
  137. package/dist/esm/types/b24-helper.mjs +1 -1
  138. package/dist/esm/types/b24.mjs +1 -1
  139. package/dist/esm/types/bizproc/index.mjs +1 -1
  140. package/dist/esm/types/catalog/index.mjs +1 -1
  141. package/dist/esm/types/common.mjs +1 -1
  142. package/dist/esm/types/crm/entity-type.mjs +1 -1
  143. package/dist/esm/types/crm/productrow.mjs +1 -1
  144. package/dist/esm/types/logger.mjs +1 -1
  145. package/dist/esm/types/pull.mjs +1 -1
  146. package/dist/umd/index.js +1899 -1309
  147. package/dist/umd/index.js.map +1 -1
  148. package/dist/umd/index.min.js +28 -28
  149. package/dist/umd/index.min.js.map +1 -1
  150. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @package @bitrix24/b24jssdk
3
- * @version 1.1.2
3
+ * @version 1.3.0
4
4
  * @copyright (c) 2026 Bitrix24
5
5
  * @license MIT
6
6
  * @see https://github.com/bitrix24/b24jssdk
@@ -29,7 +29,7 @@ function requireProtobuf () {
29
29
  var protobuf = $require(entries[0]);
30
30
  if (module && module.exports)
31
31
  module.exports = protobuf;
32
- }), "prelude"))({ 1: [function(require2, module2, exports$1) {
32
+ }), "prelude"))({ 1: [function(require2, module2, exports) {
33
33
  module2.exports = asPromise;
34
34
  function asPromise(fn, ctx) {
35
35
  var params = new Array(arguments.length - 1), offset = 0, index = 2, pending = true;
@@ -60,8 +60,8 @@ function requireProtobuf () {
60
60
  }, "executor"));
61
61
  }
62
62
  __name(asPromise, "asPromise");
63
- }, {}], 2: [function(require2, module2, exports$1) {
64
- var base64 = exports$1;
63
+ }, {}], 2: [function(require2, module2, exports) {
64
+ var base64 = exports;
65
65
  base64.length = /* @__PURE__ */ __name(function length(string) {
66
66
  var p = string.length;
67
67
  if (!p)
@@ -153,7 +153,7 @@ function requireProtobuf () {
153
153
  base64.test = /* @__PURE__ */ __name(function test(string) {
154
154
  return /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(string);
155
155
  }, "test");
156
- }, {}], 3: [function(require2, module2, exports$1) {
156
+ }, {}], 3: [function(require2, module2, exports) {
157
157
  module2.exports = codegen;
158
158
  function codegen(functionParams, functionName) {
159
159
  if (typeof functionParams === "string") {
@@ -212,7 +212,7 @@ function requireProtobuf () {
212
212
  }
213
213
  __name(codegen, "codegen");
214
214
  codegen.verbose = false;
215
- }, {}], 4: [function(require2, module2, exports$1) {
215
+ }, {}], 4: [function(require2, module2, exports) {
216
216
  module2.exports = EventEmitter;
217
217
  function EventEmitter() {
218
218
  this._listeners = {};
@@ -253,7 +253,7 @@ function requireProtobuf () {
253
253
  }
254
254
  return this;
255
255
  }, "emit");
256
- }, {}], 5: [function(require2, module2, exports$1) {
256
+ }, {}], 5: [function(require2, module2, exports) {
257
257
  module2.exports = fetch;
258
258
  var asPromise = require2(1), inquire = require2(7);
259
259
  var fs = inquire("fs");
@@ -298,7 +298,7 @@ function requireProtobuf () {
298
298
  xhr.open("GET", filename);
299
299
  xhr.send();
300
300
  }, "fetch_xhr");
301
- }, { "1": 1, "7": 7 }], 6: [function(require2, module2, exports$1) {
301
+ }, { "1": 1, "7": 7 }], 6: [function(require2, module2, exports) {
302
302
  module2.exports = factory(factory);
303
303
  function factory(exports2) {
304
304
  if (typeof Float32Array !== "undefined") (function() {
@@ -503,7 +503,7 @@ function requireProtobuf () {
503
503
  return (buf[pos] << 24 | buf[pos + 1] << 16 | buf[pos + 2] << 8 | buf[pos + 3]) >>> 0;
504
504
  }
505
505
  __name(readUintBE, "readUintBE");
506
- }, {}], 7: [function(require2, module2, exports$1) {
506
+ }, {}], 7: [function(require2, module2, exports) {
507
507
  module2.exports = inquire;
508
508
  function inquire(moduleName) {
509
509
  try {
@@ -515,8 +515,8 @@ function requireProtobuf () {
515
515
  return null;
516
516
  }
517
517
  __name(inquire, "inquire");
518
- }, {}], 8: [function(require2, module2, exports$1) {
519
- var path = exports$1;
518
+ }, {}], 8: [function(require2, module2, exports) {
519
+ var path = exports;
520
520
  var isAbsolute = (
521
521
  /**
522
522
  * Tests if the specified path is absolute.
@@ -563,7 +563,7 @@ function requireProtobuf () {
563
563
  originPath = normalize(originPath);
564
564
  return (originPath = originPath.replace(/(?:\/|^)[^/]+$/, "")).length ? normalize(originPath + "/" + includePath) : includePath;
565
565
  }, "resolve");
566
- }, {}], 9: [function(require2, module2, exports$1) {
566
+ }, {}], 9: [function(require2, module2, exports) {
567
567
  module2.exports = pool;
568
568
  function pool(alloc, slice, size) {
569
569
  var SIZE = size || 8192;
@@ -584,8 +584,8 @@ function requireProtobuf () {
584
584
  }, "pool_alloc");
585
585
  }
586
586
  __name(pool, "pool");
587
- }, {}], 10: [function(require2, module2, exports$1) {
588
- var utf8 = exports$1;
587
+ }, {}], 10: [function(require2, module2, exports) {
588
+ var utf8 = exports;
589
589
  utf8.length = /* @__PURE__ */ __name(function utf8_length(string) {
590
590
  var len = 0, c = 0;
591
591
  for (var i = 0; i < string.length; ++i) {
@@ -655,7 +655,7 @@ function requireProtobuf () {
655
655
  }
656
656
  return offset - start;
657
657
  }, "utf8_write");
658
- }, {}], 11: [function(require2, module2, exports$1) {
658
+ }, {}], 11: [function(require2, module2, exports) {
659
659
  module2.exports = common;
660
660
  var commonRe = /\/|\./;
661
661
  function common(name, json) {
@@ -982,8 +982,8 @@ function requireProtobuf () {
982
982
  common.get = /* @__PURE__ */ __name(function get(file) {
983
983
  return common[file] || null;
984
984
  }, "get");
985
- }, {}], 12: [function(require2, module2, exports$1) {
986
- var converter = exports$1;
985
+ }, {}], 12: [function(require2, module2, exports) {
986
+ var converter = exports;
987
987
  var Enum = require2(15), util = require2(37);
988
988
  function genValuePartial_fromObject(gen, field, fieldIndex, prop) {
989
989
  if (field.resolvedType) {
@@ -1174,7 +1174,7 @@ function requireProtobuf () {
1174
1174
  }
1175
1175
  return gen("return d");
1176
1176
  }, "toObject");
1177
- }, { "15": 15, "37": 37 }], 13: [function(require2, module2, exports$1) {
1177
+ }, { "15": 15, "37": 37 }], 13: [function(require2, module2, exports) {
1178
1178
  module2.exports = decoder;
1179
1179
  var Enum = require2(15), types = require2(36), util = require2(37);
1180
1180
  function missing(field) {
@@ -1218,7 +1218,7 @@ function requireProtobuf () {
1218
1218
  return gen("return m");
1219
1219
  }
1220
1220
  __name(decoder, "decoder");
1221
- }, { "15": 15, "36": 36, "37": 37 }], 14: [function(require2, module2, exports$1) {
1221
+ }, { "15": 15, "36": 36, "37": 37 }], 14: [function(require2, module2, exports) {
1222
1222
  module2.exports = encoder;
1223
1223
  var Enum = require2(15), types = require2(36), util = require2(37);
1224
1224
  function genTypePartial(gen, field, fieldIndex, ref) {
@@ -1261,7 +1261,7 @@ function requireProtobuf () {
1261
1261
  return gen("return w");
1262
1262
  }
1263
1263
  __name(encoder, "encoder");
1264
- }, { "15": 15, "36": 36, "37": 37 }], 15: [function(require2, module2, exports$1) {
1264
+ }, { "15": 15, "36": 36, "37": 37 }], 15: [function(require2, module2, exports) {
1265
1265
  module2.exports = Enum;
1266
1266
  var ReflectionObject = require2(24);
1267
1267
  ((Enum.prototype = Object.create(ReflectionObject.prototype)).constructor = Enum).className = "Enum";
@@ -1339,7 +1339,7 @@ function requireProtobuf () {
1339
1339
  Enum.prototype.isReservedName = /* @__PURE__ */ __name(function isReservedName(name) {
1340
1340
  return Namespace.isReservedName(this.reserved, name);
1341
1341
  }, "isReservedName");
1342
- }, { "23": 23, "24": 24, "37": 37 }], 16: [function(require2, module2, exports$1) {
1342
+ }, { "23": 23, "24": 24, "37": 37 }], 16: [function(require2, module2, exports) {
1343
1343
  module2.exports = Field;
1344
1344
  var ReflectionObject = require2(24);
1345
1345
  ((Field.prototype = Object.create(ReflectionObject.prototype)).constructor = Field).className = "Field";
@@ -1476,7 +1476,7 @@ function requireProtobuf () {
1476
1476
  Field._configure = /* @__PURE__ */ __name(function configure(Type_) {
1477
1477
  Type = Type_;
1478
1478
  }, "configure");
1479
- }, { "15": 15, "24": 24, "36": 36, "37": 37 }], 17: [function(require2, module2, exports$1) {
1479
+ }, { "15": 15, "24": 24, "36": 36, "37": 37 }], 17: [function(require2, module2, exports) {
1480
1480
  var protobuf = module2.exports = require2(18);
1481
1481
  protobuf.build = "light";
1482
1482
  function load(filename, root, callback) {
@@ -1518,8 +1518,8 @@ function requireProtobuf () {
1518
1518
  protobuf.Namespace._configure(protobuf.Type, protobuf.Service);
1519
1519
  protobuf.Root._configure(protobuf.Type);
1520
1520
  protobuf.Field._configure(protobuf.Type);
1521
- }, { "12": 12, "13": 13, "14": 14, "15": 15, "16": 16, "18": 18, "20": 20, "21": 21, "22": 22, "23": 23, "24": 24, "25": 25, "29": 29, "33": 33, "35": 35, "36": 36, "37": 37, "40": 40, "41": 41 }], 18: [function(require2, module2, exports$1) {
1522
- var protobuf = exports$1;
1521
+ }, { "12": 12, "13": 13, "14": 14, "15": 15, "16": 16, "18": 18, "20": 20, "21": 21, "22": 22, "23": 23, "24": 24, "25": 25, "29": 29, "33": 33, "35": 35, "36": 36, "37": 37, "40": 40, "41": 41 }], 18: [function(require2, module2, exports) {
1522
+ var protobuf = exports;
1523
1523
  protobuf.build = "minimal";
1524
1524
  protobuf.Writer = require2(42);
1525
1525
  protobuf.BufferWriter = require2(43);
@@ -1536,14 +1536,14 @@ function requireProtobuf () {
1536
1536
  __name(configure, "configure");
1537
1537
  protobuf.Writer._configure(protobuf.BufferWriter);
1538
1538
  configure();
1539
- }, { "27": 27, "28": 28, "30": 30, "31": 31, "39": 39, "42": 42, "43": 43 }], 19: [function(require2, module2, exports$1) {
1539
+ }, { "27": 27, "28": 28, "30": 30, "31": 31, "39": 39, "42": 42, "43": 43 }], 19: [function(require2, module2, exports) {
1540
1540
  var protobuf = module2.exports = require2(17);
1541
1541
  protobuf.build = "full";
1542
1542
  protobuf.tokenize = require2(34);
1543
1543
  protobuf.parse = require2(26);
1544
1544
  protobuf.common = require2(11);
1545
1545
  protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);
1546
- }, { "11": 11, "17": 17, "26": 26, "34": 34 }], 20: [function(require2, module2, exports$1) {
1546
+ }, { "11": 11, "17": 17, "26": 26, "34": 34 }], 20: [function(require2, module2, exports) {
1547
1547
  module2.exports = MapField;
1548
1548
  var Field = require2(16);
1549
1549
  ((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField";
@@ -1593,7 +1593,7 @@ function requireProtobuf () {
1593
1593
  util.decorateType(prototype.constructor).add(new MapField(fieldName, fieldId, fieldKeyType, fieldValueType));
1594
1594
  }, "mapFieldDecorator");
1595
1595
  }, "decorateMapField");
1596
- }, { "16": 16, "36": 36, "37": 37 }], 21: [function(require2, module2, exports$1) {
1596
+ }, { "16": 16, "36": 36, "37": 37 }], 21: [function(require2, module2, exports) {
1597
1597
  module2.exports = Message;
1598
1598
  var util = require2(39);
1599
1599
  function Message(properties) {
@@ -1629,7 +1629,7 @@ function requireProtobuf () {
1629
1629
  Message.prototype.toJSON = /* @__PURE__ */ __name(function toJSON() {
1630
1630
  return this.$type.toObject(this, util.toJSONOptions);
1631
1631
  }, "toJSON");
1632
- }, { "39": 39 }], 22: [function(require2, module2, exports$1) {
1632
+ }, { "39": 39 }], 22: [function(require2, module2, exports) {
1633
1633
  module2.exports = Method;
1634
1634
  var ReflectionObject = require2(24);
1635
1635
  ((Method.prototype = Object.create(ReflectionObject.prototype)).constructor = Method).className = "Method";
@@ -1689,7 +1689,7 @@ function requireProtobuf () {
1689
1689
  this.resolvedResponseType = this.parent.lookupType(this.responseType);
1690
1690
  return ReflectionObject.prototype.resolve.call(this);
1691
1691
  }, "resolve");
1692
- }, { "24": 24, "37": 37 }], 23: [function(require2, module2, exports$1) {
1692
+ }, { "24": 24, "37": 37 }], 23: [function(require2, module2, exports) {
1693
1693
  module2.exports = Namespace;
1694
1694
  var ReflectionObject = require2(24);
1695
1695
  ((Namespace.prototype = Object.create(ReflectionObject.prototype)).constructor = Namespace).className = "Namespace";
@@ -1891,7 +1891,7 @@ function requireProtobuf () {
1891
1891
  Type = Type_;
1892
1892
  Service = Service_;
1893
1893
  };
1894
- }, { "15": 15, "16": 16, "24": 24, "37": 37 }], 24: [function(require2, module2, exports$1) {
1894
+ }, { "15": 15, "16": 16, "24": 24, "37": 37 }], 24: [function(require2, module2, exports) {
1895
1895
  module2.exports = ReflectionObject;
1896
1896
  ReflectionObject.className = "ReflectionObject";
1897
1897
  var util = require2(37);
@@ -1993,7 +1993,7 @@ function requireProtobuf () {
1993
1993
  ReflectionObject._configure = function(Root_) {
1994
1994
  Root = Root_;
1995
1995
  };
1996
- }, { "37": 37 }], 25: [function(require2, module2, exports$1) {
1996
+ }, { "37": 37 }], 25: [function(require2, module2, exports) {
1997
1997
  module2.exports = OneOf;
1998
1998
  var ReflectionObject = require2(24);
1999
1999
  ((OneOf.prototype = Object.create(ReflectionObject.prototype)).constructor = OneOf).className = "OneOf";
@@ -2087,7 +2087,7 @@ function requireProtobuf () {
2087
2087
  });
2088
2088
  }, "oneOfDecorator");
2089
2089
  }, "decorateOneOf");
2090
- }, { "16": 16, "24": 24, "37": 37 }], 26: [function(require2, module2, exports$1) {
2090
+ }, { "16": 16, "24": 24, "37": 37 }], 26: [function(require2, module2, exports) {
2091
2091
  module2.exports = parse;
2092
2092
  parse.filename = null;
2093
2093
  parse.defaults = { keepCase: false };
@@ -2636,7 +2636,7 @@ function requireProtobuf () {
2636
2636
  };
2637
2637
  }
2638
2638
  __name(parse, "parse");
2639
- }, { "15": 15, "16": 16, "20": 20, "22": 22, "25": 25, "29": 29, "33": 33, "34": 34, "35": 35, "36": 36, "37": 37 }], 27: [function(require2, module2, exports$1) {
2639
+ }, { "15": 15, "16": 16, "20": 20, "22": 22, "25": 25, "29": 29, "33": 33, "34": 34, "35": 35, "36": 36, "37": 37 }], 27: [function(require2, module2, exports) {
2640
2640
  module2.exports = Reader;
2641
2641
  var util = require2(39);
2642
2642
  var BufferReader;
@@ -2851,7 +2851,7 @@ function requireProtobuf () {
2851
2851
  }, "read_sfixed64")
2852
2852
  });
2853
2853
  };
2854
- }, { "39": 39 }], 28: [function(require2, module2, exports$1) {
2854
+ }, { "39": 39 }], 28: [function(require2, module2, exports) {
2855
2855
  module2.exports = BufferReader;
2856
2856
  var Reader = require2(27);
2857
2857
  (BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader;
@@ -2866,7 +2866,7 @@ function requireProtobuf () {
2866
2866
  var len = this.uint32();
2867
2867
  return this.buf.utf8Slice(this.pos, this.pos = Math.min(this.pos + len, this.len));
2868
2868
  }, "read_string_buffer");
2869
- }, { "27": 27, "39": 39 }], 29: [function(require2, module2, exports$1) {
2869
+ }, { "27": 27, "39": 39 }], 29: [function(require2, module2, exports) {
2870
2870
  module2.exports = Root;
2871
2871
  var Namespace = require2(23);
2872
2872
  ((Root.prototype = Object.create(Namespace.prototype)).constructor = Root).className = "Root";
@@ -3083,12 +3083,12 @@ function requireProtobuf () {
3083
3083
  parse = parse_;
3084
3084
  common = common_;
3085
3085
  };
3086
- }, { "15": 15, "16": 16, "23": 23, "25": 25, "37": 37 }], 30: [function(require2, module2, exports$1) {
3086
+ }, { "15": 15, "16": 16, "23": 23, "25": 25, "37": 37 }], 30: [function(require2, module2, exports) {
3087
3087
  module2.exports = {};
3088
- }, {}], 31: [function(require2, module2, exports$1) {
3089
- var rpc = exports$1;
3088
+ }, {}], 31: [function(require2, module2, exports) {
3089
+ var rpc = exports;
3090
3090
  rpc.Service = require2(32);
3091
- }, { "32": 32 }], 32: [function(require2, module2, exports$1) {
3091
+ }, { "32": 32 }], 32: [function(require2, module2, exports) {
3092
3092
  module2.exports = Service;
3093
3093
  var util = require2(39);
3094
3094
  (Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service;
@@ -3158,7 +3158,7 @@ function requireProtobuf () {
3158
3158
  }
3159
3159
  return this;
3160
3160
  }, "end");
3161
- }, { "39": 39 }], 33: [function(require2, module2, exports$1) {
3161
+ }, { "39": 39 }], 33: [function(require2, module2, exports) {
3162
3162
  module2.exports = Service;
3163
3163
  var Namespace = require2(23);
3164
3164
  ((Service.prototype = Object.create(Namespace.prototype)).constructor = Service).className = "Service";
@@ -3246,7 +3246,7 @@ function requireProtobuf () {
3246
3246
  }
3247
3247
  return rpcService;
3248
3248
  }, "create");
3249
- }, { "22": 22, "23": 23, "31": 31, "37": 37 }], 34: [function(require2, module2, exports$1) {
3249
+ }, { "22": 22, "23": 23, "31": 31, "37": 37 }], 34: [function(require2, module2, exports) {
3250
3250
  module2.exports = tokenize;
3251
3251
  var delimRe = /[\s{}=;:[\],'"()<>]/g, stringDoubleRe = /(?:"([^"\\]*(?:\\.[^"\\]*)*)")/g, stringSingleRe = /(?:'([^'\\]*(?:\\.[^'\\]*)*)')/g;
3252
3252
  var setCommentRe = /^ *[*/]+ */, setCommentAltRe = /^\s*\*?\/*/, setCommentSplitRe = /\n/g, whitespaceRe = /\s/, unescapeRe = /\\(.?)/g;
@@ -3477,7 +3477,7 @@ function requireProtobuf () {
3477
3477
  });
3478
3478
  }
3479
3479
  __name(tokenize, "tokenize");
3480
- }, {}], 35: [function(require2, module2, exports$1) {
3480
+ }, {}], 35: [function(require2, module2, exports) {
3481
3481
  module2.exports = Type;
3482
3482
  var Namespace = require2(23);
3483
3483
  ((Type.prototype = Object.create(Namespace.prototype)).constructor = Type).className = "Type";
@@ -3777,8 +3777,8 @@ function requireProtobuf () {
3777
3777
  util.decorateType(target, typeName);
3778
3778
  }, "typeDecorator");
3779
3779
  }, "decorateType");
3780
- }, { "12": 12, "13": 13, "14": 14, "15": 15, "16": 16, "20": 20, "21": 21, "23": 23, "25": 25, "27": 27, "33": 33, "37": 37, "40": 40, "41": 41, "42": 42 }], 36: [function(require2, module2, exports$1) {
3781
- var types = exports$1;
3780
+ }, { "12": 12, "13": 13, "14": 14, "15": 15, "16": 16, "20": 20, "21": 21, "23": 23, "25": 25, "27": 27, "33": 33, "37": 37, "40": 40, "41": 41, "42": 42 }], 36: [function(require2, module2, exports) {
3781
+ var types = exports;
3782
3782
  var util = require2(37);
3783
3783
  var s = [
3784
3784
  "double",
@@ -3951,7 +3951,7 @@ function requireProtobuf () {
3951
3951
  /* bool */
3952
3952
  0
3953
3953
  ]);
3954
- }, { "37": 37 }], 37: [function(require2, module2, exports$1) {
3954
+ }, { "37": 37 }], 37: [function(require2, module2, exports) {
3955
3955
  var util = module2.exports = require2(39);
3956
3956
  var roots = require2(30);
3957
3957
  var Type, Enum;
@@ -4032,7 +4032,7 @@ function requireProtobuf () {
4032
4032
  return roots["decorated"] || (roots["decorated"] = new (require2(29))());
4033
4033
  }, "get")
4034
4034
  });
4035
- }, { "15": 15, "29": 29, "3": 3, "30": 30, "35": 35, "39": 39, "5": 5, "8": 8 }], 38: [function(require2, module2, exports$1) {
4035
+ }, { "15": 15, "29": 29, "3": 3, "30": 30, "35": 35, "39": 39, "5": 5, "8": 8 }], 38: [function(require2, module2, exports) {
4036
4036
  module2.exports = LongBits;
4037
4037
  var util = require2(39);
4038
4038
  function LongBits(lo, hi) {
@@ -4129,8 +4129,8 @@ function requireProtobuf () {
4129
4129
  var part0 = this.lo, part1 = (this.lo >>> 28 | this.hi << 4) >>> 0, part2 = this.hi >>> 24;
4130
4130
  return part2 === 0 ? part1 === 0 ? part0 < 16384 ? part0 < 128 ? 1 : 2 : part0 < 2097152 ? 3 : 4 : part1 < 16384 ? part1 < 128 ? 5 : 6 : part1 < 2097152 ? 7 : 8 : part2 < 128 ? 9 : 10;
4131
4131
  }, "length");
4132
- }, { "39": 39 }], 39: [function(require2, module2, exports$1) {
4133
- var util = exports$1;
4132
+ }, { "39": 39 }], 39: [function(require2, module2, exports) {
4133
+ var util = exports;
4134
4134
  util.asPromise = require2(1);
4135
4135
  util.base64 = require2(2);
4136
4136
  util.EventEmitter = require2(4);
@@ -4278,7 +4278,7 @@ function requireProtobuf () {
4278
4278
  return new Buffer2(size);
4279
4279
  }, "Buffer_allocUnsafe");
4280
4280
  };
4281
- }, { "1": 1, "10": 10, "2": 2, "38": 38, "4": 4, "6": 6, "7": 7, "9": 9 }], 40: [function(require2, module2, exports$1) {
4281
+ }, { "1": 1, "10": 10, "2": 2, "38": 38, "4": 4, "6": 6, "7": 7, "9": 9 }], 40: [function(require2, module2, exports) {
4282
4282
  module2.exports = verifier;
4283
4283
  var Enum = require2(15), util = require2(37);
4284
4284
  function invalid(field, expected) {
@@ -4380,8 +4380,8 @@ function requireProtobuf () {
4380
4380
  return gen("return null");
4381
4381
  }
4382
4382
  __name(verifier, "verifier");
4383
- }, { "15": 15, "37": 37 }], 41: [function(require2, module2, exports$1) {
4384
- var wrappers = exports$1;
4383
+ }, { "15": 15, "37": 37 }], 41: [function(require2, module2, exports) {
4384
+ var wrappers = exports;
4385
4385
  var Message = require2(21);
4386
4386
  wrappers[".google.protobuf.Any"] = {
4387
4387
  fromObject: /* @__PURE__ */ __name(function(object) {
@@ -4412,7 +4412,7 @@ function requireProtobuf () {
4412
4412
  return this.toObject(message, options);
4413
4413
  }, "toObject")
4414
4414
  };
4415
- }, { "21": 21 }], 42: [function(require2, module2, exports$1) {
4415
+ }, { "21": 21 }], 42: [function(require2, module2, exports) {
4416
4416
  module2.exports = Writer;
4417
4417
  var util = require2(39);
4418
4418
  var BufferWriter;
@@ -4599,7 +4599,7 @@ function requireProtobuf () {
4599
4599
  Writer._configure = function(BufferWriter_) {
4600
4600
  BufferWriter = BufferWriter_;
4601
4601
  };
4602
- }, { "39": 39 }], 43: [function(require2, module2, exports$1) {
4602
+ }, { "39": 39 }], 43: [function(require2, module2, exports) {
4603
4603
  module2.exports = BufferWriter;
4604
4604
  var Writer = require2(42);
4605
4605
  (BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter;