@raystack/proton 0.1.0-639e522a5cab4021f05990d13ef31161a35e17d7 → 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.
- package/google/api/annotations_pb.ts +15 -9
- package/google/api/field_behavior_pb.ts +19 -19
- package/google/api/http_pb.ts +43 -108
- package/google/api/httpbody_pb.ts +23 -37
- package/index.ts +10 -0
- package/package.json +58 -14
- package/protoc-gen-openapiv2/options/annotations_pb.ts +23 -29
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +338 -808
- package/raystack/assets/v1beta1/bucket_pb.ts +46 -89
- package/raystack/assets/v1beta1/dashboard_pb.ts +49 -97
- package/raystack/assets/v1beta1/event_pb.ts +22 -36
- package/raystack/assets/v1beta1/group_pb.ts +38 -74
- package/raystack/assets/v1beta1/job_pb.ts +30 -43
- package/raystack/assets/v1beta1/lineage_pb.ts +22 -36
- package/raystack/assets/v1beta1/ownership_pb.ts +31 -68
- package/raystack/assets/v1beta1/preview_pb.ts +21 -34
- package/raystack/assets/v1beta1/properties_pb.ts +22 -37
- package/raystack/assets/v1beta1/resource_pb.ts +24 -43
- package/raystack/assets/v1beta1/schema_pb.ts +59 -145
- package/raystack/assets/v1beta1/table_pb.ts +59 -120
- package/raystack/assets/v1beta1/timestamp_pb.ts +28 -62
- package/raystack/assets/v1beta1/topic_pb.ts +43 -78
- package/raystack/assets/v1beta1/user_pb.ts +58 -125
- package/raystack/assets/v1beta2/application_pb.ts +23 -39
- package/raystack/assets/v1beta2/asset_pb.ts +30 -53
- package/raystack/assets/v1beta2/bucket_pb.ts +41 -87
- package/raystack/assets/v1beta2/common_pb.ts +56 -137
- package/raystack/assets/v1beta2/dashboard_pb.ts +44 -93
- package/raystack/assets/v1beta2/experiment_pb.ts +38 -79
- package/raystack/assets/v1beta2/feature_table_pb.ts +51 -115
- package/raystack/assets/v1beta2/group_pb.ts +32 -68
- package/raystack/assets/v1beta2/job_pb.ts +21 -35
- package/raystack/assets/v1beta2/metric_pb.ts +25 -43
- package/raystack/assets/v1beta2/model_pb.ts +59 -147
- package/raystack/assets/v1beta2/table_pb.ts +82 -200
- package/raystack/assets/v1beta2/topic_pb.ts +41 -99
- package/raystack/assets/v1beta2/user_pb.ts +53 -121
- package/raystack/common/index.ts +0 -1
- package/raystack/common/v1/service-CommonService_connectquery.ts +3 -14
- package/raystack/common/v1/service_pb.ts +57 -97
- package/raystack/compass/index.ts +0 -1
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +44 -424
- package/raystack/compass/v1beta1/service_pb.ts +1448 -3319
- package/raystack/entropy/index.ts +0 -2
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +7 -54
- package/raystack/entropy/v1beta1/module_pb.ts +156 -324
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +9 -74
- package/raystack/entropy/v1beta1/resource_pb.ts +330 -756
- package/raystack/frontier/index.ts +0 -2
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +54 -524
- package/raystack/frontier/v1beta1/admin_pb.ts +1755 -3846
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +169 -1674
- package/raystack/frontier/v1beta1/frontier_pb.ts +4850 -10959
- package/raystack/frontier/v1beta1/models_pb.ts +810 -2296
- package/raystack/guardian/index.ts +0 -1
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +42 -404
- package/raystack/guardian/v1beta1/guardian_pb.ts +1584 -3783
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/backup_pb.ts +137 -273
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +194 -376
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +17 -154
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +910 -2081
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +113 -212
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/project_pb.ts +121 -238
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/replay_pb.ts +160 -335
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +8 -64
- package/raystack/optimus/core/v1beta1/resource_pb.ts +266 -527
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +3 -14
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +48 -61
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/secret_pb.ts +155 -283
- package/raystack/optimus/core/v1beta1/status_pb.ts +35 -54
- package/raystack/optimus/integration/v1beta1/event_pb.ts +75 -187
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +6 -44
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +193 -426
- package/raystack/predator/v1beta1/metrics_log_pb.ts +67 -173
- package/raystack/predator/v1beta1/result_log_pb.ts +60 -144
- package/raystack/raccoon/index.ts +0 -1
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +3 -14
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +142 -189
- package/raystack/siren/index.ts +0 -1
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +37 -354
- package/raystack/siren/v1beta1/siren_pb.ts +1155 -2637
- package/raystack/stencil/index.ts +0 -1
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +18 -164
- package/raystack/stencil/v1beta1/stencil_pb.ts +530 -1157
- package/validate/validate_pb.ts +401 -1038
- package/raystack/common/v1/service_connect.ts +0 -26
- package/raystack/compass/v1beta1/service_connect.ts +0 -407
- package/raystack/entropy/v1beta1/module_connect.ts +0 -62
- package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
- package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
- package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
- package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
- package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
- package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
- package/raystack/siren/v1beta1/siren_connect.ts +0 -332
- package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
|
@@ -1,23 +1,12 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-query
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import {
|
|
7
|
-
import { VersionRequest, VersionResponse } from "./runtime_pb.js";
|
|
5
|
+
import { RuntimeService } from "./runtime_pb";
|
|
8
6
|
|
|
9
7
|
/**
|
|
10
8
|
* server ping with version
|
|
11
9
|
*
|
|
12
10
|
* @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
|
|
13
11
|
*/
|
|
14
|
-
export const version =
|
|
15
|
-
localName: "version",
|
|
16
|
-
name: "Version",
|
|
17
|
-
kind: MethodKind.Unary,
|
|
18
|
-
I: VersionRequest,
|
|
19
|
-
O: VersionResponse,
|
|
20
|
-
service: {
|
|
21
|
-
typeName: "raystack.optimus.core.v1beta1.RuntimeService"
|
|
22
|
-
}
|
|
23
|
-
} as const;
|
|
12
|
+
export const version = RuntimeService.method.version;
|
|
@@ -1,82 +1,69 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/runtime.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_api_annotations } from "../../../../google/api/annotations_pb";
|
|
8
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file raystack/optimus/core/v1beta1/runtime.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_raystack_optimus_core_v1beta1_runtime: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CityYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9ydW50aW1lLnByb3RvEh1yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMSIgCg5WZXJzaW9uUmVxdWVzdBIOCgZjbGllbnQYASABKAkiIQoPVmVyc2lvblJlc3BvbnNlEg4KBnNlcnZlchgBIAEoCTKYAQoOUnVudGltZVNlcnZpY2UShQEKB1ZlcnNpb24SLS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5WZXJzaW9uUmVxdWVzdBouLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlZlcnNpb25SZXNwb25zZSIbgtPkkwIVIhAvdjFiZXRhMS92ZXJzaW9uOgEqQpgBChtvcmcucmF5c3RhY2sucHJvdG9uLm9wdGltdXNCFVJ1bnRpbWVTZXJ2aWNlTWFuYWdlclABWiJnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9vcHRpbXVzkkE7EgUyAzAuMRoOMTI3LjAuMC4xOjkxMDAiBC9hcGkqAQFyGQoXT3B0aW11cyBSdW50aW1lIFNlcnZpY2ViBnByb3RvMw", [file_google_api_annotations, file_protoc_gen_openapiv2_options_annotations]);
|
|
8
16
|
|
|
9
17
|
/**
|
|
10
18
|
* @generated from message raystack.optimus.core.v1beta1.VersionRequest
|
|
11
19
|
*/
|
|
12
|
-
export
|
|
20
|
+
export type VersionRequest = Message<"raystack.optimus.core.v1beta1.VersionRequest"> & {
|
|
13
21
|
/**
|
|
14
22
|
* @generated from field: string client = 1;
|
|
15
23
|
*/
|
|
16
|
-
client
|
|
17
|
-
|
|
18
|
-
constructor(data?: PartialMessage<VersionRequest>) {
|
|
19
|
-
super();
|
|
20
|
-
proto3.util.initPartial(data, this);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
24
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.VersionRequest";
|
|
25
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
26
|
-
{ no: 1, name: "client", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
27
|
-
]);
|
|
24
|
+
client: string;
|
|
25
|
+
};
|
|
28
26
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VersionRequest {
|
|
38
|
-
return new VersionRequest().fromJsonString(jsonString, options);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
static equals(a: VersionRequest | PlainMessage<VersionRequest> | undefined, b: VersionRequest | PlainMessage<VersionRequest> | undefined): boolean {
|
|
42
|
-
return proto3.util.equals(VersionRequest, a, b);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message raystack.optimus.core.v1beta1.VersionRequest.
|
|
29
|
+
* Use `create(VersionRequestSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const VersionRequestSchema: GenMessage<VersionRequest> = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_raystack_optimus_core_v1beta1_runtime, 0);
|
|
45
33
|
|
|
46
34
|
/**
|
|
47
35
|
* @generated from message raystack.optimus.core.v1beta1.VersionResponse
|
|
48
36
|
*/
|
|
49
|
-
export
|
|
37
|
+
export type VersionResponse = Message<"raystack.optimus.core.v1beta1.VersionResponse"> & {
|
|
50
38
|
/**
|
|
51
39
|
* @generated from field: string server = 1;
|
|
52
40
|
*/
|
|
53
|
-
server
|
|
41
|
+
server: string;
|
|
42
|
+
};
|
|
54
43
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.VersionResponse";
|
|
62
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
63
|
-
{ no: 1, name: "server", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
64
|
-
]);
|
|
65
|
-
|
|
66
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VersionResponse {
|
|
67
|
-
return new VersionResponse().fromBinary(bytes, options);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VersionResponse {
|
|
71
|
-
return new VersionResponse().fromJson(jsonValue, options);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VersionResponse {
|
|
75
|
-
return new VersionResponse().fromJsonString(jsonString, options);
|
|
76
|
-
}
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message raystack.optimus.core.v1beta1.VersionResponse.
|
|
46
|
+
* Use `create(VersionResponseSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export const VersionResponseSchema: GenMessage<VersionResponse> = /*@__PURE__*/
|
|
49
|
+
messageDesc(file_raystack_optimus_core_v1beta1_runtime, 1);
|
|
77
50
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
51
|
+
/**
|
|
52
|
+
* WARNING: This is still in active development and can have breaking changes
|
|
53
|
+
*
|
|
54
|
+
* @generated from service raystack.optimus.core.v1beta1.RuntimeService
|
|
55
|
+
*/
|
|
56
|
+
export const RuntimeService: GenService<{
|
|
57
|
+
/**
|
|
58
|
+
* server ping with version
|
|
59
|
+
*
|
|
60
|
+
* @generated from rpc raystack.optimus.core.v1beta1.RuntimeService.Version
|
|
61
|
+
*/
|
|
62
|
+
version: {
|
|
63
|
+
methodKind: "unary";
|
|
64
|
+
input: typeof VersionRequestSchema;
|
|
65
|
+
output: typeof VersionResponseSchema;
|
|
66
|
+
},
|
|
67
|
+
}> = /*@__PURE__*/
|
|
68
|
+
serviceDesc(file_raystack_optimus_core_v1beta1_runtime, 0);
|
|
82
69
|
|
|
@@ -1,71 +1,33 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-query
|
|
1
|
+
// @generated by protoc-gen-connect-query v2.1.1 with parameter "target=ts"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/secret.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import {
|
|
7
|
-
import { DeleteSecretRequest, DeleteSecretResponse, ListSecretsRequest, ListSecretsResponse, RegisterSecretRequest, RegisterSecretResponse, UpdateSecretRequest, UpdateSecretResponse } from "./secret_pb.js";
|
|
5
|
+
import { SecretService } from "./secret_pb";
|
|
8
6
|
|
|
9
7
|
/**
|
|
10
8
|
* RegisterSecret creates a new secret of a project
|
|
11
9
|
*
|
|
12
10
|
* @generated from rpc raystack.optimus.core.v1beta1.SecretService.RegisterSecret
|
|
13
11
|
*/
|
|
14
|
-
export const registerSecret =
|
|
15
|
-
localName: "registerSecret",
|
|
16
|
-
name: "RegisterSecret",
|
|
17
|
-
kind: MethodKind.Unary,
|
|
18
|
-
I: RegisterSecretRequest,
|
|
19
|
-
O: RegisterSecretResponse,
|
|
20
|
-
service: {
|
|
21
|
-
typeName: "raystack.optimus.core.v1beta1.SecretService"
|
|
22
|
-
}
|
|
23
|
-
} as const;
|
|
12
|
+
export const registerSecret = SecretService.method.registerSecret;
|
|
24
13
|
|
|
25
14
|
/**
|
|
26
15
|
* UpdateSecret updates secret at project level
|
|
27
16
|
*
|
|
28
17
|
* @generated from rpc raystack.optimus.core.v1beta1.SecretService.UpdateSecret
|
|
29
18
|
*/
|
|
30
|
-
export const updateSecret =
|
|
31
|
-
localName: "updateSecret",
|
|
32
|
-
name: "UpdateSecret",
|
|
33
|
-
kind: MethodKind.Unary,
|
|
34
|
-
I: UpdateSecretRequest,
|
|
35
|
-
O: UpdateSecretResponse,
|
|
36
|
-
service: {
|
|
37
|
-
typeName: "raystack.optimus.core.v1beta1.SecretService"
|
|
38
|
-
}
|
|
39
|
-
} as const;
|
|
19
|
+
export const updateSecret = SecretService.method.updateSecret;
|
|
40
20
|
|
|
41
21
|
/**
|
|
42
22
|
* ListSecrets shows the secrets registered for a project
|
|
43
23
|
*
|
|
44
24
|
* @generated from rpc raystack.optimus.core.v1beta1.SecretService.ListSecrets
|
|
45
25
|
*/
|
|
46
|
-
export const listSecrets =
|
|
47
|
-
localName: "listSecrets",
|
|
48
|
-
name: "ListSecrets",
|
|
49
|
-
kind: MethodKind.Unary,
|
|
50
|
-
I: ListSecretsRequest,
|
|
51
|
-
O: ListSecretsResponse,
|
|
52
|
-
service: {
|
|
53
|
-
typeName: "raystack.optimus.core.v1beta1.SecretService"
|
|
54
|
-
}
|
|
55
|
-
} as const;
|
|
26
|
+
export const listSecrets = SecretService.method.listSecrets;
|
|
56
27
|
|
|
57
28
|
/**
|
|
58
29
|
* DeleteSecret deletes a secret for a project
|
|
59
30
|
*
|
|
60
31
|
* @generated from rpc raystack.optimus.core.v1beta1.SecretService.DeleteSecret
|
|
61
32
|
*/
|
|
62
|
-
export const deleteSecret =
|
|
63
|
-
localName: "deleteSecret",
|
|
64
|
-
name: "DeleteSecret",
|
|
65
|
-
kind: MethodKind.Unary,
|
|
66
|
-
I: DeleteSecretRequest,
|
|
67
|
-
O: DeleteSecretResponse,
|
|
68
|
-
service: {
|
|
69
|
-
typeName: "raystack.optimus.core.v1beta1.SecretService"
|
|
70
|
-
}
|
|
71
|
-
} as const;
|
|
33
|
+
export const deleteSecret = SecretService.method.deleteSecret;
|