@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.
- package/dist/adapters/angular/index.cjs +3 -3
- package/dist/adapters/angular/index.js +1 -1
- package/dist/{chunk-AU5C7Y4P.cjs → chunk-SXCZIX2Z.cjs} +3 -3
- package/dist/chunk-SXCZIX2Z.cjs.map +1 -0
- package/dist/{chunk-4IJ3Z2SR.js → chunk-YXGWZRDY.js} +3 -3
- package/dist/chunk-YXGWZRDY.js.map +1 -0
- package/dist/index.cjs +389 -389
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-4IJ3Z2SR.js.map +0 -1
- package/dist/chunk-AU5C7Y4P.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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:
|
|
150
|
+
provide: chunkSXCZIX2Z_cjs.DvinaSdk,
|
|
151
151
|
useFactory: () => {
|
|
152
152
|
const options = typeof optionsOrFactory === "function" ? optionsOrFactory() : optionsOrFactory;
|
|
153
|
-
return new
|
|
153
|
+
return new chunkSXCZIX2Z_cjs.DvinaSdk(options);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
]);
|
|
@@ -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-
|
|
23519
|
-
//# sourceMappingURL=chunk-
|
|
23518
|
+
//# sourceMappingURL=chunk-SXCZIX2Z.cjs.map
|
|
23519
|
+
//# sourceMappingURL=chunk-SXCZIX2Z.cjs.map
|