@natrave/shared-entities 1.4.74 → 1.4.75
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TeamPlayerMergeHistory } from 'history-logs';
|
|
2
1
|
import { PasswordReset, RefreshToken, User, UserAuthProvider, UserVerification } from '../app-auth';
|
|
3
2
|
import { Organization, OrganizationUser, PhoneNumber } from '../central-auth';
|
|
4
3
|
import { Coupon, CouponUsage } from '../coupons';
|
|
5
4
|
import { Address, Facility, FacilityImage, FacilityOwner, Field, FieldImage } from '../facilities';
|
|
5
|
+
import { TeamPlayerMergeHistory } from '../history-logs';
|
|
6
6
|
import { NotificationToken } from '../notifications';
|
|
7
7
|
import { Payment, PaymentProvider, UserPaymentProvider } from '../payments';
|
|
8
8
|
import { Player, PlayerPosition } from '../players';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/database-entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/database-entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,IAAI,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACvF,OAAO,EACL,UAAU,EACV,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EACzB,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EAEnB,cAAc,EACd,4BAA4B,EAC7B,MAAM,gBAAgB,CAAC;AAExB,eAAO,MAAM,iBAAiB,4tCAoD7B,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TeamPlayerMergeHistory } from "history-logs";
|
|
2
1
|
import { PasswordReset, RefreshToken, User, UserAuthProvider, UserVerification } from "../app-auth/index.js";
|
|
3
2
|
import { Organization, OrganizationUser, PhoneNumber } from "../central-auth/index.js";
|
|
4
3
|
import { Coupon, CouponUsage } from "../coupons/index.js";
|
|
5
4
|
import { Address, Facility, FacilityImage, FacilityOwner, Field, FieldImage } from "../facilities/index.js";
|
|
5
|
+
import { TeamPlayerMergeHistory } from "../history-logs/index.js";
|
|
6
6
|
import { NotificationToken } from "../notifications/index.js";
|
|
7
7
|
import { Payment, PaymentProvider, UserPaymentProvider } from "../payments/index.js";
|
|
8
8
|
import { Player, PlayerPosition } from "../players/index.js";
|