weave-typescript 0.11.13 → 0.11.15

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/weaveapi/data/v1/data.pb.d.ts +54 -0
  2. package/dist/weaveapi/data/v1/data.pb.js +411 -0
  3. package/dist/weaveapi/data/v1/service.pb.d.ts +213 -0
  4. package/dist/weaveapi/data/v1/service.pb.js +1948 -0
  5. package/dist/weaveapi/input/v1/input.pb.d.ts +77 -0
  6. package/dist/weaveapi/input/v1/input.pb.js +632 -0
  7. package/dist/weaveapi/input/v1/service.pb.d.ts +311 -0
  8. package/dist/weaveapi/input/v1/service.pb.js +3001 -0
  9. package/dist/weaveapi/integration/v1/integration.pb.d.ts +67 -0
  10. package/dist/weaveapi/integration/v1/integration.pb.js +486 -0
  11. package/dist/weaveapi/integration/v1/service.pb.d.ts +236 -0
  12. package/dist/weaveapi/integration/v1/service.pb.js +2220 -0
  13. package/dist/weaveapi/report/v1/report.pb.d.ts +79 -0
  14. package/dist/weaveapi/report/v1/report.pb.js +638 -0
  15. package/dist/weaveapi/report/v1/service.pb.d.ts +194 -0
  16. package/dist/weaveapi/report/v1/service.pb.js +1630 -0
  17. package/dist/weaveapi/requirement/v1/requirement.pb.d.ts +70 -0
  18. package/dist/weaveapi/requirement/v1/requirement.pb.js +570 -0
  19. package/dist/weaveapi/requirement/v1/service.pb.d.ts +310 -0
  20. package/dist/weaveapi/requirement/v1/service.pb.js +2978 -0
  21. package/dist/weaveapi/run/v1/run.pb.d.ts +116 -0
  22. package/dist/weaveapi/run/v1/run.pb.js +1135 -0
  23. package/dist/weaveapi/run/v1/service.pb.d.ts +229 -0
  24. package/dist/weaveapi/run/v1/service.pb.js +2106 -0
  25. package/dist/weaveapi/script/v1/script.pb.d.ts +102 -0
  26. package/dist/weaveapi/script/v1/script.pb.js +1025 -0
  27. package/dist/weaveapi/script/v1/service.pb.d.ts +426 -0
  28. package/dist/weaveapi/script/v1/service.pb.js +4399 -0
  29. package/dist/weaveapi/storage/v1/service.pb.d.ts +4 -0
  30. package/dist/weaveapi/storage/v1/service.pb.js +50 -7
  31. package/dist/weaveapi/storage/v1/storage.pb.d.ts +2 -0
  32. package/dist/weaveapi/storage/v1/storage.pb.js +23 -0
  33. package/dist/weaveapi/storage/v1/vcs.pb.d.ts +75 -0
  34. package/dist/weaveapi/storage/v1/vcs.pb.js +864 -0
  35. package/dist/weaveapi/suite/v1/service.pb.d.ts +373 -0
  36. package/dist/weaveapi/suite/v1/service.pb.js +3629 -0
  37. package/dist/weaveapi/suite/v1/suite.pb.d.ts +92 -0
  38. package/dist/weaveapi/suite/v1/suite.pb.js +876 -0
  39. package/dist/weaveapi/testcase/v1/service.pb.d.ts +422 -0
  40. package/dist/weaveapi/testcase/v1/service.pb.js +4254 -0
  41. package/dist/weaveapi/testcase/v1/testcase.pb.d.ts +91 -0
  42. package/dist/weaveapi/testcase/v1/testcase.pb.js +794 -0
  43. package/dist/weavesql/weavedb/data_asset_sql.d.ts +141 -0
  44. package/dist/weavesql/weavedb/data_asset_sql.js +217 -0
  45. package/dist/weavesql/weavedb/input_sql.d.ts +230 -0
  46. package/dist/weavesql/weavedb/input_sql.js +384 -0
  47. package/dist/weavesql/weavedb/integration_sql.d.ts +170 -0
  48. package/dist/weavesql/weavedb/integration_sql.js +258 -0
  49. package/dist/weavesql/weavedb/report_sql.d.ts +138 -0
  50. package/dist/weavesql/weavedb/report_sql.js +232 -0
  51. package/dist/weavesql/weavedb/requirement_sql.d.ts +168 -0
  52. package/dist/weavesql/weavedb/requirement_sql.js +283 -0
  53. package/dist/weavesql/weavedb/run_sql.d.ts +247 -0
  54. package/dist/weavesql/weavedb/run_sql.js +415 -0
  55. package/dist/weavesql/weavedb/suite_sql.d.ts +228 -0
  56. package/dist/weavesql/weavedb/suite_sql.js +399 -0
  57. package/dist/weavesql/weavedb/test_case_sql.d.ts +261 -0
  58. package/dist/weavesql/weavedb/test_case_sql.js +446 -0
  59. package/dist/weavesql/weavedb/test_script_sql.d.ts +290 -0
  60. package/dist/weavesql/weavedb/test_script_sql.js +488 -0
  61. package/dist/weavesql/weavedb/traceability_sql.d.ts +59 -0
  62. package/dist/weavesql/weavedb/traceability_sql.js +155 -0
  63. package/package.json +1 -1
@@ -0,0 +1,1948 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v2.11.2
5
+ // protoc unknown
6
+ // source: weaveapi/data/v1/service.proto
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.DataServiceDefinition = exports.DataServiceClientImpl = exports.DataServiceServiceName = exports.DeleteTabularDataAssetResponse = exports.DeleteTabularDataAssetRequest = exports.ArchiveTabularDataAssetResponse = exports.ArchiveTabularDataAssetRequest = exports.UpdateTabularDataAssetResponse = exports.UpdateTabularDataAssetRequest = exports.ListTabularDataAssetsResponse = exports.ListTabularDataAssetsRequest = exports.GetTabularDataAssetResponse = exports.GetTabularDataAssetRequest = exports.CreateTabularDataAssetResponse = exports.CreateTabularDataAssetRequest = exports.protobufPackage = void 0;
9
+ /* eslint-disable */
10
+ const wire_1 = require("@bufbuild/protobuf/wire");
11
+ const struct_pb_1 = require("../../../google/protobuf/struct.pb");
12
+ const data_pb_1 = require("./data.pb");
13
+ exports.protobufPackage = "weaveapi.data.v1";
14
+ function createBaseCreateTabularDataAssetRequest() {
15
+ return {
16
+ projectId: "",
17
+ workflowId: "",
18
+ name: "",
19
+ description: "",
20
+ sourceType: 0,
21
+ storageConnectionId: "",
22
+ datasetId: "",
23
+ dataUri: "",
24
+ versionLabel: "",
25
+ schemaJson: undefined,
26
+ metadata: undefined,
27
+ };
28
+ }
29
+ exports.CreateTabularDataAssetRequest = {
30
+ encode(message, writer = new wire_1.BinaryWriter()) {
31
+ if (message.projectId !== "") {
32
+ writer.uint32(10).string(message.projectId);
33
+ }
34
+ if (message.workflowId !== "") {
35
+ writer.uint32(18).string(message.workflowId);
36
+ }
37
+ if (message.name !== "") {
38
+ writer.uint32(26).string(message.name);
39
+ }
40
+ if (message.description !== "") {
41
+ writer.uint32(34).string(message.description);
42
+ }
43
+ if (message.sourceType !== 0) {
44
+ writer.uint32(40).int32(message.sourceType);
45
+ }
46
+ if (message.storageConnectionId !== "") {
47
+ writer.uint32(50).string(message.storageConnectionId);
48
+ }
49
+ if (message.datasetId !== "") {
50
+ writer.uint32(58).string(message.datasetId);
51
+ }
52
+ if (message.dataUri !== "") {
53
+ writer.uint32(66).string(message.dataUri);
54
+ }
55
+ if (message.versionLabel !== "") {
56
+ writer.uint32(74).string(message.versionLabel);
57
+ }
58
+ if (message.schemaJson !== undefined) {
59
+ struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.schemaJson), writer.uint32(82).fork()).join();
60
+ }
61
+ if (message.metadata !== undefined) {
62
+ struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(90).fork()).join();
63
+ }
64
+ return writer;
65
+ },
66
+ decode(input, length) {
67
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
68
+ const end = length === undefined ? reader.len : reader.pos + length;
69
+ const message = createBaseCreateTabularDataAssetRequest();
70
+ while (reader.pos < end) {
71
+ const tag = reader.uint32();
72
+ switch (tag >>> 3) {
73
+ case 1: {
74
+ if (tag !== 10) {
75
+ break;
76
+ }
77
+ message.projectId = reader.string();
78
+ continue;
79
+ }
80
+ case 2: {
81
+ if (tag !== 18) {
82
+ break;
83
+ }
84
+ message.workflowId = reader.string();
85
+ continue;
86
+ }
87
+ case 3: {
88
+ if (tag !== 26) {
89
+ break;
90
+ }
91
+ message.name = reader.string();
92
+ continue;
93
+ }
94
+ case 4: {
95
+ if (tag !== 34) {
96
+ break;
97
+ }
98
+ message.description = reader.string();
99
+ continue;
100
+ }
101
+ case 5: {
102
+ if (tag !== 40) {
103
+ break;
104
+ }
105
+ message.sourceType = reader.int32();
106
+ continue;
107
+ }
108
+ case 6: {
109
+ if (tag !== 50) {
110
+ break;
111
+ }
112
+ message.storageConnectionId = reader.string();
113
+ continue;
114
+ }
115
+ case 7: {
116
+ if (tag !== 58) {
117
+ break;
118
+ }
119
+ message.datasetId = reader.string();
120
+ continue;
121
+ }
122
+ case 8: {
123
+ if (tag !== 66) {
124
+ break;
125
+ }
126
+ message.dataUri = reader.string();
127
+ continue;
128
+ }
129
+ case 9: {
130
+ if (tag !== 74) {
131
+ break;
132
+ }
133
+ message.versionLabel = reader.string();
134
+ continue;
135
+ }
136
+ case 10: {
137
+ if (tag !== 82) {
138
+ break;
139
+ }
140
+ message.schemaJson = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
141
+ continue;
142
+ }
143
+ case 11: {
144
+ if (tag !== 90) {
145
+ break;
146
+ }
147
+ message.metadata = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
148
+ continue;
149
+ }
150
+ }
151
+ if ((tag & 7) === 4 || tag === 0) {
152
+ break;
153
+ }
154
+ reader.skip(tag & 7);
155
+ }
156
+ return message;
157
+ },
158
+ fromJSON(object) {
159
+ return {
160
+ projectId: isSet(object.projectId)
161
+ ? globalThis.String(object.projectId)
162
+ : isSet(object.project_id)
163
+ ? globalThis.String(object.project_id)
164
+ : "",
165
+ workflowId: isSet(object.workflowId)
166
+ ? globalThis.String(object.workflowId)
167
+ : isSet(object.workflow_id)
168
+ ? globalThis.String(object.workflow_id)
169
+ : "",
170
+ name: isSet(object.name) ? globalThis.String(object.name) : "",
171
+ description: isSet(object.description) ? globalThis.String(object.description) : "",
172
+ sourceType: isSet(object.sourceType)
173
+ ? (0, data_pb_1.dataAssetSourceTypeFromJSON)(object.sourceType)
174
+ : isSet(object.source_type)
175
+ ? (0, data_pb_1.dataAssetSourceTypeFromJSON)(object.source_type)
176
+ : 0,
177
+ storageConnectionId: isSet(object.storageConnectionId)
178
+ ? globalThis.String(object.storageConnectionId)
179
+ : isSet(object.storage_connection_id)
180
+ ? globalThis.String(object.storage_connection_id)
181
+ : "",
182
+ datasetId: isSet(object.datasetId)
183
+ ? globalThis.String(object.datasetId)
184
+ : isSet(object.dataset_id)
185
+ ? globalThis.String(object.dataset_id)
186
+ : "",
187
+ dataUri: isSet(object.dataUri)
188
+ ? globalThis.String(object.dataUri)
189
+ : isSet(object.data_uri)
190
+ ? globalThis.String(object.data_uri)
191
+ : "",
192
+ versionLabel: isSet(object.versionLabel)
193
+ ? globalThis.String(object.versionLabel)
194
+ : isSet(object.version_label)
195
+ ? globalThis.String(object.version_label)
196
+ : "",
197
+ schemaJson: isObject(object.schemaJson)
198
+ ? object.schemaJson
199
+ : isObject(object.schema_json)
200
+ ? object.schema_json
201
+ : undefined,
202
+ metadata: isObject(object.metadata) ? object.metadata : undefined,
203
+ };
204
+ },
205
+ toJSON(message) {
206
+ const obj = {};
207
+ if (message.projectId !== "") {
208
+ obj.projectId = message.projectId;
209
+ }
210
+ if (message.workflowId !== "") {
211
+ obj.workflowId = message.workflowId;
212
+ }
213
+ if (message.name !== "") {
214
+ obj.name = message.name;
215
+ }
216
+ if (message.description !== "") {
217
+ obj.description = message.description;
218
+ }
219
+ if (message.sourceType !== 0) {
220
+ obj.sourceType = (0, data_pb_1.dataAssetSourceTypeToJSON)(message.sourceType);
221
+ }
222
+ if (message.storageConnectionId !== "") {
223
+ obj.storageConnectionId = message.storageConnectionId;
224
+ }
225
+ if (message.datasetId !== "") {
226
+ obj.datasetId = message.datasetId;
227
+ }
228
+ if (message.dataUri !== "") {
229
+ obj.dataUri = message.dataUri;
230
+ }
231
+ if (message.versionLabel !== "") {
232
+ obj.versionLabel = message.versionLabel;
233
+ }
234
+ if (message.schemaJson !== undefined) {
235
+ obj.schemaJson = message.schemaJson;
236
+ }
237
+ if (message.metadata !== undefined) {
238
+ obj.metadata = message.metadata;
239
+ }
240
+ return obj;
241
+ },
242
+ create(base) {
243
+ return exports.CreateTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
244
+ },
245
+ fromPartial(object) {
246
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
247
+ const message = createBaseCreateTabularDataAssetRequest();
248
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
249
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
250
+ message.name = (_c = object.name) !== null && _c !== void 0 ? _c : "";
251
+ message.description = (_d = object.description) !== null && _d !== void 0 ? _d : "";
252
+ message.sourceType = (_e = object.sourceType) !== null && _e !== void 0 ? _e : 0;
253
+ message.storageConnectionId = (_f = object.storageConnectionId) !== null && _f !== void 0 ? _f : "";
254
+ message.datasetId = (_g = object.datasetId) !== null && _g !== void 0 ? _g : "";
255
+ message.dataUri = (_h = object.dataUri) !== null && _h !== void 0 ? _h : "";
256
+ message.versionLabel = (_j = object.versionLabel) !== null && _j !== void 0 ? _j : "";
257
+ message.schemaJson = (_k = object.schemaJson) !== null && _k !== void 0 ? _k : undefined;
258
+ message.metadata = (_l = object.metadata) !== null && _l !== void 0 ? _l : undefined;
259
+ return message;
260
+ },
261
+ };
262
+ function createBaseCreateTabularDataAssetResponse() {
263
+ return { tabularDataAsset: undefined };
264
+ }
265
+ exports.CreateTabularDataAssetResponse = {
266
+ encode(message, writer = new wire_1.BinaryWriter()) {
267
+ if (message.tabularDataAsset !== undefined) {
268
+ data_pb_1.TabularDataAsset.encode(message.tabularDataAsset, writer.uint32(10).fork()).join();
269
+ }
270
+ return writer;
271
+ },
272
+ decode(input, length) {
273
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
274
+ const end = length === undefined ? reader.len : reader.pos + length;
275
+ const message = createBaseCreateTabularDataAssetResponse();
276
+ while (reader.pos < end) {
277
+ const tag = reader.uint32();
278
+ switch (tag >>> 3) {
279
+ case 1: {
280
+ if (tag !== 10) {
281
+ break;
282
+ }
283
+ message.tabularDataAsset = data_pb_1.TabularDataAsset.decode(reader, reader.uint32());
284
+ continue;
285
+ }
286
+ }
287
+ if ((tag & 7) === 4 || tag === 0) {
288
+ break;
289
+ }
290
+ reader.skip(tag & 7);
291
+ }
292
+ return message;
293
+ },
294
+ fromJSON(object) {
295
+ return {
296
+ tabularDataAsset: isSet(object.tabularDataAsset)
297
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabularDataAsset)
298
+ : isSet(object.tabular_data_asset)
299
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabular_data_asset)
300
+ : undefined,
301
+ };
302
+ },
303
+ toJSON(message) {
304
+ const obj = {};
305
+ if (message.tabularDataAsset !== undefined) {
306
+ obj.tabularDataAsset = data_pb_1.TabularDataAsset.toJSON(message.tabularDataAsset);
307
+ }
308
+ return obj;
309
+ },
310
+ create(base) {
311
+ return exports.CreateTabularDataAssetResponse.fromPartial(base !== null && base !== void 0 ? base : {});
312
+ },
313
+ fromPartial(object) {
314
+ const message = createBaseCreateTabularDataAssetResponse();
315
+ message.tabularDataAsset = (object.tabularDataAsset !== undefined && object.tabularDataAsset !== null)
316
+ ? data_pb_1.TabularDataAsset.fromPartial(object.tabularDataAsset)
317
+ : undefined;
318
+ return message;
319
+ },
320
+ };
321
+ function createBaseGetTabularDataAssetRequest() {
322
+ return { projectId: "", workflowId: "", tabularDataAssetId: "" };
323
+ }
324
+ exports.GetTabularDataAssetRequest = {
325
+ encode(message, writer = new wire_1.BinaryWriter()) {
326
+ if (message.projectId !== "") {
327
+ writer.uint32(10).string(message.projectId);
328
+ }
329
+ if (message.workflowId !== "") {
330
+ writer.uint32(18).string(message.workflowId);
331
+ }
332
+ if (message.tabularDataAssetId !== "") {
333
+ writer.uint32(26).string(message.tabularDataAssetId);
334
+ }
335
+ return writer;
336
+ },
337
+ decode(input, length) {
338
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
339
+ const end = length === undefined ? reader.len : reader.pos + length;
340
+ const message = createBaseGetTabularDataAssetRequest();
341
+ while (reader.pos < end) {
342
+ const tag = reader.uint32();
343
+ switch (tag >>> 3) {
344
+ case 1: {
345
+ if (tag !== 10) {
346
+ break;
347
+ }
348
+ message.projectId = reader.string();
349
+ continue;
350
+ }
351
+ case 2: {
352
+ if (tag !== 18) {
353
+ break;
354
+ }
355
+ message.workflowId = reader.string();
356
+ continue;
357
+ }
358
+ case 3: {
359
+ if (tag !== 26) {
360
+ break;
361
+ }
362
+ message.tabularDataAssetId = reader.string();
363
+ continue;
364
+ }
365
+ }
366
+ if ((tag & 7) === 4 || tag === 0) {
367
+ break;
368
+ }
369
+ reader.skip(tag & 7);
370
+ }
371
+ return message;
372
+ },
373
+ fromJSON(object) {
374
+ return {
375
+ projectId: isSet(object.projectId)
376
+ ? globalThis.String(object.projectId)
377
+ : isSet(object.project_id)
378
+ ? globalThis.String(object.project_id)
379
+ : "",
380
+ workflowId: isSet(object.workflowId)
381
+ ? globalThis.String(object.workflowId)
382
+ : isSet(object.workflow_id)
383
+ ? globalThis.String(object.workflow_id)
384
+ : "",
385
+ tabularDataAssetId: isSet(object.tabularDataAssetId)
386
+ ? globalThis.String(object.tabularDataAssetId)
387
+ : isSet(object.tabular_data_asset_id)
388
+ ? globalThis.String(object.tabular_data_asset_id)
389
+ : "",
390
+ };
391
+ },
392
+ toJSON(message) {
393
+ const obj = {};
394
+ if (message.projectId !== "") {
395
+ obj.projectId = message.projectId;
396
+ }
397
+ if (message.workflowId !== "") {
398
+ obj.workflowId = message.workflowId;
399
+ }
400
+ if (message.tabularDataAssetId !== "") {
401
+ obj.tabularDataAssetId = message.tabularDataAssetId;
402
+ }
403
+ return obj;
404
+ },
405
+ create(base) {
406
+ return exports.GetTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
407
+ },
408
+ fromPartial(object) {
409
+ var _a, _b, _c;
410
+ const message = createBaseGetTabularDataAssetRequest();
411
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
412
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
413
+ message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
414
+ return message;
415
+ },
416
+ };
417
+ function createBaseGetTabularDataAssetResponse() {
418
+ return { tabularDataAsset: undefined };
419
+ }
420
+ exports.GetTabularDataAssetResponse = {
421
+ encode(message, writer = new wire_1.BinaryWriter()) {
422
+ if (message.tabularDataAsset !== undefined) {
423
+ data_pb_1.TabularDataAsset.encode(message.tabularDataAsset, writer.uint32(10).fork()).join();
424
+ }
425
+ return writer;
426
+ },
427
+ decode(input, length) {
428
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
429
+ const end = length === undefined ? reader.len : reader.pos + length;
430
+ const message = createBaseGetTabularDataAssetResponse();
431
+ while (reader.pos < end) {
432
+ const tag = reader.uint32();
433
+ switch (tag >>> 3) {
434
+ case 1: {
435
+ if (tag !== 10) {
436
+ break;
437
+ }
438
+ message.tabularDataAsset = data_pb_1.TabularDataAsset.decode(reader, reader.uint32());
439
+ continue;
440
+ }
441
+ }
442
+ if ((tag & 7) === 4 || tag === 0) {
443
+ break;
444
+ }
445
+ reader.skip(tag & 7);
446
+ }
447
+ return message;
448
+ },
449
+ fromJSON(object) {
450
+ return {
451
+ tabularDataAsset: isSet(object.tabularDataAsset)
452
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabularDataAsset)
453
+ : isSet(object.tabular_data_asset)
454
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabular_data_asset)
455
+ : undefined,
456
+ };
457
+ },
458
+ toJSON(message) {
459
+ const obj = {};
460
+ if (message.tabularDataAsset !== undefined) {
461
+ obj.tabularDataAsset = data_pb_1.TabularDataAsset.toJSON(message.tabularDataAsset);
462
+ }
463
+ return obj;
464
+ },
465
+ create(base) {
466
+ return exports.GetTabularDataAssetResponse.fromPartial(base !== null && base !== void 0 ? base : {});
467
+ },
468
+ fromPartial(object) {
469
+ const message = createBaseGetTabularDataAssetResponse();
470
+ message.tabularDataAsset = (object.tabularDataAsset !== undefined && object.tabularDataAsset !== null)
471
+ ? data_pb_1.TabularDataAsset.fromPartial(object.tabularDataAsset)
472
+ : undefined;
473
+ return message;
474
+ },
475
+ };
476
+ function createBaseListTabularDataAssetsRequest() {
477
+ return { projectId: "", workflowId: "", includeArchived: false, pageSize: 0, pageToken: "" };
478
+ }
479
+ exports.ListTabularDataAssetsRequest = {
480
+ encode(message, writer = new wire_1.BinaryWriter()) {
481
+ if (message.projectId !== "") {
482
+ writer.uint32(10).string(message.projectId);
483
+ }
484
+ if (message.workflowId !== "") {
485
+ writer.uint32(18).string(message.workflowId);
486
+ }
487
+ if (message.includeArchived !== false) {
488
+ writer.uint32(24).bool(message.includeArchived);
489
+ }
490
+ if (message.pageSize !== 0) {
491
+ writer.uint32(32).int32(message.pageSize);
492
+ }
493
+ if (message.pageToken !== "") {
494
+ writer.uint32(42).string(message.pageToken);
495
+ }
496
+ return writer;
497
+ },
498
+ decode(input, length) {
499
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
500
+ const end = length === undefined ? reader.len : reader.pos + length;
501
+ const message = createBaseListTabularDataAssetsRequest();
502
+ while (reader.pos < end) {
503
+ const tag = reader.uint32();
504
+ switch (tag >>> 3) {
505
+ case 1: {
506
+ if (tag !== 10) {
507
+ break;
508
+ }
509
+ message.projectId = reader.string();
510
+ continue;
511
+ }
512
+ case 2: {
513
+ if (tag !== 18) {
514
+ break;
515
+ }
516
+ message.workflowId = reader.string();
517
+ continue;
518
+ }
519
+ case 3: {
520
+ if (tag !== 24) {
521
+ break;
522
+ }
523
+ message.includeArchived = reader.bool();
524
+ continue;
525
+ }
526
+ case 4: {
527
+ if (tag !== 32) {
528
+ break;
529
+ }
530
+ message.pageSize = reader.int32();
531
+ continue;
532
+ }
533
+ case 5: {
534
+ if (tag !== 42) {
535
+ break;
536
+ }
537
+ message.pageToken = reader.string();
538
+ continue;
539
+ }
540
+ }
541
+ if ((tag & 7) === 4 || tag === 0) {
542
+ break;
543
+ }
544
+ reader.skip(tag & 7);
545
+ }
546
+ return message;
547
+ },
548
+ fromJSON(object) {
549
+ return {
550
+ projectId: isSet(object.projectId)
551
+ ? globalThis.String(object.projectId)
552
+ : isSet(object.project_id)
553
+ ? globalThis.String(object.project_id)
554
+ : "",
555
+ workflowId: isSet(object.workflowId)
556
+ ? globalThis.String(object.workflowId)
557
+ : isSet(object.workflow_id)
558
+ ? globalThis.String(object.workflow_id)
559
+ : "",
560
+ includeArchived: isSet(object.includeArchived)
561
+ ? globalThis.Boolean(object.includeArchived)
562
+ : isSet(object.include_archived)
563
+ ? globalThis.Boolean(object.include_archived)
564
+ : false,
565
+ pageSize: isSet(object.pageSize)
566
+ ? globalThis.Number(object.pageSize)
567
+ : isSet(object.page_size)
568
+ ? globalThis.Number(object.page_size)
569
+ : 0,
570
+ pageToken: isSet(object.pageToken)
571
+ ? globalThis.String(object.pageToken)
572
+ : isSet(object.page_token)
573
+ ? globalThis.String(object.page_token)
574
+ : "",
575
+ };
576
+ },
577
+ toJSON(message) {
578
+ const obj = {};
579
+ if (message.projectId !== "") {
580
+ obj.projectId = message.projectId;
581
+ }
582
+ if (message.workflowId !== "") {
583
+ obj.workflowId = message.workflowId;
584
+ }
585
+ if (message.includeArchived !== false) {
586
+ obj.includeArchived = message.includeArchived;
587
+ }
588
+ if (message.pageSize !== 0) {
589
+ obj.pageSize = Math.round(message.pageSize);
590
+ }
591
+ if (message.pageToken !== "") {
592
+ obj.pageToken = message.pageToken;
593
+ }
594
+ return obj;
595
+ },
596
+ create(base) {
597
+ return exports.ListTabularDataAssetsRequest.fromPartial(base !== null && base !== void 0 ? base : {});
598
+ },
599
+ fromPartial(object) {
600
+ var _a, _b, _c, _d, _e;
601
+ const message = createBaseListTabularDataAssetsRequest();
602
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
603
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
604
+ message.includeArchived = (_c = object.includeArchived) !== null && _c !== void 0 ? _c : false;
605
+ message.pageSize = (_d = object.pageSize) !== null && _d !== void 0 ? _d : 0;
606
+ message.pageToken = (_e = object.pageToken) !== null && _e !== void 0 ? _e : "";
607
+ return message;
608
+ },
609
+ };
610
+ function createBaseListTabularDataAssetsResponse() {
611
+ return { tabularDataAssets: [], nextPageToken: "" };
612
+ }
613
+ exports.ListTabularDataAssetsResponse = {
614
+ encode(message, writer = new wire_1.BinaryWriter()) {
615
+ for (const v of message.tabularDataAssets) {
616
+ data_pb_1.TabularDataAsset.encode(v, writer.uint32(10).fork()).join();
617
+ }
618
+ if (message.nextPageToken !== "") {
619
+ writer.uint32(18).string(message.nextPageToken);
620
+ }
621
+ return writer;
622
+ },
623
+ decode(input, length) {
624
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
625
+ const end = length === undefined ? reader.len : reader.pos + length;
626
+ const message = createBaseListTabularDataAssetsResponse();
627
+ while (reader.pos < end) {
628
+ const tag = reader.uint32();
629
+ switch (tag >>> 3) {
630
+ case 1: {
631
+ if (tag !== 10) {
632
+ break;
633
+ }
634
+ message.tabularDataAssets.push(data_pb_1.TabularDataAsset.decode(reader, reader.uint32()));
635
+ continue;
636
+ }
637
+ case 2: {
638
+ if (tag !== 18) {
639
+ break;
640
+ }
641
+ message.nextPageToken = reader.string();
642
+ continue;
643
+ }
644
+ }
645
+ if ((tag & 7) === 4 || tag === 0) {
646
+ break;
647
+ }
648
+ reader.skip(tag & 7);
649
+ }
650
+ return message;
651
+ },
652
+ fromJSON(object) {
653
+ return {
654
+ tabularDataAssets: globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.tabularDataAssets)
655
+ ? object.tabularDataAssets.map((e) => data_pb_1.TabularDataAsset.fromJSON(e))
656
+ : globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.tabular_data_assets)
657
+ ? object.tabular_data_assets.map((e) => data_pb_1.TabularDataAsset.fromJSON(e))
658
+ : [],
659
+ nextPageToken: isSet(object.nextPageToken)
660
+ ? globalThis.String(object.nextPageToken)
661
+ : isSet(object.next_page_token)
662
+ ? globalThis.String(object.next_page_token)
663
+ : "",
664
+ };
665
+ },
666
+ toJSON(message) {
667
+ var _a;
668
+ const obj = {};
669
+ if ((_a = message.tabularDataAssets) === null || _a === void 0 ? void 0 : _a.length) {
670
+ obj.tabularDataAssets = message.tabularDataAssets.map((e) => data_pb_1.TabularDataAsset.toJSON(e));
671
+ }
672
+ if (message.nextPageToken !== "") {
673
+ obj.nextPageToken = message.nextPageToken;
674
+ }
675
+ return obj;
676
+ },
677
+ create(base) {
678
+ return exports.ListTabularDataAssetsResponse.fromPartial(base !== null && base !== void 0 ? base : {});
679
+ },
680
+ fromPartial(object) {
681
+ var _a;
682
+ var _b;
683
+ const message = createBaseListTabularDataAssetsResponse();
684
+ message.tabularDataAssets = ((_a = object.tabularDataAssets) === null || _a === void 0 ? void 0 : _a.map((e) => data_pb_1.TabularDataAsset.fromPartial(e))) || [];
685
+ message.nextPageToken = (_b = object.nextPageToken) !== null && _b !== void 0 ? _b : "";
686
+ return message;
687
+ },
688
+ };
689
+ function createBaseUpdateTabularDataAssetRequest() {
690
+ return {
691
+ projectId: "",
692
+ workflowId: "",
693
+ tabularDataAssetId: "",
694
+ name: "",
695
+ description: "",
696
+ sourceType: 0,
697
+ storageConnectionId: "",
698
+ datasetId: "",
699
+ dataUri: "",
700
+ versionLabel: "",
701
+ schemaJson: undefined,
702
+ metadata: undefined,
703
+ };
704
+ }
705
+ exports.UpdateTabularDataAssetRequest = {
706
+ encode(message, writer = new wire_1.BinaryWriter()) {
707
+ if (message.projectId !== "") {
708
+ writer.uint32(10).string(message.projectId);
709
+ }
710
+ if (message.workflowId !== "") {
711
+ writer.uint32(18).string(message.workflowId);
712
+ }
713
+ if (message.tabularDataAssetId !== "") {
714
+ writer.uint32(26).string(message.tabularDataAssetId);
715
+ }
716
+ if (message.name !== "") {
717
+ writer.uint32(34).string(message.name);
718
+ }
719
+ if (message.description !== "") {
720
+ writer.uint32(42).string(message.description);
721
+ }
722
+ if (message.sourceType !== 0) {
723
+ writer.uint32(48).int32(message.sourceType);
724
+ }
725
+ if (message.storageConnectionId !== "") {
726
+ writer.uint32(58).string(message.storageConnectionId);
727
+ }
728
+ if (message.datasetId !== "") {
729
+ writer.uint32(66).string(message.datasetId);
730
+ }
731
+ if (message.dataUri !== "") {
732
+ writer.uint32(74).string(message.dataUri);
733
+ }
734
+ if (message.versionLabel !== "") {
735
+ writer.uint32(82).string(message.versionLabel);
736
+ }
737
+ if (message.schemaJson !== undefined) {
738
+ struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.schemaJson), writer.uint32(90).fork()).join();
739
+ }
740
+ if (message.metadata !== undefined) {
741
+ struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(98).fork()).join();
742
+ }
743
+ return writer;
744
+ },
745
+ decode(input, length) {
746
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
747
+ const end = length === undefined ? reader.len : reader.pos + length;
748
+ const message = createBaseUpdateTabularDataAssetRequest();
749
+ while (reader.pos < end) {
750
+ const tag = reader.uint32();
751
+ switch (tag >>> 3) {
752
+ case 1: {
753
+ if (tag !== 10) {
754
+ break;
755
+ }
756
+ message.projectId = reader.string();
757
+ continue;
758
+ }
759
+ case 2: {
760
+ if (tag !== 18) {
761
+ break;
762
+ }
763
+ message.workflowId = reader.string();
764
+ continue;
765
+ }
766
+ case 3: {
767
+ if (tag !== 26) {
768
+ break;
769
+ }
770
+ message.tabularDataAssetId = reader.string();
771
+ continue;
772
+ }
773
+ case 4: {
774
+ if (tag !== 34) {
775
+ break;
776
+ }
777
+ message.name = reader.string();
778
+ continue;
779
+ }
780
+ case 5: {
781
+ if (tag !== 42) {
782
+ break;
783
+ }
784
+ message.description = reader.string();
785
+ continue;
786
+ }
787
+ case 6: {
788
+ if (tag !== 48) {
789
+ break;
790
+ }
791
+ message.sourceType = reader.int32();
792
+ continue;
793
+ }
794
+ case 7: {
795
+ if (tag !== 58) {
796
+ break;
797
+ }
798
+ message.storageConnectionId = reader.string();
799
+ continue;
800
+ }
801
+ case 8: {
802
+ if (tag !== 66) {
803
+ break;
804
+ }
805
+ message.datasetId = reader.string();
806
+ continue;
807
+ }
808
+ case 9: {
809
+ if (tag !== 74) {
810
+ break;
811
+ }
812
+ message.dataUri = reader.string();
813
+ continue;
814
+ }
815
+ case 10: {
816
+ if (tag !== 82) {
817
+ break;
818
+ }
819
+ message.versionLabel = reader.string();
820
+ continue;
821
+ }
822
+ case 11: {
823
+ if (tag !== 90) {
824
+ break;
825
+ }
826
+ message.schemaJson = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
827
+ continue;
828
+ }
829
+ case 12: {
830
+ if (tag !== 98) {
831
+ break;
832
+ }
833
+ message.metadata = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
834
+ continue;
835
+ }
836
+ }
837
+ if ((tag & 7) === 4 || tag === 0) {
838
+ break;
839
+ }
840
+ reader.skip(tag & 7);
841
+ }
842
+ return message;
843
+ },
844
+ fromJSON(object) {
845
+ return {
846
+ projectId: isSet(object.projectId)
847
+ ? globalThis.String(object.projectId)
848
+ : isSet(object.project_id)
849
+ ? globalThis.String(object.project_id)
850
+ : "",
851
+ workflowId: isSet(object.workflowId)
852
+ ? globalThis.String(object.workflowId)
853
+ : isSet(object.workflow_id)
854
+ ? globalThis.String(object.workflow_id)
855
+ : "",
856
+ tabularDataAssetId: isSet(object.tabularDataAssetId)
857
+ ? globalThis.String(object.tabularDataAssetId)
858
+ : isSet(object.tabular_data_asset_id)
859
+ ? globalThis.String(object.tabular_data_asset_id)
860
+ : "",
861
+ name: isSet(object.name) ? globalThis.String(object.name) : "",
862
+ description: isSet(object.description) ? globalThis.String(object.description) : "",
863
+ sourceType: isSet(object.sourceType)
864
+ ? (0, data_pb_1.dataAssetSourceTypeFromJSON)(object.sourceType)
865
+ : isSet(object.source_type)
866
+ ? (0, data_pb_1.dataAssetSourceTypeFromJSON)(object.source_type)
867
+ : 0,
868
+ storageConnectionId: isSet(object.storageConnectionId)
869
+ ? globalThis.String(object.storageConnectionId)
870
+ : isSet(object.storage_connection_id)
871
+ ? globalThis.String(object.storage_connection_id)
872
+ : "",
873
+ datasetId: isSet(object.datasetId)
874
+ ? globalThis.String(object.datasetId)
875
+ : isSet(object.dataset_id)
876
+ ? globalThis.String(object.dataset_id)
877
+ : "",
878
+ dataUri: isSet(object.dataUri)
879
+ ? globalThis.String(object.dataUri)
880
+ : isSet(object.data_uri)
881
+ ? globalThis.String(object.data_uri)
882
+ : "",
883
+ versionLabel: isSet(object.versionLabel)
884
+ ? globalThis.String(object.versionLabel)
885
+ : isSet(object.version_label)
886
+ ? globalThis.String(object.version_label)
887
+ : "",
888
+ schemaJson: isObject(object.schemaJson)
889
+ ? object.schemaJson
890
+ : isObject(object.schema_json)
891
+ ? object.schema_json
892
+ : undefined,
893
+ metadata: isObject(object.metadata) ? object.metadata : undefined,
894
+ };
895
+ },
896
+ toJSON(message) {
897
+ const obj = {};
898
+ if (message.projectId !== "") {
899
+ obj.projectId = message.projectId;
900
+ }
901
+ if (message.workflowId !== "") {
902
+ obj.workflowId = message.workflowId;
903
+ }
904
+ if (message.tabularDataAssetId !== "") {
905
+ obj.tabularDataAssetId = message.tabularDataAssetId;
906
+ }
907
+ if (message.name !== "") {
908
+ obj.name = message.name;
909
+ }
910
+ if (message.description !== "") {
911
+ obj.description = message.description;
912
+ }
913
+ if (message.sourceType !== 0) {
914
+ obj.sourceType = (0, data_pb_1.dataAssetSourceTypeToJSON)(message.sourceType);
915
+ }
916
+ if (message.storageConnectionId !== "") {
917
+ obj.storageConnectionId = message.storageConnectionId;
918
+ }
919
+ if (message.datasetId !== "") {
920
+ obj.datasetId = message.datasetId;
921
+ }
922
+ if (message.dataUri !== "") {
923
+ obj.dataUri = message.dataUri;
924
+ }
925
+ if (message.versionLabel !== "") {
926
+ obj.versionLabel = message.versionLabel;
927
+ }
928
+ if (message.schemaJson !== undefined) {
929
+ obj.schemaJson = message.schemaJson;
930
+ }
931
+ if (message.metadata !== undefined) {
932
+ obj.metadata = message.metadata;
933
+ }
934
+ return obj;
935
+ },
936
+ create(base) {
937
+ return exports.UpdateTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
938
+ },
939
+ fromPartial(object) {
940
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
941
+ const message = createBaseUpdateTabularDataAssetRequest();
942
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
943
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
944
+ message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
945
+ message.name = (_d = object.name) !== null && _d !== void 0 ? _d : "";
946
+ message.description = (_e = object.description) !== null && _e !== void 0 ? _e : "";
947
+ message.sourceType = (_f = object.sourceType) !== null && _f !== void 0 ? _f : 0;
948
+ message.storageConnectionId = (_g = object.storageConnectionId) !== null && _g !== void 0 ? _g : "";
949
+ message.datasetId = (_h = object.datasetId) !== null && _h !== void 0 ? _h : "";
950
+ message.dataUri = (_j = object.dataUri) !== null && _j !== void 0 ? _j : "";
951
+ message.versionLabel = (_k = object.versionLabel) !== null && _k !== void 0 ? _k : "";
952
+ message.schemaJson = (_l = object.schemaJson) !== null && _l !== void 0 ? _l : undefined;
953
+ message.metadata = (_m = object.metadata) !== null && _m !== void 0 ? _m : undefined;
954
+ return message;
955
+ },
956
+ };
957
+ function createBaseUpdateTabularDataAssetResponse() {
958
+ return { tabularDataAsset: undefined };
959
+ }
960
+ exports.UpdateTabularDataAssetResponse = {
961
+ encode(message, writer = new wire_1.BinaryWriter()) {
962
+ if (message.tabularDataAsset !== undefined) {
963
+ data_pb_1.TabularDataAsset.encode(message.tabularDataAsset, writer.uint32(10).fork()).join();
964
+ }
965
+ return writer;
966
+ },
967
+ decode(input, length) {
968
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
969
+ const end = length === undefined ? reader.len : reader.pos + length;
970
+ const message = createBaseUpdateTabularDataAssetResponse();
971
+ while (reader.pos < end) {
972
+ const tag = reader.uint32();
973
+ switch (tag >>> 3) {
974
+ case 1: {
975
+ if (tag !== 10) {
976
+ break;
977
+ }
978
+ message.tabularDataAsset = data_pb_1.TabularDataAsset.decode(reader, reader.uint32());
979
+ continue;
980
+ }
981
+ }
982
+ if ((tag & 7) === 4 || tag === 0) {
983
+ break;
984
+ }
985
+ reader.skip(tag & 7);
986
+ }
987
+ return message;
988
+ },
989
+ fromJSON(object) {
990
+ return {
991
+ tabularDataAsset: isSet(object.tabularDataAsset)
992
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabularDataAsset)
993
+ : isSet(object.tabular_data_asset)
994
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabular_data_asset)
995
+ : undefined,
996
+ };
997
+ },
998
+ toJSON(message) {
999
+ const obj = {};
1000
+ if (message.tabularDataAsset !== undefined) {
1001
+ obj.tabularDataAsset = data_pb_1.TabularDataAsset.toJSON(message.tabularDataAsset);
1002
+ }
1003
+ return obj;
1004
+ },
1005
+ create(base) {
1006
+ return exports.UpdateTabularDataAssetResponse.fromPartial(base !== null && base !== void 0 ? base : {});
1007
+ },
1008
+ fromPartial(object) {
1009
+ const message = createBaseUpdateTabularDataAssetResponse();
1010
+ message.tabularDataAsset = (object.tabularDataAsset !== undefined && object.tabularDataAsset !== null)
1011
+ ? data_pb_1.TabularDataAsset.fromPartial(object.tabularDataAsset)
1012
+ : undefined;
1013
+ return message;
1014
+ },
1015
+ };
1016
+ function createBaseArchiveTabularDataAssetRequest() {
1017
+ return { projectId: "", workflowId: "", tabularDataAssetId: "" };
1018
+ }
1019
+ exports.ArchiveTabularDataAssetRequest = {
1020
+ encode(message, writer = new wire_1.BinaryWriter()) {
1021
+ if (message.projectId !== "") {
1022
+ writer.uint32(10).string(message.projectId);
1023
+ }
1024
+ if (message.workflowId !== "") {
1025
+ writer.uint32(18).string(message.workflowId);
1026
+ }
1027
+ if (message.tabularDataAssetId !== "") {
1028
+ writer.uint32(26).string(message.tabularDataAssetId);
1029
+ }
1030
+ return writer;
1031
+ },
1032
+ decode(input, length) {
1033
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
1034
+ const end = length === undefined ? reader.len : reader.pos + length;
1035
+ const message = createBaseArchiveTabularDataAssetRequest();
1036
+ while (reader.pos < end) {
1037
+ const tag = reader.uint32();
1038
+ switch (tag >>> 3) {
1039
+ case 1: {
1040
+ if (tag !== 10) {
1041
+ break;
1042
+ }
1043
+ message.projectId = reader.string();
1044
+ continue;
1045
+ }
1046
+ case 2: {
1047
+ if (tag !== 18) {
1048
+ break;
1049
+ }
1050
+ message.workflowId = reader.string();
1051
+ continue;
1052
+ }
1053
+ case 3: {
1054
+ if (tag !== 26) {
1055
+ break;
1056
+ }
1057
+ message.tabularDataAssetId = reader.string();
1058
+ continue;
1059
+ }
1060
+ }
1061
+ if ((tag & 7) === 4 || tag === 0) {
1062
+ break;
1063
+ }
1064
+ reader.skip(tag & 7);
1065
+ }
1066
+ return message;
1067
+ },
1068
+ fromJSON(object) {
1069
+ return {
1070
+ projectId: isSet(object.projectId)
1071
+ ? globalThis.String(object.projectId)
1072
+ : isSet(object.project_id)
1073
+ ? globalThis.String(object.project_id)
1074
+ : "",
1075
+ workflowId: isSet(object.workflowId)
1076
+ ? globalThis.String(object.workflowId)
1077
+ : isSet(object.workflow_id)
1078
+ ? globalThis.String(object.workflow_id)
1079
+ : "",
1080
+ tabularDataAssetId: isSet(object.tabularDataAssetId)
1081
+ ? globalThis.String(object.tabularDataAssetId)
1082
+ : isSet(object.tabular_data_asset_id)
1083
+ ? globalThis.String(object.tabular_data_asset_id)
1084
+ : "",
1085
+ };
1086
+ },
1087
+ toJSON(message) {
1088
+ const obj = {};
1089
+ if (message.projectId !== "") {
1090
+ obj.projectId = message.projectId;
1091
+ }
1092
+ if (message.workflowId !== "") {
1093
+ obj.workflowId = message.workflowId;
1094
+ }
1095
+ if (message.tabularDataAssetId !== "") {
1096
+ obj.tabularDataAssetId = message.tabularDataAssetId;
1097
+ }
1098
+ return obj;
1099
+ },
1100
+ create(base) {
1101
+ return exports.ArchiveTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
1102
+ },
1103
+ fromPartial(object) {
1104
+ var _a, _b, _c;
1105
+ const message = createBaseArchiveTabularDataAssetRequest();
1106
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
1107
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
1108
+ message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
1109
+ return message;
1110
+ },
1111
+ };
1112
+ function createBaseArchiveTabularDataAssetResponse() {
1113
+ return { tabularDataAsset: undefined };
1114
+ }
1115
+ exports.ArchiveTabularDataAssetResponse = {
1116
+ encode(message, writer = new wire_1.BinaryWriter()) {
1117
+ if (message.tabularDataAsset !== undefined) {
1118
+ data_pb_1.TabularDataAsset.encode(message.tabularDataAsset, writer.uint32(10).fork()).join();
1119
+ }
1120
+ return writer;
1121
+ },
1122
+ decode(input, length) {
1123
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
1124
+ const end = length === undefined ? reader.len : reader.pos + length;
1125
+ const message = createBaseArchiveTabularDataAssetResponse();
1126
+ while (reader.pos < end) {
1127
+ const tag = reader.uint32();
1128
+ switch (tag >>> 3) {
1129
+ case 1: {
1130
+ if (tag !== 10) {
1131
+ break;
1132
+ }
1133
+ message.tabularDataAsset = data_pb_1.TabularDataAsset.decode(reader, reader.uint32());
1134
+ continue;
1135
+ }
1136
+ }
1137
+ if ((tag & 7) === 4 || tag === 0) {
1138
+ break;
1139
+ }
1140
+ reader.skip(tag & 7);
1141
+ }
1142
+ return message;
1143
+ },
1144
+ fromJSON(object) {
1145
+ return {
1146
+ tabularDataAsset: isSet(object.tabularDataAsset)
1147
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabularDataAsset)
1148
+ : isSet(object.tabular_data_asset)
1149
+ ? data_pb_1.TabularDataAsset.fromJSON(object.tabular_data_asset)
1150
+ : undefined,
1151
+ };
1152
+ },
1153
+ toJSON(message) {
1154
+ const obj = {};
1155
+ if (message.tabularDataAsset !== undefined) {
1156
+ obj.tabularDataAsset = data_pb_1.TabularDataAsset.toJSON(message.tabularDataAsset);
1157
+ }
1158
+ return obj;
1159
+ },
1160
+ create(base) {
1161
+ return exports.ArchiveTabularDataAssetResponse.fromPartial(base !== null && base !== void 0 ? base : {});
1162
+ },
1163
+ fromPartial(object) {
1164
+ const message = createBaseArchiveTabularDataAssetResponse();
1165
+ message.tabularDataAsset = (object.tabularDataAsset !== undefined && object.tabularDataAsset !== null)
1166
+ ? data_pb_1.TabularDataAsset.fromPartial(object.tabularDataAsset)
1167
+ : undefined;
1168
+ return message;
1169
+ },
1170
+ };
1171
+ function createBaseDeleteTabularDataAssetRequest() {
1172
+ return { projectId: "", workflowId: "", tabularDataAssetId: "" };
1173
+ }
1174
+ exports.DeleteTabularDataAssetRequest = {
1175
+ encode(message, writer = new wire_1.BinaryWriter()) {
1176
+ if (message.projectId !== "") {
1177
+ writer.uint32(10).string(message.projectId);
1178
+ }
1179
+ if (message.workflowId !== "") {
1180
+ writer.uint32(18).string(message.workflowId);
1181
+ }
1182
+ if (message.tabularDataAssetId !== "") {
1183
+ writer.uint32(26).string(message.tabularDataAssetId);
1184
+ }
1185
+ return writer;
1186
+ },
1187
+ decode(input, length) {
1188
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
1189
+ const end = length === undefined ? reader.len : reader.pos + length;
1190
+ const message = createBaseDeleteTabularDataAssetRequest();
1191
+ while (reader.pos < end) {
1192
+ const tag = reader.uint32();
1193
+ switch (tag >>> 3) {
1194
+ case 1: {
1195
+ if (tag !== 10) {
1196
+ break;
1197
+ }
1198
+ message.projectId = reader.string();
1199
+ continue;
1200
+ }
1201
+ case 2: {
1202
+ if (tag !== 18) {
1203
+ break;
1204
+ }
1205
+ message.workflowId = reader.string();
1206
+ continue;
1207
+ }
1208
+ case 3: {
1209
+ if (tag !== 26) {
1210
+ break;
1211
+ }
1212
+ message.tabularDataAssetId = reader.string();
1213
+ continue;
1214
+ }
1215
+ }
1216
+ if ((tag & 7) === 4 || tag === 0) {
1217
+ break;
1218
+ }
1219
+ reader.skip(tag & 7);
1220
+ }
1221
+ return message;
1222
+ },
1223
+ fromJSON(object) {
1224
+ return {
1225
+ projectId: isSet(object.projectId)
1226
+ ? globalThis.String(object.projectId)
1227
+ : isSet(object.project_id)
1228
+ ? globalThis.String(object.project_id)
1229
+ : "",
1230
+ workflowId: isSet(object.workflowId)
1231
+ ? globalThis.String(object.workflowId)
1232
+ : isSet(object.workflow_id)
1233
+ ? globalThis.String(object.workflow_id)
1234
+ : "",
1235
+ tabularDataAssetId: isSet(object.tabularDataAssetId)
1236
+ ? globalThis.String(object.tabularDataAssetId)
1237
+ : isSet(object.tabular_data_asset_id)
1238
+ ? globalThis.String(object.tabular_data_asset_id)
1239
+ : "",
1240
+ };
1241
+ },
1242
+ toJSON(message) {
1243
+ const obj = {};
1244
+ if (message.projectId !== "") {
1245
+ obj.projectId = message.projectId;
1246
+ }
1247
+ if (message.workflowId !== "") {
1248
+ obj.workflowId = message.workflowId;
1249
+ }
1250
+ if (message.tabularDataAssetId !== "") {
1251
+ obj.tabularDataAssetId = message.tabularDataAssetId;
1252
+ }
1253
+ return obj;
1254
+ },
1255
+ create(base) {
1256
+ return exports.DeleteTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
1257
+ },
1258
+ fromPartial(object) {
1259
+ var _a, _b, _c;
1260
+ const message = createBaseDeleteTabularDataAssetRequest();
1261
+ message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
1262
+ message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
1263
+ message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
1264
+ return message;
1265
+ },
1266
+ };
1267
+ function createBaseDeleteTabularDataAssetResponse() {
1268
+ return {};
1269
+ }
1270
+ exports.DeleteTabularDataAssetResponse = {
1271
+ encode(_, writer = new wire_1.BinaryWriter()) {
1272
+ return writer;
1273
+ },
1274
+ decode(input, length) {
1275
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
1276
+ const end = length === undefined ? reader.len : reader.pos + length;
1277
+ const message = createBaseDeleteTabularDataAssetResponse();
1278
+ while (reader.pos < end) {
1279
+ const tag = reader.uint32();
1280
+ switch (tag >>> 3) {
1281
+ }
1282
+ if ((tag & 7) === 4 || tag === 0) {
1283
+ break;
1284
+ }
1285
+ reader.skip(tag & 7);
1286
+ }
1287
+ return message;
1288
+ },
1289
+ fromJSON(_) {
1290
+ return {};
1291
+ },
1292
+ toJSON(_) {
1293
+ const obj = {};
1294
+ return obj;
1295
+ },
1296
+ create(base) {
1297
+ return exports.DeleteTabularDataAssetResponse.fromPartial(base !== null && base !== void 0 ? base : {});
1298
+ },
1299
+ fromPartial(_) {
1300
+ const message = createBaseDeleteTabularDataAssetResponse();
1301
+ return message;
1302
+ },
1303
+ };
1304
+ exports.DataServiceServiceName = "weaveapi.data.v1.DataService";
1305
+ class DataServiceClientImpl {
1306
+ rpc;
1307
+ service;
1308
+ constructor(rpc, opts) {
1309
+ this.service = (opts === null || opts === void 0 ? void 0 : opts.service) || exports.DataServiceServiceName;
1310
+ this.rpc = rpc;
1311
+ this.CreateTabularDataAsset = this.CreateTabularDataAsset.bind(this);
1312
+ this.GetTabularDataAsset = this.GetTabularDataAsset.bind(this);
1313
+ this.ListTabularDataAssets = this.ListTabularDataAssets.bind(this);
1314
+ this.UpdateTabularDataAsset = this.UpdateTabularDataAsset.bind(this);
1315
+ this.ArchiveTabularDataAsset = this.ArchiveTabularDataAsset.bind(this);
1316
+ this.DeleteTabularDataAsset = this.DeleteTabularDataAsset.bind(this);
1317
+ }
1318
+ CreateTabularDataAsset(request) {
1319
+ const data = exports.CreateTabularDataAssetRequest.encode(request).finish();
1320
+ const promise = this.rpc.request(this.service, "CreateTabularDataAsset", data);
1321
+ return promise.then((data) => exports.CreateTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
1322
+ }
1323
+ GetTabularDataAsset(request) {
1324
+ const data = exports.GetTabularDataAssetRequest.encode(request).finish();
1325
+ const promise = this.rpc.request(this.service, "GetTabularDataAsset", data);
1326
+ return promise.then((data) => exports.GetTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
1327
+ }
1328
+ ListTabularDataAssets(request) {
1329
+ const data = exports.ListTabularDataAssetsRequest.encode(request).finish();
1330
+ const promise = this.rpc.request(this.service, "ListTabularDataAssets", data);
1331
+ return promise.then((data) => exports.ListTabularDataAssetsResponse.decode(new wire_1.BinaryReader(data)));
1332
+ }
1333
+ UpdateTabularDataAsset(request) {
1334
+ const data = exports.UpdateTabularDataAssetRequest.encode(request).finish();
1335
+ const promise = this.rpc.request(this.service, "UpdateTabularDataAsset", data);
1336
+ return promise.then((data) => exports.UpdateTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
1337
+ }
1338
+ ArchiveTabularDataAsset(request) {
1339
+ const data = exports.ArchiveTabularDataAssetRequest.encode(request).finish();
1340
+ const promise = this.rpc.request(this.service, "ArchiveTabularDataAsset", data);
1341
+ return promise.then((data) => exports.ArchiveTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
1342
+ }
1343
+ DeleteTabularDataAsset(request) {
1344
+ const data = exports.DeleteTabularDataAssetRequest.encode(request).finish();
1345
+ const promise = this.rpc.request(this.service, "DeleteTabularDataAsset", data);
1346
+ return promise.then((data) => exports.DeleteTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
1347
+ }
1348
+ }
1349
+ exports.DataServiceClientImpl = DataServiceClientImpl;
1350
+ exports.DataServiceDefinition = {
1351
+ name: "DataService",
1352
+ fullName: "weaveapi.data.v1.DataService",
1353
+ methods: {
1354
+ createTabularDataAsset: {
1355
+ name: "CreateTabularDataAsset",
1356
+ requestType: exports.CreateTabularDataAssetRequest,
1357
+ requestStream: false,
1358
+ responseType: exports.CreateTabularDataAssetResponse,
1359
+ responseStream: false,
1360
+ options: {
1361
+ _unknownFields: {
1362
+ 578365826: [
1363
+ new Uint8Array([
1364
+ 66,
1365
+ 58,
1366
+ 1,
1367
+ 42,
1368
+ 34,
1369
+ 61,
1370
+ 47,
1371
+ 118,
1372
+ 49,
1373
+ 47,
1374
+ 112,
1375
+ 114,
1376
+ 111,
1377
+ 106,
1378
+ 101,
1379
+ 99,
1380
+ 116,
1381
+ 115,
1382
+ 47,
1383
+ 123,
1384
+ 112,
1385
+ 114,
1386
+ 111,
1387
+ 106,
1388
+ 101,
1389
+ 99,
1390
+ 116,
1391
+ 95,
1392
+ 105,
1393
+ 100,
1394
+ 125,
1395
+ 47,
1396
+ 119,
1397
+ 111,
1398
+ 114,
1399
+ 107,
1400
+ 102,
1401
+ 108,
1402
+ 111,
1403
+ 119,
1404
+ 115,
1405
+ 47,
1406
+ 123,
1407
+ 119,
1408
+ 111,
1409
+ 114,
1410
+ 107,
1411
+ 102,
1412
+ 108,
1413
+ 111,
1414
+ 119,
1415
+ 95,
1416
+ 105,
1417
+ 100,
1418
+ 125,
1419
+ 47,
1420
+ 100,
1421
+ 97,
1422
+ 116,
1423
+ 97,
1424
+ 45,
1425
+ 97,
1426
+ 115,
1427
+ 115,
1428
+ 101,
1429
+ 116,
1430
+ 115,
1431
+ ]),
1432
+ ],
1433
+ },
1434
+ },
1435
+ },
1436
+ getTabularDataAsset: {
1437
+ name: "GetTabularDataAsset",
1438
+ requestType: exports.GetTabularDataAssetRequest,
1439
+ requestStream: false,
1440
+ responseType: exports.GetTabularDataAssetResponse,
1441
+ responseStream: false,
1442
+ options: {
1443
+ _unknownFields: {
1444
+ 578365826: [
1445
+ new Uint8Array([
1446
+ 87,
1447
+ 18,
1448
+ 85,
1449
+ 47,
1450
+ 118,
1451
+ 49,
1452
+ 47,
1453
+ 112,
1454
+ 114,
1455
+ 111,
1456
+ 106,
1457
+ 101,
1458
+ 99,
1459
+ 116,
1460
+ 115,
1461
+ 47,
1462
+ 123,
1463
+ 112,
1464
+ 114,
1465
+ 111,
1466
+ 106,
1467
+ 101,
1468
+ 99,
1469
+ 116,
1470
+ 95,
1471
+ 105,
1472
+ 100,
1473
+ 125,
1474
+ 47,
1475
+ 119,
1476
+ 111,
1477
+ 114,
1478
+ 107,
1479
+ 102,
1480
+ 108,
1481
+ 111,
1482
+ 119,
1483
+ 115,
1484
+ 47,
1485
+ 123,
1486
+ 119,
1487
+ 111,
1488
+ 114,
1489
+ 107,
1490
+ 102,
1491
+ 108,
1492
+ 111,
1493
+ 119,
1494
+ 95,
1495
+ 105,
1496
+ 100,
1497
+ 125,
1498
+ 47,
1499
+ 100,
1500
+ 97,
1501
+ 116,
1502
+ 97,
1503
+ 45,
1504
+ 97,
1505
+ 115,
1506
+ 115,
1507
+ 101,
1508
+ 116,
1509
+ 115,
1510
+ 47,
1511
+ 123,
1512
+ 116,
1513
+ 97,
1514
+ 98,
1515
+ 117,
1516
+ 108,
1517
+ 97,
1518
+ 114,
1519
+ 95,
1520
+ 100,
1521
+ 97,
1522
+ 116,
1523
+ 97,
1524
+ 95,
1525
+ 97,
1526
+ 115,
1527
+ 115,
1528
+ 101,
1529
+ 116,
1530
+ 95,
1531
+ 105,
1532
+ 100,
1533
+ 125,
1534
+ ]),
1535
+ ],
1536
+ },
1537
+ },
1538
+ },
1539
+ listTabularDataAssets: {
1540
+ name: "ListTabularDataAssets",
1541
+ requestType: exports.ListTabularDataAssetsRequest,
1542
+ requestStream: false,
1543
+ responseType: exports.ListTabularDataAssetsResponse,
1544
+ responseStream: false,
1545
+ options: {
1546
+ _unknownFields: {
1547
+ 578365826: [
1548
+ new Uint8Array([
1549
+ 63,
1550
+ 18,
1551
+ 61,
1552
+ 47,
1553
+ 118,
1554
+ 49,
1555
+ 47,
1556
+ 112,
1557
+ 114,
1558
+ 111,
1559
+ 106,
1560
+ 101,
1561
+ 99,
1562
+ 116,
1563
+ 115,
1564
+ 47,
1565
+ 123,
1566
+ 112,
1567
+ 114,
1568
+ 111,
1569
+ 106,
1570
+ 101,
1571
+ 99,
1572
+ 116,
1573
+ 95,
1574
+ 105,
1575
+ 100,
1576
+ 125,
1577
+ 47,
1578
+ 119,
1579
+ 111,
1580
+ 114,
1581
+ 107,
1582
+ 102,
1583
+ 108,
1584
+ 111,
1585
+ 119,
1586
+ 115,
1587
+ 47,
1588
+ 123,
1589
+ 119,
1590
+ 111,
1591
+ 114,
1592
+ 107,
1593
+ 102,
1594
+ 108,
1595
+ 111,
1596
+ 119,
1597
+ 95,
1598
+ 105,
1599
+ 100,
1600
+ 125,
1601
+ 47,
1602
+ 100,
1603
+ 97,
1604
+ 116,
1605
+ 97,
1606
+ 45,
1607
+ 97,
1608
+ 115,
1609
+ 115,
1610
+ 101,
1611
+ 116,
1612
+ 115,
1613
+ ]),
1614
+ ],
1615
+ },
1616
+ },
1617
+ },
1618
+ updateTabularDataAsset: {
1619
+ name: "UpdateTabularDataAsset",
1620
+ requestType: exports.UpdateTabularDataAssetRequest,
1621
+ requestStream: false,
1622
+ responseType: exports.UpdateTabularDataAssetResponse,
1623
+ responseStream: false,
1624
+ options: {
1625
+ _unknownFields: {
1626
+ 578365826: [
1627
+ new Uint8Array([
1628
+ 90,
1629
+ 58,
1630
+ 1,
1631
+ 42,
1632
+ 50,
1633
+ 85,
1634
+ 47,
1635
+ 118,
1636
+ 49,
1637
+ 47,
1638
+ 112,
1639
+ 114,
1640
+ 111,
1641
+ 106,
1642
+ 101,
1643
+ 99,
1644
+ 116,
1645
+ 115,
1646
+ 47,
1647
+ 123,
1648
+ 112,
1649
+ 114,
1650
+ 111,
1651
+ 106,
1652
+ 101,
1653
+ 99,
1654
+ 116,
1655
+ 95,
1656
+ 105,
1657
+ 100,
1658
+ 125,
1659
+ 47,
1660
+ 119,
1661
+ 111,
1662
+ 114,
1663
+ 107,
1664
+ 102,
1665
+ 108,
1666
+ 111,
1667
+ 119,
1668
+ 115,
1669
+ 47,
1670
+ 123,
1671
+ 119,
1672
+ 111,
1673
+ 114,
1674
+ 107,
1675
+ 102,
1676
+ 108,
1677
+ 111,
1678
+ 119,
1679
+ 95,
1680
+ 105,
1681
+ 100,
1682
+ 125,
1683
+ 47,
1684
+ 100,
1685
+ 97,
1686
+ 116,
1687
+ 97,
1688
+ 45,
1689
+ 97,
1690
+ 115,
1691
+ 115,
1692
+ 101,
1693
+ 116,
1694
+ 115,
1695
+ 47,
1696
+ 123,
1697
+ 116,
1698
+ 97,
1699
+ 98,
1700
+ 117,
1701
+ 108,
1702
+ 97,
1703
+ 114,
1704
+ 95,
1705
+ 100,
1706
+ 97,
1707
+ 116,
1708
+ 97,
1709
+ 95,
1710
+ 97,
1711
+ 115,
1712
+ 115,
1713
+ 101,
1714
+ 116,
1715
+ 95,
1716
+ 105,
1717
+ 100,
1718
+ 125,
1719
+ ]),
1720
+ ],
1721
+ },
1722
+ },
1723
+ },
1724
+ archiveTabularDataAsset: {
1725
+ name: "ArchiveTabularDataAsset",
1726
+ requestType: exports.ArchiveTabularDataAssetRequest,
1727
+ requestStream: false,
1728
+ responseType: exports.ArchiveTabularDataAssetResponse,
1729
+ responseStream: false,
1730
+ options: {
1731
+ _unknownFields: {
1732
+ 578365826: [
1733
+ new Uint8Array([
1734
+ 98,
1735
+ 58,
1736
+ 1,
1737
+ 42,
1738
+ 34,
1739
+ 93,
1740
+ 47,
1741
+ 118,
1742
+ 49,
1743
+ 47,
1744
+ 112,
1745
+ 114,
1746
+ 111,
1747
+ 106,
1748
+ 101,
1749
+ 99,
1750
+ 116,
1751
+ 115,
1752
+ 47,
1753
+ 123,
1754
+ 112,
1755
+ 114,
1756
+ 111,
1757
+ 106,
1758
+ 101,
1759
+ 99,
1760
+ 116,
1761
+ 95,
1762
+ 105,
1763
+ 100,
1764
+ 125,
1765
+ 47,
1766
+ 119,
1767
+ 111,
1768
+ 114,
1769
+ 107,
1770
+ 102,
1771
+ 108,
1772
+ 111,
1773
+ 119,
1774
+ 115,
1775
+ 47,
1776
+ 123,
1777
+ 119,
1778
+ 111,
1779
+ 114,
1780
+ 107,
1781
+ 102,
1782
+ 108,
1783
+ 111,
1784
+ 119,
1785
+ 95,
1786
+ 105,
1787
+ 100,
1788
+ 125,
1789
+ 47,
1790
+ 100,
1791
+ 97,
1792
+ 116,
1793
+ 97,
1794
+ 45,
1795
+ 97,
1796
+ 115,
1797
+ 115,
1798
+ 101,
1799
+ 116,
1800
+ 115,
1801
+ 47,
1802
+ 123,
1803
+ 116,
1804
+ 97,
1805
+ 98,
1806
+ 117,
1807
+ 108,
1808
+ 97,
1809
+ 114,
1810
+ 95,
1811
+ 100,
1812
+ 97,
1813
+ 116,
1814
+ 97,
1815
+ 95,
1816
+ 97,
1817
+ 115,
1818
+ 115,
1819
+ 101,
1820
+ 116,
1821
+ 95,
1822
+ 105,
1823
+ 100,
1824
+ 125,
1825
+ 58,
1826
+ 97,
1827
+ 114,
1828
+ 99,
1829
+ 104,
1830
+ 105,
1831
+ 118,
1832
+ 101,
1833
+ ]),
1834
+ ],
1835
+ },
1836
+ },
1837
+ },
1838
+ deleteTabularDataAsset: {
1839
+ name: "DeleteTabularDataAsset",
1840
+ requestType: exports.DeleteTabularDataAssetRequest,
1841
+ requestStream: false,
1842
+ responseType: exports.DeleteTabularDataAssetResponse,
1843
+ responseStream: false,
1844
+ options: {
1845
+ _unknownFields: {
1846
+ 578365826: [
1847
+ new Uint8Array([
1848
+ 87,
1849
+ 42,
1850
+ 85,
1851
+ 47,
1852
+ 118,
1853
+ 49,
1854
+ 47,
1855
+ 112,
1856
+ 114,
1857
+ 111,
1858
+ 106,
1859
+ 101,
1860
+ 99,
1861
+ 116,
1862
+ 115,
1863
+ 47,
1864
+ 123,
1865
+ 112,
1866
+ 114,
1867
+ 111,
1868
+ 106,
1869
+ 101,
1870
+ 99,
1871
+ 116,
1872
+ 95,
1873
+ 105,
1874
+ 100,
1875
+ 125,
1876
+ 47,
1877
+ 119,
1878
+ 111,
1879
+ 114,
1880
+ 107,
1881
+ 102,
1882
+ 108,
1883
+ 111,
1884
+ 119,
1885
+ 115,
1886
+ 47,
1887
+ 123,
1888
+ 119,
1889
+ 111,
1890
+ 114,
1891
+ 107,
1892
+ 102,
1893
+ 108,
1894
+ 111,
1895
+ 119,
1896
+ 95,
1897
+ 105,
1898
+ 100,
1899
+ 125,
1900
+ 47,
1901
+ 100,
1902
+ 97,
1903
+ 116,
1904
+ 97,
1905
+ 45,
1906
+ 97,
1907
+ 115,
1908
+ 115,
1909
+ 101,
1910
+ 116,
1911
+ 115,
1912
+ 47,
1913
+ 123,
1914
+ 116,
1915
+ 97,
1916
+ 98,
1917
+ 117,
1918
+ 108,
1919
+ 97,
1920
+ 114,
1921
+ 95,
1922
+ 100,
1923
+ 97,
1924
+ 116,
1925
+ 97,
1926
+ 95,
1927
+ 97,
1928
+ 115,
1929
+ 115,
1930
+ 101,
1931
+ 116,
1932
+ 95,
1933
+ 105,
1934
+ 100,
1935
+ 125,
1936
+ ]),
1937
+ ],
1938
+ },
1939
+ },
1940
+ },
1941
+ },
1942
+ };
1943
+ function isObject(value) {
1944
+ return typeof value === "object" && value !== null;
1945
+ }
1946
+ function isSet(value) {
1947
+ return value !== null && value !== undefined;
1948
+ }