You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -674,11 +674,11 @@ class PrjMetadata$Type extends MessageType<PrjMetadata> {
|
||||
constructor() {
|
||||
super("api.PrjMetadata", [
|
||||
{ no: 2, name: "IsSegmentationKey", kind: "scalar", localName: "IsSegmentationKey", jsonName: "IsSegmentationKey", T: 8 /*ScalarType.BOOL*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "The segmentation keys are used to complete the segmentation criteria of the project stock. They also apply to order lines and stock movements" } } },
|
||||
{ no: 3, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["trade", "collab"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" } } },
|
||||
{ no: 4, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" } } },
|
||||
{ no: 5, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" } } },
|
||||
{ no: 6, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1", pattern: "^[a-zA-Z]{1}[a-zA-Z0-9]*$" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { pattern: "^[a-zA-Z]{1}[a-zA-Z0-9]*$" } } },
|
||||
{ no: 7, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, can be anything such as Item, Actor, Order..." } } },
|
||||
{ no: 3, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" }, "validate.rules": { string: { in: ["trade", "collab"] } } } },
|
||||
{ no: 4, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 5, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 6, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { pattern: "^[a-zA-Z]{1}[a-zA-Z0-9]*$" }, "validate.rules": { string: { minLen: "1", pattern: "^[a-zA-Z]{1}[a-zA-Z0-9]*$" } } } },
|
||||
{ no: 7, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, can be anything such as Item, Actor, Order..." }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 8, name: "IsMandatory", kind: "scalar", localName: "IsMandatory", jsonName: "IsMandatory", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 9, name: "Example", kind: "scalar", localName: "Example", jsonName: "Example", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 10, name: "RegularExpression", kind: "scalar", localName: "RegularExpression", jsonName: "RegularExpression", T: 9 /*ScalarType.STRING*/ },
|
||||
@@ -808,10 +808,10 @@ export const PrjMetadata = new PrjMetadata$Type();
|
||||
class PrjMetadataTransitive$Type extends MessageType<PrjMetadataTransitive> {
|
||||
constructor() {
|
||||
super("api.PrjMetadataTransitive", [
|
||||
{ no: 1, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" } } },
|
||||
{ no: 1, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "Name", kind: "scalar", localName: "Name", jsonName: "Name", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 3, name: "IsSegmentationKey", kind: "scalar", localName: "IsSegmentationKey", jsonName: "IsSegmentationKey", T: 8 /*ScalarType.BOOL*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "The segmentation keys are used to complete the segmentation criteria of the project stock. They also apply to order lines and stock movements" } } },
|
||||
{ no: 4, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, can be anything such as Item, Actor, Order..." } } },
|
||||
{ no: 4, name: "Type", kind: "scalar", localName: "Type", jsonName: "Type", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Type attached to the metadata, can be anything such as Item, Actor, Order..." }, "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 5, name: "IsMandatory", kind: "scalar", localName: "IsMandatory", jsonName: "IsMandatory", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 6, name: "Example", kind: "scalar", localName: "Example", jsonName: "Example", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 7, name: "RegularExpression", kind: "scalar", localName: "RegularExpression", jsonName: "RegularExpression", T: 9 /*ScalarType.STRING*/ },
|
||||
@@ -919,7 +919,7 @@ export const PrjMetadataTransitive = new PrjMetadataTransitive$Type();
|
||||
class PrjMetadataFilters$Type extends MessageType<PrjMetadataFilters> {
|
||||
constructor() {
|
||||
super("api.PrjMetadataFilters", [
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["trade", "collab", "core"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" } } },
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" }, "validate.rules": { string: { in: ["trade", "collab", "core"] } } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" } } },
|
||||
{ no: 4, name: "IsSegmentationKey", kind: "scalar", localName: "IsSegmentationKey", jsonName: "IsSegmentationKey", T: 8 /*ScalarType.BOOL*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "The segmentation keys are used to complete the segmentation criteria of the project stock. They also apply to order lines and stock movements" } } },
|
||||
{ no: 5, name: "Parent", kind: "scalar", localName: "Parent", jsonName: "Parent", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the metadata is located, either \"Payload.Metadata\" or \"Payload.Goods.SegmentationKeys\"" } } },
|
||||
@@ -1070,7 +1070,7 @@ class CreateMetadataRequest$Type extends MessageType<CreateMetadataRequest> {
|
||||
constructor() {
|
||||
super("api.CreateMetadataRequest", [
|
||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" } } }
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Metadata"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<CreateMetadataRequest>): CreateMetadataRequest {
|
||||
@@ -1171,7 +1171,7 @@ class UpdateMetadataRequest$Type extends MessageType<UpdateMetadataRequest> {
|
||||
constructor() {
|
||||
super("api.UpdateMetadataRequest", [
|
||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" } } }
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Metadata"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<UpdateMetadataRequest>): UpdateMetadataRequest {
|
||||
@@ -1598,8 +1598,8 @@ class GetTransitiveMetadatasRequest$Type extends MessageType<GetTransitiveMetada
|
||||
constructor() {
|
||||
super("api.GetTransitiveMetadatasRequest", [
|
||||
{ no: 4, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["trade", "collab"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" } } }
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" }, "validate.rules": { string: { in: ["trade", "collab"] } } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" }, "validate.rules": { string: { minLen: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Entity"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<GetTransitiveMetadatasRequest>): GetTransitiveMetadatasRequest {
|
||||
@@ -1709,7 +1709,7 @@ class CreateProjectMetadataRequest$Type extends MessageType<CreateProjectMetadat
|
||||
constructor() {
|
||||
super("api.CreateProjectMetadataRequest", [
|
||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" } } }
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Metadata"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<CreateProjectMetadataRequest>): CreateProjectMetadataRequest {
|
||||
@@ -1808,7 +1808,7 @@ class UpdateProjectMetadataRequest$Type extends MessageType<UpdateProjectMetadat
|
||||
constructor() {
|
||||
super("api.UpdateProjectMetadataRequest", [
|
||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" } } }
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Metadata"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<UpdateProjectMetadataRequest>): UpdateProjectMetadataRequest {
|
||||
@@ -2227,8 +2227,8 @@ class GetProjectTransitiveMetadatasRequest$Type extends MessageType<GetProjectTr
|
||||
constructor() {
|
||||
super("api.GetProjectTransitiveMetadatasRequest", [
|
||||
{ no: 4, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["trade", "collab"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" } } }
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" }, "validate.rules": { string: { in: ["trade", "collab"] } } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"executionflow\", \"handlingunit\", \"item\", \"order\", \"stock\"", example: "\"order\"" }, "validate.rules": { string: { minLen: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Entity"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<GetProjectTransitiveMetadatasRequest>): GetProjectTransitiveMetadatasRequest {
|
||||
@@ -2336,7 +2336,7 @@ class CreateSiteMetadataRequest$Type extends MessageType<CreateSiteMetadataReque
|
||||
constructor() {
|
||||
super("api.CreateSiteMetadataRequest", [
|
||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestSiteHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the site. They can be of several data form (string, integer, float, boolean or timestamp)" } } }
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the site. They can be of several data form (string, integer, float, boolean or timestamp)" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Metadata"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<CreateSiteMetadataRequest>): CreateSiteMetadataRequest {
|
||||
@@ -2435,7 +2435,7 @@ class UpdateSiteMetadataRequest$Type extends MessageType<UpdateSiteMetadataReque
|
||||
constructor() {
|
||||
super("api.UpdateSiteMetadataRequest", [
|
||||
{ no: 2, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestSiteHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the site. They can be of several data form (string, integer, float, boolean or timestamp)" } } }
|
||||
{ no: 1, name: "Metadata", kind: "message", localName: "Metadata", jsonName: "Metadata", T: () => PrjMetadata, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Metadata are characteristics specific to the site. They can be of several data form (string, integer, float, boolean or timestamp)" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "Metadata"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<UpdateSiteMetadataRequest>): UpdateSiteMetadataRequest {
|
||||
@@ -2854,8 +2854,8 @@ class GetSiteTransitiveMetadatasRequest$Type extends MessageType<GetSiteTransiti
|
||||
constructor() {
|
||||
super("api.GetSiteTransitiveMetadatasRequest", [
|
||||
{ no: 4, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestSiteHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["trade", "collab"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"appointment\"", example: "\"appointment\"" } } }
|
||||
{ no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" }, "validate.rules": { string: { in: ["trade", "collab"] } } } },
|
||||
{ no: 3, name: "Entity", kind: "scalar", localName: "Entity", jsonName: "Entity", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Entity where the metadata will be created. It can be \"appointment\"", example: "\"appointment\"" }, "validate.rules": { string: { minLen: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Entity"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<GetSiteTransitiveMetadatasRequest>): GetSiteTransitiveMetadatasRequest {
|
||||
@@ -3063,23 +3063,23 @@ export const RestoreMetadatasResult = new RestoreMetadatasResult$Type();
|
||||
* @generated ServiceType for protobuf service api.MetadataService
|
||||
*/
|
||||
export const MetadataService = new ServiceType("api.MetadataService", [
|
||||
{ name: "CreateMetadata", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by CreateProjectMetadata. Create metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: CreateMetadataRequest, O: CreateMetadataResult },
|
||||
{ name: "UpdateMetadata", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by UpdateProjectMetadata. Update metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateMetadataRequest, O: UpdateMetadataResult },
|
||||
{ name: "GetMetadatas", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by GetProjectMetadata. Get metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetMetadatasRequest, O: GetMetadatasResult },
|
||||
{ name: "DeleteMetadatas", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by DeleteProjectMetadata. Delete metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteMetadatasRequest, O: DeleteMetadatasResult },
|
||||
{ name: "GetMetadataCount", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by GetProjectMetadataCount. Get metadata count" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetMetadataCountRequest, O: GetMetadataCountResult },
|
||||
{ name: "GetTransitiveMetadatas", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by GetprojectTransistiveMetadatas. Get transitive metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetTransitiveMetadatasRequest, O: GetTransitiveMetadatasResult },
|
||||
{ name: "CreateProjectMetadata", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Create project metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: CreateProjectMetadataRequest, O: CreateProjectMetadataResult },
|
||||
{ name: "UpdateProjectMetadata", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Update project metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateProjectMetadataRequest, O: UpdateProjectMetadataResult },
|
||||
{ name: "GetProjectMetadatas", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get project metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectMetadatasRequest, O: GetProjectMetadatasResult },
|
||||
{ name: "DeleteProjectMetadatas", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Delete project metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteProjectMetadatasRequest, O: DeleteProjectMetadatasResult },
|
||||
{ name: "GetProjectMetadataCount", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get project metadata count" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectMetadataCountRequest, O: GetProjectMetadataCountResult },
|
||||
{ name: "GetProjectTransitiveMetadatas", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get project transitive metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectTransitiveMetadatasRequest, O: GetProjectTransitiveMetadatasResult },
|
||||
{ name: "CreateSiteMetadata", options: { "api.rscType": "Site", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Create metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: CreateSiteMetadataRequest, O: CreateSiteMetadataResult },
|
||||
{ name: "UpdateSiteMetadata", options: { "api.rscType": "Site", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Update metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: UpdateSiteMetadataRequest, O: UpdateSiteMetadataResult },
|
||||
{ name: "GetSiteMetadatas", options: { "api.rscType": "Site", "api.roles": "Platform.Site-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetSiteMetadatasRequest, O: GetSiteMetadatasResult },
|
||||
{ name: "DeleteSiteMetadatas", options: { "api.rscType": "Site", "api.roles": "Platform.Site-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Delete metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteSiteMetadatasRequest, O: DeleteSiteMetadatasResult },
|
||||
{ name: "GetSiteMetadataCount", options: { "api.rscType": "Site", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata count" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetSiteMetadataCountRequest, O: GetSiteMetadataCountResult },
|
||||
{ name: "GetSiteTransitiveMetadatas", options: { "api.rscType": "Site", "api.roles": "Platform.Site-Metadata", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get transitive metadata" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetSiteTransitiveMetadatasRequest, O: GetSiteTransitiveMetadatasResult },
|
||||
{ name: "RestoreMetadatas", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Project"], description: "Restore metadatas" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: RestoreMetadatasRequest, O: RestoreMetadatasResult }
|
||||
{ name: "CreateMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by CreateProjectMetadata. Create metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: CreateMetadataRequest, O: CreateMetadataResult },
|
||||
{ name: "UpdateMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by UpdateProjectMetadata. Update metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: UpdateMetadataRequest, O: UpdateMetadataResult },
|
||||
{ name: "GetMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by GetProjectMetadata. Get metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata" }, I: GetMetadatasRequest, O: GetMetadatasResult },
|
||||
{ name: "DeleteMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by DeleteProjectMetadata. Delete metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata" }, I: DeleteMetadatasRequest, O: DeleteMetadatasResult },
|
||||
{ name: "GetMetadataCount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by GetProjectMetadataCount. Get metadata count" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: GetMetadataCountRequest, O: GetMetadataCountResult },
|
||||
{ name: "GetTransitiveMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "DEPRECATED : replaced by GetprojectTransistiveMetadatas. Get transitive metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata" }, I: GetTransitiveMetadatasRequest, O: GetTransitiveMetadatasResult },
|
||||
{ name: "CreateProjectMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Create project metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: CreateProjectMetadataRequest, O: CreateProjectMetadataResult },
|
||||
{ name: "UpdateProjectMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Update project metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: UpdateProjectMetadataRequest, O: UpdateProjectMetadataResult },
|
||||
{ name: "GetProjectMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get project metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata" }, I: GetProjectMetadatasRequest, O: GetProjectMetadatasResult },
|
||||
{ name: "DeleteProjectMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Delete project metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata" }, I: DeleteProjectMetadatasRequest, O: DeleteProjectMetadatasResult },
|
||||
{ name: "GetProjectMetadataCount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get project metadata count" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: GetProjectMetadataCountRequest, O: GetProjectMetadataCountResult },
|
||||
{ name: "GetProjectTransitiveMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get project transitive metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Metadata" }, I: GetProjectTransitiveMetadatasRequest, O: GetProjectTransitiveMetadatasResult },
|
||||
{ name: "CreateSiteMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Create metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Site", "api.roles": "" }, I: CreateSiteMetadataRequest, O: CreateSiteMetadataResult },
|
||||
{ name: "UpdateSiteMetadata", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Update metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Site", "api.roles": "" }, I: UpdateSiteMetadataRequest, O: UpdateSiteMetadataResult },
|
||||
{ name: "GetSiteMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Site", "api.roles": "Platform.Site-Metadata" }, I: GetSiteMetadatasRequest, O: GetSiteMetadatasResult },
|
||||
{ name: "DeleteSiteMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Delete metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Site", "api.roles": "Platform.Site-Metadata" }, I: DeleteSiteMetadatasRequest, O: DeleteSiteMetadatasResult },
|
||||
{ name: "GetSiteMetadataCount", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get metadata count" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Site", "api.roles": "" }, I: GetSiteMetadataCountRequest, O: GetSiteMetadataCountResult },
|
||||
{ name: "GetSiteTransitiveMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Metadata"], description: "Get transitive metadata" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Site", "api.roles": "Platform.Site-Metadata" }, I: GetSiteTransitiveMetadatasRequest, O: GetSiteTransitiveMetadatasResult },
|
||||
{ name: "RestoreMetadatas", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Project"], description: "Restore metadatas" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: RestoreMetadatasRequest, O: RestoreMetadatasResult }
|
||||
], { "api.k8sService": "project-model-server" });
|
||||
|
||||
Reference in New Issue
Block a user