@hubs101/js-api-skd-client 1.0.10310 → 1.0.10311

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.
@@ -132,6 +132,10 @@ export type AttendeeProfile = Attendee & {
132
132
  };
133
133
  secret?: string;
134
134
  type?: string;
135
+ addition?: {
136
+ dinner?: number;
137
+ icebreaker?: number;
138
+ };
135
139
  };
136
140
  export type Speaker = Attendee & {
137
141
  priority: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10310",
3
+ "version": "1.0.10311",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",
@@ -12,7 +12,7 @@
12
12
  "preversion": "npm run lint",
13
13
  "version": "npm run format && git add -A src",
14
14
  "postversion": "git push && git push --tags",
15
- "new-version": "git pull && npm run build && git commit -m \"update api\" -a --no-verify && npm version patch && npm publish"
15
+ "new-version": "git pull; npm run build && git commit -m \"update api\" -a --no-verify; npm version patch && npm publish"
16
16
  },
17
17
  "meta": {},
18
18
  "description": "Package for easy access to Event App API",