@dynamic-labs/sdk-api 0.0.600 → 0.0.601

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -23,6 +23,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
23
23
  exports.ExportModelEnum = void 0;
24
24
  (function (ExportModelEnum) {
25
25
  ExportModelEnum["Users"] = "users";
26
+ ExportModelEnum["Visits"] = "visits";
26
27
  })(exports.ExportModelEnum || (exports.ExportModelEnum = {}));
27
28
  function ExportModelEnumFromJSON(json) {
28
29
  return ExportModelEnumFromJSONTyped(json);
@@ -15,7 +15,8 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare enum ExportModelEnum {
18
- Users = "users"
18
+ Users = "users",
19
+ Visits = "visits"
19
20
  }
20
21
  export declare function ExportModelEnumFromJSON(json: any): ExportModelEnum;
21
22
  export declare function ExportModelEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportModelEnum;
@@ -19,6 +19,7 @@
19
19
  var ExportModelEnum;
20
20
  (function (ExportModelEnum) {
21
21
  ExportModelEnum["Users"] = "users";
22
+ ExportModelEnum["Visits"] = "visits";
22
23
  })(ExportModelEnum || (ExportModelEnum = {}));
23
24
  function ExportModelEnumFromJSON(json) {
24
25
  return ExportModelEnumFromJSONTyped(json);