@gitpod/public-api 0.1.5-se-usage-view.45 → 0.1.5-se-jsonrpc-date.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 (47) hide show
  1. package/lib/gitpod/experimental/v1/pagination_pb.d.ts +7 -4
  2. package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -1
  3. package/lib/gitpod/experimental/v1/pagination_pb.js +8 -5
  4. package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -1
  5. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
  6. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
  7. package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
  8. package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
  9. package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
  10. package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
  11. package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
  12. package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
  13. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +12 -1
  14. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -1
  15. package/lib/gitpod/experimental/v1/teams_connectweb.js +11 -0
  16. package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -1
  17. package/lib/gitpod/experimental/v1/teams_pb.d.ts +32 -0
  18. package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -1
  19. package/lib/gitpod/experimental/v1/teams_pb.js +59 -1
  20. package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -1
  21. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
  22. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
  23. package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
  24. package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
  25. package/lib/gitpod/experimental/v1/tokens_pb.d.ts +288 -0
  26. package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
  27. package/lib/gitpod/experimental/v1/tokens_pb.js +430 -0
  28. package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
  29. package/lib/gitpod/experimental/v1/user_connectweb.d.ts +71 -0
  30. package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
  31. package/lib/gitpod/experimental/v1/user_connectweb.js +78 -0
  32. package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
  33. package/lib/gitpod/experimental/v1/user_pb.d.ts +254 -0
  34. package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
  35. package/lib/gitpod/experimental/v1/user_pb.js +401 -0
  36. package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
  37. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +23 -1
  38. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -1
  39. package/lib/gitpod/experimental/v1/workspaces_connectweb.js +22 -0
  40. package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -1
  41. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +60 -0
  42. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -1
  43. package/lib/gitpod/experimental/v1/workspaces_pb.js +113 -1
  44. package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -1
  45. package/package.json +1 -1
  46. package/pkg-yarn.lock +1 -1
  47. package/provenance-bundle.jsonl +3 -2
@@ -10,17 +10,20 @@ import { Message } from "@bufbuild/protobuf";
10
10
  */
11
11
  export declare class Pagination extends Message<Pagination> {
12
12
  /**
13
- * page_size is the maximum number of results we expect
13
+ * Page size is the maximum number of results to retrieve per page.
14
+ * Defaults to 25. Maximum 100.
14
15
  *
15
16
  * @generated from field: int32 page_size = 1;
16
17
  */
17
18
  pageSize: number;
18
19
  /**
19
- * page_token points to a specific page of the results
20
+ * Page is the page number of results to retrieve.
21
+ * The first page starts at 1.
22
+ * Defaults to 1.
20
23
  *
21
- * @generated from field: string page_token = 2;
24
+ * @generated from field: int32 page = 2;
22
25
  */
23
- pageToken: string;
26
+ page: number;
24
27
  constructor(data?: PartialMessage<Pagination>);
25
28
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
26
29
  static readonly typeName = "gitpod.experimental.v1.Pagination";
@@ -1 +1 @@
1
- {"version":3,"file":"pagination_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/pagination_pb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAC,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAC/H,OAAO,EAAC,OAAO,EAAS,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,qBAAa,UAAW,SAAQ,OAAO,CAAC,UAAU,CAAC;IACjD;;;;OAIG;IACH,QAAQ,SAAK;IAEb;;;;OAIG;IACH,SAAS,SAAM;gBAEH,IAAI,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC;IAK7C,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,uCAAuC;IAC/D,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,UAAU;IAItF,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU;IAIrF,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU;IAIzF,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnI"}
1
+ {"version":3,"file":"pagination_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/pagination_pb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAC,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAC/H,OAAO,EAAC,OAAO,EAAS,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,qBAAa,UAAW,SAAQ,OAAO,CAAC,UAAU,CAAC;IACjD;;;;;OAKG;IACH,QAAQ,SAAK;IAEb;;;;;;OAMG;IACH,IAAI,SAAK;gBAEG,IAAI,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC;IAK7C,MAAM,CAAC,QAAQ,CAAC,OAAO,6EAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,uCAAuC;IAC/D,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAG9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,UAAU;IAItF,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU;IAIrF,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU;IAIzF,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,SAAS,GAAG,OAAO;CAGnI"}
@@ -14,17 +14,20 @@ class Pagination extends protobuf_1.Message {
14
14
  constructor(data) {
15
15
  super();
16
16
  /**
17
- * page_size is the maximum number of results we expect
17
+ * Page size is the maximum number of results to retrieve per page.
18
+ * Defaults to 25. Maximum 100.
18
19
  *
19
20
  * @generated from field: int32 page_size = 1;
20
21
  */
21
22
  this.pageSize = 0;
22
23
  /**
23
- * page_token points to a specific page of the results
24
+ * Page is the page number of results to retrieve.
25
+ * The first page starts at 1.
26
+ * Defaults to 1.
24
27
  *
25
- * @generated from field: string page_token = 2;
28
+ * @generated from field: int32 page = 2;
26
29
  */
27
- this.pageToken = "";
30
+ this.page = 0;
28
31
  protobuf_1.proto3.util.initPartial(data, this);
29
32
  }
30
33
  static fromBinary(bytes, options) {
@@ -45,6 +48,6 @@ Pagination.runtime = protobuf_1.proto3;
45
48
  Pagination.typeName = "gitpod.experimental.v1.Pagination";
46
49
  Pagination.fields = protobuf_1.proto3.util.newFieldList(() => [
47
50
  { no: 1, name: "page_size", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
48
- { no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
51
+ { no: 2, name: "page", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
49
52
  ]);
50
53
  //# sourceMappingURL=pagination_pb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/pagination_pb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAQH,iDAAmD;AAEnD;;GAEG;AACH,MAAa,UAAW,SAAQ,kBAAmB;IAejD,YAAY,IAAiC;QAC3C,KAAK,EAAE,CAAC;QAfV;;;;WAIG;QACH,aAAQ,GAAG,CAAC,CAAC;QAEb;;;;WAIG;QACH,cAAS,GAAG,EAAE,CAAC;QAIb,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACtC,CAAC;IASD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACvE,OAAO,IAAI,UAAU,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACtE,OAAO,IAAI,UAAU,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QAC1E,OAAO,IAAI,UAAU,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,CAAoD,EAAE,CAAoD;QACtH,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC9C,CAAC;;AAzCH,gCA0CC;AAtBiB,kBAAO,GAAG,iBAAM,CAAC;AACjB,mBAAQ,GAAG,mCAAmC,CAAC;AAC/C,iBAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IACjE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,sBAAsB,EAAE;IACzE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,uBAAuB,EAAE;CAC5E,CAAC,CAAC"}
1
+ {"version":3,"file":"pagination_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/pagination_pb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAQH,iDAAmD;AAEnD;;GAEG;AACH,MAAa,UAAW,SAAQ,kBAAmB;IAkBjD,YAAY,IAAiC;QAC3C,KAAK,EAAE,CAAC;QAlBV;;;;;WAKG;QACH,aAAQ,GAAG,CAAC,CAAC;QAEb;;;;;;WAMG;QACH,SAAI,GAAG,CAAC,CAAC;QAIP,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACtC,CAAC;IASD,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACvE,OAAO,IAAI,UAAU,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACtE,OAAO,IAAI,UAAU,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QAC1E,OAAO,IAAI,UAAU,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,CAAoD,EAAE,CAAoD;QACtH,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC9C,CAAC;;AA5CH,gCA6CC;AAtBiB,kBAAO,GAAG,iBAAM,CAAC;AACjB,mBAAQ,GAAG,mCAAmC,CAAC;AAC/C,iBAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;IACjE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,sBAAsB,EAAE;IACzE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,CAAC,sBAAsB,EAAE;CACrE,CAAC,CAAC"}
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Copyright (c) 2022 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 { CreateProjectRequest, CreateProjectResponse, DeleteProjectRequest, DeleteProjectResponse, GetProjectRequest, GetProjectResponse, ListProjectsRequest, ListProjectsResponse } from "./projects_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ /**
9
+ * @generated from service gitpod.experimental.v1.ProjectsService
10
+ */
11
+ export declare const ProjectsService: {
12
+ readonly typeName: "gitpod.experimental.v1.ProjectsService";
13
+ readonly methods: {
14
+ /**
15
+ * Creates a new project.
16
+ *
17
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.CreateProject
18
+ */
19
+ readonly createProject: {
20
+ readonly name: "CreateProject";
21
+ readonly I: typeof CreateProjectRequest;
22
+ readonly O: typeof CreateProjectResponse;
23
+ readonly kind: MethodKind.Unary;
24
+ };
25
+ /**
26
+ * Retrieves a project.
27
+ *
28
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.GetProject
29
+ */
30
+ readonly getProject: {
31
+ readonly name: "GetProject";
32
+ readonly I: typeof GetProjectRequest;
33
+ readonly O: typeof GetProjectResponse;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ /**
37
+ * Lists projects.
38
+ *
39
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.ListProjects
40
+ */
41
+ readonly listProjects: {
42
+ readonly name: "ListProjects";
43
+ readonly I: typeof ListProjectsRequest;
44
+ readonly O: typeof ListProjectsResponse;
45
+ readonly kind: MethodKind.Unary;
46
+ };
47
+ /**
48
+ * Deletes a project.
49
+ *
50
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.DeleteProject
51
+ */
52
+ readonly deleteProject: {
53
+ readonly name: "DeleteProject";
54
+ readonly I: typeof DeleteProjectRequest;
55
+ readonly O: typeof DeleteProjectResponse;
56
+ readonly kind: MethodKind.Unary;
57
+ };
58
+ };
59
+ };
60
+ //# sourceMappingURL=projects_connectweb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/projects_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,oBAAoB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,kBAAkB,CAAC;AAC5M,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) 2022 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.ProjectsService = void 0;
9
+ // @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
10
+ // @generated from file gitpod/experimental/v1/projects.proto (package gitpod.experimental.v1, syntax proto3)
11
+ /* eslint-disable */
12
+ /* @ts-nocheck */
13
+ const projects_pb_js_1 = require("./projects_pb.js");
14
+ const protobuf_1 = require("@bufbuild/protobuf");
15
+ /**
16
+ * @generated from service gitpod.experimental.v1.ProjectsService
17
+ */
18
+ exports.ProjectsService = {
19
+ typeName: "gitpod.experimental.v1.ProjectsService",
20
+ methods: {
21
+ /**
22
+ * Creates a new project.
23
+ *
24
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.CreateProject
25
+ */
26
+ createProject: {
27
+ name: "CreateProject",
28
+ I: projects_pb_js_1.CreateProjectRequest,
29
+ O: projects_pb_js_1.CreateProjectResponse,
30
+ kind: protobuf_1.MethodKind.Unary,
31
+ },
32
+ /**
33
+ * Retrieves a project.
34
+ *
35
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.GetProject
36
+ */
37
+ getProject: {
38
+ name: "GetProject",
39
+ I: projects_pb_js_1.GetProjectRequest,
40
+ O: projects_pb_js_1.GetProjectResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ /**
44
+ * Lists projects.
45
+ *
46
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.ListProjects
47
+ */
48
+ listProjects: {
49
+ name: "ListProjects",
50
+ I: projects_pb_js_1.ListProjectsRequest,
51
+ O: projects_pb_js_1.ListProjectsResponse,
52
+ kind: protobuf_1.MethodKind.Unary,
53
+ },
54
+ /**
55
+ * Deletes a project.
56
+ *
57
+ * @generated from rpc gitpod.experimental.v1.ProjectsService.DeleteProject
58
+ */
59
+ deleteProject: {
60
+ name: "DeleteProject",
61
+ I: projects_pb_js_1.DeleteProjectRequest,
62
+ O: projects_pb_js_1.DeleteProjectResponse,
63
+ kind: protobuf_1.MethodKind.Unary,
64
+ },
65
+ }
66
+ };
67
+ //# sourceMappingURL=projects_connectweb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/projects_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,6GAA6G;AAC7G,oBAAoB;AACpB,iBAAiB;AAEjB,qDAA4M;AAC5M,iDAA8C;AAE9C;;GAEG;AACU,QAAA,eAAe,GAAG;IAC7B,QAAQ,EAAE,wCAAwC;IAClD,OAAO,EAAE;QACP;;;;WAIG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,qCAAoB;YACvB,CAAC,EAAE,sCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,kCAAiB;YACpB,CAAC,EAAE,mCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,oCAAmB;YACtB,CAAC,EAAE,qCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,qCAAoB;YACvB,CAAC,EAAE,sCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,319 @@
1
+ /**
2
+ * Copyright (c) 2022 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, Timestamp } from "@bufbuild/protobuf";
8
+ import { Pagination } from "./pagination_pb.js";
9
+ /**
10
+ * @generated from message gitpod.experimental.v1.Project
11
+ */
12
+ export declare class Project extends Message<Project> {
13
+ /**
14
+ * ID is the unique identifier for the project.
15
+ * Read only.
16
+ *
17
+ * @generated from field: string id = 1;
18
+ */
19
+ id: string;
20
+ /**
21
+ * Team ID is the Team this Project belongs to.
22
+ * team_id will be empty if the Project belongs to a User, in which case user_id will be set.
23
+ *
24
+ * @generated from field: string team_id = 2;
25
+ */
26
+ teamId: string;
27
+ /**
28
+ * User ID is the User this Project belongs to.
29
+ * user_id will be empty if the Project belongs to a Team, in which case team_id will be set.
30
+ *
31
+ * @generated from field: string user_id = 3;
32
+ */
33
+ userId: string;
34
+ /**
35
+ * Name is the name of the Project.
36
+ * Required.
37
+ *
38
+ * @generated from field: string name = 4;
39
+ */
40
+ name: string;
41
+ /**
42
+ * Slug is a short-hand identifier for a project.
43
+ * Read-only.
44
+ *
45
+ * @generated from field: string slug = 5;
46
+ */
47
+ slug: string;
48
+ /**
49
+ * Clone URL is the clone URL on which this Project is based.
50
+ * Required.
51
+ *
52
+ * @generated from field: string clone_url = 6;
53
+ */
54
+ cloneUrl: string;
55
+ /**
56
+ * Time when the Project was created.
57
+ * Read-only.
58
+ *
59
+ * @generated from field: google.protobuf.Timestamp creation_time = 7;
60
+ */
61
+ creationTime?: Timestamp;
62
+ /**
63
+ * Settings are configuration options for a Project.
64
+ *
65
+ * @generated from field: gitpod.experimental.v1.ProjectSettings settings = 8;
66
+ */
67
+ settings?: ProjectSettings;
68
+ constructor(data?: PartialMessage<Project>);
69
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
70
+ static readonly typeName = "gitpod.experimental.v1.Project";
71
+ static readonly fields: FieldList;
72
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Project;
73
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Project;
74
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Project;
75
+ static equals(a: Project | PlainMessage<Project> | undefined, b: Project | PlainMessage<Project> | undefined): boolean;
76
+ }
77
+ /**
78
+ * @generated from message gitpod.experimental.v1.ProjectSettings
79
+ */
80
+ export declare class ProjectSettings extends Message<ProjectSettings> {
81
+ /**
82
+ * @generated from field: gitpod.experimental.v1.PrebuildSettings prebuild = 1;
83
+ */
84
+ prebuild?: PrebuildSettings;
85
+ /**
86
+ * @generated from field: gitpod.experimental.v1.WorkspaceSettings workspace = 2;
87
+ */
88
+ workspace?: WorkspaceSettings;
89
+ constructor(data?: PartialMessage<ProjectSettings>);
90
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
91
+ static readonly typeName = "gitpod.experimental.v1.ProjectSettings";
92
+ static readonly fields: FieldList;
93
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ProjectSettings;
94
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ProjectSettings;
95
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProjectSettings;
96
+ static equals(a: ProjectSettings | PlainMessage<ProjectSettings> | undefined, b: ProjectSettings | PlainMessage<ProjectSettings> | undefined): boolean;
97
+ }
98
+ /**
99
+ * @generated from message gitpod.experimental.v1.PrebuildSettings
100
+ */
101
+ export declare class PrebuildSettings extends Message<PrebuildSettings> {
102
+ /**
103
+ * @generated from field: bool enable_incremental_prebuilds = 1;
104
+ */
105
+ enableIncrementalPrebuilds: boolean;
106
+ /**
107
+ * @generated from field: bool keep_outdated_prebuilds_running = 2;
108
+ */
109
+ keepOutdatedPrebuildsRunning: boolean;
110
+ /**
111
+ * @generated from field: bool use_previous_prebuilds = 3;
112
+ */
113
+ usePreviousPrebuilds: boolean;
114
+ /**
115
+ * @generated from field: int32 prebuild_every_nth = 4;
116
+ */
117
+ prebuildEveryNth: number;
118
+ constructor(data?: PartialMessage<PrebuildSettings>);
119
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
120
+ static readonly typeName = "gitpod.experimental.v1.PrebuildSettings";
121
+ static readonly fields: FieldList;
122
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PrebuildSettings;
123
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PrebuildSettings;
124
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PrebuildSettings;
125
+ static equals(a: PrebuildSettings | PlainMessage<PrebuildSettings> | undefined, b: PrebuildSettings | PlainMessage<PrebuildSettings> | undefined): boolean;
126
+ }
127
+ /**
128
+ * @generated from message gitpod.experimental.v1.WorkspaceSettings
129
+ */
130
+ export declare class WorkspaceSettings extends Message<WorkspaceSettings> {
131
+ /**
132
+ * @generated from field: bool enable_persistent_volume_claim = 1;
133
+ */
134
+ enablePersistentVolumeClaim: boolean;
135
+ /**
136
+ * @generated from field: gitpod.experimental.v1.WorkspaceClassSettings workspace_class = 2;
137
+ */
138
+ workspaceClass?: WorkspaceClassSettings;
139
+ constructor(data?: PartialMessage<WorkspaceSettings>);
140
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
141
+ static readonly typeName = "gitpod.experimental.v1.WorkspaceSettings";
142
+ static readonly fields: FieldList;
143
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceSettings;
144
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceSettings;
145
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WorkspaceSettings;
146
+ static equals(a: WorkspaceSettings | PlainMessage<WorkspaceSettings> | undefined, b: WorkspaceSettings | PlainMessage<WorkspaceSettings> | undefined): boolean;
147
+ }
148
+ /**
149
+ * @generated from message gitpod.experimental.v1.WorkspaceClassSettings
150
+ */
151
+ export declare class WorkspaceClassSettings extends Message<WorkspaceClassSettings> {
152
+ /**
153
+ * @generated from field: string regular = 1;
154
+ */
155
+ regular: string;
156
+ /**
157
+ * @generated from field: string prebuild = 2;
158
+ */
159
+ prebuild: string;
160
+ constructor(data?: PartialMessage<WorkspaceClassSettings>);
161
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
162
+ static readonly typeName = "gitpod.experimental.v1.WorkspaceClassSettings";
163
+ static readonly fields: FieldList;
164
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceClassSettings;
165
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceClassSettings;
166
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WorkspaceClassSettings;
167
+ static equals(a: WorkspaceClassSettings | PlainMessage<WorkspaceClassSettings> | undefined, b: WorkspaceClassSettings | PlainMessage<WorkspaceClassSettings> | undefined): boolean;
168
+ }
169
+ /**
170
+ * @generated from message gitpod.experimental.v1.CreateProjectRequest
171
+ */
172
+ export declare class CreateProjectRequest extends Message<CreateProjectRequest> {
173
+ /**
174
+ * @generated from field: gitpod.experimental.v1.Project project = 1;
175
+ */
176
+ project?: Project;
177
+ constructor(data?: PartialMessage<CreateProjectRequest>);
178
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
179
+ static readonly typeName = "gitpod.experimental.v1.CreateProjectRequest";
180
+ static readonly fields: FieldList;
181
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateProjectRequest;
182
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateProjectRequest;
183
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateProjectRequest;
184
+ static equals(a: CreateProjectRequest | PlainMessage<CreateProjectRequest> | undefined, b: CreateProjectRequest | PlainMessage<CreateProjectRequest> | undefined): boolean;
185
+ }
186
+ /**
187
+ * @generated from message gitpod.experimental.v1.CreateProjectResponse
188
+ */
189
+ export declare class CreateProjectResponse extends Message<CreateProjectResponse> {
190
+ /**
191
+ * @generated from field: gitpod.experimental.v1.Project project = 1;
192
+ */
193
+ project?: Project;
194
+ constructor(data?: PartialMessage<CreateProjectResponse>);
195
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
196
+ static readonly typeName = "gitpod.experimental.v1.CreateProjectResponse";
197
+ static readonly fields: FieldList;
198
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateProjectResponse;
199
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateProjectResponse;
200
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateProjectResponse;
201
+ static equals(a: CreateProjectResponse | PlainMessage<CreateProjectResponse> | undefined, b: CreateProjectResponse | PlainMessage<CreateProjectResponse> | undefined): boolean;
202
+ }
203
+ /**
204
+ * @generated from message gitpod.experimental.v1.GetProjectRequest
205
+ */
206
+ export declare class GetProjectRequest extends Message<GetProjectRequest> {
207
+ /**
208
+ * @generated from field: string project_id = 1;
209
+ */
210
+ projectId: string;
211
+ constructor(data?: PartialMessage<GetProjectRequest>);
212
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
213
+ static readonly typeName = "gitpod.experimental.v1.GetProjectRequest";
214
+ static readonly fields: FieldList;
215
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetProjectRequest;
216
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetProjectRequest;
217
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetProjectRequest;
218
+ static equals(a: GetProjectRequest | PlainMessage<GetProjectRequest> | undefined, b: GetProjectRequest | PlainMessage<GetProjectRequest> | undefined): boolean;
219
+ }
220
+ /**
221
+ * @generated from message gitpod.experimental.v1.GetProjectResponse
222
+ */
223
+ export declare class GetProjectResponse extends Message<GetProjectResponse> {
224
+ /**
225
+ * @generated from field: gitpod.experimental.v1.Project project = 1;
226
+ */
227
+ project?: Project;
228
+ constructor(data?: PartialMessage<GetProjectResponse>);
229
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
230
+ static readonly typeName = "gitpod.experimental.v1.GetProjectResponse";
231
+ static readonly fields: FieldList;
232
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetProjectResponse;
233
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetProjectResponse;
234
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetProjectResponse;
235
+ static equals(a: GetProjectResponse | PlainMessage<GetProjectResponse> | undefined, b: GetProjectResponse | PlainMessage<GetProjectResponse> | undefined): boolean;
236
+ }
237
+ /**
238
+ * @generated from message gitpod.experimental.v1.ListProjectsRequest
239
+ */
240
+ export declare class ListProjectsRequest extends Message<ListProjectsRequest> {
241
+ /**
242
+ * User ID filters Projects owned by user_id
243
+ *
244
+ * @generated from field: string user_id = 1;
245
+ */
246
+ userId: string;
247
+ /**
248
+ * Team ID filters Projects owned by team_id
249
+ *
250
+ * @generated from field: string team_id = 2;
251
+ */
252
+ teamId: string;
253
+ /**
254
+ * Page information
255
+ *
256
+ * @generated from field: gitpod.experimental.v1.Pagination pagination = 3;
257
+ */
258
+ pagination?: Pagination;
259
+ constructor(data?: PartialMessage<ListProjectsRequest>);
260
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
261
+ static readonly typeName = "gitpod.experimental.v1.ListProjectsRequest";
262
+ static readonly fields: FieldList;
263
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListProjectsRequest;
264
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListProjectsRequest;
265
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListProjectsRequest;
266
+ static equals(a: ListProjectsRequest | PlainMessage<ListProjectsRequest> | undefined, b: ListProjectsRequest | PlainMessage<ListProjectsRequest> | undefined): boolean;
267
+ }
268
+ /**
269
+ * @generated from message gitpod.experimental.v1.ListProjectsResponse
270
+ */
271
+ export declare class ListProjectsResponse extends Message<ListProjectsResponse> {
272
+ /**
273
+ * @generated from field: repeated gitpod.experimental.v1.Project projects = 1;
274
+ */
275
+ projects: Project[];
276
+ /**
277
+ * @generated from field: int32 total_results = 2;
278
+ */
279
+ totalResults: number;
280
+ constructor(data?: PartialMessage<ListProjectsResponse>);
281
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
282
+ static readonly typeName = "gitpod.experimental.v1.ListProjectsResponse";
283
+ static readonly fields: FieldList;
284
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListProjectsResponse;
285
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListProjectsResponse;
286
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListProjectsResponse;
287
+ static equals(a: ListProjectsResponse | PlainMessage<ListProjectsResponse> | undefined, b: ListProjectsResponse | PlainMessage<ListProjectsResponse> | undefined): boolean;
288
+ }
289
+ /**
290
+ * @generated from message gitpod.experimental.v1.DeleteProjectRequest
291
+ */
292
+ export declare class DeleteProjectRequest extends Message<DeleteProjectRequest> {
293
+ /**
294
+ * @generated from field: string project_id = 1;
295
+ */
296
+ projectId: string;
297
+ constructor(data?: PartialMessage<DeleteProjectRequest>);
298
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
299
+ static readonly typeName = "gitpod.experimental.v1.DeleteProjectRequest";
300
+ static readonly fields: FieldList;
301
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteProjectRequest;
302
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteProjectRequest;
303
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteProjectRequest;
304
+ static equals(a: DeleteProjectRequest | PlainMessage<DeleteProjectRequest> | undefined, b: DeleteProjectRequest | PlainMessage<DeleteProjectRequest> | undefined): boolean;
305
+ }
306
+ /**
307
+ * @generated from message gitpod.experimental.v1.DeleteProjectResponse
308
+ */
309
+ export declare class DeleteProjectResponse extends Message<DeleteProjectResponse> {
310
+ constructor(data?: PartialMessage<DeleteProjectResponse>);
311
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
312
+ static readonly typeName = "gitpod.experimental.v1.DeleteProjectResponse";
313
+ static readonly fields: FieldList;
314
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteProjectResponse;
315
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteProjectResponse;
316
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteProjectResponse;
317
+ static equals(a: DeleteProjectResponse | PlainMessage<DeleteProjectResponse> | undefined, b: DeleteProjectResponse | PlainMessage<DeleteProjectResponse> | undefined): boolean;
318
+ }
319
+ //# sourceMappingURL=projects_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/projects_pb.ts"],"names":[],"mappings":"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"}