proto.io 0.0.162 → 0.0.164
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/file/database.d.ts +2 -2
- package/dist/adapters/file/filesystem.d.ts +2 -2
- package/dist/adapters/file/google-cloud-storage.d.ts +2 -2
- package/dist/adapters/storage/progres.d.ts +1 -1
- package/dist/adapters/storage/progres.js +2 -1
- package/dist/adapters/storage/progres.js.map +1 -1
- package/dist/adapters/storage/progres.mjs +2 -1
- package/dist/adapters/storage/progres.mjs.map +1 -1
- package/dist/client.d.ts +3 -3
- package/dist/client.js +1 -1
- package/dist/client.mjs +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internals/{index-LYC1mup1.d.ts → index-BeV63sFw.d.ts} +2 -2
- package/dist/internals/index-BeV63sFw.d.ts.map +1 -0
- package/dist/internals/{index-CupbSHHH.mjs → index-BoP4kl2R.mjs} +6 -1
- package/dist/internals/index-BoP4kl2R.mjs.map +1 -0
- package/dist/internals/{index-DlvbXwIt.d.ts → index-BsuUdR0W.d.ts} +3 -3
- package/dist/internals/index-BsuUdR0W.d.ts.map +1 -0
- package/dist/internals/index-ByfpVHca.mjs.map +1 -1
- package/dist/internals/index-CVutVPmd.js.map +1 -1
- package/dist/internals/{index-4YC13MvT.js → index-Dz3jvqxZ.js} +6 -1
- package/dist/internals/index-Dz3jvqxZ.js.map +1 -0
- package/dist/internals/{index-C1NwI5ZD.d.ts → index-YdOGTHp1.d.ts} +5 -4
- package/dist/internals/index-YdOGTHp1.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/internals/index-4YC13MvT.js.map +0 -1
- package/dist/internals/index-C1NwI5ZD.d.ts.map +0 -1
- package/dist/internals/index-CupbSHHH.mjs.map +0 -1
- package/dist/internals/index-DlvbXwIt.d.ts.map +0 -1
- package/dist/internals/index-LYC1mup1.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TSchema, P as ProtoService } from '../../internals/index-
|
|
2
|
-
import { F as FileStorageBase, a as FileStorageOptions } from '../../internals/index-
|
|
1
|
+
import { T as TSchema, P as ProtoService } from '../../internals/index-YdOGTHp1.js';
|
|
2
|
+
import { F as FileStorageBase, a as FileStorageOptions } from '../../internals/index-BeV63sFw.js';
|
|
3
3
|
import '@o2ter/utils-js';
|
|
4
4
|
import 'jsonwebtoken';
|
|
5
5
|
import '@o2ter/server-js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as ProtoService } from '../../internals/index-
|
|
2
|
-
import { F as FileStorageBase, a as FileStorageOptions } from '../../internals/index-
|
|
1
|
+
import { P as ProtoService } from '../../internals/index-YdOGTHp1.js';
|
|
2
|
+
import { F as FileStorageBase, a as FileStorageOptions } from '../../internals/index-BeV63sFw.js';
|
|
3
3
|
import '@o2ter/utils-js';
|
|
4
4
|
import 'jsonwebtoken';
|
|
5
5
|
import '@o2ter/server-js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _google_cloud_storage from '@google-cloud/storage';
|
|
2
2
|
import { Storage } from '@google-cloud/storage';
|
|
3
|
-
import { P as ProtoService } from '../../internals/index-
|
|
4
|
-
import { F as FileStorageBase, a as FileStorageOptions } from '../../internals/index-
|
|
3
|
+
import { P as ProtoService } from '../../internals/index-YdOGTHp1.js';
|
|
4
|
+
import { F as FileStorageBase, a as FileStorageOptions } from '../../internals/index-BeV63sFw.js';
|
|
5
5
|
import '@o2ter/utils-js';
|
|
6
6
|
import 'jsonwebtoken';
|
|
7
7
|
import '@o2ter/server-js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Pool, PoolClient, PoolConfig } from 'pg';
|
|
2
|
-
import { _ as _TValue,
|
|
2
|
+
import { _ as _TValue, o as EventData, T as TSchema, p as DecodedQuery, F as FindOptions, R as RelationOptions, Q as QuerySelector, q as DecodedSortOption, I as InsertOptions, r as TValue, t as FindOneOptions, u as TUpdateOp, v as FieldSelectorExpression, w as QueryExpression, x as TStorage, y as TransactionOptions, h as TObject, z as TQueryRandomOptions, A as TPubSub } from '../../internals/index-YdOGTHp1.js';
|
|
3
3
|
import * as _o2ter_utils_js from '@o2ter/utils-js';
|
|
4
4
|
import { asyncStream } from '@o2ter/utils-js';
|
|
5
5
|
import 'jsonwebtoken';
|
|
@@ -116,7 +116,8 @@ class SQL {
|
|
|
116
116
|
query += dialect.boolean(value.value);
|
|
117
117
|
}
|
|
118
118
|
else if (_.isString(value.value)) {
|
|
119
|
-
query += `${dialect.
|
|
119
|
+
query += `${dialect.placeholder(nextIdx())}::TEXT`;
|
|
120
|
+
values.push(value.value);
|
|
120
121
|
}
|
|
121
122
|
else if (_.isSafeInteger(value.value)) {
|
|
122
123
|
query += `${value.value}`;
|