@gitpod/public-api 0.1.5-tar-sh-active-users-new.0 → 0.1.5-tar-sh-active-users-new.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/lib/gitpod/experimental/v1/index.d.ts +9 -0
  2. package/lib/gitpod/experimental/v1/index.d.ts.map +1 -0
  3. package/lib/gitpod/experimental/v1/index.js +21 -0
  4. package/lib/gitpod/experimental/v1/index.js.map +1 -0
  5. package/lib/gitpod/{v1 → experimental/v1}/pagination_pb.d.ts +2 -2
  6. package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -0
  7. package/lib/gitpod/{v1 → experimental/v1}/pagination_pb.js +2 -2
  8. package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -0
  9. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +93 -0
  10. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -0
  11. package/lib/gitpod/experimental/v1/teams_connectweb.js +100 -0
  12. package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -0
  13. package/lib/gitpod/experimental/v1/teams_pb.d.ts +401 -0
  14. package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -0
  15. package/lib/gitpod/experimental/v1/teams_pb.js +613 -0
  16. package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -0
  17. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +74 -0
  18. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -0
  19. package/lib/gitpod/experimental/v1/workspaces_connectweb.js +81 -0
  20. package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -0
  21. package/lib/gitpod/{v1 → experimental/v1}/workspaces_pb.d.ts +88 -218
  22. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -0
  23. package/lib/gitpod/{v1 → experimental/v1}/workspaces_pb.js +83 -321
  24. package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -0
  25. package/lib/index.d.ts +7 -0
  26. package/lib/index.d.ts.map +1 -0
  27. package/lib/index.js +10 -0
  28. package/lib/index.js.map +1 -0
  29. package/package.json +4 -3
  30. package/pkg-yarn.lock +1 -1
  31. package/provenance-bundle.jsonl +2 -2
  32. package/lib/gitpod/v1/pagination_pb.d.ts.map +0 -1
  33. package/lib/gitpod/v1/pagination_pb.js.map +0 -1
  34. package/lib/gitpod/v1/pagination_pb.ts +0 -60
  35. package/lib/gitpod/v1/prebuilds_connectweb.d.ts +0 -65
  36. package/lib/gitpod/v1/prebuilds_connectweb.d.ts.map +0 -1
  37. package/lib/gitpod/v1/prebuilds_connectweb.js +0 -72
  38. package/lib/gitpod/v1/prebuilds_connectweb.js.map +0 -1
  39. package/lib/gitpod/v1/prebuilds_connectweb.ts +0 -71
  40. package/lib/gitpod/v1/prebuilds_pb.d.ts +0 -281
  41. package/lib/gitpod/v1/prebuilds_pb.d.ts.map +0 -1
  42. package/lib/gitpod/v1/prebuilds_pb.js +0 -435
  43. package/lib/gitpod/v1/prebuilds_pb.js.map +0 -1
  44. package/lib/gitpod/v1/prebuilds_pb.ts +0 -540
  45. package/lib/gitpod/v1/workspaces_connectweb.d.ts +0 -134
  46. package/lib/gitpod/v1/workspaces_connectweb.d.ts.map +0 -1
  47. package/lib/gitpod/v1/workspaces_connectweb.js +0 -141
  48. package/lib/gitpod/v1/workspaces_connectweb.js.map +0 -1
  49. package/lib/gitpod/v1/workspaces_connectweb.ts +0 -140
  50. package/lib/gitpod/v1/workspaces_pb.d.ts.map +0 -1
  51. package/lib/gitpod/v1/workspaces_pb.js.map +0 -1
  52. package/lib/gitpod/v1/workspaces_pb.ts +0 -1509
@@ -0,0 +1,9 @@
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
+ export * from "./pagination_pb";
7
+ export * from "./workspaces_pb";
8
+ export * from "./workspaces_connectweb";
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,21 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./pagination_pb"), exports);
19
+ __exportStar(require("./workspaces_pb"), exports);
20
+ __exportStar(require("./workspaces_connectweb"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;AAEH,kDAAgC;AAChC,kDAAgC;AAChC,0DAAwC"}
@@ -6,7 +6,7 @@
6
6
  import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
7
  import { Message } from "@bufbuild/protobuf";
8
8
  /**
9
- * @generated from message gitpod.v1.Pagination
9
+ * @generated from message gitpod.experimental.v1.Pagination
10
10
  */
11
11
  export declare class Pagination extends Message<Pagination> {
12
12
  /**
@@ -23,7 +23,7 @@ export declare class Pagination extends Message<Pagination> {
23
23
  pageToken: string;
24
24
  constructor(data?: PartialMessage<Pagination>);
25
25
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
26
- static readonly typeName = "gitpod.v1.Pagination";
26
+ static readonly typeName = "gitpod.experimental.v1.Pagination";
27
27
  static readonly fields: FieldList;
28
28
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Pagination;
29
29
  static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Pagination;
@@ -0,0 +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"}
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.Pagination = void 0;
9
9
  const protobuf_1 = require("@bufbuild/protobuf");
10
10
  /**
11
- * @generated from message gitpod.v1.Pagination
11
+ * @generated from message gitpod.experimental.v1.Pagination
12
12
  */
13
13
  class Pagination extends protobuf_1.Message {
14
14
  constructor(data) {
@@ -42,7 +42,7 @@ class Pagination extends protobuf_1.Message {
42
42
  }
43
43
  exports.Pagination = Pagination;
44
44
  Pagination.runtime = protobuf_1.proto3;
45
- Pagination.typeName = "gitpod.v1.Pagination";
45
+ Pagination.typeName = "gitpod.experimental.v1.Pagination";
46
46
  Pagination.fields = protobuf_1.proto3.util.newFieldList(() => [
47
47
  { no: 1, name: "page_size", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
48
48
  { no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -0,0 +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"}
@@ -0,0 +1,93 @@
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 { CreateTeamRequest, CreateTeamResponse, DeleteTeamMemberRequest, DeleteTeamMemberResponse, GetTeamRequest, GetTeamResponse, JoinTeamRequest, JoinTeamResponse, ListTeamsRequest, ListTeamsResponse, ResetTeamInvitationRequest, ResetTeamInvitationResponse, UpdateTeamMemberRequest, UpdateTeamMemberResponse } from "./teams_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ /**
9
+ * @generated from service gitpod.experimental.v1.TeamsService
10
+ */
11
+ export declare const TeamsService: {
12
+ readonly typeName: "gitpod.experimental.v1.TeamsService";
13
+ readonly methods: {
14
+ /**
15
+ * CreateTeam creates a new Team.
16
+ *
17
+ * @generated from rpc gitpod.experimental.v1.TeamsService.CreateTeam
18
+ */
19
+ readonly createTeam: {
20
+ readonly name: "CreateTeam";
21
+ readonly I: typeof CreateTeamRequest;
22
+ readonly O: typeof CreateTeamResponse;
23
+ readonly kind: MethodKind.Unary;
24
+ };
25
+ /**
26
+ * GetTeam retrieves a single Team.
27
+ *
28
+ * @generated from rpc gitpod.experimental.v1.TeamsService.GetTeam
29
+ */
30
+ readonly getTeam: {
31
+ readonly name: "GetTeam";
32
+ readonly I: typeof GetTeamRequest;
33
+ readonly O: typeof GetTeamResponse;
34
+ readonly kind: MethodKind.Unary;
35
+ };
36
+ /**
37
+ * ListTeams lists the caller has access to.
38
+ *
39
+ * @generated from rpc gitpod.experimental.v1.TeamsService.ListTeams
40
+ */
41
+ readonly listTeams: {
42
+ readonly name: "ListTeams";
43
+ readonly I: typeof ListTeamsRequest;
44
+ readonly O: typeof ListTeamsResponse;
45
+ readonly kind: MethodKind.Unary;
46
+ };
47
+ /**
48
+ * JoinTeam makes the caller a TeamMember of the Team.
49
+ *
50
+ * @generated from rpc gitpod.experimental.v1.TeamsService.JoinTeam
51
+ */
52
+ readonly joinTeam: {
53
+ readonly name: "JoinTeam";
54
+ readonly I: typeof JoinTeamRequest;
55
+ readonly O: typeof JoinTeamResponse;
56
+ readonly kind: MethodKind.Unary;
57
+ };
58
+ /**
59
+ * ResetTeamInvitation resets the invitation_id for a Team.
60
+ *
61
+ * @generated from rpc gitpod.experimental.v1.TeamsService.ResetTeamInvitation
62
+ */
63
+ readonly resetTeamInvitation: {
64
+ readonly name: "ResetTeamInvitation";
65
+ readonly I: typeof ResetTeamInvitationRequest;
66
+ readonly O: typeof ResetTeamInvitationResponse;
67
+ readonly kind: MethodKind.Unary;
68
+ };
69
+ /**
70
+ * UpdateTeamMember updates team membership properties.
71
+ *
72
+ * @generated from rpc gitpod.experimental.v1.TeamsService.UpdateTeamMember
73
+ */
74
+ readonly updateTeamMember: {
75
+ readonly name: "UpdateTeamMember";
76
+ readonly I: typeof UpdateTeamMemberRequest;
77
+ readonly O: typeof UpdateTeamMemberResponse;
78
+ readonly kind: MethodKind.Unary;
79
+ };
80
+ /**
81
+ * DeleteTeamMember removes a TeamMember from the Team.
82
+ *
83
+ * @generated from rpc gitpod.experimental.v1.TeamsService.DeleteTeamMember
84
+ */
85
+ readonly deleteTeamMember: {
86
+ readonly name: "DeleteTeamMember";
87
+ readonly I: typeof DeleteTeamMemberRequest;
88
+ readonly O: typeof DeleteTeamMemberResponse;
89
+ readonly kind: MethodKind.Unary;
90
+ };
91
+ };
92
+ };
93
+ //# sourceMappingURL=teams_connectweb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teams_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/teams_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,cAAc,EAAE,eAAe,EAAE,eAAe,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,eAAe,CAAC;AAC5U,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -0,0 +1,100 @@
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.TeamsService = void 0;
9
+ // @generated by protoc-gen-connect-web v0.2.1 with parameter "target=ts"
10
+ // @generated from file gitpod/experimental/v1/teams.proto (package gitpod.experimental.v1, syntax proto3)
11
+ /* eslint-disable */
12
+ /* @ts-nocheck */
13
+ const teams_pb_js_1 = require("./teams_pb.js");
14
+ const protobuf_1 = require("@bufbuild/protobuf");
15
+ /**
16
+ * @generated from service gitpod.experimental.v1.TeamsService
17
+ */
18
+ exports.TeamsService = {
19
+ typeName: "gitpod.experimental.v1.TeamsService",
20
+ methods: {
21
+ /**
22
+ * CreateTeam creates a new Team.
23
+ *
24
+ * @generated from rpc gitpod.experimental.v1.TeamsService.CreateTeam
25
+ */
26
+ createTeam: {
27
+ name: "CreateTeam",
28
+ I: teams_pb_js_1.CreateTeamRequest,
29
+ O: teams_pb_js_1.CreateTeamResponse,
30
+ kind: protobuf_1.MethodKind.Unary,
31
+ },
32
+ /**
33
+ * GetTeam retrieves a single Team.
34
+ *
35
+ * @generated from rpc gitpod.experimental.v1.TeamsService.GetTeam
36
+ */
37
+ getTeam: {
38
+ name: "GetTeam",
39
+ I: teams_pb_js_1.GetTeamRequest,
40
+ O: teams_pb_js_1.GetTeamResponse,
41
+ kind: protobuf_1.MethodKind.Unary,
42
+ },
43
+ /**
44
+ * ListTeams lists the caller has access to.
45
+ *
46
+ * @generated from rpc gitpod.experimental.v1.TeamsService.ListTeams
47
+ */
48
+ listTeams: {
49
+ name: "ListTeams",
50
+ I: teams_pb_js_1.ListTeamsRequest,
51
+ O: teams_pb_js_1.ListTeamsResponse,
52
+ kind: protobuf_1.MethodKind.Unary,
53
+ },
54
+ /**
55
+ * JoinTeam makes the caller a TeamMember of the Team.
56
+ *
57
+ * @generated from rpc gitpod.experimental.v1.TeamsService.JoinTeam
58
+ */
59
+ joinTeam: {
60
+ name: "JoinTeam",
61
+ I: teams_pb_js_1.JoinTeamRequest,
62
+ O: teams_pb_js_1.JoinTeamResponse,
63
+ kind: protobuf_1.MethodKind.Unary,
64
+ },
65
+ /**
66
+ * ResetTeamInvitation resets the invitation_id for a Team.
67
+ *
68
+ * @generated from rpc gitpod.experimental.v1.TeamsService.ResetTeamInvitation
69
+ */
70
+ resetTeamInvitation: {
71
+ name: "ResetTeamInvitation",
72
+ I: teams_pb_js_1.ResetTeamInvitationRequest,
73
+ O: teams_pb_js_1.ResetTeamInvitationResponse,
74
+ kind: protobuf_1.MethodKind.Unary,
75
+ },
76
+ /**
77
+ * UpdateTeamMember updates team membership properties.
78
+ *
79
+ * @generated from rpc gitpod.experimental.v1.TeamsService.UpdateTeamMember
80
+ */
81
+ updateTeamMember: {
82
+ name: "UpdateTeamMember",
83
+ I: teams_pb_js_1.UpdateTeamMemberRequest,
84
+ O: teams_pb_js_1.UpdateTeamMemberResponse,
85
+ kind: protobuf_1.MethodKind.Unary,
86
+ },
87
+ /**
88
+ * DeleteTeamMember removes a TeamMember from the Team.
89
+ *
90
+ * @generated from rpc gitpod.experimental.v1.TeamsService.DeleteTeamMember
91
+ */
92
+ deleteTeamMember: {
93
+ name: "DeleteTeamMember",
94
+ I: teams_pb_js_1.DeleteTeamMemberRequest,
95
+ O: teams_pb_js_1.DeleteTeamMemberResponse,
96
+ kind: protobuf_1.MethodKind.Unary,
97
+ },
98
+ }
99
+ };
100
+ //# sourceMappingURL=teams_connectweb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teams_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/teams_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,0GAA0G;AAC1G,oBAAoB;AACpB,iBAAiB;AAEjB,+CAA4U;AAC5U,iDAA8C;AAE9C;;GAEG;AACU,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,qCAAqC;IAC/C,OAAO,EAAE;QACP;;;;WAIG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,+BAAiB;YACpB,CAAC,EAAE,gCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,CAAC,EAAE,4BAAc;YACjB,CAAC,EAAE,6BAAe;YAClB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,8BAAgB;YACnB,CAAC,EAAE,+BAAiB;YACpB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,QAAQ,EAAE;YACR,IAAI,EAAE,UAAU;YAChB,CAAC,EAAE,6BAAe;YAClB,CAAC,EAAE,8BAAgB;YACnB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,mBAAmB,EAAE;YACnB,IAAI,EAAE,qBAAqB;YAC3B,CAAC,EAAE,wCAA0B;YAC7B,CAAC,EAAE,yCAA2B;YAC9B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qCAAuB;YAC1B,CAAC,EAAE,sCAAwB;YAC3B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qCAAuB;YAC1B,CAAC,EAAE,sCAAwB;YAC3B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}