@devvit/protos 0.10.21-next-2024-05-15-9f8d1165e.0 → 0.10.21-next-2024-05-15-604242ba9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ import _m0 from 'protobufjs/minimal.js';
8
8
  * `NullValue` is a singleton enumeration to represent the null value for the
9
9
  * `Value` type union.
10
10
  *
11
- * The JSON representation for `NullValue` is JSON `null`.
11
+ * The JSON representation for `NullValue` is JSON `null`.
12
12
  */
13
13
  export declare enum NullValue {
14
14
  /** NULL_VALUE - Null value. */
@@ -10,7 +10,7 @@ import { messageTypeRegistry } from '../../typeRegistry.js';
10
10
  * `NullValue` is a singleton enumeration to represent the null value for the
11
11
  * `Value` type union.
12
12
  *
13
- * The JSON representation for `NullValue` is JSON `null`.
13
+ * The JSON representation for `NullValue` is JSON `null`.
14
14
  */
15
15
  export var NullValue;
16
16
  (function (NullValue) {
@@ -92,7 +92,7 @@ import _m0 from 'protobufjs/minimal.js';
92
92
  * [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
93
93
  * the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
94
94
  * the Joda Time's [`ISODateTimeFormat.dateTime()`](
95
- * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
95
+ * http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
96
96
  * ) to obtain a formatter capable of generating timestamps in this format.
97
97
  */
98
98
  export interface Timestamp {