@gitpod/public-api 0.1.5-protected-secrets.1 → 0.1.5-public-api-workspaces-response-instance-statu.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +38 -0
  2. package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts.map +1 -0
  3. package/lib/gitpod/experimental/v1/ide_client_connectweb.js +45 -0
  4. package/lib/gitpod/experimental/v1/ide_client_connectweb.js.map +1 -0
  5. package/lib/gitpod/experimental/v1/ide_client_pb.d.ts +68 -0
  6. package/lib/gitpod/experimental/v1/ide_client_pb.d.ts.map +1 -0
  7. package/lib/gitpod/experimental/v1/ide_client_pb.js +122 -0
  8. package/lib/gitpod/experimental/v1/ide_client_pb.js.map +1 -0
  9. package/lib/gitpod/experimental/v1/index.d.ts +1 -1
  10. package/lib/gitpod/experimental/v1/index.js +1 -1
  11. package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts +71 -0
  12. package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts.map +1 -0
  13. package/lib/gitpod/experimental/v1/oidc_connectweb.js +78 -0
  14. package/lib/gitpod/experimental/v1/oidc_connectweb.js.map +1 -0
  15. package/lib/gitpod/experimental/v1/oidc_pb.d.ts +481 -0
  16. package/lib/gitpod/experimental/v1/oidc_pb.d.ts.map +1 -0
  17. package/lib/gitpod/experimental/v1/oidc_pb.js +676 -0
  18. package/lib/gitpod/experimental/v1/oidc_pb.js.map +1 -0
  19. package/lib/gitpod/experimental/v1/pagination_pb.d.ts +9 -6
  20. package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -1
  21. package/lib/gitpod/experimental/v1/pagination_pb.js +10 -7
  22. package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -1
  23. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
  24. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
  25. package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
  26. package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
  27. package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
  28. package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
  29. package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
  30. package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
  31. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +104 -0
  32. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -0
  33. package/lib/gitpod/experimental/v1/teams_connectweb.js +111 -0
  34. package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -0
  35. package/lib/gitpod/experimental/v1/teams_pb.d.ts +433 -0
  36. package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -0
  37. package/lib/gitpod/experimental/v1/teams_pb.js +671 -0
  38. package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -0
  39. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
  40. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
  41. package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
  42. package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
  43. package/lib/gitpod/experimental/v1/tokens_pb.d.ts +285 -0
  44. package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
  45. package/lib/gitpod/experimental/v1/tokens_pb.js +422 -0
  46. package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
  47. package/lib/gitpod/experimental/v1/user_connectweb.d.ts +80 -0
  48. package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
  49. package/lib/gitpod/experimental/v1/user_connectweb.js +87 -0
  50. package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
  51. package/lib/gitpod/experimental/v1/user_pb.d.ts +343 -0
  52. package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
  53. package/lib/gitpod/experimental/v1/user_pb.js +534 -0
  54. package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
  55. package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts +43 -0
  56. package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts.map +1 -0
  57. package/lib/gitpod/experimental/v1/workspace_connectweb.js +50 -0
  58. package/lib/gitpod/experimental/v1/workspace_connectweb.js.map +1 -0
  59. package/lib/gitpod/experimental/v1/workspace_pb.d.ts +153 -0
  60. package/lib/gitpod/experimental/v1/workspace_pb.d.ts.map +1 -0
  61. package/lib/gitpod/experimental/v1/workspace_pb.js +254 -0
  62. package/lib/gitpod/experimental/v1/workspace_pb.js.map +1 -0
  63. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +37 -4
  64. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -1
  65. package/lib/gitpod/experimental/v1/workspaces_connectweb.js +36 -3
  66. package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -1
  67. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +223 -7
  68. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -1
  69. package/lib/gitpod/experimental/v1/workspaces_pb.js +348 -10
  70. package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -1
  71. package/lib/index.d.ts +7 -0
  72. package/lib/index.d.ts.map +1 -0
  73. package/lib/index.js +10 -0
  74. package/lib/index.js.map +1 -0
  75. package/package.json +3 -3
  76. package/pkg-yarn.lock +1 -1
  77. package/provenance-bundle.jsonl +2 -2
  78. package/lib/gitpod/experimental/v1/index.ts +0 -9
  79. package/lib/gitpod/experimental/v1/pagination_pb.ts +0 -60
  80. package/lib/gitpod/experimental/v1/workspaces_connectweb.ts +0 -80
  81. package/lib/gitpod/experimental/v1/workspaces_pb.ts +0 -1219
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+ import { SendDidCloseRequest, SendDidCloseResponse, SendHeartbeatRequest, SendHeartbeatResponse } from "./ide_client_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ /**
9
+ * @generated from service gitpod.experimental.v1.IDEClientService
10
+ */
11
+ export declare const IDEClientService: {
12
+ readonly typeName: "gitpod.experimental.v1.IDEClientService";
13
+ readonly methods: {
14
+ /**
15
+ * SendHeartbeat sends a clientheartbeat signal for a running workspace.
16
+ *
17
+ * @generated from rpc gitpod.experimental.v1.IDEClientService.SendHeartbeat
18
+ */
19
+ readonly sendHeartbeat: {
20
+ readonly name: "SendHeartbeat";
21
+ readonly I: typeof SendHeartbeatRequest;
22
+ readonly O: typeof SendHeartbeatResponse;
23
+ readonly kind: MethodKind.Unary;
24
+ };
25
+ /**
26
+ * SendDidClose sends a client close signal for a running workspace.
27
+ *
28
+ * @generated from rpc gitpod.experimental.v1.IDEClientService.SendDidClose
29
+ */
30
+ readonly sendDidClose: {
31
+ readonly name: "SendDidClose";
32
+ readonly I: typeof SendDidCloseRequest;
33
+ readonly O: typeof SendDidCloseResponse;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ };
37
+ };
38
+ //# sourceMappingURL=ide_client_connectweb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ide_client_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/ide_client_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,qBAAqB,EAAC,MAAM,oBAAoB,CAAC;AAC1H,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
4
+ * Licensed under the GNU Affero General Public License (AGPL).
5
+ * See License.AGPL.txt in the project root for license information.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.IDEClientService = void 0;
9
+ // @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
10
+ // @generated from file gitpod/experimental/v1/ide_client.proto (package gitpod.experimental.v1, syntax proto3)
11
+ /* eslint-disable */
12
+ /* @ts-nocheck */
13
+ const ide_client_pb_js_1 = require("./ide_client_pb.js");
14
+ const protobuf_1 = require("@bufbuild/protobuf");
15
+ /**
16
+ * @generated from service gitpod.experimental.v1.IDEClientService
17
+ */
18
+ exports.IDEClientService = {
19
+ typeName: "gitpod.experimental.v1.IDEClientService",
20
+ methods: {
21
+ /**
22
+ * SendHeartbeat sends a clientheartbeat signal for a running workspace.
23
+ *
24
+ * @generated from rpc gitpod.experimental.v1.IDEClientService.SendHeartbeat
25
+ */
26
+ sendHeartbeat: {
27
+ name: "SendHeartbeat",
28
+ I: ide_client_pb_js_1.SendHeartbeatRequest,
29
+ O: ide_client_pb_js_1.SendHeartbeatResponse,
30
+ kind: protobuf_1.MethodKind.Unary,
31
+ },
32
+ /**
33
+ * SendDidClose sends a client close signal for a running workspace.
34
+ *
35
+ * @generated from rpc gitpod.experimental.v1.IDEClientService.SendDidClose
36
+ */
37
+ sendDidClose: {
38
+ name: "SendDidClose",
39
+ I: ide_client_pb_js_1.SendDidCloseRequest,
40
+ O: ide_client_pb_js_1.SendDidCloseResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ }
44
+ };
45
+ //# sourceMappingURL=ide_client_connectweb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ide_client_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/ide_client_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,+GAA+G;AAC/G,oBAAoB;AACpB,iBAAiB;AAEjB,yDAA0H;AAC1H,iDAA8C;AAE9C;;GAEG;AACU,QAAA,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,yCAAyC;IACnD,OAAO,EAAE;QACP;;;;WAIG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,sCAAmB;YACtB,CAAC,EAAE,uCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
+ import { Message } from "@bufbuild/protobuf";
8
+ /**
9
+ * @generated from message gitpod.experimental.v1.SendHeartbeatRequest
10
+ */
11
+ export declare class SendHeartbeatRequest extends Message<SendHeartbeatRequest> {
12
+ /**
13
+ * @generated from field: string workspace_id = 1;
14
+ */
15
+ workspaceId: string;
16
+ constructor(data?: PartialMessage<SendHeartbeatRequest>);
17
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
18
+ static readonly typeName = "gitpod.experimental.v1.SendHeartbeatRequest";
19
+ static readonly fields: FieldList;
20
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SendHeartbeatRequest;
21
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SendHeartbeatRequest;
22
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SendHeartbeatRequest;
23
+ static equals(a: SendHeartbeatRequest | PlainMessage<SendHeartbeatRequest> | undefined, b: SendHeartbeatRequest | PlainMessage<SendHeartbeatRequest> | undefined): boolean;
24
+ }
25
+ /**
26
+ * @generated from message gitpod.experimental.v1.SendHeartbeatResponse
27
+ */
28
+ export declare class SendHeartbeatResponse extends Message<SendHeartbeatResponse> {
29
+ constructor(data?: PartialMessage<SendHeartbeatResponse>);
30
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
31
+ static readonly typeName = "gitpod.experimental.v1.SendHeartbeatResponse";
32
+ static readonly fields: FieldList;
33
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SendHeartbeatResponse;
34
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SendHeartbeatResponse;
35
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SendHeartbeatResponse;
36
+ static equals(a: SendHeartbeatResponse | PlainMessage<SendHeartbeatResponse> | undefined, b: SendHeartbeatResponse | PlainMessage<SendHeartbeatResponse> | undefined): boolean;
37
+ }
38
+ /**
39
+ * @generated from message gitpod.experimental.v1.SendDidCloseRequest
40
+ */
41
+ export declare class SendDidCloseRequest extends Message<SendDidCloseRequest> {
42
+ /**
43
+ * @generated from field: string workspace_id = 1;
44
+ */
45
+ workspaceId: string;
46
+ constructor(data?: PartialMessage<SendDidCloseRequest>);
47
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
48
+ static readonly typeName = "gitpod.experimental.v1.SendDidCloseRequest";
49
+ static readonly fields: FieldList;
50
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SendDidCloseRequest;
51
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SendDidCloseRequest;
52
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SendDidCloseRequest;
53
+ static equals(a: SendDidCloseRequest | PlainMessage<SendDidCloseRequest> | undefined, b: SendDidCloseRequest | PlainMessage<SendDidCloseRequest> | undefined): boolean;
54
+ }
55
+ /**
56
+ * @generated from message gitpod.experimental.v1.SendDidCloseResponse
57
+ */
58
+ export declare class SendDidCloseResponse extends Message<SendDidCloseResponse> {
59
+ constructor(data?: PartialMessage<SendDidCloseResponse>);
60
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
61
+ static readonly typeName = "gitpod.experimental.v1.SendDidCloseResponse";
62
+ static readonly fields: FieldList;
63
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SendDidCloseResponse;
64
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SendDidCloseResponse;
65
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SendDidCloseResponse;
66
+ static equals(a: SendDidCloseResponse | PlainMessage<SendDidCloseResponse> | undefined, b: SendDidCloseResponse | PlainMessage<SendDidCloseResponse> | undefined): boolean;
67
+ }
68
+ //# sourceMappingURL=ide_client_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ide_client_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/ide_client_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
4
+ * Licensed under the GNU Affero General Public License (AGPL).
5
+ * See License.AGPL.txt in the project root for license information.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.SendDidCloseResponse = exports.SendDidCloseRequest = exports.SendHeartbeatResponse = exports.SendHeartbeatRequest = void 0;
9
+ const protobuf_1 = require("@bufbuild/protobuf");
10
+ /**
11
+ * @generated from message gitpod.experimental.v1.SendHeartbeatRequest
12
+ */
13
+ class SendHeartbeatRequest extends protobuf_1.Message {
14
+ constructor(data) {
15
+ super();
16
+ /**
17
+ * @generated from field: string workspace_id = 1;
18
+ */
19
+ this.workspaceId = "";
20
+ protobuf_1.proto3.util.initPartial(data, this);
21
+ }
22
+ static fromBinary(bytes, options) {
23
+ return new SendHeartbeatRequest().fromBinary(bytes, options);
24
+ }
25
+ static fromJson(jsonValue, options) {
26
+ return new SendHeartbeatRequest().fromJson(jsonValue, options);
27
+ }
28
+ static fromJsonString(jsonString, options) {
29
+ return new SendHeartbeatRequest().fromJsonString(jsonString, options);
30
+ }
31
+ static equals(a, b) {
32
+ return protobuf_1.proto3.util.equals(SendHeartbeatRequest, a, b);
33
+ }
34
+ }
35
+ exports.SendHeartbeatRequest = SendHeartbeatRequest;
36
+ SendHeartbeatRequest.runtime = protobuf_1.proto3;
37
+ SendHeartbeatRequest.typeName = "gitpod.experimental.v1.SendHeartbeatRequest";
38
+ SendHeartbeatRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
39
+ { no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
40
+ ]);
41
+ /**
42
+ * @generated from message gitpod.experimental.v1.SendHeartbeatResponse
43
+ */
44
+ class SendHeartbeatResponse extends protobuf_1.Message {
45
+ constructor(data) {
46
+ super();
47
+ protobuf_1.proto3.util.initPartial(data, this);
48
+ }
49
+ static fromBinary(bytes, options) {
50
+ return new SendHeartbeatResponse().fromBinary(bytes, options);
51
+ }
52
+ static fromJson(jsonValue, options) {
53
+ return new SendHeartbeatResponse().fromJson(jsonValue, options);
54
+ }
55
+ static fromJsonString(jsonString, options) {
56
+ return new SendHeartbeatResponse().fromJsonString(jsonString, options);
57
+ }
58
+ static equals(a, b) {
59
+ return protobuf_1.proto3.util.equals(SendHeartbeatResponse, a, b);
60
+ }
61
+ }
62
+ exports.SendHeartbeatResponse = SendHeartbeatResponse;
63
+ SendHeartbeatResponse.runtime = protobuf_1.proto3;
64
+ SendHeartbeatResponse.typeName = "gitpod.experimental.v1.SendHeartbeatResponse";
65
+ SendHeartbeatResponse.fields = protobuf_1.proto3.util.newFieldList(() => []);
66
+ /**
67
+ * @generated from message gitpod.experimental.v1.SendDidCloseRequest
68
+ */
69
+ class SendDidCloseRequest extends protobuf_1.Message {
70
+ constructor(data) {
71
+ super();
72
+ /**
73
+ * @generated from field: string workspace_id = 1;
74
+ */
75
+ this.workspaceId = "";
76
+ protobuf_1.proto3.util.initPartial(data, this);
77
+ }
78
+ static fromBinary(bytes, options) {
79
+ return new SendDidCloseRequest().fromBinary(bytes, options);
80
+ }
81
+ static fromJson(jsonValue, options) {
82
+ return new SendDidCloseRequest().fromJson(jsonValue, options);
83
+ }
84
+ static fromJsonString(jsonString, options) {
85
+ return new SendDidCloseRequest().fromJsonString(jsonString, options);
86
+ }
87
+ static equals(a, b) {
88
+ return protobuf_1.proto3.util.equals(SendDidCloseRequest, a, b);
89
+ }
90
+ }
91
+ exports.SendDidCloseRequest = SendDidCloseRequest;
92
+ SendDidCloseRequest.runtime = protobuf_1.proto3;
93
+ SendDidCloseRequest.typeName = "gitpod.experimental.v1.SendDidCloseRequest";
94
+ SendDidCloseRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
95
+ { no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
96
+ ]);
97
+ /**
98
+ * @generated from message gitpod.experimental.v1.SendDidCloseResponse
99
+ */
100
+ class SendDidCloseResponse extends protobuf_1.Message {
101
+ constructor(data) {
102
+ super();
103
+ protobuf_1.proto3.util.initPartial(data, this);
104
+ }
105
+ static fromBinary(bytes, options) {
106
+ return new SendDidCloseResponse().fromBinary(bytes, options);
107
+ }
108
+ static fromJson(jsonValue, options) {
109
+ return new SendDidCloseResponse().fromJson(jsonValue, options);
110
+ }
111
+ static fromJsonString(jsonString, options) {
112
+ return new SendDidCloseResponse().fromJsonString(jsonString, options);
113
+ }
114
+ static equals(a, b) {
115
+ return protobuf_1.proto3.util.equals(SendDidCloseResponse, a, b);
116
+ }
117
+ }
118
+ exports.SendDidCloseResponse = SendDidCloseResponse;
119
+ SendDidCloseResponse.runtime = protobuf_1.proto3;
120
+ SendDidCloseResponse.typeName = "gitpod.experimental.v1.SendDidCloseResponse";
121
+ SendDidCloseResponse.fields = protobuf_1.proto3.util.newFieldList(() => []);
122
+ //# sourceMappingURL=ide_client_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ide_client_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/ide_client_pb.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
3
3
  * Licensed under the GNU Affero General Public License (AGPL).
4
- * See License-AGPL.txt in the project root for license information.
4
+ * See License.AGPL.txt in the project root for license information.
5
5
  */
6
6
  export * from "./pagination_pb";
7
7
  export * from "./workspaces_pb";
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
4
4
  * Licensed under the GNU Affero General Public License (AGPL).
5
- * See License-AGPL.txt in the project root for license information.
5
+ * See License.AGPL.txt in the project root for license information.
6
6
  */
7
7
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8
8
  if (k2 === undefined) k2 = k;
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+ import { CreateClientConfigRequest, CreateClientConfigResponse, DeleteClientConfigRequest, DeleteClientConfigResponse, GetClientConfigRequest, GetClientConfigResponse, ListClientConfigsRequest, ListClientConfigsResponse, UpdateClientConfigRequest, UpdateClientConfigResponse } from "./oidc_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ /**
9
+ * @generated from service gitpod.experimental.v1.OIDCService
10
+ */
11
+ export declare const OIDCService: {
12
+ readonly typeName: "gitpod.experimental.v1.OIDCService";
13
+ readonly methods: {
14
+ /**
15
+ * Creates a new OIDC client configuration.
16
+ *
17
+ * @generated from rpc gitpod.experimental.v1.OIDCService.CreateClientConfig
18
+ */
19
+ readonly createClientConfig: {
20
+ readonly name: "CreateClientConfig";
21
+ readonly I: typeof CreateClientConfigRequest;
22
+ readonly O: typeof CreateClientConfigResponse;
23
+ readonly kind: MethodKind.Unary;
24
+ };
25
+ /**
26
+ * Retrieves an OIDC client configuration by ID.
27
+ *
28
+ * @generated from rpc gitpod.experimental.v1.OIDCService.GetClientConfig
29
+ */
30
+ readonly getClientConfig: {
31
+ readonly name: "GetClientConfig";
32
+ readonly I: typeof GetClientConfigRequest;
33
+ readonly O: typeof GetClientConfigResponse;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ /**
37
+ * Lists OIDC client configurations.
38
+ *
39
+ * @generated from rpc gitpod.experimental.v1.OIDCService.ListClientConfigs
40
+ */
41
+ readonly listClientConfigs: {
42
+ readonly name: "ListClientConfigs";
43
+ readonly I: typeof ListClientConfigsRequest;
44
+ readonly O: typeof ListClientConfigsResponse;
45
+ readonly kind: MethodKind.Unary;
46
+ };
47
+ /**
48
+ * Updates modifiable properties of an existing OIDC client configuration.
49
+ *
50
+ * @generated from rpc gitpod.experimental.v1.OIDCService.UpdateClientConfig
51
+ */
52
+ readonly updateClientConfig: {
53
+ readonly name: "UpdateClientConfig";
54
+ readonly I: typeof UpdateClientConfigRequest;
55
+ readonly O: typeof UpdateClientConfigResponse;
56
+ readonly kind: MethodKind.Unary;
57
+ };
58
+ /**
59
+ * Removes a OIDC client configuration by ID.
60
+ *
61
+ * @generated from rpc gitpod.experimental.v1.OIDCService.DeleteClientConfig
62
+ */
63
+ readonly deleteClientConfig: {
64
+ readonly name: "DeleteClientConfig";
65
+ readonly I: typeof DeleteClientConfigRequest;
66
+ readonly O: typeof DeleteClientConfigResponse;
67
+ readonly kind: MethodKind.Unary;
68
+ };
69
+ };
70
+ };
71
+ //# sourceMappingURL=oidc_connectweb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oidc_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/oidc_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,yBAAyB,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,0BAA0B,EAAC,MAAM,cAAc,CAAC;AACvS,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,WAAW;;;QAGpB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
4
+ * Licensed under the GNU Affero General Public License (AGPL).
5
+ * See License.AGPL.txt in the project root for license information.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.OIDCService = void 0;
9
+ // @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
10
+ // @generated from file gitpod/experimental/v1/oidc.proto (package gitpod.experimental.v1, syntax proto3)
11
+ /* eslint-disable */
12
+ /* @ts-nocheck */
13
+ const oidc_pb_js_1 = require("./oidc_pb.js");
14
+ const protobuf_1 = require("@bufbuild/protobuf");
15
+ /**
16
+ * @generated from service gitpod.experimental.v1.OIDCService
17
+ */
18
+ exports.OIDCService = {
19
+ typeName: "gitpod.experimental.v1.OIDCService",
20
+ methods: {
21
+ /**
22
+ * Creates a new OIDC client configuration.
23
+ *
24
+ * @generated from rpc gitpod.experimental.v1.OIDCService.CreateClientConfig
25
+ */
26
+ createClientConfig: {
27
+ name: "CreateClientConfig",
28
+ I: oidc_pb_js_1.CreateClientConfigRequest,
29
+ O: oidc_pb_js_1.CreateClientConfigResponse,
30
+ kind: protobuf_1.MethodKind.Unary,
31
+ },
32
+ /**
33
+ * Retrieves an OIDC client configuration by ID.
34
+ *
35
+ * @generated from rpc gitpod.experimental.v1.OIDCService.GetClientConfig
36
+ */
37
+ getClientConfig: {
38
+ name: "GetClientConfig",
39
+ I: oidc_pb_js_1.GetClientConfigRequest,
40
+ O: oidc_pb_js_1.GetClientConfigResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ /**
44
+ * Lists OIDC client configurations.
45
+ *
46
+ * @generated from rpc gitpod.experimental.v1.OIDCService.ListClientConfigs
47
+ */
48
+ listClientConfigs: {
49
+ name: "ListClientConfigs",
50
+ I: oidc_pb_js_1.ListClientConfigsRequest,
51
+ O: oidc_pb_js_1.ListClientConfigsResponse,
52
+ kind: protobuf_1.MethodKind.Unary,
53
+ },
54
+ /**
55
+ * Updates modifiable properties of an existing OIDC client configuration.
56
+ *
57
+ * @generated from rpc gitpod.experimental.v1.OIDCService.UpdateClientConfig
58
+ */
59
+ updateClientConfig: {
60
+ name: "UpdateClientConfig",
61
+ I: oidc_pb_js_1.UpdateClientConfigRequest,
62
+ O: oidc_pb_js_1.UpdateClientConfigResponse,
63
+ kind: protobuf_1.MethodKind.Unary,
64
+ },
65
+ /**
66
+ * Removes a OIDC client configuration by ID.
67
+ *
68
+ * @generated from rpc gitpod.experimental.v1.OIDCService.DeleteClientConfig
69
+ */
70
+ deleteClientConfig: {
71
+ name: "DeleteClientConfig",
72
+ I: oidc_pb_js_1.DeleteClientConfigRequest,
73
+ O: oidc_pb_js_1.DeleteClientConfigResponse,
74
+ kind: protobuf_1.MethodKind.Unary,
75
+ },
76
+ }
77
+ };
78
+ //# sourceMappingURL=oidc_connectweb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oidc_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/oidc_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,yGAAyG;AACzG,oBAAoB;AACpB,iBAAiB;AAEjB,6CAAuS;AACvS,iDAA8C;AAE9C;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,QAAQ,EAAE,oCAAoC;IAC9C,OAAO,EAAE;QACP;;;;WAIG;QACH,kBAAkB,EAAE;YAClB,IAAI,EAAE,oBAAoB;YAC1B,CAAC,EAAE,sCAAyB;YAC5B,CAAC,EAAE,uCAA0B;YAC7B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,mCAAsB;YACzB,CAAC,EAAE,oCAAuB;YAC1B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,iBAAiB,EAAE;YACjB,IAAI,EAAE,mBAAmB;YACzB,CAAC,EAAE,qCAAwB;YAC3B,CAAC,EAAE,sCAAyB;YAC5B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,kBAAkB,EAAE;YAClB,IAAI,EAAE,oBAAoB;YAC1B,CAAC,EAAE,sCAAyB;YAC5B,CAAC,EAAE,uCAA0B;YAC7B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,kBAAkB,EAAE;YAClB,IAAI,EAAE,oBAAoB;YAC1B,CAAC,EAAE,sCAAyB;YAC5B,CAAC,EAAE,uCAA0B;YAC7B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}