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