@liquidmetal-ai/drizzle 0.0.1
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/.changeset/README.md +4 -0
- package/.changeset/config.json +11 -0
- package/.changeset/odd-plums-dress.md +7 -0
- package/.turbo/turbo-build.log +6 -0
- package/dist/appify/build.d.ts +130 -0
- package/dist/appify/build.d.ts.map +1 -0
- package/dist/appify/build.js +703 -0
- package/dist/appify/build.test.d.ts +2 -0
- package/dist/appify/build.test.d.ts.map +1 -0
- package/dist/appify/build.test.js +111 -0
- package/dist/appify/index.d.ts +8 -0
- package/dist/appify/index.d.ts.map +1 -0
- package/dist/appify/index.js +28 -0
- package/dist/appify/index.test.d.ts +2 -0
- package/dist/appify/index.test.d.ts.map +1 -0
- package/dist/appify/index.test.js +40 -0
- package/dist/appify/parse.d.ts +151 -0
- package/dist/appify/parse.d.ts.map +1 -0
- package/dist/appify/parse.js +579 -0
- package/dist/appify/parse.test.d.ts +2 -0
- package/dist/appify/parse.test.d.ts.map +1 -0
- package/dist/appify/parse.test.js +319 -0
- package/dist/appify/validate.d.ts +22 -0
- package/dist/appify/validate.d.ts.map +1 -0
- package/dist/appify/validate.js +346 -0
- package/dist/appify/validate.test.d.ts +2 -0
- package/dist/appify/validate.test.d.ts.map +1 -0
- package/dist/appify/validate.test.js +327 -0
- package/dist/codestore.d.ts +34 -0
- package/dist/codestore.d.ts.map +1 -0
- package/dist/codestore.js +54 -0
- package/dist/codestore.test.d.ts +2 -0
- package/dist/codestore.test.d.ts.map +1 -0
- package/dist/codestore.test.js +84 -0
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +147 -0
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/catalog_connect.js +150 -0
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +965 -0
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/catalog_pb.js +1486 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts +49 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.js +52 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts +271 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.js +381 -0
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts +38 -0
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/raindrop_pb.js +52 -0
- package/dist/unsafe/codestore.d.ts +10 -0
- package/dist/unsafe/codestore.d.ts.map +1 -0
- package/dist/unsafe/codestore.js +23 -0
- package/dist/unsafe/codestore.test.d.ts +2 -0
- package/dist/unsafe/codestore.test.d.ts.map +1 -0
- package/dist/unsafe/codestore.test.js +27 -0
- package/eslint.config.mjs +4 -0
- package/package.json +45 -0
- package/src/appify/build.test.ts +116 -0
- package/src/appify/build.ts +783 -0
- package/src/appify/index.test.ts +43 -0
- package/src/appify/index.ts +33 -0
- package/src/appify/parse.test.ts +337 -0
- package/src/appify/parse.ts +744 -0
- package/src/appify/validate.test.ts +341 -0
- package/src/appify/validate.ts +435 -0
- package/src/codestore.test.ts +98 -0
- package/src/codestore.ts +93 -0
- package/src/liquidmetal/v1alpha1/catalog_connect.ts +153 -0
- package/src/liquidmetal/v1alpha1/catalog_pb.ts +1827 -0
- package/src/liquidmetal/v1alpha1/rainbow_auth_connect.ts +55 -0
- package/src/liquidmetal/v1alpha1/rainbow_auth_pb.ts +476 -0
- package/src/liquidmetal/v1alpha1/raindrop_pb.ts +63 -0
- package/src/unsafe/codestore.test.ts +34 -0
- package/src/unsafe/codestore.ts +29 -0
- package/tsconfig.json +31 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,150 @@
|
|
|
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, CreateApplicationsRequest, CreateApplicationsResponse, CreateVersionRequest, CreateVersionResponse, DeleteApplicationsRequest, DeleteApplicationsResponse, GetEnvRequest, GetEnvResponse, QueryResourcesRequest, QueryResourcesResponse, SetApplicationActiveStatesRequest, SetApplicationActiveStatesResponse, SetEnvRequest, SetEnvResponse, StatBundleRequest, StatBundleResponse, UploadBundleRequest, UploadBundleResponse, VersionsRequest, VersionsResponse } 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
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Versions
|
|
26
|
+
*/
|
|
27
|
+
versions: {
|
|
28
|
+
name: "Versions",
|
|
29
|
+
I: VersionsRequest,
|
|
30
|
+
O: VersionsResponse,
|
|
31
|
+
kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.CreateVersion
|
|
35
|
+
*/
|
|
36
|
+
createVersion: {
|
|
37
|
+
name: "CreateVersion",
|
|
38
|
+
I: CreateVersionRequest,
|
|
39
|
+
O: CreateVersionResponse,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* Applications fetches a list of applications for an organization.
|
|
44
|
+
* This list follows best practices for pagination.
|
|
45
|
+
* https://protobuf.dev/programming-guides/api/#define-pagination-api
|
|
46
|
+
*
|
|
47
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Applications
|
|
48
|
+
*/
|
|
49
|
+
applications: {
|
|
50
|
+
name: "Applications",
|
|
51
|
+
I: ApplicationsRequest,
|
|
52
|
+
O: ApplicationsResponse,
|
|
53
|
+
kind: MethodKind.Unary,
|
|
54
|
+
},
|
|
55
|
+
/**
|
|
56
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.CreateApplications
|
|
57
|
+
*/
|
|
58
|
+
createApplications: {
|
|
59
|
+
name: "CreateApplications",
|
|
60
|
+
I: CreateApplicationsRequest,
|
|
61
|
+
O: CreateApplicationsResponse,
|
|
62
|
+
kind: MethodKind.Unary,
|
|
63
|
+
},
|
|
64
|
+
/**
|
|
65
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetApplicationActiveStates
|
|
66
|
+
*/
|
|
67
|
+
setApplicationActiveStates: {
|
|
68
|
+
name: "SetApplicationActiveStates",
|
|
69
|
+
I: SetApplicationActiveStatesRequest,
|
|
70
|
+
O: SetApplicationActiveStatesResponse,
|
|
71
|
+
kind: MethodKind.Unary,
|
|
72
|
+
},
|
|
73
|
+
/**
|
|
74
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.DeleteApplications
|
|
75
|
+
*/
|
|
76
|
+
deleteApplications: {
|
|
77
|
+
name: "DeleteApplications",
|
|
78
|
+
I: DeleteApplicationsRequest,
|
|
79
|
+
O: DeleteApplicationsResponse,
|
|
80
|
+
kind: MethodKind.Unary,
|
|
81
|
+
},
|
|
82
|
+
/**
|
|
83
|
+
* UploadBundle uploads a bundle for a specific application version.
|
|
84
|
+
*
|
|
85
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.UploadBundle
|
|
86
|
+
*/
|
|
87
|
+
uploadBundle: {
|
|
88
|
+
name: "UploadBundle",
|
|
89
|
+
I: UploadBundleRequest,
|
|
90
|
+
O: UploadBundleResponse,
|
|
91
|
+
kind: MethodKind.Unary,
|
|
92
|
+
},
|
|
93
|
+
/**
|
|
94
|
+
* StatBundle returns the metadata for a bundle.
|
|
95
|
+
*
|
|
96
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.StatBundle
|
|
97
|
+
*/
|
|
98
|
+
statBundle: {
|
|
99
|
+
name: "StatBundle",
|
|
100
|
+
I: StatBundleRequest,
|
|
101
|
+
O: StatBundleResponse,
|
|
102
|
+
kind: MethodKind.Unary,
|
|
103
|
+
},
|
|
104
|
+
/**
|
|
105
|
+
* SetEnv sets an environment variable for an application/version.
|
|
106
|
+
*
|
|
107
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetEnv
|
|
108
|
+
*/
|
|
109
|
+
setEnv: {
|
|
110
|
+
name: "SetEnv",
|
|
111
|
+
I: SetEnvRequest,
|
|
112
|
+
O: SetEnvResponse,
|
|
113
|
+
kind: MethodKind.Unary,
|
|
114
|
+
},
|
|
115
|
+
/**
|
|
116
|
+
* GetEnv gets an environment variable for an application/version.
|
|
117
|
+
*
|
|
118
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.GetEnv
|
|
119
|
+
*/
|
|
120
|
+
getEnv: {
|
|
121
|
+
name: "GetEnv",
|
|
122
|
+
I: GetEnvRequest,
|
|
123
|
+
O: GetEnvResponse,
|
|
124
|
+
kind: MethodKind.Unary,
|
|
125
|
+
},
|
|
126
|
+
/**
|
|
127
|
+
* QueryResources returns the physical underlying resources for a given query
|
|
128
|
+
*
|
|
129
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.QueryResources
|
|
130
|
+
*/
|
|
131
|
+
queryResources: {
|
|
132
|
+
name: "QueryResources",
|
|
133
|
+
I: QueryResourcesRequest,
|
|
134
|
+
O: QueryResourcesResponse,
|
|
135
|
+
kind: MethodKind.Unary,
|
|
136
|
+
},
|
|
137
|
+
/**
|
|
138
|
+
* Bootstrap is a special RPC that is used to bootstrap the system
|
|
139
|
+
* using a one-time token.
|
|
140
|
+
*
|
|
141
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Bootstrap
|
|
142
|
+
*/
|
|
143
|
+
bootstrap: {
|
|
144
|
+
name: "Bootstrap",
|
|
145
|
+
I: BootstrapRequest,
|
|
146
|
+
O: BootstrapResponse,
|
|
147
|
+
kind: MethodKind.Unary,
|
|
148
|
+
},
|
|
149
|
+
}
|
|
150
|
+
};
|