@wildix/wim-tools-client 0.0.26 → 0.0.27
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.
|
@@ -127,7 +127,6 @@ declare const CreateToolCommand_base: {
|
|
|
127
127
|
* userId: "<ToolStringValue>",
|
|
128
128
|
* },
|
|
129
129
|
* text: "<ToolStringValue>", // required
|
|
130
|
-
* mentions: "<ToolStringValue>",
|
|
131
130
|
* botName: "<ToolStringValue>", // required
|
|
132
131
|
* },
|
|
133
132
|
* },
|
|
@@ -230,7 +229,6 @@ declare const CreateToolCommand_base: {
|
|
|
230
229
|
* // userId: "<ToolStringValue>",
|
|
231
230
|
* // },
|
|
232
231
|
* // text: "<ToolStringValue>", // required
|
|
233
|
-
* // mentions: "<ToolStringValue>",
|
|
234
232
|
* // botName: "<ToolStringValue>", // required
|
|
235
233
|
* // },
|
|
236
234
|
* // },
|
|
@@ -128,7 +128,6 @@ declare const UpdateToolCommand_base: {
|
|
|
128
128
|
* userId: "<ToolStringValue>",
|
|
129
129
|
* },
|
|
130
130
|
* text: "<ToolStringValue>", // required
|
|
131
|
-
* mentions: "<ToolStringValue>",
|
|
132
131
|
* botName: "<ToolStringValue>", // required
|
|
133
132
|
* },
|
|
134
133
|
* },
|
|
@@ -231,7 +230,6 @@ declare const UpdateToolCommand_base: {
|
|
|
231
230
|
* // userId: "<ToolStringValue>",
|
|
232
231
|
* // },
|
|
233
232
|
* // text: "<ToolStringValue>", // required
|
|
234
|
-
* // mentions: "<ToolStringValue>",
|
|
235
233
|
* // botName: "<ToolStringValue>", // required
|
|
236
234
|
* // },
|
|
237
235
|
* // },
|
|
@@ -144,11 +144,6 @@ export interface ToolChatConfig {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
text: ToolStringValue;
|
|
147
|
-
/**
|
|
148
|
-
* User IDs to mention in the message, comma-separated.
|
|
149
|
-
* @public
|
|
150
|
-
*/
|
|
151
|
-
mentions?: ToolStringValue | undefined;
|
|
152
147
|
/**
|
|
153
148
|
* Name of the system bot that will send the message. If not provided, defaults to 'WIM Tools'.
|
|
154
149
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wim-tools-client",
|
|
3
3
|
"description": "@wildix/wim-tools-client client",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.27",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|