Skip to content

Commit bbdd417

Browse files
MeilCligithub-actions[bot]
authored andcommitted
update actions
1 parent 998d6e6 commit bbdd417

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

dist/index.js

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5049,6 +5049,27 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
50495049
"use strict";
50505050

50515051
Object.defineProperty(exports, "__esModule", ({ value: true }));
5052+
exports.CustomFieldType = exports.EntityType = void 0;
5053+
var EntityType;
5054+
(function (EntityType) {
5055+
EntityType["Task"] = "slack#/entities/task";
5056+
EntityType["File"] = "slack#/entities/file";
5057+
EntityType["Item"] = "slack#/entities/item";
5058+
EntityType["Incident"] = "slack#/entities/incident";
5059+
EntityType["ContentItem"] = "slack#/entities/content_item";
5060+
})(EntityType || (exports.EntityType = EntityType = {}));
5061+
var CustomFieldType;
5062+
(function (CustomFieldType) {
5063+
CustomFieldType["Integer"] = "integer";
5064+
CustomFieldType["String"] = "string";
5065+
CustomFieldType["Array"] = "array";
5066+
CustomFieldType["Date"] = "slack#/types/date";
5067+
CustomFieldType["Timestamp"] = "slack#/types/timestamp";
5068+
CustomFieldType["Image"] = "slack#/types/image";
5069+
CustomFieldType["ChannelId"] = "slack#/types/channel_id";
5070+
CustomFieldType["User"] = "slack#/types/user";
5071+
CustomFieldType["EntityRef"] = "slack#/types/entity_ref";
5072+
})(CustomFieldType || (exports.CustomFieldType = CustomFieldType = {}));
50525073
//# sourceMappingURL=message-metadata.js.map
50535074

50545075
/***/ }),
@@ -7759,6 +7780,13 @@ class Methods extends eventemitter3_1.EventEmitter {
77597780
*/
77607781
list: bindApiCallWithOptionalArgument(this, 'emoji.list'),
77617782
};
7783+
this.entity = {
7784+
/**
7785+
* @description Provide information about the entity to be displayed in the flexpane.
7786+
* @see {@link https://docs.slack.dev/reference/methods/entity.presentDetails}
7787+
*/
7788+
presentDetails: bindApiCall(this, 'entity.presentDetails'),
7789+
};
77627790
this.files = {
77637791
/**
77647792
* @description Finishes an upload started with {@link https://docs.slack.dev/reference/methods/files.getUploadURLExternal `files.getUploadURLExternal`}.
@@ -21257,7 +21285,7 @@ module.exports = axios;
2125721285
/***/ ((module) => {
2125821286

2125921287
"use strict";
21260-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@slack/web-api","version":"7.11.0","description":"Official library for using the Slack Platform\'s Web API","author":"Slack Technologies, LLC","license":"MIT","keywords":["slack","web-api","bot","client","http","api","proxy","rate-limiting","pagination"],"main":"dist/index.js","types":"./dist/index.d.ts","files":["dist/**/*"],"engines":{"node":">= 18","npm":">= 8.6.0"},"repository":"slackapi/node-slack-sdk","homepage":"https://docs.slack.dev/tools/node-slack-sdk/web-api/","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/slackapi/node-slack-sdk/issues"},"scripts":{"prepare":"npm run build","build":"npm run build:clean && tsc","build:clean":"shx rm -rf ./dist ./coverage","docs":"npx typedoc --plugin typedoc-plugin-markdown","lint":"npx @biomejs/biome check .","lint:fix":"npx @biomejs/biome check --write .","mocha":"mocha --config ./test/.mocharc.json \\"./src/**/*.spec.ts\\"","test":"npm run lint && npm run test:types && npm run test:integration && npm run test:unit","test:integration":"npm run build && node test/integration/commonjs-project/index.js && node test/integration/esm-project/index.mjs && npm run test:integration:ts","test:integration:ts":"cd test/integration/ts-4.7-project && npm i && npm run build","test:unit":"npm run build && c8 --config ./test/.c8rc.json npm run mocha","test:types":"tsd","watch":"npx nodemon --watch \'src\' --ext \'ts\' --exec npm run build"},"dependencies":{"@slack/logger":"^4.0.0","@slack/types":"^2.17.0","@types/node":">=18.0.0","@types/retry":"0.12.0","axios":"^1.11.0","eventemitter3":"^5.0.1","form-data":"^4.0.4","is-electron":"2.2.2","is-stream":"^2","p-queue":"^6","p-retry":"^4","retry":"^0.13.1"},"devDependencies":{"@biomejs/biome":"^2.0.5","@tsconfig/recommended":"^1","@types/busboy":"^1.5.4","@types/chai":"^4","@types/mocha":"^10","@types/sinon":"^17","busboy":"^1","c8":"^10.1.2","chai":"^4","mocha":"^11","mocha-junit-reporter":"^2.2.1","mocha-multi-reporters":"^1.5.1","nock":"^14","shx":"^0.4.0","sinon":"^21","source-map-support":"^0.5.21","ts-node":"^10","tsd":"^0.33.0","typedoc":"^0.28.7","typedoc-plugin-markdown":"^4.7.1","typescript":"5.9.3"},"tsd":{"directory":"test/types"}}');
21288+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@slack/web-api","version":"7.12.0","description":"Official library for using the Slack Platform\'s Web API","author":"Slack Technologies, LLC","license":"MIT","keywords":["slack","web-api","bot","client","http","api","proxy","rate-limiting","pagination"],"main":"dist/index.js","types":"./dist/index.d.ts","files":["dist/**/*"],"engines":{"node":">= 18","npm":">= 8.6.0"},"repository":"slackapi/node-slack-sdk","homepage":"https://docs.slack.dev/tools/node-slack-sdk/web-api/","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/slackapi/node-slack-sdk/issues"},"scripts":{"prepare":"npm run build","build":"npm run build:clean && tsc","build:clean":"shx rm -rf ./dist ./coverage","docs":"npx typedoc --plugin typedoc-plugin-markdown","lint":"npx @biomejs/biome check .","lint:fix":"npx @biomejs/biome check --write .","mocha":"mocha --config ./test/.mocharc.json \\"./src/**/*.spec.ts\\"","test":"npm run lint && npm run test:types && npm run test:integration && npm run test:unit","test:integration":"npm run build && node test/integration/commonjs-project/index.js && node test/integration/esm-project/index.mjs && npm run test:integration:ts","test:integration:ts":"cd test/integration/ts-4.7-project && npm i && npm run build","test:unit":"npm run build && c8 --config ./test/.c8rc.json npm run mocha","test:types":"tsd","watch":"npx nodemon --watch \'src\' --ext \'ts\' --exec npm run build"},"dependencies":{"@slack/logger":"^4.0.0","@slack/types":"^2.18.0","@types/node":">=18.0.0","@types/retry":"0.12.0","axios":"^1.11.0","eventemitter3":"^5.0.1","form-data":"^4.0.4","is-electron":"2.2.2","is-stream":"^2","p-queue":"^6","p-retry":"^4","retry":"^0.13.1"},"devDependencies":{"@biomejs/biome":"^2.0.5","@tsconfig/recommended":"^1","@types/busboy":"^1.5.4","@types/chai":"^4","@types/mocha":"^10","@types/sinon":"^17","busboy":"^1","c8":"^10.1.2","chai":"^4","mocha":"^11","mocha-junit-reporter":"^2.2.1","mocha-multi-reporters":"^1.5.1","nock":"^14","shx":"^0.4.0","sinon":"^21","source-map-support":"^0.5.21","ts-node":"^10","tsd":"^0.33.0","typedoc":"^0.28.7","typedoc-plugin-markdown":"^4.7.1","typescript":"5.9.3"},"tsd":{"directory":"test/types"}}');
2126121289

2126221290
/***/ }),
2126321291

0 commit comments

Comments
 (0)