@hubs101/js-api-skd-client 1.0.10650 → 1.0.10652

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.
@@ -250,6 +250,8 @@ export type TicketServerResponse = {
250
250
  name: string;
251
251
  visibility: string;
252
252
  price: number;
253
+ currency: string;
254
+ package: string;
253
255
  priority: number;
254
256
  onsite: number;
255
257
  public_discount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10650",
3
+ "version": "1.0.10652",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",