@kokimoki/app 2.1.0 → 2.1.1

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.
@@ -107,6 +107,8 @@ declare class KokimokiAiService {
107
107
  * higher values make it more creative and varied.
108
108
  * @param req.maxTokens Optional. The maximum number of tokens to generate in the response.
109
109
  * Controls the length of the AI's output.
110
+ * @param req.imageUrls Optional. Image URLs to include with the user prompt (Gemini models only).
111
+ * Allows the AI to analyze and respond based on the provided images.
110
112
  *
111
113
  * @returns A promise that resolves to an object containing the AI-generated response.
112
114
  * @returns {string} content The text content of the AI's response.
@@ -11340,6 +11340,8 @@ class KokimokiAiService {
11340
11340
  * higher values make it more creative and varied.
11341
11341
  * @param req.maxTokens Optional. The maximum number of tokens to generate in the response.
11342
11342
  * Controls the length of the AI's output.
11343
+ * @param req.imageUrls Optional. Image URLs to include with the user prompt (Gemini models only).
11344
+ * Allows the AI to analyze and respond based on the provided images.
11343
11345
  *
11344
11346
  * @returns A promise that resolves to an object containing the AI-generated response.
11345
11347
  * @returns {string} content The text content of the AI's response.
@@ -12126,16 +12128,16 @@ var functionApply = Function.prototype.apply;
12126
12128
  /** @type {import('./reflectApply')} */
12127
12129
  var reflectApply$1 = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
12128
12130
 
12129
- var bind$5 = functionBind;
12131
+ var bind$4 = functionBind;
12130
12132
 
12131
12133
  var $apply$2 = functionApply;
12132
12134
  var $call$2 = functionCall;
12133
12135
  var $reflectApply = reflectApply$1;
12134
12136
 
12135
12137
  /** @type {import('./actualApply')} */
12136
- var actualApply$1 = $reflectApply || bind$5.call($call$2, $apply$2);
12138
+ var actualApply$1 = $reflectApply || bind$4.call($call$2, $apply$2);
12137
12139
 
12138
- var bind$4 = functionBind;
12140
+ var bind$3 = functionBind;
12139
12141
  var $TypeError$4 = requireType();
12140
12142
 
12141
12143
  var $call$1 = functionCall;
@@ -12146,7 +12148,7 @@ var callBindApplyHelpers = function callBindBasic(args) {
12146
12148
  if (args.length < 1 || typeof args[0] !== 'function') {
12147
12149
  throw new $TypeError$4('a function is required');
12148
12150
  }
12149
- return $actualApply(bind$4, $call$1, args);
12151
+ return $actualApply(bind$3, $call$1, args);
12150
12152
  };
12151
12153
 
12152
12154
  var callBind$2 = callBindApplyHelpers;
@@ -12204,12 +12206,21 @@ var getProto$4 = reflectGetProto
12204
12206
  }
12205
12207
  : null;
12206
12208
 
12207
- var call = Function.prototype.call;
12208
- var $hasOwn = Object.prototype.hasOwnProperty;
12209
- var bind$3 = functionBind;
12209
+ var hasown;
12210
+ var hasRequiredHasown;
12210
12211
 
12211
- /** @type {import('.')} */
12212
- var hasown = bind$3.call(call, $hasOwn);
12212
+ function requireHasown () {
12213
+ if (hasRequiredHasown) return hasown;
12214
+ hasRequiredHasown = 1;
12215
+
12216
+ var call = Function.prototype.call;
12217
+ var $hasOwn = Object.prototype.hasOwnProperty;
12218
+ var bind = functionBind;
12219
+
12220
+ /** @type {import('.')} */
12221
+ hasown = bind.call(call, $hasOwn);
12222
+ return hasown;
12223
+ }
12213
12224
 
12214
12225
  var undefined$1;
12215
12226
 
@@ -12452,7 +12463,7 @@ var LEGACY_ALIASES = {
12452
12463
  };
12453
12464
 
12454
12465
  var bind$2 = functionBind;
12455
- var hasOwn$1 = hasown;
12466
+ var hasOwn$1 = requireHasown();
12456
12467
  var $concat = bind$2.call($call, Array.prototype.concat);
12457
12468
  var $spliceApply = bind$2.call($apply$1, Array.prototype.splice);
12458
12469
  var $replace = bind$2.call($call, String.prototype.replace);
@@ -12651,7 +12662,7 @@ var isArguments = supportsStandardArguments ? isStandardArguments : isLegacyArgu
12651
12662
 
12652
12663
  var callBound$3 = callBound$5;
12653
12664
  var hasToStringTag$3 = shams();
12654
- var hasOwn = hasown;
12665
+ var hasOwn = requireHasown();
12655
12666
  var gOPD$2 = gopd$1;
12656
12667
 
12657
12668
  /** @type {import('.')} */
@@ -15959,7 +15970,7 @@ class KokimokiTransaction {
15959
15970
  }
15960
15971
 
15961
15972
  // Auto-generated file. Do not edit manually.
15962
- const KOKIMOKI_APP_VERSION = '2.1.0';
15973
+ const KOKIMOKI_APP_VERSION = '2.1.1';
15963
15974
 
15964
15975
  var RoomSubscriptionMode;
15965
15976
  (function (RoomSubscriptionMode) {