@insurup/sdk 0.1.19 → 0.1.21
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.browser.js +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- 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.21",
|
|
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",
|
|
@@ -3139,7 +3139,7 @@ var InsurUpCustomerClient = class {
|
|
|
3139
3139
|
* @returns Operation result / İşlem sonucu
|
|
3140
3140
|
*/
|
|
3141
3141
|
async setCustomerBranch(request, options) {
|
|
3142
|
-
return this.http.
|
|
3142
|
+
return this.http.putNoContent(
|
|
3143
3143
|
endpoints.customers.setCustomerBranch.render(request.customerId),
|
|
3144
3144
|
request,
|
|
3145
3145
|
options
|