@kiriminaja/types 0.1.21 → 0.1.22

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/dist/oms.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/oms.d.ts CHANGED
@@ -264,7 +264,7 @@ export type OmsBuilderTemplateSuccessConfigurationT = {
264
264
  };
265
265
  };
266
266
  redirect_web?: {
267
- url?: string;
267
+ url?: string | null;
268
268
  };
269
269
  redirect_whatsapp?: {
270
270
  phone?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"