@liquidmetal-ai/drizzle 0.4.2 → 0.4.3

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.
@@ -1,22 +1,22 @@
1
1
 
2
2
  
3
- > @liquidmetal-ai/drizzle@0.4.2 prebuild
3
+ > @liquidmetal-ai/drizzle@0.4.3 prebuild
4
4
  > npm install --ignore-scripts
5
5
 
6
- ⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋
7
- up to date, audited 3153 packages in 5s
8
- ⠋
9
- ⠋553 packages are looking for funding
10
- ⠋ run `npm fund` for details
11
- ⠋
6
+ ⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸
7
+ up to date, audited 3157 packages in 5s
8
+ ⠸
9
+ ⠸554 packages are looking for funding
10
+ ⠸ run `npm fund` for details
11
+ ⠸
12
12
  3 vulnerabilities (1 low, 2 moderate)
13
13
 
14
14
  To address all issues, run:
15
15
  npm audit fix
16
16
 
17
17
  Run `npm audit` for details.
18
- ⠋⠙
19
- > @liquidmetal-ai/drizzle@0.4.2 build
18
+ ⠸⠙
19
+ > @liquidmetal-ai/drizzle@0.4.3 build
20
20
  > shx rm -rf dist && tsc -b
21
21
 
22
22
  ⠙⠙
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @liquidmetal-ai/drizzle@0.4.1 lint
4
+ > eslint . --max-warnings=0
5
+
6
+ ⠙
@@ -0,0 +1,190 @@
1
+
2
+ 
3
+ > @liquidmetal-ai/drizzle@0.4.1 test
4
+ > vitest run
5
+
6
+ 
7
+  RUN  v2.1.9 /Users/dstaley/Work/liquidmetal/packages/drizzle
8
+
9
+ [?25l · src/mrn.test.ts (96)
10
+ [?25l[?25l[?25l[?25l[?25l ✓ src/mrn.test.ts (96)
11
+ [?25l[?25l[?25l[?25l ✓ src/mrn.test.ts (96)
12
+ · src/logging.test.ts (7)
13
+ [?25lstdout | src/logging.test.ts > Logger > can log messages at a debug level
14
+ { level: 'DEBUG', message: 'debug message', fields: {} }
15
+
16
+ stdout | src/logging.test.ts > Logger > can log messages at a info level
17
+ { level: 'INFO', message: 'info message', fields: {} }
18
+
19
+ stdout | src/logging.test.ts > Logger > can log messages at a warn level
20
+ { level: 'WARN', message: 'warn message', fields: {} }
21
+
22
+ stdout | src/logging.test.ts > Logger > can log messages at an error level
23
+ { level: 'ERROR', message: 'error message', fields: {} }
24
+
25
+ [?25l ✓ src/mrn.test.ts (96)
26
+ ✓ src/logging.test.ts (7)
27
+ [?25l[?25l ✓ src/mrn.test.ts (96)
28
+ · src/unsafe/framework.test.ts (7)
29
+ ✓ src/logging.test.ts (7)
30
+ stderr | src/unsafe/framework.test.ts > getPackageVersion > should return null when package is not found
31
+ Error reading package version: Error: Package version not found
32
+ at Module.getPackageVersion (/Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.ts:108:11)
33
+ at /Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:151:21
34
+ at file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
35
+ at runTest (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1056:11)
36
+ at runSuite (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
37
+ at runSuite (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
38
+ at runFiles (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1262:5)
39
+ at startTests (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1271:3)
40
+ at file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:126:11
41
+ at withEnv (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:90:5)
42
+
43
+ [?25l ✓ src/mrn.test.ts (96)
44
+ · src/unsafe/framework.test.ts (7)
45
+ ✓ src/logging.test.ts (7)
46
+ stderr | src/unsafe/framework.test.ts > getPackageVersion > should handle command execution errors
47
+ Error executing npm list command: Error: Command failed
48
+ at /Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:192:9
49
+ at mockCall (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/spy/dist/index.js:61:17)
50
+ at spy (file:///Users/dstaley/Work/liquidmetal/node_modules/tinyspy/dist/index.js:45:80)
51
+ at node:internal/util:456:21
52
+ at new Promise (<anonymous>)
53
+ at spy (node:internal/util:442:12)
54
+ at getVersionFromCommand (/Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.ts:69:30)
55
+ at Module.getPackageVersion (/Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.ts:102:31)
56
+ at /Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:202:21
57
+ at file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
58
+
59
+ stderr | src/unsafe/framework.test.ts > getPackageVersion > should handle command execution errors
60
+ Error reading package version: Error: Package version not found
61
+ at Module.getPackageVersion (/Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.ts:108:11)
62
+ at /Users/dstaley/Work/liquidmetal/packages/drizzle/src/unsafe/framework.test.ts:202:21
63
+ at file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:533:5
64
+ at runTest (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1056:11)
65
+ at runSuite (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
66
+ at runSuite (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1205:15)
67
+ at runFiles (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1262:5)
68
+ at startTests (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/node_modules/@vitest/runner/dist/index.js:1271:3)
69
+ at file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:126:11
70
+ at withEnv (file:///Users/dstaley/Work/liquidmetal/node_modules/vitest/dist/chunks/runBaseTests.3qpJUEJM.js:90:5)
71
+
72
+ [?25l ✓ src/mrn.test.ts (96)
73
+ · src/appify/parse.test.ts (18)
74
+ · src/appify/build.test.ts (10)
75
+ ✓ src/unsafe/framework.test.ts (7)
76
+ · src/codestore.test.ts (9)
77
+ ✓ src/logging.test.ts (7)
78
+ [?25l ✓ src/mrn.test.ts (96)
79
+ ✓ src/appify/parse.test.ts (18)
80
+ ✓ src/appify/build.test.ts (10)
81
+ ✓ src/unsafe/framework.test.ts (7)
82
+ ✓ src/codestore.test.ts (9)
83
+ ✓ src/logging.test.ts (7)
84
+ [?25l[?25l[?25l[?25l[?25l[?25l ✓ src/mrn.test.ts (96)
85
+ · src/appify/validate.test.ts (17)
86
+ ✓ src/appify/parse.test.ts (18)
87
+ ✓ src/appify/build.test.ts (10)
88
+ ✓ src/unsafe/framework.test.ts (7)
89
+ ✓ src/codestore.test.ts (9)
90
+ ✓ src/logging.test.ts (7)
91
+ [?25l[?25l[?25l ✓ src/mrn.test.ts (96)
92
+ ✓ src/appify/validate.test.ts (17)
93
+ ✓ src/appify/parse.test.ts (18)
94
+ ✓ src/appify/build.test.ts (10)
95
+ ✓ src/unsafe/framework.test.ts (7)
96
+ ✓ src/codestore.test.ts (9)
97
+ ✓ src/logging.test.ts (7)
98
+ [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ src/mrn.test.ts (96)
99
+ ✓ src/appify/validate.test.ts (17)
100
+ ✓ src/appify/parse.test.ts (18)
101
+ ✓ src/appify/build.test.ts (10)
102
+ ✓ src/unsafe/framework.test.ts (7)
103
+ ✓ src/codestore.test.ts (9)
104
+ ✓ src/logging.test.ts (7)
105
+ · src/appify/index.test.ts (3)
106
+ [?25l[?25l[?25l ✓ src/mrn.test.ts (96)
107
+ ✓ src/appify/validate.test.ts (17)
108
+ ✓ src/appify/parse.test.ts (18)
109
+ ✓ src/appify/build.test.ts (10)
110
+ ✓ src/unsafe/framework.test.ts (7)
111
+ ✓ src/codestore.test.ts (9)
112
+ ✓ src/logging.test.ts (7)
113
+ ✓ src/appify/index.test.ts (3)
114
+ [?25l[?25l[?25l[?25l[?25l[?25l ✓ src/mrn.test.ts (96)
115
+ ✓ src/appify/validate.test.ts (17)
116
+ ✓ src/appify/parse.test.ts (18)
117
+ ✓ src/appify/build.test.ts (10)
118
+ ✓ src/unsafe/framework.test.ts (7)
119
+ ✓ src/codestore.test.ts (9)
120
+ ✓ src/logging.test.ts (7)
121
+ · src/ulid.test.ts (8)
122
+ ✓ src/appify/index.test.ts (3)
123
+ [?25l[?25l[?25l ✓ src/mrn.test.ts (96)
124
+ ✓ src/appify/validate.test.ts (17)
125
+ ✓ src/appify/parse.test.ts (18)
126
+ ✓ src/appify/build.test.ts (10)
127
+ ✓ src/unsafe/framework.test.ts (7)
128
+ ✓ src/codestore.test.ts (9)
129
+ ✓ src/logging.test.ts (7)
130
+ · src/ulid.test.ts (8)
131
+ ✓ src/appify/index.test.ts (3)
132
+ ✓ src/raindrop/index.test.ts (1)
133
+ [?25l[?25l[?25l ✓ src/mrn.test.ts (96)
134
+ ✓ src/appify/validate.test.ts (17)
135
+ ✓ src/appify/parse.test.ts (18)
136
+ ✓ src/appify/build.test.ts (10)
137
+ ✓ src/unsafe/framework.test.ts (7)
138
+ ✓ src/codestore.test.ts (9)
139
+ ✓ src/logging.test.ts (7)
140
+ ✓ src/ulid.test.ts (8)
141
+ ✓ src/appify/index.test.ts (3)
142
+ ✓ src/raindrop/index.test.ts (1)
143
+ [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ src/mrn.test.ts (96)
144
+ ✓ src/appify/validate.test.ts (17)
145
+ ✓ src/appify/parse.test.ts (18)
146
+ ✓ src/appify/build.test.ts (10)
147
+ ✓ src/unsafe/framework.test.ts (7)
148
+ ✓ src/codestore.test.ts (9)
149
+ ✓ src/logging.test.ts (7)
150
+ ✓ src/ulid.test.ts (8)
151
+ ✓ src/appify/index.test.ts (3)
152
+ · src/unsafe/codestore.test.ts (1)
153
+ ✓ src/raindrop/index.test.ts (1)
154
+ [?25l[?25l ✓ src/mrn.test.ts (96)
155
+ ✓ src/appify/validate.test.ts (17)
156
+ ✓ src/appify/parse.test.ts (18)
157
+ ✓ src/appify/build.test.ts (10)
158
+ ✓ src/unsafe/framework.test.ts (7)
159
+ ✓ src/codestore.test.ts (9)
160
+ ✓ src/logging.test.ts (7)
161
+ ✓ src/ulid.test.ts (8)
162
+ ✓ src/appify/index.test.ts (3)
163
+ ✓ src/unsafe/codestore.test.ts (1)
164
+ ✓ src/raindrop/index.test.ts (1)
165
+ [?25l ✓ src/codestore.test.ts (9)
166
+ ✓ src/logging.test.ts (7)
167
+ ✓ src/mrn.test.ts (96)
168
+ ✓ src/ulid.test.ts (8)
169
+ ✓ src/appify/build.test.ts (10)
170
+ ✓ src/appify/index.test.ts (3)
171
+ ✓ src/appify/parse.test.ts (18)
172
+ ✓ src/appify/validate.test.ts (17)
173
+ ✓ src/raindrop/index.test.ts (1)
174
+ ✓ src/unsafe/codestore.test.ts (1)
175
+ ✓ src/unsafe/framework.test.ts (7)
176
+
177
+  Test Files  11 passed (11)
178
+  Tests  177 passed (177)
179
+  Start at  16:44:29
180
+  Duration  4.87s (transform 3.30s, setup 0ms, collect 6.05s, tests 298ms, environment 10ms, prepare 7.49s)
181
+
182
+ [?25h[?25h⠙
183
+ > @liquidmetal-ai/drizzle@0.4.1 posttest
184
+ > npm run lint
185
+
186
+ ⠙⠙⠹⠸⠼
187
+ > @liquidmetal-ai/drizzle@0.4.1 lint
188
+ > eslint . --max-warnings=0
189
+
190
+ ⠴⠙⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @liquidmetal-ai/drizzle
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 28701e0: Update package dependencies
8
+
3
9
  ## 0.4.2
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,253 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file liquidmetal/v1alpha1/annotation.proto.
5
+ */
6
+ export declare const file_liquidmetal_v1alpha1_annotation: GenFile;
7
+ /**
8
+ * @generated from message liquidmetal.v1alpha1.PutAnnotationRequest
9
+ */
10
+ export type PutAnnotationRequest = Message<"liquidmetal.v1alpha1.PutAnnotationRequest"> & {
11
+ /**
12
+ * @generated from field: string organization_id = 1;
13
+ */
14
+ organizationId: string;
15
+ /**
16
+ * @generated from field: string user_id = 2;
17
+ */
18
+ userId: string;
19
+ /**
20
+ * Locator for the object to annotate
21
+ *
22
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 3;
23
+ */
24
+ locator?: AnnotationLocator;
25
+ /**
26
+ * Annotation data in structured format
27
+ *
28
+ * @generated from field: string annotation = 4;
29
+ */
30
+ annotation: string;
31
+ };
32
+ /**
33
+ * Describes the message liquidmetal.v1alpha1.PutAnnotationRequest.
34
+ * Use `create(PutAnnotationRequestSchema)` to create a new message.
35
+ */
36
+ export declare const PutAnnotationRequestSchema: GenMessage<PutAnnotationRequest>;
37
+ /**
38
+ * @generated from message liquidmetal.v1alpha1.PutAnnotationResponse
39
+ */
40
+ export type PutAnnotationResponse = Message<"liquidmetal.v1alpha1.PutAnnotationResponse"> & {
41
+ /**
42
+ * Locator for the annotated object
43
+ *
44
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 1;
45
+ */
46
+ locator?: AnnotationLocator;
47
+ };
48
+ /**
49
+ * Describes the message liquidmetal.v1alpha1.PutAnnotationResponse.
50
+ * Use `create(PutAnnotationResponseSchema)` to create a new message.
51
+ */
52
+ export declare const PutAnnotationResponseSchema: GenMessage<PutAnnotationResponse>;
53
+ /**
54
+ * @generated from message liquidmetal.v1alpha1.GetAnnotationRequest
55
+ */
56
+ export type GetAnnotationRequest = Message<"liquidmetal.v1alpha1.GetAnnotationRequest"> & {
57
+ /**
58
+ * Organization ID for the request
59
+ *
60
+ * @generated from field: string organization_id = 1;
61
+ */
62
+ organizationId: string;
63
+ /**
64
+ * User ID for the request
65
+ *
66
+ * @generated from field: string user_id = 2;
67
+ */
68
+ userId: string;
69
+ /**
70
+ * Locator for the object to annotate
71
+ *
72
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 3;
73
+ */
74
+ locator?: AnnotationLocator;
75
+ };
76
+ /**
77
+ * Describes the message liquidmetal.v1alpha1.GetAnnotationRequest.
78
+ * Use `create(GetAnnotationRequestSchema)` to create a new message.
79
+ */
80
+ export declare const GetAnnotationRequestSchema: GenMessage<GetAnnotationRequest>;
81
+ /**
82
+ * @generated from message liquidmetal.v1alpha1.GetAnnotationResponse
83
+ */
84
+ export type GetAnnotationResponse = Message<"liquidmetal.v1alpha1.GetAnnotationResponse"> & {
85
+ /**
86
+ * The annotation data for the object
87
+ *
88
+ * @generated from field: liquidmetal.v1alpha1.AnnotationResponse annotation = 1;
89
+ */
90
+ annotation?: AnnotationResponse;
91
+ };
92
+ /**
93
+ * Describes the message liquidmetal.v1alpha1.GetAnnotationResponse.
94
+ * Use `create(GetAnnotationResponseSchema)` to create a new message.
95
+ */
96
+ export declare const GetAnnotationResponseSchema: GenMessage<GetAnnotationResponse>;
97
+ /**
98
+ * @generated from message liquidmetal.v1alpha1.ListAnnotationsRequest
99
+ */
100
+ export type ListAnnotationsRequest = Message<"liquidmetal.v1alpha1.ListAnnotationsRequest"> & {
101
+ /**
102
+ * @generated from field: string organization_id = 1;
103
+ */
104
+ organizationId: string;
105
+ /**
106
+ * @generated from field: string user_id = 2;
107
+ */
108
+ userId: string;
109
+ /**
110
+ * Locator for the object to annotate
111
+ *
112
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 3;
113
+ */
114
+ locator?: AnnotationLocator;
115
+ };
116
+ /**
117
+ * Describes the message liquidmetal.v1alpha1.ListAnnotationsRequest.
118
+ * Use `create(ListAnnotationsRequestSchema)` to create a new message.
119
+ */
120
+ export declare const ListAnnotationsRequestSchema: GenMessage<ListAnnotationsRequest>;
121
+ /**
122
+ * @generated from message liquidmetal.v1alpha1.ListAnnotationsResponse
123
+ */
124
+ export type ListAnnotationsResponse = Message<"liquidmetal.v1alpha1.ListAnnotationsResponse"> & {
125
+ /**
126
+ * List of annotations for the object
127
+ *
128
+ * @generated from field: repeated liquidmetal.v1alpha1.AnnotationLocator annotation = 1;
129
+ */
130
+ annotation: AnnotationLocator[];
131
+ };
132
+ /**
133
+ * Describes the message liquidmetal.v1alpha1.ListAnnotationsResponse.
134
+ * Use `create(ListAnnotationsResponseSchema)` to create a new message.
135
+ */
136
+ export declare const ListAnnotationsResponseSchema: GenMessage<ListAnnotationsResponse>;
137
+ /**
138
+ * AnnotationLocator is used to locate an annotation within the context of an application and service
139
+ * It includes optional fields to specify the application, service, item, version, key, and revision
140
+ * __EXAMPLE__ "my-app"
141
+ * __REQUIRED__ TRUE
142
+ *
143
+ * @generated from message liquidmetal.v1alpha1.AnnotationLocator
144
+ */
145
+ export type AnnotationLocator = Message<"liquidmetal.v1alpha1.AnnotationLocator"> & {
146
+ /**
147
+ * Name of the application
148
+ *
149
+ * @generated from field: string application_name = 1;
150
+ */
151
+ applicationName: string;
152
+ /**
153
+ * version of the application (NOTE: CURRENT is magical value for the current version)
154
+ *
155
+ * @generated from field: string application_version_id = 2;
156
+ */
157
+ applicationVersionId: string;
158
+ /**
159
+ * Name of the service or module
160
+ *
161
+ * @generated from field: optional string module_name = 3;
162
+ */
163
+ moduleName?: string;
164
+ /**
165
+ * Optional item to annotate, e.g., an item in a bucket
166
+ *
167
+ * @generated from field: optional string item = 4;
168
+ */
169
+ item?: string;
170
+ /**
171
+ * Optional key for the annotation (returns a single annotation)
172
+ *
173
+ * @generated from field: optional string key = 5;
174
+ */
175
+ key?: string;
176
+ /**
177
+ * Optional revision of the annotation
178
+ *
179
+ * @generated from field: optional string revision = 6;
180
+ */
181
+ revision?: string;
182
+ };
183
+ /**
184
+ * Describes the message liquidmetal.v1alpha1.AnnotationLocator.
185
+ * Use `create(AnnotationLocatorSchema)` to create a new message.
186
+ */
187
+ export declare const AnnotationLocatorSchema: GenMessage<AnnotationLocator>;
188
+ /**
189
+ * @generated from message liquidmetal.v1alpha1.AnnotationResponse
190
+ */
191
+ export type AnnotationResponse = Message<"liquidmetal.v1alpha1.AnnotationResponse"> & {
192
+ /**
193
+ * The annotation data
194
+ *
195
+ * @generated from field: string annotation = 1;
196
+ */
197
+ annotation: string;
198
+ /**
199
+ * Locator for the annotation
200
+ *
201
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator location = 2;
202
+ */
203
+ location?: AnnotationLocator;
204
+ };
205
+ /**
206
+ * Describes the message liquidmetal.v1alpha1.AnnotationResponse.
207
+ * Use `create(AnnotationResponseSchema)` to create a new message.
208
+ */
209
+ export declare const AnnotationResponseSchema: GenMessage<AnnotationResponse>;
210
+ /**
211
+ * AnnotationService provides internal API access to annotate and apply metadata all aspects of a raindrop application, from the overall application to individual objects/items
212
+ *
213
+ * @generated from service liquidmetal.v1alpha1.AnnotationService
214
+ */
215
+ export declare const AnnotationService: GenService<{
216
+ /**
217
+ * Annotation adds an annotation to an object in a bucket
218
+ *
219
+ * @generated from rpc liquidmetal.v1alpha1.AnnotationService.PutAnnotation
220
+ */
221
+ putAnnotation: {
222
+ methodKind: "unary";
223
+ input: typeof PutAnnotationRequestSchema;
224
+ output: typeof PutAnnotationResponseSchema;
225
+ };
226
+ /**
227
+ * GetAnnotation retrieves a specific annotation for an object
228
+ * It uses the AnnotationLocator to specify the object and the key of the annotation
229
+ * __EXAMPLE__ "my-app", "my-service", "my-item", "my-key"
230
+ * __REQUIRED__ TRUE
231
+ * __REQUIRED__ FALSE
232
+ * __REQUIRED__ FALSE
233
+ * __REQUIRED__ FALSE
234
+ *
235
+ * @generated from rpc liquidmetal.v1alpha1.AnnotationService.GetAnnotation
236
+ */
237
+ getAnnotation: {
238
+ methodKind: "unary";
239
+ input: typeof GetAnnotationRequestSchema;
240
+ output: typeof GetAnnotationResponseSchema;
241
+ };
242
+ /**
243
+ * ListAnnotations lists all annotations for a given object
244
+ *
245
+ * @generated from rpc liquidmetal.v1alpha1.AnnotationService.ListAnnotations
246
+ */
247
+ listAnnotations: {
248
+ methodKind: "unary";
249
+ input: typeof ListAnnotationsRequestSchema;
250
+ output: typeof ListAnnotationsResponseSchema;
251
+ };
252
+ }>;
253
+ //# sourceMappingURL=annotation_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotation_pb.d.ts","sourceRoot":"","sources":["../../../src/liquidmetal/v1alpha1/annotation_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ // @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file liquidmetal/v1alpha1/annotation.proto (package liquidmetal.v1alpha1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
5
+ /**
6
+ * Describes the file liquidmetal/v1alpha1/annotation.proto.
7
+ */
8
+ export const file_liquidmetal_v1alpha1_annotation = /*@__PURE__*/ fileDesc("CiVsaXF1aWRtZXRhbC92MWFscGhhMS9hbm5vdGF0aW9uLnByb3RvEhRsaXF1aWRtZXRhbC52MWFscGhhMSKOAQoUUHV0QW5ub3RhdGlvblJlcXVlc3QSFwoPb3JnYW5pemF0aW9uX2lkGAEgASgJEg8KB3VzZXJfaWQYAiABKAkSOAoHbG9jYXRvchgDIAEoCzInLmxpcXVpZG1ldGFsLnYxYWxwaGExLkFubm90YXRpb25Mb2NhdG9yEhIKCmFubm90YXRpb24YBCABKAkiUQoVUHV0QW5ub3RhdGlvblJlc3BvbnNlEjgKB2xvY2F0b3IYASABKAsyJy5saXF1aWRtZXRhbC52MWFscGhhMS5Bbm5vdGF0aW9uTG9jYXRvciJ6ChRHZXRBbm5vdGF0aW9uUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdXNlcl9pZBgCIAEoCRI4Cgdsb2NhdG9yGAMgASgLMicubGlxdWlkbWV0YWwudjFhbHBoYTEuQW5ub3RhdGlvbkxvY2F0b3IiVQoVR2V0QW5ub3RhdGlvblJlc3BvbnNlEjwKCmFubm90YXRpb24YASABKAsyKC5saXF1aWRtZXRhbC52MWFscGhhMS5Bbm5vdGF0aW9uUmVzcG9uc2UifAoWTGlzdEFubm90YXRpb25zUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdXNlcl9pZBgCIAEoCRI4Cgdsb2NhdG9yGAMgASgLMicubGlxdWlkbWV0YWwudjFhbHBoYTEuQW5ub3RhdGlvbkxvY2F0b3IiVgoXTGlzdEFubm90YXRpb25zUmVzcG9uc2USOwoKYW5ub3RhdGlvbhgBIAMoCzInLmxpcXVpZG1ldGFsLnYxYWxwaGExLkFubm90YXRpb25Mb2NhdG9yItEBChFBbm5vdGF0aW9uTG9jYXRvchIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEh4KFmFwcGxpY2F0aW9uX3ZlcnNpb25faWQYAiABKAkSGAoLbW9kdWxlX25hbWUYAyABKAlIAIgBARIRCgRpdGVtGAQgASgJSAGIAQESEAoDa2V5GAUgASgJSAKIAQESFQoIcmV2aXNpb24YBiABKAlIA4gBAUIOCgxfbW9kdWxlX25hbWVCBwoFX2l0ZW1CBgoEX2tleUILCglfcmV2aXNpb24iYwoSQW5ub3RhdGlvblJlc3BvbnNlEhIKCmFubm90YXRpb24YASABKAkSOQoIbG9jYXRpb24YAiABKAsyJy5saXF1aWRtZXRhbC52MWFscGhhMS5Bbm5vdGF0aW9uTG9jYXRvcjLXAgoRQW5ub3RhdGlvblNlcnZpY2USaAoNUHV0QW5ub3RhdGlvbhIqLmxpcXVpZG1ldGFsLnYxYWxwaGExLlB1dEFubm90YXRpb25SZXF1ZXN0GisubGlxdWlkbWV0YWwudjFhbHBoYTEuUHV0QW5ub3RhdGlvblJlc3BvbnNlEmgKDUdldEFubm90YXRpb24SKi5saXF1aWRtZXRhbC52MWFscGhhMS5HZXRBbm5vdGF0aW9uUmVxdWVzdBorLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldEFubm90YXRpb25SZXNwb25zZRJuCg9MaXN0QW5ub3RhdGlvbnMSLC5saXF1aWRtZXRhbC52MWFscGhhMS5MaXN0QW5ub3RhdGlvbnNSZXF1ZXN0Gi0ubGlxdWlkbWV0YWwudjFhbHBoYTEuTGlzdEFubm90YXRpb25zUmVzcG9uc2VC6gEKGGNvbS5saXF1aWRtZXRhbC52MWFscGhhMUIPQW5ub3RhdGlvblByb3RvUAFaTGdpdGh1Yi5jb20vbGlxdWlkbWV0YWwtYWkvcHJvdG9nZW4yL2xpcXVpZG1ldGFsL3YxYWxwaGExO2xpcXVpZG1ldGFsdjFhbHBoYTGiAgNMWFiqAhRMaXF1aWRtZXRhbC5WMWFscGhhMcoCFExpcXVpZG1ldGFsXFYxYWxwaGEx4gIgTGlxdWlkbWV0YWxcVjFhbHBoYTFcR1BCTWV0YWRhdGHqAhVMaXF1aWRtZXRhbDo6VjFhbHBoYTFiBnByb3RvMw");
9
+ /**
10
+ * Describes the message liquidmetal.v1alpha1.PutAnnotationRequest.
11
+ * Use `create(PutAnnotationRequestSchema)` to create a new message.
12
+ */
13
+ export const PutAnnotationRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 0);
14
+ /**
15
+ * Describes the message liquidmetal.v1alpha1.PutAnnotationResponse.
16
+ * Use `create(PutAnnotationResponseSchema)` to create a new message.
17
+ */
18
+ export const PutAnnotationResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 1);
19
+ /**
20
+ * Describes the message liquidmetal.v1alpha1.GetAnnotationRequest.
21
+ * Use `create(GetAnnotationRequestSchema)` to create a new message.
22
+ */
23
+ export const GetAnnotationRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 2);
24
+ /**
25
+ * Describes the message liquidmetal.v1alpha1.GetAnnotationResponse.
26
+ * Use `create(GetAnnotationResponseSchema)` to create a new message.
27
+ */
28
+ export const GetAnnotationResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 3);
29
+ /**
30
+ * Describes the message liquidmetal.v1alpha1.ListAnnotationsRequest.
31
+ * Use `create(ListAnnotationsRequestSchema)` to create a new message.
32
+ */
33
+ export const ListAnnotationsRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 4);
34
+ /**
35
+ * Describes the message liquidmetal.v1alpha1.ListAnnotationsResponse.
36
+ * Use `create(ListAnnotationsResponseSchema)` to create a new message.
37
+ */
38
+ export const ListAnnotationsResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 5);
39
+ /**
40
+ * Describes the message liquidmetal.v1alpha1.AnnotationLocator.
41
+ * Use `create(AnnotationLocatorSchema)` to create a new message.
42
+ */
43
+ export const AnnotationLocatorSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 6);
44
+ /**
45
+ * Describes the message liquidmetal.v1alpha1.AnnotationResponse.
46
+ * Use `create(AnnotationResponseSchema)` to create a new message.
47
+ */
48
+ export const AnnotationResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_annotation, 7);
49
+ /**
50
+ * AnnotationService provides internal API access to annotate and apply metadata all aspects of a raindrop application, from the overall application to individual objects/items
51
+ *
52
+ * @generated from service liquidmetal.v1alpha1.AnnotationService
53
+ */
54
+ export const AnnotationService = /*@__PURE__*/ serviceDesc(file_liquidmetal_v1alpha1_annotation, 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liquidmetal-ai/drizzle",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Raindrop core operational libraries",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -0,0 +1,299 @@
1
+ // @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file liquidmetal/v1alpha1/annotation.proto (package liquidmetal.v1alpha1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
6
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
7
+ import type { Message } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * Describes the file liquidmetal/v1alpha1/annotation.proto.
11
+ */
12
+ export const file_liquidmetal_v1alpha1_annotation: GenFile = /*@__PURE__*/
13
+ fileDesc("CiVsaXF1aWRtZXRhbC92MWFscGhhMS9hbm5vdGF0aW9uLnByb3RvEhRsaXF1aWRtZXRhbC52MWFscGhhMSKOAQoUUHV0QW5ub3RhdGlvblJlcXVlc3QSFwoPb3JnYW5pemF0aW9uX2lkGAEgASgJEg8KB3VzZXJfaWQYAiABKAkSOAoHbG9jYXRvchgDIAEoCzInLmxpcXVpZG1ldGFsLnYxYWxwaGExLkFubm90YXRpb25Mb2NhdG9yEhIKCmFubm90YXRpb24YBCABKAkiUQoVUHV0QW5ub3RhdGlvblJlc3BvbnNlEjgKB2xvY2F0b3IYASABKAsyJy5saXF1aWRtZXRhbC52MWFscGhhMS5Bbm5vdGF0aW9uTG9jYXRvciJ6ChRHZXRBbm5vdGF0aW9uUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdXNlcl9pZBgCIAEoCRI4Cgdsb2NhdG9yGAMgASgLMicubGlxdWlkbWV0YWwudjFhbHBoYTEuQW5ub3RhdGlvbkxvY2F0b3IiVQoVR2V0QW5ub3RhdGlvblJlc3BvbnNlEjwKCmFubm90YXRpb24YASABKAsyKC5saXF1aWRtZXRhbC52MWFscGhhMS5Bbm5vdGF0aW9uUmVzcG9uc2UifAoWTGlzdEFubm90YXRpb25zUmVxdWVzdBIXCg9vcmdhbml6YXRpb25faWQYASABKAkSDwoHdXNlcl9pZBgCIAEoCRI4Cgdsb2NhdG9yGAMgASgLMicubGlxdWlkbWV0YWwudjFhbHBoYTEuQW5ub3RhdGlvbkxvY2F0b3IiVgoXTGlzdEFubm90YXRpb25zUmVzcG9uc2USOwoKYW5ub3RhdGlvbhgBIAMoCzInLmxpcXVpZG1ldGFsLnYxYWxwaGExLkFubm90YXRpb25Mb2NhdG9yItEBChFBbm5vdGF0aW9uTG9jYXRvchIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEh4KFmFwcGxpY2F0aW9uX3ZlcnNpb25faWQYAiABKAkSGAoLbW9kdWxlX25hbWUYAyABKAlIAIgBARIRCgRpdGVtGAQgASgJSAGIAQESEAoDa2V5GAUgASgJSAKIAQESFQoIcmV2aXNpb24YBiABKAlIA4gBAUIOCgxfbW9kdWxlX25hbWVCBwoFX2l0ZW1CBgoEX2tleUILCglfcmV2aXNpb24iYwoSQW5ub3RhdGlvblJlc3BvbnNlEhIKCmFubm90YXRpb24YASABKAkSOQoIbG9jYXRpb24YAiABKAsyJy5saXF1aWRtZXRhbC52MWFscGhhMS5Bbm5vdGF0aW9uTG9jYXRvcjLXAgoRQW5ub3RhdGlvblNlcnZpY2USaAoNUHV0QW5ub3RhdGlvbhIqLmxpcXVpZG1ldGFsLnYxYWxwaGExLlB1dEFubm90YXRpb25SZXF1ZXN0GisubGlxdWlkbWV0YWwudjFhbHBoYTEuUHV0QW5ub3RhdGlvblJlc3BvbnNlEmgKDUdldEFubm90YXRpb24SKi5saXF1aWRtZXRhbC52MWFscGhhMS5HZXRBbm5vdGF0aW9uUmVxdWVzdBorLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldEFubm90YXRpb25SZXNwb25zZRJuCg9MaXN0QW5ub3RhdGlvbnMSLC5saXF1aWRtZXRhbC52MWFscGhhMS5MaXN0QW5ub3RhdGlvbnNSZXF1ZXN0Gi0ubGlxdWlkbWV0YWwudjFhbHBoYTEuTGlzdEFubm90YXRpb25zUmVzcG9uc2VC6gEKGGNvbS5saXF1aWRtZXRhbC52MWFscGhhMUIPQW5ub3RhdGlvblByb3RvUAFaTGdpdGh1Yi5jb20vbGlxdWlkbWV0YWwtYWkvcHJvdG9nZW4yL2xpcXVpZG1ldGFsL3YxYWxwaGExO2xpcXVpZG1ldGFsdjFhbHBoYTGiAgNMWFiqAhRMaXF1aWRtZXRhbC5WMWFscGhhMcoCFExpcXVpZG1ldGFsXFYxYWxwaGEx4gIgTGlxdWlkbWV0YWxcVjFhbHBoYTFcR1BCTWV0YWRhdGHqAhVMaXF1aWRtZXRhbDo6VjFhbHBoYTFiBnByb3RvMw");
14
+
15
+ /**
16
+ * @generated from message liquidmetal.v1alpha1.PutAnnotationRequest
17
+ */
18
+ export type PutAnnotationRequest = Message<"liquidmetal.v1alpha1.PutAnnotationRequest"> & {
19
+ /**
20
+ * @generated from field: string organization_id = 1;
21
+ */
22
+ organizationId: string;
23
+
24
+ /**
25
+ * @generated from field: string user_id = 2;
26
+ */
27
+ userId: string;
28
+
29
+ /**
30
+ * Locator for the object to annotate
31
+ *
32
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 3;
33
+ */
34
+ locator?: AnnotationLocator;
35
+
36
+ /**
37
+ * Annotation data in structured format
38
+ *
39
+ * @generated from field: string annotation = 4;
40
+ */
41
+ annotation: string;
42
+ };
43
+
44
+ /**
45
+ * Describes the message liquidmetal.v1alpha1.PutAnnotationRequest.
46
+ * Use `create(PutAnnotationRequestSchema)` to create a new message.
47
+ */
48
+ export const PutAnnotationRequestSchema: GenMessage<PutAnnotationRequest> = /*@__PURE__*/
49
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 0);
50
+
51
+ /**
52
+ * @generated from message liquidmetal.v1alpha1.PutAnnotationResponse
53
+ */
54
+ export type PutAnnotationResponse = Message<"liquidmetal.v1alpha1.PutAnnotationResponse"> & {
55
+ /**
56
+ * Locator for the annotated object
57
+ *
58
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 1;
59
+ */
60
+ locator?: AnnotationLocator;
61
+ };
62
+
63
+ /**
64
+ * Describes the message liquidmetal.v1alpha1.PutAnnotationResponse.
65
+ * Use `create(PutAnnotationResponseSchema)` to create a new message.
66
+ */
67
+ export const PutAnnotationResponseSchema: GenMessage<PutAnnotationResponse> = /*@__PURE__*/
68
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 1);
69
+
70
+ /**
71
+ * @generated from message liquidmetal.v1alpha1.GetAnnotationRequest
72
+ */
73
+ export type GetAnnotationRequest = Message<"liquidmetal.v1alpha1.GetAnnotationRequest"> & {
74
+ /**
75
+ * Organization ID for the request
76
+ *
77
+ * @generated from field: string organization_id = 1;
78
+ */
79
+ organizationId: string;
80
+
81
+ /**
82
+ * User ID for the request
83
+ *
84
+ * @generated from field: string user_id = 2;
85
+ */
86
+ userId: string;
87
+
88
+ /**
89
+ * Locator for the object to annotate
90
+ *
91
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 3;
92
+ */
93
+ locator?: AnnotationLocator;
94
+ };
95
+
96
+ /**
97
+ * Describes the message liquidmetal.v1alpha1.GetAnnotationRequest.
98
+ * Use `create(GetAnnotationRequestSchema)` to create a new message.
99
+ */
100
+ export const GetAnnotationRequestSchema: GenMessage<GetAnnotationRequest> = /*@__PURE__*/
101
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 2);
102
+
103
+ /**
104
+ * @generated from message liquidmetal.v1alpha1.GetAnnotationResponse
105
+ */
106
+ export type GetAnnotationResponse = Message<"liquidmetal.v1alpha1.GetAnnotationResponse"> & {
107
+ /**
108
+ * The annotation data for the object
109
+ *
110
+ * @generated from field: liquidmetal.v1alpha1.AnnotationResponse annotation = 1;
111
+ */
112
+ annotation?: AnnotationResponse;
113
+ };
114
+
115
+ /**
116
+ * Describes the message liquidmetal.v1alpha1.GetAnnotationResponse.
117
+ * Use `create(GetAnnotationResponseSchema)` to create a new message.
118
+ */
119
+ export const GetAnnotationResponseSchema: GenMessage<GetAnnotationResponse> = /*@__PURE__*/
120
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 3);
121
+
122
+ /**
123
+ * @generated from message liquidmetal.v1alpha1.ListAnnotationsRequest
124
+ */
125
+ export type ListAnnotationsRequest = Message<"liquidmetal.v1alpha1.ListAnnotationsRequest"> & {
126
+ /**
127
+ * @generated from field: string organization_id = 1;
128
+ */
129
+ organizationId: string;
130
+
131
+ /**
132
+ * @generated from field: string user_id = 2;
133
+ */
134
+ userId: string;
135
+
136
+ /**
137
+ * Locator for the object to annotate
138
+ *
139
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator locator = 3;
140
+ */
141
+ locator?: AnnotationLocator;
142
+ };
143
+
144
+ /**
145
+ * Describes the message liquidmetal.v1alpha1.ListAnnotationsRequest.
146
+ * Use `create(ListAnnotationsRequestSchema)` to create a new message.
147
+ */
148
+ export const ListAnnotationsRequestSchema: GenMessage<ListAnnotationsRequest> = /*@__PURE__*/
149
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 4);
150
+
151
+ /**
152
+ * @generated from message liquidmetal.v1alpha1.ListAnnotationsResponse
153
+ */
154
+ export type ListAnnotationsResponse = Message<"liquidmetal.v1alpha1.ListAnnotationsResponse"> & {
155
+ /**
156
+ * List of annotations for the object
157
+ *
158
+ * @generated from field: repeated liquidmetal.v1alpha1.AnnotationLocator annotation = 1;
159
+ */
160
+ annotation: AnnotationLocator[];
161
+ };
162
+
163
+ /**
164
+ * Describes the message liquidmetal.v1alpha1.ListAnnotationsResponse.
165
+ * Use `create(ListAnnotationsResponseSchema)` to create a new message.
166
+ */
167
+ export const ListAnnotationsResponseSchema: GenMessage<ListAnnotationsResponse> = /*@__PURE__*/
168
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 5);
169
+
170
+ /**
171
+ * AnnotationLocator is used to locate an annotation within the context of an application and service
172
+ * It includes optional fields to specify the application, service, item, version, key, and revision
173
+ * __EXAMPLE__ "my-app"
174
+ * __REQUIRED__ TRUE
175
+ *
176
+ * @generated from message liquidmetal.v1alpha1.AnnotationLocator
177
+ */
178
+ export type AnnotationLocator = Message<"liquidmetal.v1alpha1.AnnotationLocator"> & {
179
+ /**
180
+ * Name of the application
181
+ *
182
+ * @generated from field: string application_name = 1;
183
+ */
184
+ applicationName: string;
185
+
186
+ /**
187
+ * version of the application (NOTE: CURRENT is magical value for the current version)
188
+ *
189
+ * @generated from field: string application_version_id = 2;
190
+ */
191
+ applicationVersionId: string;
192
+
193
+ /**
194
+ * Name of the service or module
195
+ *
196
+ * @generated from field: optional string module_name = 3;
197
+ */
198
+ moduleName?: string;
199
+
200
+ /**
201
+ * Optional item to annotate, e.g., an item in a bucket
202
+ *
203
+ * @generated from field: optional string item = 4;
204
+ */
205
+ item?: string;
206
+
207
+ /**
208
+ * Optional key for the annotation (returns a single annotation)
209
+ *
210
+ * @generated from field: optional string key = 5;
211
+ */
212
+ key?: string;
213
+
214
+ /**
215
+ * Optional revision of the annotation
216
+ *
217
+ * @generated from field: optional string revision = 6;
218
+ */
219
+ revision?: string;
220
+ };
221
+
222
+ /**
223
+ * Describes the message liquidmetal.v1alpha1.AnnotationLocator.
224
+ * Use `create(AnnotationLocatorSchema)` to create a new message.
225
+ */
226
+ export const AnnotationLocatorSchema: GenMessage<AnnotationLocator> = /*@__PURE__*/
227
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 6);
228
+
229
+ /**
230
+ * @generated from message liquidmetal.v1alpha1.AnnotationResponse
231
+ */
232
+ export type AnnotationResponse = Message<"liquidmetal.v1alpha1.AnnotationResponse"> & {
233
+ /**
234
+ * The annotation data
235
+ *
236
+ * @generated from field: string annotation = 1;
237
+ */
238
+ annotation: string;
239
+
240
+ /**
241
+ * Locator for the annotation
242
+ *
243
+ * @generated from field: liquidmetal.v1alpha1.AnnotationLocator location = 2;
244
+ */
245
+ location?: AnnotationLocator;
246
+ };
247
+
248
+ /**
249
+ * Describes the message liquidmetal.v1alpha1.AnnotationResponse.
250
+ * Use `create(AnnotationResponseSchema)` to create a new message.
251
+ */
252
+ export const AnnotationResponseSchema: GenMessage<AnnotationResponse> = /*@__PURE__*/
253
+ messageDesc(file_liquidmetal_v1alpha1_annotation, 7);
254
+
255
+ /**
256
+ * AnnotationService provides internal API access to annotate and apply metadata all aspects of a raindrop application, from the overall application to individual objects/items
257
+ *
258
+ * @generated from service liquidmetal.v1alpha1.AnnotationService
259
+ */
260
+ export const AnnotationService: GenService<{
261
+ /**
262
+ * Annotation adds an annotation to an object in a bucket
263
+ *
264
+ * @generated from rpc liquidmetal.v1alpha1.AnnotationService.PutAnnotation
265
+ */
266
+ putAnnotation: {
267
+ methodKind: "unary";
268
+ input: typeof PutAnnotationRequestSchema;
269
+ output: typeof PutAnnotationResponseSchema;
270
+ },
271
+ /**
272
+ * GetAnnotation retrieves a specific annotation for an object
273
+ * It uses the AnnotationLocator to specify the object and the key of the annotation
274
+ * __EXAMPLE__ "my-app", "my-service", "my-item", "my-key"
275
+ * __REQUIRED__ TRUE
276
+ * __REQUIRED__ FALSE
277
+ * __REQUIRED__ FALSE
278
+ * __REQUIRED__ FALSE
279
+ *
280
+ * @generated from rpc liquidmetal.v1alpha1.AnnotationService.GetAnnotation
281
+ */
282
+ getAnnotation: {
283
+ methodKind: "unary";
284
+ input: typeof GetAnnotationRequestSchema;
285
+ output: typeof GetAnnotationResponseSchema;
286
+ },
287
+ /**
288
+ * ListAnnotations lists all annotations for a given object
289
+ *
290
+ * @generated from rpc liquidmetal.v1alpha1.AnnotationService.ListAnnotations
291
+ */
292
+ listAnnotations: {
293
+ methodKind: "unary";
294
+ input: typeof ListAnnotationsRequestSchema;
295
+ output: typeof ListAnnotationsResponseSchema;
296
+ },
297
+ }> = /*@__PURE__*/
298
+ serviceDesc(file_liquidmetal_v1alpha1_annotation, 0);
299
+
@@ -1 +1 @@
1
- {"root":["./src/codestore.test.ts","./src/codestore.ts","./src/logging.test.ts","./src/logging.ts","./src/mrn.test.ts","./src/mrn.ts","./src/ulid.test.ts","./src/ulid.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/bucket_name_pb.ts","./src/liquidmetal/v1alpha1/catalog_pb.ts","./src/liquidmetal/v1alpha1/object_pb.ts","./src/liquidmetal/v1alpha1/rainbow_auth_pb.ts","./src/liquidmetal/v1alpha1/raindrop_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"}
1
+ {"root":["./src/codestore.test.ts","./src/codestore.ts","./src/logging.test.ts","./src/logging.ts","./src/mrn.test.ts","./src/mrn.ts","./src/ulid.test.ts","./src/ulid.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/annotation_pb.ts","./src/liquidmetal/v1alpha1/bucket_name_pb.ts","./src/liquidmetal/v1alpha1/catalog_pb.ts","./src/liquidmetal/v1alpha1/object_pb.ts","./src/liquidmetal/v1alpha1/rainbow_auth_pb.ts","./src/liquidmetal/v1alpha1/raindrop_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"}