ins-queue-actions 1.2.131 → 1.2.134
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.
|
@@ -46,8 +46,8 @@ jobs:
|
|
|
46
46
|
# setup-node automatically uses NODE_AUTH_TOKEN if registry-url is set
|
|
47
47
|
|
|
48
48
|
- name: Upgrade npm for Trusted Publishing support
|
|
49
|
-
run: npm install -g npm@
|
|
50
|
-
# Trusted Publishing requires npm 11.5.1+
|
|
49
|
+
run: npm install -g npm@11
|
|
50
|
+
# Trusted Publishing requires npm 11.5.1+; npm@12 requires Node 22+
|
|
51
51
|
|
|
52
52
|
- name: Configure npm registry (for Trusted Publishing)
|
|
53
53
|
run: npm config set registry https://registry.npmjs.org/
|
package/notificationTemplates.js
CHANGED
|
@@ -1116,6 +1116,10 @@ module.exports = {
|
|
|
1116
1116
|
templateName: "RFQ_SUBMITTED",
|
|
1117
1117
|
requiredParams: ["type", "data"],
|
|
1118
1118
|
},
|
|
1119
|
+
RFQ_REOPENED: {
|
|
1120
|
+
templateName: "RFQ_REOPENED",
|
|
1121
|
+
requiredParams: ["type", "data"],
|
|
1122
|
+
},
|
|
1119
1123
|
RFQ_COMPLETED: {
|
|
1120
1124
|
templateName: "RFQ_COMPLETED",
|
|
1121
1125
|
requiredParams: ["type", "data"],
|
|
@@ -1132,6 +1136,10 @@ module.exports = {
|
|
|
1132
1136
|
templateName: "RFQ_NO_RESPONSE_DAILY_REPORT",
|
|
1133
1137
|
requiredParams: ["type", "data"],
|
|
1134
1138
|
},
|
|
1139
|
+
WEEKLY_DIGEST: {
|
|
1140
|
+
templateName: "WEEKLY_DIGEST",
|
|
1141
|
+
requiredParams: ["type", "data"],
|
|
1142
|
+
}
|
|
1135
1143
|
},
|
|
1136
1144
|
CALL_NOTIFICATION: {
|
|
1137
1145
|
ACTION_NAME: "CALL_NOTIFICATION",
|