@brimble/models 2.4.97 → 2.4.98

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.
@@ -3,7 +3,7 @@ export declare enum GIT_TYPE {
3
3
  GITLAB = "GITLAB",
4
4
  BITBUCKET = "BITBUCKET",
5
5
  DOCKER = "DOCKER",
6
- HUGGING_FACE = "HUGGING_FACE"
6
+ HUGGING_FACE = "HUGGINGFACE"
7
7
  }
8
8
  export declare enum REQUEST_TYPE {
9
9
  GET = "GET",
@@ -7,7 +7,7 @@ var GIT_TYPE;
7
7
  GIT_TYPE["GITLAB"] = "GITLAB";
8
8
  GIT_TYPE["BITBUCKET"] = "BITBUCKET";
9
9
  GIT_TYPE["DOCKER"] = "DOCKER";
10
- GIT_TYPE["HUGGING_FACE"] = "HUGGING_FACE";
10
+ GIT_TYPE["HUGGING_FACE"] = "HUGGINGFACE";
11
11
  })(GIT_TYPE = exports.GIT_TYPE || (exports.GIT_TYPE = {}));
12
12
  var REQUEST_TYPE;
13
13
  (function (REQUEST_TYPE) {
package/enum/index.ts CHANGED
@@ -3,7 +3,7 @@ export enum GIT_TYPE {
3
3
  GITLAB = "GITLAB",
4
4
  BITBUCKET = "BITBUCKET",
5
5
  DOCKER = "DOCKER",
6
- HUGGING_FACE = "HUGGING_FACE"
6
+ HUGGING_FACE = "HUGGINGFACE"
7
7
  }
8
8
 
9
9
  export enum REQUEST_TYPE {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brimble/models",
3
- "version": "2.4.97",
3
+ "version": "2.4.98",
4
4
  "description": "Brimble models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",