@flink-app/firebase-messaging-plugin 0.2.0-beta.9 → 0.3.7

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.
@@ -1,4 +1,4 @@
1
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
1
+ // Generated Wed Oct 12 2022 10:03:47 GMT+0200 (Central European Summer Time)
2
2
  import { autoRegisteredHandlers, HttpMethod } from "@flink-app/flink";
3
3
  import * as PostMessage_0 from "../src/handlers/PostMessage";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
1
+ // Generated Wed Oct 12 2022 10:03:47 GMT+0200 (Central European Summer Time)
2
2
  import { autoRegisteredRepos } from "@flink-app/flink";
3
3
  export const repos = [];
4
4
  autoRegisteredRepos.push(...repos);
@@ -1,7 +1,7 @@
1
1
  import Message from "../../src/schemas/Message";
2
2
  import SendResult from "../../src/schemas/SendResult";
3
3
 
4
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
4
+ // Generated Wed Oct 12 2022 10:03:48 GMT+0200 (Central European Summer Time)
5
5
  export interface PostMessage_17_ReqSchema extends Message {}
6
6
 
7
7
  export interface PostMessage_17_ResSchema extends SendResult {}
package/.flink/start.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
1
+ // Generated Wed Oct 12 2022 10:03:48 GMT+0200 (Central European Summer Time)
2
2
  import "./generatedHandlers";
3
3
  import "./generatedRepos";
4
4
  import "../src/index";
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) Frost Experience AB https://www.frost.se
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -20,7 +20,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
20
20
  };
21
21
  Object.defineProperty(exports, "__esModule", { value: true });
22
22
  exports.handlers = void 0;
23
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
23
+ // Generated Wed Oct 12 2022 10:03:47 GMT+0200 (Central European Summer Time)
24
24
  var flink_1 = require("@flink-app/flink");
25
25
  var PostMessage_0 = __importStar(require("../src/handlers/PostMessage"));
26
26
  exports.handlers = [{ handler: PostMessage_0, assumedHttpMethod: flink_1.HttpMethod.post }];
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.repos = void 0;
4
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
4
+ // Generated Wed Oct 12 2022 10:03:47 GMT+0200 (Central European Summer Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.repos = [];
7
7
  flink_1.autoRegisteredRepos.push.apply(flink_1.autoRegisteredRepos, exports.repos);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // Generated Wed Aug 04 2021 12:31:26 GMT+0200 (Central European Summer Time)
3
+ // Generated Wed Oct 12 2022 10:03:48 GMT+0200 (Central European Summer Time)
4
4
  require("./generatedHandlers");
5
5
  require("./generatedRepos");
6
6
  require("../src/index");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/firebase-messaging-plugin",
3
- "version": "0.2.0-beta.9",
3
+ "version": "0.3.7",
4
4
  "description": "Flink plugin to send Firebase cloud messages",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",
@@ -19,7 +19,7 @@
19
19
  "fcm-push": "^1.1.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@flink-app/flink": "^0.2.0-beta.9",
22
+ "@flink-app/flink": "^0.3.7",
23
23
  "@types/express": "^4.17.12",
24
24
  "@types/node": "^15.6.2",
25
25
  "nodemon": "^2.0.7",
@@ -27,5 +27,5 @@
27
27
  "tsc-watch": "^4.2.9",
28
28
  "typescript": "^4.2.4"
29
29
  },
30
- "gitHead": "9ea7b28898b3f40b17fa43d5dbbcb1f7c84a4ed6"
30
+ "gitHead": "e61be35839aa8d459dc07613d9bfa919570361f2"
31
31
  }