@insurup/sdk 0.1.23 → 0.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ var __export = (target, all) => {
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "@insurup/sdk",
10
- version: "0.1.23",
10
+ version: "0.1.25",
11
11
  description: "Type-safe TypeScript SDK for the InsurUp insurance platform with GraphQL support. Tree-shakeable, works everywhere.",
12
12
  keywords: [
13
13
  "insurup",
@@ -3754,13 +3754,13 @@ var InsurUpPropertyClient = class {
3754
3754
  *
3755
3755
  * Çapraz referans ve süreklilik için mevcut DASK deprem sigortası poliçe numarasını kullanarak mülk bilgilerini sorgular.
3756
3756
  *
3757
- * @param daskPolicyNumber DASK earthquake insurance policy number / DASK deprem sigortası poliçe numarası
3757
+ * @param daskOldPolicyNumber DASK earthquake insurance policy number / DASK deprem sigortası poliçe numarası
3758
3758
  * @returns Property information from DASK records / DASK kayıtlarından mülk bilgileri
3759
3759
  */
3760
- async queryPropertyByDaskOldPolicy(daskPolicyNumber, options) {
3760
+ async queryPropertyByDaskOldPolicy(daskOldPolicyNumber, options) {
3761
3761
  return this.http.post(
3762
3762
  properties.queryPropertyByDaskOldPolicy,
3763
- { daskPolicyNumber },
3763
+ { daskOldPolicyNumber },
3764
3764
  options
3765
3765
  );
3766
3766
  }