Skip to content

Commit

Permalink
Botched export
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Dec 8, 2023
1 parent e6d974a commit 0ceb0f9
Show file tree
Hide file tree
Showing 69 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion scripts/templates/provider.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});
export const <%= it.item.name %> = {
export const <%= it.item.name %>: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<<%= it.item.name %>_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/AsGegevensEegUitvoering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const AsGegevensEegUitvoering = {
export const AsGegevensEegUitvoering: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<AsGegevensEegUitvoering_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/BasisgegevensEegUitvoering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const BasisgegevensEegUitvoering = {
export const BasisgegevensEegUitvoering: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<BasisgegevensEegUitvoering_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/BrandstoffenOpPc4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const BrandstoffenOpPc4 = {
export const BrandstoffenOpPc4: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<BrandstoffenOpPc4_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/CarrosserieUitvoering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const CarrosserieUitvoering = {
export const CarrosserieUitvoering: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<CarrosserieUitvoering_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/CarrosserieUitvoeringKlasse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const CarrosserieUitvoeringKlasse = {
export const CarrosserieUitvoeringKlasse: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<CarrosserieUitvoeringKlasse_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/CarrosserieUitvoeringNummeriekeCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const CarrosserieUitvoeringNummeriekeCode = {
export const CarrosserieUitvoeringNummeriekeCode: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<CarrosserieUitvoeringNummeriekeCode_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/EegVoertuigtypegoedkeuring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const EegVoertuigtypegoedkeuring = {
export const EegVoertuigtypegoedkeuring: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<EegVoertuigtypegoedkeuring_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ErkendeBedrijven.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ErkendeBedrijven = {
export const ErkendeBedrijven: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ErkendeBedrijven_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/Erkenningen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const Erkenningen = {
export const Erkenningen: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<Erkenningen_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/Gebreken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const Gebreken = {
export const Gebreken: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<Gebreken_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/GeconstateerdeGebreken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const GeconstateerdeGebreken = {
export const GeconstateerdeGebreken: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<GeconstateerdeGebreken_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/GeoCarpool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const GeoCarpool = {
export const GeoCarpool: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<GeoCarpool_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/GeoParkeerGarages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const GeoParkeerGarages = {
export const GeoParkeerGarages: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<GeoParkeerGarages_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/GeoPenr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const GeoPenr = {
export const GeoPenr: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<GeoPenr_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/HandelsbenamingUitvoering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const HandelsbenamingUitvoering = {
export const HandelsbenamingUitvoering: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<HandelsbenamingUitvoering_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigen = {
export const KentekenVoertuigen: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigen_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenAssen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenAssen = {
export const KentekenVoertuigenAssen: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenAssen_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenBijzonderheden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenBijzonderheden = {
export const KentekenVoertuigenBijzonderheden: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenBijzonderheden_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenBrandstof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenBrandstof = {
export const KentekenVoertuigenBrandstof: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenBrandstof_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenCarrosserie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenCarrosserie = {
export const KentekenVoertuigenCarrosserie: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenCarrosserie_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenCarrosserieSpecificatie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenCarrosserieSpecificatie = {
export const KentekenVoertuigenCarrosserieSpecificatie: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenCarrosserieSpecificatie_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenRupsbanden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenRupsbanden = {
export const KentekenVoertuigenRupsbanden: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenRupsbanden_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenSubcategorieVoertuig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenSubcategorieVoertuig = {
export const KentekenVoertuigenSubcategorieVoertuig: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenSubcategorieVoertuig_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/KentekenVoertuigenVoertuigklasse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const KentekenVoertuigenVoertuigklasse = {
export const KentekenVoertuigenVoertuigklasse: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<KentekenVoertuigenVoertuigklasse_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/Keuringen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const Keuringen = {
export const Keuringen: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<Keuringen_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/MeldingenKeuringsinstantie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const MeldingenKeuringsinstantie = {
export const MeldingenKeuringsinstantie: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<MeldingenKeuringsinstantie_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/MerkUitvoeringToegestaan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const MerkUitvoeringToegestaan = {
export const MerkUitvoeringToegestaan: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<MerkUitvoeringToegestaan_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/MotorUitvoering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const MotorUitvoering = {
export const MotorUitvoering: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<MotorUitvoering_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/MotorUitvoeringBrandstof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const MotorUitvoeringBrandstof = {
export const MotorUitvoeringBrandstof: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<MotorUitvoeringBrandstof_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenBetaalmethodeGebied.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenBetaalmethodeGebied = {
export const ParkerenBetaalmethodeGebied: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenBetaalmethodeGebied_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenBetaalmethodeVerkooppunt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenBetaalmethodeVerkooppunt = {
export const ParkerenBetaalmethodeVerkooppunt: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenBetaalmethodeVerkooppunt_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenContactpersoon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenContactpersoon = {
export const ParkerenContactpersoon: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenContactpersoon_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGebied.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGebied = {
export const ParkerenGebied: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGebied_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGebiedRegeling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGebiedRegeling = {
export const ParkerenGebiedRegeling: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGebiedRegeling_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGebiedsbeheerder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGebiedsbeheerder = {
export const ParkerenGebiedsbeheerder: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGebiedsbeheerder_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGebruiksdoel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGebruiksdoel = {
export const ParkerenGebruiksdoel: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGebruiksdoel_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGeldigheidsinperking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGeldigheidsinperking = {
export const ParkerenGeldigheidsinperking: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGeldigheidsinperking_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGeldigheidsuitbreiding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGeldigheidsuitbreiding = {
export const ParkerenGeldigheidsuitbreiding: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGeldigheidsuitbreiding_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGeoVerkooppunt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGeoVerkooppunt = {
export const ParkerenGeoVerkooppunt: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGeoVerkooppunt_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGeometrieGebied.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGeometrieGebied = {
export const ParkerenGeometrieGebied: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGeometrieGebied_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenGpsCoordinatenParkeerlocatie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenGpsCoordinatenParkeerlocatie = {
export const ParkerenGpsCoordinatenParkeerlocatie: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenGpsCoordinatenParkeerlocatie_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenInUitgang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenInUitgang = {
export const ParkerenInUitgang: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenInUitgang_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ParkerenIndexStatischEnDynamisch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) =>
strict: typeof opts.strict === "boolean" ? opts.strict : true,
});

export const ParkerenIndexStatischEnDynamisch = {
export const ParkerenIndexStatischEnDynamisch: {
RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery<ParkerenIndexStatischEnDynamisch_ResponseData>;
Fields: typeof Fields;
Info: typeof Info;
Expand Down
Loading

0 comments on commit 0ceb0f9

Please sign in to comment.