@matech/thebigpos-sdk 2.16.13-rc.2 → 2.17.0
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3159,7 +3159,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
|
|
|
3159
3159
|
}
|
|
3160
3160
|
/**
|
|
3161
3161
|
* @title The Big POS API
|
|
3162
|
-
* @version v2.16.
|
|
3162
|
+
* @version v2.16.14
|
|
3163
3163
|
* @termsOfService https://www.thebigpos.com/terms-of-use/
|
|
3164
3164
|
* @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
|
|
3165
3165
|
*/
|
package/dist/index.js
CHANGED
|
@@ -93,7 +93,7 @@ export class HttpClient {
|
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* @title The Big POS API
|
|
96
|
-
* @version v2.16.
|
|
96
|
+
* @version v2.16.14
|
|
97
97
|
* @termsOfService https://www.thebigpos.com/terms-of-use/
|
|
98
98
|
* @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
|
|
99
99
|
*/
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -3560,7 +3560,7 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
3560
3560
|
|
|
3561
3561
|
/**
|
|
3562
3562
|
* @title The Big POS API
|
|
3563
|
-
* @version v2.16.
|
|
3563
|
+
* @version v2.16.14
|
|
3564
3564
|
* @termsOfService https://www.thebigpos.com/terms-of-use/
|
|
3565
3565
|
* @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
|
|
3566
3566
|
*/
|