Latest generation

This commit is contained in:
ci core model
2025-06-06 09:33:11 +00:00
parent 09919483b6
commit 504e8df6fd
2 changed files with 3 additions and 3 deletions

View File

@@ -1338,8 +1338,8 @@ export const DeleteOnOrganisationResponse = new DeleteOnOrganisationResponse$Typ
class GetPublicHolidaysRequest$Type extends MessageType<GetPublicHolidaysRequest> {
constructor() {
super("api.GetPublicHolidaysRequest", [
{ no: 1, name: "CountryCode", kind: "scalar", localName: "CountryCode", jsonName: "CountryCode", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { countryCodeIso3166: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { example: "[\"FR\"]" } } },
{ no: 2, name: "UpToYear", kind: "scalar", localName: "UpToYear", jsonName: "UpToYear", T: 13 /*ScalarType.UINT32*/, options: { "validate.rules": { uint32: { lt: 2200, gte: 2025 } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { example: "[\"2050\"]" } } }
{ no: 1, name: "CountryCode", kind: "scalar", localName: "CountryCode", jsonName: "CountryCode", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { countryCodeIso3166: true } } } },
{ no: 2, name: "UpToYear", kind: "scalar", localName: "UpToYear", jsonName: "UpToYear", T: 13 /*ScalarType.UINT32*/, options: { "validate.rules": { uint32: { lt: 2200, gte: 2025 } } } }
]);
}
create(value?: PartialMessage<GetPublicHolidaysRequest>): GetPublicHolidaysRequest {

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.11.0-SNAPSHOT-250606090855",
"version": "1.11.0-SNAPSHOT-250606093252",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",