@milaboratories/pl-client 2.11.13 → 2.12.1

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 (63) hide show
  1. package/dist/core/config.cjs +2 -2
  2. package/dist/core/config.cjs.map +1 -1
  3. package/dist/core/config.d.ts +2 -2
  4. package/dist/core/config.js +2 -2
  5. package/dist/core/config.js.map +1 -1
  6. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.cjs.map +1 -1
  7. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.js.map +1 -1
  8. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +26 -2
  9. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
  10. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
  11. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
  12. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +12 -0
  13. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -1
  14. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.js +26 -2
  15. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
  16. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs.map +1 -1
  17. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.js.map +1 -1
  18. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs.map +1 -1
  19. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.js.map +1 -1
  20. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.cjs.map +1 -1
  21. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.js.map +1 -1
  22. package/dist/proto/google/protobuf/any.cjs.map +1 -1
  23. package/dist/proto/google/protobuf/any.d.ts +9 -5
  24. package/dist/proto/google/protobuf/any.d.ts.map +1 -1
  25. package/dist/proto/google/protobuf/any.js.map +1 -1
  26. package/dist/proto/google/protobuf/descriptor.d.ts +881 -46
  27. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -1
  28. package/dist/proto/google/protobuf/duration.cjs.map +1 -1
  29. package/dist/proto/google/protobuf/duration.d.ts +0 -1
  30. package/dist/proto/google/protobuf/duration.d.ts.map +1 -1
  31. package/dist/proto/google/protobuf/duration.js.map +1 -1
  32. package/dist/proto/google/protobuf/struct.d.ts +1 -1
  33. package/dist/proto/google/protobuf/timestamp.cjs.map +1 -1
  34. package/dist/proto/google/protobuf/timestamp.d.ts +1 -4
  35. package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -1
  36. package/dist/proto/google/protobuf/timestamp.js.map +1 -1
  37. package/dist/proto/google/protobuf/wrappers.d.ts +27 -0
  38. package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -1
  39. package/package.json +3 -3
  40. package/src/core/config.ts +2 -2
  41. package/src/proto/github.com/googleapis/googleapis/google/rpc/status.ts +1 -1
  42. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.ts +1 -1
  43. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.ts +1 -1
  44. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts +1 -1
  45. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts +1 -1
  46. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts +1 -1
  47. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts +1 -1
  48. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts +1 -1
  49. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts +1 -1
  50. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +1 -1
  51. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.ts +38 -2
  52. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +1 -1
  53. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +1 -1
  54. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/import.ts +1 -1
  55. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts +1 -1
  56. package/src/proto/google/api/http.ts +1 -1
  57. package/src/proto/google/protobuf/any.ts +10 -6
  58. package/src/proto/google/protobuf/descriptor.ts +1469 -77
  59. package/src/proto/google/protobuf/duration.ts +1 -2
  60. package/src/proto/google/protobuf/empty.ts +1 -1
  61. package/src/proto/google/protobuf/struct.ts +2 -2
  62. package/src/proto/google/protobuf/timestamp.ts +2 -5
  63. package/src/proto/google/protobuf/wrappers.ts +38 -5
@@ -1,4 +1,4 @@
1
- // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
1
+ // @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
2
  // @generated from protobuf file "google/protobuf/duration.proto" (package "google.protobuf", syntax proto3)
3
3
  // tslint:disable
4
4
  //
@@ -107,7 +107,6 @@ import { MessageType } from "@protobuf-ts/runtime";
107
107
  * microsecond should be expressed in JSON format as "3.000001s".
108
108
  *
109
109
  *
110
- *
111
110
  * @generated from protobuf message google.protobuf.Duration
112
111
  */
113
112
  export interface Duration {
@@ -1,4 +1,4 @@
1
- // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
1
+ // @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
2
  // @generated from protobuf file "google/protobuf/empty.proto" (package "google.protobuf", syntax proto3)
3
3
  // tslint:disable
4
4
  //
@@ -1,4 +1,4 @@
1
- // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
1
+ // @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
2
  // @generated from protobuf file "google/protobuf/struct.proto" (package "google.protobuf", syntax proto3)
3
3
  // tslint:disable
4
4
  //
@@ -156,7 +156,7 @@ export interface ListValue {
156
156
  * `NullValue` is a singleton enumeration to represent the null value for the
157
157
  * `Value` type union.
158
158
  *
159
- * The JSON representation for `NullValue` is JSON `null`.
159
+ * The JSON representation for `NullValue` is JSON `null`.
160
160
  *
161
161
  * @generated from protobuf enum google.protobuf.NullValue
162
162
  */
@@ -1,4 +1,4 @@
1
- // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
1
+ // @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
2
  // @generated from protobuf file "google/protobuf/timestamp.proto" (package "google.protobuf", syntax proto3)
3
3
  // tslint:disable
4
4
  //
@@ -97,7 +97,6 @@ import { MessageType } from "@protobuf-ts/runtime";
97
97
  * Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
98
98
  * .setNanos((int) ((millis % 1000) * 1000000)).build();
99
99
  *
100
- *
101
100
  * Example 5: Compute Timestamp from Java `Instant.now()`.
102
101
  *
103
102
  * Instant now = Instant.now();
@@ -106,7 +105,6 @@ import { MessageType } from "@protobuf-ts/runtime";
106
105
  * Timestamp.newBuilder().setSeconds(now.getEpochSecond())
107
106
  * .setNanos(now.getNano()).build();
108
107
  *
109
- *
110
108
  * Example 6: Compute Timestamp from current time in Python.
111
109
  *
112
110
  * timestamp = Timestamp()
@@ -136,11 +134,10 @@ import { MessageType } from "@protobuf-ts/runtime";
136
134
  * [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
137
135
  * the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
138
136
  * the Joda Time's [`ISODateTimeFormat.dateTime()`](
139
- * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
137
+ * http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
140
138
  * ) to obtain a formatter capable of generating timestamps in this format.
141
139
  *
142
140
  *
143
- *
144
141
  * @generated from protobuf message google.protobuf.Timestamp
145
142
  */
146
143
  export interface Timestamp {
@@ -1,4 +1,4 @@
1
- // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
1
+ // @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
2
  // @generated from protobuf file "google/protobuf/wrappers.proto" (package "google.protobuf", syntax proto3)
3
3
  // tslint:disable
4
4
  //
@@ -32,11 +32,17 @@
32
32
  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33
33
  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
34
  //
35
+ // Wrappers for primitive (non-message) types. These types were needed
36
+ // for legacy reasons and are not recommended for use in new APIs.
35
37
  //
36
- // Wrappers for primitive (non-message) types. These types are useful
37
- // for embedding primitives in the `google.protobuf.Any` type and for places
38
- // where we need to distinguish between the absence of a primitive
39
- // typed field and its default value.
38
+ // Historically these wrappers were useful to have presence on proto3 primitive
39
+ // fields, but proto3 syntax has been updated to support the `optional` keyword.
40
+ // Using that keyword is now the strongly preferred way to add presence to
41
+ // proto3 primitive fields.
42
+ //
43
+ // A secondary usecase was to embed primitives in the `google.protobuf.Any`
44
+ // type: it is now recommended that you embed your value in your own wrapper
45
+ // message which can be specifically documented.
40
46
  //
41
47
  // These wrappers have no meaningful use within repeated fields as they lack
42
48
  // the ability to detect presence on individual elements.
@@ -62,6 +68,9 @@ import { MessageType } from "@protobuf-ts/runtime";
62
68
  *
63
69
  * The JSON representation for `DoubleValue` is JSON number.
64
70
  *
71
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
72
+ * has no plan to be removed.
73
+ *
65
74
  * @generated from protobuf message google.protobuf.DoubleValue
66
75
  */
67
76
  export interface DoubleValue {
@@ -77,6 +86,9 @@ export interface DoubleValue {
77
86
  *
78
87
  * The JSON representation for `FloatValue` is JSON number.
79
88
  *
89
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
90
+ * has no plan to be removed.
91
+ *
80
92
  * @generated from protobuf message google.protobuf.FloatValue
81
93
  */
82
94
  export interface FloatValue {
@@ -92,6 +104,9 @@ export interface FloatValue {
92
104
  *
93
105
  * The JSON representation for `Int64Value` is JSON string.
94
106
  *
107
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
108
+ * has no plan to be removed.
109
+ *
95
110
  * @generated from protobuf message google.protobuf.Int64Value
96
111
  */
97
112
  export interface Int64Value {
@@ -107,6 +122,9 @@ export interface Int64Value {
107
122
  *
108
123
  * The JSON representation for `UInt64Value` is JSON string.
109
124
  *
125
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
126
+ * has no plan to be removed.
127
+ *
110
128
  * @generated from protobuf message google.protobuf.UInt64Value
111
129
  */
112
130
  export interface UInt64Value {
@@ -122,6 +140,9 @@ export interface UInt64Value {
122
140
  *
123
141
  * The JSON representation for `Int32Value` is JSON number.
124
142
  *
143
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
144
+ * has no plan to be removed.
145
+ *
125
146
  * @generated from protobuf message google.protobuf.Int32Value
126
147
  */
127
148
  export interface Int32Value {
@@ -137,6 +158,9 @@ export interface Int32Value {
137
158
  *
138
159
  * The JSON representation for `UInt32Value` is JSON number.
139
160
  *
161
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
162
+ * has no plan to be removed.
163
+ *
140
164
  * @generated from protobuf message google.protobuf.UInt32Value
141
165
  */
142
166
  export interface UInt32Value {
@@ -152,6 +176,9 @@ export interface UInt32Value {
152
176
  *
153
177
  * The JSON representation for `BoolValue` is JSON `true` and `false`.
154
178
  *
179
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
180
+ * has no plan to be removed.
181
+ *
155
182
  * @generated from protobuf message google.protobuf.BoolValue
156
183
  */
157
184
  export interface BoolValue {
@@ -167,6 +194,9 @@ export interface BoolValue {
167
194
  *
168
195
  * The JSON representation for `StringValue` is JSON string.
169
196
  *
197
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
198
+ * has no plan to be removed.
199
+ *
170
200
  * @generated from protobuf message google.protobuf.StringValue
171
201
  */
172
202
  export interface StringValue {
@@ -182,6 +212,9 @@ export interface StringValue {
182
212
  *
183
213
  * The JSON representation for `BytesValue` is JSON string.
184
214
  *
215
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
216
+ * has no plan to be removed.
217
+ *
185
218
  * @generated from protobuf message google.protobuf.BytesValue
186
219
  */
187
220
  export interface BytesValue {