@matech/thebigpos-sdk 2.14.0-rc6 → 2.14.2

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 CHANGED
@@ -3157,7 +3157,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
3157
3157
  }
3158
3158
  /**
3159
3159
  * @title The Big POS API
3160
- * @version v2.14.1
3160
+ * @version v2.14.2
3161
3161
  * @termsOfService https://www.thebigpos.com/terms-of-use/
3162
3162
  * @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
3163
3163
  */
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.14.1
96
+ * @version v2.14.2
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matech/thebigpos-sdk",
3
- "version": "2.14.0-rc6",
3
+ "version": "2.14.2",
4
4
  "description": "The Big POS Typescript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -3516,7 +3516,7 @@ export class HttpClient<SecurityDataType = unknown> {
3516
3516
 
3517
3517
  /**
3518
3518
  * @title The Big POS API
3519
- * @version v2.14.1
3519
+ * @version v2.14.2
3520
3520
  * @termsOfService https://www.thebigpos.com/terms-of-use/
3521
3521
  * @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
3522
3522
  */