@eventcatalog/generator-openapi 7.4.0 → 7.4.2
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/dist/index.js +36 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +36 -15
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.mts +7 -1
- package/dist/types.d.ts +7 -1
- package/dist/types.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -572,7 +572,7 @@ var getSummary2 = (message2) => {
|
|
|
572
572
|
}
|
|
573
573
|
return escapeSpecialCharactersThatBreakMarkdown(eventCatalogMessageSummary);
|
|
574
574
|
};
|
|
575
|
-
var buildMessage = async (pathToFile, document, operation, generateMarkdown) => {
|
|
575
|
+
var buildMessage = async (pathToFile, document, operation, generateMarkdown, messageIdConfig) => {
|
|
576
576
|
const requestBodiesAndResponses = await getSchemasByOperationId(pathToFile, operation.operationId);
|
|
577
577
|
const extensions = operation.extensions || {};
|
|
578
578
|
const operationTags = operation.tags.map((badge) => ({
|
|
@@ -589,6 +589,14 @@ var buildMessage = async (pathToFile, document, operation, generateMarkdown) =>
|
|
|
589
589
|
}
|
|
590
590
|
const httpVerb = operation.method.toUpperCase() || "";
|
|
591
591
|
const generatedMarkdownForMessage = defaultMarkdown3(operation, requestBodiesAndResponses);
|
|
592
|
+
if (messageIdConfig?.prefix) {
|
|
593
|
+
const separator = messageIdConfig.separator || "-";
|
|
594
|
+
uniqueIdentifier = [messageIdConfig.prefix, uniqueIdentifier].join(separator);
|
|
595
|
+
}
|
|
596
|
+
if (messageIdConfig?.prefixWithServiceId) {
|
|
597
|
+
const separator = messageIdConfig.separator || "-";
|
|
598
|
+
uniqueIdentifier = [apiName, uniqueIdentifier].join(separator);
|
|
599
|
+
}
|
|
592
600
|
return {
|
|
593
601
|
id: extensions["x-eventcatalog-message-id"] || uniqueIdentifier,
|
|
594
602
|
version: extensions["x-eventcatalog-message-version"] || document.info.version,
|
|
@@ -1728,7 +1736,7 @@ var import_chalk2 = __toESM(require("chalk"), 1);
|
|
|
1728
1736
|
// ../../node_modules/.pnpm/boxen@8.0.1/node_modules/boxen/index.js
|
|
1729
1737
|
var import_node_process = __toESM(require("process"), 1);
|
|
1730
1738
|
|
|
1731
|
-
// ../../node_modules/.pnpm/ansi-regex@6.2.
|
|
1739
|
+
// ../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js
|
|
1732
1740
|
function ansiRegex({ onlyFirst = false } = {}) {
|
|
1733
1741
|
const ST = "(?:\\u0007|\\u001B\\u005C|\\u009C)";
|
|
1734
1742
|
const osc = `(?:\\u001B\\][\\s\\S]*?${ST})`;
|
|
@@ -1737,7 +1745,7 @@ function ansiRegex({ onlyFirst = false } = {}) {
|
|
|
1737
1745
|
return new RegExp(pattern, onlyFirst ? void 0 : "g");
|
|
1738
1746
|
}
|
|
1739
1747
|
|
|
1740
|
-
// ../../node_modules/.pnpm/strip-ansi@7.1.
|
|
1748
|
+
// ../../node_modules/.pnpm/strip-ansi@7.1.2/node_modules/strip-ansi/index.js
|
|
1741
1749
|
var regex = ansiRegex();
|
|
1742
1750
|
function stripAnsi(string) {
|
|
1743
1751
|
if (typeof string !== "string") {
|
|
@@ -1746,7 +1754,7 @@ function stripAnsi(string) {
|
|
|
1746
1754
|
return string.replace(regex, "");
|
|
1747
1755
|
}
|
|
1748
1756
|
|
|
1749
|
-
// ../../node_modules/.pnpm/get-east-asian-width@1.
|
|
1757
|
+
// ../../node_modules/.pnpm/get-east-asian-width@1.4.0/node_modules/get-east-asian-width/lookup.js
|
|
1750
1758
|
function isAmbiguous(x) {
|
|
1751
1759
|
return x === 161 || x === 164 || x === 167 || x === 168 || x === 170 || x === 173 || x === 174 || x >= 176 && x <= 180 || x >= 182 && x <= 186 || x >= 188 && x <= 191 || x === 198 || x === 208 || x === 215 || x === 216 || x >= 222 && x <= 225 || x === 230 || x >= 232 && x <= 234 || x === 236 || x === 237 || x === 240 || x === 242 || x === 243 || x >= 247 && x <= 250 || x === 252 || x === 254 || x === 257 || x === 273 || x === 275 || x === 283 || x === 294 || x === 295 || x === 299 || x >= 305 && x <= 307 || x === 312 || x >= 319 && x <= 322 || x === 324 || x >= 328 && x <= 331 || x === 333 || x === 338 || x === 339 || x === 358 || x === 359 || x === 363 || x === 462 || x === 464 || x === 466 || x === 468 || x === 470 || x === 472 || x === 474 || x === 476 || x === 593 || x === 609 || x === 708 || x === 711 || x >= 713 && x <= 715 || x === 717 || x === 720 || x >= 728 && x <= 731 || x === 733 || x === 735 || x >= 768 && x <= 879 || x >= 913 && x <= 929 || x >= 931 && x <= 937 || x >= 945 && x <= 961 || x >= 963 && x <= 969 || x === 1025 || x >= 1040 && x <= 1103 || x === 1105 || x === 8208 || x >= 8211 && x <= 8214 || x === 8216 || x === 8217 || x === 8220 || x === 8221 || x >= 8224 && x <= 8226 || x >= 8228 && x <= 8231 || x === 8240 || x === 8242 || x === 8243 || x === 8245 || x === 8251 || x === 8254 || x === 8308 || x === 8319 || x >= 8321 && x <= 8324 || x === 8364 || x === 8451 || x === 8453 || x === 8457 || x === 8467 || x === 8470 || x === 8481 || x === 8482 || x === 8486 || x === 8491 || x === 8531 || x === 8532 || x >= 8539 && x <= 8542 || x >= 8544 && x <= 8555 || x >= 8560 && x <= 8569 || x === 8585 || x >= 8592 && x <= 8601 || x === 8632 || x === 8633 || x === 8658 || x === 8660 || x === 8679 || x === 8704 || x === 8706 || x === 8707 || x === 8711 || x === 8712 || x === 8715 || x === 8719 || x === 8721 || x === 8725 || x === 8730 || x >= 8733 && x <= 8736 || x === 8739 || x === 8741 || x >= 8743 && x <= 8748 || x === 8750 || x >= 8756 && x <= 8759 || x === 8764 || x === 8765 || x === 8776 || x === 8780 || x === 8786 || x === 8800 || x === 8801 || x >= 8804 && x <= 8807 || x === 8810 || x === 8811 || x === 8814 || x === 8815 || x === 8834 || x === 8835 || x === 8838 || x === 8839 || x === 8853 || x === 8857 || x === 8869 || x === 8895 || x === 8978 || x >= 9312 && x <= 9449 || x >= 9451 && x <= 9547 || x >= 9552 && x <= 9587 || x >= 9600 && x <= 9615 || x >= 9618 && x <= 9621 || x === 9632 || x === 9633 || x >= 9635 && x <= 9641 || x === 9650 || x === 9651 || x === 9654 || x === 9655 || x === 9660 || x === 9661 || x === 9664 || x === 9665 || x >= 9670 && x <= 9672 || x === 9675 || x >= 9678 && x <= 9681 || x >= 9698 && x <= 9701 || x === 9711 || x === 9733 || x === 9734 || x === 9737 || x === 9742 || x === 9743 || x === 9756 || x === 9758 || x === 9792 || x === 9794 || x === 9824 || x === 9825 || x >= 9827 && x <= 9829 || x >= 9831 && x <= 9834 || x === 9836 || x === 9837 || x === 9839 || x === 9886 || x === 9887 || x === 9919 || x >= 9926 && x <= 9933 || x >= 9935 && x <= 9939 || x >= 9941 && x <= 9953 || x === 9955 || x === 9960 || x === 9961 || x >= 9963 && x <= 9969 || x === 9972 || x >= 9974 && x <= 9977 || x === 9979 || x === 9980 || x === 9982 || x === 9983 || x === 10045 || x >= 10102 && x <= 10111 || x >= 11094 && x <= 11097 || x >= 12872 && x <= 12879 || x >= 57344 && x <= 63743 || x >= 65024 && x <= 65039 || x === 65533 || x >= 127232 && x <= 127242 || x >= 127248 && x <= 127277 || x >= 127280 && x <= 127337 || x >= 127344 && x <= 127373 || x === 127375 || x === 127376 || x >= 127387 && x <= 127404 || x >= 917760 && x <= 917999 || x >= 983040 && x <= 1048573 || x >= 1048576 && x <= 1114109;
|
|
1752
1760
|
}
|
|
@@ -1754,10 +1762,10 @@ function isFullWidth(x) {
|
|
|
1754
1762
|
return x === 12288 || x >= 65281 && x <= 65376 || x >= 65504 && x <= 65510;
|
|
1755
1763
|
}
|
|
1756
1764
|
function isWide(x) {
|
|
1757
|
-
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9776 && x <= 9783 || x >= 9800 && x <= 9811 || x === 9855 || x >= 9866 && x <= 9871 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <= 12773 || x >= 12783 && x <= 12830 || x >= 12832 && x <= 12871 || x >= 12880 && x <= 42124 || x >= 42128 && x <= 42182 || x >= 43360 && x <= 43388 || x >= 44032 && x <= 55203 || x >= 63744 && x <= 64255 || x >= 65040 && x <= 65049 || x >= 65072 && x <= 65106 || x >= 65108 && x <= 65126 || x >= 65128 && x <= 65131 || x >= 94176 && x <= 94180 || x
|
|
1765
|
+
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9776 && x <= 9783 || x >= 9800 && x <= 9811 || x === 9855 || x >= 9866 && x <= 9871 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <= 12773 || x >= 12783 && x <= 12830 || x >= 12832 && x <= 12871 || x >= 12880 && x <= 42124 || x >= 42128 && x <= 42182 || x >= 43360 && x <= 43388 || x >= 44032 && x <= 55203 || x >= 63744 && x <= 64255 || x >= 65040 && x <= 65049 || x >= 65072 && x <= 65106 || x >= 65108 && x <= 65126 || x >= 65128 && x <= 65131 || x >= 94176 && x <= 94180 || x >= 94192 && x <= 94198 || x >= 94208 && x <= 101589 || x >= 101631 && x <= 101662 || x >= 101760 && x <= 101874 || x >= 110576 && x <= 110579 || x >= 110581 && x <= 110587 || x === 110589 || x === 110590 || x >= 110592 && x <= 110882 || x === 110898 || x >= 110928 && x <= 110930 || x === 110933 || x >= 110948 && x <= 110951 || x >= 110960 && x <= 111355 || x >= 119552 && x <= 119638 || x >= 119648 && x <= 119670 || x === 126980 || x === 127183 || x === 127374 || x >= 127377 && x <= 127386 || x >= 127488 && x <= 127490 || x >= 127504 && x <= 127547 || x >= 127552 && x <= 127560 || x === 127568 || x === 127569 || x >= 127584 && x <= 127589 || x >= 127744 && x <= 127776 || x >= 127789 && x <= 127797 || x >= 127799 && x <= 127868 || x >= 127870 && x <= 127891 || x >= 127904 && x <= 127946 || x >= 127951 && x <= 127955 || x >= 127968 && x <= 127984 || x === 127988 || x >= 127992 && x <= 128062 || x === 128064 || x >= 128066 && x <= 128252 || x >= 128255 && x <= 128317 || x >= 128331 && x <= 128334 || x >= 128336 && x <= 128359 || x === 128378 || x === 128405 || x === 128406 || x === 128420 || x >= 128507 && x <= 128591 || x >= 128640 && x <= 128709 || x === 128716 || x >= 128720 && x <= 128722 || x >= 128725 && x <= 128728 || x >= 128732 && x <= 128735 || x === 128747 || x === 128748 || x >= 128756 && x <= 128764 || x >= 128992 && x <= 129003 || x === 129008 || x >= 129292 && x <= 129338 || x >= 129340 && x <= 129349 || x >= 129351 && x <= 129535 || x >= 129648 && x <= 129660 || x >= 129664 && x <= 129674 || x >= 129678 && x <= 129734 || x === 129736 || x >= 129741 && x <= 129756 || x >= 129759 && x <= 129770 || x >= 129775 && x <= 129784 || x >= 131072 && x <= 196605 || x >= 196608 && x <= 262141;
|
|
1758
1766
|
}
|
|
1759
1767
|
|
|
1760
|
-
// ../../node_modules/.pnpm/get-east-asian-width@1.
|
|
1768
|
+
// ../../node_modules/.pnpm/get-east-asian-width@1.4.0/node_modules/get-east-asian-width/index.js
|
|
1761
1769
|
function validate(codePoint) {
|
|
1762
1770
|
if (!Number.isSafeInteger(codePoint)) {
|
|
1763
1771
|
throw new TypeError(`Expected a code point, got \`${typeof codePoint}\`.`);
|
|
@@ -1924,7 +1932,7 @@ function camelCase(input, options) {
|
|
|
1924
1932
|
// ../../node_modules/.pnpm/boxen@8.0.1/node_modules/boxen/index.js
|
|
1925
1933
|
var import_ansi_align = __toESM(require_ansi_align(), 1);
|
|
1926
1934
|
|
|
1927
|
-
// ../../node_modules/.pnpm/ansi-styles@6.2.
|
|
1935
|
+
// ../../node_modules/.pnpm/ansi-styles@6.2.3/node_modules/ansi-styles/index.js
|
|
1928
1936
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
1929
1937
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
1930
1938
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -2023,7 +2031,7 @@ function assembleStyles() {
|
|
|
2023
2031
|
styles.bgColor.ansi16m = wrapAnsi16m(ANSI_BACKGROUND_OFFSET);
|
|
2024
2032
|
Object.defineProperties(styles, {
|
|
2025
2033
|
rgbToAnsi256: {
|
|
2026
|
-
value
|
|
2034
|
+
value(red, green, blue) {
|
|
2027
2035
|
if (red === green && green === blue) {
|
|
2028
2036
|
if (red < 8) {
|
|
2029
2037
|
return 16;
|
|
@@ -2038,7 +2046,7 @@ function assembleStyles() {
|
|
|
2038
2046
|
enumerable: false
|
|
2039
2047
|
},
|
|
2040
2048
|
hexToRgb: {
|
|
2041
|
-
value
|
|
2049
|
+
value(hex) {
|
|
2042
2050
|
const matches = /[a-f\d]{6}|[a-f\d]{3}/i.exec(hex.toString(16));
|
|
2043
2051
|
if (!matches) {
|
|
2044
2052
|
return [0, 0, 0];
|
|
@@ -2063,7 +2071,7 @@ function assembleStyles() {
|
|
|
2063
2071
|
enumerable: false
|
|
2064
2072
|
},
|
|
2065
2073
|
ansi256ToAnsi: {
|
|
2066
|
-
value
|
|
2074
|
+
value(code) {
|
|
2067
2075
|
if (code < 8) {
|
|
2068
2076
|
return 30 + code;
|
|
2069
2077
|
}
|
|
@@ -2110,7 +2118,7 @@ function assembleStyles() {
|
|
|
2110
2118
|
var ansiStyles = assembleStyles();
|
|
2111
2119
|
var ansi_styles_default = ansiStyles;
|
|
2112
2120
|
|
|
2113
|
-
// ../../node_modules/.pnpm/wrap-ansi@9.0.
|
|
2121
|
+
// ../../node_modules/.pnpm/wrap-ansi@9.0.2/node_modules/wrap-ansi/index.js
|
|
2114
2122
|
var ESCAPES = /* @__PURE__ */ new Set([
|
|
2115
2123
|
"\x1B",
|
|
2116
2124
|
"\x9B"
|
|
@@ -2825,7 +2833,7 @@ var import_node_path = require("path");
|
|
|
2825
2833
|
// package.json
|
|
2826
2834
|
var package_default = {
|
|
2827
2835
|
name: "@eventcatalog/generator-openapi",
|
|
2828
|
-
version: "7.4.
|
|
2836
|
+
version: "7.4.2",
|
|
2829
2837
|
description: "OpenAPI generator for EventCatalog",
|
|
2830
2838
|
scripts: {
|
|
2831
2839
|
build: "tsup",
|
|
@@ -2862,7 +2870,7 @@ var package_default = {
|
|
|
2862
2870
|
dependencies: {
|
|
2863
2871
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
2864
2872
|
"@changesets/cli": "^2.27.7",
|
|
2865
|
-
"@eventcatalog/sdk": "^2.
|
|
2873
|
+
"@eventcatalog/sdk": "^2.7.5",
|
|
2866
2874
|
chalk: "^4",
|
|
2867
2875
|
"js-yaml": "^4.1.0",
|
|
2868
2876
|
"openapi-types": "^12.1.3",
|
|
@@ -2980,6 +2988,8 @@ var index_default = async (_, options) => {
|
|
|
2980
2988
|
let serviceMarkdown = service.markdown;
|
|
2981
2989
|
let serviceSpecificationsFiles = [];
|
|
2982
2990
|
let serviceSpecifications = service.specifications;
|
|
2991
|
+
let serviceBadges = null;
|
|
2992
|
+
let serviceAttachments = null;
|
|
2983
2993
|
const isDomainMarkedAsDraft = options.domain?.draft || null;
|
|
2984
2994
|
const isServiceMarkedAsDraft = (
|
|
2985
2995
|
// @ts-ignore
|
|
@@ -3043,6 +3053,8 @@ Processing domain: ${domainName} (v${domainVersion})`));
|
|
|
3043
3053
|
owners = latestServiceInCatalog.owners || [];
|
|
3044
3054
|
repository = latestServiceInCatalog.repository || null;
|
|
3045
3055
|
styles2 = latestServiceInCatalog.styles || null;
|
|
3056
|
+
serviceBadges = latestServiceInCatalog.badges || null;
|
|
3057
|
+
serviceAttachments = latestServiceInCatalog.attachments || null;
|
|
3046
3058
|
serviceSpecifications = {
|
|
3047
3059
|
...serviceSpecifications,
|
|
3048
3060
|
...persistPreviousSpecificationFiles ? latestServiceInCatalog.specifications : {}
|
|
@@ -3054,6 +3066,7 @@ Processing domain: ${domainName} (v${domainVersion})`));
|
|
|
3054
3066
|
await writeService(
|
|
3055
3067
|
{
|
|
3056
3068
|
...service,
|
|
3069
|
+
badges: serviceBadges || service.badges,
|
|
3057
3070
|
markdown: serviceMarkdown,
|
|
3058
3071
|
specifications: serviceSpecifications,
|
|
3059
3072
|
sends,
|
|
@@ -3061,7 +3074,8 @@ Processing domain: ${domainName} (v${domainVersion})`));
|
|
|
3061
3074
|
...owners ? { owners } : {},
|
|
3062
3075
|
...repository ? { repository } : {},
|
|
3063
3076
|
...styles2 ? { styles: styles2 } : {},
|
|
3064
|
-
...isServiceMarkedAsDraft ? { draft: true } : {}
|
|
3077
|
+
...isServiceMarkedAsDraft ? { draft: true } : {},
|
|
3078
|
+
...serviceAttachments ? { attachments: serviceAttachments } : {}
|
|
3065
3079
|
},
|
|
3066
3080
|
{ path: (0, import_node_path.join)(servicePath), override: true }
|
|
3067
3081
|
);
|
|
@@ -3099,11 +3113,14 @@ var processMessagesForOpenAPISpec = async (pathToSpec, document, servicePath, op
|
|
|
3099
3113
|
pathToSpec,
|
|
3100
3114
|
document,
|
|
3101
3115
|
operation,
|
|
3102
|
-
options.messages?.generateMarkdown
|
|
3116
|
+
options.messages?.generateMarkdown,
|
|
3117
|
+
options.messages?.id
|
|
3103
3118
|
);
|
|
3104
3119
|
let messageMarkdown = message2.markdown;
|
|
3105
3120
|
const messageType = operation.type;
|
|
3106
3121
|
const messageAction = operation.action;
|
|
3122
|
+
let messageBadges = null;
|
|
3123
|
+
let messageAttachments = null;
|
|
3107
3124
|
console.log(import_chalk4.default.blue(`Processing message: ${message2.name} (v${message2.version})`));
|
|
3108
3125
|
const {
|
|
3109
3126
|
addFileToMessage,
|
|
@@ -3114,6 +3131,8 @@ var processMessagesForOpenAPISpec = async (pathToSpec, document, servicePath, op
|
|
|
3114
3131
|
} = getMessageTypeUtils(process.env.PROJECT_DIR, messageType);
|
|
3115
3132
|
const catalogedMessage = await getMessage(message2.id, "latest");
|
|
3116
3133
|
if (catalogedMessage) {
|
|
3134
|
+
messageBadges = catalogedMessage.badges || null;
|
|
3135
|
+
messageAttachments = catalogedMessage.attachments || null;
|
|
3117
3136
|
if (preserveExistingMessages) {
|
|
3118
3137
|
messageMarkdown = catalogedMessage.markdown;
|
|
3119
3138
|
}
|
|
@@ -3129,8 +3148,10 @@ var processMessagesForOpenAPISpec = async (pathToSpec, document, servicePath, op
|
|
|
3129
3148
|
await writeMessage(
|
|
3130
3149
|
{
|
|
3131
3150
|
...message2,
|
|
3151
|
+
badges: messageBadges || message2.badges,
|
|
3132
3152
|
markdown: messageMarkdown,
|
|
3133
3153
|
...options.owners ? { owners: options.owners } : {},
|
|
3154
|
+
...messageAttachments ? { attachments: messageAttachments } : {},
|
|
3134
3155
|
// only if its defined add it to the sidebar
|
|
3135
3156
|
...sidebarBadgeType === "HTTP_METHOD" ? { sidebar } : {},
|
|
3136
3157
|
...isDraft ? { draft: true } : {}
|