repzo 1.0.154 → 1.0.155

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.
@@ -25,7 +25,7 @@ export var Service;
25
25
  })(FormV2 = Service.FormV2 || (Service.FormV2 = {}));
26
26
  let ActivityFormV2Result;
27
27
  (function (ActivityFormV2Result) {
28
- const fieldType_enums = [
28
+ ActivityFormV2Result.fieldType_enums = [
29
29
  "Text", // Long Text
30
30
  "String", // Short Text
31
31
  "Phone", // phone
@@ -48,6 +48,7 @@ export var Service;
48
48
  let TimelineReport;
49
49
  (function (TimelineReport) {
50
50
  TimelineReport.activity_types = [
51
+ "day",
51
52
  "client",
52
53
  "visit",
53
54
  "payment",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.154",
3
+ "version": "1.0.155",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",