@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
- BR = "BR"
5
+ DR = "DR"
6
6
  }
7
7
  export declare enum StripeWalletTransactionStatusEnum {
8
8
  PENDING = "PENDING",
package/dist/index.d.mts CHANGED
@@ -1593,7 +1593,7 @@ declare class FreelancerResume extends BaseEntity {
1593
1593
 
1594
1594
  declare enum StripeWalletTransactionTypeEnum {
1595
1595
  CR = "CR",
1596
- BR = "BR"
1596
+ DR = "DR"
1597
1597
  }
1598
1598
  declare enum StripeWalletTransactionStatusEnum {
1599
1599
  PENDING = "PENDING",
package/dist/index.d.ts CHANGED
@@ -1593,7 +1593,7 @@ declare class FreelancerResume extends BaseEntity {
1593
1593
 
1594
1594
  declare enum StripeWalletTransactionTypeEnum {
1595
1595
  CR = "CR",
1596
- BR = "BR"
1596
+ DR = "DR"
1597
1597
  }
1598
1598
  declare enum StripeWalletTransactionStatusEnum {
1599
1599
  PENDING = "PENDING",
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["BR"] = "BR";
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["BR"] = "BR";
4786
+ StripeWalletTransactionTypeEnum2["DR"] = "DR";
4787
4787
  return StripeWalletTransactionTypeEnum2;
4788
4788
  })(StripeWalletTransactionTypeEnum || {});
4789
4789
  var StripeWalletTransactionStatusEnum = /* @__PURE__ */ ((StripeWalletTransactionStatusEnum2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.450",
3
+ "version": "1.0.451",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",