@chaty-app/proto 0.1.18 → 0.1.19

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 (156) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +2 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/node/service/v1/index.d.ts +2 -3
  6. package/dist/node/service/v1/index.d.ts.map +1 -1
  7. package/dist/node/service/v1/index.js +2 -3
  8. package/dist/node/service/v1/index.js.map +1 -1
  9. package/dist/node/service/v1/main.d.ts +1 -1
  10. package/dist/node/service/v1/main.d.ts.map +1 -1
  11. package/dist/node/service/v1/main.js +1 -1
  12. package/dist/node/service/v1/main.js.map +1 -1
  13. package/dist/node/service/v1/users.d.ts +12 -3
  14. package/dist/node/service/v1/users.d.ts.map +1 -1
  15. package/dist/node/service/v1/users.js +17 -1
  16. package/dist/node/service/v1/users.js.map +1 -1
  17. package/dist/node/shared/v1/index.d.ts +5 -6
  18. package/dist/node/shared/v1/index.d.ts.map +1 -1
  19. package/dist/node/shared/v1/index.js +5 -6
  20. package/dist/node/shared/v1/index.js.map +1 -1
  21. package/dist/web/service/v1/index.d.ts +2 -3
  22. package/dist/web/service/v1/index.d.ts.map +1 -1
  23. package/dist/web/service/v1/index.js +2 -3
  24. package/dist/web/service/v1/index.js.map +1 -1
  25. package/dist/web/service/v1/main_pb.d.ts +28 -0
  26. package/dist/web/service/v1/main_pb.d.ts.map +1 -0
  27. package/dist/web/service/v1/main_pb.js +14 -0
  28. package/dist/web/service/v1/main_pb.js.map +1 -0
  29. package/dist/web/service/v1/users_pb.d.ts +280 -0
  30. package/dist/web/service/v1/users_pb.d.ts.map +1 -0
  31. package/dist/web/service/v1/users_pb.js +105 -0
  32. package/dist/web/service/v1/users_pb.js.map +1 -0
  33. package/dist/web/shared/v1/error_pb.d.ts +57 -0
  34. package/dist/web/shared/v1/error_pb.d.ts.map +1 -0
  35. package/dist/web/shared/v1/error_pb.js +14 -0
  36. package/dist/web/shared/v1/error_pb.js.map +1 -0
  37. package/dist/web/shared/v1/index.d.ts +5 -6
  38. package/dist/web/shared/v1/index.d.ts.map +1 -1
  39. package/dist/web/shared/v1/index.js +5 -6
  40. package/dist/web/shared/v1/index.js.map +1 -1
  41. package/dist/web/shared/v1/struct_pb.d.ts +148 -0
  42. package/dist/web/shared/v1/struct_pb.d.ts.map +1 -0
  43. package/dist/web/shared/v1/struct_pb.js +45 -0
  44. package/dist/web/shared/v1/struct_pb.js.map +1 -0
  45. package/dist/web/shared/v1/{time.d.ts → time_pb.d.ts} +21 -25
  46. package/dist/web/shared/v1/time_pb.d.ts.map +1 -0
  47. package/dist/web/shared/v1/time_pb.js +14 -0
  48. package/dist/web/shared/v1/time_pb.js.map +1 -0
  49. package/dist/web/shared/v1/types_pb.d.ts +72 -0
  50. package/dist/web/shared/v1/types_pb.d.ts.map +1 -0
  51. package/dist/web/shared/v1/types_pb.js +29 -0
  52. package/dist/web/shared/v1/types_pb.js.map +1 -0
  53. package/dist/web/shared/v1/wrappers_pb.d.ts +247 -0
  54. package/dist/web/shared/v1/wrappers_pb.d.ts.map +1 -0
  55. package/dist/web/shared/v1/wrappers_pb.js +77 -0
  56. package/dist/web/shared/v1/wrappers_pb.js.map +1 -0
  57. package/package.json +29 -58
  58. package/dist/node/index.d.ts +0 -3
  59. package/dist/node/index.d.ts.map +0 -1
  60. package/dist/node/index.js +0 -3
  61. package/dist/node/index.js.map +0 -1
  62. package/dist/node/service/index.d.ts +0 -2
  63. package/dist/node/service/index.d.ts.map +0 -1
  64. package/dist/node/service/index.js +0 -2
  65. package/dist/node/service/index.js.map +0 -1
  66. package/dist/node/shared/index.d.ts +0 -2
  67. package/dist/node/shared/index.d.ts.map +0 -1
  68. package/dist/node/shared/index.js +0 -2
  69. package/dist/node/shared/index.js.map +0 -1
  70. package/dist/node-cjs/index.d.ts +0 -3
  71. package/dist/node-cjs/index.d.ts.map +0 -1
  72. package/dist/node-cjs/index.js +0 -25
  73. package/dist/node-cjs/index.js.map +0 -1
  74. package/dist/node-cjs/service/index.d.ts +0 -2
  75. package/dist/node-cjs/service/index.d.ts.map +0 -1
  76. package/dist/node-cjs/service/index.js +0 -23
  77. package/dist/node-cjs/service/index.js.map +0 -1
  78. package/dist/node-cjs/service/v1/index.d.ts +0 -4
  79. package/dist/node-cjs/service/v1/index.d.ts.map +0 -1
  80. package/dist/node-cjs/service/v1/index.js +0 -42
  81. package/dist/node-cjs/service/v1/index.js.map +0 -1
  82. package/dist/node-cjs/service/v1/main.d.ts +0 -42
  83. package/dist/node-cjs/service/v1/main.d.ts.map +0 -1
  84. package/dist/node-cjs/service/v1/main.js +0 -56
  85. package/dist/node-cjs/service/v1/main.js.map +0 -1
  86. package/dist/node-cjs/service/v1/users.d.ts +0 -91
  87. package/dist/node-cjs/service/v1/users.d.ts.map +0 -1
  88. package/dist/node-cjs/service/v1/users.js +0 -812
  89. package/dist/node-cjs/service/v1/users.js.map +0 -1
  90. package/dist/node-cjs/shared/index.d.ts +0 -2
  91. package/dist/node-cjs/shared/index.d.ts.map +0 -1
  92. package/dist/node-cjs/shared/index.js +0 -23
  93. package/dist/node-cjs/shared/index.js.map +0 -1
  94. package/dist/node-cjs/shared/v1/error.d.ts +0 -44
  95. package/dist/node-cjs/shared/v1/error.d.ts.map +0 -1
  96. package/dist/node-cjs/shared/v1/error.js +0 -276
  97. package/dist/node-cjs/shared/v1/error.js.map +0 -1
  98. package/dist/node-cjs/shared/v1/index.d.ts +0 -7
  99. package/dist/node-cjs/shared/v1/index.d.ts.map +0 -1
  100. package/dist/node-cjs/shared/v1/index.js +0 -51
  101. package/dist/node-cjs/shared/v1/index.js.map +0 -1
  102. package/dist/node-cjs/shared/v1/struct.d.ts +0 -90
  103. package/dist/node-cjs/shared/v1/struct.d.ts.map +0 -1
  104. package/dist/node-cjs/shared/v1/struct.js +0 -401
  105. package/dist/node-cjs/shared/v1/struct.js.map +0 -1
  106. package/dist/node-cjs/shared/v1/time.d.ts +0 -127
  107. package/dist/node-cjs/shared/v1/time.d.ts.map +0 -1
  108. package/dist/node-cjs/shared/v1/time.js +0 -103
  109. package/dist/node-cjs/shared/v1/time.js.map +0 -1
  110. package/dist/node-cjs/shared/v1/types.d.ts +0 -38
  111. package/dist/node-cjs/shared/v1/types.d.ts.map +0 -1
  112. package/dist/node-cjs/shared/v1/types.js +0 -251
  113. package/dist/node-cjs/shared/v1/types.js.map +0 -1
  114. package/dist/node-cjs/shared/v1/wrappers.d.ts +0 -168
  115. package/dist/node-cjs/shared/v1/wrappers.d.ts.map +0 -1
  116. package/dist/node-cjs/shared/v1/wrappers.js +0 -642
  117. package/dist/node-cjs/shared/v1/wrappers.js.map +0 -1
  118. package/dist/web/index.d.ts +0 -3
  119. package/dist/web/index.d.ts.map +0 -1
  120. package/dist/web/index.js +0 -3
  121. package/dist/web/index.js.map +0 -1
  122. package/dist/web/service/index.d.ts +0 -2
  123. package/dist/web/service/index.d.ts.map +0 -1
  124. package/dist/web/service/index.js +0 -2
  125. package/dist/web/service/index.js.map +0 -1
  126. package/dist/web/service/v1/main.d.ts +0 -48
  127. package/dist/web/service/v1/main.d.ts.map +0 -1
  128. package/dist/web/service/v1/main.js +0 -106
  129. package/dist/web/service/v1/main.js.map +0 -1
  130. package/dist/web/service/v1/users.d.ts +0 -91
  131. package/dist/web/service/v1/users.d.ts.map +0 -1
  132. package/dist/web/service/v1/users.js +0 -775
  133. package/dist/web/service/v1/users.js.map +0 -1
  134. package/dist/web/shared/index.d.ts +0 -2
  135. package/dist/web/shared/index.d.ts.map +0 -1
  136. package/dist/web/shared/index.js +0 -2
  137. package/dist/web/shared/index.js.map +0 -1
  138. package/dist/web/shared/v1/error.d.ts +0 -44
  139. package/dist/web/shared/v1/error.d.ts.map +0 -1
  140. package/dist/web/shared/v1/error.js +0 -253
  141. package/dist/web/shared/v1/error.js.map +0 -1
  142. package/dist/web/shared/v1/struct.d.ts +0 -90
  143. package/dist/web/shared/v1/struct.d.ts.map +0 -1
  144. package/dist/web/shared/v1/struct.js +0 -377
  145. package/dist/web/shared/v1/struct.js.map +0 -1
  146. package/dist/web/shared/v1/time.d.ts.map +0 -1
  147. package/dist/web/shared/v1/time.js +0 -80
  148. package/dist/web/shared/v1/time.js.map +0 -1
  149. package/dist/web/shared/v1/types.d.ts +0 -38
  150. package/dist/web/shared/v1/types.d.ts.map +0 -1
  151. package/dist/web/shared/v1/types.js +0 -222
  152. package/dist/web/shared/v1/types.js.map +0 -1
  153. package/dist/web/shared/v1/wrappers.d.ts +0 -168
  154. package/dist/web/shared/v1/wrappers.d.ts.map +0 -1
  155. package/dist/web/shared/v1/wrappers.js +0 -591
  156. package/dist/web/shared/v1/wrappers.js.map +0 -1
@@ -0,0 +1,45 @@
1
+ // @generated by protoc-gen-es v2.10.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file shared/v1/struct.proto (package shared.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file shared/v1/struct.proto.
7
+ */
8
+ export const file_shared_v1_struct = /*@__PURE__*/ fileDesc("ChZzaGFyZWQvdjEvc3RydWN0LnByb3RvEglzaGFyZWQudjEieAoGU3RydWN0Ei0KBmZpZWxkcxgBIAMoCzIdLnNoYXJlZC52MS5TdHJ1Y3QuRmllbGRzRW50cnkaPwoLRmllbGRzRW50cnkSCwoDa2V5GAEgASgJEh8KBXZhbHVlGAIgASgLMhAuc2hhcmVkLnYxLlZhbHVlOgI4ASLYAQoFVmFsdWUSKgoKbnVsbF92YWx1ZRgBIAEoDjIULnNoYXJlZC52MS5OdWxsVmFsdWVIABIWCgxudW1iZXJfdmFsdWUYAiABKAFIABIWCgxzdHJpbmdfdmFsdWUYAyABKAlIABIUCgpib29sX3ZhbHVlGAQgASgISAASKQoMc3RydWN0X3ZhbHVlGAUgASgLMhEuc2hhcmVkLnYxLlN0cnVjdEgAEioKCmxpc3RfdmFsdWUYBiABKAsyFC5zaGFyZWQudjEuTGlzdFZhbHVlSABCBgoEa2luZCItCglMaXN0VmFsdWUSIAoGdmFsdWVzGAEgAygLMhAuc2hhcmVkLnYxLlZhbHVlKhsKCU51bGxWYWx1ZRIOCgpOVUxMX1ZBTFVFEABiBnByb3RvMw");
9
+ /**
10
+ * Describes the message shared.v1.Struct.
11
+ * Use `create(StructSchema)` to create a new message.
12
+ */
13
+ export const StructSchema = /*@__PURE__*/ messageDesc(file_shared_v1_struct, 0);
14
+ /**
15
+ * Describes the message shared.v1.Value.
16
+ * Use `create(ValueSchema)` to create a new message.
17
+ */
18
+ export const ValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_struct, 1);
19
+ /**
20
+ * Describes the message shared.v1.ListValue.
21
+ * Use `create(ListValueSchema)` to create a new message.
22
+ */
23
+ export const ListValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_struct, 2);
24
+ /**
25
+ * `NullValue` is a singleton enumeration to represent the null value for the
26
+ * `Value` type union.
27
+ *
28
+ * The JSON representation for `NullValue` is JSON `null`.
29
+ *
30
+ * @generated from enum shared.v1.NullValue
31
+ */
32
+ export var NullValue;
33
+ (function (NullValue) {
34
+ /**
35
+ * Null value.
36
+ *
37
+ * @generated from enum value: NULL_VALUE = 0;
38
+ */
39
+ NullValue[NullValue["NULL_VALUE"] = 0] = "NULL_VALUE";
40
+ })(NullValue || (NullValue = {}));
41
+ /**
42
+ * Describes the enum shared.v1.NullValue.
43
+ */
44
+ export const NullValueSchema = /*@__PURE__*/ enumDesc(file_shared_v1_struct, 0);
45
+ //# sourceMappingURL=struct_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"struct_pb.js","sourceRoot":"","sources":["../../../../src/web/shared/v1/struct_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,iFAAiF;AACjF,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG/E;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAY,aAAa,CACzD,QAAQ,CAAC,wmBAAwmB,CAAC,CAAC;AAuBrnB;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAqExC;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAkBxC;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAExC;;;;;;;GAOG;AACH,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB;;;;OAIG;IACH,qDAAc,CAAA;AAChB,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAuB,aAAa,CAC9D,QAAQ,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC"}
@@ -1,5 +1,9 @@
1
- import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
- export declare const protobufPackage = "shared.v1";
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file shared/v1/time.proto.
5
+ */
6
+ export declare const file_shared_v1_time: GenFile;
3
7
  /**
4
8
  * A Timestamp represents a point in time independent of any time zone or local
5
9
  * calendar, encoded as a count of seconds and fractions of seconds at
@@ -89,39 +93,31 @@ export declare const protobufPackage = "shared.v1";
89
93
  * the Joda Time's [`ISODateTimeFormat.dateTime()`](
90
94
  * http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
91
95
  * ) to obtain a formatter capable of generating timestamps in this format.
96
+ *
97
+ *
98
+ * @generated from message shared.v1.Timestamp
92
99
  */
93
- export interface Timestamp {
100
+ export type Timestamp = Message<"shared.v1.Timestamp"> & {
94
101
  /**
95
102
  * Represents seconds of UTC time since Unix epoch
96
103
  * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
97
104
  * 9999-12-31T23:59:59Z inclusive.
105
+ *
106
+ * @generated from field: int64 seconds = 1;
98
107
  */
99
- seconds: string;
108
+ seconds: bigint;
100
109
  /**
101
110
  * Non-negative fractions of a second at nanosecond resolution. Negative
102
111
  * second values with fractions must still have non-negative nanos values
103
112
  * that count forward in time. Must be from 0 to 999,999,999 inclusive.
113
+ *
114
+ * @generated from field: int32 nanos = 2;
104
115
  */
105
116
  nanos: number;
106
- }
107
- export declare const Timestamp: MessageFns<Timestamp>;
108
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
109
- export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
110
- [K in keyof T]?: DeepPartial<T[K]>;
111
- } : Partial<T>;
112
- type KeysOfUnion<T> = T extends T ? keyof T : never;
113
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
114
- [K in keyof P]: Exact<P[K], I[K]>;
115
- } & {
116
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
117
117
  };
118
- export interface MessageFns<T> {
119
- encode(message: T, writer?: BinaryWriter): BinaryWriter;
120
- decode(input: BinaryReader | Uint8Array, length?: number): T;
121
- fromJSON(object: any): T;
122
- toJSON(message: T): unknown;
123
- create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
124
- fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
125
- }
126
- export {};
127
- //# sourceMappingURL=time.d.ts.map
118
+ /**
119
+ * Describes the message shared.v1.Timestamp.
120
+ * Use `create(TimestampSchema)` to create a new message.
121
+ */
122
+ export declare const TimestampSchema: GenMessage<Timestamp>;
123
+ //# sourceMappingURL=time_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time_pb.d.ts","sourceRoot":"","sources":["../../../../src/web/shared/v1/time_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,OAC+F,CAAC;AAElI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4FG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,qBAAqB,CAAC,GAAG;IACvD;;;;;;OAMG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACb,CAAC"}
@@ -0,0 +1,14 @@
1
+ // @generated by protoc-gen-es v2.10.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file shared/v1/time.proto (package shared.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file shared/v1/time.proto.
7
+ */
8
+ export const file_shared_v1_time = /*@__PURE__*/ fileDesc("ChRzaGFyZWQvdjEvdGltZS5wcm90bxIJc2hhcmVkLnYxIisKCVRpbWVzdGFtcBIPCgdzZWNvbmRzGAEgASgDEg0KBW5hbm9zGAIgASgFYgZwcm90bzM");
9
+ /**
10
+ * Describes the message shared.v1.Timestamp.
11
+ * Use `create(TimestampSchema)` to create a new message.
12
+ */
13
+ export const TimestampSchema = /*@__PURE__*/ messageDesc(file_shared_v1_time, 0);
14
+ //# sourceMappingURL=time_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time_pb.js","sourceRoot":"","sources":["../../../../src/web/shared/v1/time_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,+EAA+E;AAC/E,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAY,aAAa,CACvD,QAAQ,CAAC,qHAAqH,CAAC,CAAC;AAmHlI;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,72 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file shared/v1/types.proto.
5
+ */
6
+ export declare const file_shared_v1_types: GenFile;
7
+ /**
8
+ * @generated from message shared.v1.PingRequest
9
+ */
10
+ export type PingRequest = Message<"shared.v1.PingRequest"> & {};
11
+ /**
12
+ * Describes the message shared.v1.PingRequest.
13
+ * Use `create(PingRequestSchema)` to create a new message.
14
+ */
15
+ export declare const PingRequestSchema: GenMessage<PingRequest>;
16
+ /**
17
+ * @generated from message shared.v1.PingResponse
18
+ */
19
+ export type PingResponse = Message<"shared.v1.PingResponse"> & {};
20
+ /**
21
+ * Describes the message shared.v1.PingResponse.
22
+ * Use `create(PingResponseSchema)` to create a new message.
23
+ */
24
+ export declare const PingResponseSchema: GenMessage<PingResponse>;
25
+ /**
26
+ * @generated from message shared.v1.OrderDirection
27
+ */
28
+ export type OrderDirection = Message<"shared.v1.OrderDirection"> & {
29
+ /**
30
+ * @generated from oneof shared.v1.OrderDirection.order
31
+ */
32
+ order: {
33
+ /**
34
+ * @generated from field: bool asc = 1;
35
+ */
36
+ value: boolean;
37
+ case: "asc";
38
+ } | {
39
+ /**
40
+ * @generated from field: bool desc = 2;
41
+ */
42
+ value: boolean;
43
+ case: "desc";
44
+ } | {
45
+ case: undefined;
46
+ value?: undefined;
47
+ };
48
+ };
49
+ /**
50
+ * Describes the message shared.v1.OrderDirection.
51
+ * Use `create(OrderDirectionSchema)` to create a new message.
52
+ */
53
+ export declare const OrderDirectionSchema: GenMessage<OrderDirection>;
54
+ /**
55
+ * @generated from message shared.v1.IDName
56
+ */
57
+ export type IDName = Message<"shared.v1.IDName"> & {
58
+ /**
59
+ * @generated from field: string id = 1;
60
+ */
61
+ id: string;
62
+ /**
63
+ * @generated from field: string name = 2;
64
+ */
65
+ name: string;
66
+ };
67
+ /**
68
+ * Describes the message shared.v1.IDName.
69
+ * Use `create(IDNameSchema)` to create a new message.
70
+ */
71
+ export declare const IDNameSchema: GenMessage<IDName>;
72
+ //# sourceMappingURL=types_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types_pb.d.ts","sourceRoot":"","sources":["../../../../src/web/shared/v1/types_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,OAC0M,CAAC;AAE9O;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,uBAAuB,CAAC,GAAG,EAC5D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,WAAW,CAChB,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,wBAAwB,CAAC,GAAG,EAC9D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,YAAY,CAClB,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,0BAA0B,CAAC,GAAG;IACjE;;OAEG;IACH,KAAK,EAAE;QACL;;WAEG;QACH,KAAK,EAAE,OAAO,CAAC;QACf,IAAI,EAAE,KAAK,CAAC;KACb,GAAG;QACF;;WAEG;QACH,KAAK,EAAE,OAAO,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;KACd,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;CAC5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,cAAc,CACtB,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,GAAG;IACjD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,MAAM,CACN,CAAC"}
@@ -0,0 +1,29 @@
1
+ // @generated by protoc-gen-es v2.10.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file shared/v1/types.proto (package shared.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file shared/v1/types.proto.
7
+ */
8
+ export const file_shared_v1_types = /*@__PURE__*/ fileDesc("ChVzaGFyZWQvdjEvdHlwZXMucHJvdG8SCXNoYXJlZC52MSINCgtQaW5nUmVxdWVzdCIOCgxQaW5nUmVzcG9uc2UiOAoOT3JkZXJEaXJlY3Rpb24SDQoDYXNjGAEgASgISAASDgoEZGVzYxgCIAEoCEgAQgcKBW9yZGVyIiIKBklETmFtZRIKCgJpZBgBIAEoCRIMCgRuYW1lGAIgASgJYgZwcm90bzM");
9
+ /**
10
+ * Describes the message shared.v1.PingRequest.
11
+ * Use `create(PingRequestSchema)` to create a new message.
12
+ */
13
+ export const PingRequestSchema = /*@__PURE__*/ messageDesc(file_shared_v1_types, 0);
14
+ /**
15
+ * Describes the message shared.v1.PingResponse.
16
+ * Use `create(PingResponseSchema)` to create a new message.
17
+ */
18
+ export const PingResponseSchema = /*@__PURE__*/ messageDesc(file_shared_v1_types, 1);
19
+ /**
20
+ * Describes the message shared.v1.OrderDirection.
21
+ * Use `create(OrderDirectionSchema)` to create a new message.
22
+ */
23
+ export const OrderDirectionSchema = /*@__PURE__*/ messageDesc(file_shared_v1_types, 2);
24
+ /**
25
+ * Describes the message shared.v1.IDName.
26
+ * Use `create(IDNameSchema)` to create a new message.
27
+ */
28
+ export const IDNameSchema = /*@__PURE__*/ messageDesc(file_shared_v1_types, 3);
29
+ //# sourceMappingURL=types_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types_pb.js","sourceRoot":"","sources":["../../../../src/web/shared/v1/types_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,gFAAgF;AAChF,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAY,aAAa,CACxD,QAAQ,CAAC,iOAAiO,CAAC,CAAC;AAQ9O;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC;AAQvC;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC;AAwBvC;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC;AAiBvC;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,247 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file shared/v1/wrappers.proto.
5
+ */
6
+ export declare const file_shared_v1_wrappers: GenFile;
7
+ /**
8
+ * Wrapper message for `double`.
9
+ *
10
+ * The JSON representation for `DoubleValue` is JSON number.
11
+ *
12
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
13
+ * has no plan to be removed.
14
+ *
15
+ * @generated from message shared.v1.DoubleValue
16
+ */
17
+ export type DoubleValue = Message<"shared.v1.DoubleValue"> & {
18
+ /**
19
+ * The double value.
20
+ *
21
+ * @generated from field: double value = 1;
22
+ */
23
+ value: number;
24
+ };
25
+ /**
26
+ * Describes the message shared.v1.DoubleValue.
27
+ * Use `create(DoubleValueSchema)` to create a new message.
28
+ */
29
+ export declare const DoubleValueSchema: GenMessage<DoubleValue>;
30
+ /**
31
+ * Wrapper message for `float`.
32
+ *
33
+ * The JSON representation for `FloatValue` is JSON number.
34
+ *
35
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
36
+ * has no plan to be removed.
37
+ *
38
+ * @generated from message shared.v1.FloatValue
39
+ */
40
+ export type FloatValue = Message<"shared.v1.FloatValue"> & {
41
+ /**
42
+ * The float value.
43
+ *
44
+ * @generated from field: float value = 1;
45
+ */
46
+ value: number;
47
+ };
48
+ /**
49
+ * Describes the message shared.v1.FloatValue.
50
+ * Use `create(FloatValueSchema)` to create a new message.
51
+ */
52
+ export declare const FloatValueSchema: GenMessage<FloatValue>;
53
+ /**
54
+ * Wrapper message for `int64`.
55
+ *
56
+ * The JSON representation for `Int64Value` is JSON string.
57
+ *
58
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
59
+ * has no plan to be removed.
60
+ *
61
+ * @generated from message shared.v1.Int64Value
62
+ */
63
+ export type Int64Value = Message<"shared.v1.Int64Value"> & {
64
+ /**
65
+ * The int64 value.
66
+ *
67
+ * @generated from field: int64 value = 1;
68
+ */
69
+ value: bigint;
70
+ };
71
+ /**
72
+ * Describes the message shared.v1.Int64Value.
73
+ * Use `create(Int64ValueSchema)` to create a new message.
74
+ */
75
+ export declare const Int64ValueSchema: GenMessage<Int64Value>;
76
+ /**
77
+ * Wrapper message for `uint64`.
78
+ *
79
+ * The JSON representation for `UInt64Value` is JSON string.
80
+ *
81
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
82
+ * has no plan to be removed.
83
+ *
84
+ * @generated from message shared.v1.UInt64Value
85
+ */
86
+ export type UInt64Value = Message<"shared.v1.UInt64Value"> & {
87
+ /**
88
+ * The uint64 value.
89
+ *
90
+ * @generated from field: uint64 value = 1;
91
+ */
92
+ value: bigint;
93
+ };
94
+ /**
95
+ * Describes the message shared.v1.UInt64Value.
96
+ * Use `create(UInt64ValueSchema)` to create a new message.
97
+ */
98
+ export declare const UInt64ValueSchema: GenMessage<UInt64Value>;
99
+ /**
100
+ * Wrapper message for `int32`.
101
+ *
102
+ * The JSON representation for `Int32Value` is JSON number.
103
+ *
104
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
105
+ * has no plan to be removed.
106
+ *
107
+ * @generated from message shared.v1.Int32Value
108
+ */
109
+ export type Int32Value = Message<"shared.v1.Int32Value"> & {
110
+ /**
111
+ * The int32 value.
112
+ *
113
+ * @generated from field: int32 value = 1;
114
+ */
115
+ value: number;
116
+ };
117
+ /**
118
+ * Describes the message shared.v1.Int32Value.
119
+ * Use `create(Int32ValueSchema)` to create a new message.
120
+ */
121
+ export declare const Int32ValueSchema: GenMessage<Int32Value>;
122
+ /**
123
+ * Wrapper message for `uint32`.
124
+ *
125
+ * The JSON representation for `UInt32Value` is JSON number.
126
+ *
127
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
128
+ * has no plan to be removed.
129
+ *
130
+ * @generated from message shared.v1.UInt32Value
131
+ */
132
+ export type UInt32Value = Message<"shared.v1.UInt32Value"> & {
133
+ /**
134
+ * The uint32 value.
135
+ *
136
+ * @generated from field: uint32 value = 1;
137
+ */
138
+ value: number;
139
+ };
140
+ /**
141
+ * Describes the message shared.v1.UInt32Value.
142
+ * Use `create(UInt32ValueSchema)` to create a new message.
143
+ */
144
+ export declare const UInt32ValueSchema: GenMessage<UInt32Value>;
145
+ /**
146
+ * Wrapper message for `bool`.
147
+ *
148
+ * The JSON representation for `BoolValue` is JSON `true` and `false`.
149
+ *
150
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
151
+ * has no plan to be removed.
152
+ *
153
+ * @generated from message shared.v1.BoolValue
154
+ */
155
+ export type BoolValue = Message<"shared.v1.BoolValue"> & {
156
+ /**
157
+ * The bool value.
158
+ *
159
+ * @generated from field: bool value = 1;
160
+ */
161
+ value: boolean;
162
+ };
163
+ /**
164
+ * Describes the message shared.v1.BoolValue.
165
+ * Use `create(BoolValueSchema)` to create a new message.
166
+ */
167
+ export declare const BoolValueSchema: GenMessage<BoolValue>;
168
+ /**
169
+ * Wrapper message for `string`.
170
+ *
171
+ * The JSON representation for `StringValue` is JSON string.
172
+ *
173
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
174
+ * has no plan to be removed.
175
+ *
176
+ * @generated from message shared.v1.StringValue
177
+ */
178
+ export type StringValue = Message<"shared.v1.StringValue"> & {
179
+ /**
180
+ * The string value.
181
+ *
182
+ * @generated from field: string value = 1;
183
+ */
184
+ value: string;
185
+ };
186
+ /**
187
+ * Describes the message shared.v1.StringValue.
188
+ * Use `create(StringValueSchema)` to create a new message.
189
+ */
190
+ export declare const StringValueSchema: GenMessage<StringValue>;
191
+ /**
192
+ * Wrapper message for `bytes`.
193
+ *
194
+ * The JSON representation for `BytesValue` is JSON string.
195
+ *
196
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
197
+ * has no plan to be removed.
198
+ *
199
+ * @generated from message shared.v1.BytesValue
200
+ */
201
+ export type BytesValue = Message<"shared.v1.BytesValue"> & {
202
+ /**
203
+ * The bytes value.
204
+ *
205
+ * @generated from field: bytes value = 1;
206
+ */
207
+ value: Uint8Array;
208
+ };
209
+ /**
210
+ * Describes the message shared.v1.BytesValue.
211
+ * Use `create(BytesValueSchema)` to create a new message.
212
+ */
213
+ export declare const BytesValueSchema: GenMessage<BytesValue>;
214
+ /**
215
+ * Custom Any message to avoid google.protobuf.Any issues
216
+ *
217
+ * @generated from message shared.v1.Any
218
+ */
219
+ export type Any = Message<"shared.v1.Any"> & {
220
+ /**
221
+ * Identifies the type of the serialized message
222
+ *
223
+ * @generated from field: string type_url = 1;
224
+ */
225
+ typeUrl: string;
226
+ /**
227
+ * Serialized proto data
228
+ *
229
+ * @generated from field: bytes value = 2;
230
+ */
231
+ value: Uint8Array;
232
+ };
233
+ /**
234
+ * Describes the message shared.v1.Any.
235
+ * Use `create(AnySchema)` to create a new message.
236
+ */
237
+ export declare const AnySchema: GenMessage<Any>;
238
+ /**
239
+ * @generated from message shared.v1.Empty
240
+ */
241
+ export type Empty = Message<"shared.v1.Empty"> & {};
242
+ /**
243
+ * Describes the message shared.v1.Empty.
244
+ * Use `create(EmptySchema)` to create a new message.
245
+ */
246
+ export declare const EmptySchema: GenMessage<Empty>;
247
+ //# sourceMappingURL=wrappers_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrappers_pb.d.ts","sourceRoot":"","sources":["../../../../src/web/shared/v1/wrappers_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,77 @@
1
+ // Wrappers for primitive (non-message) types. These types were needed
2
+ // for legacy reasons and are not recommended for use in new APIs.
3
+ //
4
+ // Historically these wrappers were useful to have presence on proto3 primitive
5
+ // fields, but proto3 syntax has been updated to support the `optional` keyword.
6
+ // Using that keyword is now the strongly preferred way to add presence to
7
+ // proto3 primitive fields.
8
+ //
9
+ // A secondary usecase was to embed primitives in the `google.protobuf.Any`
10
+ // type: it is now recommended that you embed your value in your own wrapper
11
+ // message which can be specifically documented.
12
+ //
13
+ // These wrappers have no meaningful use within repeated fields as they lack
14
+ // the ability to detect presence on individual elements.
15
+ // These wrappers have no meaningful use within a map or a oneof since
16
+ // individual entries of a map or fields of a oneof can already detect presence.
17
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
18
+ /**
19
+ * Describes the file shared/v1/wrappers.proto.
20
+ */
21
+ export const file_shared_v1_wrappers = /*@__PURE__*/ fileDesc("ChhzaGFyZWQvdjEvd3JhcHBlcnMucHJvdG8SCXNoYXJlZC52MSIcCgtEb3VibGVWYWx1ZRINCgV2YWx1ZRgBIAEoASIbCgpGbG9hdFZhbHVlEg0KBXZhbHVlGAEgASgCIhsKCkludDY0VmFsdWUSDQoFdmFsdWUYASABKAMiHAoLVUludDY0VmFsdWUSDQoFdmFsdWUYASABKAQiGwoKSW50MzJWYWx1ZRINCgV2YWx1ZRgBIAEoBSIcCgtVSW50MzJWYWx1ZRINCgV2YWx1ZRgBIAEoDSIaCglCb29sVmFsdWUSDQoFdmFsdWUYASABKAgiHAoLU3RyaW5nVmFsdWUSDQoFdmFsdWUYASABKAkiGwoKQnl0ZXNWYWx1ZRINCgV2YWx1ZRgBIAEoDCImCgNBbnkSEAoIdHlwZV91cmwYASABKAkSDQoFdmFsdWUYAiABKAwiBwoFRW1wdHliBnByb3RvMw");
22
+ /**
23
+ * Describes the message shared.v1.DoubleValue.
24
+ * Use `create(DoubleValueSchema)` to create a new message.
25
+ */
26
+ export const DoubleValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 0);
27
+ /**
28
+ * Describes the message shared.v1.FloatValue.
29
+ * Use `create(FloatValueSchema)` to create a new message.
30
+ */
31
+ export const FloatValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 1);
32
+ /**
33
+ * Describes the message shared.v1.Int64Value.
34
+ * Use `create(Int64ValueSchema)` to create a new message.
35
+ */
36
+ export const Int64ValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 2);
37
+ /**
38
+ * Describes the message shared.v1.UInt64Value.
39
+ * Use `create(UInt64ValueSchema)` to create a new message.
40
+ */
41
+ export const UInt64ValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 3);
42
+ /**
43
+ * Describes the message shared.v1.Int32Value.
44
+ * Use `create(Int32ValueSchema)` to create a new message.
45
+ */
46
+ export const Int32ValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 4);
47
+ /**
48
+ * Describes the message shared.v1.UInt32Value.
49
+ * Use `create(UInt32ValueSchema)` to create a new message.
50
+ */
51
+ export const UInt32ValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 5);
52
+ /**
53
+ * Describes the message shared.v1.BoolValue.
54
+ * Use `create(BoolValueSchema)` to create a new message.
55
+ */
56
+ export const BoolValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 6);
57
+ /**
58
+ * Describes the message shared.v1.StringValue.
59
+ * Use `create(StringValueSchema)` to create a new message.
60
+ */
61
+ export const StringValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 7);
62
+ /**
63
+ * Describes the message shared.v1.BytesValue.
64
+ * Use `create(BytesValueSchema)` to create a new message.
65
+ */
66
+ export const BytesValueSchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 8);
67
+ /**
68
+ * Describes the message shared.v1.Any.
69
+ * Use `create(AnySchema)` to create a new message.
70
+ */
71
+ export const AnySchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 9);
72
+ /**
73
+ * Describes the message shared.v1.Empty.
74
+ * Use `create(EmptySchema)` to create a new message.
75
+ */
76
+ export const EmptySchema = /*@__PURE__*/ messageDesc(file_shared_v1_wrappers, 10);
77
+ //# sourceMappingURL=wrappers_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrappers_pb.js","sourceRoot":"","sources":["../../../../src/web/shared/v1/wrappers_pb.ts"],"names":[],"mappings":"AAAA,sEAAsE;AACtE,kEAAkE;AAClE,EAAE;AACF,+EAA+E;AAC/E,gFAAgF;AAChF,0EAA0E;AAC1E,2BAA2B;AAC3B,EAAE;AACF,2EAA2E;AAC3E,4EAA4E;AAC5E,gDAAgD;AAChD,EAAE;AACF,4EAA4E;AAC5E,yDAAyD;AACzD,sEAAsE;AACtE,gFAAgF;AAOhF,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAY,aAAa,CAC3D,QAAQ,CAAC,geAAge,CAAC,CAAC;AAqB7e;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAqB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAuB1C;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAoB,aAAa,CACrD,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAQ1C;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,uBAAuB,EAAE,EAAE,CAAC,CAAC"}