@raystack/proton 0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6 → 0.1.0-881c92a4cab2490e6c680462a94660b551b1040f

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 (111) hide show
  1. package/google/api/annotations_pb.ts +15 -9
  2. package/google/api/field_behavior_pb.ts +19 -19
  3. package/google/api/http_pb.ts +43 -108
  4. package/google/api/httpbody_pb.ts +23 -37
  5. package/index.ts +10 -0
  6. package/package.json +61 -17
  7. package/protoc-gen-openapiv2/options/annotations_pb.ts +23 -29
  8. package/protoc-gen-openapiv2/options/openapiv2_pb.ts +338 -808
  9. package/raystack/assets/v1beta1/bucket_pb.ts +46 -89
  10. package/raystack/assets/v1beta1/dashboard_pb.ts +49 -97
  11. package/raystack/assets/v1beta1/event_pb.ts +22 -36
  12. package/raystack/assets/v1beta1/group_pb.ts +38 -74
  13. package/raystack/assets/v1beta1/job_pb.ts +30 -43
  14. package/raystack/assets/v1beta1/lineage_pb.ts +22 -36
  15. package/raystack/assets/v1beta1/ownership_pb.ts +31 -68
  16. package/raystack/assets/v1beta1/preview_pb.ts +21 -34
  17. package/raystack/assets/v1beta1/properties_pb.ts +22 -37
  18. package/raystack/assets/v1beta1/resource_pb.ts +24 -43
  19. package/raystack/assets/v1beta1/schema_pb.ts +59 -145
  20. package/raystack/assets/v1beta1/table_pb.ts +59 -120
  21. package/raystack/assets/v1beta1/timestamp_pb.ts +28 -62
  22. package/raystack/assets/v1beta1/topic_pb.ts +43 -78
  23. package/raystack/assets/v1beta1/user_pb.ts +58 -125
  24. package/raystack/assets/v1beta2/application_pb.ts +23 -39
  25. package/raystack/assets/v1beta2/asset_pb.ts +30 -53
  26. package/raystack/assets/v1beta2/bucket_pb.ts +41 -87
  27. package/raystack/assets/v1beta2/common_pb.ts +56 -137
  28. package/raystack/assets/v1beta2/dashboard_pb.ts +44 -93
  29. package/raystack/assets/v1beta2/experiment_pb.ts +38 -79
  30. package/raystack/assets/v1beta2/feature_table_pb.ts +51 -115
  31. package/raystack/assets/v1beta2/group_pb.ts +32 -68
  32. package/raystack/assets/v1beta2/job_pb.ts +21 -35
  33. package/raystack/assets/v1beta2/metric_pb.ts +25 -43
  34. package/raystack/assets/v1beta2/model_pb.ts +59 -147
  35. package/raystack/assets/v1beta2/table_pb.ts +82 -200
  36. package/raystack/assets/v1beta2/topic_pb.ts +41 -99
  37. package/raystack/assets/v1beta2/user_pb.ts +53 -121
  38. package/raystack/common/index.ts +0 -1
  39. package/raystack/common/v1/service-CommonService_connectquery.ts +3 -14
  40. package/raystack/common/v1/service_pb.ts +57 -97
  41. package/raystack/compass/index.ts +0 -1
  42. package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +44 -424
  43. package/raystack/compass/v1beta1/service_pb.ts +1448 -3319
  44. package/raystack/entropy/index.ts +0 -2
  45. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +7 -54
  46. package/raystack/entropy/v1beta1/module_pb.ts +156 -324
  47. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +9 -74
  48. package/raystack/entropy/v1beta1/resource_pb.ts +330 -756
  49. package/raystack/frontier/index.ts +0 -2
  50. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +54 -524
  51. package/raystack/frontier/v1beta1/admin_pb.ts +1755 -3846
  52. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +169 -1674
  53. package/raystack/frontier/v1beta1/frontier_pb.ts +4850 -10959
  54. package/raystack/frontier/v1beta1/models_pb.ts +810 -2296
  55. package/raystack/guardian/index.ts +0 -1
  56. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +42 -404
  57. package/raystack/guardian/v1beta1/guardian_pb.ts +1584 -3783
  58. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +5 -34
  59. package/raystack/optimus/core/v1beta1/backup_pb.ts +137 -273
  60. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +6 -44
  61. package/raystack/optimus/core/v1beta1/job_run_pb.ts +194 -376
  62. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +17 -154
  63. package/raystack/optimus/core/v1beta1/job_spec_pb.ts +910 -2081
  64. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +5 -34
  65. package/raystack/optimus/core/v1beta1/namespace_pb.ts +113 -212
  66. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +5 -34
  67. package/raystack/optimus/core/v1beta1/project_pb.ts +121 -238
  68. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +6 -44
  69. package/raystack/optimus/core/v1beta1/replay_pb.ts +160 -335
  70. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +8 -64
  71. package/raystack/optimus/core/v1beta1/resource_pb.ts +266 -527
  72. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +3 -14
  73. package/raystack/optimus/core/v1beta1/runtime_pb.ts +48 -61
  74. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +6 -44
  75. package/raystack/optimus/core/v1beta1/secret_pb.ts +155 -283
  76. package/raystack/optimus/core/v1beta1/status_pb.ts +35 -54
  77. package/raystack/optimus/integration/v1beta1/event_pb.ts +75 -187
  78. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +6 -44
  79. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +193 -426
  80. package/raystack/predator/v1beta1/metrics_log_pb.ts +67 -173
  81. package/raystack/predator/v1beta1/result_log_pb.ts +60 -144
  82. package/raystack/raccoon/index.ts +0 -1
  83. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +3 -14
  84. package/raystack/raccoon/v1beta1/raccoon_pb.ts +142 -189
  85. package/raystack/siren/index.ts +0 -1
  86. package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +37 -354
  87. package/raystack/siren/v1beta1/siren_pb.ts +1155 -2637
  88. package/raystack/stencil/index.ts +0 -1
  89. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +18 -164
  90. package/raystack/stencil/v1beta1/stencil_pb.ts +530 -1157
  91. package/validate/validate_pb.ts +401 -1038
  92. package/raystack/common/v1/service_connect.ts +0 -26
  93. package/raystack/compass/v1beta1/service_connect.ts +0 -407
  94. package/raystack/entropy/v1beta1/module_connect.ts +0 -62
  95. package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
  96. package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
  97. package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
  98. package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
  99. package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
  100. package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
  101. package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
  102. package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
  103. package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
  104. package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
  105. package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
  106. package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
  107. package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
  108. package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
  109. package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
  110. package/raystack/siren/v1beta1/siren_connect.ts +0 -332
  111. package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
@@ -1,83 +1,53 @@
1
- // @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=none"
2
2
  // @generated from file raystack/optimus/plugins/v1beta1/dependency_resolver.proto (package raystack.optimus.plugins.v1beta1, syntax proto3)
3
3
  /* eslint-disable */
4
- // @ts-nocheck
5
4
 
6
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
- import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
5
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ import type { Message } from "@bufbuild/protobuf";
10
+
11
+ /**
12
+ * Describes the file raystack/optimus/plugins/v1beta1/dependency_resolver.proto.
13
+ */
14
+ export const file_raystack_optimus_plugins_v1beta1_dependency_resolver: GenFile = /*@__PURE__*/
15
+ fileDesc("CjpyYXlzdGFjay9vcHRpbXVzL3BsdWdpbnMvdjFiZXRhMS9kZXBlbmRlbmN5X3Jlc29sdmVyLnByb3RvEiByYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMSIQCg5HZXROYW1lUmVxdWVzdCIfCg9HZXROYW1lUmVzcG9uc2USDAoEbmFtZRgBIAEoCSLZAQoaR2VuZXJhdGVEZXN0aW5hdGlvblJlcXVlc3QSOQoGY29uZmlnGAEgASgLMikucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuQ29uZmlncxI4CgZhc3NldHMYAiABKAsyKC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Bc3NldHMSQAoHb3B0aW9ucxgoIAEoCzIvLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLlBsdWdpbk9wdGlvbnNKBAgDEAQiTAobR2VuZXJhdGVEZXN0aW5hdGlvblJlc3BvbnNlEhMKC2Rlc3RpbmF0aW9uGAEgASgJEhgKEGRlc3RpbmF0aW9uX3R5cGUYAiABKAki2gEKG0dlbmVyYXRlRGVwZW5kZW5jaWVzUmVxdWVzdBI5CgZjb25maWcYASABKAsyKS5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Db25maWdzEjgKBmFzc2V0cxgCIAEoCzIoLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkFzc2V0cxJACgdvcHRpb25zGCggASgLMi8ucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuUGx1Z2luT3B0aW9uc0oECAMQBCI0ChxHZW5lcmF0ZURlcGVuZGVuY2llc1Jlc3BvbnNlEhQKDGRlcGVuZGVuY2llcxgBIAMoCSJzCgdDb25maWdzEkEKB2NvbmZpZ3MYASADKAsyMC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Db25maWdzLkNvbmZpZxolCgZDb25maWcSDAoEbmFtZRgBIAEoCRINCgV2YWx1ZRgCIAEoCSJuCgZBc3NldHMSPgoGYXNzZXRzGAEgAygLMi4ucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuQXNzZXRzLkFzc2V0GiQKBUFzc2V0EgwKBG5hbWUYASABKAkSDQoFdmFsdWUYAiABKAkiOQoMSW5zdGFuY2VEYXRhEgwKBG5hbWUYASABKAkSDQoFdmFsdWUYAiABKAkSDAoEdHlwZRgDIAEoCSKFAwoUQ29tcGlsZUFzc2V0c1JlcXVlc3QSOgoHY29uZmlncxgBIAEoCzIpLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkNvbmZpZ3MSOAoGYXNzZXRzGAIgASgLMigucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuQXNzZXRzEkUKDWluc3RhbmNlX2RhdGEYCCADKAsyLi5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5JbnN0YW5jZURhdGESLgoKc3RhcnRfdGltZRgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoIZW5kX3RpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkAKB29wdGlvbnMYKCABKAsyLy5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5QbHVnaW5PcHRpb25zSgQIAxAESgQIBBAFSgQIBRAGIlEKFUNvbXBpbGVBc3NldHNSZXNwb25zZRI4CgZhc3NldHMYASABKAsyKC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Bc3NldHMiIAoNUGx1Z2luT3B0aW9ucxIPCgdkcnlfcnVuGAEgASgIMr4EChxEZXBlbmRlbmN5UmVzb2x2ZXJNb2RTZXJ2aWNlEm4KB0dldE5hbWUSMC5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5HZXROYW1lUmVxdWVzdBoxLnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdldE5hbWVSZXNwb25zZRKSAQoTR2VuZXJhdGVEZXN0aW5hdGlvbhI8LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdlbmVyYXRlRGVzdGluYXRpb25SZXF1ZXN0Gj0ucmF5c3RhY2sub3B0aW11cy5wbHVnaW5zLnYxYmV0YTEuR2VuZXJhdGVEZXN0aW5hdGlvblJlc3BvbnNlEpUBChRHZW5lcmF0ZURlcGVuZGVuY2llcxI9LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdlbmVyYXRlRGVwZW5kZW5jaWVzUmVxdWVzdBo+LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkdlbmVyYXRlRGVwZW5kZW5jaWVzUmVzcG9uc2USgAEKDUNvbXBpbGVBc3NldHMSNi5yYXlzdGFjay5vcHRpbXVzLnBsdWdpbnMudjFiZXRhMS5Db21waWxlQXNzZXRzUmVxdWVzdBo3LnJheXN0YWNrLm9wdGltdXMucGx1Z2lucy52MWJldGExLkNvbXBpbGVBc3NldHNSZXNwb25zZUJnCiNvcmcucmF5c3RhY2sucHJvdG9uLm9wdGltdXMucGx1Z2luc0IaRGVwZW5kZW5jeVJlc29sdmVyTW9kUHJvdG9QAVoiZ2l0aHViLmNvbS9yYXlzdGFjay9wcm90b24vb3B0aW11c2IGcHJvdG8z", [file_google_protobuf_timestamp]);
8
16
 
9
17
  /**
10
18
  * @generated from message raystack.optimus.plugins.v1beta1.GetNameRequest
11
19
  */
12
- export class GetNameRequest extends Message<GetNameRequest> {
13
- constructor(data?: PartialMessage<GetNameRequest>) {
14
- super();
15
- proto3.util.initPartial(data, this);
16
- }
17
-
18
- static readonly runtime: typeof proto3 = proto3;
19
- static readonly typeName = "raystack.optimus.plugins.v1beta1.GetNameRequest";
20
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
21
- ]);
22
-
23
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNameRequest {
24
- return new GetNameRequest().fromBinary(bytes, options);
25
- }
26
-
27
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNameRequest {
28
- return new GetNameRequest().fromJson(jsonValue, options);
29
- }
30
-
31
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNameRequest {
32
- return new GetNameRequest().fromJsonString(jsonString, options);
33
- }
34
-
35
- static equals(a: GetNameRequest | PlainMessage<GetNameRequest> | undefined, b: GetNameRequest | PlainMessage<GetNameRequest> | undefined): boolean {
36
- return proto3.util.equals(GetNameRequest, a, b);
37
- }
38
- }
20
+ export type GetNameRequest = Message<"raystack.optimus.plugins.v1beta1.GetNameRequest"> & {
21
+ };
22
+
23
+ /**
24
+ * Describes the message raystack.optimus.plugins.v1beta1.GetNameRequest.
25
+ * Use `create(GetNameRequestSchema)` to create a new message.
26
+ */
27
+ export const GetNameRequestSchema: GenMessage<GetNameRequest> = /*@__PURE__*/
28
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 0);
39
29
 
40
30
  /**
41
31
  * @generated from message raystack.optimus.plugins.v1beta1.GetNameResponse
42
32
  */
43
- export class GetNameResponse extends Message<GetNameResponse> {
33
+ export type GetNameResponse = Message<"raystack.optimus.plugins.v1beta1.GetNameResponse"> & {
44
34
  /**
45
35
  * @generated from field: string name = 1;
46
36
  */
47
- name = "";
37
+ name: string;
38
+ };
48
39
 
49
- constructor(data?: PartialMessage<GetNameResponse>) {
50
- super();
51
- proto3.util.initPartial(data, this);
52
- }
53
-
54
- static readonly runtime: typeof proto3 = proto3;
55
- static readonly typeName = "raystack.optimus.plugins.v1beta1.GetNameResponse";
56
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
57
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
58
- ]);
59
-
60
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNameResponse {
61
- return new GetNameResponse().fromBinary(bytes, options);
62
- }
63
-
64
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNameResponse {
65
- return new GetNameResponse().fromJson(jsonValue, options);
66
- }
67
-
68
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNameResponse {
69
- return new GetNameResponse().fromJsonString(jsonString, options);
70
- }
71
-
72
- static equals(a: GetNameResponse | PlainMessage<GetNameResponse> | undefined, b: GetNameResponse | PlainMessage<GetNameResponse> | undefined): boolean {
73
- return proto3.util.equals(GetNameResponse, a, b);
74
- }
75
- }
40
+ /**
41
+ * Describes the message raystack.optimus.plugins.v1beta1.GetNameResponse.
42
+ * Use `create(GetNameResponseSchema)` to create a new message.
43
+ */
44
+ export const GetNameResponseSchema: GenMessage<GetNameResponse> = /*@__PURE__*/
45
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 1);
76
46
 
77
47
  /**
78
48
  * @generated from message raystack.optimus.plugins.v1beta1.GenerateDestinationRequest
79
49
  */
80
- export class GenerateDestinationRequest extends Message<GenerateDestinationRequest> {
50
+ export type GenerateDestinationRequest = Message<"raystack.optimus.plugins.v1beta1.GenerateDestinationRequest"> & {
81
51
  /**
82
52
  * @generated from field: raystack.optimus.plugins.v1beta1.Configs config = 1;
83
53
  */
@@ -92,84 +62,41 @@ export class GenerateDestinationRequest extends Message<GenerateDestinationReque
92
62
  * @generated from field: raystack.optimus.plugins.v1beta1.PluginOptions options = 40;
93
63
  */
94
64
  options?: PluginOptions;
65
+ };
95
66
 
96
- constructor(data?: PartialMessage<GenerateDestinationRequest>) {
97
- super();
98
- proto3.util.initPartial(data, this);
99
- }
100
-
101
- static readonly runtime: typeof proto3 = proto3;
102
- static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDestinationRequest";
103
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
104
- { no: 1, name: "config", kind: "message", T: Configs },
105
- { no: 2, name: "assets", kind: "message", T: Assets },
106
- { no: 40, name: "options", kind: "message", T: PluginOptions },
107
- ]);
108
-
109
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDestinationRequest {
110
- return new GenerateDestinationRequest().fromBinary(bytes, options);
111
- }
112
-
113
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDestinationRequest {
114
- return new GenerateDestinationRequest().fromJson(jsonValue, options);
115
- }
116
-
117
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDestinationRequest {
118
- return new GenerateDestinationRequest().fromJsonString(jsonString, options);
119
- }
120
-
121
- static equals(a: GenerateDestinationRequest | PlainMessage<GenerateDestinationRequest> | undefined, b: GenerateDestinationRequest | PlainMessage<GenerateDestinationRequest> | undefined): boolean {
122
- return proto3.util.equals(GenerateDestinationRequest, a, b);
123
- }
124
- }
67
+ /**
68
+ * Describes the message raystack.optimus.plugins.v1beta1.GenerateDestinationRequest.
69
+ * Use `create(GenerateDestinationRequestSchema)` to create a new message.
70
+ */
71
+ export const GenerateDestinationRequestSchema: GenMessage<GenerateDestinationRequest> = /*@__PURE__*/
72
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 2);
125
73
 
126
74
  /**
127
75
  * @generated from message raystack.optimus.plugins.v1beta1.GenerateDestinationResponse
128
76
  */
129
- export class GenerateDestinationResponse extends Message<GenerateDestinationResponse> {
77
+ export type GenerateDestinationResponse = Message<"raystack.optimus.plugins.v1beta1.GenerateDestinationResponse"> & {
130
78
  /**
131
79
  * @generated from field: string destination = 1;
132
80
  */
133
- destination = "";
81
+ destination: string;
134
82
 
135
83
  /**
136
84
  * @generated from field: string destination_type = 2;
137
85
  */
138
- destinationType = "";
139
-
140
- constructor(data?: PartialMessage<GenerateDestinationResponse>) {
141
- super();
142
- proto3.util.initPartial(data, this);
143
- }
144
-
145
- static readonly runtime: typeof proto3 = proto3;
146
- static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDestinationResponse";
147
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
148
- { no: 1, name: "destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
149
- { no: 2, name: "destination_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
150
- ]);
151
-
152
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDestinationResponse {
153
- return new GenerateDestinationResponse().fromBinary(bytes, options);
154
- }
155
-
156
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDestinationResponse {
157
- return new GenerateDestinationResponse().fromJson(jsonValue, options);
158
- }
86
+ destinationType: string;
87
+ };
159
88
 
160
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDestinationResponse {
161
- return new GenerateDestinationResponse().fromJsonString(jsonString, options);
162
- }
163
-
164
- static equals(a: GenerateDestinationResponse | PlainMessage<GenerateDestinationResponse> | undefined, b: GenerateDestinationResponse | PlainMessage<GenerateDestinationResponse> | undefined): boolean {
165
- return proto3.util.equals(GenerateDestinationResponse, a, b);
166
- }
167
- }
89
+ /**
90
+ * Describes the message raystack.optimus.plugins.v1beta1.GenerateDestinationResponse.
91
+ * Use `create(GenerateDestinationResponseSchema)` to create a new message.
92
+ */
93
+ export const GenerateDestinationResponseSchema: GenMessage<GenerateDestinationResponse> = /*@__PURE__*/
94
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 3);
168
95
 
169
96
  /**
170
97
  * @generated from message raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest
171
98
  */
172
- export class GenerateDependenciesRequest extends Message<GenerateDependenciesRequest> {
99
+ export type GenerateDependenciesRequest = Message<"raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest"> & {
173
100
  /**
174
101
  * @generated from field: raystack.optimus.plugins.v1beta1.Configs config = 1;
175
102
  */
@@ -184,287 +111,141 @@ export class GenerateDependenciesRequest extends Message<GenerateDependenciesReq
184
111
  * @generated from field: raystack.optimus.plugins.v1beta1.PluginOptions options = 40;
185
112
  */
186
113
  options?: PluginOptions;
114
+ };
187
115
 
188
- constructor(data?: PartialMessage<GenerateDependenciesRequest>) {
189
- super();
190
- proto3.util.initPartial(data, this);
191
- }
192
-
193
- static readonly runtime: typeof proto3 = proto3;
194
- static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest";
195
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
196
- { no: 1, name: "config", kind: "message", T: Configs },
197
- { no: 2, name: "assets", kind: "message", T: Assets },
198
- { no: 40, name: "options", kind: "message", T: PluginOptions },
199
- ]);
200
-
201
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDependenciesRequest {
202
- return new GenerateDependenciesRequest().fromBinary(bytes, options);
203
- }
204
-
205
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDependenciesRequest {
206
- return new GenerateDependenciesRequest().fromJson(jsonValue, options);
207
- }
208
-
209
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDependenciesRequest {
210
- return new GenerateDependenciesRequest().fromJsonString(jsonString, options);
211
- }
212
-
213
- static equals(a: GenerateDependenciesRequest | PlainMessage<GenerateDependenciesRequest> | undefined, b: GenerateDependenciesRequest | PlainMessage<GenerateDependenciesRequest> | undefined): boolean {
214
- return proto3.util.equals(GenerateDependenciesRequest, a, b);
215
- }
216
- }
116
+ /**
117
+ * Describes the message raystack.optimus.plugins.v1beta1.GenerateDependenciesRequest.
118
+ * Use `create(GenerateDependenciesRequestSchema)` to create a new message.
119
+ */
120
+ export const GenerateDependenciesRequestSchema: GenMessage<GenerateDependenciesRequest> = /*@__PURE__*/
121
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 4);
217
122
 
218
123
  /**
219
124
  * @generated from message raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse
220
125
  */
221
- export class GenerateDependenciesResponse extends Message<GenerateDependenciesResponse> {
126
+ export type GenerateDependenciesResponse = Message<"raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse"> & {
222
127
  /**
223
128
  * @generated from field: repeated string dependencies = 1;
224
129
  */
225
- dependencies: string[] = [];
226
-
227
- constructor(data?: PartialMessage<GenerateDependenciesResponse>) {
228
- super();
229
- proto3.util.initPartial(data, this);
230
- }
231
-
232
- static readonly runtime: typeof proto3 = proto3;
233
- static readonly typeName = "raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse";
234
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
235
- { no: 1, name: "dependencies", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
236
- ]);
130
+ dependencies: string[];
131
+ };
237
132
 
238
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenerateDependenciesResponse {
239
- return new GenerateDependenciesResponse().fromBinary(bytes, options);
240
- }
241
-
242
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenerateDependenciesResponse {
243
- return new GenerateDependenciesResponse().fromJson(jsonValue, options);
244
- }
245
-
246
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenerateDependenciesResponse {
247
- return new GenerateDependenciesResponse().fromJsonString(jsonString, options);
248
- }
249
-
250
- static equals(a: GenerateDependenciesResponse | PlainMessage<GenerateDependenciesResponse> | undefined, b: GenerateDependenciesResponse | PlainMessage<GenerateDependenciesResponse> | undefined): boolean {
251
- return proto3.util.equals(GenerateDependenciesResponse, a, b);
252
- }
253
- }
133
+ /**
134
+ * Describes the message raystack.optimus.plugins.v1beta1.GenerateDependenciesResponse.
135
+ * Use `create(GenerateDependenciesResponseSchema)` to create a new message.
136
+ */
137
+ export const GenerateDependenciesResponseSchema: GenMessage<GenerateDependenciesResponse> = /*@__PURE__*/
138
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 5);
254
139
 
255
140
  /**
256
141
  * @generated from message raystack.optimus.plugins.v1beta1.Configs
257
142
  */
258
- export class Configs extends Message<Configs> {
143
+ export type Configs = Message<"raystack.optimus.plugins.v1beta1.Configs"> & {
259
144
  /**
260
145
  * @generated from field: repeated raystack.optimus.plugins.v1beta1.Configs.Config configs = 1;
261
146
  */
262
- configs: Configs_Config[] = [];
263
-
264
- constructor(data?: PartialMessage<Configs>) {
265
- super();
266
- proto3.util.initPartial(data, this);
267
- }
147
+ configs: Configs_Config[];
148
+ };
268
149
 
269
- static readonly runtime: typeof proto3 = proto3;
270
- static readonly typeName = "raystack.optimus.plugins.v1beta1.Configs";
271
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
272
- { no: 1, name: "configs", kind: "message", T: Configs_Config, repeated: true },
273
- ]);
274
-
275
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Configs {
276
- return new Configs().fromBinary(bytes, options);
277
- }
278
-
279
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Configs {
280
- return new Configs().fromJson(jsonValue, options);
281
- }
282
-
283
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Configs {
284
- return new Configs().fromJsonString(jsonString, options);
285
- }
286
-
287
- static equals(a: Configs | PlainMessage<Configs> | undefined, b: Configs | PlainMessage<Configs> | undefined): boolean {
288
- return proto3.util.equals(Configs, a, b);
289
- }
290
- }
150
+ /**
151
+ * Describes the message raystack.optimus.plugins.v1beta1.Configs.
152
+ * Use `create(ConfigsSchema)` to create a new message.
153
+ */
154
+ export const ConfigsSchema: GenMessage<Configs> = /*@__PURE__*/
155
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 6);
291
156
 
292
157
  /**
293
158
  * @generated from message raystack.optimus.plugins.v1beta1.Configs.Config
294
159
  */
295
- export class Configs_Config extends Message<Configs_Config> {
160
+ export type Configs_Config = Message<"raystack.optimus.plugins.v1beta1.Configs.Config"> & {
296
161
  /**
297
162
  * @generated from field: string name = 1;
298
163
  */
299
- name = "";
164
+ name: string;
300
165
 
301
166
  /**
302
167
  * @generated from field: string value = 2;
303
168
  */
304
- value = "";
169
+ value: string;
170
+ };
305
171
 
306
- constructor(data?: PartialMessage<Configs_Config>) {
307
- super();
308
- proto3.util.initPartial(data, this);
309
- }
310
-
311
- static readonly runtime: typeof proto3 = proto3;
312
- static readonly typeName = "raystack.optimus.plugins.v1beta1.Configs.Config";
313
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
314
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
315
- { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
316
- ]);
317
-
318
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Configs_Config {
319
- return new Configs_Config().fromBinary(bytes, options);
320
- }
321
-
322
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Configs_Config {
323
- return new Configs_Config().fromJson(jsonValue, options);
324
- }
325
-
326
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Configs_Config {
327
- return new Configs_Config().fromJsonString(jsonString, options);
328
- }
329
-
330
- static equals(a: Configs_Config | PlainMessage<Configs_Config> | undefined, b: Configs_Config | PlainMessage<Configs_Config> | undefined): boolean {
331
- return proto3.util.equals(Configs_Config, a, b);
332
- }
333
- }
172
+ /**
173
+ * Describes the message raystack.optimus.plugins.v1beta1.Configs.Config.
174
+ * Use `create(Configs_ConfigSchema)` to create a new message.
175
+ */
176
+ export const Configs_ConfigSchema: GenMessage<Configs_Config> = /*@__PURE__*/
177
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 6, 0);
334
178
 
335
179
  /**
336
180
  * @generated from message raystack.optimus.plugins.v1beta1.Assets
337
181
  */
338
- export class Assets extends Message<Assets> {
182
+ export type Assets = Message<"raystack.optimus.plugins.v1beta1.Assets"> & {
339
183
  /**
340
184
  * @generated from field: repeated raystack.optimus.plugins.v1beta1.Assets.Asset assets = 1;
341
185
  */
342
- assets: Assets_Asset[] = [];
343
-
344
- constructor(data?: PartialMessage<Assets>) {
345
- super();
346
- proto3.util.initPartial(data, this);
347
- }
348
-
349
- static readonly runtime: typeof proto3 = proto3;
350
- static readonly typeName = "raystack.optimus.plugins.v1beta1.Assets";
351
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
352
- { no: 1, name: "assets", kind: "message", T: Assets_Asset, repeated: true },
353
- ]);
354
-
355
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Assets {
356
- return new Assets().fromBinary(bytes, options);
357
- }
358
-
359
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Assets {
360
- return new Assets().fromJson(jsonValue, options);
361
- }
362
-
363
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Assets {
364
- return new Assets().fromJsonString(jsonString, options);
365
- }
186
+ assets: Assets_Asset[];
187
+ };
366
188
 
367
- static equals(a: Assets | PlainMessage<Assets> | undefined, b: Assets | PlainMessage<Assets> | undefined): boolean {
368
- return proto3.util.equals(Assets, a, b);
369
- }
370
- }
189
+ /**
190
+ * Describes the message raystack.optimus.plugins.v1beta1.Assets.
191
+ * Use `create(AssetsSchema)` to create a new message.
192
+ */
193
+ export const AssetsSchema: GenMessage<Assets> = /*@__PURE__*/
194
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 7);
371
195
 
372
196
  /**
373
197
  * @generated from message raystack.optimus.plugins.v1beta1.Assets.Asset
374
198
  */
375
- export class Assets_Asset extends Message<Assets_Asset> {
199
+ export type Assets_Asset = Message<"raystack.optimus.plugins.v1beta1.Assets.Asset"> & {
376
200
  /**
377
201
  * @generated from field: string name = 1;
378
202
  */
379
- name = "";
203
+ name: string;
380
204
 
381
205
  /**
382
206
  * @generated from field: string value = 2;
383
207
  */
384
- value = "";
385
-
386
- constructor(data?: PartialMessage<Assets_Asset>) {
387
- super();
388
- proto3.util.initPartial(data, this);
389
- }
390
-
391
- static readonly runtime: typeof proto3 = proto3;
392
- static readonly typeName = "raystack.optimus.plugins.v1beta1.Assets.Asset";
393
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
394
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
395
- { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
396
- ]);
397
-
398
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Assets_Asset {
399
- return new Assets_Asset().fromBinary(bytes, options);
400
- }
401
-
402
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Assets_Asset {
403
- return new Assets_Asset().fromJson(jsonValue, options);
404
- }
208
+ value: string;
209
+ };
405
210
 
406
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Assets_Asset {
407
- return new Assets_Asset().fromJsonString(jsonString, options);
408
- }
409
-
410
- static equals(a: Assets_Asset | PlainMessage<Assets_Asset> | undefined, b: Assets_Asset | PlainMessage<Assets_Asset> | undefined): boolean {
411
- return proto3.util.equals(Assets_Asset, a, b);
412
- }
413
- }
211
+ /**
212
+ * Describes the message raystack.optimus.plugins.v1beta1.Assets.Asset.
213
+ * Use `create(Assets_AssetSchema)` to create a new message.
214
+ */
215
+ export const Assets_AssetSchema: GenMessage<Assets_Asset> = /*@__PURE__*/
216
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 7, 0);
414
217
 
415
218
  /**
416
219
  * @generated from message raystack.optimus.plugins.v1beta1.InstanceData
417
220
  */
418
- export class InstanceData extends Message<InstanceData> {
221
+ export type InstanceData = Message<"raystack.optimus.plugins.v1beta1.InstanceData"> & {
419
222
  /**
420
223
  * @generated from field: string name = 1;
421
224
  */
422
- name = "";
225
+ name: string;
423
226
 
424
227
  /**
425
228
  * @generated from field: string value = 2;
426
229
  */
427
- value = "";
230
+ value: string;
428
231
 
429
232
  /**
430
233
  * @generated from field: string type = 3;
431
234
  */
432
- type = "";
433
-
434
- constructor(data?: PartialMessage<InstanceData>) {
435
- super();
436
- proto3.util.initPartial(data, this);
437
- }
438
-
439
- static readonly runtime: typeof proto3 = proto3;
440
- static readonly typeName = "raystack.optimus.plugins.v1beta1.InstanceData";
441
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
442
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
443
- { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
444
- { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
445
- ]);
446
-
447
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InstanceData {
448
- return new InstanceData().fromBinary(bytes, options);
449
- }
450
-
451
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InstanceData {
452
- return new InstanceData().fromJson(jsonValue, options);
453
- }
454
-
455
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InstanceData {
456
- return new InstanceData().fromJsonString(jsonString, options);
457
- }
458
-
459
- static equals(a: InstanceData | PlainMessage<InstanceData> | undefined, b: InstanceData | PlainMessage<InstanceData> | undefined): boolean {
460
- return proto3.util.equals(InstanceData, a, b);
461
- }
462
- }
235
+ type: string;
236
+ };
237
+
238
+ /**
239
+ * Describes the message raystack.optimus.plugins.v1beta1.InstanceData.
240
+ * Use `create(InstanceDataSchema)` to create a new message.
241
+ */
242
+ export const InstanceDataSchema: GenMessage<InstanceData> = /*@__PURE__*/
243
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 8);
463
244
 
464
245
  /**
465
246
  * @generated from message raystack.optimus.plugins.v1beta1.CompileAssetsRequest
466
247
  */
467
- export class CompileAssetsRequest extends Message<CompileAssetsRequest> {
248
+ export type CompileAssetsRequest = Message<"raystack.optimus.plugins.v1beta1.CompileAssetsRequest"> & {
468
249
  /**
469
250
  * @generated from field: raystack.optimus.plugins.v1beta1.Configs configs = 1;
470
251
  */
@@ -478,7 +259,7 @@ export class CompileAssetsRequest extends Message<CompileAssetsRequest> {
478
259
  /**
479
260
  * @generated from field: repeated raystack.optimus.plugins.v1beta1.InstanceData instance_data = 8;
480
261
  */
481
- instanceData: InstanceData[] = [];
262
+ instanceData: InstanceData[];
482
263
 
483
264
  /**
484
265
  * @generated from field: google.protobuf.Timestamp start_time = 6;
@@ -494,111 +275,97 @@ export class CompileAssetsRequest extends Message<CompileAssetsRequest> {
494
275
  * @generated from field: raystack.optimus.plugins.v1beta1.PluginOptions options = 40;
495
276
  */
496
277
  options?: PluginOptions;
278
+ };
497
279
 
498
- constructor(data?: PartialMessage<CompileAssetsRequest>) {
499
- super();
500
- proto3.util.initPartial(data, this);
501
- }
502
-
503
- static readonly runtime: typeof proto3 = proto3;
504
- static readonly typeName = "raystack.optimus.plugins.v1beta1.CompileAssetsRequest";
505
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
506
- { no: 1, name: "configs", kind: "message", T: Configs },
507
- { no: 2, name: "assets", kind: "message", T: Assets },
508
- { no: 8, name: "instance_data", kind: "message", T: InstanceData, repeated: true },
509
- { no: 6, name: "start_time", kind: "message", T: Timestamp },
510
- { no: 7, name: "end_time", kind: "message", T: Timestamp },
511
- { no: 40, name: "options", kind: "message", T: PluginOptions },
512
- ]);
513
-
514
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompileAssetsRequest {
515
- return new CompileAssetsRequest().fromBinary(bytes, options);
516
- }
517
-
518
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompileAssetsRequest {
519
- return new CompileAssetsRequest().fromJson(jsonValue, options);
520
- }
521
-
522
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompileAssetsRequest {
523
- return new CompileAssetsRequest().fromJsonString(jsonString, options);
524
- }
525
-
526
- static equals(a: CompileAssetsRequest | PlainMessage<CompileAssetsRequest> | undefined, b: CompileAssetsRequest | PlainMessage<CompileAssetsRequest> | undefined): boolean {
527
- return proto3.util.equals(CompileAssetsRequest, a, b);
528
- }
529
- }
280
+ /**
281
+ * Describes the message raystack.optimus.plugins.v1beta1.CompileAssetsRequest.
282
+ * Use `create(CompileAssetsRequestSchema)` to create a new message.
283
+ */
284
+ export const CompileAssetsRequestSchema: GenMessage<CompileAssetsRequest> = /*@__PURE__*/
285
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 9);
530
286
 
531
287
  /**
532
288
  * @generated from message raystack.optimus.plugins.v1beta1.CompileAssetsResponse
533
289
  */
534
- export class CompileAssetsResponse extends Message<CompileAssetsResponse> {
290
+ export type CompileAssetsResponse = Message<"raystack.optimus.plugins.v1beta1.CompileAssetsResponse"> & {
535
291
  /**
536
292
  * @generated from field: raystack.optimus.plugins.v1beta1.Assets assets = 1;
537
293
  */
538
294
  assets?: Assets;
295
+ };
539
296
 
540
- constructor(data?: PartialMessage<CompileAssetsResponse>) {
541
- super();
542
- proto3.util.initPartial(data, this);
543
- }
544
-
545
- static readonly runtime: typeof proto3 = proto3;
546
- static readonly typeName = "raystack.optimus.plugins.v1beta1.CompileAssetsResponse";
547
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
548
- { no: 1, name: "assets", kind: "message", T: Assets },
549
- ]);
550
-
551
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompileAssetsResponse {
552
- return new CompileAssetsResponse().fromBinary(bytes, options);
553
- }
554
-
555
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompileAssetsResponse {
556
- return new CompileAssetsResponse().fromJson(jsonValue, options);
557
- }
558
-
559
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompileAssetsResponse {
560
- return new CompileAssetsResponse().fromJsonString(jsonString, options);
561
- }
562
-
563
- static equals(a: CompileAssetsResponse | PlainMessage<CompileAssetsResponse> | undefined, b: CompileAssetsResponse | PlainMessage<CompileAssetsResponse> | undefined): boolean {
564
- return proto3.util.equals(CompileAssetsResponse, a, b);
565
- }
566
- }
297
+ /**
298
+ * Describes the message raystack.optimus.plugins.v1beta1.CompileAssetsResponse.
299
+ * Use `create(CompileAssetsResponseSchema)` to create a new message.
300
+ */
301
+ export const CompileAssetsResponseSchema: GenMessage<CompileAssetsResponse> = /*@__PURE__*/
302
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 10);
567
303
 
568
304
  /**
569
305
  * @generated from message raystack.optimus.plugins.v1beta1.PluginOptions
570
306
  */
571
- export class PluginOptions extends Message<PluginOptions> {
307
+ export type PluginOptions = Message<"raystack.optimus.plugins.v1beta1.PluginOptions"> & {
572
308
  /**
573
309
  * @generated from field: bool dry_run = 1;
574
310
  */
575
- dryRun = false;
576
-
577
- constructor(data?: PartialMessage<PluginOptions>) {
578
- super();
579
- proto3.util.initPartial(data, this);
580
- }
581
-
582
- static readonly runtime: typeof proto3 = proto3;
583
- static readonly typeName = "raystack.optimus.plugins.v1beta1.PluginOptions";
584
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
585
- { no: 1, name: "dry_run", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
586
- ]);
587
-
588
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PluginOptions {
589
- return new PluginOptions().fromBinary(bytes, options);
590
- }
591
-
592
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PluginOptions {
593
- return new PluginOptions().fromJson(jsonValue, options);
594
- }
595
-
596
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PluginOptions {
597
- return new PluginOptions().fromJsonString(jsonString, options);
598
- }
599
-
600
- static equals(a: PluginOptions | PlainMessage<PluginOptions> | undefined, b: PluginOptions | PlainMessage<PluginOptions> | undefined): boolean {
601
- return proto3.util.equals(PluginOptions, a, b);
602
- }
603
- }
311
+ dryRun: boolean;
312
+ };
313
+
314
+ /**
315
+ * Describes the message raystack.optimus.plugins.v1beta1.PluginOptions.
316
+ * Use `create(PluginOptionsSchema)` to create a new message.
317
+ */
318
+ export const PluginOptionsSchema: GenMessage<PluginOptions> = /*@__PURE__*/
319
+ messageDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 11);
320
+
321
+ /**
322
+ * DependencyResolverModService must be implemented by all plugins want to support automatic
323
+ * dependency resolution
324
+ *
325
+ * @generated from service raystack.optimus.plugins.v1beta1.DependencyResolverModService
326
+ */
327
+ export const DependencyResolverModService: GenService<{
328
+ /**
329
+ * GetName returns name of the plugin
330
+ *
331
+ * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GetName
332
+ */
333
+ getName: {
334
+ methodKind: "unary";
335
+ input: typeof GetNameRequestSchema;
336
+ output: typeof GetNameResponseSchema;
337
+ },
338
+ /**
339
+ * GenerateDestination derive destination from config and assets
340
+ *
341
+ * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GenerateDestination
342
+ */
343
+ generateDestination: {
344
+ methodKind: "unary";
345
+ input: typeof GenerateDestinationRequestSchema;
346
+ output: typeof GenerateDestinationResponseSchema;
347
+ },
348
+ /**
349
+ * GenerateDependencies return names of job destination on which this unit
350
+ * is dependent on
351
+ *
352
+ * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.GenerateDependencies
353
+ */
354
+ generateDependencies: {
355
+ methodKind: "unary";
356
+ input: typeof GenerateDependenciesRequestSchema;
357
+ output: typeof GenerateDependenciesResponseSchema;
358
+ },
359
+ /**
360
+ * CompileAssets overrides the default asset compilation behaviour
361
+ *
362
+ * @generated from rpc raystack.optimus.plugins.v1beta1.DependencyResolverModService.CompileAssets
363
+ */
364
+ compileAssets: {
365
+ methodKind: "unary";
366
+ input: typeof CompileAssetsRequestSchema;
367
+ output: typeof CompileAssetsResponseSchema;
368
+ },
369
+ }> = /*@__PURE__*/
370
+ serviceDesc(file_raystack_optimus_plugins_v1beta1_dependency_resolver, 0);
604
371