@experts_hub/shared 1.0.450 → 1.0.451
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.
|
@@ -2,7 +2,7 @@ import { BaseEntity } from "./base.entity";
|
|
|
2
2
|
import { StripeWallet } from "./stripe-wallet.entity";
|
|
3
3
|
export declare enum StripeWalletTransactionTypeEnum {
|
|
4
4
|
CR = "CR",
|
|
5
|
-
|
|
5
|
+
DR = "DR"
|
|
6
6
|
}
|
|
7
7
|
export declare enum StripeWalletTransactionStatusEnum {
|
|
8
8
|
PENDING = "PENDING",
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4759,7 +4759,7 @@ var import_typeorm54 = require("typeorm");
|
|
|
4759
4759
|
var import_typeorm53 = require("typeorm");
|
|
4760
4760
|
var StripeWalletTransactionTypeEnum = /* @__PURE__ */ ((StripeWalletTransactionTypeEnum2) => {
|
|
4761
4761
|
StripeWalletTransactionTypeEnum2["CR"] = "CR";
|
|
4762
|
-
StripeWalletTransactionTypeEnum2["
|
|
4762
|
+
StripeWalletTransactionTypeEnum2["DR"] = "DR";
|
|
4763
4763
|
return StripeWalletTransactionTypeEnum2;
|
|
4764
4764
|
})(StripeWalletTransactionTypeEnum || {});
|
|
4765
4765
|
var StripeWalletTransactionStatusEnum = /* @__PURE__ */ ((StripeWalletTransactionStatusEnum2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -4783,7 +4783,7 @@ import { Entity as Entity53, Column as Column54, Index as Index46, JoinColumn as
|
|
|
4783
4783
|
import { Entity as Entity52, Column as Column53, Index as Index45, ManyToOne as ManyToOne47, JoinColumn as JoinColumn47 } from "typeorm";
|
|
4784
4784
|
var StripeWalletTransactionTypeEnum = /* @__PURE__ */ ((StripeWalletTransactionTypeEnum2) => {
|
|
4785
4785
|
StripeWalletTransactionTypeEnum2["CR"] = "CR";
|
|
4786
|
-
StripeWalletTransactionTypeEnum2["
|
|
4786
|
+
StripeWalletTransactionTypeEnum2["DR"] = "DR";
|
|
4787
4787
|
return StripeWalletTransactionTypeEnum2;
|
|
4788
4788
|
})(StripeWalletTransactionTypeEnum || {});
|
|
4789
4789
|
var StripeWalletTransactionStatusEnum = /* @__PURE__ */ ((StripeWalletTransactionStatusEnum2) => {
|