Skip to content

Commit 4713d20

Browse files
committed
v20.1.0 add RemoveSubscriptions
1 parent d40bd24 commit 4713d20

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

job-registry.cson

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,21 @@ RemoveSubscription:
626626
task: 'meshblu-core-task-remove-subscription'
627627
datastoreCollection: 'subscriptions'
628628

629+
RemoveSubscriptions:
630+
start: 'authenticate'
631+
tasks:
632+
'authenticate':
633+
filter: 'AuthenticateWithRateLimit'
634+
on:
635+
204: 'enforce-configure-whitelists'
636+
'enforce-configure-whitelists':
637+
filter: 'EnforceConfigureWhitelists'
638+
on:
639+
204: 'remove-subscriptions'
640+
'remove-subscriptions':
641+
task: 'meshblu-core-task-remove-subscriptions'
642+
datastoreCollection: 'subscriptions'
643+
629644
ResetToken:
630645
start: 'authenticate'
631646
tasks:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meshblu-core-dispatcher",
3-
"version": "20.0.8",
3+
"version": "20.1.0",
44
"description": "Meshblu Core Dispatcher",
55
"main": "index.js",
66
"scripts": {
@@ -131,6 +131,7 @@
131131
"meshblu-core-task-remove-device-cache": "^2.0.2",
132132
"meshblu-core-task-remove-root-session-token": "^1.0.0",
133133
"meshblu-core-task-remove-subscription": "^2.0.1",
134+
"meshblu-core-task-remove-subscriptions": "^1.0.1",
134135
"meshblu-core-task-remove-token-cache": "^1.1.2",
135136
"meshblu-core-task-reset-token": "^4.0.1",
136137
"meshblu-core-task-revoke-all-tokens": "^2.0.3",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,6 +1596,10 @@ meshblu-core-manager-subscription@^5.1.0:
15961596
version "5.1.0"
15971597
resolved "https://registry.yarnpkg.com/meshblu-core-manager-subscription/-/meshblu-core-manager-subscription-5.1.0.tgz#e6f114c069766472a7da6fefb868bd8526e8cb95"
15981598

1599+
meshblu-core-manager-subscription@^5.2.0:
1600+
version "5.2.0"
1601+
resolved "https://registry.yarnpkg.com/meshblu-core-manager-subscription/-/meshblu-core-manager-subscription-5.2.0.tgz#77d8527c01808e47ff3dbcd2141e21d673b00386"
1602+
15991603
meshblu-core-manager-token@^4.4.1:
16001604
version "4.4.1"
16011605
resolved "https://registry.yarnpkg.com/meshblu-core-manager-token/-/meshblu-core-manager-token-4.4.1.tgz#c9a72ff2ffdbbe974ad7fbf42f64c065730f1501"
@@ -2261,6 +2265,14 @@ meshblu-core-task-remove-subscription@^2.0.1:
22612265
lodash "^4.6.1"
22622266
meshblu-core-manager-subscription "^3.2.1"
22632267

2268+
meshblu-core-task-remove-subscriptions@^1.0.1:
2269+
version "1.0.1"
2270+
resolved "https://registry.yarnpkg.com/meshblu-core-task-remove-subscriptions/-/meshblu-core-task-remove-subscriptions-1.0.1.tgz#c2c97f6ac41fa233267e5e5da7e8078b1efa0f8b"
2271+
dependencies:
2272+
coffee-script "^1.10.0"
2273+
lodash "^4.6.1"
2274+
meshblu-core-manager-subscription "^5.2.0"
2275+
22642276
meshblu-core-task-remove-token-cache@^1.1.2:
22652277
version "1.1.2"
22662278
resolved "https://registry.yarnpkg.com/meshblu-core-task-remove-token-cache/-/meshblu-core-task-remove-token-cache-1.1.2.tgz#f9a102ba29b2d081eb3a98c65cec06265e5bde84"

0 commit comments

Comments
 (0)