@talkplay/shared-types 1.0.12 → 1.0.13

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/dist/index.d.mts CHANGED
@@ -73,6 +73,7 @@ declare enum TkplayErrorCodesEnum {
73
73
 
74
74
  declare enum TkplayErrorNamesEnum {
75
75
  EFI_ERROR = "EfiError",// 400
76
+ VALIDATION_ERROR = "ValidationError",// 400
76
77
  BILLING_ERROR = "BillingError",// 402
77
78
  BAD_REQUEST = "BadRequest",// 400
78
79
  UNAUTHORIZED = "Unauthorized",// 401
package/dist/index.d.ts CHANGED
@@ -73,6 +73,7 @@ declare enum TkplayErrorCodesEnum {
73
73
 
74
74
  declare enum TkplayErrorNamesEnum {
75
75
  EFI_ERROR = "EfiError",// 400
76
+ VALIDATION_ERROR = "ValidationError",// 400
76
77
  BILLING_ERROR = "BillingError",// 402
77
78
  BAD_REQUEST = "BadRequest",// 400
78
79
  UNAUTHORIZED = "Unauthorized",// 401
package/dist/index.js CHANGED
@@ -175,6 +175,7 @@ var TkplayErrorCodesEnum = /* @__PURE__ */ ((TkplayErrorCodesEnum2) => {
175
175
  // src/enums/commom/error-names.ts
176
176
  var TkplayErrorNamesEnum = /* @__PURE__ */ ((TkplayErrorNamesEnum2) => {
177
177
  TkplayErrorNamesEnum2["EFI_ERROR"] = "EfiError";
178
+ TkplayErrorNamesEnum2["VALIDATION_ERROR"] = "ValidationError";
178
179
  TkplayErrorNamesEnum2["BILLING_ERROR"] = "BillingError";
179
180
  TkplayErrorNamesEnum2["BAD_REQUEST"] = "BadRequest";
180
181
  TkplayErrorNamesEnum2["UNAUTHORIZED"] = "Unauthorized";
package/dist/index.mjs CHANGED
@@ -123,6 +123,7 @@ var TkplayErrorCodesEnum = /* @__PURE__ */ ((TkplayErrorCodesEnum2) => {
123
123
  // src/enums/commom/error-names.ts
124
124
  var TkplayErrorNamesEnum = /* @__PURE__ */ ((TkplayErrorNamesEnum2) => {
125
125
  TkplayErrorNamesEnum2["EFI_ERROR"] = "EfiError";
126
+ TkplayErrorNamesEnum2["VALIDATION_ERROR"] = "ValidationError";
126
127
  TkplayErrorNamesEnum2["BILLING_ERROR"] = "BillingError";
127
128
  TkplayErrorNamesEnum2["BAD_REQUEST"] = "BadRequest";
128
129
  TkplayErrorNamesEnum2["UNAUTHORIZED"] = "Unauthorized";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",