@azure-tools/communication-short-codes 1.0.0-alpha.20250620.1 → 1.0.0-alpha.20250718.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -164,6 +164,8 @@ const programBriefRequest: ShortCodesUpsertUSProgramBriefOptionalParams = {
164
164
  optInAnswerFromUser: "JOIN",
165
165
  optInConfirmationMessageToUser:
166
166
  "Congrats, you have been successfully subscribed to loyalty program updates. Welcome!",
167
+ optOutAnswerToUser: "Reply STOP to unsubscribe.",
168
+ helpAnswerToUser: "Reply HELP for help. Msg&Data rates may apply.",
167
169
  directionality: "twoWay",
168
170
  },
169
171
  trafficDetails: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-short-codes",
3
- "version": "1.0.0-alpha.20250620.1",
3
+ "version": "1.0.0-alpha.20250718.1",
4
4
  "description": "SDK for Azure Communication Services which facilitates short code management.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",