@burnt-labs/xion-types 25.0.2 → 25.1.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.
@@ -1,5 +1,5 @@
1
1
  //@ts-nocheck
2
- import * as _7 from "./cosmos";
2
+ import * as _1 from "./cosmos";
3
3
  export const cosmos_proto = {
4
- ..._7
4
+ ..._1
5
5
  };
@@ -1,39 +1,39 @@
1
1
  //@ts-nocheck
2
- import * as _149 from "./wasm/v1/authz";
3
- import * as _150 from "./wasm/v1/genesis";
4
- import * as _151 from "./wasm/v1/ibc";
5
- import * as _152 from "./wasm/v1/proposal_legacy";
6
- import * as _153 from "./wasm/v1/query";
7
- import * as _154 from "./wasm/v1/tx";
8
- import * as _155 from "./wasm/v1/types";
9
- import * as _406 from "./wasm/v1/tx.amino";
10
- import * as _407 from "./wasm/v1/tx.registry";
11
- import * as _408 from "./wasm/v1/query.lcd";
12
- import * as _409 from "./wasm/v1/query.rpc.Query";
13
- import * as _410 from "./wasm/v1/tx.rpc.msg";
14
- import * as _487 from "./lcd";
15
- import * as _488 from "./rpc.query";
16
- import * as _489 from "./rpc.tx";
2
+ import * as _143 from "./wasm/v1/authz";
3
+ import * as _144 from "./wasm/v1/genesis";
4
+ import * as _145 from "./wasm/v1/ibc";
5
+ import * as _146 from "./wasm/v1/proposal_legacy";
6
+ import * as _147 from "./wasm/v1/query";
7
+ import * as _148 from "./wasm/v1/tx";
8
+ import * as _149 from "./wasm/v1/types";
9
+ import * as _395 from "./wasm/v1/tx.amino";
10
+ import * as _396 from "./wasm/v1/tx.registry";
11
+ import * as _397 from "./wasm/v1/query.lcd";
12
+ import * as _398 from "./wasm/v1/query.rpc.Query";
13
+ import * as _399 from "./wasm/v1/tx.rpc.msg";
14
+ import * as _473 from "./lcd";
15
+ import * as _474 from "./rpc.query";
16
+ import * as _475 from "./rpc.tx";
17
17
  export namespace cosmwasm {
18
18
  export namespace wasm {
19
19
  export const v1 = {
20
+ ..._143,
21
+ ..._144,
22
+ ..._145,
23
+ ..._146,
24
+ ..._147,
25
+ ..._148,
20
26
  ..._149,
21
- ..._150,
22
- ..._151,
23
- ..._152,
24
- ..._153,
25
- ..._154,
26
- ..._155,
27
- ..._406,
28
- ..._407,
29
- ..._408,
30
- ..._409,
31
- ..._410
27
+ ..._395,
28
+ ..._396,
29
+ ..._397,
30
+ ..._398,
31
+ ..._399
32
32
  };
33
33
  }
34
34
  export const ClientFactory = {
35
- ..._487,
36
- ..._488,
37
- ..._489
35
+ ..._473,
36
+ ..._474,
37
+ ..._475
38
38
  };
39
39
  }
@@ -1,5 +1,5 @@
1
1
  //@ts-nocheck
2
- import * as _156 from "./gogo";
2
+ import * as _150 from "./gogo";
3
3
  export const gogoproto = {
4
- ..._156
4
+ ..._150
5
5
  };
@@ -214,7 +214,7 @@ export interface QuotaInfo {
214
214
  */
215
215
  name: string;
216
216
  /**
217
- * The id of the quota, which is unquie within the service.
217
+ * The id of the quota, which is unique within the service.
218
218
  * Example: `CpusPerProjectPerRegion`
219
219
  */
220
220
  quotaId: string;
@@ -292,7 +292,7 @@ export interface QuotaInfoAmino {
292
292
  */
293
293
  name?: string;
294
294
  /**
295
- * The id of the quota, which is unquie within the service.
295
+ * The id of the quota, which is unique within the service.
296
296
  * Example: `CpusPerProjectPerRegion`
297
297
  */
298
298
  quota_id?: string;
@@ -214,7 +214,7 @@ export interface QuotaInfo {
214
214
  */
215
215
  name: string;
216
216
  /**
217
- * The id of the quota, which is unquie within the service.
217
+ * The id of the quota, which is unique within the service.
218
218
  * For example, `CpusPerProjectPerRegion`
219
219
  */
220
220
  quotaId: string;
@@ -292,7 +292,7 @@ export interface QuotaInfoAmino {
292
292
  */
293
293
  name?: string;
294
294
  /**
295
- * The id of the quota, which is unquie within the service.
295
+ * The id of the quota, which is unique within the service.
296
296
  * For example, `CpusPerProjectPerRegion`
297
297
  */
298
298
  quota_id?: string;
@@ -1,56 +1,62 @@
1
1
  //@ts-nocheck
2
- import * as _157 from "./api/annotations";
3
- import * as _158 from "./api/auth";
4
- import * as _159 from "./api/backend";
5
- import * as _160 from "./api/billing";
6
- import * as _161 from "./api/client";
7
- import * as _162 from "./api/config_change";
8
- import * as _163 from "./api/consumer";
9
- import * as _164 from "./api/context";
10
- import * as _165 from "./api/control";
11
- import * as _166 from "./api/distribution";
12
- import * as _167 from "./api/documentation";
13
- import * as _168 from "./api/endpoint";
14
- import * as _169 from "./api/error_reason";
15
- import * as _170 from "./api/field_behavior";
16
- import * as _171 from "./api/field_info";
17
- import * as _172 from "./api/http";
18
- import * as _173 from "./api/httpbody";
19
- import * as _174 from "./api/label";
20
- import * as _175 from "./api/launch_stage";
21
- import * as _176 from "./api/log";
22
- import * as _177 from "./api/logging";
23
- import * as _178 from "./api/metric";
24
- import * as _179 from "./api/monitored_resource";
25
- import * as _180 from "./api/monitoring";
26
- import * as _181 from "./api/policy";
27
- import * as _182 from "./api/quota";
28
- import * as _183 from "./api/resource";
29
- import * as _184 from "./api/routing";
30
- import * as _185 from "./api/service";
31
- import * as _186 from "./api/source_info";
32
- import * as _187 from "./api/system_parameter";
33
- import * as _188 from "./api/usage";
34
- import * as _189 from "./api/visibility";
35
- import * as _190 from "./logging/type/log_severity";
36
- import * as _191 from "./longrunning/operations";
37
- import * as _192 from "./protobuf/any";
38
- import * as _193 from "./protobuf/api";
39
- import * as _194 from "./protobuf/descriptor";
40
- import * as _195 from "./protobuf/duration";
41
- import * as _196 from "./protobuf/empty";
42
- import * as _197 from "./protobuf/field_mask";
43
- import * as _198 from "./protobuf/source_context";
44
- import * as _199 from "./protobuf/struct";
45
- import * as _200 from "./protobuf/timestamp";
46
- import * as _201 from "./protobuf/type";
47
- import * as _202 from "./protobuf/wrappers";
48
- import * as _203 from "./rpc/code";
49
- import * as _204 from "./rpc/error_details";
50
- import * as _205 from "./rpc/http";
51
- import * as _206 from "./rpc/status";
2
+ import * as _151 from "./api/annotations";
3
+ import * as _152 from "./api/auth";
4
+ import * as _153 from "./api/backend";
5
+ import * as _154 from "./api/billing";
6
+ import * as _155 from "./api/client";
7
+ import * as _156 from "./api/config_change";
8
+ import * as _157 from "./api/consumer";
9
+ import * as _158 from "./api/context";
10
+ import * as _159 from "./api/control";
11
+ import * as _160 from "./api/distribution";
12
+ import * as _161 from "./api/documentation";
13
+ import * as _162 from "./api/endpoint";
14
+ import * as _163 from "./api/error_reason";
15
+ import * as _164 from "./api/field_behavior";
16
+ import * as _165 from "./api/field_info";
17
+ import * as _166 from "./api/http";
18
+ import * as _167 from "./api/httpbody";
19
+ import * as _168 from "./api/label";
20
+ import * as _169 from "./api/launch_stage";
21
+ import * as _170 from "./api/log";
22
+ import * as _171 from "./api/logging";
23
+ import * as _172 from "./api/metric";
24
+ import * as _173 from "./api/monitored_resource";
25
+ import * as _174 from "./api/monitoring";
26
+ import * as _175 from "./api/policy";
27
+ import * as _176 from "./api/quota";
28
+ import * as _177 from "./api/resource";
29
+ import * as _178 from "./api/routing";
30
+ import * as _179 from "./api/service";
31
+ import * as _180 from "./api/source_info";
32
+ import * as _181 from "./api/system_parameter";
33
+ import * as _182 from "./api/usage";
34
+ import * as _183 from "./api/visibility";
35
+ import * as _184 from "./logging/type/log_severity";
36
+ import * as _185 from "./longrunning/operations";
37
+ import * as _186 from "./protobuf/any";
38
+ import * as _187 from "./protobuf/api";
39
+ import * as _188 from "./protobuf/descriptor";
40
+ import * as _189 from "./protobuf/duration";
41
+ import * as _190 from "./protobuf/empty";
42
+ import * as _191 from "./protobuf/field_mask";
43
+ import * as _192 from "./protobuf/source_context";
44
+ import * as _193 from "./protobuf/struct";
45
+ import * as _194 from "./protobuf/timestamp";
46
+ import * as _195 from "./protobuf/type";
47
+ import * as _196 from "./protobuf/wrappers";
48
+ import * as _197 from "./rpc/code";
49
+ import * as _198 from "./rpc/error_details";
50
+ import * as _199 from "./rpc/http";
51
+ import * as _200 from "./rpc/status";
52
52
  export namespace google {
53
53
  export const api = {
54
+ ..._151,
55
+ ..._152,
56
+ ..._153,
57
+ ..._154,
58
+ ..._155,
59
+ ..._156,
54
60
  ..._157,
55
61
  ..._158,
56
62
  ..._159,
@@ -77,39 +83,33 @@ export namespace google {
77
83
  ..._180,
78
84
  ..._181,
79
85
  ..._182,
80
- ..._183,
81
- ..._184,
82
- ..._185,
83
- ..._186,
84
- ..._187,
85
- ..._188,
86
- ..._189
86
+ ..._183
87
87
  };
88
88
  export namespace logging {
89
89
  export const type = {
90
- ..._190
90
+ ..._184
91
91
  };
92
92
  }
93
93
  export const longrunning = {
94
- ..._191
94
+ ..._185
95
95
  };
96
96
  export const protobuf = {
97
+ ..._186,
98
+ ..._187,
99
+ ..._188,
100
+ ..._189,
101
+ ..._190,
102
+ ..._191,
97
103
  ..._192,
98
104
  ..._193,
99
105
  ..._194,
100
106
  ..._195,
101
- ..._196,
107
+ ..._196
108
+ };
109
+ export const rpc = {
102
110
  ..._197,
103
111
  ..._198,
104
112
  ..._199,
105
- ..._200,
106
- ..._201,
107
- ..._202
108
- };
109
- export const rpc = {
110
- ..._203,
111
- ..._204,
112
- ..._205,
113
- ..._206
113
+ ..._200
114
114
  };
115
115
  }
@@ -113,24 +113,22 @@ import { BinaryReader, BinaryWriter } from "../../binary";
113
113
  * An implementation may provide options to override this default behavior for
114
114
  * repeated and message fields.
115
115
  *
116
- * In order to reset a field's value to the default, the field must
117
- * be in the mask and set to the default value in the provided resource.
118
- * Hence, in order to reset all fields of a resource, provide a default
119
- * instance of the resource and set all fields in the mask, or do
120
- * not provide a mask as described below.
121
- *
122
- * If a field mask is not present on update, the operation applies to
123
- * all fields (as if a field mask of all fields has been specified).
124
- * Note that in the presence of schema evolution, this may mean that
125
- * fields the client does not know and has therefore not filled into
126
- * the request will be reset to their default. If this is unwanted
127
- * behavior, a specific service may require a client to always specify
128
- * a field mask, producing an error if not.
129
- *
130
- * As with get operations, the location of the resource which
131
- * describes the updated values in the request message depends on the
132
- * operation kind. In any case, the effect of the field mask is
133
- * required to be honored by the API.
116
+ * Note that libraries which implement FieldMask resolution have various
117
+ * different behaviors in the face of empty masks or the special "*" mask.
118
+ * When implementing a service you should confirm these cases have the
119
+ * appropriate behavior in the underlying FieldMask library that you desire,
120
+ * and you may need to special case those cases in your application code if
121
+ * the underlying field mask library behavior differs from your intended
122
+ * service semantics.
123
+ *
124
+ * Update methods implementing https://google.aip.dev/134
125
+ * - MUST support the special value * meaning "full replace"
126
+ * - MUST treat an omitted field mask as "replace fields which are present".
127
+ *
128
+ * Other methods implementing https://google.aip.dev/157
129
+ * - SHOULD support the special value "*" to mean "get all".
130
+ * - MUST treat an omitted field mask to mean "get all", unless otherwise
131
+ * documented.
134
132
  *
135
133
  * ## Considerations for HTTP REST
136
134
  *
@@ -322,24 +320,22 @@ export interface FieldMaskProtoMsg {
322
320
  * An implementation may provide options to override this default behavior for
323
321
  * repeated and message fields.
324
322
  *
325
- * In order to reset a field's value to the default, the field must
326
- * be in the mask and set to the default value in the provided resource.
327
- * Hence, in order to reset all fields of a resource, provide a default
328
- * instance of the resource and set all fields in the mask, or do
329
- * not provide a mask as described below.
330
- *
331
- * If a field mask is not present on update, the operation applies to
332
- * all fields (as if a field mask of all fields has been specified).
333
- * Note that in the presence of schema evolution, this may mean that
334
- * fields the client does not know and has therefore not filled into
335
- * the request will be reset to their default. If this is unwanted
336
- * behavior, a specific service may require a client to always specify
337
- * a field mask, producing an error if not.
338
- *
339
- * As with get operations, the location of the resource which
340
- * describes the updated values in the request message depends on the
341
- * operation kind. In any case, the effect of the field mask is
342
- * required to be honored by the API.
323
+ * Note that libraries which implement FieldMask resolution have various
324
+ * different behaviors in the face of empty masks or the special "*" mask.
325
+ * When implementing a service you should confirm these cases have the
326
+ * appropriate behavior in the underlying FieldMask library that you desire,
327
+ * and you may need to special case those cases in your application code if
328
+ * the underlying field mask library behavior differs from your intended
329
+ * service semantics.
330
+ *
331
+ * Update methods implementing https://google.aip.dev/134
332
+ * - MUST support the special value * meaning "full replace"
333
+ * - MUST treat an omitted field mask as "replace fields which are present".
334
+ *
335
+ * Other methods implementing https://google.aip.dev/157
336
+ * - SHOULD support the special value "*" to mean "get all".
337
+ * - MUST treat an omitted field mask to mean "get all", unless otherwise
338
+ * documented.
343
339
  *
344
340
  * ## Considerations for HTTP REST
345
341
  *
@@ -536,24 +532,22 @@ export interface FieldMaskAminoMsg {
536
532
  * An implementation may provide options to override this default behavior for
537
533
  * repeated and message fields.
538
534
  *
539
- * In order to reset a field's value to the default, the field must
540
- * be in the mask and set to the default value in the provided resource.
541
- * Hence, in order to reset all fields of a resource, provide a default
542
- * instance of the resource and set all fields in the mask, or do
543
- * not provide a mask as described below.
544
- *
545
- * If a field mask is not present on update, the operation applies to
546
- * all fields (as if a field mask of all fields has been specified).
547
- * Note that in the presence of schema evolution, this may mean that
548
- * fields the client does not know and has therefore not filled into
549
- * the request will be reset to their default. If this is unwanted
550
- * behavior, a specific service may require a client to always specify
551
- * a field mask, producing an error if not.
552
- *
553
- * As with get operations, the location of the resource which
554
- * describes the updated values in the request message depends on the
555
- * operation kind. In any case, the effect of the field mask is
556
- * required to be honored by the API.
535
+ * Note that libraries which implement FieldMask resolution have various
536
+ * different behaviors in the face of empty masks or the special "*" mask.
537
+ * When implementing a service you should confirm these cases have the
538
+ * appropriate behavior in the underlying FieldMask library that you desire,
539
+ * and you may need to special case those cases in your application code if
540
+ * the underlying field mask library behavior differs from your intended
541
+ * service semantics.
542
+ *
543
+ * Update methods implementing https://google.aip.dev/134
544
+ * - MUST support the special value * meaning "full replace"
545
+ * - MUST treat an omitted field mask as "replace fields which are present".
546
+ *
547
+ * Other methods implementing https://google.aip.dev/157
548
+ * - SHOULD support the special value "*" to mean "get all".
549
+ * - MUST treat an omitted field mask to mean "get all", unless otherwise
550
+ * documented.
557
551
  *
558
552
  * ## Considerations for HTTP REST
559
553
  *