mezon-js-protobuf 1.7.21 → 1.7.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.
@@ -4,7 +4,7 @@ export declare const protobufPackage = "google.protobuf";
4
4
  * `NullValue` is a singleton enumeration to represent the null value for the
5
5
  * `Value` type union.
6
6
  *
7
- * The JSON representation for `NullValue` is JSON `null`.
7
+ * The JSON representation for `NullValue` is JSON `null`.
8
8
  */
9
9
  export declare enum NullValue {
10
10
  /** NULL_VALUE - Null value. */
@@ -88,7 +88,7 @@ export declare const protobufPackage = "google.protobuf";
88
88
  * [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
89
89
  * the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
90
90
  * the Joda Time's [`ISODateTimeFormat.dateTime()`](
91
- * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
91
+ * http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
92
92
  * ) to obtain a formatter capable of generating timestamps in this format.
93
93
  */
94
94
  export interface Timestamp {