@insurup/sdk 0.1.19 → 0.1.20
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.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.20",
|
|
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",
|
|
@@ -3182,7 +3182,7 @@ var InsurUpCustomerClient = class {
|
|
|
3182
3182
|
* @returns Operation result / İşlem sonucu
|
|
3183
3183
|
*/
|
|
3184
3184
|
async setCustomerBranch(request, options) {
|
|
3185
|
-
return this.http.
|
|
3185
|
+
return this.http.putNoContent(
|
|
3186
3186
|
endpoints.customers.setCustomerBranch.render(request.customerId),
|
|
3187
3187
|
request,
|
|
3188
3188
|
options
|