proto.io 0.0.138 → 0.0.139

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,11 +1,11 @@
1
1
  import _ from 'lodash';
2
2
  import { F as FileStorageBase } from '../../internals/index-be1VYBY2.mjs';
3
- import { Q as QuerySelector } from '../../internals/index-DFAi7Z7H.mjs';
3
+ import { Q as QuerySelector } from '../../internals/index-DTZ5uRgF.mjs';
4
4
  import { bufferToBase64, base64ToBuffer } from '@o2ter/utils-js';
5
5
  import 'util';
6
6
  import 'zlib';
7
7
  import '../../internals/private-BUpLAMZi.mjs';
8
- import '../../internals/index-DRzRIomK.mjs';
8
+ import '../../internals/index-EOtjV6U_.mjs';
9
9
  import 'decimal.js';
10
10
 
11
11
  //
@@ -134,7 +134,10 @@ interface SqlDialect {
134
134
  className: string;
135
135
  name: string;
136
136
  }): Record<string, SQL>;
137
- encodeSortKey(className: string, key: string): SQL;
137
+ encodeSortKey(compiler: QueryCompiler, parent: {
138
+ className?: string;
139
+ name: string;
140
+ }, key: string): SQL;
138
141
  random(opts: {
139
142
  weight?: string;
140
143
  }): SQL;