oro-sdk-apis 6.0.1 → 6.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.0.1",
2
+ "version": "6.0.2",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -56,6 +56,7 @@ export interface ConsultTransmission {
56
56
  }
57
57
 
58
58
  export enum ConsultType {
59
+ FollowUp = "FollowUp",
59
60
  Onboard = 'Onboard',
60
61
  Refill = 'Refill',
61
62
  }