@winible/winible-typed 2.69.2 → 2.69.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winible/winible-typed",
3
- "version": "2.69.2",
3
+ "version": "2.69.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -179,7 +179,7 @@ const buildSmsSendQueueEntry = ({
179
179
  contactPhoneNumber: string;
180
180
  sendAt?: Date;
181
181
  timingType?: MessageTimingType;
182
- sendLogId: string;
182
+ sendLogId?: string;
183
183
  }): SmsSendQueueEntry => {
184
184
  return {
185
185
  type: "CAMPAIGN_SMS",