@dvina/sdk 4.0.230 → 4.0.232

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkAU5C7Y4P_cjs = require('../../chunk-AU5C7Y4P.cjs');
3
+ var chunkSXCZIX2Z_cjs = require('../../chunk-SXCZIX2Z.cjs');
4
4
  require('../../chunk-342BFYZZ.cjs');
5
5
  require('../../chunk-UELAE75E.cjs');
6
6
  require('../../chunk-4Y42KQCH.cjs');
@@ -147,10 +147,10 @@ function hasDispose(value) {
147
147
  function provideDvina(optionsOrFactory) {
148
148
  return core.makeEnvironmentProviders([
149
149
  {
150
- provide: chunkAU5C7Y4P_cjs.DvinaSdk,
150
+ provide: chunkSXCZIX2Z_cjs.DvinaSdk,
151
151
  useFactory: () => {
152
152
  const options = typeof optionsOrFactory === "function" ? optionsOrFactory() : optionsOrFactory;
153
- return new chunkAU5C7Y4P_cjs.DvinaSdk(options);
153
+ return new chunkSXCZIX2Z_cjs.DvinaSdk(options);
154
154
  }
155
155
  }
156
156
  ]);
@@ -1,4 +1,4 @@
1
- import { DvinaSdk } from '../../chunk-4IJ3Z2SR.js';
1
+ import { DvinaSdk } from '../../chunk-YXGWZRDY.js';
2
2
  import '../../chunk-KEM6SUTS.js';
3
3
  import '../../chunk-PDM2KR7T.js';
4
4
  import '../../chunk-RVXRT5EI.js';
@@ -17032,7 +17032,7 @@ var ChatMessagesQuery = class _ChatMessagesQuery extends chunk342BFYZZ_cjs.Reque
17032
17032
  entityType: "chatMessages",
17033
17033
  operationName: "chatMessages",
17034
17034
  modelName: "ChatMessage",
17035
- filter: variables?.filter
17035
+ filter: variables?.filter ? { AND: [{ chatId: { equals: variables.chatId } }, variables.filter] } : { chatId: { equals: variables.chatId } }
17036
17036
  },
17037
17037
  watchedRelations
17038
17038
  );
@@ -23515,5 +23515,5 @@ exports.getOrCreateDatabase = getOrCreateDatabase;
23515
23515
  exports.reconstructConnectionNodes = reconstructConnectionNodes;
23516
23516
  exports.reconstructEntity = reconstructEntity;
23517
23517
  exports.uploadFile = uploadFile;
23518
- //# sourceMappingURL=chunk-AU5C7Y4P.cjs.map
23519
- //# sourceMappingURL=chunk-AU5C7Y4P.cjs.map
23518
+ //# sourceMappingURL=chunk-SXCZIX2Z.cjs.map
23519
+ //# sourceMappingURL=chunk-SXCZIX2Z.cjs.map