@use-tusk/drift-schemas 0.1.11 → 0.1.12

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 (41) hide show
  1. package/dist/backend/client_service.cjs +16 -0
  2. package/dist/backend/client_service.client.cjs +35 -0
  3. package/dist/backend/client_service.client.cjs.map +1 -0
  4. package/dist/backend/{onboarding_service.client.d.ts → client_service.client.d.cts} +16 -12
  5. package/dist/backend/client_service.client.d.cts.map +1 -0
  6. package/dist/backend/client_service.client.d.ts +43 -0
  7. package/dist/backend/client_service.client.d.ts.map +1 -0
  8. package/dist/backend/client_service.client.js +33 -0
  9. package/dist/backend/client_service.client.js.map +1 -0
  10. package/dist/backend/client_service.d.cts +2 -0
  11. package/dist/backend/client_service.d.ts +2 -0
  12. package/dist/backend/client_service.js +3 -0
  13. package/dist/backend/span_export_service.client.d.ts +4 -4
  14. package/dist/client_service-BZhmRi_S.d.ts +329 -0
  15. package/dist/client_service-BZhmRi_S.d.ts.map +1 -0
  16. package/dist/client_service-DLbN6bm3.js +692 -0
  17. package/dist/client_service-DLbN6bm3.js.map +1 -0
  18. package/dist/client_service-Zc0RJ3QL.d.cts +329 -0
  19. package/dist/client_service-Zc0RJ3QL.d.cts.map +1 -0
  20. package/dist/client_service-uQjoeXDI.cjs +778 -0
  21. package/dist/client_service-uQjoeXDI.cjs.map +1 -0
  22. package/package.json +7 -7
  23. package/dist/backend/onboarding_service.cjs +0 -6
  24. package/dist/backend/onboarding_service.client.cjs +0 -30
  25. package/dist/backend/onboarding_service.client.cjs.map +0 -1
  26. package/dist/backend/onboarding_service.client.d.cts +0 -39
  27. package/dist/backend/onboarding_service.client.d.cts.map +0 -1
  28. package/dist/backend/onboarding_service.client.d.ts.map +0 -1
  29. package/dist/backend/onboarding_service.client.js +0 -28
  30. package/dist/backend/onboarding_service.client.js.map +0 -1
  31. package/dist/backend/onboarding_service.d.cts +0 -2
  32. package/dist/backend/onboarding_service.d.ts +0 -2
  33. package/dist/backend/onboarding_service.js +0 -3
  34. package/dist/onboarding_service-AomDhJCy.js +0 -145
  35. package/dist/onboarding_service-AomDhJCy.js.map +0 -1
  36. package/dist/onboarding_service-C04sk-Xv.d.ts +0 -71
  37. package/dist/onboarding_service-C04sk-Xv.d.ts.map +0 -1
  38. package/dist/onboarding_service-C0YdBJhl.d.cts +0 -71
  39. package/dist/onboarding_service-C0YdBJhl.d.cts.map +0 -1
  40. package/dist/onboarding_service-Ccl8QTd4.cjs +0 -171
  41. package/dist/onboarding_service-Ccl8QTd4.cjs.map +0 -1
@@ -0,0 +1,16 @@
1
+ const require_client_service = require('../client_service-uQjoeXDI.cjs');
2
+
3
+ exports.AuthInfoClient = require_client_service.AuthInfoClient;
4
+ exports.ClientService = require_client_service.ClientService;
5
+ exports.CodeHostingResource = require_client_service.CodeHostingResource;
6
+ exports.CodeHostingResourceType = require_client_service.CodeHostingResourceType;
7
+ exports.CreateObservableServiceRequest = require_client_service.CreateObservableServiceRequest;
8
+ exports.CreateObservableServiceResponse = require_client_service.CreateObservableServiceResponse;
9
+ exports.CreateObservableServiceResponseError = require_client_service.CreateObservableServiceResponseError;
10
+ exports.CreateObservableServiceResponseErrorCode = require_client_service.CreateObservableServiceResponseErrorCode;
11
+ exports.CreateObservableServiceResponseSuccess = require_client_service.CreateObservableServiceResponseSuccess;
12
+ exports.GetAuthInfoRequest = require_client_service.GetAuthInfoRequest;
13
+ exports.GetAuthInfoResponse = require_client_service.GetAuthInfoResponse;
14
+ exports.ServiceType = require_client_service.ServiceType;
15
+ exports.UserAuthInfo = require_client_service.UserAuthInfo;
16
+ exports.UserType = require_client_service.UserType;
@@ -0,0 +1,35 @@
1
+ const require_chunk = require('../chunk-CUT6urMc.cjs');
2
+ const require_client_service = require('../client_service-uQjoeXDI.cjs');
3
+ let __protobuf_ts_runtime_rpc = require("@protobuf-ts/runtime-rpc");
4
+ __protobuf_ts_runtime_rpc = require_chunk.__toESM(__protobuf_ts_runtime_rpc);
5
+
6
+ //#region generated/ts/backend/client_service.client.ts
7
+ /**
8
+ * @generated from protobuf service tusk.drift.backend.v1.ClientService
9
+ */
10
+ var ClientServiceClient = class {
11
+ constructor(_transport) {
12
+ this._transport = _transport;
13
+ this.typeName = require_client_service.ClientService.typeName;
14
+ this.methods = require_client_service.ClientService.methods;
15
+ this.options = require_client_service.ClientService.options;
16
+ }
17
+ /**
18
+ * @generated from protobuf rpc: GetAuthInfo
19
+ */
20
+ getAuthInfo(input, options) {
21
+ const method = this.methods[0], opt = this._transport.mergeOptions(options);
22
+ return (0, __protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
23
+ }
24
+ /**
25
+ * @generated from protobuf rpc: CreateObservableService
26
+ */
27
+ createObservableService(input, options) {
28
+ const method = this.methods[1], opt = this._transport.mergeOptions(options);
29
+ return (0, __protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
30
+ }
31
+ };
32
+
33
+ //#endregion
34
+ exports.ClientServiceClient = ClientServiceClient;
35
+ //# sourceMappingURL=client_service.client.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_service.client.cjs","names":["_transport: RpcTransport","ClientService"],"sources":["../../generated/ts/backend/client_service.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"backend/client_service.proto\" (package \"tusk.drift.backend.v1\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { ClientService } from \"./client_service\";\nimport type { CreateObservableServiceResponse } from \"./client_service\";\nimport type { CreateObservableServiceRequest } from \"./client_service\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { GetAuthInfoResponse } from \"./client_service\";\nimport type { GetAuthInfoRequest } from \"./client_service\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n * @generated from protobuf service tusk.drift.backend.v1.ClientService\n */\nexport interface IClientServiceClient {\n /**\n * @generated from protobuf rpc: GetAuthInfo\n */\n getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse>;\n /**\n * @generated from protobuf rpc: CreateObservableService\n */\n createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse>;\n}\n/**\n * @generated from protobuf service tusk.drift.backend.v1.ClientService\n */\nexport class ClientServiceClient implements IClientServiceClient, ServiceInfo {\n typeName = ClientService.typeName;\n methods = ClientService.methods;\n options = ClientService.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: GetAuthInfo\n */\n getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<GetAuthInfoRequest, GetAuthInfoResponse>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: CreateObservableService\n */\n createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<CreateObservableServiceRequest, CreateObservableServiceResponse>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;AA6BA,IAAa,sBAAb,MAA8E;CAI1E,YAAY,AAAiBA,YAA0B;EAA1B;OAH7B,WAAWC,qCAAc;OACzB,UAAUA,qCAAc;OACxB,UAAUA,qCAAc;;;;;CAMxB,YAAY,OAA2B,SAA0E;EAC7G,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,uDAA+D,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM;;;;;CAKhH,wBAAwB,OAAuC,SAAkG;EAC7J,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,uDAAuF,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM"}
@@ -1,27 +1,27 @@
1
- import { CreateObservableServiceRequest, CreateObservableServiceResponse } from "../onboarding_service-C04sk-Xv.js";
1
+ import { CreateObservableServiceRequest, CreateObservableServiceResponse, GetAuthInfoRequest, GetAuthInfoResponse } from "../client_service-Zc0RJ3QL.cjs";
2
2
  import * as _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
3
3
  import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
4
4
  import * as _protobuf_ts_runtime0 from "@protobuf-ts/runtime";
5
5
 
6
- //#region generated/ts/backend/onboarding_service.client.d.ts
6
+ //#region generated/ts/backend/client_service.client.d.ts
7
7
 
8
8
  /**
9
- * TODO: Maybe rename this to `ClientService`? bc it could contain methods to get client info, user info, etc.
10
- *
11
- * @generated from protobuf service tusk.drift.backend.v1.OnboardingService
9
+ * @generated from protobuf service tusk.drift.backend.v1.ClientService
12
10
  */
13
- interface IOnboardingServiceClient {
11
+ interface IClientServiceClient {
12
+ /**
13
+ * @generated from protobuf rpc: GetAuthInfo
14
+ */
15
+ getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse>;
14
16
  /**
15
17
  * @generated from protobuf rpc: CreateObservableService
16
18
  */
17
19
  createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse>;
18
20
  }
19
21
  /**
20
- * TODO: Maybe rename this to `ClientService`? bc it could contain methods to get client info, user info, etc.
21
- *
22
- * @generated from protobuf service tusk.drift.backend.v1.OnboardingService
22
+ * @generated from protobuf service tusk.drift.backend.v1.ClientService
23
23
  */
24
- declare class OnboardingServiceClient implements IOnboardingServiceClient, ServiceInfo {
24
+ declare class ClientServiceClient implements IClientServiceClient, ServiceInfo {
25
25
  private readonly _transport;
26
26
  typeName: string;
27
27
  methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
@@ -29,11 +29,15 @@ declare class OnboardingServiceClient implements IOnboardingServiceClient, Servi
29
29
  [extensionName: string]: _protobuf_ts_runtime0.JsonValue;
30
30
  };
31
31
  constructor(_transport: RpcTransport);
32
+ /**
33
+ * @generated from protobuf rpc: GetAuthInfo
34
+ */
35
+ getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse>;
32
36
  /**
33
37
  * @generated from protobuf rpc: CreateObservableService
34
38
  */
35
39
  createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse>;
36
40
  }
37
41
  //#endregion
38
- export { IOnboardingServiceClient, OnboardingServiceClient };
39
- //# sourceMappingURL=onboarding_service.client.d.ts.map
42
+ export { ClientServiceClient, IClientServiceClient };
43
+ //# sourceMappingURL=client_service.client.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_service.client.d.cts","names":[],"sources":["../../generated/ts/backend/client_service.client.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;AAoBgG,UAJ/E,oBAAA,CAI+E;;;;aAII,CAAA,KAAA,EAJ7E,kBAI6E,EAAA,OAAA,CAAA,EAJ/C,UAI+C,CAAA,EAJlC,SAIkC,CAJxB,kBAIwB,EAJJ,mBAII,CAAA;;;;EAKvF,uBAAoB,CAAA,KAAA,EALE,8BAKF,EAAA,OAAA,CAAA,EAL4C,UAK5C,CAAA,EALyD,SAKzD,CALmE,8BAKnE,EALmG,+BAKnG,CAAA;;;;;AASV,cATV,mBAAA,YAA+B,oBASrB,EAT2C,WAS3C,CAAA;mBAA8B,UAAA;UAAuB,EAAA,MAAA;SAAoB,EAT/D,yBAAA,CAEtB,UAOqF,CAAA,GAAA,EAAA,GAAA,CAAA,EAAA;SAA9B,EAAA;IAO/B,CAAA,aAAA,EAAA,MAAA,CAAA,EAdxB,qBAAA,CAAA,SAcwB;;aAAiE,CAAA,UAAA,EAZvD,YAYuD;;;;aAhBlC,CAAA,KAAA,EAS3C,kBAT2C,EAAA,OAAA,CAAA,EASb,UATa,CAAA,EASA,SATA,CASU,kBATV,EAS8B,mBAT9B,CAAA;EAAW;;;iCAgB1C,0CAA0C,aAAa,UAAU,gCAAgC"}
@@ -0,0 +1,43 @@
1
+ import { CreateObservableServiceRequest, CreateObservableServiceResponse, GetAuthInfoRequest, GetAuthInfoResponse } from "../client_service-BZhmRi_S.js";
2
+ import * as _protobuf_ts_runtime_rpc2 from "@protobuf-ts/runtime-rpc";
3
+ import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
4
+ import * as _protobuf_ts_runtime2 from "@protobuf-ts/runtime";
5
+
6
+ //#region generated/ts/backend/client_service.client.d.ts
7
+
8
+ /**
9
+ * @generated from protobuf service tusk.drift.backend.v1.ClientService
10
+ */
11
+ interface IClientServiceClient {
12
+ /**
13
+ * @generated from protobuf rpc: GetAuthInfo
14
+ */
15
+ getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse>;
16
+ /**
17
+ * @generated from protobuf rpc: CreateObservableService
18
+ */
19
+ createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse>;
20
+ }
21
+ /**
22
+ * @generated from protobuf service tusk.drift.backend.v1.ClientService
23
+ */
24
+ declare class ClientServiceClient implements IClientServiceClient, ServiceInfo {
25
+ private readonly _transport;
26
+ typeName: string;
27
+ methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
28
+ options: {
29
+ [extensionName: string]: _protobuf_ts_runtime2.JsonValue;
30
+ };
31
+ constructor(_transport: RpcTransport);
32
+ /**
33
+ * @generated from protobuf rpc: GetAuthInfo
34
+ */
35
+ getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse>;
36
+ /**
37
+ * @generated from protobuf rpc: CreateObservableService
38
+ */
39
+ createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse>;
40
+ }
41
+ //#endregion
42
+ export { ClientServiceClient, IClientServiceClient };
43
+ //# sourceMappingURL=client_service.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_service.client.d.ts","names":[],"sources":["../../generated/ts/backend/client_service.client.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;AAoBgG,UAJ/E,oBAAA,CAI+E;;;;aAII,CAAA,KAAA,EAJ7E,kBAI6E,EAAA,OAAA,CAAA,EAJ/C,UAI+C,CAAA,EAJlC,SAIkC,CAJxB,kBAIwB,EAJJ,mBAII,CAAA;;;;EAKvF,uBAAoB,CAAA,KAAA,EALE,8BAKF,EAAA,OAAA,CAAA,EAL4C,UAK5C,CAAA,EALyD,SAKzD,CALmE,8BAKnE,EALmG,+BAKnG,CAAA;;;;;AASV,cATV,mBAAA,YAA+B,oBASrB,EAT2C,WAS3C,CAAA;mBAA8B,UAAA;UAAuB,EAAA,MAAA;SAAoB,EAT/D,yBAAA,CAEtB,UAOqF,CAAA,GAAA,EAAA,GAAA,CAAA,EAAA;SAA9B,EAAA;IAO/B,CAAA,aAAA,EAAA,MAAA,CAAA,EAdxB,qBAAA,CAAA,SAcwB;;aAAiE,CAAA,UAAA,EAZvD,YAYuD;;;;aAhBlC,CAAA,KAAA,EAS3C,kBAT2C,EAAA,OAAA,CAAA,EASb,UATa,CAAA,EASA,SATA,CASU,kBATV,EAS8B,mBAT9B,CAAA;EAAW;;;iCAgB1C,0CAA0C,aAAa,UAAU,gCAAgC"}
@@ -0,0 +1,33 @@
1
+ import { ClientService } from "../client_service-DLbN6bm3.js";
2
+ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
3
+
4
+ //#region generated/ts/backend/client_service.client.ts
5
+ /**
6
+ * @generated from protobuf service tusk.drift.backend.v1.ClientService
7
+ */
8
+ var ClientServiceClient = class {
9
+ constructor(_transport) {
10
+ this._transport = _transport;
11
+ this.typeName = ClientService.typeName;
12
+ this.methods = ClientService.methods;
13
+ this.options = ClientService.options;
14
+ }
15
+ /**
16
+ * @generated from protobuf rpc: GetAuthInfo
17
+ */
18
+ getAuthInfo(input, options) {
19
+ const method = this.methods[0], opt = this._transport.mergeOptions(options);
20
+ return stackIntercept("unary", this._transport, method, opt, input);
21
+ }
22
+ /**
23
+ * @generated from protobuf rpc: CreateObservableService
24
+ */
25
+ createObservableService(input, options) {
26
+ const method = this.methods[1], opt = this._transport.mergeOptions(options);
27
+ return stackIntercept("unary", this._transport, method, opt, input);
28
+ }
29
+ };
30
+
31
+ //#endregion
32
+ export { ClientServiceClient };
33
+ //# sourceMappingURL=client_service.client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_service.client.js","names":["_transport: RpcTransport"],"sources":["../../generated/ts/backend/client_service.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"backend/client_service.proto\" (package \"tusk.drift.backend.v1\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { ClientService } from \"./client_service\";\nimport type { CreateObservableServiceResponse } from \"./client_service\";\nimport type { CreateObservableServiceRequest } from \"./client_service\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { GetAuthInfoResponse } from \"./client_service\";\nimport type { GetAuthInfoRequest } from \"./client_service\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n * @generated from protobuf service tusk.drift.backend.v1.ClientService\n */\nexport interface IClientServiceClient {\n /**\n * @generated from protobuf rpc: GetAuthInfo\n */\n getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse>;\n /**\n * @generated from protobuf rpc: CreateObservableService\n */\n createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse>;\n}\n/**\n * @generated from protobuf service tusk.drift.backend.v1.ClientService\n */\nexport class ClientServiceClient implements IClientServiceClient, ServiceInfo {\n typeName = ClientService.typeName;\n methods = ClientService.methods;\n options = ClientService.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: GetAuthInfo\n */\n getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall<GetAuthInfoRequest, GetAuthInfoResponse> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<GetAuthInfoRequest, GetAuthInfoResponse>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: CreateObservableService\n */\n createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall<CreateObservableServiceRequest, CreateObservableServiceResponse> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<CreateObservableServiceRequest, CreateObservableServiceResponse>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;AA6BA,IAAa,sBAAb,MAA8E;CAI1E,YAAY,AAAiBA,YAA0B;EAA1B;OAH7B,WAAW,cAAc;OACzB,UAAU,cAAc;OACxB,UAAU,cAAc;;;;;CAMxB,YAAY,OAA2B,SAA0E;EAC7G,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,SAAO,eAAwD,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM;;;;;CAKhH,wBAAwB,OAAuC,SAAkG;EAC7J,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,SAAO,eAAgF,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM"}
@@ -0,0 +1,2 @@
1
+ import { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType, UserAuthInfo, UserType } from "../client_service-Zc0RJ3QL.cjs";
2
+ export { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType, UserAuthInfo, UserType };
@@ -0,0 +1,2 @@
1
+ import { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType, UserAuthInfo, UserType } from "../client_service-BZhmRi_S.js";
2
+ export { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType, UserAuthInfo, UserType };
@@ -0,0 +1,3 @@
1
+ import { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType, UserAuthInfo, UserType } from "../client_service-DLbN6bm3.js";
2
+
3
+ export { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType, UserAuthInfo, UserType };
@@ -4,9 +4,9 @@ import "../timestamp-D0q8Zt_J.js";
4
4
  import "../json_schema-dDDndex9.js";
5
5
  import "../span-4UHVCo8Y.js";
6
6
  import { ExportSpansRequest, ExportSpansResponse } from "../span_export_service-2e84QrFa.js";
7
- import * as _protobuf_ts_runtime_rpc2 from "@protobuf-ts/runtime-rpc";
7
+ import * as _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
8
8
  import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
9
- import * as _protobuf_ts_runtime2 from "@protobuf-ts/runtime";
9
+ import * as _protobuf_ts_runtime0 from "@protobuf-ts/runtime";
10
10
 
11
11
  //#region generated/ts/backend/span_export_service.client.d.ts
12
12
  /**
@@ -24,9 +24,9 @@ interface ISpanExportServiceClient {
24
24
  declare class SpanExportServiceClient implements ISpanExportServiceClient, ServiceInfo {
25
25
  private readonly _transport;
26
26
  typeName: string;
27
- methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
27
+ methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
28
28
  options: {
29
- [extensionName: string]: _protobuf_ts_runtime2.JsonValue;
29
+ [extensionName: string]: _protobuf_ts_runtime0.JsonValue;
30
30
  };
31
31
  constructor(_transport: RpcTransport);
32
32
  /**
@@ -0,0 +1,329 @@
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/client_service.d.ts
5
+
6
+ /**
7
+ * @generated from protobuf message tusk.drift.backend.v1.GetAuthInfoRequest
8
+ */
9
+ interface GetAuthInfoRequest {
10
+ /**
11
+ * @generated from protobuf field: optional string client_id = 1
12
+ */
13
+ clientId?: string;
14
+ }
15
+ /**
16
+ * @generated from protobuf message tusk.drift.backend.v1.UserAuthInfo
17
+ */
18
+ interface UserAuthInfo {
19
+ /**
20
+ * @generated from protobuf field: string id = 1
21
+ */
22
+ id: string;
23
+ /**
24
+ * @generated from protobuf field: tusk.drift.backend.v1.UserType type = 2
25
+ */
26
+ type: UserType;
27
+ /**
28
+ * @generated from protobuf field: string name = 3
29
+ */
30
+ name: string;
31
+ /**
32
+ * @generated from protobuf field: optional string email = 4
33
+ */
34
+ email?: string;
35
+ /**
36
+ * @generated from protobuf field: optional string code_hosting_username = 5
37
+ */
38
+ codeHostingUsername?: string;
39
+ }
40
+ /**
41
+ * @generated from protobuf message tusk.drift.backend.v1.AuthInfoClient
42
+ */
43
+ interface AuthInfoClient {
44
+ /**
45
+ * @generated from protobuf field: string id = 1
46
+ */
47
+ id: string;
48
+ /**
49
+ * @generated from protobuf field: optional string name = 2
50
+ */
51
+ name?: string;
52
+ /**
53
+ * @generated from protobuf field: optional string domain = 3
54
+ */
55
+ domain?: string;
56
+ /**
57
+ * @generated from protobuf field: repeated string feature_flags = 4
58
+ */
59
+ featureFlags: string[];
60
+ /**
61
+ * @generated from protobuf field: repeated tusk.drift.backend.v1.CodeHostingResource code_hosting_resources = 5
62
+ */
63
+ codeHostingResources: CodeHostingResource[];
64
+ }
65
+ /**
66
+ * @generated from protobuf message tusk.drift.backend.v1.CodeHostingResource
67
+ */
68
+ interface CodeHostingResource {
69
+ /**
70
+ * @generated from protobuf field: int64 id = 1
71
+ */
72
+ id: bigint;
73
+ /**
74
+ * @generated from protobuf field: tusk.drift.backend.v1.CodeHostingResourceType type = 2
75
+ */
76
+ type: CodeHostingResourceType;
77
+ /**
78
+ * @generated from protobuf field: string external_id = 3
79
+ */
80
+ externalId: string;
81
+ }
82
+ /**
83
+ * @generated from protobuf message tusk.drift.backend.v1.GetAuthInfoResponse
84
+ */
85
+ interface GetAuthInfoResponse {
86
+ /**
87
+ * @generated from protobuf field: tusk.drift.backend.v1.UserAuthInfo user = 1
88
+ */
89
+ user?: UserAuthInfo;
90
+ /**
91
+ * @generated from protobuf field: repeated tusk.drift.backend.v1.AuthInfoClient clients = 2
92
+ */
93
+ clients: AuthInfoClient[];
94
+ }
95
+ /**
96
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
97
+ */
98
+ interface CreateObservableServiceRequest {
99
+ /**
100
+ * @generated from protobuf field: string repo_owner_name = 1
101
+ */
102
+ repoOwnerName: string;
103
+ /**
104
+ * @generated from protobuf field: string repo_name = 2
105
+ */
106
+ repoName: string;
107
+ /**
108
+ * @generated from protobuf field: tusk.drift.backend.v1.ServiceType service_type = 3
109
+ */
110
+ serviceType: ServiceType$1;
111
+ /**
112
+ * @generated from protobuf field: optional string app_dir = 4
113
+ */
114
+ appDir?: string;
115
+ }
116
+ /**
117
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponseSuccess
118
+ */
119
+ interface CreateObservableServiceResponseSuccess {
120
+ /**
121
+ * @generated from protobuf field: string observable_service_id = 1
122
+ */
123
+ observableServiceId: string;
124
+ }
125
+ /**
126
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponseError
127
+ */
128
+ interface CreateObservableServiceResponseError {
129
+ /**
130
+ * @generated from protobuf field: tusk.drift.backend.v1.CreateObservableServiceResponseErrorCode code = 1
131
+ */
132
+ code: CreateObservableServiceResponseErrorCode;
133
+ /**
134
+ * @generated from protobuf field: string message = 2
135
+ */
136
+ message: string;
137
+ }
138
+ /**
139
+ * @generated from protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
140
+ */
141
+ interface CreateObservableServiceResponse {
142
+ /**
143
+ * @generated from protobuf oneof: response
144
+ */
145
+ response: {
146
+ oneofKind: "success";
147
+ /**
148
+ * @generated from protobuf field: tusk.drift.backend.v1.CreateObservableServiceResponseSuccess success = 1
149
+ */
150
+ success: CreateObservableServiceResponseSuccess;
151
+ } | {
152
+ oneofKind: "error";
153
+ /**
154
+ * @generated from protobuf field: tusk.drift.backend.v1.CreateObservableServiceResponseError error = 2
155
+ */
156
+ error: CreateObservableServiceResponseError;
157
+ } | {
158
+ oneofKind: undefined;
159
+ };
160
+ }
161
+ /**
162
+ * @generated from protobuf enum tusk.drift.backend.v1.UserType
163
+ */
164
+ declare enum UserType {
165
+ /**
166
+ * @generated from protobuf enum value: USER_TYPE_UNSPECIFIED = 0;
167
+ */
168
+ UNSPECIFIED = 0,
169
+ /**
170
+ * @generated from protobuf enum value: USER_TYPE_USER = 1;
171
+ */
172
+ USER = 1,
173
+ /**
174
+ * @generated from protobuf enum value: USER_TYPE_API_KEY = 2;
175
+ */
176
+ API_KEY = 2,
177
+ }
178
+ /**
179
+ * @generated from protobuf enum tusk.drift.backend.v1.CodeHostingResourceType
180
+ */
181
+ declare enum CodeHostingResourceType {
182
+ /**
183
+ * @generated from protobuf enum value: CODE_HOSTING_RESOURCE_TYPE_UNSPECIFIED = 0;
184
+ */
185
+ UNSPECIFIED = 0,
186
+ /**
187
+ * @generated from protobuf enum value: CODE_HOSTING_RESOURCE_TYPE_GITHUB = 1;
188
+ */
189
+ GITHUB = 1,
190
+ /**
191
+ * @generated from protobuf enum value: CODE_HOSTING_RESOURCE_TYPE_GITLAB = 2;
192
+ */
193
+ GITLAB = 2,
194
+ }
195
+ /**
196
+ * @generated from protobuf enum tusk.drift.backend.v1.ServiceType
197
+ */
198
+ declare enum ServiceType$1 {
199
+ /**
200
+ * @generated from protobuf enum value: SERVICE_TYPE_UNSPECIFIED = 0;
201
+ */
202
+ UNSPECIFIED = 0,
203
+ /**
204
+ * @generated from protobuf enum value: SERVICE_TYPE_NODE = 1;
205
+ */
206
+ NODE = 1,
207
+ }
208
+ /**
209
+ * @generated from protobuf enum tusk.drift.backend.v1.CreateObservableServiceResponseErrorCode
210
+ */
211
+ declare enum CreateObservableServiceResponseErrorCode {
212
+ /**
213
+ * @generated from protobuf enum value: CREATE_OBSERVABLE_SERVICE_RESPONSE_ERROR_CODE_UNSPECIFIED = 0;
214
+ */
215
+ UNSPECIFIED = 0,
216
+ /**
217
+ * @generated from protobuf enum value: CREATE_OBSERVABLE_SERVICE_RESPONSE_ERROR_CODE_INTERNAL = 1;
218
+ */
219
+ INTERNAL = 1,
220
+ /**
221
+ * @generated from protobuf enum value: CREATE_OBSERVABLE_SERVICE_RESPONSE_ERROR_CODE_NOT_AUTHORIZED = 2;
222
+ */
223
+ NOT_AUTHORIZED = 2,
224
+ /**
225
+ * @generated from protobuf enum value: CREATE_OBSERVABLE_SERVICE_RESPONSE_ERROR_CODE_NO_CODE_HOSTING_RESOURCE = 3;
226
+ */
227
+ NO_CODE_HOSTING_RESOURCE = 3,
228
+ /**
229
+ * @generated from protobuf enum value: CREATE_OBSERVABLE_SERVICE_RESPONSE_ERROR_CODE_NO_REPO_FOUND = 4;
230
+ */
231
+ NO_REPO_FOUND = 4,
232
+ }
233
+ declare class GetAuthInfoRequest$Type extends MessageType<GetAuthInfoRequest> {
234
+ constructor();
235
+ create(value?: PartialMessage<GetAuthInfoRequest>): GetAuthInfoRequest;
236
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetAuthInfoRequest): GetAuthInfoRequest;
237
+ internalBinaryWrite(message: GetAuthInfoRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
238
+ }
239
+ /**
240
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.GetAuthInfoRequest
241
+ */
242
+ declare const GetAuthInfoRequest: GetAuthInfoRequest$Type;
243
+ declare class UserAuthInfo$Type extends MessageType<UserAuthInfo> {
244
+ constructor();
245
+ create(value?: PartialMessage<UserAuthInfo>): UserAuthInfo;
246
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UserAuthInfo): UserAuthInfo;
247
+ internalBinaryWrite(message: UserAuthInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
248
+ }
249
+ /**
250
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.UserAuthInfo
251
+ */
252
+ declare const UserAuthInfo: UserAuthInfo$Type;
253
+ declare class AuthInfoClient$Type extends MessageType<AuthInfoClient> {
254
+ constructor();
255
+ create(value?: PartialMessage<AuthInfoClient>): AuthInfoClient;
256
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AuthInfoClient): AuthInfoClient;
257
+ internalBinaryWrite(message: AuthInfoClient, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
258
+ }
259
+ /**
260
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.AuthInfoClient
261
+ */
262
+ declare const AuthInfoClient: AuthInfoClient$Type;
263
+ declare class CodeHostingResource$Type extends MessageType<CodeHostingResource> {
264
+ constructor();
265
+ create(value?: PartialMessage<CodeHostingResource>): CodeHostingResource;
266
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CodeHostingResource): CodeHostingResource;
267
+ internalBinaryWrite(message: CodeHostingResource, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
268
+ }
269
+ /**
270
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CodeHostingResource
271
+ */
272
+ declare const CodeHostingResource: CodeHostingResource$Type;
273
+ declare class GetAuthInfoResponse$Type extends MessageType<GetAuthInfoResponse> {
274
+ constructor();
275
+ create(value?: PartialMessage<GetAuthInfoResponse>): GetAuthInfoResponse;
276
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetAuthInfoResponse): GetAuthInfoResponse;
277
+ internalBinaryWrite(message: GetAuthInfoResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
278
+ }
279
+ /**
280
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.GetAuthInfoResponse
281
+ */
282
+ declare const GetAuthInfoResponse: GetAuthInfoResponse$Type;
283
+ declare class CreateObservableServiceRequest$Type extends MessageType<CreateObservableServiceRequest> {
284
+ constructor();
285
+ create(value?: PartialMessage<CreateObservableServiceRequest>): CreateObservableServiceRequest;
286
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceRequest): CreateObservableServiceRequest;
287
+ internalBinaryWrite(message: CreateObservableServiceRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
288
+ }
289
+ /**
290
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceRequest
291
+ */
292
+ declare const CreateObservableServiceRequest: CreateObservableServiceRequest$Type;
293
+ declare class CreateObservableServiceResponseSuccess$Type extends MessageType<CreateObservableServiceResponseSuccess> {
294
+ constructor();
295
+ create(value?: PartialMessage<CreateObservableServiceResponseSuccess>): CreateObservableServiceResponseSuccess;
296
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponseSuccess): CreateObservableServiceResponseSuccess;
297
+ internalBinaryWrite(message: CreateObservableServiceResponseSuccess, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
298
+ }
299
+ /**
300
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponseSuccess
301
+ */
302
+ declare const CreateObservableServiceResponseSuccess: CreateObservableServiceResponseSuccess$Type;
303
+ declare class CreateObservableServiceResponseError$Type extends MessageType<CreateObservableServiceResponseError> {
304
+ constructor();
305
+ create(value?: PartialMessage<CreateObservableServiceResponseError>): CreateObservableServiceResponseError;
306
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponseError): CreateObservableServiceResponseError;
307
+ internalBinaryWrite(message: CreateObservableServiceResponseError, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
308
+ }
309
+ /**
310
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponseError
311
+ */
312
+ declare const CreateObservableServiceResponseError: CreateObservableServiceResponseError$Type;
313
+ declare class CreateObservableServiceResponse$Type extends MessageType<CreateObservableServiceResponse> {
314
+ constructor();
315
+ create(value?: PartialMessage<CreateObservableServiceResponse>): CreateObservableServiceResponse;
316
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateObservableServiceResponse): CreateObservableServiceResponse;
317
+ internalBinaryWrite(message: CreateObservableServiceResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
318
+ }
319
+ /**
320
+ * @generated MessageType for protobuf message tusk.drift.backend.v1.CreateObservableServiceResponse
321
+ */
322
+ declare const CreateObservableServiceResponse: CreateObservableServiceResponse$Type;
323
+ /**
324
+ * @generated ServiceType for protobuf service tusk.drift.backend.v1.ClientService
325
+ */
326
+ declare const ClientService: ServiceType;
327
+ //#endregion
328
+ export { AuthInfoClient, ClientService, CodeHostingResource, CodeHostingResourceType, CreateObservableServiceRequest, CreateObservableServiceResponse, CreateObservableServiceResponseError, CreateObservableServiceResponseErrorCode, CreateObservableServiceResponseSuccess, GetAuthInfoRequest, GetAuthInfoResponse, ServiceType$1 as ServiceType, UserAuthInfo, UserType };
329
+ //# sourceMappingURL=client_service-BZhmRi_S.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client_service-BZhmRi_S.d.ts","names":[],"sources":["../generated/ts/backend/client_service.ts"],"sourcesContent":[],"mappings":"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"}