namirasoft-node 1.4.70 → 1.4.71
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/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -1
- package/dist/EmptyDatabase.d.ts +0 -7
- package/dist/EmptyDatabase.js +0 -29
- package/dist/EmptyDatabase.js.map +0 -1
- package/src/EmptyDatabase.ts +0 -12
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export * from "./BaseFilterItemBuilderDatabase";
|
|
|
10
10
|
export * from "./BaseFilterItemBuilderObject";
|
|
11
11
|
export * from "./BaseTable";
|
|
12
12
|
export * from "./CommandOperation";
|
|
13
|
-
export * from "./EmptyDatabase";
|
|
14
13
|
export * from "./GmailService";
|
|
15
14
|
export * from "./IPOperation";
|
|
16
15
|
export * from "./Meta";
|
package/dist/index.js
CHANGED
|
@@ -26,7 +26,6 @@ __exportStar(require("./BaseFilterItemBuilderDatabase"), exports);
|
|
|
26
26
|
__exportStar(require("./BaseFilterItemBuilderObject"), exports);
|
|
27
27
|
__exportStar(require("./BaseTable"), exports);
|
|
28
28
|
__exportStar(require("./CommandOperation"), exports);
|
|
29
|
-
__exportStar(require("./EmptyDatabase"), exports);
|
|
30
29
|
__exportStar(require("./GmailService"), exports);
|
|
31
30
|
__exportStar(require("./IPOperation"), exports);
|
|
32
31
|
__exportStar(require("./Meta"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,6CAA2B;AAC3B,iDAA+B;AAC/B,qDAAmC;AACnC,0DAAwC;AACxC,kEAAgD;AAChD,gEAA8C;AAC9C,8CAA4B;AAC5B,qDAAmC;AACnC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,6CAA2B;AAC3B,iDAA+B;AAC/B,qDAAmC;AACnC,0DAAwC;AACxC,kEAAgD;AAChD,gEAA8C;AAC9C,8CAA4B;AAC5B,qDAAmC;AACnC,iDAA+B;AAC/B,gDAA8B;AAC9B,yCAAuB;AACvB,iDAA+B;AAC/B,yDAAuC;AACvC,4DAA0C;AAC1C,gDAA8B"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -10,7 +10,6 @@ export * from "./BaseFilterItemBuilderDatabase";
|
|
|
10
10
|
export * from "./BaseFilterItemBuilderObject";
|
|
11
11
|
export * from "./BaseTable";
|
|
12
12
|
export * from "./CommandOperation";
|
|
13
|
-
export * from "./EmptyDatabase";
|
|
14
13
|
export * from "./GmailService";
|
|
15
14
|
export * from "./IPOperation";
|
|
16
15
|
export * from "./Meta";
|
package/dist/EmptyDatabase.d.ts
DELETED
package/dist/EmptyDatabase.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.EmptyDatabase = void 0;
|
|
13
|
-
const BaseDatabase_1 = require("./BaseDatabase");
|
|
14
|
-
class EmptyDatabase extends BaseDatabase_1.BaseDatabase {
|
|
15
|
-
init() {
|
|
16
|
-
return __awaiter(this, void 0, void 0, function* () { });
|
|
17
|
-
}
|
|
18
|
-
connect() {
|
|
19
|
-
return __awaiter(this, void 0, void 0, function* () { });
|
|
20
|
-
}
|
|
21
|
-
sync(_) {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () { });
|
|
23
|
-
}
|
|
24
|
-
getSortOptions() {
|
|
25
|
-
return [];
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
exports.EmptyDatabase = EmptyDatabase;
|
|
29
|
-
//# sourceMappingURL=EmptyDatabase.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmptyDatabase.js","sourceRoot":"","sources":["../src/EmptyDatabase.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAE9C,MAAa,aAAc,SAAQ,2BAAY;IAE5B,IAAI;8DAAK,CAAC;KAAA;IACV,OAAO;8DAAK,CAAC;KAAA;IACb,IAAI,CAAC,CAAU;8DAAI,CAAC;KAAA;IACnB,cAAc;QAE1B,OAAO,EAAE,CAAC;IACd,CAAC;CACJ;AATD,sCASC"}
|
package/src/EmptyDatabase.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseDatabase } from "./BaseDatabase";
|
|
2
|
-
|
|
3
|
-
export class EmptyDatabase extends BaseDatabase
|
|
4
|
-
{
|
|
5
|
-
override async init() { }
|
|
6
|
-
override async connect() { }
|
|
7
|
-
override async sync(_: boolean) { }
|
|
8
|
-
public override getSortOptions(): string[]
|
|
9
|
-
{
|
|
10
|
-
return [];
|
|
11
|
-
}
|
|
12
|
-
}
|