You've already forked npm-core-sdk
Latest generation
This commit is contained in:
2
api.ts
2
api.ts
@@ -1165,7 +1165,7 @@ class SynchronizeUserRPTsRequest$Type extends MessageType<SynchronizeUserRPTsReq
|
||||
constructor() {
|
||||
super("api.SynchronizeUserRPTsRequest", [
|
||||
{ no: 1, name: "UserID", kind: "scalar", localName: "UserID", jsonName: "UserID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } }
|
||||
]);
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["UserID"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<SynchronizeUserRPTsRequest>): SynchronizeUserRPTsRequest {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.13.0-SNAPSHOT-260219135718",
|
||||
"version": "1.13.0-SNAPSHOT-260219141954",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
@@ -2236,7 +2236,11 @@ export enum WorkflowTypeEnum {
|
||||
/**
|
||||
* @generated from protobuf enum value: CLEAN_CASSANDRA = 31;
|
||||
*/
|
||||
CLEAN_CASSANDRA = 31
|
||||
CLEAN_CASSANDRA = 31,
|
||||
/**
|
||||
* @generated from protobuf enum value: SYNCHRONIZE_UMA_STORE = 32;
|
||||
*/
|
||||
SYNCHRONIZE_UMA_STORE = 32
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf enum api.ModuleWorkflowTypeEnum
|
||||
|
||||
Reference in New Issue
Block a user