@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.
Files changed (76) hide show
  1. package/.changeset/README.md +4 -0
  2. package/.changeset/config.json +11 -0
  3. package/.changeset/odd-plums-dress.md +7 -0
  4. package/.turbo/turbo-build.log +6 -0
  5. package/dist/appify/build.d.ts +130 -0
  6. package/dist/appify/build.d.ts.map +1 -0
  7. package/dist/appify/build.js +703 -0
  8. package/dist/appify/build.test.d.ts +2 -0
  9. package/dist/appify/build.test.d.ts.map +1 -0
  10. package/dist/appify/build.test.js +111 -0
  11. package/dist/appify/index.d.ts +8 -0
  12. package/dist/appify/index.d.ts.map +1 -0
  13. package/dist/appify/index.js +28 -0
  14. package/dist/appify/index.test.d.ts +2 -0
  15. package/dist/appify/index.test.d.ts.map +1 -0
  16. package/dist/appify/index.test.js +40 -0
  17. package/dist/appify/parse.d.ts +151 -0
  18. package/dist/appify/parse.d.ts.map +1 -0
  19. package/dist/appify/parse.js +579 -0
  20. package/dist/appify/parse.test.d.ts +2 -0
  21. package/dist/appify/parse.test.d.ts.map +1 -0
  22. package/dist/appify/parse.test.js +319 -0
  23. package/dist/appify/validate.d.ts +22 -0
  24. package/dist/appify/validate.d.ts.map +1 -0
  25. package/dist/appify/validate.js +346 -0
  26. package/dist/appify/validate.test.d.ts +2 -0
  27. package/dist/appify/validate.test.d.ts.map +1 -0
  28. package/dist/appify/validate.test.js +327 -0
  29. package/dist/codestore.d.ts +34 -0
  30. package/dist/codestore.d.ts.map +1 -0
  31. package/dist/codestore.js +54 -0
  32. package/dist/codestore.test.d.ts +2 -0
  33. package/dist/codestore.test.d.ts.map +1 -0
  34. package/dist/codestore.test.js +84 -0
  35. package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +147 -0
  36. package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +1 -0
  37. package/dist/liquidmetal/v1alpha1/catalog_connect.js +150 -0
  38. package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +965 -0
  39. package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -0
  40. package/dist/liquidmetal/v1alpha1/catalog_pb.js +1486 -0
  41. package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts +49 -0
  42. package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts.map +1 -0
  43. package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.js +52 -0
  44. package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts +271 -0
  45. package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts.map +1 -0
  46. package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.js +381 -0
  47. package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts +38 -0
  48. package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts.map +1 -0
  49. package/dist/liquidmetal/v1alpha1/raindrop_pb.js +52 -0
  50. package/dist/unsafe/codestore.d.ts +10 -0
  51. package/dist/unsafe/codestore.d.ts.map +1 -0
  52. package/dist/unsafe/codestore.js +23 -0
  53. package/dist/unsafe/codestore.test.d.ts +2 -0
  54. package/dist/unsafe/codestore.test.d.ts.map +1 -0
  55. package/dist/unsafe/codestore.test.js +27 -0
  56. package/eslint.config.mjs +4 -0
  57. package/package.json +45 -0
  58. package/src/appify/build.test.ts +116 -0
  59. package/src/appify/build.ts +783 -0
  60. package/src/appify/index.test.ts +43 -0
  61. package/src/appify/index.ts +33 -0
  62. package/src/appify/parse.test.ts +337 -0
  63. package/src/appify/parse.ts +744 -0
  64. package/src/appify/validate.test.ts +341 -0
  65. package/src/appify/validate.ts +435 -0
  66. package/src/codestore.test.ts +98 -0
  67. package/src/codestore.ts +93 -0
  68. package/src/liquidmetal/v1alpha1/catalog_connect.ts +153 -0
  69. package/src/liquidmetal/v1alpha1/catalog_pb.ts +1827 -0
  70. package/src/liquidmetal/v1alpha1/rainbow_auth_connect.ts +55 -0
  71. package/src/liquidmetal/v1alpha1/rainbow_auth_pb.ts +476 -0
  72. package/src/liquidmetal/v1alpha1/raindrop_pb.ts +63 -0
  73. package/src/unsafe/codestore.test.ts +34 -0
  74. package/src/unsafe/codestore.ts +29 -0
  75. package/tsconfig.json +31 -0
  76. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,153 @@
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
+
6
+ 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";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * CatalogService defines data interactions for the catalog portion of the
11
+ * rainbow UI.
12
+ *
13
+ * As an authorization style choice, the RPCs are focused on providing user
14
+ * context data explicitly (don't assume the userId or orgId from the
15
+ * authentication header.) It is expected that an authorization layer will
16
+ * enforce the ability for a request to act as a specified user or org matching
17
+ * against the authentication header. This makes services easier to mock without
18
+ * needing to think about injecting mock authentication contexts and allows for
19
+ * use cases where certain roles of users may wish to act as other users.
20
+ *
21
+ * @generated from service liquidmetal.v1alpha1.CatalogService
22
+ */
23
+ export const CatalogService = {
24
+ typeName: "liquidmetal.v1alpha1.CatalogService",
25
+ methods: {
26
+ /**
27
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.Versions
28
+ */
29
+ versions: {
30
+ name: "Versions",
31
+ I: VersionsRequest,
32
+ O: VersionsResponse,
33
+ kind: MethodKind.Unary,
34
+ },
35
+ /**
36
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.CreateVersion
37
+ */
38
+ createVersion: {
39
+ name: "CreateVersion",
40
+ I: CreateVersionRequest,
41
+ O: CreateVersionResponse,
42
+ kind: MethodKind.Unary,
43
+ },
44
+ /**
45
+ * Applications fetches a list of applications for an organization.
46
+ * This list follows best practices for pagination.
47
+ * https://protobuf.dev/programming-guides/api/#define-pagination-api
48
+ *
49
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.Applications
50
+ */
51
+ applications: {
52
+ name: "Applications",
53
+ I: ApplicationsRequest,
54
+ O: ApplicationsResponse,
55
+ kind: MethodKind.Unary,
56
+ },
57
+ /**
58
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.CreateApplications
59
+ */
60
+ createApplications: {
61
+ name: "CreateApplications",
62
+ I: CreateApplicationsRequest,
63
+ O: CreateApplicationsResponse,
64
+ kind: MethodKind.Unary,
65
+ },
66
+ /**
67
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.SetApplicationActiveStates
68
+ */
69
+ setApplicationActiveStates: {
70
+ name: "SetApplicationActiveStates",
71
+ I: SetApplicationActiveStatesRequest,
72
+ O: SetApplicationActiveStatesResponse,
73
+ kind: MethodKind.Unary,
74
+ },
75
+ /**
76
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.DeleteApplications
77
+ */
78
+ deleteApplications: {
79
+ name: "DeleteApplications",
80
+ I: DeleteApplicationsRequest,
81
+ O: DeleteApplicationsResponse,
82
+ kind: MethodKind.Unary,
83
+ },
84
+ /**
85
+ * UploadBundle uploads a bundle for a specific application version.
86
+ *
87
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.UploadBundle
88
+ */
89
+ uploadBundle: {
90
+ name: "UploadBundle",
91
+ I: UploadBundleRequest,
92
+ O: UploadBundleResponse,
93
+ kind: MethodKind.Unary,
94
+ },
95
+ /**
96
+ * StatBundle returns the metadata for a bundle.
97
+ *
98
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.StatBundle
99
+ */
100
+ statBundle: {
101
+ name: "StatBundle",
102
+ I: StatBundleRequest,
103
+ O: StatBundleResponse,
104
+ kind: MethodKind.Unary,
105
+ },
106
+ /**
107
+ * SetEnv sets an environment variable for an application/version.
108
+ *
109
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.SetEnv
110
+ */
111
+ setEnv: {
112
+ name: "SetEnv",
113
+ I: SetEnvRequest,
114
+ O: SetEnvResponse,
115
+ kind: MethodKind.Unary,
116
+ },
117
+ /**
118
+ * GetEnv gets an environment variable for an application/version.
119
+ *
120
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.GetEnv
121
+ */
122
+ getEnv: {
123
+ name: "GetEnv",
124
+ I: GetEnvRequest,
125
+ O: GetEnvResponse,
126
+ kind: MethodKind.Unary,
127
+ },
128
+ /**
129
+ * QueryResources returns the physical underlying resources for a given query
130
+ *
131
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.QueryResources
132
+ */
133
+ queryResources: {
134
+ name: "QueryResources",
135
+ I: QueryResourcesRequest,
136
+ O: QueryResourcesResponse,
137
+ kind: MethodKind.Unary,
138
+ },
139
+ /**
140
+ * Bootstrap is a special RPC that is used to bootstrap the system
141
+ * using a one-time token.
142
+ *
143
+ * @generated from rpc liquidmetal.v1alpha1.CatalogService.Bootstrap
144
+ */
145
+ bootstrap: {
146
+ name: "Bootstrap",
147
+ I: BootstrapRequest,
148
+ O: BootstrapResponse,
149
+ kind: MethodKind.Unary,
150
+ },
151
+ }
152
+ } as const;
153
+