@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/clients/property.d.ts +2 -2
- package/dist/clients/property.d.ts.map +1 -1
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -60,7 +60,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
60
60
|
// package.json
|
|
61
61
|
var package_default = {
|
|
62
62
|
name: "@insurup/sdk",
|
|
63
|
-
version: "0.1.
|
|
63
|
+
version: "0.1.25",
|
|
64
64
|
description: "Type-safe TypeScript SDK for the InsurUp insurance platform with GraphQL support. Tree-shakeable, works everywhere.",
|
|
65
65
|
keywords: [
|
|
66
66
|
"insurup",
|
|
@@ -3797,13 +3797,13 @@ var InsurUpPropertyClient = class {
|
|
|
3797
3797
|
*
|
|
3798
3798
|
* Çapraz referans ve süreklilik için mevcut DASK deprem sigortası poliçe numarasını kullanarak mülk bilgilerini sorgular.
|
|
3799
3799
|
*
|
|
3800
|
-
* @param
|
|
3800
|
+
* @param daskOldPolicyNumber DASK earthquake insurance policy number / DASK deprem sigortası poliçe numarası
|
|
3801
3801
|
* @returns Property information from DASK records / DASK kayıtlarından mülk bilgileri
|
|
3802
3802
|
*/
|
|
3803
|
-
async queryPropertyByDaskOldPolicy(
|
|
3803
|
+
async queryPropertyByDaskOldPolicy(daskOldPolicyNumber, options) {
|
|
3804
3804
|
return this.http.post(
|
|
3805
3805
|
properties.queryPropertyByDaskOldPolicy,
|
|
3806
|
-
{
|
|
3806
|
+
{ daskOldPolicyNumber },
|
|
3807
3807
|
options
|
|
3808
3808
|
);
|
|
3809
3809
|
}
|