diff --git a/scripts/templates/provider.ts.ejs b/scripts/templates/provider.ts.ejs index 68f8b10..f46832c 100644 --- a/scripts/templates/provider.ts.ejs +++ b/scripts/templates/provider.ts.ejs @@ -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; diff --git a/src/providers/AsGegevensEegUitvoering.ts b/src/providers/AsGegevensEegUitvoering.ts index a44a780..b052755 100644 --- a/src/providers/AsGegevensEegUitvoering.ts +++ b/src/providers/AsGegevensEegUitvoering.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/BasisgegevensEegUitvoering.ts b/src/providers/BasisgegevensEegUitvoering.ts index 4253bc4..d7581ad 100644 --- a/src/providers/BasisgegevensEegUitvoering.ts +++ b/src/providers/BasisgegevensEegUitvoering.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/BrandstoffenOpPc4.ts b/src/providers/BrandstoffenOpPc4.ts index 55f57fc..e56b649 100644 --- a/src/providers/BrandstoffenOpPc4.ts +++ b/src/providers/BrandstoffenOpPc4.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/CarrosserieUitvoering.ts b/src/providers/CarrosserieUitvoering.ts index f39f9c7..806392c 100644 --- a/src/providers/CarrosserieUitvoering.ts +++ b/src/providers/CarrosserieUitvoering.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/CarrosserieUitvoeringKlasse.ts b/src/providers/CarrosserieUitvoeringKlasse.ts index 295e432..7246f8c 100644 --- a/src/providers/CarrosserieUitvoeringKlasse.ts +++ b/src/providers/CarrosserieUitvoeringKlasse.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/CarrosserieUitvoeringNummeriekeCode.ts b/src/providers/CarrosserieUitvoeringNummeriekeCode.ts index cafb174..0f62d98 100644 --- a/src/providers/CarrosserieUitvoeringNummeriekeCode.ts +++ b/src/providers/CarrosserieUitvoeringNummeriekeCode.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/EegVoertuigtypegoedkeuring.ts b/src/providers/EegVoertuigtypegoedkeuring.ts index 6c46267..2020e79 100644 --- a/src/providers/EegVoertuigtypegoedkeuring.ts +++ b/src/providers/EegVoertuigtypegoedkeuring.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ErkendeBedrijven.ts b/src/providers/ErkendeBedrijven.ts index 83f431a..c8108b0 100644 --- a/src/providers/ErkendeBedrijven.ts +++ b/src/providers/ErkendeBedrijven.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/Erkenningen.ts b/src/providers/Erkenningen.ts index e475d9b..d49825b 100644 --- a/src/providers/Erkenningen.ts +++ b/src/providers/Erkenningen.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/Gebreken.ts b/src/providers/Gebreken.ts index 9a4f583..6d6b243 100644 --- a/src/providers/Gebreken.ts +++ b/src/providers/Gebreken.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/GeconstateerdeGebreken.ts b/src/providers/GeconstateerdeGebreken.ts index 9266db6..a4acbe9 100644 --- a/src/providers/GeconstateerdeGebreken.ts +++ b/src/providers/GeconstateerdeGebreken.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/GeoCarpool.ts b/src/providers/GeoCarpool.ts index ee087a8..3323ba1 100644 --- a/src/providers/GeoCarpool.ts +++ b/src/providers/GeoCarpool.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/GeoParkeerGarages.ts b/src/providers/GeoParkeerGarages.ts index d12eb30..f183188 100644 --- a/src/providers/GeoParkeerGarages.ts +++ b/src/providers/GeoParkeerGarages.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/GeoPenr.ts b/src/providers/GeoPenr.ts index 88c8841..7015715 100644 --- a/src/providers/GeoPenr.ts +++ b/src/providers/GeoPenr.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/HandelsbenamingUitvoering.ts b/src/providers/HandelsbenamingUitvoering.ts index fbb751d..5911780 100644 --- a/src/providers/HandelsbenamingUitvoering.ts +++ b/src/providers/HandelsbenamingUitvoering.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigen.ts b/src/providers/KentekenVoertuigen.ts index 88117c9..0154c1a 100644 --- a/src/providers/KentekenVoertuigen.ts +++ b/src/providers/KentekenVoertuigen.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenAssen.ts b/src/providers/KentekenVoertuigenAssen.ts index 0d77714..08d907a 100644 --- a/src/providers/KentekenVoertuigenAssen.ts +++ b/src/providers/KentekenVoertuigenAssen.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenBijzonderheden.ts b/src/providers/KentekenVoertuigenBijzonderheden.ts index a84351b..c66989e 100644 --- a/src/providers/KentekenVoertuigenBijzonderheden.ts +++ b/src/providers/KentekenVoertuigenBijzonderheden.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenBrandstof.ts b/src/providers/KentekenVoertuigenBrandstof.ts index eb8f38f..952a9fe 100644 --- a/src/providers/KentekenVoertuigenBrandstof.ts +++ b/src/providers/KentekenVoertuigenBrandstof.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenCarrosserie.ts b/src/providers/KentekenVoertuigenCarrosserie.ts index de3565c..b9712da 100644 --- a/src/providers/KentekenVoertuigenCarrosserie.ts +++ b/src/providers/KentekenVoertuigenCarrosserie.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenCarrosserieSpecificatie.ts b/src/providers/KentekenVoertuigenCarrosserieSpecificatie.ts index ccdf53a..23ef790 100644 --- a/src/providers/KentekenVoertuigenCarrosserieSpecificatie.ts +++ b/src/providers/KentekenVoertuigenCarrosserieSpecificatie.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenRupsbanden.ts b/src/providers/KentekenVoertuigenRupsbanden.ts index 25a2432..f5a1115 100644 --- a/src/providers/KentekenVoertuigenRupsbanden.ts +++ b/src/providers/KentekenVoertuigenRupsbanden.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenSubcategorieVoertuig.ts b/src/providers/KentekenVoertuigenSubcategorieVoertuig.ts index b183115..6f67218 100644 --- a/src/providers/KentekenVoertuigenSubcategorieVoertuig.ts +++ b/src/providers/KentekenVoertuigenSubcategorieVoertuig.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/KentekenVoertuigenVoertuigklasse.ts b/src/providers/KentekenVoertuigenVoertuigklasse.ts index 2b0c782..30d9ad7 100644 --- a/src/providers/KentekenVoertuigenVoertuigklasse.ts +++ b/src/providers/KentekenVoertuigenVoertuigklasse.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/Keuringen.ts b/src/providers/Keuringen.ts index d4a765e..dbeb5cd 100644 --- a/src/providers/Keuringen.ts +++ b/src/providers/Keuringen.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/MeldingenKeuringsinstantie.ts b/src/providers/MeldingenKeuringsinstantie.ts index efb5992..9a223dd 100644 --- a/src/providers/MeldingenKeuringsinstantie.ts +++ b/src/providers/MeldingenKeuringsinstantie.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/MerkUitvoeringToegestaan.ts b/src/providers/MerkUitvoeringToegestaan.ts index 771b487..0e37de2 100644 --- a/src/providers/MerkUitvoeringToegestaan.ts +++ b/src/providers/MerkUitvoeringToegestaan.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/MotorUitvoering.ts b/src/providers/MotorUitvoering.ts index 80bcd12..f577eb0 100644 --- a/src/providers/MotorUitvoering.ts +++ b/src/providers/MotorUitvoering.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/MotorUitvoeringBrandstof.ts b/src/providers/MotorUitvoeringBrandstof.ts index 3e6b415..3100cb0 100644 --- a/src/providers/MotorUitvoeringBrandstof.ts +++ b/src/providers/MotorUitvoeringBrandstof.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenBetaalmethodeGebied.ts b/src/providers/ParkerenBetaalmethodeGebied.ts index 9944d2f..5fbaf34 100644 --- a/src/providers/ParkerenBetaalmethodeGebied.ts +++ b/src/providers/ParkerenBetaalmethodeGebied.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenBetaalmethodeVerkooppunt.ts b/src/providers/ParkerenBetaalmethodeVerkooppunt.ts index f7f0e47..3a9fea8 100644 --- a/src/providers/ParkerenBetaalmethodeVerkooppunt.ts +++ b/src/providers/ParkerenBetaalmethodeVerkooppunt.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenContactpersoon.ts b/src/providers/ParkerenContactpersoon.ts index 13f952e..af54cb3 100644 --- a/src/providers/ParkerenContactpersoon.ts +++ b/src/providers/ParkerenContactpersoon.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGebied.ts b/src/providers/ParkerenGebied.ts index b353071..0195aac 100644 --- a/src/providers/ParkerenGebied.ts +++ b/src/providers/ParkerenGebied.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGebiedRegeling.ts b/src/providers/ParkerenGebiedRegeling.ts index b6fae8d..c1c58a3 100644 --- a/src/providers/ParkerenGebiedRegeling.ts +++ b/src/providers/ParkerenGebiedRegeling.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGebiedsbeheerder.ts b/src/providers/ParkerenGebiedsbeheerder.ts index 1e25095..02f32ca 100644 --- a/src/providers/ParkerenGebiedsbeheerder.ts +++ b/src/providers/ParkerenGebiedsbeheerder.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGebruiksdoel.ts b/src/providers/ParkerenGebruiksdoel.ts index 1485db6..a734688 100644 --- a/src/providers/ParkerenGebruiksdoel.ts +++ b/src/providers/ParkerenGebruiksdoel.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGeldigheidsinperking.ts b/src/providers/ParkerenGeldigheidsinperking.ts index 368902e..553e8c3 100644 --- a/src/providers/ParkerenGeldigheidsinperking.ts +++ b/src/providers/ParkerenGeldigheidsinperking.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGeldigheidsuitbreiding.ts b/src/providers/ParkerenGeldigheidsuitbreiding.ts index 9eac11a..d1b0686 100644 --- a/src/providers/ParkerenGeldigheidsuitbreiding.ts +++ b/src/providers/ParkerenGeldigheidsuitbreiding.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGeoVerkooppunt.ts b/src/providers/ParkerenGeoVerkooppunt.ts index bde98e4..93eba3a 100644 --- a/src/providers/ParkerenGeoVerkooppunt.ts +++ b/src/providers/ParkerenGeoVerkooppunt.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGeometrieGebied.ts b/src/providers/ParkerenGeometrieGebied.ts index d3f7cb6..910cc7f 100644 --- a/src/providers/ParkerenGeometrieGebied.ts +++ b/src/providers/ParkerenGeometrieGebied.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenGpsCoordinatenParkeerlocatie.ts b/src/providers/ParkerenGpsCoordinatenParkeerlocatie.ts index cb38fc5..9da3b7c 100644 --- a/src/providers/ParkerenGpsCoordinatenParkeerlocatie.ts +++ b/src/providers/ParkerenGpsCoordinatenParkeerlocatie.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenInUitgang.ts b/src/providers/ParkerenInUitgang.ts index 81648bb..c0329be 100644 --- a/src/providers/ParkerenInUitgang.ts +++ b/src/providers/ParkerenInUitgang.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenIndexStatischEnDynamisch.ts b/src/providers/ParkerenIndexStatischEnDynamisch.ts index 188a300..5f65b57 100644 --- a/src/providers/ParkerenIndexStatischEnDynamisch.ts +++ b/src/providers/ParkerenIndexStatischEnDynamisch.ts @@ -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; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenParkeeradres.ts b/src/providers/ParkerenParkeeradres.ts index 12a73a7..9182b58 100644 --- a/src/providers/ParkerenParkeeradres.ts +++ b/src/providers/ParkerenParkeeradres.ts @@ -315,7 +315,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenParkeeradres = { +export const ParkerenParkeeradres: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenParkeergebied.ts b/src/providers/ParkerenParkeergebied.ts index a61ce0d..8d52f43 100644 --- a/src/providers/ParkerenParkeergebied.ts +++ b/src/providers/ParkerenParkeergebied.ts @@ -155,7 +155,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenParkeergebied = { +export const ParkerenParkeergebied: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenParkeergebiedContactpersoon.ts b/src/providers/ParkerenParkeergebiedContactpersoon.ts index 108edb5..61f50fc 100644 --- a/src/providers/ParkerenParkeergebiedContactpersoon.ts +++ b/src/providers/ParkerenParkeergebiedContactpersoon.ts @@ -179,7 +179,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenParkeergebiedContactpersoon = { +export const ParkerenParkeergebiedContactpersoon: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenParkingOpen.ts b/src/providers/ParkerenParkingOpen.ts index 5ffec30..04810ee 100644 --- a/src/providers/ParkerenParkingOpen.ts +++ b/src/providers/ParkerenParkingOpen.ts @@ -215,7 +215,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenParkingOpen = { +export const ParkerenParkingOpen: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenParkingToegang.ts b/src/providers/ParkerenParkingToegang.ts index 5a10227..a7cf22a 100644 --- a/src/providers/ParkerenParkingToegang.ts +++ b/src/providers/ParkerenParkingToegang.ts @@ -215,7 +215,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenParkingToegang = { +export const ParkerenParkingToegang: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenRegeling.ts b/src/providers/ParkerenRegeling.ts index d03ee5f..b90898f 100644 --- a/src/providers/ParkerenRegeling.ts +++ b/src/providers/ParkerenRegeling.ts @@ -215,7 +215,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenRegeling = { +export const ParkerenRegeling: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenSpecialeDag.ts b/src/providers/ParkerenSpecialeDag.ts index fb2cad9..07edf77 100644 --- a/src/providers/ParkerenSpecialeDag.ts +++ b/src/providers/ParkerenSpecialeDag.ts @@ -135,7 +135,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenSpecialeDag = { +export const ParkerenSpecialeDag: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenSpecificatiesParkeergebied.ts b/src/providers/ParkerenSpecificatiesParkeergebied.ts index 70240b9..397c62a 100644 --- a/src/providers/ParkerenSpecificatiesParkeergebied.ts +++ b/src/providers/ParkerenSpecificatiesParkeergebied.ts @@ -261,7 +261,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenSpecificatiesParkeergebied = { +export const ParkerenSpecificatiesParkeergebied: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenTariefberekening.ts b/src/providers/ParkerenTariefberekening.ts index 82b57cc..6191e82 100644 --- a/src/providers/ParkerenTariefberekening.ts +++ b/src/providers/ParkerenTariefberekening.ts @@ -215,7 +215,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenTariefberekening = { +export const ParkerenTariefberekening: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenTariefdeel.ts b/src/providers/ParkerenTariefdeel.ts index 67f3220..237083f 100644 --- a/src/providers/ParkerenTariefdeel.ts +++ b/src/providers/ParkerenTariefdeel.ts @@ -255,7 +255,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenTariefdeel = { +export const ParkerenTariefdeel: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenTijdvak.ts b/src/providers/ParkerenTijdvak.ts index 02c434e..3099172 100644 --- a/src/providers/ParkerenTijdvak.ts +++ b/src/providers/ParkerenTijdvak.ts @@ -295,7 +295,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenTijdvak = { +export const ParkerenTijdvak: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ParkerenVerkooppunt.ts b/src/providers/ParkerenVerkooppunt.ts index b02457f..8a07e06 100644 --- a/src/providers/ParkerenVerkooppunt.ts +++ b/src/providers/ParkerenVerkooppunt.ts @@ -217,7 +217,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ParkerenVerkooppunt = { +export const ParkerenVerkooppunt: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/PlaatsaanduidingUitvoering.ts b/src/providers/PlaatsaanduidingUitvoering.ts index 868a601..ec64133 100644 --- a/src/providers/PlaatsaanduidingUitvoering.ts +++ b/src/providers/PlaatsaanduidingUitvoering.ts @@ -200,7 +200,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const PlaatsaanduidingUitvoering = { +export const PlaatsaanduidingUitvoering: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ProductenCatalogus.ts b/src/providers/ProductenCatalogus.ts index 1fd5b2a..64919f1 100644 --- a/src/providers/ProductenCatalogus.ts +++ b/src/providers/ProductenCatalogus.ts @@ -155,7 +155,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ProductenCatalogus = { +export const ProductenCatalogus: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/SubcategorieUitvoering.ts b/src/providers/SubcategorieUitvoering.ts index 03c6d30..3eea5e8 100644 --- a/src/providers/SubcategorieUitvoering.ts +++ b/src/providers/SubcategorieUitvoering.ts @@ -168,7 +168,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const SubcategorieUitvoering = { +export const SubcategorieUitvoering: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TellerstandoordeelTrendToelichting.ts b/src/providers/TellerstandoordeelTrendToelichting.ts index a93cd67..9869a7e 100644 --- a/src/providers/TellerstandoordeelTrendToelichting.ts +++ b/src/providers/TellerstandoordeelTrendToelichting.ts @@ -115,7 +115,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TellerstandoordeelTrendToelichting = { +export const TellerstandoordeelTrendToelichting: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TerugroepActie.ts b/src/providers/TerugroepActie.ts index 0173ba0..d0455b5 100644 --- a/src/providers/TerugroepActie.ts +++ b/src/providers/TerugroepActie.ts @@ -548,7 +548,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TerugroepActie = { +export const TerugroepActie: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TerugroepActieRisico.ts b/src/providers/TerugroepActieRisico.ts index 053baf0..ca17a2b 100644 --- a/src/providers/TerugroepActieRisico.ts +++ b/src/providers/TerugroepActieRisico.ts @@ -140,7 +140,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TerugroepActieRisico = { +export const TerugroepActieRisico: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TerugroepActieStatus.ts b/src/providers/TerugroepActieStatus.ts index 29da041..c4bb8bb 100644 --- a/src/providers/TerugroepActieStatus.ts +++ b/src/providers/TerugroepActieStatus.ts @@ -162,7 +162,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TerugroepActieStatus = { +export const TerugroepActieStatus: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TerugroepInformerenEigenaar.ts b/src/providers/TerugroepInformerenEigenaar.ts index 9d052c6..f319406 100644 --- a/src/providers/TerugroepInformerenEigenaar.ts +++ b/src/providers/TerugroepInformerenEigenaar.ts @@ -140,7 +140,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TerugroepInformerenEigenaar = { +export const TerugroepInformerenEigenaar: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TerugroepVoertuigMerkType.ts b/src/providers/TerugroepVoertuigMerkType.ts index 6596738..dc95f9c 100644 --- a/src/providers/TerugroepVoertuigMerkType.ts +++ b/src/providers/TerugroepVoertuigMerkType.ts @@ -132,7 +132,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TerugroepVoertuigMerkType = { +export const TerugroepVoertuigMerkType: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/TestProducerApi.ts b/src/providers/TestProducerApi.ts index 7166703..5fb96cb 100644 --- a/src/providers/TestProducerApi.ts +++ b/src/providers/TestProducerApi.ts @@ -168,7 +168,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const TestProducerApi = { +export const TestProducerApi: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/ToegevoegdeObjecten.ts b/src/providers/ToegevoegdeObjecten.ts index 9ed05ce..467ee47 100644 --- a/src/providers/ToegevoegdeObjecten.ts +++ b/src/providers/ToegevoegdeObjecten.ts @@ -251,7 +251,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const ToegevoegdeObjecten = { +export const ToegevoegdeObjecten: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/UitvoeringGebruiksgegevensPerUitgave.ts b/src/providers/UitvoeringGebruiksgegevensPerUitgave.ts index 36a54f6..f4a0c57 100644 --- a/src/providers/UitvoeringGebruiksgegevensPerUitgave.ts +++ b/src/providers/UitvoeringGebruiksgegevensPerUitgave.ts @@ -168,7 +168,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const UitvoeringGebruiksgegevensPerUitgave = { +export const UitvoeringGebruiksgegevensPerUitgave: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info; diff --git a/src/providers/VersnellingsbakUitvoering.ts b/src/providers/VersnellingsbakUitvoering.ts index 2acc9e4..8399090 100644 --- a/src/providers/VersnellingsbakUitvoering.ts +++ b/src/providers/VersnellingsbakUitvoering.ts @@ -200,7 +200,7 @@ export const RDWQuery = (auth: AuthOpts = {}, opts: Options = {}) => strict: typeof opts.strict === "boolean" ? opts.strict : true, }); -export const VersnellingsbakUitvoering = { +export const VersnellingsbakUitvoering: { RDWQuery: (auth?: AuthOpts, opts?: Options) => SodaQuery; Fields: typeof Fields; Info: typeof Info;