@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.
- package/README.md +41 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/auth_pb.d.ts +382 -0
- package/google/api/auth_pb.js +68 -0
- package/google/api/backend_pb.d.ts +278 -0
- package/google/api/backend_pb.js +60 -0
- package/google/api/billing_pb.d.ts +112 -0
- package/google/api/billing_pb.js +40 -0
- package/google/api/client_pb.d.ts +906 -0
- package/google/api/client_pb.js +268 -0
- package/google/api/config_change_pb.d.ts +156 -0
- package/google/api/config_change_pb.js +55 -0
- package/google/api/consumer_pb.d.ts +151 -0
- package/google/api/consumer_pb.js +54 -0
- package/google/api/context_pb.d.ts +139 -0
- package/google/api/context_pb.js +40 -0
- package/google/api/control_pb.d.ts +61 -0
- package/google/api/control_pb.js +34 -0
- package/google/api/distribution_pb.d.ts +379 -0
- package/google/api/distribution_pb.js +76 -0
- package/google/api/documentation_pb.d.ts +249 -0
- package/google/api/documentation_pb.js +47 -0
- package/google/api/endpoint_pb.d.ts +98 -0
- package/google/api/endpoint_pb.js +33 -0
- package/google/api/error_reason_pb.d.ts +765 -0
- package/google/api/error_reason_pb.js +49 -0
- package/google/api/field_behavior_pb.d.ts +152 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_info_pb.d.ts +171 -0
- package/google/api/field_info_pb.js +80 -0
- package/google/api/http_pb.d.ts +469 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/label_pb.d.ts +93 -0
- package/google/api/label_pb.js +47 -0
- package/google/api/launch_stage_pb.d.ts +115 -0
- package/google/api/launch_stage_pb.js +41 -0
- package/google/api/log_pb.d.ts +82 -0
- package/google/api/log_pb.js +34 -0
- package/google/api/logging_pb.d.ts +120 -0
- package/google/api/logging_pb.js +40 -0
- package/google/api/metric_pb.d.ts +474 -0
- package/google/api/metric_pb.js +94 -0
- package/google/api/monitored_resource_pb.d.ts +200 -0
- package/google/api/monitored_resource_pb.js +50 -0
- package/google/api/monitoring_pb.d.ts +146 -0
- package/google/api/monitoring_pb.js +40 -0
- package/google/api/policy_pb.d.ts +128 -0
- package/google/api/policy_pb.js +57 -0
- package/google/api/quota_pb.d.ts +273 -0
- package/google/api/quota_pb.js +47 -0
- package/google/api/resource_pb.d.ts +344 -0
- package/google/api/resource_pb.js +97 -0
- package/google/api/routing_pb.d.ts +497 -0
- package/google/api/routing_pb.js +49 -0
- package/google/api/service_pb.d.ts +305 -0
- package/google/api/service_pb.js +52 -0
- package/google/api/source_info_pb.d.ts +47 -0
- package/google/api/source_info_pb.js +34 -0
- package/google/api/system_parameter_pb.d.ts +153 -0
- package/google/api/system_parameter_pb.js +47 -0
- package/google/api/usage_pb.d.ts +143 -0
- package/google/api/usage_pb.js +40 -0
- package/google/api/visibility_pb.d.ts +158 -0
- package/google/api/visibility_pb.js +89 -0
- package/google/protobuf/any_pb.d.ts +182 -0
- package/google/protobuf/any_pb.js +49 -0
- package/google/protobuf/api_pb.d.ts +302 -0
- package/google/protobuf/api_pb.js +65 -0
- package/google/protobuf/descriptor_pb.d.ts +2511 -0
- package/google/protobuf/descriptor_pb.js +500 -0
- package/google/protobuf/duration_pb.d.ts +134 -0
- package/google/protobuf/duration_pb.js +49 -0
- package/google/protobuf/empty_pb.d.ts +63 -0
- package/google/protobuf/empty_pb.js +49 -0
- package/google/protobuf/field_mask_pb.d.ts +260 -0
- package/google/protobuf/field_mask_pb.js +49 -0
- package/google/protobuf/source_context_pb.d.ts +64 -0
- package/google/protobuf/source_context_pb.js +49 -0
- package/google/protobuf/struct_pb.d.ts +186 -0
- package/google/protobuf/struct_pb.js +80 -0
- package/google/protobuf/timestamp_pb.d.ts +163 -0
- package/google/protobuf/timestamp_pb.js +49 -0
- package/google/protobuf/type_pb.d.ts +532 -0
- package/google/protobuf/type_pb.js +121 -0
- package/google/protobuf/wrappers_pb.d.ts +250 -0
- package/google/protobuf/wrappers_pb.js +115 -0
- package/google/type/calendar_period_pb.d.ts +99 -0
- package/google/type/calendar_period_pb.js +42 -0
- package/google/type/color_pb.d.ts +200 -0
- package/google/type/color_pb.js +34 -0
- package/google/type/date_pb.d.ts +76 -0
- package/google/type/date_pb.js +33 -0
- package/google/type/datetime_pb.d.ts +175 -0
- package/google/type/datetime_pb.js +41 -0
- package/google/type/dayofweek_pb.d.ts +93 -0
- package/google/type/dayofweek_pb.js +40 -0
- package/google/type/decimal_pb.d.ts +111 -0
- package/google/type/decimal_pb.js +33 -0
- package/google/type/expr_pb.d.ts +102 -0
- package/google/type/expr_pb.js +33 -0
- package/google/type/fraction_pb.d.ts +54 -0
- package/google/type/fraction_pb.js +33 -0
- package/google/type/interval_pb.d.ts +65 -0
- package/google/type/interval_pb.js +34 -0
- package/google/type/latlng_pb.d.ts +57 -0
- package/google/type/latlng_pb.js +33 -0
- package/google/type/localized_text_pb.d.ts +56 -0
- package/google/type/localized_text_pb.js +33 -0
- package/google/type/money_pb.d.ts +66 -0
- package/google/type/money_pb.js +33 -0
- package/google/type/month_pb.d.ts +128 -0
- package/google/type/month_pb.js +40 -0
- package/google/type/phone_number_pb.d.ts +161 -0
- package/google/type/phone_number_pb.js +40 -0
- package/google/type/postal_address_pb.d.ts +190 -0
- package/google/type/postal_address_pb.js +33 -0
- package/google/type/quaternion_pb.d.ts +122 -0
- package/google/type/quaternion_pb.js +33 -0
- package/google/type/timeofday_pb.d.ts +72 -0
- package/google/type/timeofday_pb.js +33 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.d.ts +73 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.js +80 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.d.ts +1586 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.js +239 -0
- package/grpc/tradeapi/v1/accounts/accounts_service_pb.d.ts +671 -0
- package/grpc/tradeapi/v1/accounts/accounts_service_pb.js +126 -0
- package/grpc/tradeapi/v1/assets/assets_service_pb.d.ts +1318 -0
- package/grpc/tradeapi/v1/assets/assets_service_pb.js +279 -0
- package/grpc/tradeapi/v1/auth/auth_service_pb.d.ts +336 -0
- package/grpc/tradeapi/v1/auth/auth_service_pb.js +86 -0
- package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.d.ts +1215 -0
- package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.js +243 -0
- package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.d.ts +111 -0
- package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.js +46 -0
- package/grpc/tradeapi/v1/orders/orders_service_pb.d.ts +1256 -0
- package/grpc/tradeapi/v1/orders/orders_service_pb.js +242 -0
- package/grpc/tradeapi/v1/reports/reports_service_pb.d.ts +353 -0
- package/grpc/tradeapi/v1/reports/reports_service_pb.js +107 -0
- package/grpc/tradeapi/v1/side_pb.d.ts +44 -0
- package/grpc/tradeapi/v1/side_pb.js +26 -0
- package/grpc/tradeapi/v1/trade_pb.d.ts +91 -0
- package/grpc/tradeapi/v1/trade_pb.js +22 -0
- package/package.json +14 -0
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
// Protocol Buffers - Google's data interchange format
|
|
2
|
+
// Copyright 2008 Google Inc. All rights reserved.
|
|
3
|
+
// https://developers.google.com/protocol-buffers/
|
|
4
|
+
//
|
|
5
|
+
// Redistribution and use in source and binary forms, with or without
|
|
6
|
+
// modification, are permitted provided that the following conditions are
|
|
7
|
+
// met:
|
|
8
|
+
//
|
|
9
|
+
// * Redistributions of source code must retain the above copyright
|
|
10
|
+
// notice, this list of conditions and the following disclaimer.
|
|
11
|
+
// * Redistributions in binary form must reproduce the above
|
|
12
|
+
// copyright notice, this list of conditions and the following disclaimer
|
|
13
|
+
// in the documentation and/or other materials provided with the
|
|
14
|
+
// distribution.
|
|
15
|
+
// * Neither the name of Google Inc. nor the names of its
|
|
16
|
+
// contributors may be used to endorse or promote products derived from
|
|
17
|
+
// this software without specific prior written permission.
|
|
18
|
+
//
|
|
19
|
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
20
|
+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
21
|
+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
22
|
+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
23
|
+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
24
|
+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
25
|
+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
26
|
+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
27
|
+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28
|
+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
30
|
+
//
|
|
31
|
+
// Wrappers for primitive (non-message) types. These types are useful
|
|
32
|
+
// for embedding primitives in the `google.protobuf.Any` type and for places
|
|
33
|
+
// where we need to distinguish between the absence of a primitive
|
|
34
|
+
// typed field and its default value.
|
|
35
|
+
//
|
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
|
37
|
+
// the ability to detect presence on individual elements.
|
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
|
40
|
+
|
|
41
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
42
|
+
// @generated from file google/protobuf/wrappers.proto (package google.protobuf, syntax proto3)
|
|
43
|
+
/* eslint-disable */
|
|
44
|
+
|
|
45
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
46
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the file google/protobuf/wrappers.proto.
|
|
50
|
+
*/
|
|
51
|
+
export declare const file_google_protobuf_wrappers: GenFile;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Wrapper message for `double`.
|
|
55
|
+
*
|
|
56
|
+
* The JSON representation for `DoubleValue` is JSON number.
|
|
57
|
+
*
|
|
58
|
+
* @generated from message google.protobuf.DoubleValue
|
|
59
|
+
*/
|
|
60
|
+
export declare type DoubleValue = Message<"google.protobuf.DoubleValue"> & {
|
|
61
|
+
/**
|
|
62
|
+
* The double value.
|
|
63
|
+
*
|
|
64
|
+
* @generated from field: double value = 1;
|
|
65
|
+
*/
|
|
66
|
+
value: number;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message google.protobuf.DoubleValue.
|
|
71
|
+
* Use `create(DoubleValueSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export declare const DoubleValueSchema: GenMessage<DoubleValue>;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Wrapper message for `float`.
|
|
77
|
+
*
|
|
78
|
+
* The JSON representation for `FloatValue` is JSON number.
|
|
79
|
+
*
|
|
80
|
+
* @generated from message google.protobuf.FloatValue
|
|
81
|
+
*/
|
|
82
|
+
export declare type FloatValue = Message<"google.protobuf.FloatValue"> & {
|
|
83
|
+
/**
|
|
84
|
+
* The float value.
|
|
85
|
+
*
|
|
86
|
+
* @generated from field: float value = 1;
|
|
87
|
+
*/
|
|
88
|
+
value: number;
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message google.protobuf.FloatValue.
|
|
93
|
+
* Use `create(FloatValueSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export declare const FloatValueSchema: GenMessage<FloatValue>;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Wrapper message for `int64`.
|
|
99
|
+
*
|
|
100
|
+
* The JSON representation for `Int64Value` is JSON string.
|
|
101
|
+
*
|
|
102
|
+
* @generated from message google.protobuf.Int64Value
|
|
103
|
+
*/
|
|
104
|
+
export declare type Int64Value = Message<"google.protobuf.Int64Value"> & {
|
|
105
|
+
/**
|
|
106
|
+
* The int64 value.
|
|
107
|
+
*
|
|
108
|
+
* @generated from field: int64 value = 1;
|
|
109
|
+
*/
|
|
110
|
+
value: bigint;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message google.protobuf.Int64Value.
|
|
115
|
+
* Use `create(Int64ValueSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export declare const Int64ValueSchema: GenMessage<Int64Value>;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Wrapper message for `uint64`.
|
|
121
|
+
*
|
|
122
|
+
* The JSON representation for `UInt64Value` is JSON string.
|
|
123
|
+
*
|
|
124
|
+
* @generated from message google.protobuf.UInt64Value
|
|
125
|
+
*/
|
|
126
|
+
export declare type UInt64Value = Message<"google.protobuf.UInt64Value"> & {
|
|
127
|
+
/**
|
|
128
|
+
* The uint64 value.
|
|
129
|
+
*
|
|
130
|
+
* @generated from field: uint64 value = 1;
|
|
131
|
+
*/
|
|
132
|
+
value: bigint;
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Describes the message google.protobuf.UInt64Value.
|
|
137
|
+
* Use `create(UInt64ValueSchema)` to create a new message.
|
|
138
|
+
*/
|
|
139
|
+
export declare const UInt64ValueSchema: GenMessage<UInt64Value>;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Wrapper message for `int32`.
|
|
143
|
+
*
|
|
144
|
+
* The JSON representation for `Int32Value` is JSON number.
|
|
145
|
+
*
|
|
146
|
+
* @generated from message google.protobuf.Int32Value
|
|
147
|
+
*/
|
|
148
|
+
export declare type Int32Value = Message<"google.protobuf.Int32Value"> & {
|
|
149
|
+
/**
|
|
150
|
+
* The int32 value.
|
|
151
|
+
*
|
|
152
|
+
* @generated from field: int32 value = 1;
|
|
153
|
+
*/
|
|
154
|
+
value: number;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message google.protobuf.Int32Value.
|
|
159
|
+
* Use `create(Int32ValueSchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export declare const Int32ValueSchema: GenMessage<Int32Value>;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Wrapper message for `uint32`.
|
|
165
|
+
*
|
|
166
|
+
* The JSON representation for `UInt32Value` is JSON number.
|
|
167
|
+
*
|
|
168
|
+
* @generated from message google.protobuf.UInt32Value
|
|
169
|
+
*/
|
|
170
|
+
export declare type UInt32Value = Message<"google.protobuf.UInt32Value"> & {
|
|
171
|
+
/**
|
|
172
|
+
* The uint32 value.
|
|
173
|
+
*
|
|
174
|
+
* @generated from field: uint32 value = 1;
|
|
175
|
+
*/
|
|
176
|
+
value: number;
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Describes the message google.protobuf.UInt32Value.
|
|
181
|
+
* Use `create(UInt32ValueSchema)` to create a new message.
|
|
182
|
+
*/
|
|
183
|
+
export declare const UInt32ValueSchema: GenMessage<UInt32Value>;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Wrapper message for `bool`.
|
|
187
|
+
*
|
|
188
|
+
* The JSON representation for `BoolValue` is JSON `true` and `false`.
|
|
189
|
+
*
|
|
190
|
+
* @generated from message google.protobuf.BoolValue
|
|
191
|
+
*/
|
|
192
|
+
export declare type BoolValue = Message<"google.protobuf.BoolValue"> & {
|
|
193
|
+
/**
|
|
194
|
+
* The bool value.
|
|
195
|
+
*
|
|
196
|
+
* @generated from field: bool value = 1;
|
|
197
|
+
*/
|
|
198
|
+
value: boolean;
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Describes the message google.protobuf.BoolValue.
|
|
203
|
+
* Use `create(BoolValueSchema)` to create a new message.
|
|
204
|
+
*/
|
|
205
|
+
export declare const BoolValueSchema: GenMessage<BoolValue>;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Wrapper message for `string`.
|
|
209
|
+
*
|
|
210
|
+
* The JSON representation for `StringValue` is JSON string.
|
|
211
|
+
*
|
|
212
|
+
* @generated from message google.protobuf.StringValue
|
|
213
|
+
*/
|
|
214
|
+
export declare type StringValue = Message<"google.protobuf.StringValue"> & {
|
|
215
|
+
/**
|
|
216
|
+
* The string value.
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: string value = 1;
|
|
219
|
+
*/
|
|
220
|
+
value: string;
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Describes the message google.protobuf.StringValue.
|
|
225
|
+
* Use `create(StringValueSchema)` to create a new message.
|
|
226
|
+
*/
|
|
227
|
+
export declare const StringValueSchema: GenMessage<StringValue>;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Wrapper message for `bytes`.
|
|
231
|
+
*
|
|
232
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
233
|
+
*
|
|
234
|
+
* @generated from message google.protobuf.BytesValue
|
|
235
|
+
*/
|
|
236
|
+
export declare type BytesValue = Message<"google.protobuf.BytesValue"> & {
|
|
237
|
+
/**
|
|
238
|
+
* The bytes value.
|
|
239
|
+
*
|
|
240
|
+
* @generated from field: bytes value = 1;
|
|
241
|
+
*/
|
|
242
|
+
value: Uint8Array;
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Describes the message google.protobuf.BytesValue.
|
|
247
|
+
* Use `create(BytesValueSchema)` to create a new message.
|
|
248
|
+
*/
|
|
249
|
+
export declare const BytesValueSchema: GenMessage<BytesValue>;
|
|
250
|
+
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
// Protocol Buffers - Google's data interchange format
|
|
2
|
+
// Copyright 2008 Google Inc. All rights reserved.
|
|
3
|
+
// https://developers.google.com/protocol-buffers/
|
|
4
|
+
//
|
|
5
|
+
// Redistribution and use in source and binary forms, with or without
|
|
6
|
+
// modification, are permitted provided that the following conditions are
|
|
7
|
+
// met:
|
|
8
|
+
//
|
|
9
|
+
// * Redistributions of source code must retain the above copyright
|
|
10
|
+
// notice, this list of conditions and the following disclaimer.
|
|
11
|
+
// * Redistributions in binary form must reproduce the above
|
|
12
|
+
// copyright notice, this list of conditions and the following disclaimer
|
|
13
|
+
// in the documentation and/or other materials provided with the
|
|
14
|
+
// distribution.
|
|
15
|
+
// * Neither the name of Google Inc. nor the names of its
|
|
16
|
+
// contributors may be used to endorse or promote products derived from
|
|
17
|
+
// this software without specific prior written permission.
|
|
18
|
+
//
|
|
19
|
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
20
|
+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
21
|
+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
22
|
+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
23
|
+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
24
|
+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
25
|
+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
26
|
+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
27
|
+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28
|
+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
30
|
+
//
|
|
31
|
+
// Wrappers for primitive (non-message) types. These types are useful
|
|
32
|
+
// for embedding primitives in the `google.protobuf.Any` type and for places
|
|
33
|
+
// where we need to distinguish between the absence of a primitive
|
|
34
|
+
// typed field and its default value.
|
|
35
|
+
//
|
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
|
37
|
+
// the ability to detect presence on individual elements.
|
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
|
40
|
+
|
|
41
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
42
|
+
// @generated from file google/protobuf/wrappers.proto (package google.protobuf, syntax proto3)
|
|
43
|
+
/* eslint-disable */
|
|
44
|
+
|
|
45
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the file google/protobuf/wrappers.proto.
|
|
49
|
+
*/
|
|
50
|
+
export const file_google_protobuf_wrappers = /*@__PURE__*/
|
|
51
|
+
fileDesc("Ch5nb29nbGUvcHJvdG9idWYvd3JhcHBlcnMucHJvdG8SD2dvb2dsZS5wcm90b2J1ZiIcCgtEb3VibGVWYWx1ZRINCgV2YWx1ZRgBIAEoASIbCgpGbG9hdFZhbHVlEg0KBXZhbHVlGAEgASgCIhsKCkludDY0VmFsdWUSDQoFdmFsdWUYASABKAMiHAoLVUludDY0VmFsdWUSDQoFdmFsdWUYASABKAQiGwoKSW50MzJWYWx1ZRINCgV2YWx1ZRgBIAEoBSIcCgtVSW50MzJWYWx1ZRINCgV2YWx1ZRgBIAEoDSIaCglCb29sVmFsdWUSDQoFdmFsdWUYASABKAgiHAoLU3RyaW5nVmFsdWUSDQoFdmFsdWUYASABKAkiGwoKQnl0ZXNWYWx1ZRINCgV2YWx1ZRgBIAEoDEKDAQoTY29tLmdvb2dsZS5wcm90b2J1ZkINV3JhcHBlcnNQcm90b1ABWjFnb29nbGUuZ29sYW5nLm9yZy9wcm90b2J1Zi90eXBlcy9rbm93bi93cmFwcGVyc3Bi+AEBogIDR1BCqgIeR29vZ2xlLlByb3RvYnVmLldlbGxLbm93blR5cGVzYgZwcm90bzM");
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Describes the message google.protobuf.DoubleValue.
|
|
55
|
+
* Use `create(DoubleValueSchema)` to create a new message.
|
|
56
|
+
*/
|
|
57
|
+
export const DoubleValueSchema = /*@__PURE__*/
|
|
58
|
+
messageDesc(file_google_protobuf_wrappers, 0);
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message google.protobuf.FloatValue.
|
|
62
|
+
* Use `create(FloatValueSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const FloatValueSchema = /*@__PURE__*/
|
|
65
|
+
messageDesc(file_google_protobuf_wrappers, 1);
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message google.protobuf.Int64Value.
|
|
69
|
+
* Use `create(Int64ValueSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export const Int64ValueSchema = /*@__PURE__*/
|
|
72
|
+
messageDesc(file_google_protobuf_wrappers, 2);
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Describes the message google.protobuf.UInt64Value.
|
|
76
|
+
* Use `create(UInt64ValueSchema)` to create a new message.
|
|
77
|
+
*/
|
|
78
|
+
export const UInt64ValueSchema = /*@__PURE__*/
|
|
79
|
+
messageDesc(file_google_protobuf_wrappers, 3);
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message google.protobuf.Int32Value.
|
|
83
|
+
* Use `create(Int32ValueSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export const Int32ValueSchema = /*@__PURE__*/
|
|
86
|
+
messageDesc(file_google_protobuf_wrappers, 4);
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message google.protobuf.UInt32Value.
|
|
90
|
+
* Use `create(UInt32ValueSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
export const UInt32ValueSchema = /*@__PURE__*/
|
|
93
|
+
messageDesc(file_google_protobuf_wrappers, 5);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message google.protobuf.BoolValue.
|
|
97
|
+
* Use `create(BoolValueSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export const BoolValueSchema = /*@__PURE__*/
|
|
100
|
+
messageDesc(file_google_protobuf_wrappers, 6);
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message google.protobuf.StringValue.
|
|
104
|
+
* Use `create(StringValueSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export const StringValueSchema = /*@__PURE__*/
|
|
107
|
+
messageDesc(file_google_protobuf_wrappers, 7);
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Describes the message google.protobuf.BytesValue.
|
|
111
|
+
* Use `create(BytesValueSchema)` to create a new message.
|
|
112
|
+
*/
|
|
113
|
+
export const BytesValueSchema = /*@__PURE__*/
|
|
114
|
+
messageDesc(file_google_protobuf_wrappers, 8);
|
|
115
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
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/calendar_period.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the file google/type/calendar_period.proto.
|
|
23
|
+
*/
|
|
24
|
+
export declare const file_google_type_calendar_period: GenFile;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* A `CalendarPeriod` represents the abstract concept of a time period that has
|
|
28
|
+
* a canonical start. Grammatically, "the start of the current
|
|
29
|
+
* `CalendarPeriod`." All calendar times begin at midnight UTC.
|
|
30
|
+
*
|
|
31
|
+
* @generated from enum google.type.CalendarPeriod
|
|
32
|
+
*/
|
|
33
|
+
export enum CalendarPeriod {
|
|
34
|
+
/**
|
|
35
|
+
* Undefined period, raises an error.
|
|
36
|
+
*
|
|
37
|
+
* @generated from enum value: CALENDAR_PERIOD_UNSPECIFIED = 0;
|
|
38
|
+
*/
|
|
39
|
+
CALENDAR_PERIOD_UNSPECIFIED = 0,
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* A day.
|
|
43
|
+
*
|
|
44
|
+
* @generated from enum value: DAY = 1;
|
|
45
|
+
*/
|
|
46
|
+
DAY = 1,
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* A week. Weeks begin on Monday, following
|
|
50
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
|
|
51
|
+
*
|
|
52
|
+
* @generated from enum value: WEEK = 2;
|
|
53
|
+
*/
|
|
54
|
+
WEEK = 2,
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* A fortnight. The first calendar fortnight of the year begins at the start
|
|
58
|
+
* of week 1 according to
|
|
59
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date).
|
|
60
|
+
*
|
|
61
|
+
* @generated from enum value: FORTNIGHT = 3;
|
|
62
|
+
*/
|
|
63
|
+
FORTNIGHT = 3,
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* A month.
|
|
67
|
+
*
|
|
68
|
+
* @generated from enum value: MONTH = 4;
|
|
69
|
+
*/
|
|
70
|
+
MONTH = 4,
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* A quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each
|
|
74
|
+
* year.
|
|
75
|
+
*
|
|
76
|
+
* @generated from enum value: QUARTER = 5;
|
|
77
|
+
*/
|
|
78
|
+
QUARTER = 5,
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* A half-year. Half-years start on dates 1-Jan and 1-Jul.
|
|
82
|
+
*
|
|
83
|
+
* @generated from enum value: HALF = 6;
|
|
84
|
+
*/
|
|
85
|
+
HALF = 6,
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* A year.
|
|
89
|
+
*
|
|
90
|
+
* @generated from enum value: YEAR = 7;
|
|
91
|
+
*/
|
|
92
|
+
YEAR = 7,
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the enum google.type.CalendarPeriod.
|
|
97
|
+
*/
|
|
98
|
+
export declare const CalendarPeriodSchema: GenEnum<CalendarPeriod>;
|
|
99
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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/calendar_period.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import { enumDesc, fileDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the file google/type/calendar_period.proto.
|
|
23
|
+
*/
|
|
24
|
+
export const file_google_type_calendar_period = /*@__PURE__*/
|
|
25
|
+
fileDesc("CiFnb29nbGUvdHlwZS9jYWxlbmRhcl9wZXJpb2QucHJvdG8SC2dvb2dsZS50eXBlKn8KDkNhbGVuZGFyUGVyaW9kEh8KG0NBTEVOREFSX1BFUklPRF9VTlNQRUNJRklFRBAAEgcKA0RBWRABEggKBFdFRUsQAhINCglGT1JUTklHSFQQAxIJCgVNT05USBAEEgsKB1FVQVJURVIQBRIICgRIQUxGEAYSCAoEWUVBUhAHQngKD2NvbS5nb29nbGUudHlwZUITQ2FsZW5kYXJQZXJpb2RQcm90b1ABWkhnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvY2FsZW5kYXJwZXJpb2Q7Y2FsZW5kYXJwZXJpb2SiAgNHVFBiBnByb3RvMw");
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the enum google.type.CalendarPeriod.
|
|
29
|
+
*/
|
|
30
|
+
export const CalendarPeriodSchema = /*@__PURE__*/
|
|
31
|
+
enumDesc(file_google_type_calendar_period, 0);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* A `CalendarPeriod` represents the abstract concept of a time period that has
|
|
35
|
+
* a canonical start. Grammatically, "the start of the current
|
|
36
|
+
* `CalendarPeriod`." All calendar times begin at midnight UTC.
|
|
37
|
+
*
|
|
38
|
+
* @generated from enum google.type.CalendarPeriod
|
|
39
|
+
*/
|
|
40
|
+
export const CalendarPeriod = /*@__PURE__*/
|
|
41
|
+
tsEnum(CalendarPeriodSchema);
|
|
42
|
+
|