@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,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
+ };