@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.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.
|
|
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
|
|
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(
|
|
3760
|
+
async queryPropertyByDaskOldPolicy(daskOldPolicyNumber, options) {
|
|
3761
3761
|
return this.http.post(
|
|
3762
3762
|
properties.queryPropertyByDaskOldPolicy,
|
|
3763
|
-
{
|
|
3763
|
+
{ daskOldPolicyNumber },
|
|
3764
3764
|
options
|
|
3765
3765
|
);
|
|
3766
3766
|
}
|