@liquidmetal-ai/drizzle 0.2.2 → 0.2.8
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/.turbo/turbo-test.log +208 -1
- package/dist/appify/index.d.ts +4 -0
- package/dist/appify/index.d.ts.map +1 -1
- package/dist/appify/index.js +18 -1
- package/dist/codestore.js +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +595 -478
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_pb.js +244 -1661
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts +110 -92
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.js +38 -361
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts +14 -13
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/raindrop_pb.js +10 -48
- package/dist/liquidmetal/v1alpha1/resource_interface_pb.d.ts +146 -122
- package/dist/liquidmetal/v1alpha1/resource_interface_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/resource_interface_pb.js +49 -428
- package/dist/liquidmetal/v1alpha1/search_agent_pb.d.ts +262 -142
- package/dist/liquidmetal/v1alpha1/search_agent_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/search_agent_pb.js +68 -684
- package/eslint.config.mjs +3 -1
- package/package.json +2 -1
- package/src/appify/index.ts +18 -1
- package/src/codestore.ts +1 -1
- package/src/liquidmetal/v1alpha1/catalog_pb.ts +800 -1443
- package/src/liquidmetal/v1alpha1/rainbow_auth_pb.ts +142 -284
- package/src/liquidmetal/v1alpha1/raindrop_pb.ts +21 -35
- package/src/liquidmetal/v1alpha1/resource_interface_pb.ts +192 -378
- package/src/liquidmetal/v1alpha1/search_agent_pb.ts +310 -450
- package/tsconfig.json +11 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/.turbo/turbo-lint.log +0 -6
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +0 -168
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/catalog_connect.js +0 -171
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts +0 -49
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.js +0 -52
- package/dist/liquidmetal/v1alpha1/rainbow_public_connect.d.ts +0 -26
- package/dist/liquidmetal/v1alpha1/rainbow_public_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/rainbow_public_connect.js +0 -29
- package/dist/liquidmetal/v1alpha1/rainbow_public_pb.d.ts +0 -202
- package/dist/liquidmetal/v1alpha1/rainbow_public_pb.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/rainbow_public_pb.js +0 -298
- package/dist/liquidmetal/v1alpha1/resource_interface_connect.d.ts +0 -68
- package/dist/liquidmetal/v1alpha1/resource_interface_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/resource_interface_connect.js +0 -73
- package/dist/liquidmetal/v1alpha1/search_agent_connect.d.ts +0 -170
- package/dist/liquidmetal/v1alpha1/search_agent_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/search_agent_connect.js +0 -173
- package/src/liquidmetal/v1alpha1/catalog_connect.ts +0 -174
- package/src/liquidmetal/v1alpha1/rainbow_auth_connect.ts +0 -55
- package/src/liquidmetal/v1alpha1/rainbow_public_connect.ts +0 -32
- package/src/liquidmetal/v1alpha1/rainbow_public_pb.ts +0 -366
- package/src/liquidmetal/v1alpha1/resource_interface_connect.ts +0 -77
- package/src/liquidmetal/v1alpha1/search_agent_connect.ts +0 -176
package/tsconfig.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"esModuleInterop": true,
|
|
7
7
|
"incremental": false,
|
|
8
8
|
"isolatedModules": true,
|
|
9
|
-
"lib": [
|
|
9
|
+
"lib": [
|
|
10
|
+
"ESNext"
|
|
11
|
+
],
|
|
10
12
|
"module": "ESNext",
|
|
11
13
|
"moduleDetection": "force",
|
|
12
14
|
"moduleResolution": "bundler",
|
|
@@ -18,7 +20,13 @@
|
|
|
18
20
|
"skipLibCheck": true,
|
|
19
21
|
"strict": true,
|
|
20
22
|
"target": "ESNext",
|
|
21
|
-
"types": [
|
|
23
|
+
"types": []
|
|
22
24
|
},
|
|
23
|
-
"exclude": [
|
|
25
|
+
"exclude": [
|
|
26
|
+
"eslint.config.js",
|
|
27
|
+
"*.test.ts",
|
|
28
|
+
"test",
|
|
29
|
+
"tmp/**",
|
|
30
|
+
"dist/**"
|
|
31
|
+
]
|
|
24
32
|
}
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/codestore.test.ts","./src/codestore.ts","./src/logging.test.ts","./src/logging.ts","./src/appify/build.test.ts","./src/appify/build.ts","./src/appify/index.test.ts","./src/appify/index.ts","./src/appify/parse.test.ts","./src/appify/parse.ts","./src/appify/validate.test.ts","./src/appify/validate.ts","./src/liquidmetal/v1alpha1/
|
|
1
|
+
{"root":["./src/codestore.test.ts","./src/codestore.ts","./src/logging.test.ts","./src/logging.ts","./src/appify/build.test.ts","./src/appify/build.ts","./src/appify/index.test.ts","./src/appify/index.ts","./src/appify/parse.test.ts","./src/appify/parse.ts","./src/appify/validate.test.ts","./src/appify/validate.ts","./src/liquidmetal/v1alpha1/catalog_pb.ts","./src/liquidmetal/v1alpha1/rainbow_auth_pb.ts","./src/liquidmetal/v1alpha1/raindrop_pb.ts","./src/liquidmetal/v1alpha1/resource_interface_pb.ts","./src/liquidmetal/v1alpha1/search_agent_pb.ts","./src/raindrop/index.test.ts","./src/raindrop/index.ts","./src/unsafe/codestore.test.ts","./src/unsafe/codestore.ts","./src/unsafe/framework.test.ts","./src/unsafe/framework.ts"],"version":"5.8.2"}
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
import { ApplicationsRequest, ApplicationsResponse, BootstrapRequest, BootstrapResponse, DeleteRequest, DeleteResponse, DeployRequest, DeployResponse, GetEnvsRequest, GetEnvsResponse, QueryResourcesRequest, QueryResourcesResponse, ReleaseRequest, ReleaseResponse, SetActiveRequest, SetActiveResponse, SetEnvsRequest, SetEnvsResponse, SetSandboxRequest, SetSandboxResponse, StatusRequest, StatusResponse, UploadBundleRequest, UploadBundleResponse, WatchRequest, WatchResponse } from "./catalog_pb.js";
|
|
2
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* CatalogService defines data interactions for the catalog portion of the
|
|
5
|
-
* rainbow UI.
|
|
6
|
-
*
|
|
7
|
-
* As an authorization style choice, the RPCs are focused on providing user
|
|
8
|
-
* context data explicitly (don't assume the userId or orgId from the
|
|
9
|
-
* authentication header.) It is expected that an authorization layer will
|
|
10
|
-
* enforce the ability for a request to act as a specified user or org matching
|
|
11
|
-
* against the authentication header. This makes services easier to mock without
|
|
12
|
-
* needing to think about injecting mock authentication contexts and allows for
|
|
13
|
-
* use cases where certain roles of users may wish to act as other users.
|
|
14
|
-
*
|
|
15
|
-
* @generated from service liquidmetal.v1alpha1.CatalogService
|
|
16
|
-
*/
|
|
17
|
-
export declare const CatalogService: {
|
|
18
|
-
readonly typeName: "liquidmetal.v1alpha1.CatalogService";
|
|
19
|
-
readonly methods: {
|
|
20
|
-
/**
|
|
21
|
-
* QueryResources returns the physical underlying resources for a given query
|
|
22
|
-
*
|
|
23
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.QueryResources
|
|
24
|
-
*/
|
|
25
|
-
readonly queryResources: {
|
|
26
|
-
readonly name: "QueryResources";
|
|
27
|
-
readonly I: typeof QueryResourcesRequest;
|
|
28
|
-
readonly O: typeof QueryResourcesResponse;
|
|
29
|
-
readonly kind: MethodKind.Unary;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Bootstrap is a special RPC that is used to bootstrap the system
|
|
33
|
-
* using a one-time token.
|
|
34
|
-
*
|
|
35
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Bootstrap
|
|
36
|
-
*/
|
|
37
|
-
readonly bootstrap: {
|
|
38
|
-
readonly name: "Bootstrap";
|
|
39
|
-
readonly I: typeof BootstrapRequest;
|
|
40
|
-
readonly O: typeof BootstrapResponse;
|
|
41
|
-
readonly kind: MethodKind.Unary;
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* Applications fetches a list of applications for an organization.
|
|
45
|
-
* This list follows best practices for pagination.
|
|
46
|
-
* https://protobuf.dev/programming-guides/api/#define-pagination-api
|
|
47
|
-
*
|
|
48
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Applications
|
|
49
|
-
*/
|
|
50
|
-
readonly applications: {
|
|
51
|
-
readonly name: "Applications";
|
|
52
|
-
readonly I: typeof ApplicationsRequest;
|
|
53
|
-
readonly O: typeof ApplicationsResponse;
|
|
54
|
-
readonly kind: MethodKind.Unary;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Deploy creates a new version, or branch, or amends in place.
|
|
58
|
-
*
|
|
59
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Deploy
|
|
60
|
-
*/
|
|
61
|
-
readonly deploy: {
|
|
62
|
-
readonly name: "Deploy";
|
|
63
|
-
readonly I: typeof DeployRequest;
|
|
64
|
-
readonly O: typeof DeployResponse;
|
|
65
|
-
readonly kind: MethodKind.Unary;
|
|
66
|
-
};
|
|
67
|
-
/**
|
|
68
|
-
* UploadBundle uploads a bundle for a specific application version.
|
|
69
|
-
*
|
|
70
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.UploadBundle
|
|
71
|
-
*/
|
|
72
|
-
readonly uploadBundle: {
|
|
73
|
-
readonly name: "UploadBundle";
|
|
74
|
-
readonly I: typeof UploadBundleRequest;
|
|
75
|
-
readonly O: typeof UploadBundleResponse;
|
|
76
|
-
readonly kind: MethodKind.Unary;
|
|
77
|
-
};
|
|
78
|
-
/**
|
|
79
|
-
* SetEnvs sets multiple environment variables for an application/version.
|
|
80
|
-
*
|
|
81
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetEnvs
|
|
82
|
-
*/
|
|
83
|
-
readonly setEnvs: {
|
|
84
|
-
readonly name: "SetEnvs";
|
|
85
|
-
readonly I: typeof SetEnvsRequest;
|
|
86
|
-
readonly O: typeof SetEnvsResponse;
|
|
87
|
-
readonly kind: MethodKind.Unary;
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* GetEnvs gets multiple environment variables for an application/version.
|
|
91
|
-
*
|
|
92
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.GetEnvs
|
|
93
|
-
*/
|
|
94
|
-
readonly getEnvs: {
|
|
95
|
-
readonly name: "GetEnvs";
|
|
96
|
-
readonly I: typeof GetEnvsRequest;
|
|
97
|
-
readonly O: typeof GetEnvsResponse;
|
|
98
|
-
readonly kind: MethodKind.Unary;
|
|
99
|
-
};
|
|
100
|
-
/**
|
|
101
|
-
* Release allows a deployed application to converge.
|
|
102
|
-
*
|
|
103
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Release
|
|
104
|
-
*/
|
|
105
|
-
readonly release: {
|
|
106
|
-
readonly name: "Release";
|
|
107
|
-
readonly I: typeof ReleaseRequest;
|
|
108
|
-
readonly O: typeof ReleaseResponse;
|
|
109
|
-
readonly kind: MethodKind.Unary;
|
|
110
|
-
};
|
|
111
|
-
/**
|
|
112
|
-
* Watch attaches a watcher to the ring buffer associated with an application.
|
|
113
|
-
*
|
|
114
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Watch
|
|
115
|
-
*/
|
|
116
|
-
readonly watch: {
|
|
117
|
-
readonly name: "Watch";
|
|
118
|
-
readonly I: typeof WatchRequest;
|
|
119
|
-
readonly O: typeof WatchResponse;
|
|
120
|
-
readonly kind: MethodKind.ServerStreaming;
|
|
121
|
-
};
|
|
122
|
-
/**
|
|
123
|
-
* Delete sets an application to deleting.
|
|
124
|
-
*
|
|
125
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Delete
|
|
126
|
-
*/
|
|
127
|
-
readonly delete: {
|
|
128
|
-
readonly name: "Delete";
|
|
129
|
-
readonly I: typeof DeleteRequest;
|
|
130
|
-
readonly O: typeof DeleteResponse;
|
|
131
|
-
readonly kind: MethodKind.Unary;
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* setActive sets application active/inactive (start/stop) state.
|
|
135
|
-
*
|
|
136
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetActive
|
|
137
|
-
*/
|
|
138
|
-
readonly setActive: {
|
|
139
|
-
readonly name: "SetActive";
|
|
140
|
-
readonly I: typeof SetActiveRequest;
|
|
141
|
-
readonly O: typeof SetActiveResponse;
|
|
142
|
-
readonly kind: MethodKind.Unary;
|
|
143
|
-
};
|
|
144
|
-
/**
|
|
145
|
-
* setSandbox sets application sandboxed/unsandboxed state.
|
|
146
|
-
*
|
|
147
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetSandbox
|
|
148
|
-
*/
|
|
149
|
-
readonly setSandbox: {
|
|
150
|
-
readonly name: "SetSandbox";
|
|
151
|
-
readonly I: typeof SetSandboxRequest;
|
|
152
|
-
readonly O: typeof SetSandboxResponse;
|
|
153
|
-
readonly kind: MethodKind.Unary;
|
|
154
|
-
};
|
|
155
|
-
/**
|
|
156
|
-
* Status returns the status of an application@version.
|
|
157
|
-
*
|
|
158
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Status
|
|
159
|
-
*/
|
|
160
|
-
readonly status: {
|
|
161
|
-
readonly name: "Status";
|
|
162
|
-
readonly I: typeof StatusRequest;
|
|
163
|
-
readonly O: typeof StatusResponse;
|
|
164
|
-
readonly kind: MethodKind.Unary;
|
|
165
|
-
};
|
|
166
|
-
};
|
|
167
|
-
};
|
|
168
|
-
//# sourceMappingURL=catalog_connect.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"catalog_connect.d.ts","sourceRoot":"","sources":["../../../src/liquidmetal/v1alpha1/catalog_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,aAAa,EAAE,cAAc,EAAE,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,cAAc,EAAE,eAAe,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,cAAc,EAAE,eAAe,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,aAAa,EAAE,cAAc,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACpf,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
-
// @generated from file liquidmetal/v1alpha1/catalog.proto (package liquidmetal.v1alpha1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
|
-
import { ApplicationsRequest, ApplicationsResponse, BootstrapRequest, BootstrapResponse, DeleteRequest, DeleteResponse, DeployRequest, DeployResponse, GetEnvsRequest, GetEnvsResponse, QueryResourcesRequest, QueryResourcesResponse, ReleaseRequest, ReleaseResponse, SetActiveRequest, SetActiveResponse, SetEnvsRequest, SetEnvsResponse, SetSandboxRequest, SetSandboxResponse, StatusRequest, StatusResponse, UploadBundleRequest, UploadBundleResponse, WatchRequest, WatchResponse } from "./catalog_pb.js";
|
|
6
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
-
/**
|
|
8
|
-
* CatalogService defines data interactions for the catalog portion of the
|
|
9
|
-
* rainbow UI.
|
|
10
|
-
*
|
|
11
|
-
* As an authorization style choice, the RPCs are focused on providing user
|
|
12
|
-
* context data explicitly (don't assume the userId or orgId from the
|
|
13
|
-
* authentication header.) It is expected that an authorization layer will
|
|
14
|
-
* enforce the ability for a request to act as a specified user or org matching
|
|
15
|
-
* against the authentication header. This makes services easier to mock without
|
|
16
|
-
* needing to think about injecting mock authentication contexts and allows for
|
|
17
|
-
* use cases where certain roles of users may wish to act as other users.
|
|
18
|
-
*
|
|
19
|
-
* @generated from service liquidmetal.v1alpha1.CatalogService
|
|
20
|
-
*/
|
|
21
|
-
export const CatalogService = {
|
|
22
|
-
typeName: "liquidmetal.v1alpha1.CatalogService",
|
|
23
|
-
methods: {
|
|
24
|
-
/**
|
|
25
|
-
* QueryResources returns the physical underlying resources for a given query
|
|
26
|
-
*
|
|
27
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.QueryResources
|
|
28
|
-
*/
|
|
29
|
-
queryResources: {
|
|
30
|
-
name: "QueryResources",
|
|
31
|
-
I: QueryResourcesRequest,
|
|
32
|
-
O: QueryResourcesResponse,
|
|
33
|
-
kind: MethodKind.Unary,
|
|
34
|
-
},
|
|
35
|
-
/**
|
|
36
|
-
* Bootstrap is a special RPC that is used to bootstrap the system
|
|
37
|
-
* using a one-time token.
|
|
38
|
-
*
|
|
39
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Bootstrap
|
|
40
|
-
*/
|
|
41
|
-
bootstrap: {
|
|
42
|
-
name: "Bootstrap",
|
|
43
|
-
I: BootstrapRequest,
|
|
44
|
-
O: BootstrapResponse,
|
|
45
|
-
kind: MethodKind.Unary,
|
|
46
|
-
},
|
|
47
|
-
/**
|
|
48
|
-
* Applications fetches a list of applications for an organization.
|
|
49
|
-
* This list follows best practices for pagination.
|
|
50
|
-
* https://protobuf.dev/programming-guides/api/#define-pagination-api
|
|
51
|
-
*
|
|
52
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Applications
|
|
53
|
-
*/
|
|
54
|
-
applications: {
|
|
55
|
-
name: "Applications",
|
|
56
|
-
I: ApplicationsRequest,
|
|
57
|
-
O: ApplicationsResponse,
|
|
58
|
-
kind: MethodKind.Unary,
|
|
59
|
-
},
|
|
60
|
-
/**
|
|
61
|
-
* Deploy creates a new version, or branch, or amends in place.
|
|
62
|
-
*
|
|
63
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Deploy
|
|
64
|
-
*/
|
|
65
|
-
deploy: {
|
|
66
|
-
name: "Deploy",
|
|
67
|
-
I: DeployRequest,
|
|
68
|
-
O: DeployResponse,
|
|
69
|
-
kind: MethodKind.Unary,
|
|
70
|
-
},
|
|
71
|
-
/**
|
|
72
|
-
* UploadBundle uploads a bundle for a specific application version.
|
|
73
|
-
*
|
|
74
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.UploadBundle
|
|
75
|
-
*/
|
|
76
|
-
uploadBundle: {
|
|
77
|
-
name: "UploadBundle",
|
|
78
|
-
I: UploadBundleRequest,
|
|
79
|
-
O: UploadBundleResponse,
|
|
80
|
-
kind: MethodKind.Unary,
|
|
81
|
-
},
|
|
82
|
-
/**
|
|
83
|
-
* SetEnvs sets multiple environment variables for an application/version.
|
|
84
|
-
*
|
|
85
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetEnvs
|
|
86
|
-
*/
|
|
87
|
-
setEnvs: {
|
|
88
|
-
name: "SetEnvs",
|
|
89
|
-
I: SetEnvsRequest,
|
|
90
|
-
O: SetEnvsResponse,
|
|
91
|
-
kind: MethodKind.Unary,
|
|
92
|
-
},
|
|
93
|
-
/**
|
|
94
|
-
* GetEnvs gets multiple environment variables for an application/version.
|
|
95
|
-
*
|
|
96
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.GetEnvs
|
|
97
|
-
*/
|
|
98
|
-
getEnvs: {
|
|
99
|
-
name: "GetEnvs",
|
|
100
|
-
I: GetEnvsRequest,
|
|
101
|
-
O: GetEnvsResponse,
|
|
102
|
-
kind: MethodKind.Unary,
|
|
103
|
-
},
|
|
104
|
-
/**
|
|
105
|
-
* Release allows a deployed application to converge.
|
|
106
|
-
*
|
|
107
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Release
|
|
108
|
-
*/
|
|
109
|
-
release: {
|
|
110
|
-
name: "Release",
|
|
111
|
-
I: ReleaseRequest,
|
|
112
|
-
O: ReleaseResponse,
|
|
113
|
-
kind: MethodKind.Unary,
|
|
114
|
-
},
|
|
115
|
-
/**
|
|
116
|
-
* Watch attaches a watcher to the ring buffer associated with an application.
|
|
117
|
-
*
|
|
118
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Watch
|
|
119
|
-
*/
|
|
120
|
-
watch: {
|
|
121
|
-
name: "Watch",
|
|
122
|
-
I: WatchRequest,
|
|
123
|
-
O: WatchResponse,
|
|
124
|
-
kind: MethodKind.ServerStreaming,
|
|
125
|
-
},
|
|
126
|
-
/**
|
|
127
|
-
* Delete sets an application to deleting.
|
|
128
|
-
*
|
|
129
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Delete
|
|
130
|
-
*/
|
|
131
|
-
delete: {
|
|
132
|
-
name: "Delete",
|
|
133
|
-
I: DeleteRequest,
|
|
134
|
-
O: DeleteResponse,
|
|
135
|
-
kind: MethodKind.Unary,
|
|
136
|
-
},
|
|
137
|
-
/**
|
|
138
|
-
* setActive sets application active/inactive (start/stop) state.
|
|
139
|
-
*
|
|
140
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetActive
|
|
141
|
-
*/
|
|
142
|
-
setActive: {
|
|
143
|
-
name: "SetActive",
|
|
144
|
-
I: SetActiveRequest,
|
|
145
|
-
O: SetActiveResponse,
|
|
146
|
-
kind: MethodKind.Unary,
|
|
147
|
-
},
|
|
148
|
-
/**
|
|
149
|
-
* setSandbox sets application sandboxed/unsandboxed state.
|
|
150
|
-
*
|
|
151
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetSandbox
|
|
152
|
-
*/
|
|
153
|
-
setSandbox: {
|
|
154
|
-
name: "SetSandbox",
|
|
155
|
-
I: SetSandboxRequest,
|
|
156
|
-
O: SetSandboxResponse,
|
|
157
|
-
kind: MethodKind.Unary,
|
|
158
|
-
},
|
|
159
|
-
/**
|
|
160
|
-
* Status returns the status of an application@version.
|
|
161
|
-
*
|
|
162
|
-
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Status
|
|
163
|
-
*/
|
|
164
|
-
status: {
|
|
165
|
-
name: "Status",
|
|
166
|
-
I: StatusRequest,
|
|
167
|
-
O: StatusResponse,
|
|
168
|
-
kind: MethodKind.Unary,
|
|
169
|
-
},
|
|
170
|
-
}
|
|
171
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { DeviceAccessTokenRequest, DeviceAccessTokenResponse, DeviceAuthorizationRequest, DeviceAuthorizationResponse, RefreshAccessTokenRequest, RefreshAccessTokenResponse } from "./rainbow_auth_pb.js";
|
|
2
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* @generated from service liquidmetal.v1alpha1.RainbowAuthService
|
|
5
|
-
*/
|
|
6
|
-
export declare const RainbowAuthService: {
|
|
7
|
-
readonly typeName: "liquidmetal.v1alpha1.RainbowAuthService";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* DeviceAuthorization is similar to the RFC8628 Device Authorization Request
|
|
11
|
-
* and Response.
|
|
12
|
-
*
|
|
13
|
-
* https://datatracker.ietf.org/doc/html/rfc8628#section-3.1
|
|
14
|
-
*
|
|
15
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowAuthService.DeviceAuthorization
|
|
16
|
-
*/
|
|
17
|
-
readonly deviceAuthorization: {
|
|
18
|
-
readonly name: "DeviceAuthorization";
|
|
19
|
-
readonly I: typeof DeviceAuthorizationRequest;
|
|
20
|
-
readonly O: typeof DeviceAuthorizationResponse;
|
|
21
|
-
readonly kind: MethodKind.Unary;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* DeviceAccessToken is polled after a successful call to DeviceAuthorization
|
|
25
|
-
* awaiting the verification_uri_complete to have been followed allowing this
|
|
26
|
-
* RPC to return a BearerToken response.
|
|
27
|
-
*
|
|
28
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowAuthService.DeviceAccessToken
|
|
29
|
-
*/
|
|
30
|
-
readonly deviceAccessToken: {
|
|
31
|
-
readonly name: "DeviceAccessToken";
|
|
32
|
-
readonly I: typeof DeviceAccessTokenRequest;
|
|
33
|
-
readonly O: typeof DeviceAccessTokenResponse;
|
|
34
|
-
readonly kind: MethodKind.Unary;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* RefreshAccessToken is invoked when the access token expires.
|
|
38
|
-
*
|
|
39
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowAuthService.RefreshAccessToken
|
|
40
|
-
*/
|
|
41
|
-
readonly refreshAccessToken: {
|
|
42
|
-
readonly name: "RefreshAccessToken";
|
|
43
|
-
readonly I: typeof RefreshAccessTokenRequest;
|
|
44
|
-
readonly O: typeof RefreshAccessTokenResponse;
|
|
45
|
-
readonly kind: MethodKind.Unary;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
//# sourceMappingURL=rainbow_auth_connect.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rainbow_auth_connect.d.ts","sourceRoot":"","sources":["../../../src/liquidmetal/v1alpha1/rainbow_auth_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAC3M,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;;;;WAOG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
-
// @generated from file liquidmetal/v1alpha1/rainbow_auth.proto (package liquidmetal.v1alpha1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
|
-
import { DeviceAccessTokenRequest, DeviceAccessTokenResponse, DeviceAuthorizationRequest, DeviceAuthorizationResponse, RefreshAccessTokenRequest, RefreshAccessTokenResponse } from "./rainbow_auth_pb.js";
|
|
6
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
-
/**
|
|
8
|
-
* @generated from service liquidmetal.v1alpha1.RainbowAuthService
|
|
9
|
-
*/
|
|
10
|
-
export const RainbowAuthService = {
|
|
11
|
-
typeName: "liquidmetal.v1alpha1.RainbowAuthService",
|
|
12
|
-
methods: {
|
|
13
|
-
/**
|
|
14
|
-
* DeviceAuthorization is similar to the RFC8628 Device Authorization Request
|
|
15
|
-
* and Response.
|
|
16
|
-
*
|
|
17
|
-
* https://datatracker.ietf.org/doc/html/rfc8628#section-3.1
|
|
18
|
-
*
|
|
19
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowAuthService.DeviceAuthorization
|
|
20
|
-
*/
|
|
21
|
-
deviceAuthorization: {
|
|
22
|
-
name: "DeviceAuthorization",
|
|
23
|
-
I: DeviceAuthorizationRequest,
|
|
24
|
-
O: DeviceAuthorizationResponse,
|
|
25
|
-
kind: MethodKind.Unary,
|
|
26
|
-
},
|
|
27
|
-
/**
|
|
28
|
-
* DeviceAccessToken is polled after a successful call to DeviceAuthorization
|
|
29
|
-
* awaiting the verification_uri_complete to have been followed allowing this
|
|
30
|
-
* RPC to return a BearerToken response.
|
|
31
|
-
*
|
|
32
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowAuthService.DeviceAccessToken
|
|
33
|
-
*/
|
|
34
|
-
deviceAccessToken: {
|
|
35
|
-
name: "DeviceAccessToken",
|
|
36
|
-
I: DeviceAccessTokenRequest,
|
|
37
|
-
O: DeviceAccessTokenResponse,
|
|
38
|
-
kind: MethodKind.Unary,
|
|
39
|
-
},
|
|
40
|
-
/**
|
|
41
|
-
* RefreshAccessToken is invoked when the access token expires.
|
|
42
|
-
*
|
|
43
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowAuthService.RefreshAccessToken
|
|
44
|
-
*/
|
|
45
|
-
refreshAccessToken: {
|
|
46
|
-
name: "RefreshAccessToken",
|
|
47
|
-
I: RefreshAccessTokenRequest,
|
|
48
|
-
O: RefreshAccessTokenResponse,
|
|
49
|
-
kind: MethodKind.Unary,
|
|
50
|
-
},
|
|
51
|
-
}
|
|
52
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { TailRequest, TailResponse } from "./rainbow_public_pb.js";
|
|
2
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* RainbowPublicService represents logic implemented centrally by rainbow
|
|
5
|
-
* service that may be accessed publicly.
|
|
6
|
-
*
|
|
7
|
-
* @generated from service liquidmetal.v1alpha1.RainbowPublicService
|
|
8
|
-
*/
|
|
9
|
-
export declare const RainbowPublicService: {
|
|
10
|
-
readonly typeName: "liquidmetal.v1alpha1.RainbowPublicService";
|
|
11
|
-
readonly methods: {
|
|
12
|
-
/**
|
|
13
|
-
* Tail is able to return a websocket url which will stream logs from active
|
|
14
|
-
* applications.
|
|
15
|
-
*
|
|
16
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowPublicService.Tail
|
|
17
|
-
*/
|
|
18
|
-
readonly tail: {
|
|
19
|
-
readonly name: "Tail";
|
|
20
|
-
readonly I: typeof TailRequest;
|
|
21
|
-
readonly O: typeof TailResponse;
|
|
22
|
-
readonly kind: MethodKind.Unary;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=rainbow_public_connect.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rainbow_public_connect.d.ts","sourceRoot":"","sources":["../../../src/liquidmetal/v1alpha1/rainbow_public_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
-
// @generated from file liquidmetal/v1alpha1/rainbow_public.proto (package liquidmetal.v1alpha1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
|
-
import { TailRequest, TailResponse } from "./rainbow_public_pb.js";
|
|
6
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
-
/**
|
|
8
|
-
* RainbowPublicService represents logic implemented centrally by rainbow
|
|
9
|
-
* service that may be accessed publicly.
|
|
10
|
-
*
|
|
11
|
-
* @generated from service liquidmetal.v1alpha1.RainbowPublicService
|
|
12
|
-
*/
|
|
13
|
-
export const RainbowPublicService = {
|
|
14
|
-
typeName: "liquidmetal.v1alpha1.RainbowPublicService",
|
|
15
|
-
methods: {
|
|
16
|
-
/**
|
|
17
|
-
* Tail is able to return a websocket url which will stream logs from active
|
|
18
|
-
* applications.
|
|
19
|
-
*
|
|
20
|
-
* @generated from rpc liquidmetal.v1alpha1.RainbowPublicService.Tail
|
|
21
|
-
*/
|
|
22
|
-
tail: {
|
|
23
|
-
name: "Tail",
|
|
24
|
-
I: TailRequest,
|
|
25
|
-
O: TailResponse,
|
|
26
|
-
kind: MethodKind.Unary,
|
|
27
|
-
},
|
|
28
|
-
}
|
|
29
|
-
};
|