@flink-app/apn-plugin 0.11.13 → 0.11.14

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 Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredHandlers, HttpMethod } from "@flink-app/flink";
3
3
  export const handlers = [];
4
4
  autoRegisteredHandlers.push(...handlers);
@@ -1,4 +1,4 @@
1
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredJobs } from "@flink-app/flink";
3
3
  export const jobs = [];
4
4
  autoRegisteredJobs.push(...jobs);
@@ -1,4 +1,4 @@
1
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredRepos } from "@flink-app/flink";
3
3
  export const repos = [];
4
4
  autoRegisteredRepos.push(...repos);
@@ -1 +1 @@
1
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
package/.flink/start.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
2
2
  import "./generatedHandlers";
3
3
  import "./generatedRepos";
4
4
  import "./generatedJobs";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.handlers = void 0;
4
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
4
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.handlers = [];
7
7
  flink_1.autoRegisteredHandlers.push.apply(flink_1.autoRegisteredHandlers, exports.handlers);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.jobs = void 0;
4
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
4
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.jobs = [];
7
7
  flink_1.autoRegisteredJobs.push.apply(flink_1.autoRegisteredJobs, exports.jobs);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.repos = void 0;
4
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
4
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard 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,2 +1,2 @@
1
1
  "use strict";
2
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
2
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // Generated Fri Feb 14 2025 00:00:04 GMT+0100 (Central European Standard Time)
3
+ // Generated Mon Feb 24 2025 14:41:40 GMT+0100 (Central European Standard Time)
4
4
  require("./generatedHandlers");
5
5
  require("./generatedRepos");
6
6
  require("./generatedJobs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/apn-plugin",
3
- "version": "0.11.13",
3
+ "version": "0.11.14",
4
4
  "description": "Flink plugin to send push notifications to APN",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",
@@ -19,11 +19,11 @@
19
19
  "@parse/node-apn": "6.4.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@flink-app/flink": "^0.11.9",
22
+ "@flink-app/flink": "^0.11.14",
23
23
  "@types/node": "^15.6.2",
24
24
  "nodemon": "^2.0.7",
25
25
  "ts-node": "^9.1.1",
26
26
  "typescript": "4.2.3"
27
27
  },
28
- "gitHead": "1ba9f79226d36349df3cc38ed5e688e2529eca76"
28
+ "gitHead": "8172291cf7330d13c7958d170100fe9771fd7dfb"
29
29
  }
@@ -1,13 +0,0 @@
1
- import { NotificationPushType } from "@parse/node-apn";
2
- export default interface Message {
3
- /**
4
- * Devices to send to
5
- */
6
- to: string[];
7
- alert?: string;
8
- payload: {
9
- [x: string]: string;
10
- };
11
- topic?: string;
12
- pushType?: NotificationPushType;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export default interface SendResult {
2
- /**
3
- * Devices to which delivery failed
4
- */
5
- failedDevices: string[];
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });