Latest generation

This commit is contained in:
ci core model
2025-06-06 14:26:22 +00:00
parent 453b5bd1cb
commit fb954c9b3d
3 changed files with 21 additions and 2 deletions

View File

@@ -1338,7 +1338,7 @@ 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 } } } },
{ no: 1, name: "CountryCode", kind: "scalar", localName: "CountryCode", jsonName: "CountryCode", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { countryCodeIso3166Alpha2: true } } } },
{ no: 2, name: "UpToYear", kind: "scalar", localName: "UpToYear", jsonName: "UpToYear", T: 13 /*ScalarType.UINT32*/, options: { "validate.rules": { uint32: { lt: 2200, gte: 2025 } } } }
]);
}