File tree Expand file tree Collapse file tree 8 files changed +407
-242
lines changed
event-queue/src/workspace-engine/gen
webservice/src/workspace-engine/gen
packages/events/src/workspace-engine/gen Expand file tree Collapse file tree 8 files changed +407
-242
lines changed Original file line number Diff line number Diff line change @@ -261,11 +261,6 @@ export declare type Resource = Message<"workspace.Resource"> & {
261
261
* @generated from field: map<string, string> metadata = 13;
262
262
*/
263
263
metadata : { [ key : string ] : string } ;
264
-
265
- /**
266
- * @generated from field: map<string, workspace.Value> variables = 14;
267
- */
268
- variables : { [ key : string ] : Value } ;
269
264
} ;
270
265
271
266
/**
@@ -274,6 +269,37 @@ export declare type Resource = Message<"workspace.Resource"> & {
274
269
*/
275
270
export declare const ResourceSchema : GenMessage < Resource > ;
276
271
272
+ /**
273
+ * @generated from message workspace.ResourceVariable
274
+ */
275
+ export declare type ResourceVariable = Message < "workspace.ResourceVariable" > & {
276
+ /**
277
+ * @generated from field: string id = 1;
278
+ */
279
+ id : string ;
280
+
281
+ /**
282
+ * @generated from field: string resource_id = 2;
283
+ */
284
+ resourceId : string ;
285
+
286
+ /**
287
+ * @generated from field: string key = 3;
288
+ */
289
+ key : string ;
290
+
291
+ /**
292
+ * @generated from field: workspace.Value value = 4;
293
+ */
294
+ value ?: Value ;
295
+ } ;
296
+
297
+ /**
298
+ * Describes the message workspace.ResourceVariable.
299
+ * Use `create(ResourceVariableSchema)` to create a new message.
300
+ */
301
+ export declare const ResourceVariableSchema : GenMessage < ResourceVariable > ;
302
+
277
303
/**
278
304
* @generated from message workspace.Environment
279
305
*/
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -261,11 +261,6 @@ export declare type Resource = Message<"workspace.Resource"> & {
261
261
* @generated from field: map<string, string> metadata = 13;
262
262
*/
263
263
metadata : { [ key : string ] : string } ;
264
-
265
- /**
266
- * @generated from field: map<string, workspace.Value> variables = 14;
267
- */
268
- variables : { [ key : string ] : Value } ;
269
264
} ;
270
265
271
266
/**
@@ -274,6 +269,37 @@ export declare type Resource = Message<"workspace.Resource"> & {
274
269
*/
275
270
export declare const ResourceSchema : GenMessage < Resource > ;
276
271
272
+ /**
273
+ * @generated from message workspace.ResourceVariable
274
+ */
275
+ export declare type ResourceVariable = Message < "workspace.ResourceVariable" > & {
276
+ /**
277
+ * @generated from field: string id = 1;
278
+ */
279
+ id : string ;
280
+
281
+ /**
282
+ * @generated from field: string resource_id = 2;
283
+ */
284
+ resourceId : string ;
285
+
286
+ /**
287
+ * @generated from field: string key = 3;
288
+ */
289
+ key : string ;
290
+
291
+ /**
292
+ * @generated from field: workspace.Value value = 4;
293
+ */
294
+ value ?: Value ;
295
+ } ;
296
+
297
+ /**
298
+ * Describes the message workspace.ResourceVariable.
299
+ * Use `create(ResourceVariableSchema)` to create a new message.
300
+ */
301
+ export declare const ResourceVariableSchema : GenMessage < ResourceVariable > ;
302
+
277
303
/**
278
304
* @generated from message workspace.Environment
279
305
*/
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments