Skip to content

Commit ac53fd8

Browse files
committed
seperate resource
1 parent a5e2174 commit ac53fd8

File tree

8 files changed

+407
-242
lines changed

8 files changed

+407
-242
lines changed

apps/event-queue/src/workspace-engine/gen/workspace_pb.d.ts

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,6 @@ export declare type Resource = Message<"workspace.Resource"> & {
261261
* @generated from field: map<string, string> metadata = 13;
262262
*/
263263
metadata: { [key: string]: string };
264-
265-
/**
266-
* @generated from field: map<string, workspace.Value> variables = 14;
267-
*/
268-
variables: { [key: string]: Value };
269264
};
270265

271266
/**
@@ -274,6 +269,37 @@ export declare type Resource = Message<"workspace.Resource"> & {
274269
*/
275270
export declare const ResourceSchema: GenMessage<Resource>;
276271

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+
277303
/**
278304
* @generated from message workspace.Environment
279305
*/

apps/event-queue/src/workspace-engine/gen/workspace_pb.js

Lines changed: 31 additions & 24 deletions
Large diffs are not rendered by default.

apps/webservice/src/workspace-engine/gen/workspace_pb.d.ts

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,6 @@ export declare type Resource = Message<"workspace.Resource"> & {
261261
* @generated from field: map<string, string> metadata = 13;
262262
*/
263263
metadata: { [key: string]: string };
264-
265-
/**
266-
* @generated from field: map<string, workspace.Value> variables = 14;
267-
*/
268-
variables: { [key: string]: Value };
269264
};
270265

271266
/**
@@ -274,6 +269,37 @@ export declare type Resource = Message<"workspace.Resource"> & {
274269
*/
275270
export declare const ResourceSchema: GenMessage<Resource>;
276271

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+
277303
/**
278304
* @generated from message workspace.Environment
279305
*/

apps/webservice/src/workspace-engine/gen/workspace_pb.js

Lines changed: 31 additions & 24 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)