@wix/echo 1.0.43 → 1.0.44

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.
@@ -104,7 +104,7 @@ interface EchoRequest$1 {
104
104
  /** this field test translatable annotation */
105
105
  titleField?: string;
106
106
  someInt32?: number;
107
- someDate?: Date;
107
+ someDate?: Date | null;
108
108
  }
109
109
  interface EchoResponse$1 {
110
110
  /** message result as EchoMessage */
@@ -133,7 +133,7 @@ interface EchoRequest {
133
133
  /** this field test translatable annotation */
134
134
  titleField?: string;
135
135
  someInt32?: number;
136
- someDate?: Date;
136
+ someDate?: Date | null;
137
137
  }
138
138
  interface EchoResponse {
139
139
  /**