You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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 } } } }
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user