@experts_hub/shared 1.0.457 → 1.0.458
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/entities/wallet.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@ import { BaseEntity } from "./base.entity";
|
|
|
2
2
|
import { User } from "./user.entity";
|
|
3
3
|
import { WalletTransaction } from "./wallet-transaction.entity";
|
|
4
4
|
export declare enum WalletAccountTypeEnum {
|
|
5
|
+
ADMIN = "ADMIN",
|
|
5
6
|
BUSINESS = "BUSINESS",
|
|
6
7
|
FREELANCER = "FREELANCER"
|
|
7
8
|
}
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4993,6 +4993,7 @@ WalletTransaction = __decorateClass([
|
|
|
4993
4993
|
|
|
4994
4994
|
// src/entities/wallet.entity.ts
|
|
4995
4995
|
var WalletAccountTypeEnum = /* @__PURE__ */ ((WalletAccountTypeEnum2) => {
|
|
4996
|
+
WalletAccountTypeEnum2["ADMIN"] = "ADMIN";
|
|
4996
4997
|
WalletAccountTypeEnum2["BUSINESS"] = "BUSINESS";
|
|
4997
4998
|
WalletAccountTypeEnum2["FREELANCER"] = "FREELANCER";
|
|
4998
4999
|
return WalletAccountTypeEnum2;
|
package/dist/index.mjs
CHANGED
|
@@ -5020,6 +5020,7 @@ WalletTransaction = __decorateClass([
|
|
|
5020
5020
|
|
|
5021
5021
|
// src/entities/wallet.entity.ts
|
|
5022
5022
|
var WalletAccountTypeEnum = /* @__PURE__ */ ((WalletAccountTypeEnum2) => {
|
|
5023
|
+
WalletAccountTypeEnum2["ADMIN"] = "ADMIN";
|
|
5023
5024
|
WalletAccountTypeEnum2["BUSINESS"] = "BUSINESS";
|
|
5024
5025
|
WalletAccountTypeEnum2["FREELANCER"] = "FREELANCER";
|
|
5025
5026
|
return WalletAccountTypeEnum2;
|