@brimble/models 3.1.3 → 3.1.5

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.
@@ -0,0 +1 @@
1
+ $ rm -rf dist && tsc -p .
package/brimble.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "project": {}
3
+ }
@@ -105,6 +105,7 @@ export declare enum REGION_CONTINENT {
105
105
  export declare enum ServiceType {
106
106
  Database = "database",
107
107
  WebService = "web-service",
108
+ Static = "static",
108
109
  Mcp = "mcp",
109
110
  Liscense = "liscense",
110
111
  Worker = "worker"
@@ -125,6 +125,7 @@ var ServiceType;
125
125
  (function (ServiceType) {
126
126
  ServiceType["Database"] = "database";
127
127
  ServiceType["WebService"] = "web-service";
128
+ ServiceType["Static"] = "static";
128
129
  ServiceType["Mcp"] = "mcp";
129
130
  ServiceType["Liscense"] = "liscense";
130
131
  ServiceType["Worker"] = "worker";
package/enum/index.ts CHANGED
@@ -121,6 +121,7 @@ export enum REGION_CONTINENT {
121
121
  export enum ServiceType {
122
122
  Database = "database",
123
123
  WebService = "web-service",
124
+ Static = "static",
124
125
  Mcp = "mcp",
125
126
  Liscense = "liscense",
126
127
  Worker = "worker",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brimble/models",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "Brimble models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",