mezon-js-protobuf 1.5.59 → 1.5.60

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. */
@@ -36,8 +36,8 @@ export interface Struct_FieldsEntry {
36
36
  /**
37
37
  * `Value` represents a dynamically typed value which can be either
38
38
  * null, a number, a string, a boolean, a recursive struct value, or a
39
- * list of values. A producer of value is expected to set one of these
40
- * variants. Absence of any variant indicates an error.
39
+ * list of values. A producer of value is expected to set one of that
40
+ * variants, absence of any variant indicates an error.
41
41
  *
42
42
  * The JSON representation for `Value` is JSON value.
43
43
  */
@@ -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://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
91
+ * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
92
92
  * ) to obtain a formatter capable of generating timestamps in this format.
93
93
  */
94
94
  export interface Timestamp {