@xapp/stentor-slack 1.62.73 → 1.62.81
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.
- package/lib/Guards.d.ts +1 -1
- package/lib/Guards.js.map +1 -1
- package/lib/models/UserMessage.d.ts +1 -1
- package/package.json +16 -16
package/lib/Guards.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*! Copyright (c) 2022, XAPPmedia */
|
|
2
2
|
import { BlockElementAction, ButtonAction } from "@slack/bolt/dist/types/actions/block-action";
|
|
3
|
-
import { BotMessageEvent, GenericMessageEvent, MessageEvent } from "@slack/bolt
|
|
3
|
+
import { BotMessageEvent, GenericMessageEvent, MessageEvent } from "@slack/bolt";
|
|
4
4
|
import { SlackChallenge, UserActionMessage, UserActionPayload, UserEventMessage, UserMessage, UserPayload } from "./models";
|
|
5
5
|
/**
|
|
6
6
|
* This is for the channel selector
|
package/lib/Guards.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Guards.js","sourceRoot":"","sources":["../src/Guards.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"Guards.js","sourceRoot":"","sources":["../src/Guards.ts"],"names":[],"mappings":";;AAkBA,wCAGC;AAED,oDAEC;AAED,oDAEC;AAED,gEAEC;AAED,sCAEC;AAED,kDAOC;AAED,sCAEC;AAED,wDAIC;AAED,4CAEC;AA/CD;;;;GAIG;AACH,SAAgB,cAAc,CAAC,WAAgB;IAC3C,OAAO,CAAC,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC,CAAC,WAAW,CAAC,UAAU;WACrE,CAAC,CAAC,WAAW,CAAC,OAAO,CAAA;AAChC,CAAC;AAED,SAAgB,oBAAoB,CAAC,WAAgB;IACjD,OAAO,CAAC,CAAC,WAAW,CAAC,OAAO,CAAA;AAChC,CAAC;AAED,SAAgB,oBAAoB,CAAC,KAAkB;IACnD,OAAO,KAAK,CAAC,IAAI,KAAK,gBAAgB,CAAC;AAC3C,CAAC;AAED,SAAgB,0BAA0B,CAAC,KAAmB;IAC1D,OAAO,KAAK,CAAC,IAAI,KAAK,SAAS,IAAI,KAAK,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;AACrG,CAAC;AAED,SAAgB,aAAa,CAAC,KAAkB;IAC5C,OAAO,KAAK,CAAC,IAAI,KAAK,eAAe,CAAC;AAC1C,CAAC;AAED,SAAgB,mBAAmB,CAAC,KAAkB;;IAClD,IAAI,KAAK,CAAC,IAAI,KAAK,eAAe,IAAI,CAAA,MAAA,KAAK,CAAC,OAAO,0CAAE,MAAM,IAAG,CAAC,EAAE,CAAC;QAC9D,MAAM,MAAM,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,iBAAiB;QAClD,OAAO,MAAM,CAAC,IAAI,KAAK,QAAQ,CAAC;IACpC,CAAC;IAED,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,aAAa,CAAC,MAA0B;IACpD,OAAO,MAAM,CAAC,IAAI,KAAK,QAAQ,CAAA;AACnC,CAAC;AAED,SAAgB,sBAAsB,CAAC,KAAmB;IACtD,iDAAiD;IACjD,MAAM,CAAC,GAAoB,KAAmC,CAAC;IAC/D,OAAO,CAAC,CAAC,IAAI,KAAK,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;AAC9C,CAAC;AAED,SAAgB,gBAAgB,CAAC,KAAU;IACvC,OAAO,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,SAAS,CAAA;AACzC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! Copyright (c) 2022, XAPPmedia */
|
|
2
|
-
import { MessageEvent } from "@slack/bolt
|
|
2
|
+
import { MessageEvent } from "@slack/bolt";
|
|
3
3
|
import { BlockAction } from "@slack/bolt/dist/types/actions/block-action";
|
|
4
4
|
export type UserPayload = UserEventPayload | UserActionPayload;
|
|
5
5
|
export interface UserEventPayload extends EnvelopedEvent {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.62.
|
|
7
|
+
"version": "1.62.81",
|
|
8
8
|
"description": "Slack channel for stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"main": "lib/index",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"node": ">=10.x"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@slack/bolt": "3.
|
|
18
|
+
"@slack/bolt": "3.22.0",
|
|
19
19
|
"@slack/web-api": "6.13.0",
|
|
20
20
|
"@types/chai": "4.3.20",
|
|
21
21
|
"@types/node-fetch": "2.6.11",
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
"mocha": "10.7.3",
|
|
28
28
|
"sinon": "18.0.1",
|
|
29
29
|
"sinon-chai": "3.7.0",
|
|
30
|
-
"stentor-constants": "1.59.
|
|
31
|
-
"stentor-guards": "1.59.
|
|
32
|
-
"stentor-interaction-model": "1.59.
|
|
33
|
-
"stentor-locales": "1.59.
|
|
34
|
-
"stentor-logger": "1.59.
|
|
35
|
-
"stentor-media": "1.59.
|
|
36
|
-
"stentor-models": "1.59.
|
|
37
|
-
"stentor-request": "1.59.
|
|
38
|
-
"stentor-response": "1.59.
|
|
39
|
-
"stentor-utils": "1.59.
|
|
30
|
+
"stentor-constants": "1.59.122",
|
|
31
|
+
"stentor-guards": "1.59.122",
|
|
32
|
+
"stentor-interaction-model": "1.59.122",
|
|
33
|
+
"stentor-locales": "1.59.122",
|
|
34
|
+
"stentor-logger": "1.59.122",
|
|
35
|
+
"stentor-media": "1.59.122",
|
|
36
|
+
"stentor-models": "1.59.122",
|
|
37
|
+
"stentor-request": "1.59.122",
|
|
38
|
+
"stentor-response": "1.59.122",
|
|
39
|
+
"stentor-utils": "1.59.122",
|
|
40
40
|
"ts-node": "10.9.2",
|
|
41
|
-
"typescript": "5.6.
|
|
41
|
+
"typescript": "5.6.3",
|
|
42
42
|
"uuid": "10.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@xapp/patterns": "2.0.2",
|
|
46
|
-
"@xapp/stentor-actions-on-google": "1.62.
|
|
47
|
-
"@xapp/stentor-app": "1.62.
|
|
46
|
+
"@xapp/stentor-actions-on-google": "1.62.81",
|
|
47
|
+
"@xapp/stentor-app": "1.62.81",
|
|
48
48
|
"actions-on-google": "2.14.0",
|
|
49
49
|
"node-fetch": "2.7.0"
|
|
50
50
|
},
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"clean": "rm -rf ./lib/*",
|
|
66
66
|
"test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "367e38a780941a151999739294297c30e9a7b0e6"
|
|
69
69
|
}
|