@cloudbase/js-sdk 3.6.8 → 3.6.9-beta.0

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.
Files changed (208) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/app/dist/index.esm.js +1 -1
  3. package/app/dist/index.esm.js.map +1 -1
  4. package/app/dist/index.js +1 -1
  5. package/app/dist/index.js.map +1 -1
  6. package/app/dist/index.node.esm.js +1 -1
  7. package/app/dist/index.node.esm.js.map +1 -1
  8. package/app/dist/index.node.js +1 -1
  9. package/app/dist/index.node.js.map +1 -1
  10. package/auth/dist/index.esm.js +1 -1
  11. package/auth/dist/index.esm.js.map +1 -1
  12. package/auth/dist/index.js +1 -1
  13. package/auth/dist/index.js.map +1 -1
  14. package/database/dist/index.d.ts +3 -0
  15. package/database/dist/index.esm.js +2 -0
  16. package/database/dist/index.esm.js.map +1 -0
  17. package/database/dist/index.js +2 -0
  18. package/database/dist/index.js.map +1 -0
  19. package/dist/index.cjs.js +1 -1
  20. package/dist/index.cjs.js.map +1 -1
  21. package/dist/index.esm.js +1 -1
  22. package/dist/index.esm.js.map +1 -1
  23. package/dist/index.node.cjs.js +1 -1
  24. package/dist/index.node.cjs.js.map +1 -1
  25. package/dist/index.node.esm.js +1 -1
  26. package/dist/index.node.esm.js.map +1 -1
  27. package/miniprogram_dist/auth/index.js +1 -1
  28. package/miniprogram_dist/index.js +1 -1
  29. package/miniprogram_dist/oauth/index.js +1 -1
  30. package/oauth/dist/index.esm.js +1 -1
  31. package/oauth/dist/index.esm.js.map +1 -1
  32. package/oauth/dist/index.js +1 -1
  33. package/oauth/dist/index.js.map +1 -1
  34. package/package.json +2 -2
  35. package/types/package.json +1 -1
  36. package/utilities/package.json +2 -2
  37. package/database/dist/commonjs/aggregate.d.ts +0 -29
  38. package/database/dist/commonjs/aggregate.js +0 -156
  39. package/database/dist/commonjs/collection.d.ts +0 -9
  40. package/database/dist/commonjs/collection.js +0 -49
  41. package/database/dist/commonjs/command.d.ts +0 -175
  42. package/database/dist/commonjs/command.js +0 -299
  43. package/database/dist/commonjs/commands/logic.d.ts +0 -24
  44. package/database/dist/commonjs/commands/logic.js +0 -89
  45. package/database/dist/commonjs/commands/query.d.ts +0 -68
  46. package/database/dist/commonjs/commands/query.js +0 -160
  47. package/database/dist/commonjs/commands/update.d.ts +0 -29
  48. package/database/dist/commonjs/commands/update.js +0 -51
  49. package/database/dist/commonjs/config/app.config.d.ts +0 -6
  50. package/database/dist/commonjs/config/app.config.js +0 -7
  51. package/database/dist/commonjs/config/error.config.d.ts +0 -3
  52. package/database/dist/commonjs/config/error.config.js +0 -16
  53. package/database/dist/commonjs/const/code.d.ts +0 -30
  54. package/database/dist/commonjs/const/code.js +0 -33
  55. package/database/dist/commonjs/constant.d.ts +0 -51
  56. package/database/dist/commonjs/constant.js +0 -75
  57. package/database/dist/commonjs/document.d.ts +0 -11
  58. package/database/dist/commonjs/document.js +0 -260
  59. package/database/dist/commonjs/geo/index.d.ts +0 -6
  60. package/database/dist/commonjs/geo/index.js +0 -22
  61. package/database/dist/commonjs/geo/interface.d.ts +0 -24
  62. package/database/dist/commonjs/geo/interface.js +0 -2
  63. package/database/dist/commonjs/geo/lineString.d.ts +0 -19
  64. package/database/dist/commonjs/geo/lineString.js +0 -86
  65. package/database/dist/commonjs/geo/multiLineString.d.ts +0 -18
  66. package/database/dist/commonjs/geo/multiLineString.js +0 -95
  67. package/database/dist/commonjs/geo/multiPoint.d.ts +0 -18
  68. package/database/dist/commonjs/geo/multiPoint.js +0 -79
  69. package/database/dist/commonjs/geo/multiPolygon.d.ts +0 -18
  70. package/database/dist/commonjs/geo/multiPolygon.js +0 -122
  71. package/database/dist/commonjs/geo/point.d.ts +0 -19
  72. package/database/dist/commonjs/geo/point.js +0 -50
  73. package/database/dist/commonjs/geo/polygon.d.ts +0 -19
  74. package/database/dist/commonjs/geo/polygon.js +0 -109
  75. package/database/dist/commonjs/helper/symbol.d.ts +0 -14
  76. package/database/dist/commonjs/helper/symbol.js +0 -31
  77. package/database/dist/commonjs/index.d.ts +0 -40
  78. package/database/dist/commonjs/index.js +0 -61
  79. package/database/dist/commonjs/lib/util.d.ts +0 -1
  80. package/database/dist/commonjs/lib/util.js +0 -26
  81. package/database/dist/commonjs/operator-map.d.ts +0 -4
  82. package/database/dist/commonjs/operator-map.js +0 -24
  83. package/database/dist/commonjs/query.d.ts +0 -22
  84. package/database/dist/commonjs/query.js +0 -252
  85. package/database/dist/commonjs/regexp/index.d.ts +0 -14
  86. package/database/dist/commonjs/regexp/index.js +0 -33
  87. package/database/dist/commonjs/serializer/common.d.ts +0 -11
  88. package/database/dist/commonjs/serializer/common.js +0 -127
  89. package/database/dist/commonjs/serializer/datatype.d.ts +0 -7
  90. package/database/dist/commonjs/serializer/datatype.js +0 -132
  91. package/database/dist/commonjs/serializer/query.d.ts +0 -7
  92. package/database/dist/commonjs/serializer/query.js +0 -232
  93. package/database/dist/commonjs/serializer/update.d.ts +0 -15
  94. package/database/dist/commonjs/serializer/update.js +0 -142
  95. package/database/dist/commonjs/serverDate/index.d.ts +0 -13
  96. package/database/dist/commonjs/serverDate/index.js +0 -30
  97. package/database/dist/commonjs/transaction/collection.d.ts +0 -7
  98. package/database/dist/commonjs/transaction/collection.js +0 -49
  99. package/database/dist/commonjs/transaction/document.d.ts +0 -27
  100. package/database/dist/commonjs/transaction/document.js +0 -205
  101. package/database/dist/commonjs/transaction/index.d.ts +0 -30
  102. package/database/dist/commonjs/transaction/index.js +0 -215
  103. package/database/dist/commonjs/transaction/query.d.ts +0 -43
  104. package/database/dist/commonjs/transaction/query.js +0 -261
  105. package/database/dist/commonjs/typings/index.d.ts +0 -40
  106. package/database/dist/commonjs/typings/index.js +0 -2
  107. package/database/dist/commonjs/typings/realtime.d.ts +0 -219
  108. package/database/dist/commonjs/typings/realtime.js +0 -2
  109. package/database/dist/commonjs/util.d.ts +0 -9
  110. package/database/dist/commonjs/util.js +0 -145
  111. package/database/dist/commonjs/utils/error.d.ts +0 -38
  112. package/database/dist/commonjs/utils/error.js +0 -91
  113. package/database/dist/commonjs/utils/msg.d.ts +0 -0
  114. package/database/dist/commonjs/utils/msg.js +0 -0
  115. package/database/dist/commonjs/utils/symbol.d.ts +0 -8
  116. package/database/dist/commonjs/utils/symbol.js +0 -58
  117. package/database/dist/commonjs/utils/type.d.ts +0 -13
  118. package/database/dist/commonjs/utils/type.js +0 -34
  119. package/database/dist/commonjs/utils/utils.d.ts +0 -4
  120. package/database/dist/commonjs/utils/utils.js +0 -39
  121. package/database/dist/commonjs/validate.d.ts +0 -1
  122. package/database/dist/commonjs/validate.js +0 -60
  123. package/database/dist/esm/aggregate.d.ts +0 -29
  124. package/database/dist/esm/aggregate.js +0 -154
  125. package/database/dist/esm/collection.d.ts +0 -9
  126. package/database/dist/esm/collection.js +0 -46
  127. package/database/dist/esm/command.d.ts +0 -175
  128. package/database/dist/esm/command.js +0 -296
  129. package/database/dist/esm/commands/logic.d.ts +0 -24
  130. package/database/dist/esm/commands/logic.js +0 -84
  131. package/database/dist/esm/commands/query.d.ts +0 -68
  132. package/database/dist/esm/commands/query.js +0 -154
  133. package/database/dist/esm/commands/update.d.ts +0 -29
  134. package/database/dist/esm/commands/update.js +0 -46
  135. package/database/dist/esm/config/app.config.d.ts +0 -6
  136. package/database/dist/esm/config/app.config.js +0 -5
  137. package/database/dist/esm/config/error.config.d.ts +0 -3
  138. package/database/dist/esm/config/error.config.js +0 -13
  139. package/database/dist/esm/const/code.d.ts +0 -30
  140. package/database/dist/esm/const/code.js +0 -30
  141. package/database/dist/esm/constant.d.ts +0 -51
  142. package/database/dist/esm/constant.js +0 -65
  143. package/database/dist/esm/document.d.ts +0 -11
  144. package/database/dist/esm/document.js +0 -257
  145. package/database/dist/esm/geo/index.d.ts +0 -6
  146. package/database/dist/esm/geo/index.js +0 -6
  147. package/database/dist/esm/geo/interface.d.ts +0 -24
  148. package/database/dist/esm/geo/interface.js +0 -1
  149. package/database/dist/esm/geo/lineString.d.ts +0 -19
  150. package/database/dist/esm/geo/lineString.js +0 -83
  151. package/database/dist/esm/geo/multiLineString.d.ts +0 -18
  152. package/database/dist/esm/geo/multiLineString.js +0 -92
  153. package/database/dist/esm/geo/multiPoint.d.ts +0 -18
  154. package/database/dist/esm/geo/multiPoint.js +0 -76
  155. package/database/dist/esm/geo/multiPolygon.d.ts +0 -18
  156. package/database/dist/esm/geo/multiPolygon.js +0 -119
  157. package/database/dist/esm/geo/point.d.ts +0 -19
  158. package/database/dist/esm/geo/point.js +0 -47
  159. package/database/dist/esm/geo/polygon.d.ts +0 -19
  160. package/database/dist/esm/geo/polygon.js +0 -106
  161. package/database/dist/esm/helper/symbol.d.ts +0 -14
  162. package/database/dist/esm/helper/symbol.js +0 -14
  163. package/database/dist/esm/index.d.ts +0 -40
  164. package/database/dist/esm/index.js +0 -55
  165. package/database/dist/esm/lib/util.d.ts +0 -1
  166. package/database/dist/esm/lib/util.js +0 -22
  167. package/database/dist/esm/operator-map.d.ts +0 -4
  168. package/database/dist/esm/operator-map.js +0 -20
  169. package/database/dist/esm/query.d.ts +0 -22
  170. package/database/dist/esm/query.js +0 -249
  171. package/database/dist/esm/regexp/index.d.ts +0 -14
  172. package/database/dist/esm/regexp/index.js +0 -29
  173. package/database/dist/esm/serializer/common.d.ts +0 -11
  174. package/database/dist/esm/serializer/common.js +0 -118
  175. package/database/dist/esm/serializer/datatype.d.ts +0 -7
  176. package/database/dist/esm/serializer/datatype.js +0 -127
  177. package/database/dist/esm/serializer/query.d.ts +0 -7
  178. package/database/dist/esm/serializer/query.js +0 -229
  179. package/database/dist/esm/serializer/update.d.ts +0 -15
  180. package/database/dist/esm/serializer/update.js +0 -139
  181. package/database/dist/esm/serverDate/index.d.ts +0 -13
  182. package/database/dist/esm/serverDate/index.js +0 -26
  183. package/database/dist/esm/transaction/collection.d.ts +0 -7
  184. package/database/dist/esm/transaction/collection.js +0 -46
  185. package/database/dist/esm/transaction/document.d.ts +0 -27
  186. package/database/dist/esm/transaction/document.js +0 -202
  187. package/database/dist/esm/transaction/index.d.ts +0 -30
  188. package/database/dist/esm/transaction/index.js +0 -210
  189. package/database/dist/esm/transaction/query.d.ts +0 -43
  190. package/database/dist/esm/transaction/query.js +0 -258
  191. package/database/dist/esm/typings/index.d.ts +0 -40
  192. package/database/dist/esm/typings/index.js +0 -1
  193. package/database/dist/esm/typings/realtime.d.ts +0 -219
  194. package/database/dist/esm/typings/realtime.js +0 -1
  195. package/database/dist/esm/util.d.ts +0 -9
  196. package/database/dist/esm/util.js +0 -142
  197. package/database/dist/esm/utils/error.d.ts +0 -38
  198. package/database/dist/esm/utils/error.js +0 -84
  199. package/database/dist/esm/utils/msg.d.ts +0 -0
  200. package/database/dist/esm/utils/msg.js +0 -0
  201. package/database/dist/esm/utils/symbol.d.ts +0 -8
  202. package/database/dist/esm/utils/symbol.js +0 -55
  203. package/database/dist/esm/utils/type.d.ts +0 -13
  204. package/database/dist/esm/utils/type.js +0 -20
  205. package/database/dist/esm/utils/utils.d.ts +0 -4
  206. package/database/dist/esm/utils/utils.js +0 -33
  207. package/database/dist/esm/validate.d.ts +0 -1
  208. package/database/dist/esm/validate.js +0 -57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/js-sdk",
3
- "version": "3.6.8",
3
+ "version": "3.6.9-beta.0",
4
4
  "description": "cloudbase javascript sdk",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -173,5 +173,5 @@
173
173
  "> 1%",
174
174
  "chrome 53"
175
175
  ],
176
- "gitHead": "859557576897d4778857c12fb8d7fe8ca1f3a052"
176
+ "gitHead": "346f426aea20ff995a72d0ba052a27b96849a814"
177
177
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/types",
3
- "version": "3.6.8",
3
+ "version": "3.6.9-beta.0",
4
4
  "description": "cloudbase javascript sdk types",
5
5
  "files": [
6
6
  "index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/utilities",
3
- "version": "3.6.8",
3
+ "version": "3.6.9-beta.0",
4
4
  "description": "cloudbase javascript sdk utilities",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -19,7 +19,7 @@
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
21
  "@cloudbase/adapter-interface": "^0.7.1",
22
- "@cloudbase/types": "3.6.8",
22
+ "@cloudbase/types": "workspace:*",
23
23
  "jwt-decode": "^3.1.2"
24
24
  },
25
25
  "gitHead": "859557576897d4778857c12fb8d7fe8ca1f3a052"
@@ -1,29 +0,0 @@
1
- export default class Aggregation {
2
- _db: any;
3
- _request: any;
4
- _stages: any[];
5
- _collectionName: string;
6
- constructor(db?: any, collectionName?: any);
7
- end(): Promise<any>;
8
- unwrap(): any[];
9
- done(): {
10
- [x: number]: any;
11
- }[];
12
- _pipe(stage: any, param: any): this;
13
- addFields(param: any): this;
14
- bucket(param: any): this;
15
- bucketAuto(param: any): this;
16
- count(param: any): this;
17
- geoNear(param: any): this;
18
- group(param: any): this;
19
- limit(param: any): this;
20
- match(param: any): this;
21
- project(param: any): this;
22
- lookup(param: any): this;
23
- replaceRoot(param: any): this;
24
- sample(param: any): this;
25
- skip(param: any): this;
26
- sort(param: any): this;
27
- sortByCount(param: any): this;
28
- unwind(param: any): this;
29
- }
@@ -1,156 +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
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var index_1 = require("./index");
40
- var bson_1 = require("bson");
41
- var query_1 = require("./serializer/query");
42
- var geo_1 = require("./geo");
43
- var Aggregation = (function () {
44
- function Aggregation(db, collectionName) {
45
- this._stages = [];
46
- if (db && collectionName) {
47
- this._db = db;
48
- this._request = index_1.Db.createRequest(this._db.config);
49
- this._collectionName = collectionName;
50
- }
51
- }
52
- Aggregation.prototype.end = function () {
53
- return __awaiter(this, void 0, void 0, function () {
54
- var result;
55
- return __generator(this, function (_a) {
56
- switch (_a.label) {
57
- case 0:
58
- if (!this._collectionName || !this._db) {
59
- throw new Error('Aggregation pipeline cannot send request');
60
- }
61
- return [4, this._request.send('database.aggregate', {
62
- collectionName: this._collectionName,
63
- stages: this._stages
64
- })];
65
- case 1:
66
- result = _a.sent();
67
- if (result && result.data && result.data.list) {
68
- return [2, {
69
- requestId: result.requestId,
70
- data: JSON.parse(result.data.list).map(bson_1.EJSON.parse)
71
- }];
72
- }
73
- return [2, result];
74
- }
75
- });
76
- });
77
- };
78
- Aggregation.prototype.unwrap = function () {
79
- return this._stages;
80
- };
81
- Aggregation.prototype.done = function () {
82
- return this._stages.map(function (_a) {
83
- var _b;
84
- var stageKey = _a.stageKey, stageValue = _a.stageValue;
85
- return _b = {},
86
- _b[stageKey] = JSON.parse(stageValue),
87
- _b;
88
- });
89
- };
90
- Aggregation.prototype._pipe = function (stage, param) {
91
- this._stages.push({
92
- stageKey: "$".concat(stage),
93
- stageValue: JSON.stringify(param)
94
- });
95
- return this;
96
- };
97
- Aggregation.prototype.addFields = function (param) {
98
- return this._pipe('addFields', param);
99
- };
100
- Aggregation.prototype.bucket = function (param) {
101
- return this._pipe('bucket', param);
102
- };
103
- Aggregation.prototype.bucketAuto = function (param) {
104
- return this._pipe('bucketAuto', param);
105
- };
106
- Aggregation.prototype.count = function (param) {
107
- return this._pipe('count', param);
108
- };
109
- Aggregation.prototype.geoNear = function (param) {
110
- if (param.query) {
111
- param.query = query_1.QuerySerializer.encode(param.query);
112
- }
113
- if (param.distanceMultiplier && typeof (param.distanceMultiplier) === 'number') {
114
- param.distanceMultiplier = param.distanceMultiplier;
115
- }
116
- if (param.near) {
117
- param.near = new geo_1.Point(param.near.longitude, param.near.latitude).toJSON();
118
- }
119
- return this._pipe('geoNear', param);
120
- };
121
- Aggregation.prototype.group = function (param) {
122
- return this._pipe('group', param);
123
- };
124
- Aggregation.prototype.limit = function (param) {
125
- return this._pipe('limit', param);
126
- };
127
- Aggregation.prototype.match = function (param) {
128
- return this._pipe('match', query_1.QuerySerializer.encode(param));
129
- };
130
- Aggregation.prototype.project = function (param) {
131
- return this._pipe('project', param);
132
- };
133
- Aggregation.prototype.lookup = function (param) {
134
- return this._pipe('lookup', param);
135
- };
136
- Aggregation.prototype.replaceRoot = function (param) {
137
- return this._pipe('replaceRoot', param);
138
- };
139
- Aggregation.prototype.sample = function (param) {
140
- return this._pipe('sample', param);
141
- };
142
- Aggregation.prototype.skip = function (param) {
143
- return this._pipe('skip', param);
144
- };
145
- Aggregation.prototype.sort = function (param) {
146
- return this._pipe('sort', param);
147
- };
148
- Aggregation.prototype.sortByCount = function (param) {
149
- return this._pipe('sortByCount', param);
150
- };
151
- Aggregation.prototype.unwind = function (param) {
152
- return this._pipe('unwind', param);
153
- };
154
- return Aggregation;
155
- }());
156
- exports.default = Aggregation;
@@ -1,9 +0,0 @@
1
- import { DocumentReference } from './document';
2
- import { Query } from './query';
3
- import Aggregation from './aggregate';
4
- export declare class CollectionReference extends Query {
5
- get name(): string;
6
- doc(docID?: string | number): DocumentReference;
7
- add(data: Object | Object[], callback?: any): Promise<any>;
8
- aggregate(): Aggregation;
9
- }
@@ -1,49 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.CollectionReference = void 0;
19
- var document_1 = require("./document");
20
- var query_1 = require("./query");
21
- var aggregate_1 = require("./aggregate");
22
- var CollectionReference = (function (_super) {
23
- __extends(CollectionReference, _super);
24
- function CollectionReference(db, coll) {
25
- return _super.call(this, db, coll) || this;
26
- }
27
- Object.defineProperty(CollectionReference.prototype, "name", {
28
- get: function () {
29
- return this._coll;
30
- },
31
- enumerable: false,
32
- configurable: true
33
- });
34
- CollectionReference.prototype.doc = function (docID) {
35
- if (typeof docID !== 'string' && typeof docID !== 'number') {
36
- throw new Error('docId必须为字符串或数字');
37
- }
38
- return new document_1.DocumentReference(this._db, this._coll, docID);
39
- };
40
- CollectionReference.prototype.add = function (data, callback) {
41
- var docRef = new document_1.DocumentReference(this._db, this._coll, undefined);
42
- return docRef.create(data, callback);
43
- };
44
- CollectionReference.prototype.aggregate = function () {
45
- return new aggregate_1.default(this._db, this._coll);
46
- };
47
- return CollectionReference;
48
- }(query_1.Query));
49
- exports.CollectionReference = CollectionReference;
@@ -1,175 +0,0 @@
1
- import { QueryCommand } from './commands/query';
2
- import { LogicCommand } from './commands/logic';
3
- import { UpdateCommand } from './commands/update';
4
- import Aggregation from './aggregate';
5
- export type IQueryCondition = Record<string, any> | LogicCommand;
6
- export declare const Command: {
7
- eq(val: any): QueryCommand;
8
- neq(val: any): QueryCommand;
9
- lt(val: any): QueryCommand;
10
- lte(val: any): QueryCommand;
11
- gt(val: any): QueryCommand;
12
- gte(val: any): QueryCommand;
13
- in(val: any): QueryCommand;
14
- nin(val: any): QueryCommand;
15
- all(val: any): QueryCommand;
16
- elemMatch(val: any): QueryCommand;
17
- exists(val: boolean): QueryCommand;
18
- size(val: number): QueryCommand;
19
- mod(val: number[]): QueryCommand;
20
- geoNear(val: any): QueryCommand;
21
- geoWithin(val: any): QueryCommand;
22
- geoIntersects(val: any): QueryCommand;
23
- and(...__expressions__: IQueryCondition[]): LogicCommand;
24
- nor(...__expressions__: IQueryCondition[]): LogicCommand;
25
- or(...__expressions__: IQueryCondition[]): LogicCommand;
26
- not(...__expressions__: IQueryCondition[]): LogicCommand;
27
- set(val: any): UpdateCommand;
28
- remove(): UpdateCommand;
29
- inc(val: number): UpdateCommand;
30
- mul(val: number): UpdateCommand;
31
- push(...args: any[]): UpdateCommand;
32
- pull(values: any): UpdateCommand;
33
- pullAll(values: any): UpdateCommand;
34
- pop(): UpdateCommand;
35
- shift(): UpdateCommand;
36
- unshift(...__values__: any[]): UpdateCommand;
37
- addToSet(values: any): UpdateCommand;
38
- rename(values: any): UpdateCommand;
39
- bit(values: any): UpdateCommand;
40
- max(values: any): UpdateCommand;
41
- min(values: any): UpdateCommand;
42
- expr(values: AggregationOperator): {
43
- $expr: AggregationOperator;
44
- };
45
- jsonSchema(schema: any): {
46
- $jsonSchema: any;
47
- };
48
- text(values: string | {
49
- search: string;
50
- language?: string;
51
- caseSensitive?: boolean;
52
- diacriticSensitive: boolean;
53
- }): {
54
- $search: {
55
- (regexp: string | RegExp): number;
56
- (searcher: {
57
- [Symbol.search](string: string): number;
58
- }): number;
59
- };
60
- $language?: undefined;
61
- $caseSensitive?: undefined;
62
- $diacriticSensitive?: undefined;
63
- } | {
64
- $search: string;
65
- $language: string;
66
- $caseSensitive: boolean;
67
- $diacriticSensitive: boolean;
68
- };
69
- aggregate: {
70
- pipeline(): Aggregation;
71
- abs: (param: any) => AggregationOperator;
72
- add: (param: any) => AggregationOperator;
73
- ceil: (param: any) => AggregationOperator;
74
- divide: (param: any) => AggregationOperator;
75
- exp: (param: any) => AggregationOperator;
76
- floor: (param: any) => AggregationOperator;
77
- ln: (param: any) => AggregationOperator;
78
- log: (param: any) => AggregationOperator;
79
- log10: (param: any) => AggregationOperator;
80
- mod: (param: any) => AggregationOperator;
81
- multiply: (param: any) => AggregationOperator;
82
- pow: (param: any) => AggregationOperator;
83
- sqrt: (param: any) => AggregationOperator;
84
- subtract: (param: any) => AggregationOperator;
85
- trunc: (param: any) => AggregationOperator;
86
- arrayElemAt: (param: any) => AggregationOperator;
87
- arrayToObject: (param: any) => AggregationOperator;
88
- concatArrays: (param: any) => AggregationOperator;
89
- filter: (param: any) => AggregationOperator;
90
- in: (param: any) => AggregationOperator;
91
- indexOfArray: (param: any) => AggregationOperator;
92
- isArray: (param: any) => AggregationOperator;
93
- map: (param: any) => AggregationOperator;
94
- range: (param: any) => AggregationOperator;
95
- reduce: (param: any) => AggregationOperator;
96
- reverseArray: (param: any) => AggregationOperator;
97
- size: (param: any) => AggregationOperator;
98
- slice: (param: any) => AggregationOperator;
99
- zip: (param: any) => AggregationOperator;
100
- and: (param: any) => AggregationOperator;
101
- not: (param: any) => AggregationOperator;
102
- or: (param: any) => AggregationOperator;
103
- cmp: (param: any) => AggregationOperator;
104
- eq: (param: any) => AggregationOperator;
105
- gt: (param: any) => AggregationOperator;
106
- gte: (param: any) => AggregationOperator;
107
- lt: (param: any) => AggregationOperator;
108
- lte: (param: any) => AggregationOperator;
109
- neq: (param: any) => AggregationOperator;
110
- cond: (param: any) => AggregationOperator;
111
- ifNull: (param: any) => AggregationOperator;
112
- switch: (param: any) => AggregationOperator;
113
- dateFromParts: (param: any) => AggregationOperator;
114
- dateFromString: (param: any) => AggregationOperator;
115
- dayOfMonth: (param: any) => AggregationOperator;
116
- dayOfWeek: (param: any) => AggregationOperator;
117
- dayOfYear: (param: any) => AggregationOperator;
118
- isoDayOfWeek: (param: any) => AggregationOperator;
119
- isoWeek: (param: any) => AggregationOperator;
120
- isoWeekYear: (param: any) => AggregationOperator;
121
- millisecond: (param: any) => AggregationOperator;
122
- minute: (param: any) => AggregationOperator;
123
- month: (param: any) => AggregationOperator;
124
- second: (param: any) => AggregationOperator;
125
- hour: (param: any) => AggregationOperator;
126
- week: (param: any) => AggregationOperator;
127
- year: (param: any) => AggregationOperator;
128
- literal: (param: any) => AggregationOperator;
129
- mergeObjects: (param: any) => AggregationOperator;
130
- objectToArray: (param: any) => AggregationOperator;
131
- allElementsTrue: (param: any) => AggregationOperator;
132
- anyElementTrue: (param: any) => AggregationOperator;
133
- setDifference: (param: any) => AggregationOperator;
134
- setEquals: (param: any) => AggregationOperator;
135
- setIntersection: (param: any) => AggregationOperator;
136
- setIsSubset: (param: any) => AggregationOperator;
137
- setUnion: (param: any) => AggregationOperator;
138
- concat: (param: any) => AggregationOperator;
139
- dateToString: (param: any) => AggregationOperator;
140
- indexOfBytes: (param: any) => AggregationOperator;
141
- indexOfCP: (param: any) => AggregationOperator;
142
- split: (param: any) => AggregationOperator;
143
- strLenBytes: (param: any) => AggregationOperator;
144
- strLenCP: (param: any) => AggregationOperator;
145
- strcasecmp: (param: any) => AggregationOperator;
146
- substr: (param: any) => AggregationOperator;
147
- substrBytes: (param: any) => AggregationOperator;
148
- substrCP: (param: any) => AggregationOperator;
149
- toLower: (param: any) => AggregationOperator;
150
- toUpper: (param: any) => AggregationOperator;
151
- meta: (param: any) => AggregationOperator;
152
- addToSet: (param: any) => AggregationOperator;
153
- avg: (param: any) => AggregationOperator;
154
- first: (param: any) => AggregationOperator;
155
- last: (param: any) => AggregationOperator;
156
- max: (param: any) => AggregationOperator;
157
- min: (param: any) => AggregationOperator;
158
- push: (param: any) => AggregationOperator;
159
- stdDevPop: (param: any) => AggregationOperator;
160
- stdDevSamp: (param: any) => AggregationOperator;
161
- sum: (param: any) => AggregationOperator;
162
- let: (param: any) => AggregationOperator;
163
- };
164
- project: {
165
- slice: (param: any) => ProjectionOperator;
166
- elemMatch: (param: any) => ProjectionOperator;
167
- };
168
- };
169
- declare class AggregationOperator {
170
- constructor(name: any, param: any);
171
- }
172
- declare class ProjectionOperator {
173
- constructor(name: any, param: any);
174
- }
175
- export default Command;