From 8a9f02aea6535f4e2ed312e51d0c30d8adb7fa26 Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 31 Mar 2025 12:59:17 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- workflow.ts | 68 +++++++++++++++++----------------------------------- 2 files changed, 23 insertions(+), 47 deletions(-) diff --git a/package.json b/package.json index 76cebe15..1297e8c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.10.0-SNAPSHOT-250325085603", + "version": "1.10.0-SNAPSHOT-250331125838", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/workflow.ts b/workflow.ts index 84498c4f..4a64dcba 100644 --- a/workflow.ts +++ b/workflow.ts @@ -709,15 +709,11 @@ export interface StartWorkflowHealthCheckWorkflowsResult { */ export interface StartWorkflowPruneDataRequest { /** - * @generated from protobuf field: string OrganisationID = 1 [json_name = "OrganisationID"]; - */ - organisationID: string; - /** - * @generated from protobuf field: string ProjectID = 2 [json_name = "ProjectID"]; + * @generated from protobuf field: string ProjectID = 1 [json_name = "ProjectID"]; */ projectID: string; /** - * @generated from protobuf field: api.ModelDataSetEnum Entity = 3 [json_name = "Entity"]; + * @generated from protobuf field: api.ModelDataSetEnum Entity = 2 [json_name = "Entity"]; */ entity: ModelDataSetEnum; } @@ -749,15 +745,11 @@ export interface StartWorkflowSynchronizeRulesOnGitResult { */ export interface StartWorkflowAnonymizeDataRequest { /** - * @generated from protobuf field: string OrganisationID = 1 [json_name = "OrganisationID"]; - */ - organisationID: string; - /** - * @generated from protobuf field: string ProjectID = 2 [json_name = "ProjectID"]; + * @generated from protobuf field: string ProjectID = 1 [json_name = "ProjectID"]; */ projectID: string; /** - * @generated from protobuf field: api.ModelDataSetEnum Entity = 3 [json_name = "Entity"]; + * @generated from protobuf field: api.ModelDataSetEnum Entity = 2 [json_name = "Entity"]; */ entity: ModelDataSetEnum; } @@ -3612,14 +3604,12 @@ export const StartWorkflowHealthCheckWorkflowsResult = new StartWorkflowHealthCh class StartWorkflowPruneDataRequest$Type extends MessageType { constructor() { super("api.StartWorkflowPruneDataRequest", [ - { no: 1, name: "OrganisationID", kind: "scalar", jsonName: "OrganisationID", T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "ProjectID", kind: "scalar", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/ }, - { no: 3, name: "Entity", kind: "enum", jsonName: "Entity", T: () => ["api.ModelDataSetEnum", ModelDataSetEnum] } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["OrganisationID", "ProjectID", "Entity"] } } }); + { no: 1, name: "ProjectID", kind: "scalar", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/ }, + { no: 2, name: "Entity", kind: "enum", jsonName: "Entity", T: () => ["api.ModelDataSetEnum", ModelDataSetEnum] } + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["ProjectID", "Entity"] } } }); } create(value?: PartialMessage): StartWorkflowPruneDataRequest { const message = globalThis.Object.create((this.messagePrototype!)); - message.organisationID = ""; message.projectID = ""; message.entity = 0; if (value !== undefined) @@ -3631,13 +3621,10 @@ class StartWorkflowPruneDataRequest$Type extends MessageType { constructor() { super("api.StartWorkflowAnonymizeDataRequest", [ - { no: 1, name: "OrganisationID", kind: "scalar", jsonName: "OrganisationID", T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "ProjectID", kind: "scalar", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/ }, - { no: 3, name: "Entity", kind: "enum", jsonName: "Entity", T: () => ["api.ModelDataSetEnum", ModelDataSetEnum] } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["OrganisationID", "ProjectID", "Entity"] } } }); + { no: 1, name: "ProjectID", kind: "scalar", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/ }, + { no: 2, name: "Entity", kind: "enum", jsonName: "Entity", T: () => ["api.ModelDataSetEnum", ModelDataSetEnum] } + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["ProjectID", "Entity"] } } }); } create(value?: PartialMessage): StartWorkflowAnonymizeDataRequest { const message = globalThis.Object.create((this.messagePrototype!)); - message.organisationID = ""; message.projectID = ""; message.entity = 0; if (value !== undefined) @@ -3824,13 +3806,10 @@ class StartWorkflowAnonymizeDataRequest$Type extends MessageType