@finam/grpc-tradeapi 2.14.0

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 (146) hide show
  1. package/README.md +41 -0
  2. package/google/api/annotations_pb.d.ts +34 -0
  3. package/google/api/annotations_pb.js +36 -0
  4. package/google/api/auth_pb.d.ts +382 -0
  5. package/google/api/auth_pb.js +68 -0
  6. package/google/api/backend_pb.d.ts +278 -0
  7. package/google/api/backend_pb.js +60 -0
  8. package/google/api/billing_pb.d.ts +112 -0
  9. package/google/api/billing_pb.js +40 -0
  10. package/google/api/client_pb.d.ts +906 -0
  11. package/google/api/client_pb.js +268 -0
  12. package/google/api/config_change_pb.d.ts +156 -0
  13. package/google/api/config_change_pb.js +55 -0
  14. package/google/api/consumer_pb.d.ts +151 -0
  15. package/google/api/consumer_pb.js +54 -0
  16. package/google/api/context_pb.d.ts +139 -0
  17. package/google/api/context_pb.js +40 -0
  18. package/google/api/control_pb.d.ts +61 -0
  19. package/google/api/control_pb.js +34 -0
  20. package/google/api/distribution_pb.d.ts +379 -0
  21. package/google/api/distribution_pb.js +76 -0
  22. package/google/api/documentation_pb.d.ts +249 -0
  23. package/google/api/documentation_pb.js +47 -0
  24. package/google/api/endpoint_pb.d.ts +98 -0
  25. package/google/api/endpoint_pb.js +33 -0
  26. package/google/api/error_reason_pb.d.ts +765 -0
  27. package/google/api/error_reason_pb.js +49 -0
  28. package/google/api/field_behavior_pb.d.ts +152 -0
  29. package/google/api/field_behavior_pb.js +65 -0
  30. package/google/api/field_info_pb.d.ts +171 -0
  31. package/google/api/field_info_pb.js +80 -0
  32. package/google/api/http_pb.d.ts +469 -0
  33. package/google/api/http_pb.js +47 -0
  34. package/google/api/httpbody_pb.d.ts +104 -0
  35. package/google/api/httpbody_pb.js +34 -0
  36. package/google/api/label_pb.d.ts +93 -0
  37. package/google/api/label_pb.js +47 -0
  38. package/google/api/launch_stage_pb.d.ts +115 -0
  39. package/google/api/launch_stage_pb.js +41 -0
  40. package/google/api/log_pb.d.ts +82 -0
  41. package/google/api/log_pb.js +34 -0
  42. package/google/api/logging_pb.d.ts +120 -0
  43. package/google/api/logging_pb.js +40 -0
  44. package/google/api/metric_pb.d.ts +474 -0
  45. package/google/api/metric_pb.js +94 -0
  46. package/google/api/monitored_resource_pb.d.ts +200 -0
  47. package/google/api/monitored_resource_pb.js +50 -0
  48. package/google/api/monitoring_pb.d.ts +146 -0
  49. package/google/api/monitoring_pb.js +40 -0
  50. package/google/api/policy_pb.d.ts +128 -0
  51. package/google/api/policy_pb.js +57 -0
  52. package/google/api/quota_pb.d.ts +273 -0
  53. package/google/api/quota_pb.js +47 -0
  54. package/google/api/resource_pb.d.ts +344 -0
  55. package/google/api/resource_pb.js +97 -0
  56. package/google/api/routing_pb.d.ts +497 -0
  57. package/google/api/routing_pb.js +49 -0
  58. package/google/api/service_pb.d.ts +305 -0
  59. package/google/api/service_pb.js +52 -0
  60. package/google/api/source_info_pb.d.ts +47 -0
  61. package/google/api/source_info_pb.js +34 -0
  62. package/google/api/system_parameter_pb.d.ts +153 -0
  63. package/google/api/system_parameter_pb.js +47 -0
  64. package/google/api/usage_pb.d.ts +143 -0
  65. package/google/api/usage_pb.js +40 -0
  66. package/google/api/visibility_pb.d.ts +158 -0
  67. package/google/api/visibility_pb.js +89 -0
  68. package/google/protobuf/any_pb.d.ts +182 -0
  69. package/google/protobuf/any_pb.js +49 -0
  70. package/google/protobuf/api_pb.d.ts +302 -0
  71. package/google/protobuf/api_pb.js +65 -0
  72. package/google/protobuf/descriptor_pb.d.ts +2511 -0
  73. package/google/protobuf/descriptor_pb.js +500 -0
  74. package/google/protobuf/duration_pb.d.ts +134 -0
  75. package/google/protobuf/duration_pb.js +49 -0
  76. package/google/protobuf/empty_pb.d.ts +63 -0
  77. package/google/protobuf/empty_pb.js +49 -0
  78. package/google/protobuf/field_mask_pb.d.ts +260 -0
  79. package/google/protobuf/field_mask_pb.js +49 -0
  80. package/google/protobuf/source_context_pb.d.ts +64 -0
  81. package/google/protobuf/source_context_pb.js +49 -0
  82. package/google/protobuf/struct_pb.d.ts +186 -0
  83. package/google/protobuf/struct_pb.js +80 -0
  84. package/google/protobuf/timestamp_pb.d.ts +163 -0
  85. package/google/protobuf/timestamp_pb.js +49 -0
  86. package/google/protobuf/type_pb.d.ts +532 -0
  87. package/google/protobuf/type_pb.js +121 -0
  88. package/google/protobuf/wrappers_pb.d.ts +250 -0
  89. package/google/protobuf/wrappers_pb.js +115 -0
  90. package/google/type/calendar_period_pb.d.ts +99 -0
  91. package/google/type/calendar_period_pb.js +42 -0
  92. package/google/type/color_pb.d.ts +200 -0
  93. package/google/type/color_pb.js +34 -0
  94. package/google/type/date_pb.d.ts +76 -0
  95. package/google/type/date_pb.js +33 -0
  96. package/google/type/datetime_pb.d.ts +175 -0
  97. package/google/type/datetime_pb.js +41 -0
  98. package/google/type/dayofweek_pb.d.ts +93 -0
  99. package/google/type/dayofweek_pb.js +40 -0
  100. package/google/type/decimal_pb.d.ts +111 -0
  101. package/google/type/decimal_pb.js +33 -0
  102. package/google/type/expr_pb.d.ts +102 -0
  103. package/google/type/expr_pb.js +33 -0
  104. package/google/type/fraction_pb.d.ts +54 -0
  105. package/google/type/fraction_pb.js +33 -0
  106. package/google/type/interval_pb.d.ts +65 -0
  107. package/google/type/interval_pb.js +34 -0
  108. package/google/type/latlng_pb.d.ts +57 -0
  109. package/google/type/latlng_pb.js +33 -0
  110. package/google/type/localized_text_pb.d.ts +56 -0
  111. package/google/type/localized_text_pb.js +33 -0
  112. package/google/type/money_pb.d.ts +66 -0
  113. package/google/type/money_pb.js +33 -0
  114. package/google/type/month_pb.d.ts +128 -0
  115. package/google/type/month_pb.js +40 -0
  116. package/google/type/phone_number_pb.d.ts +161 -0
  117. package/google/type/phone_number_pb.js +40 -0
  118. package/google/type/postal_address_pb.d.ts +190 -0
  119. package/google/type/postal_address_pb.js +33 -0
  120. package/google/type/quaternion_pb.d.ts +122 -0
  121. package/google/type/quaternion_pb.js +33 -0
  122. package/google/type/timeofday_pb.d.ts +72 -0
  123. package/google/type/timeofday_pb.js +33 -0
  124. package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.d.ts +73 -0
  125. package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.js +80 -0
  126. package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.d.ts +1586 -0
  127. package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.js +239 -0
  128. package/grpc/tradeapi/v1/accounts/accounts_service_pb.d.ts +671 -0
  129. package/grpc/tradeapi/v1/accounts/accounts_service_pb.js +126 -0
  130. package/grpc/tradeapi/v1/assets/assets_service_pb.d.ts +1318 -0
  131. package/grpc/tradeapi/v1/assets/assets_service_pb.js +279 -0
  132. package/grpc/tradeapi/v1/auth/auth_service_pb.d.ts +336 -0
  133. package/grpc/tradeapi/v1/auth/auth_service_pb.js +86 -0
  134. package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.d.ts +1215 -0
  135. package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.js +243 -0
  136. package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.d.ts +111 -0
  137. package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.js +46 -0
  138. package/grpc/tradeapi/v1/orders/orders_service_pb.d.ts +1256 -0
  139. package/grpc/tradeapi/v1/orders/orders_service_pb.js +242 -0
  140. package/grpc/tradeapi/v1/reports/reports_service_pb.d.ts +353 -0
  141. package/grpc/tradeapi/v1/reports/reports_service_pb.js +107 -0
  142. package/grpc/tradeapi/v1/side_pb.d.ts +44 -0
  143. package/grpc/tradeapi/v1/side_pb.js +26 -0
  144. package/grpc/tradeapi/v1/trade_pb.d.ts +91 -0
  145. package/grpc/tradeapi/v1/trade_pb.js +22 -0
  146. package/package.json +14 -0
@@ -0,0 +1,33 @@
1
+ // Copyright 2024 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
16
+ // @generated from file google/type/postal_address.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
20
+
21
+ /**
22
+ * Describes the file google/type/postal_address.proto.
23
+ */
24
+ export const file_google_type_postal_address = /*@__PURE__*/
25
+ fileDesc("CiBnb29nbGUvdHlwZS9wb3N0YWxfYWRkcmVzcy5wcm90bxILZ29vZ2xlLnR5cGUi/QEKDVBvc3RhbEFkZHJlc3MSEAoIcmV2aXNpb24YASABKAUSEwoLcmVnaW9uX2NvZGUYAiABKAkSFQoNbGFuZ3VhZ2VfY29kZRgDIAEoCRITCgtwb3N0YWxfY29kZRgEIAEoCRIUCgxzb3J0aW5nX2NvZGUYBSABKAkSGwoTYWRtaW5pc3RyYXRpdmVfYXJlYRgGIAEoCRIQCghsb2NhbGl0eRgHIAEoCRITCgtzdWJsb2NhbGl0eRgIIAEoCRIVCg1hZGRyZXNzX2xpbmVzGAkgAygJEhIKCnJlY2lwaWVudHMYCiADKAkSFAoMb3JnYW5pemF0aW9uGAsgASgJQngKD2NvbS5nb29nbGUudHlwZUISUG9zdGFsQWRkcmVzc1Byb3RvUAFaRmdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9wb3N0YWxhZGRyZXNzO3Bvc3RhbGFkZHJlc3P4AQGiAgNHVFBiBnByb3RvMw");
26
+
27
+ /**
28
+ * Describes the message google.type.PostalAddress.
29
+ * Use `create(PostalAddressSchema)` to create a new message.
30
+ */
31
+ export const PostalAddressSchema = /*@__PURE__*/
32
+ messageDesc(file_google_type_postal_address, 0);
33
+
@@ -0,0 +1,122 @@
1
+ // Copyright 2024 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
16
+ // @generated from file google/type/quaternion.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
20
+ import type { Message } from "@bufbuild/protobuf";
21
+
22
+ /**
23
+ * Describes the file google/type/quaternion.proto.
24
+ */
25
+ export declare const file_google_type_quaternion: GenFile;
26
+
27
+ /**
28
+ * A quaternion is defined as the quotient of two directed lines in a
29
+ * three-dimensional space or equivalently as the quotient of two Euclidean
30
+ * vectors (https://en.wikipedia.org/wiki/Quaternion).
31
+ *
32
+ * Quaternions are often used in calculations involving three-dimensional
33
+ * rotations (https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation),
34
+ * as they provide greater mathematical robustness by avoiding the gimbal lock
35
+ * problems that can be encountered when using Euler angles
36
+ * (https://en.wikipedia.org/wiki/Gimbal_lock).
37
+ *
38
+ * Quaternions are generally represented in this form:
39
+ *
40
+ * w + xi + yj + zk
41
+ *
42
+ * where x, y, z, and w are real numbers, and i, j, and k are three imaginary
43
+ * numbers.
44
+ *
45
+ * Our naming choice `(x, y, z, w)` comes from the desire to avoid confusion for
46
+ * those interested in the geometric properties of the quaternion in the 3D
47
+ * Cartesian space. Other texts often use alternative names or subscripts, such
48
+ * as `(a, b, c, d)`, `(1, i, j, k)`, or `(0, 1, 2, 3)`, which are perhaps
49
+ * better suited for mathematical interpretations.
50
+ *
51
+ * To avoid any confusion, as well as to maintain compatibility with a large
52
+ * number of software libraries, the quaternions represented using the protocol
53
+ * buffer below *must* follow the Hamilton convention, which defines `ij = k`
54
+ * (i.e. a right-handed algebra), and therefore:
55
+ *
56
+ * i^2 = j^2 = k^2 = ijk = −1
57
+ * ij = −ji = k
58
+ * jk = −kj = i
59
+ * ki = −ik = j
60
+ *
61
+ * Please DO NOT use this to represent quaternions that follow the JPL
62
+ * convention, or any of the other quaternion flavors out there.
63
+ *
64
+ * Definitions:
65
+ *
66
+ * - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
67
+ * - Unit (or normalized) quaternion: a quaternion whose norm is 1.
68
+ * - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
69
+ * - Rotation quaternion: a unit quaternion used to represent rotation.
70
+ * - Orientation quaternion: a unit quaternion used to represent orientation.
71
+ *
72
+ * A quaternion can be normalized by dividing it by its norm. The resulting
73
+ * quaternion maintains the same direction, but has a norm of 1, i.e. it moves
74
+ * on the unit sphere. This is generally necessary for rotation and orientation
75
+ * quaternions, to avoid rounding errors:
76
+ * https://en.wikipedia.org/wiki/Rotation_formalisms_in_three_dimensions
77
+ *
78
+ * Note that `(x, y, z, w)` and `(-x, -y, -z, -w)` represent the same rotation,
79
+ * but normalization would be even more useful, e.g. for comparison purposes, if
80
+ * it would produce a unique representation. It is thus recommended that `w` be
81
+ * kept positive, which can be achieved by changing all the signs when `w` is
82
+ * negative.
83
+ *
84
+ *
85
+ * @generated from message google.type.Quaternion
86
+ */
87
+ export declare type Quaternion = Message<"google.type.Quaternion"> & {
88
+ /**
89
+ * The x component.
90
+ *
91
+ * @generated from field: double x = 1;
92
+ */
93
+ x: number;
94
+
95
+ /**
96
+ * The y component.
97
+ *
98
+ * @generated from field: double y = 2;
99
+ */
100
+ y: number;
101
+
102
+ /**
103
+ * The z component.
104
+ *
105
+ * @generated from field: double z = 3;
106
+ */
107
+ z: number;
108
+
109
+ /**
110
+ * The scalar component.
111
+ *
112
+ * @generated from field: double w = 4;
113
+ */
114
+ w: number;
115
+ };
116
+
117
+ /**
118
+ * Describes the message google.type.Quaternion.
119
+ * Use `create(QuaternionSchema)` to create a new message.
120
+ */
121
+ export declare const QuaternionSchema: GenMessage<Quaternion>;
122
+
@@ -0,0 +1,33 @@
1
+ // Copyright 2024 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
16
+ // @generated from file google/type/quaternion.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
20
+
21
+ /**
22
+ * Describes the file google/type/quaternion.proto.
23
+ */
24
+ export const file_google_type_quaternion = /*@__PURE__*/
25
+ fileDesc("Chxnb29nbGUvdHlwZS9xdWF0ZXJuaW9uLnByb3RvEgtnb29nbGUudHlwZSI4CgpRdWF0ZXJuaW9uEgkKAXgYASABKAESCQoBeRgCIAEoARIJCgF6GAMgASgBEgkKAXcYBCABKAFCbwoPY29tLmdvb2dsZS50eXBlQg9RdWF0ZXJuaW9uUHJvdG9QAVpAZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL3F1YXRlcm5pb247cXVhdGVybmlvbvgBAaICA0dUUGIGcHJvdG8z");
26
+
27
+ /**
28
+ * Describes the message google.type.Quaternion.
29
+ * Use `create(QuaternionSchema)` to create a new message.
30
+ */
31
+ export const QuaternionSchema = /*@__PURE__*/
32
+ messageDesc(file_google_type_quaternion, 0);
33
+
@@ -0,0 +1,72 @@
1
+ // Copyright 2024 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
16
+ // @generated from file google/type/timeofday.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
20
+ import type { Message } from "@bufbuild/protobuf";
21
+
22
+ /**
23
+ * Describes the file google/type/timeofday.proto.
24
+ */
25
+ export declare const file_google_type_timeofday: GenFile;
26
+
27
+ /**
28
+ * Represents a time of day. The date and time zone are either not significant
29
+ * or are specified elsewhere. An API may choose to allow leap seconds. Related
30
+ * types are [google.type.Date][google.type.Date] and
31
+ * `google.protobuf.Timestamp`.
32
+ *
33
+ * @generated from message google.type.TimeOfDay
34
+ */
35
+ export declare type TimeOfDay = Message<"google.type.TimeOfDay"> & {
36
+ /**
37
+ * Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
38
+ * to allow the value "24:00:00" for scenarios like business closing time.
39
+ *
40
+ * @generated from field: int32 hours = 1;
41
+ */
42
+ hours: number;
43
+
44
+ /**
45
+ * Minutes of hour of day. Must be from 0 to 59.
46
+ *
47
+ * @generated from field: int32 minutes = 2;
48
+ */
49
+ minutes: number;
50
+
51
+ /**
52
+ * Seconds of minutes of the time. Must normally be from 0 to 59. An API may
53
+ * allow the value 60 if it allows leap-seconds.
54
+ *
55
+ * @generated from field: int32 seconds = 3;
56
+ */
57
+ seconds: number;
58
+
59
+ /**
60
+ * Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
61
+ *
62
+ * @generated from field: int32 nanos = 4;
63
+ */
64
+ nanos: number;
65
+ };
66
+
67
+ /**
68
+ * Describes the message google.type.TimeOfDay.
69
+ * Use `create(TimeOfDaySchema)` to create a new message.
70
+ */
71
+ export declare const TimeOfDaySchema: GenMessage<TimeOfDay>;
72
+
@@ -0,0 +1,33 @@
1
+ // Copyright 2024 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
16
+ // @generated from file google/type/timeofday.proto (package google.type, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
20
+
21
+ /**
22
+ * Describes the file google/type/timeofday.proto.
23
+ */
24
+ export const file_google_type_timeofday = /*@__PURE__*/
25
+ fileDesc("Chtnb29nbGUvdHlwZS90aW1lb2ZkYXkucHJvdG8SC2dvb2dsZS50eXBlIksKCVRpbWVPZkRheRINCgVob3VycxgBIAEoBRIPCgdtaW51dGVzGAIgASgFEg8KB3NlY29uZHMYAyABKAUSDQoFbmFub3MYBCABKAVCbAoPY29tLmdvb2dsZS50eXBlQg5UaW1lT2ZEYXlQcm90b1ABWj5nb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvdGltZW9mZGF5O3RpbWVvZmRhefgBAaICA0dUUGIGcHJvdG8z");
26
+
27
+ /**
28
+ * Describes the message google.type.TimeOfDay.
29
+ * Use `create(TimeOfDaySchema)` to create a new message.
30
+ */
31
+ export const TimeOfDaySchema = /*@__PURE__*/
32
+ messageDesc(file_google_type_timeofday, 0);
33
+
@@ -0,0 +1,73 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
2
+ // @generated from file grpc/gateway/protoc_gen_openapiv2/options/annotations.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
6
+ import type { EnumOptions, FieldOptions, FileOptions, MessageOptions, MethodOptions, ServiceOptions } from "@bufbuild/protobuf/wkt";
7
+ import type { EnumSchema, JSONSchema, Operation, Schema, Swagger, Tag } from "./openapiv2_pb.js";
8
+
9
+ /**
10
+ * Describes the file grpc/gateway/protoc_gen_openapiv2/options/annotations.proto.
11
+ */
12
+ export declare const file_grpc_gateway_protoc_gen_openapiv2_options_annotations: GenFile;
13
+
14
+ /**
15
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
16
+ *
17
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
18
+ * different descriptor messages.
19
+ *
20
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Swagger openapiv2_swagger = 1042;
21
+ */
22
+ export declare const openapiv2_swagger: GenExtension<FileOptions, Swagger>;
23
+
24
+ /**
25
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
26
+ *
27
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
28
+ * different descriptor messages.
29
+ *
30
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Operation openapiv2_operation = 1042;
31
+ */
32
+ export declare const openapiv2_operation: GenExtension<MethodOptions, Operation>;
33
+
34
+ /**
35
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
36
+ *
37
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
38
+ * different descriptor messages.
39
+ *
40
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Schema openapiv2_schema = 1042;
41
+ */
42
+ export declare const openapiv2_schema: GenExtension<MessageOptions, Schema>;
43
+
44
+ /**
45
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
46
+ *
47
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
48
+ * different descriptor messages.
49
+ *
50
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.EnumSchema openapiv2_enum = 1042;
51
+ */
52
+ export declare const openapiv2_enum: GenExtension<EnumOptions, EnumSchema>;
53
+
54
+ /**
55
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
56
+ *
57
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
58
+ * different descriptor messages.
59
+ *
60
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Tag openapiv2_tag = 1042;
61
+ */
62
+ export declare const openapiv2_tag: GenExtension<ServiceOptions, Tag>;
63
+
64
+ /**
65
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
66
+ *
67
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
68
+ * different descriptor messages.
69
+ *
70
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema openapiv2_field = 1042;
71
+ */
72
+ export declare const openapiv2_field: GenExtension<FieldOptions, JSONSchema>;
73
+
@@ -0,0 +1,80 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
2
+ // @generated from file grpc/gateway/protoc_gen_openapiv2/options/annotations.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
6
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
7
+ import { file_grpc_gateway_protoc_gen_openapiv2_options_openapiv2 } from "./openapiv2_pb.js";
8
+
9
+ /**
10
+ * Describes the file grpc/gateway/protoc_gen_openapiv2/options/annotations.proto.
11
+ */
12
+ export const file_grpc_gateway_protoc_gen_openapiv2_options_annotations = /*@__PURE__*/
13
+ fileDesc("CjtncnBjL2dhdGV3YXkvcHJvdG9jX2dlbl9vcGVuYXBpdjIvb3B0aW9ucy9hbm5vdGF0aW9ucy5wcm90bxIpZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnM6fgoRb3BlbmFwaXYyX3N3YWdnZXISHC5nb29nbGUucHJvdG9idWYuRmlsZU9wdGlvbnMYkgggASgLMjIuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU3dhZ2dlclIQb3BlbmFwaXYyU3dhZ2dlcjqGAQoTb3BlbmFwaXYyX29wZXJhdGlvbhIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGJIIIAEoCzI0LmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLk9wZXJhdGlvblISb3BlbmFwaXYyT3BlcmF0aW9uOn4KEG9wZW5hcGl2Ml9zY2hlbWESHy5nb29nbGUucHJvdG9idWYuTWVzc2FnZU9wdGlvbnMYkgggASgLMjEuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2NoZW1hUg9vcGVuYXBpdjJTY2hlbWE6ewoOb3BlbmFwaXYyX2VudW0SHC5nb29nbGUucHJvdG9idWYuRW51bU9wdGlvbnMYkgggASgLMjUuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuRW51bVNjaGVtYVINb3BlbmFwaXYyRW51bTp1Cg1vcGVuYXBpdjJfdGFnEh8uZ29vZ2xlLnByb3RvYnVmLlNlcnZpY2VPcHRpb25zGJIIIAEoCzIuLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlRhZ1IMb3BlbmFwaXYyVGFnOn4KD29wZW5hcGl2Ml9maWVsZBIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMYkgggASgLMjUuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuSlNPTlNjaGVtYVIOb3BlbmFwaXYyRmllbGRCSFpGZ2l0aHViLmNvbS9ncnBjLWVjb3N5c3RlbS9ncnBjLWdhdGV3YXkvdjIvcHJvdG9jLWdlbi1vcGVuYXBpdjIvb3B0aW9uc2IGcHJvdG8z", [file_google_protobuf_descriptor, file_grpc_gateway_protoc_gen_openapiv2_options_openapiv2]);
14
+
15
+ /**
16
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
17
+ *
18
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
19
+ * different descriptor messages.
20
+ *
21
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Swagger openapiv2_swagger = 1042;
22
+ */
23
+ export const openapiv2_swagger = /*@__PURE__*/
24
+ extDesc(file_grpc_gateway_protoc_gen_openapiv2_options_annotations, 0);
25
+
26
+ /**
27
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
28
+ *
29
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
30
+ * different descriptor messages.
31
+ *
32
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Operation openapiv2_operation = 1042;
33
+ */
34
+ export const openapiv2_operation = /*@__PURE__*/
35
+ extDesc(file_grpc_gateway_protoc_gen_openapiv2_options_annotations, 1);
36
+
37
+ /**
38
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
39
+ *
40
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
41
+ * different descriptor messages.
42
+ *
43
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Schema openapiv2_schema = 1042;
44
+ */
45
+ export const openapiv2_schema = /*@__PURE__*/
46
+ extDesc(file_grpc_gateway_protoc_gen_openapiv2_options_annotations, 2);
47
+
48
+ /**
49
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
50
+ *
51
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
52
+ * different descriptor messages.
53
+ *
54
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.EnumSchema openapiv2_enum = 1042;
55
+ */
56
+ export const openapiv2_enum = /*@__PURE__*/
57
+ extDesc(file_grpc_gateway_protoc_gen_openapiv2_options_annotations, 3);
58
+
59
+ /**
60
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
61
+ *
62
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
63
+ * different descriptor messages.
64
+ *
65
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.Tag openapiv2_tag = 1042;
66
+ */
67
+ export const openapiv2_tag = /*@__PURE__*/
68
+ extDesc(file_grpc_gateway_protoc_gen_openapiv2_options_annotations, 4);
69
+
70
+ /**
71
+ * ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
72
+ *
73
+ * All IDs are the same, as assigned. It is okay that they are the same, as they extend
74
+ * different descriptor messages.
75
+ *
76
+ * @generated from extension: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema openapiv2_field = 1042;
77
+ */
78
+ export const openapiv2_field = /*@__PURE__*/
79
+ extDesc(file_grpc_gateway_protoc_gen_openapiv2_options_annotations, 5);
80
+