@use-tusk/drift-schemas 0.1.10

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 (139) hide show
  1. package/README.md +22 -0
  2. package/dist/backend/onboarding_service.cjs +6 -0
  3. package/dist/backend/onboarding_service.client.cjs +30 -0
  4. package/dist/backend/onboarding_service.client.cjs.map +1 -0
  5. package/dist/backend/onboarding_service.client.d.cts +39 -0
  6. package/dist/backend/onboarding_service.client.d.cts.map +1 -0
  7. package/dist/backend/onboarding_service.client.d.ts +39 -0
  8. package/dist/backend/onboarding_service.client.d.ts.map +1 -0
  9. package/dist/backend/onboarding_service.client.js +28 -0
  10. package/dist/backend/onboarding_service.client.js.map +1 -0
  11. package/dist/backend/onboarding_service.d.cts +2 -0
  12. package/dist/backend/onboarding_service.d.ts +2 -0
  13. package/dist/backend/onboarding_service.js +3 -0
  14. package/dist/backend/span_export_service.cjs +9 -0
  15. package/dist/backend/span_export_service.client.cjs +32 -0
  16. package/dist/backend/span_export_service.client.cjs.map +1 -0
  17. package/dist/backend/span_export_service.client.d.cts +38 -0
  18. package/dist/backend/span_export_service.client.d.cts.map +1 -0
  19. package/dist/backend/span_export_service.client.d.ts +38 -0
  20. package/dist/backend/span_export_service.client.d.ts.map +1 -0
  21. package/dist/backend/span_export_service.client.js +30 -0
  22. package/dist/backend/span_export_service.client.js.map +1 -0
  23. package/dist/backend/span_export_service.d.cts +6 -0
  24. package/dist/backend/span_export_service.d.ts +6 -0
  25. package/dist/backend/span_export_service.js +7 -0
  26. package/dist/backend/test_run_service.cjs +49 -0
  27. package/dist/backend/test_run_service.client.cjs +100 -0
  28. package/dist/backend/test_run_service.client.cjs.map +1 -0
  29. package/dist/backend/test_run_service.client.d.cts +133 -0
  30. package/dist/backend/test_run_service.client.d.cts.map +1 -0
  31. package/dist/backend/test_run_service.client.d.ts +133 -0
  32. package/dist/backend/test_run_service.client.d.ts.map +1 -0
  33. package/dist/backend/test_run_service.client.js +98 -0
  34. package/dist/backend/test_run_service.client.js.map +1 -0
  35. package/dist/backend/test_run_service.d.cts +6 -0
  36. package/dist/backend/test_run_service.d.ts +6 -0
  37. package/dist/backend/test_run_service.js +7 -0
  38. package/dist/chunk-CUT6urMc.cjs +30 -0
  39. package/dist/communication-CJHE2gJz.cjs +787 -0
  40. package/dist/communication-CJHE2gJz.cjs.map +1 -0
  41. package/dist/communication-D_MVOCQQ.d.cts +325 -0
  42. package/dist/communication-D_MVOCQQ.d.cts.map +1 -0
  43. package/dist/communication-Np8Uorqu.js +725 -0
  44. package/dist/communication-Np8Uorqu.js.map +1 -0
  45. package/dist/communication-bKx0B3ai.d.ts +325 -0
  46. package/dist/communication-bKx0B3ai.d.ts.map +1 -0
  47. package/dist/core/communication.cjs +16 -0
  48. package/dist/core/communication.client.cjs +48 -0
  49. package/dist/core/communication.client.cjs.map +1 -0
  50. package/dist/core/communication.client.d.cts +59 -0
  51. package/dist/core/communication.client.d.cts.map +1 -0
  52. package/dist/core/communication.client.d.ts +59 -0
  53. package/dist/core/communication.client.d.ts.map +1 -0
  54. package/dist/core/communication.client.js +46 -0
  55. package/dist/core/communication.client.js.map +1 -0
  56. package/dist/core/communication.d.cts +6 -0
  57. package/dist/core/communication.d.ts +6 -0
  58. package/dist/core/communication.js +7 -0
  59. package/dist/core/span.cjs +13 -0
  60. package/dist/core/span.d.cts +5 -0
  61. package/dist/core/span.d.ts +5 -0
  62. package/dist/core/span.js +6 -0
  63. package/dist/duration-2zPogS5a.d.ts +109 -0
  64. package/dist/duration-2zPogS5a.d.ts.map +1 -0
  65. package/dist/duration-B3fwb4jB.js +96 -0
  66. package/dist/duration-B3fwb4jB.js.map +1 -0
  67. package/dist/duration-C9RVKjpO.d.cts +109 -0
  68. package/dist/duration-C9RVKjpO.d.cts.map +1 -0
  69. package/dist/duration-DXK3bnoh.cjs +103 -0
  70. package/dist/duration-DXK3bnoh.cjs.map +1 -0
  71. package/dist/google/protobuf/duration.cjs +3 -0
  72. package/dist/google/protobuf/duration.d.cts +2 -0
  73. package/dist/google/protobuf/duration.d.ts +2 -0
  74. package/dist/google/protobuf/duration.js +3 -0
  75. package/dist/google/protobuf/struct.cjs +6 -0
  76. package/dist/google/protobuf/struct.d.cts +2 -0
  77. package/dist/google/protobuf/struct.d.ts +2 -0
  78. package/dist/google/protobuf/struct.js +3 -0
  79. package/dist/google/protobuf/timestamp.cjs +3 -0
  80. package/dist/google/protobuf/timestamp.d.cts +2 -0
  81. package/dist/google/protobuf/timestamp.d.ts +2 -0
  82. package/dist/google/protobuf/timestamp.js +3 -0
  83. package/dist/onboarding_service-AomDhJCy.js +145 -0
  84. package/dist/onboarding_service-AomDhJCy.js.map +1 -0
  85. package/dist/onboarding_service-C0YdBJhl.d.cts +71 -0
  86. package/dist/onboarding_service-C0YdBJhl.d.cts.map +1 -0
  87. package/dist/onboarding_service-Ccl8QTd4.cjs +171 -0
  88. package/dist/onboarding_service-Ccl8QTd4.cjs.map +1 -0
  89. package/dist/onboarding_service-kegV5UqG.d.ts +71 -0
  90. package/dist/onboarding_service-kegV5UqG.d.ts.map +1 -0
  91. package/dist/postgresql/postgresql.cjs +1476 -0
  92. package/dist/postgresql/postgresql.cjs.map +1 -0
  93. package/dist/postgresql/postgresql.d.cts +639 -0
  94. package/dist/postgresql/postgresql.d.cts.map +1 -0
  95. package/dist/postgresql/postgresql.d.ts +639 -0
  96. package/dist/postgresql/postgresql.d.ts.map +1 -0
  97. package/dist/postgresql/postgresql.js +1461 -0
  98. package/dist/postgresql/postgresql.js.map +1 -0
  99. package/dist/span-BOpbAPMC.d.ts +396 -0
  100. package/dist/span-BOpbAPMC.d.ts.map +1 -0
  101. package/dist/span-DdxaadRr.cjs +827 -0
  102. package/dist/span-DdxaadRr.cjs.map +1 -0
  103. package/dist/span-DwoKrEhp.js +778 -0
  104. package/dist/span-DwoKrEhp.js.map +1 -0
  105. package/dist/span-EQEkCEbn.d.cts +396 -0
  106. package/dist/span-EQEkCEbn.d.cts.map +1 -0
  107. package/dist/span_export_service-CbSVaHwu.d.cts +73 -0
  108. package/dist/span_export_service-CbSVaHwu.d.cts.map +1 -0
  109. package/dist/span_export_service-DzOsX7Of.d.ts +73 -0
  110. package/dist/span_export_service-DzOsX7Of.d.ts.map +1 -0
  111. package/dist/span_export_service-ZbWxkZSp.js +161 -0
  112. package/dist/span_export_service-ZbWxkZSp.js.map +1 -0
  113. package/dist/span_export_service-rOsqG9c6.cjs +181 -0
  114. package/dist/span_export_service-rOsqG9c6.cjs.map +1 -0
  115. package/dist/struct-BArXEwH6.d.ts +183 -0
  116. package/dist/struct-BArXEwH6.d.ts.map +1 -0
  117. package/dist/struct-B_Dk4HR1.cjs +379 -0
  118. package/dist/struct-B_Dk4HR1.cjs.map +1 -0
  119. package/dist/struct-ByyMh9ro.d.cts +183 -0
  120. package/dist/struct-ByyMh9ro.d.cts.map +1 -0
  121. package/dist/struct-LJz5_MGH.js +354 -0
  122. package/dist/struct-LJz5_MGH.js.map +1 -0
  123. package/dist/test_run_service-5Yml6s_N.d.ts +1179 -0
  124. package/dist/test_run_service-5Yml6s_N.d.ts.map +1 -0
  125. package/dist/test_run_service-BVhrRxO_.js +2559 -0
  126. package/dist/test_run_service-BVhrRxO_.js.map +1 -0
  127. package/dist/test_run_service-DAflWX54.d.cts +1179 -0
  128. package/dist/test_run_service-DAflWX54.d.cts.map +1 -0
  129. package/dist/test_run_service-Dkjv1XDs.cjs +2819 -0
  130. package/dist/test_run_service-Dkjv1XDs.cjs.map +1 -0
  131. package/dist/timestamp-2doLREh_.d.ts +152 -0
  132. package/dist/timestamp-2doLREh_.d.ts.map +1 -0
  133. package/dist/timestamp-C1kA6yb7.d.cts +152 -0
  134. package/dist/timestamp-C1kA6yb7.d.cts.map +1 -0
  135. package/dist/timestamp-CN7C70ih.js +121 -0
  136. package/dist/timestamp-CN7C70ih.js.map +1 -0
  137. package/dist/timestamp-Dfs_RIb3.cjs +128 -0
  138. package/dist/timestamp-Dfs_RIb3.cjs.map +1 -0
  139. package/package.json +98 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duration-DXK3bnoh.cjs","names":["MessageType","PbLong","UnknownFieldHandler","WireType"],"sources":["../generated/ts/google/protobuf/duration.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"google/protobuf/duration.proto\" (package \"google.protobuf\", syntax proto3)\n// tslint:disable\n//\n// Protocol Buffers - Google's data interchange format\n// Copyright 2008 Google Inc. All rights reserved.\n// https://developers.google.com/protocol-buffers/\n//\n// Redistribution and use in source and binary forms, with or without\n// modification, are permitted provided that the following conditions are\n// met:\n//\n// * Redistributions of source code must retain the above copyright\n// notice, this list of conditions and the following disclaimer.\n// * Redistributions in binary form must reproduce the above\n// copyright notice, this list of conditions and the following disclaimer\n// in the documentation and/or other materials provided with the\n// distribution.\n// * Neither the name of Google Inc. nor the names of its\n// contributors may be used to endorse or promote products derived from\n// this software without specific prior written permission.\n//\n// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n// \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n//\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { typeofJsonValue } from \"@protobuf-ts/runtime\";\nimport type { JsonValue } from \"@protobuf-ts/runtime\";\nimport type { JsonReadOptions } from \"@protobuf-ts/runtime\";\nimport type { JsonWriteOptions } from \"@protobuf-ts/runtime\";\nimport { PbLong } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\n/**\n * A Duration represents a signed, fixed-length span of time represented\n * as a count of seconds and fractions of seconds at nanosecond\n * resolution. It is independent of any calendar and concepts like \"day\"\n * or \"month\". It is related to Timestamp in that the difference between\n * two Timestamp values is a Duration and it can be added or subtracted\n * from a Timestamp. Range is approximately +-10,000 years.\n *\n * # Examples\n *\n * Example 1: Compute Duration from two Timestamps in pseudo code.\n *\n * Timestamp start = ...;\n * Timestamp end = ...;\n * Duration duration = ...;\n *\n * duration.seconds = end.seconds - start.seconds;\n * duration.nanos = end.nanos - start.nanos;\n *\n * if (duration.seconds < 0 && duration.nanos > 0) {\n * duration.seconds += 1;\n * duration.nanos -= 1000000000;\n * } else if (duration.seconds > 0 && duration.nanos < 0) {\n * duration.seconds -= 1;\n * duration.nanos += 1000000000;\n * }\n *\n * Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.\n *\n * Timestamp start = ...;\n * Duration duration = ...;\n * Timestamp end = ...;\n *\n * end.seconds = start.seconds + duration.seconds;\n * end.nanos = start.nanos + duration.nanos;\n *\n * if (end.nanos < 0) {\n * end.seconds -= 1;\n * end.nanos += 1000000000;\n * } else if (end.nanos >= 1000000000) {\n * end.seconds += 1;\n * end.nanos -= 1000000000;\n * }\n *\n * Example 3: Compute Duration from datetime.timedelta in Python.\n *\n * td = datetime.timedelta(days=3, minutes=10)\n * duration = Duration()\n * duration.FromTimedelta(td)\n *\n * # JSON Mapping\n *\n * In JSON format, the Duration type is encoded as a string rather than an\n * object, where the string ends in the suffix \"s\" (indicating seconds) and\n * is preceded by the number of seconds, with nanoseconds expressed as\n * fractional seconds. For example, 3 seconds with 0 nanoseconds should be\n * encoded in JSON format as \"3s\", while 3 seconds and 1 nanosecond should\n * be expressed in JSON format as \"3.000000001s\", and 3 seconds and 1\n * microsecond should be expressed in JSON format as \"3.000001s\".\n *\n *\n * @generated from protobuf message google.protobuf.Duration\n */\nexport interface Duration {\n /**\n * Signed seconds of the span of time. Must be from -315,576,000,000\n * to +315,576,000,000 inclusive. Note: these bounds are computed from:\n * 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years\n *\n * @generated from protobuf field: int64 seconds = 1\n */\n seconds: bigint;\n /**\n * Signed fractions of a second at nanosecond resolution of the span\n * of time. Durations less than one second are represented with a 0\n * `seconds` field and a positive or negative `nanos` field. For durations\n * of one second or more, a non-zero value for the `nanos` field must be\n * of the same sign as the `seconds` field. Must be from -999,999,999\n * to +999,999,999 inclusive.\n *\n * @generated from protobuf field: int32 nanos = 2\n */\n nanos: number;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass Duration$Type extends MessageType<Duration> {\n constructor() {\n super(\"google.protobuf.Duration\", [\n { no: 1, name: \"seconds\", kind: \"scalar\", T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 2, name: \"nanos\", kind: \"scalar\", T: 5 /*ScalarType.INT32*/ }\n ]);\n }\n /**\n * Encode `Duration` to JSON string like \"3.000001s\".\n */\n internalJsonWrite(message: Duration, options: JsonWriteOptions): JsonValue {\n let s = PbLong.from(message.seconds).toNumber();\n if (s > 315576000000 || s < -315576000000)\n throw new Error(\"Duration value out of range.\");\n let text = message.seconds.toString();\n if (s === 0 && message.nanos < 0)\n text = \"-\" + text;\n if (message.nanos !== 0) {\n let nanosStr = Math.abs(message.nanos).toString();\n nanosStr = \"0\".repeat(9 - nanosStr.length) + nanosStr;\n if (nanosStr.substring(3) === \"000000\")\n nanosStr = nanosStr.substring(0, 3);\n else if (nanosStr.substring(6) === \"000\")\n nanosStr = nanosStr.substring(0, 6);\n text += \".\" + nanosStr;\n }\n return text + \"s\";\n }\n /**\n * Decode `Duration` from JSON string like \"3.000001s\"\n */\n internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Duration): Duration {\n if (typeof json !== \"string\")\n throw new Error(\"Unable to parse Duration from JSON \" + typeofJsonValue(json) + \". Expected string.\");\n let match = json.match(/^(-?)([0-9]+)(?:\\.([0-9]+))?s/);\n if (match === null)\n throw new Error(\"Unable to parse Duration from JSON string. Invalid format.\");\n if (!target)\n target = this.create();\n let [, sign, secs, nanos] = match;\n let longSeconds = PbLong.from(sign + secs);\n if (longSeconds.toNumber() > 315576000000 || longSeconds.toNumber() < -315576000000)\n throw new Error(\"Unable to parse Duration from JSON string. Value out of range.\");\n target.seconds = longSeconds.toBigInt();\n if (typeof nanos == \"string\") {\n let nanosStr = sign + nanos + \"0\".repeat(9 - nanos.length);\n target.nanos = parseInt(nanosStr);\n }\n return target;\n }\n create(value?: PartialMessage<Duration>): Duration {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.seconds = 0n;\n message.nanos = 0;\n if (value !== undefined)\n reflectionMergePartial<Duration>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Duration): Duration {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* int64 seconds */ 1:\n message.seconds = reader.int64().toBigInt();\n break;\n case /* int32 nanos */ 2:\n message.nanos = reader.int32();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: Duration, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* int64 seconds = 1; */\n if (message.seconds !== 0n)\n writer.tag(1, WireType.Varint).int64(message.seconds);\n /* int32 nanos = 2; */\n if (message.nanos !== 0)\n writer.tag(2, WireType.Varint).int32(message.nanos);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message google.protobuf.Duration\n */\nexport const Duration = new Duration$Type();\n"],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ const require_duration = require('../../duration-DXK3bnoh.cjs');
2
+
3
+ exports.Duration = require_duration.Duration;
@@ -0,0 +1,2 @@
1
+ import { Duration } from "../../duration-C9RVKjpO.cjs";
2
+ export { Duration };
@@ -0,0 +1,2 @@
1
+ import { Duration } from "../../duration-2zPogS5a.js";
2
+ export { Duration };
@@ -0,0 +1,3 @@
1
+ import { Duration } from "../../duration-B3fwb4jB.js";
2
+
3
+ export { Duration };
@@ -0,0 +1,6 @@
1
+ const require_struct = require('../../struct-B_Dk4HR1.cjs');
2
+
3
+ exports.ListValue = require_struct.ListValue;
4
+ exports.NullValue = require_struct.NullValue;
5
+ exports.Struct = require_struct.Struct;
6
+ exports.Value = require_struct.Value;
@@ -0,0 +1,2 @@
1
+ import { ListValue, NullValue, Struct, Value } from "../../struct-ByyMh9ro.cjs";
2
+ export { ListValue, NullValue, Struct, Value };
@@ -0,0 +1,2 @@
1
+ import { ListValue, NullValue, Struct, Value } from "../../struct-BArXEwH6.js";
2
+ export { ListValue, NullValue, Struct, Value };
@@ -0,0 +1,3 @@
1
+ import { ListValue, NullValue, Struct, Value } from "../../struct-LJz5_MGH.js";
2
+
3
+ export { ListValue, NullValue, Struct, Value };
@@ -0,0 +1,3 @@
1
+ const require_timestamp = require('../../timestamp-Dfs_RIb3.cjs');
2
+
3
+ exports.Timestamp = require_timestamp.Timestamp;
@@ -0,0 +1,2 @@
1
+ import { Timestamp } from "../../timestamp-C1kA6yb7.cjs";
2
+ export { Timestamp };
@@ -0,0 +1,2 @@
1
+ import { Timestamp } from "../../timestamp-2doLREh_.js";
2
+ export { Timestamp };
@@ -0,0 +1,3 @@
1
+ import { Timestamp } from "../../timestamp-CN7C70ih.js";
2
+
3
+ export { Timestamp };
@@ -0,0 +1,145 @@
1
+ import { ServiceType } from "@protobuf-ts/runtime-rpc";
2
+ import { MessageType, UnknownFieldHandler, WireType, reflectionMergePartial } from "@protobuf-ts/runtime";
3
+
4
+ //#region generated/ts/backend/onboarding_service.ts
5
+ /**
6
+ * @generated from protobuf enum tusk.drift.backend.v1.ServiceType
7
+ */
8
+ let ServiceType$1 = /* @__PURE__ */ function(ServiceType$2) {
9
+ /**
10
+ * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;
11
+ */
12
+ ServiceType$2[ServiceType$2["UNSPECIFIED"] = 0] = "UNSPECIFIED";
13
+ /**
14
+ * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;
15
+ */
16
+ ServiceType$2[ServiceType$2["NODE"] = 1] = "NODE";
17
+ return ServiceType$2;
18
+ }({});
19
+ var CreateObservableServiceRequest$Type = class extends MessageType {
20
+ constructor() {
21
+ super("tusk.drift.backend.v1.CreateObservableServiceRequest", [
22
+ {
23
+ no: 1,
24
+ name: "repo_owner_name",
25
+ kind: "scalar",
26
+ T: 9
27
+ },
28
+ {
29
+ no: 2,
30
+ name: "repo_name",
31
+ kind: "scalar",
32
+ T: 9
33
+ },
34
+ {
35
+ no: 3,
36
+ name: "service_type",
37
+ kind: "enum",
38
+ T: () => [
39
+ "tusk.drift.backend.v1.ServiceType",
40
+ ServiceType$1,
41
+ "SERVICE_TYPE_"
42
+ ]
43
+ }
44
+ ]);
45
+ }
46
+ create(value) {
47
+ const message = globalThis.Object.create(this.messagePrototype);
48
+ message.repoOwnerName = "";
49
+ message.repoName = "";
50
+ message.serviceType = 0;
51
+ if (value !== void 0) reflectionMergePartial(this, message, value);
52
+ return message;
53
+ }
54
+ internalBinaryRead(reader, length, options, target) {
55
+ let message = target ?? this.create(), end = reader.pos + length;
56
+ while (reader.pos < end) {
57
+ let [fieldNo, wireType] = reader.tag();
58
+ switch (fieldNo) {
59
+ case 1:
60
+ message.repoOwnerName = reader.string();
61
+ break;
62
+ case 2:
63
+ message.repoName = reader.string();
64
+ break;
65
+ case 3:
66
+ message.serviceType = reader.int32();
67
+ break;
68
+ default:
69
+ let u = options.readUnknownField;
70
+ if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
71
+ let d = reader.skip(wireType);
72
+ if (u !== false) (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
73
+ }
74
+ }
75
+ return message;
76
+ }
77
+ internalBinaryWrite(message, writer, options) {
78
+ if (message.repoOwnerName !== "") writer.tag(1, WireType.LengthDelimited).string(message.repoOwnerName);
79
+ if (message.repoName !== "") writer.tag(2, WireType.LengthDelimited).string(message.repoName);
80
+ if (message.serviceType !== 0) writer.tag(3, WireType.Varint).int32(message.serviceType);
81
+ let u = options.writeUnknownFields;
82
+ if (u !== false) (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
83
+ return writer;
84
+ }
85
+ };
86
+ /**
87
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
88
+ */
89
+ const CreateObservableServiceRequest = new CreateObservableServiceRequest$Type();
90
+ var CreateObservableServiceResponse$Type = class extends MessageType {
91
+ constructor() {
92
+ super("tusk.drift.backend.v1.CreateObservableServiceResponse", [{
93
+ no: 1,
94
+ name: "observable_service_id",
95
+ kind: "scalar",
96
+ T: 9
97
+ }]);
98
+ }
99
+ create(value) {
100
+ const message = globalThis.Object.create(this.messagePrototype);
101
+ message.observableServiceId = "";
102
+ if (value !== void 0) reflectionMergePartial(this, message, value);
103
+ return message;
104
+ }
105
+ internalBinaryRead(reader, length, options, target) {
106
+ let message = target ?? this.create(), end = reader.pos + length;
107
+ while (reader.pos < end) {
108
+ let [fieldNo, wireType] = reader.tag();
109
+ switch (fieldNo) {
110
+ case 1:
111
+ message.observableServiceId = reader.string();
112
+ break;
113
+ default:
114
+ let u = options.readUnknownField;
115
+ if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
116
+ let d = reader.skip(wireType);
117
+ if (u !== false) (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
118
+ }
119
+ }
120
+ return message;
121
+ }
122
+ internalBinaryWrite(message, writer, options) {
123
+ if (message.observableServiceId !== "") writer.tag(1, WireType.LengthDelimited).string(message.observableServiceId);
124
+ let u = options.writeUnknownFields;
125
+ if (u !== false) (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
126
+ return writer;
127
+ }
128
+ };
129
+ /**
130
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
131
+ */
132
+ const CreateObservableServiceResponse = new CreateObservableServiceResponse$Type();
133
+ /**
134
+ * @generated ServiceType for protobuf service tusk.drift.backend.v1.OnboardingService
135
+ */
136
+ const OnboardingService = new ServiceType("tusk.drift.backend.v1.OnboardingService", [{
137
+ name: "CreateObservableService",
138
+ options: {},
139
+ I: CreateObservableServiceRequest,
140
+ O: CreateObservableServiceResponse
141
+ }]);
142
+
143
+ //#endregion
144
+ export { CreateObservableServiceRequest, CreateObservableServiceResponse, OnboardingService, ServiceType$1 as ServiceType };
145
+ //# sourceMappingURL=onboarding_service-AomDhJCy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboarding_service-AomDhJCy.js","names":["ServiceType","ServiceType$"],"sources":["../generated/ts/backend/onboarding_service.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"backend/onboarding_service.proto\" (package \"tusk.drift.backend.v1\", syntax proto3)\n// tslint:disable\nimport { ServiceType as ServiceType$ } from \"@protobuf-ts/runtime-rpc\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\n/**\n * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest\n */\nexport interface CreateObservableServiceRequest {\n /**\n * @generated from protobuf field: string repo_owner_name = 1\n */\n repoOwnerName: string;\n /**\n * @generated from protobuf field: string repo_name = 2\n */\n repoName: string;\n /**\n * @generated from protobuf field: tusk.drift.backend.v1.ServiceType service_type = 3\n */\n serviceType: ServiceType;\n}\n/**\n * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse\n */\nexport interface CreateObservableServiceResponse {\n /**\n * @generated from protobuf field: string observable_service_id = 1\n */\n observableServiceId: string;\n}\n/**\n * @generated from protobuf enum tusk.drift.backend.v1.ServiceType\n */\nexport enum ServiceType {\n /**\n * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;\n */\n UNSPECIFIED = 0,\n /**\n * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;\n */\n NODE = 1\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass CreateObservableServiceRequest$Type extends MessageType<CreateObservableServiceRequest> {\n constructor() {\n super(\"tusk.drift.backend.v1.CreateObservableServiceRequest\", [\n { no: 1, name: \"repo_owner_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"repo_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"service_type\", kind: \"enum\", T: () => [\"tusk.drift.backend.v1.ServiceType\", ServiceType, \"SERVICE_TYPE_\"] }\n ]);\n }\n create(value?: PartialMessage<CreateObservableServiceRequest>): CreateObservableServiceRequest {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.repoOwnerName = \"\";\n message.repoName = \"\";\n message.serviceType = 0;\n if (value !== undefined)\n reflectionMergePartial<CreateObservableServiceRequest>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceRequest): CreateObservableServiceRequest {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string repo_owner_name */ 1:\n message.repoOwnerName = reader.string();\n break;\n case /* string repo_name */ 2:\n message.repoName = reader.string();\n break;\n case /* tusk.drift.backend.v1.ServiceType service_type */ 3:\n message.serviceType = reader.int32();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: CreateObservableServiceRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string repo_owner_name = 1; */\n if (message.repoOwnerName !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.repoOwnerName);\n /* string repo_name = 2; */\n if (message.repoName !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.repoName);\n /* tusk.drift.backend.v1.ServiceType service_type = 3; */\n if (message.serviceType !== 0)\n writer.tag(3, WireType.Varint).int32(message.serviceType);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest\n */\nexport const CreateObservableServiceRequest = new CreateObservableServiceRequest$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CreateObservableServiceResponse$Type extends MessageType<CreateObservableServiceResponse> {\n constructor() {\n super(\"tusk.drift.backend.v1.CreateObservableServiceResponse\", [\n { no: 1, name: \"observable_service_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<CreateObservableServiceResponse>): CreateObservableServiceResponse {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.observableServiceId = \"\";\n if (value !== undefined)\n reflectionMergePartial<CreateObservableServiceResponse>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponse): CreateObservableServiceResponse {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string observable_service_id */ 1:\n message.observableServiceId = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: CreateObservableServiceResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string observable_service_id = 1; */\n if (message.observableServiceId !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.observableServiceId);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse\n */\nexport const CreateObservableServiceResponse = new CreateObservableServiceResponse$Type();\n/**\n * @generated ServiceType for protobuf service tusk.drift.backend.v1.OnboardingService\n */\nexport const OnboardingService = new ServiceType$(\"tusk.drift.backend.v1.OnboardingService\", [\n { name: \"CreateObservableService\", options: {}, I: CreateObservableServiceRequest, O: CreateObservableServiceResponse }\n]);\n"],"mappings":";;;;;;;AA0CA,IAAYA,wDAAL;;;;AAIH;;;;AAIA;;;AAGJ,IAAM,sCAAN,cAAkD,YAA4C;CAC1F,cAAc;AACV,QAAM,wDAAwD;GAC1D;IAAE,IAAI;IAAG,MAAM;IAAmB,MAAM;IAAU,GAAG;IAAyB;GAC9E;IAAE,IAAI;IAAG,MAAM;IAAa,MAAM;IAAU,GAAG;IAAyB;GACxE;IAAE,IAAI;IAAG,MAAM;IAAgB,MAAM;IAAQ,SAAS;KAAC;KAAqCA;KAAa;KAAgB;IAAE;GAC9H,CAAC;;CAEN,OAAO,OAAwF;EAC3F,MAAM,UAAU,WAAW,OAAO,OAAQ,KAAK,iBAAmB;AAClE,UAAQ,gBAAgB;AACxB,UAAQ,WAAW;AACnB,UAAQ,cAAc;AACtB,MAAI,UAAU,OACV,wBAAuD,MAAM,SAAS,MAAM;AAChF,SAAO;;CAEX,mBAAmB,QAAuB,QAAgB,SAA4B,QAAyE;EAC3J,IAAI,UAAU,UAAU,KAAK,QAAQ,EAAE,MAAM,OAAO,MAAM;AAC1D,SAAO,OAAO,MAAM,KAAK;GACrB,IAAI,CAAC,SAAS,YAAY,OAAO,KAAK;AACtC,WAAQ,SAAR;IACI,KAAkC;AAC9B,aAAQ,gBAAgB,OAAO,QAAQ;AACvC;IACJ,KAA4B;AACxB,aAAQ,WAAW,OAAO,QAAQ;AAClC;IACJ,KAA0D;AACtD,aAAQ,cAAc,OAAO,OAAO;AACpC;IACJ;KACI,IAAI,IAAI,QAAQ;AAChB,SAAI,MAAM,QACN,OAAM,IAAI,WAAW,MAAM,iBAAiB,QAAQ,cAAc,SAAS,QAAQ,KAAK,WAAW;KACvG,IAAI,IAAI,OAAO,KAAK,SAAS;AAC7B,SAAI,MAAM,MACN,EAAC,MAAM,OAAO,oBAAoB,SAAS,GAAG,KAAK,UAAU,SAAS,SAAS,UAAU,EAAE;;;AAG3G,SAAO;;CAEX,oBAAoB,SAAyC,QAAuB,SAA4C;AAE5H,MAAI,QAAQ,kBAAkB,GAC1B,QAAO,IAAI,GAAG,SAAS,gBAAgB,CAAC,OAAO,QAAQ,cAAc;AAEzE,MAAI,QAAQ,aAAa,GACrB,QAAO,IAAI,GAAG,SAAS,gBAAgB,CAAC,OAAO,QAAQ,SAAS;AAEpE,MAAI,QAAQ,gBAAgB,EACxB,QAAO,IAAI,GAAG,SAAS,OAAO,CAAC,MAAM,QAAQ,YAAY;EAC7D,IAAI,IAAI,QAAQ;AAChB,MAAI,MAAM,MACN,EAAC,KAAK,OAAO,oBAAoB,UAAU,GAAG,KAAK,UAAU,SAAS,OAAO;AACjF,SAAO;;;;;;AAMf,MAAa,iCAAiC,IAAI,qCAAqC;AAEvF,IAAM,uCAAN,cAAmD,YAA6C;CAC5F,cAAc;AACV,QAAM,yDAAyD,CAC3D;GAAE,IAAI;GAAG,MAAM;GAAyB,MAAM;GAAU,GAAG;GAAyB,CACvF,CAAC;;CAEN,OAAO,OAA0F;EAC7F,MAAM,UAAU,WAAW,OAAO,OAAQ,KAAK,iBAAmB;AAClE,UAAQ,sBAAsB;AAC9B,MAAI,UAAU,OACV,wBAAwD,MAAM,SAAS,MAAM;AACjF,SAAO;;CAEX,mBAAmB,QAAuB,QAAgB,SAA4B,QAA2E;EAC7J,IAAI,UAAU,UAAU,KAAK,QAAQ,EAAE,MAAM,OAAO,MAAM;AAC1D,SAAO,OAAO,MAAM,KAAK;GACrB,IAAI,CAAC,SAAS,YAAY,OAAO,KAAK;AACtC,WAAQ,SAAR;IACI,KAAwC;AACpC,aAAQ,sBAAsB,OAAO,QAAQ;AAC7C;IACJ;KACI,IAAI,IAAI,QAAQ;AAChB,SAAI,MAAM,QACN,OAAM,IAAI,WAAW,MAAM,iBAAiB,QAAQ,cAAc,SAAS,QAAQ,KAAK,WAAW;KACvG,IAAI,IAAI,OAAO,KAAK,SAAS;AAC7B,SAAI,MAAM,MACN,EAAC,MAAM,OAAO,oBAAoB,SAAS,GAAG,KAAK,UAAU,SAAS,SAAS,UAAU,EAAE;;;AAG3G,SAAO;;CAEX,oBAAoB,SAA0C,QAAuB,SAA4C;AAE7H,MAAI,QAAQ,wBAAwB,GAChC,QAAO,IAAI,GAAG,SAAS,gBAAgB,CAAC,OAAO,QAAQ,oBAAoB;EAC/E,IAAI,IAAI,QAAQ;AAChB,MAAI,MAAM,MACN,EAAC,KAAK,OAAO,oBAAoB,UAAU,GAAG,KAAK,UAAU,SAAS,OAAO;AACjF,SAAO;;;;;;AAMf,MAAa,kCAAkC,IAAI,sCAAsC;;;;AAIzF,MAAa,oBAAoB,IAAIC,YAAa,2CAA2C,CACzF;CAAE,MAAM;CAA2B,SAAS,EAAE;CAAE,GAAG;CAAgC,GAAG;CAAiC,CAC1H,CAAC"}
@@ -0,0 +1,71 @@
1
+ import { ServiceType } from "@protobuf-ts/runtime-rpc";
2
+ import { BinaryReadOptions, BinaryWriteOptions, IBinaryReader, IBinaryWriter, MessageType, PartialMessage } from "@protobuf-ts/runtime";
3
+
4
+ //#region generated/ts/backend/onboarding_service.d.ts
5
+
6
+ /**
7
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
8
+ */
9
+ interface CreateObservableServiceRequest {
10
+ /**
11
+ * @generated from protobuf field: string repo_owner_name = 1
12
+ */
13
+ repoOwnerName: string;
14
+ /**
15
+ * @generated from protobuf field: string repo_name = 2
16
+ */
17
+ repoName: string;
18
+ /**
19
+ * @generated from protobuf field: tusk.drift.backend.v1.ServiceType service_type = 3
20
+ */
21
+ serviceType: ServiceType$1;
22
+ }
23
+ /**
24
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
25
+ */
26
+ interface CreateObservableServiceResponse {
27
+ /**
28
+ * @generated from protobuf field: string observable_service_id = 1
29
+ */
30
+ observableServiceId: string;
31
+ }
32
+ /**
33
+ * @generated from protobuf enum tusk.drift.backend.v1.ServiceType
34
+ */
35
+ declare enum ServiceType$1 {
36
+ /**
37
+ * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;
38
+ */
39
+ UNSPECIFIED = 0,
40
+ /**
41
+ * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;
42
+ */
43
+ NODE = 1,
44
+ }
45
+ declare class CreateObservableServiceRequest$Type extends MessageType<CreateObservableServiceRequest> {
46
+ constructor();
47
+ create(value?: PartialMessage<CreateObservableServiceRequest>): CreateObservableServiceRequest;
48
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceRequest): CreateObservableServiceRequest;
49
+ internalBinaryWrite(message: CreateObservableServiceRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
50
+ }
51
+ /**
52
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
53
+ */
54
+ declare const CreateObservableServiceRequest: CreateObservableServiceRequest$Type;
55
+ declare class CreateObservableServiceResponse$Type extends MessageType<CreateObservableServiceResponse> {
56
+ constructor();
57
+ create(value?: PartialMessage<CreateObservableServiceResponse>): CreateObservableServiceResponse;
58
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponse): CreateObservableServiceResponse;
59
+ internalBinaryWrite(message: CreateObservableServiceResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
60
+ }
61
+ /**
62
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
63
+ */
64
+ declare const CreateObservableServiceResponse: CreateObservableServiceResponse$Type;
65
+ /**
66
+ * @generated ServiceType for protobuf service tusk.drift.backend.v1.OnboardingService
67
+ */
68
+ declare const OnboardingService: ServiceType;
69
+ //#endregion
70
+ export { CreateObservableServiceRequest, CreateObservableServiceResponse, OnboardingService, ServiceType$1 as ServiceType };
71
+ //# sourceMappingURL=onboarding_service-C0YdBJhl.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboarding_service-C0YdBJhl.d.cts","names":[],"sources":["../generated/ts/backend/onboarding_service.ts"],"sourcesContent":[],"mappings":";;;;;AAmDC;;;AAUiC,UA7CjB,8BAAA,CA6CiB;;;;eASqC,EAAA,MAAA;;;;UAyBE,EAAA,MAAA;;;;EA1CZ,WAAA,EAzB5C,aAyB4C;AA6D7D;AAAwF;;;AAQtD,UAzFjB,+BAAA,CAyFiB;;;;qBAOqC,EAAA,MAAA;;;;;AAmB2B,aA1GtF,aAAA;;;;EAuHC,WAAA,GAAA,CAAA;EAIA;;;;;cAhHP,mCAAA,SAA4C,YAAY;;iBAQ3C,eAAe,kCAAkC;6BASrC,wCAAwC,4BAA4B,iCAAiC;+BAyBnG,wCAAwC,wBAAwB,qBAAqB;;;;;cAmBzG,gCAA8B;cAErC,oCAAA,SAA6C,YAAY;;iBAM5C,eAAe,mCAAmC;6BAOtC,wCAAwC,4BAA4B,kCAAkC;+BAmBpG,yCAAyC,wBAAwB,qBAAqB;;;;;cAa1G,iCAA+B;;;;cAI/B,mBAAiB"}
@@ -0,0 +1,171 @@
1
+ const require_chunk = require('./chunk-CUT6urMc.cjs');
2
+ let __protobuf_ts_runtime_rpc = require("@protobuf-ts/runtime-rpc");
3
+ __protobuf_ts_runtime_rpc = require_chunk.__toESM(__protobuf_ts_runtime_rpc);
4
+ let __protobuf_ts_runtime = require("@protobuf-ts/runtime");
5
+ __protobuf_ts_runtime = require_chunk.__toESM(__protobuf_ts_runtime);
6
+
7
+ //#region generated/ts/backend/onboarding_service.ts
8
+ /**
9
+ * @generated from protobuf enum tusk.drift.backend.v1.ServiceType
10
+ */
11
+ let ServiceType = /* @__PURE__ */ function(ServiceType$1) {
12
+ /**
13
+ * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;
14
+ */
15
+ ServiceType$1[ServiceType$1["UNSPECIFIED"] = 0] = "UNSPECIFIED";
16
+ /**
17
+ * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;
18
+ */
19
+ ServiceType$1[ServiceType$1["NODE"] = 1] = "NODE";
20
+ return ServiceType$1;
21
+ }({});
22
+ var CreateObservableServiceRequest$Type = class extends __protobuf_ts_runtime.MessageType {
23
+ constructor() {
24
+ super("tusk.drift.backend.v1.CreateObservableServiceRequest", [
25
+ {
26
+ no: 1,
27
+ name: "repo_owner_name",
28
+ kind: "scalar",
29
+ T: 9
30
+ },
31
+ {
32
+ no: 2,
33
+ name: "repo_name",
34
+ kind: "scalar",
35
+ T: 9
36
+ },
37
+ {
38
+ no: 3,
39
+ name: "service_type",
40
+ kind: "enum",
41
+ T: () => [
42
+ "tusk.drift.backend.v1.ServiceType",
43
+ ServiceType,
44
+ "SERVICE_TYPE_"
45
+ ]
46
+ }
47
+ ]);
48
+ }
49
+ create(value) {
50
+ const message = globalThis.Object.create(this.messagePrototype);
51
+ message.repoOwnerName = "";
52
+ message.repoName = "";
53
+ message.serviceType = 0;
54
+ if (value !== void 0) (0, __protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
55
+ return message;
56
+ }
57
+ internalBinaryRead(reader, length, options, target) {
58
+ let message = target ?? this.create(), end = reader.pos + length;
59
+ while (reader.pos < end) {
60
+ let [fieldNo, wireType] = reader.tag();
61
+ switch (fieldNo) {
62
+ case 1:
63
+ message.repoOwnerName = reader.string();
64
+ break;
65
+ case 2:
66
+ message.repoName = reader.string();
67
+ break;
68
+ case 3:
69
+ message.serviceType = reader.int32();
70
+ break;
71
+ default:
72
+ let u = options.readUnknownField;
73
+ if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
74
+ let d = reader.skip(wireType);
75
+ if (u !== false) (u === true ? __protobuf_ts_runtime.UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
76
+ }
77
+ }
78
+ return message;
79
+ }
80
+ internalBinaryWrite(message, writer, options) {
81
+ if (message.repoOwnerName !== "") writer.tag(1, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.repoOwnerName);
82
+ if (message.repoName !== "") writer.tag(2, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.repoName);
83
+ if (message.serviceType !== 0) writer.tag(3, __protobuf_ts_runtime.WireType.Varint).int32(message.serviceType);
84
+ let u = options.writeUnknownFields;
85
+ if (u !== false) (u == true ? __protobuf_ts_runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
86
+ return writer;
87
+ }
88
+ };
89
+ /**
90
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
91
+ */
92
+ const CreateObservableServiceRequest = new CreateObservableServiceRequest$Type();
93
+ var CreateObservableServiceResponse$Type = class extends __protobuf_ts_runtime.MessageType {
94
+ constructor() {
95
+ super("tusk.drift.backend.v1.CreateObservableServiceResponse", [{
96
+ no: 1,
97
+ name: "observable_service_id",
98
+ kind: "scalar",
99
+ T: 9
100
+ }]);
101
+ }
102
+ create(value) {
103
+ const message = globalThis.Object.create(this.messagePrototype);
104
+ message.observableServiceId = "";
105
+ if (value !== void 0) (0, __protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
106
+ return message;
107
+ }
108
+ internalBinaryRead(reader, length, options, target) {
109
+ let message = target ?? this.create(), end = reader.pos + length;
110
+ while (reader.pos < end) {
111
+ let [fieldNo, wireType] = reader.tag();
112
+ switch (fieldNo) {
113
+ case 1:
114
+ message.observableServiceId = reader.string();
115
+ break;
116
+ default:
117
+ let u = options.readUnknownField;
118
+ if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
119
+ let d = reader.skip(wireType);
120
+ if (u !== false) (u === true ? __protobuf_ts_runtime.UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
121
+ }
122
+ }
123
+ return message;
124
+ }
125
+ internalBinaryWrite(message, writer, options) {
126
+ if (message.observableServiceId !== "") writer.tag(1, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.observableServiceId);
127
+ let u = options.writeUnknownFields;
128
+ if (u !== false) (u == true ? __protobuf_ts_runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
129
+ return writer;
130
+ }
131
+ };
132
+ /**
133
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
134
+ */
135
+ const CreateObservableServiceResponse = new CreateObservableServiceResponse$Type();
136
+ /**
137
+ * @generated ServiceType for protobuf service tusk.drift.backend.v1.OnboardingService
138
+ */
139
+ const OnboardingService = new __protobuf_ts_runtime_rpc.ServiceType("tusk.drift.backend.v1.OnboardingService", [{
140
+ name: "CreateObservableService",
141
+ options: {},
142
+ I: CreateObservableServiceRequest,
143
+ O: CreateObservableServiceResponse
144
+ }]);
145
+
146
+ //#endregion
147
+ Object.defineProperty(exports, 'CreateObservableServiceRequest', {
148
+ enumerable: true,
149
+ get: function () {
150
+ return CreateObservableServiceRequest;
151
+ }
152
+ });
153
+ Object.defineProperty(exports, 'CreateObservableServiceResponse', {
154
+ enumerable: true,
155
+ get: function () {
156
+ return CreateObservableServiceResponse;
157
+ }
158
+ });
159
+ Object.defineProperty(exports, 'OnboardingService', {
160
+ enumerable: true,
161
+ get: function () {
162
+ return OnboardingService;
163
+ }
164
+ });
165
+ Object.defineProperty(exports, 'ServiceType', {
166
+ enumerable: true,
167
+ get: function () {
168
+ return ServiceType;
169
+ }
170
+ });
171
+ //# sourceMappingURL=onboarding_service-Ccl8QTd4.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboarding_service-Ccl8QTd4.cjs","names":["MessageType","UnknownFieldHandler","WireType","ServiceType$"],"sources":["../generated/ts/backend/onboarding_service.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"backend/onboarding_service.proto\" (package \"tusk.drift.backend.v1\", syntax proto3)\n// tslint:disable\nimport { ServiceType as ServiceType$ } from \"@protobuf-ts/runtime-rpc\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\n/**\n * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest\n */\nexport interface CreateObservableServiceRequest {\n /**\n * @generated from protobuf field: string repo_owner_name = 1\n */\n repoOwnerName: string;\n /**\n * @generated from protobuf field: string repo_name = 2\n */\n repoName: string;\n /**\n * @generated from protobuf field: tusk.drift.backend.v1.ServiceType service_type = 3\n */\n serviceType: ServiceType;\n}\n/**\n * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse\n */\nexport interface CreateObservableServiceResponse {\n /**\n * @generated from protobuf field: string observable_service_id = 1\n */\n observableServiceId: string;\n}\n/**\n * @generated from protobuf enum tusk.drift.backend.v1.ServiceType\n */\nexport enum ServiceType {\n /**\n * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;\n */\n UNSPECIFIED = 0,\n /**\n * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;\n */\n NODE = 1\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass CreateObservableServiceRequest$Type extends MessageType<CreateObservableServiceRequest> {\n constructor() {\n super(\"tusk.drift.backend.v1.CreateObservableServiceRequest\", [\n { no: 1, name: \"repo_owner_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"repo_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"service_type\", kind: \"enum\", T: () => [\"tusk.drift.backend.v1.ServiceType\", ServiceType, \"SERVICE_TYPE_\"] }\n ]);\n }\n create(value?: PartialMessage<CreateObservableServiceRequest>): CreateObservableServiceRequest {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.repoOwnerName = \"\";\n message.repoName = \"\";\n message.serviceType = 0;\n if (value !== undefined)\n reflectionMergePartial<CreateObservableServiceRequest>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceRequest): CreateObservableServiceRequest {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string repo_owner_name */ 1:\n message.repoOwnerName = reader.string();\n break;\n case /* string repo_name */ 2:\n message.repoName = reader.string();\n break;\n case /* tusk.drift.backend.v1.ServiceType service_type */ 3:\n message.serviceType = reader.int32();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: CreateObservableServiceRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string repo_owner_name = 1; */\n if (message.repoOwnerName !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.repoOwnerName);\n /* string repo_name = 2; */\n if (message.repoName !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.repoName);\n /* tusk.drift.backend.v1.ServiceType service_type = 3; */\n if (message.serviceType !== 0)\n writer.tag(3, WireType.Varint).int32(message.serviceType);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest\n */\nexport const CreateObservableServiceRequest = new CreateObservableServiceRequest$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CreateObservableServiceResponse$Type extends MessageType<CreateObservableServiceResponse> {\n constructor() {\n super(\"tusk.drift.backend.v1.CreateObservableServiceResponse\", [\n { no: 1, name: \"observable_service_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<CreateObservableServiceResponse>): CreateObservableServiceResponse {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.observableServiceId = \"\";\n if (value !== undefined)\n reflectionMergePartial<CreateObservableServiceResponse>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponse): CreateObservableServiceResponse {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string observable_service_id */ 1:\n message.observableServiceId = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: CreateObservableServiceResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string observable_service_id = 1; */\n if (message.observableServiceId !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.observableServiceId);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse\n */\nexport const CreateObservableServiceResponse = new CreateObservableServiceResponse$Type();\n/**\n * @generated ServiceType for protobuf service tusk.drift.backend.v1.OnboardingService\n */\nexport const OnboardingService = new ServiceType$(\"tusk.drift.backend.v1.OnboardingService\", [\n { name: \"CreateObservableService\", options: {}, I: CreateObservableServiceRequest, O: CreateObservableServiceResponse }\n]);\n"],"mappings":"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"}
@@ -0,0 +1,71 @@
1
+ import { ServiceType } from "@protobuf-ts/runtime-rpc";
2
+ import { BinaryReadOptions, BinaryWriteOptions, IBinaryReader, IBinaryWriter, MessageType, PartialMessage } from "@protobuf-ts/runtime";
3
+
4
+ //#region generated/ts/backend/onboarding_service.d.ts
5
+
6
+ /**
7
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
8
+ */
9
+ interface CreateObservableServiceRequest {
10
+ /**
11
+ * @generated from protobuf field: string repo_owner_name = 1
12
+ */
13
+ repoOwnerName: string;
14
+ /**
15
+ * @generated from protobuf field: string repo_name = 2
16
+ */
17
+ repoName: string;
18
+ /**
19
+ * @generated from protobuf field: tusk.drift.backend.v1.ServiceType service_type = 3
20
+ */
21
+ serviceType: ServiceType$1;
22
+ }
23
+ /**
24
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
25
+ */
26
+ interface CreateObservableServiceResponse {
27
+ /**
28
+ * @generated from protobuf field: string observable_service_id = 1
29
+ */
30
+ observableServiceId: string;
31
+ }
32
+ /**
33
+ * @generated from protobuf enum tusk.drift.backend.v1.ServiceType
34
+ */
35
+ declare enum ServiceType$1 {
36
+ /**
37
+ * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;
38
+ */
39
+ UNSPECIFIED = 0,
40
+ /**
41
+ * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;
42
+ */
43
+ NODE = 1,
44
+ }
45
+ declare class CreateObservableServiceRequest$Type extends MessageType<CreateObservableServiceRequest> {
46
+ constructor();
47
+ create(value?: PartialMessage<CreateObservableServiceRequest>): CreateObservableServiceRequest;
48
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceRequest): CreateObservableServiceRequest;
49
+ internalBinaryWrite(message: CreateObservableServiceRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
50
+ }
51
+ /**
52
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
53
+ */
54
+ declare const CreateObservableServiceRequest: CreateObservableServiceRequest$Type;
55
+ declare class CreateObservableServiceResponse$Type extends MessageType<CreateObservableServiceResponse> {
56
+ constructor();
57
+ create(value?: PartialMessage<CreateObservableServiceResponse>): CreateObservableServiceResponse;
58
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponse): CreateObservableServiceResponse;
59
+ internalBinaryWrite(message: CreateObservableServiceResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
60
+ }
61
+ /**
62
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
63
+ */
64
+ declare const CreateObservableServiceResponse: CreateObservableServiceResponse$Type;
65
+ /**
66
+ * @generated ServiceType for protobuf service tusk.drift.backend.v1.OnboardingService
67
+ */
68
+ declare const OnboardingService: ServiceType;
69
+ //#endregion
70
+ export { CreateObservableServiceRequest, CreateObservableServiceResponse, OnboardingService, ServiceType$1 as ServiceType };
71
+ //# sourceMappingURL=onboarding_service-kegV5UqG.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboarding_service-kegV5UqG.d.ts","names":[],"sources":["../generated/ts/backend/onboarding_service.ts"],"sourcesContent":[],"mappings":";;;;;AAmDC;;;AAUiC,UA7CjB,8BAAA,CA6CiB;;;;eASqC,EAAA,MAAA;;;;UAyBE,EAAA,MAAA;;;;EA1CZ,WAAA,EAzB5C,aAyB4C;AA6D7D;AAAwF;;;AAQtD,UAzFjB,+BAAA,CAyFiB;;;;qBAOqC,EAAA,MAAA;;;;;AAmB2B,aA1GtF,aAAA;;;;EAuHC,WAAA,GAAA,CAAA;EAIA;;;;;cAhHP,mCAAA,SAA4C,YAAY;;iBAQ3C,eAAe,kCAAkC;6BASrC,wCAAwC,4BAA4B,iCAAiC;+BAyBnG,wCAAwC,wBAAwB,qBAAqB;;;;;cAmBzG,gCAA8B;cAErC,oCAAA,SAA6C,YAAY;;iBAM5C,eAAe,mCAAmC;6BAOtC,wCAAwC,4BAA4B,kCAAkC;+BAmBpG,yCAAyC,wBAAwB,qBAAqB;;;;;cAa1G,iCAA+B;;;;cAI/B,mBAAiB"}