@intuitionrobotics/firebase 0.46.0 → 0.47.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 (98) hide show
  1. package/app-backend/FirebaseModule.d.ts +3 -3
  2. package/app-backend/FirebaseModule.js +9 -12
  3. package/app-backend/FirebaseModule.js.map +1 -1
  4. package/app-backend/auth/FirebaseBaseWrapper.d.ts +1 -1
  5. package/app-backend/auth/FirebaseBaseWrapper.js +19 -2
  6. package/app-backend/auth/FirebaseBaseWrapper.js.map +1 -1
  7. package/app-backend/auth/FirebaseSession_Admin.js +23 -6
  8. package/app-backend/auth/FirebaseSession_Admin.js.map +1 -1
  9. package/app-backend/auth/FirebaseSession_UserPassword.js.map +1 -1
  10. package/app-backend/auth/firebase-session.d.ts +3 -3
  11. package/app-backend/auth/firebase-session.js +19 -2
  12. package/app-backend/auth/firebase-session.js.map +1 -1
  13. package/app-backend/database/DatabaseWrapper.d.ts +3 -3
  14. package/app-backend/database/DatabaseWrapper.js +10 -11
  15. package/app-backend/database/DatabaseWrapper.js.map +1 -1
  16. package/app-backend/database/types.d.ts +3 -3
  17. package/app-backend/database/types.js +17 -0
  18. package/app-backend/database/types.js.map +1 -1
  19. package/app-backend/firestore/FirestoreCollection.d.ts +7 -5
  20. package/app-backend/firestore/FirestoreCollection.js +22 -7
  21. package/app-backend/firestore/FirestoreCollection.js.map +1 -1
  22. package/app-backend/firestore/FirestoreInterface.d.ts +1 -1
  23. package/app-backend/firestore/FirestoreInterface.js +25 -10
  24. package/app-backend/firestore/FirestoreInterface.js.map +1 -1
  25. package/app-backend/firestore/FirestoreTransaction.d.ts +1 -1
  26. package/app-backend/firestore/FirestoreTransaction.js +22 -6
  27. package/app-backend/firestore/FirestoreTransaction.js.map +1 -1
  28. package/app-backend/firestore/FirestoreV2Collection.d.ts +1 -1
  29. package/app-backend/firestore/FirestoreV2Collection.js +17 -0
  30. package/app-backend/firestore/FirestoreV2Collection.js.map +1 -1
  31. package/app-backend/firestore/FirestoreWrapper.js +2 -2
  32. package/app-backend/firestore/FirestoreWrapper.js.map +1 -1
  33. package/app-backend/firestore/types.d.ts +9 -9
  34. package/app-backend/firestore/types.js +17 -0
  35. package/app-backend/firestore/types.js.map +1 -1
  36. package/app-backend/functions/firebase-function.d.ts +18 -12
  37. package/app-backend/functions/firebase-function.js +78 -32
  38. package/app-backend/functions/firebase-function.js.map +1 -1
  39. package/app-backend/push/PushMessagesWrapper.d.ts +1 -1
  40. package/app-backend/push/PushMessagesWrapper.js +18 -1
  41. package/app-backend/push/PushMessagesWrapper.js.map +1 -1
  42. package/app-backend/push/types.d.ts +8 -8
  43. package/app-backend/push/types.js +17 -0
  44. package/app-backend/push/types.js.map +1 -1
  45. package/app-backend/storage/StorageWrapper.js +25 -9
  46. package/app-backend/storage/StorageWrapper.js.map +1 -1
  47. package/app-backend/storage/types.d.ts +4 -4
  48. package/app-backend/storage/types.js +17 -0
  49. package/app-backend/storage/types.js.map +1 -1
  50. package/app-frontend/FirebaseModule.d.ts +3 -3
  51. package/app-frontend/FirebaseModule.js +5 -6
  52. package/app-frontend/FirebaseModule.js.map +1 -1
  53. package/app-frontend/analytics/AnalyticsModule.d.ts +1 -1
  54. package/app-frontend/analytics/AnalyticsModule.js +21 -5
  55. package/app-frontend/analytics/AnalyticsModule.js.map +1 -1
  56. package/app-frontend/analytics/AnalyticsWrapper.d.ts +1 -1
  57. package/app-frontend/analytics/AnalyticsWrapper.js +24 -6
  58. package/app-frontend/analytics/AnalyticsWrapper.js.map +1 -1
  59. package/app-frontend/analytics/types.d.ts +3 -3
  60. package/app-frontend/analytics/types.js +18 -0
  61. package/app-frontend/analytics/types.js.map +1 -1
  62. package/app-frontend/auth/FirebaseSession.d.ts +2 -2
  63. package/app-frontend/auth/FirebaseSession.js +11 -12
  64. package/app-frontend/auth/FirebaseSession.js.map +1 -1
  65. package/app-frontend/auth/SwFirebaseSession.d.ts +1 -1
  66. package/app-frontend/auth/SwFirebaseSession.js +4 -3
  67. package/app-frontend/auth/SwFirebaseSession.js.map +1 -1
  68. package/app-frontend/database/DatabaseWrapper.d.ts +1 -1
  69. package/app-frontend/database/DatabaseWrapper.js +33 -16
  70. package/app-frontend/database/DatabaseWrapper.js.map +1 -1
  71. package/app-frontend/database/types.d.ts +1 -1
  72. package/app-frontend/database/types.js +17 -0
  73. package/app-frontend/database/types.js.map +1 -1
  74. package/app-frontend/messaging/MessagingWrapper.d.ts +1 -1
  75. package/app-frontend/messaging/MessagingWrapper.js +21 -4
  76. package/app-frontend/messaging/MessagingWrapper.js.map +1 -1
  77. package/app-frontend/messaging/SwMessagingWrapper.d.ts +1 -1
  78. package/app-frontend/messaging/SwMessagingWrapper.js +21 -3
  79. package/app-frontend/messaging/SwMessagingWrapper.js.map +1 -1
  80. package/app-frontend/messaging/types.d.ts +2 -2
  81. package/app-frontend/messaging/types.js +17 -0
  82. package/app-frontend/messaging/types.js.map +1 -1
  83. package/backend-functions.d.ts +1 -0
  84. package/backend-functions.js +35 -0
  85. package/backend-functions.js.map +1 -0
  86. package/backend.d.ts +13 -0
  87. package/backend.js +48 -0
  88. package/backend.js.map +1 -0
  89. package/frontend.d.ts +4 -0
  90. package/frontend.js +39 -0
  91. package/frontend.js.map +1 -0
  92. package/index.d.ts +1 -0
  93. package/index.js +33 -0
  94. package/index.js.map +1 -1
  95. package/package.json +6 -6
  96. package/shared/types.d.ts +18 -15
  97. package/shared/types.js +17 -0
  98. package/shared/types.js.map +1 -1
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /*
3
+ * Firebase is a simpler Typescript wrapper to all of firebase services.
4
+ *
5
+ * Copyright (C) 2020 Intuition Robotics
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ var desc = Object.getOwnPropertyDescriptor(m, k);
22
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
23
+ desc = { enumerable: true, get: function() { return m[k]; } };
24
+ }
25
+ Object.defineProperty(o, k2, desc);
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
31
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ __exportStar(require("./app-backend/functions/firebase-function"), exports);
35
+ //# sourceMappingURL=backend-functions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backend-functions.js","sourceRoot":"","sources":["../src/main/backend-functions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;AAEH,4EAA0D"}
package/backend.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ export * from "./app-backend/auth/firebase-session";
2
+ export * from "./app-backend/auth/FirebaseSession_Admin";
3
+ export * from "./app-backend/FirebaseModule";
4
+ export * from "./app-backend/firestore/FirestoreInterface";
5
+ export * from "./app-backend/firestore/FirestoreCollection";
6
+ export * from "./app-backend/firestore/FirestoreTransaction";
7
+ export * from "./app-backend/firestore/FirestoreWrapper";
8
+ export * from "./app-backend/firestore/types";
9
+ export * from "./app-backend/database/DatabaseWrapper";
10
+ export * from "./app-backend/storage/types";
11
+ export * from "./app-backend/storage/StorageWrapper";
12
+ export * from "./app-backend/push/PushMessagesWrapper";
13
+ export * from "./app-backend/push/types";
package/backend.js ADDED
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /*
3
+ * Firebase is a simpler Typescript wrapper to all of firebase services.
4
+ *
5
+ * Copyright (C) 2020 Intuition Robotics
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ var desc = Object.getOwnPropertyDescriptor(m, k);
22
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
23
+ desc = { enumerable: true, get: function() { return m[k]; } };
24
+ }
25
+ Object.defineProperty(o, k2, desc);
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
31
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ __exportStar(require("./app-backend/auth/firebase-session"), exports);
35
+ __exportStar(require("./app-backend/auth/FirebaseSession_Admin"), exports);
36
+ // export * from "./app-backend/auth/FirebaseSession_UserPassword";
37
+ __exportStar(require("./app-backend/FirebaseModule"), exports);
38
+ __exportStar(require("./app-backend/firestore/FirestoreInterface"), exports);
39
+ __exportStar(require("./app-backend/firestore/FirestoreCollection"), exports);
40
+ __exportStar(require("./app-backend/firestore/FirestoreTransaction"), exports);
41
+ __exportStar(require("./app-backend/firestore/FirestoreWrapper"), exports);
42
+ __exportStar(require("./app-backend/firestore/types"), exports);
43
+ __exportStar(require("./app-backend/database/DatabaseWrapper"), exports);
44
+ __exportStar(require("./app-backend/storage/types"), exports);
45
+ __exportStar(require("./app-backend/storage/StorageWrapper"), exports);
46
+ __exportStar(require("./app-backend/push/PushMessagesWrapper"), exports);
47
+ __exportStar(require("./app-backend/push/types"), exports);
48
+ //# sourceMappingURL=backend.js.map
package/backend.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backend.js","sourceRoot":"","sources":["../src/main/backend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;AAEH,sEAAoD;AACpD,2EAAyD;AACzD,mEAAmE;AACnE,+DAA6C;AAC7C,6EAA2D;AAC3D,8EAA4D;AAC5D,+EAA6D;AAC7D,2EAAyD;AACzD,gEAA8C;AAC9C,yEAAuD;AACvD,8DAA4C;AAC5C,uEAAqD;AACrD,yEAAuD;AACvD,2DAAyC"}
package/frontend.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ export * from "./app-frontend/auth/FirebaseSession";
2
+ export * from "./app-frontend/FirebaseModule";
3
+ export * from "./app-frontend/analytics/AnalyticsModule";
4
+ export * from "./app-frontend/messaging/MessagingWrapper";
package/frontend.js ADDED
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ /*
18
+ * Permissions management system, define access level for each of
19
+ * your server apis, and restrict users by giving them access levels
20
+ *
21
+ * Copyright (C) 2020 Intuition Robotics
22
+ *
23
+ * Licensed under the Apache License, Version 2.0 (the "License");
24
+ * you may not use this file except in compliance with the License.
25
+ * You may obtain a copy of the License at
26
+ *
27
+ * http://www.apache.org/licenses/LICENSE-2.0
28
+ *
29
+ * Unless required by applicable law or agreed to in writing, software
30
+ * distributed under the License is distributed on an "AS IS" BASIS,
31
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32
+ * See the License for the specific language governing permissions and
33
+ * limitations under the License.
34
+ */
35
+ __exportStar(require("./app-frontend/auth/FirebaseSession"), exports);
36
+ __exportStar(require("./app-frontend/FirebaseModule"), exports);
37
+ __exportStar(require("./app-frontend/analytics/AnalyticsModule"), exports);
38
+ __exportStar(require("./app-frontend/messaging/MessagingWrapper"), exports);
39
+ //# sourceMappingURL=frontend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frontend.js","sourceRoot":"","sources":["../src/main/frontend.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,sEAAoD;AAEpD,gEAA8C;AAC9C,2EAAyD;AACzD,4EAA0D"}
package/index.d.ts CHANGED
@@ -0,0 +1 @@
1
+ export * from "./shared/types";
package/index.js CHANGED
@@ -1,2 +1,35 @@
1
1
  "use strict";
2
+ /*
3
+ * Firebase is a simpler Typescript wrapper to all of firebase services.
4
+ *
5
+ * Copyright (C) 2020 Intuition Robotics
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ var desc = Object.getOwnPropertyDescriptor(m, k);
22
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
23
+ desc = { enumerable: true, get: function() { return m[k]; } };
24
+ }
25
+ Object.defineProperty(o, k2, desc);
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
31
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ __exportStar(require("./shared/types"), exports);
2
35
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/main/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/main/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;AAEH,iDAA+B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/firebase",
3
- "version": "0.46.00",
3
+ "version": "0.47.0",
4
4
  "description": "Storm - Express & Typescript based backend framework",
5
5
  "keywords": [
6
6
  "IR",
@@ -26,11 +26,11 @@
26
26
  "**/*"
27
27
  ],
28
28
  "scripts": {
29
- "build": "tsc"
29
+ "build": "tsc -v && tsc -p src/main/tsconfig.json --rootDir ./src/main --outDir dist"
30
30
  },
31
31
  "dependencies": {
32
- "@google-cloud/storage": "^6.10.1",
33
- "@intuitionrobotics/ts-common": "~0.46.0",
32
+ "@google-cloud/storage": "^7.7.0",
33
+ "@intuitionrobotics/ts-common": "~0.47.0",
34
34
  "express": "^4.16.4",
35
35
  "firebase": "^10.0.0",
36
36
  "firebase-admin": "^11.10.1",
@@ -38,10 +38,10 @@
38
38
  "fs": "0.0.1-security"
39
39
  },
40
40
  "devDependencies": {
41
- "@intuitionrobotics/testelot": "~0.46.0",
41
+ "@intuitionrobotics/testelot": "~0.47.0",
42
42
  "@types/express": "^4.17.2",
43
43
  "@types/node": "^16.0.0",
44
44
  "ts-node": "^8.6.2",
45
- "typescript": "~4.1.0"
45
+ "typescript": "^5.3.0"
46
46
  }
47
47
  }
package/shared/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { RequireOptionals, MandatoryKeys, DB_Object } from "@intuitionrobotics/ts-common/utils/types";
2
- export declare type Firebase_Message = {
1
+ import { RequireOptionals, MandatoryKeys } from "@intuitionrobotics/ts-common";
2
+ export type Firebase_Message = {
3
3
  token?: string;
4
4
  topic?: string;
5
5
  condition?: string;
@@ -7,7 +7,7 @@ export declare type Firebase_Message = {
7
7
  export interface Firebase_Messaging {
8
8
  send(message: Firebase_Message, dryRun?: boolean): Promise<string>;
9
9
  }
10
- export declare type FirebaseConfig = {
10
+ export type FirebaseConfig = {
11
11
  id: string;
12
12
  projectId: string;
13
13
  apiKey: string;
@@ -16,9 +16,12 @@ export declare type FirebaseConfig = {
16
16
  storageBucket?: string;
17
17
  messagingSenderId: string;
18
18
  };
19
- declare type Comparator = "in" | "array-contains" | "array-contains-any" | ">" | ">=" | "<" | "<=" | "==";
20
- export declare type DB_RequestObject = Partial<DB_Object>;
21
- export declare type QueryComparator<T> = {
19
+ export type DB_Object = {
20
+ _id: string;
21
+ };
22
+ type Comparator = "in" | "array-contains" | "array-contains-any" | ">" | ">=" | "<" | "<=" | "==";
23
+ export type DB_RequestObject = Partial<DB_Object>;
24
+ export type QueryComparator<T> = {
22
25
  $ac: T extends (infer I)[] ? I : never;
23
26
  } | {
24
27
  $aca: T extends (infer I)[] ? I[] : never;
@@ -42,25 +45,25 @@ export declare type QueryComparator<T> = {
42
45
  export declare const ComparatorMap: {
43
46
  [k in keyof QueryComparator<any>]: Comparator;
44
47
  };
45
- export declare type FilterKeys<T extends object> = MandatoryKeys<T, string | number>[];
46
- export declare type FirestoreType_OrderByDirection = 'desc' | 'asc';
47
- export declare type WhereValue<Value> = QueryComparator<Value> | (Value extends object ? Clause_Where<Value> : Value | [Value]);
48
- export declare type Clause_Where<T extends object> = {
48
+ export type FilterKeys<T extends object> = MandatoryKeys<T, string | number>[];
49
+ export type FirestoreType_OrderByDirection = 'desc' | 'asc';
50
+ export type WhereValue<Value> = QueryComparator<Value> | (Value extends object ? Clause_Where<Value> : Value | [Value]);
51
+ export type Clause_Where<T extends object> = {
49
52
  [P in keyof T]?: WhereValue<T[P]>;
50
53
  };
51
- export declare type Clause_OrderBy<T extends object> = [{
54
+ export type Clause_OrderBy<T extends object> = [{
52
55
  key: keyof T;
53
56
  order: FirestoreType_OrderByDirection;
54
57
  }];
55
- export declare type Clause_Select<T extends object, K extends keyof T = keyof T> = K[];
56
- export declare type FirestoreQuery<T extends object> = RequireOptionals<FirestoreQueryImpl<T>>;
57
- export declare type FirestoreQueryImpl<T extends object> = {
58
+ export type Clause_Select<T extends object, K extends keyof T = keyof T> = K[];
59
+ export type FirestoreQuery<T extends object> = RequireOptionals<FirestoreQueryImpl<T>>;
60
+ export type FirestoreQueryImpl<T extends object> = {
58
61
  select?: Clause_Select<T>;
59
62
  orderBy?: Clause_OrderBy<T>;
60
63
  where?: Clause_Where<T>;
61
64
  limit?: number;
62
65
  };
63
- export declare type FirebaseProjectCollections = {
66
+ export type FirebaseProjectCollections = {
64
67
  projectId: string;
65
68
  collections: string[];
66
69
  };
package/shared/types.js CHANGED
@@ -1,4 +1,21 @@
1
1
  "use strict";
2
+ /*
3
+ * Firebase is a simpler Typescript wrapper to all of firebase services.
4
+ *
5
+ * Copyright (C) 2020 Intuition Robotics
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
2
19
  Object.defineProperty(exports, "__esModule", { value: true });
3
20
  exports.ComparatorMap = void 0;
4
21
  exports.ComparatorMap = {
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/main/shared/types.ts"],"names":[],"mappings":";;;AAyCa,QAAA,aAAa,GAAsD;IAC/E,IAAI,EAAE,QAAQ;IACd,GAAG,EAAE,IAAI;IACT,GAAG,EAAE,gBAAgB;IACrB,IAAI,EAAE,oBAAoB;IAC1B,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,IAAI;IACV,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,IAAI;IACV,GAAG,EAAE,IAAI;IACT,IAAI,EAAE,IAAI;CACV,CAAC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/main/shared/types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AA8CU,QAAA,aAAa,GAAsD;IAC/E,IAAI,EAAE,QAAQ;IACd,GAAG,EAAE,IAAI;IACT,GAAG,EAAE,gBAAgB;IACrB,IAAI,EAAE,oBAAoB;IAC1B,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,IAAI;IACV,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,IAAI;IACV,GAAG,EAAE,IAAI;IACT,IAAI,EAAE,IAAI;CACV,CAAC"}