@digipair/skill-mongodb 0.136.3 → 0.136.5
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PinsSettings } from '@digipair/engine';
|
|
2
|
+
import { MongoClient } from 'mongodb';
|
|
3
|
+
export declare const database: (params: any, pins: PinsSettings[], context: any) => Promise<{
|
|
4
|
+
client: MongoClient;
|
|
5
|
+
database: import("mongodb").Db;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const find: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
8
|
+
export declare const findOne: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
9
|
+
export declare const findById: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
10
|
+
export declare const insertOne: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
11
|
+
export declare const updateOne: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
12
|
+
export declare const updateById: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
13
|
+
export declare const count: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
14
|
+
export declare const aggregate: (params: any, pins: PinsSettings[], context: any) => Promise<any>;
|
|
15
|
+
//# sourceMappingURL=skill-mongodb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-mongodb.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-mongodb.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAmB,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAY,MAAM,SAAS,CAAC;AAqHhD,eAAO,MAAM,QAAQ,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG;;;EAClB,CAAC;AACvD,eAAO,MAAM,IAAI,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACnD,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACtD,eAAO,MAAM,QAAQ,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACvD,eAAO,MAAM,SAAS,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACxD,eAAO,MAAM,SAAS,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACxD,eAAO,MAAM,UAAU,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACzD,eAAO,MAAM,KAAK,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC;AACpD,eAAO,MAAM,SAAS,GAAI,QAAQ,GAAG,EAAE,MAAM,YAAY,EAAE,EAAE,SAAS,GAAG,iBAClB,CAAC"}
|