@valentine-efagene/qshelter-common 2.0.9 → 2.0.11
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/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +3 -1
- package/dist/generated/client/internal/prismaNamespace.js +3 -1
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +3 -1
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +3 -1
- package/dist/generated/client/models/User.d.ts +181 -92
- package/package.json +1 -1
- package/dist/generated/client/models/index.d.ts +0 -34
- package/dist/generated/client/models/index.js +0 -34
package/package.json
CHANGED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export * from './Amenity';
|
|
2
|
-
export * from './Contract';
|
|
3
|
-
export * from './ContractDocument';
|
|
4
|
-
export * from './DeviceEndpoint';
|
|
5
|
-
export * from './EmailPreference';
|
|
6
|
-
export * from './Mortgage';
|
|
7
|
-
export * from './MortgageDocument';
|
|
8
|
-
export * from './MortgageDownpaymentInstallment';
|
|
9
|
-
export * from './MortgageDownpaymentPayment';
|
|
10
|
-
export * from './MortgageDownpaymentPlan';
|
|
11
|
-
export * from './MortgageStep';
|
|
12
|
-
export * from './MortgageTransition';
|
|
13
|
-
export * from './MortgageTransitionEvent';
|
|
14
|
-
export * from './MortgageType';
|
|
15
|
-
export * from './PasswordReset';
|
|
16
|
-
export * from './Payment';
|
|
17
|
-
export * from './PaymentInstallment';
|
|
18
|
-
export * from './PaymentPlan';
|
|
19
|
-
export * from './PaymentSchedule';
|
|
20
|
-
export * from './Permission';
|
|
21
|
-
export * from './Property';
|
|
22
|
-
export * from './PropertyAmenity';
|
|
23
|
-
export * from './PropertyDocument';
|
|
24
|
-
export * from './PropertyMedia';
|
|
25
|
-
export * from './RefreshToken';
|
|
26
|
-
export * from './Role';
|
|
27
|
-
export * from './RolePermission';
|
|
28
|
-
export * from './Settings';
|
|
29
|
-
export * from './Social';
|
|
30
|
-
export * from './Tenant';
|
|
31
|
-
export * from './Transaction';
|
|
32
|
-
export * from './User';
|
|
33
|
-
export * from './UserSuspension';
|
|
34
|
-
export * from './Wallet';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export * from './Amenity';
|
|
2
|
-
export * from './Contract';
|
|
3
|
-
export * from './ContractDocument';
|
|
4
|
-
export * from './DeviceEndpoint';
|
|
5
|
-
export * from './EmailPreference';
|
|
6
|
-
export * from './Mortgage';
|
|
7
|
-
export * from './MortgageDocument';
|
|
8
|
-
export * from './MortgageDownpaymentInstallment';
|
|
9
|
-
export * from './MortgageDownpaymentPayment';
|
|
10
|
-
export * from './MortgageDownpaymentPlan';
|
|
11
|
-
export * from './MortgageStep';
|
|
12
|
-
export * from './MortgageTransition';
|
|
13
|
-
export * from './MortgageTransitionEvent';
|
|
14
|
-
export * from './MortgageType';
|
|
15
|
-
export * from './PasswordReset';
|
|
16
|
-
export * from './Payment';
|
|
17
|
-
export * from './PaymentInstallment';
|
|
18
|
-
export * from './PaymentPlan';
|
|
19
|
-
export * from './PaymentSchedule';
|
|
20
|
-
export * from './Permission';
|
|
21
|
-
export * from './Property';
|
|
22
|
-
export * from './PropertyAmenity';
|
|
23
|
-
export * from './PropertyDocument';
|
|
24
|
-
export * from './PropertyMedia';
|
|
25
|
-
export * from './RefreshToken';
|
|
26
|
-
export * from './Role';
|
|
27
|
-
export * from './RolePermission';
|
|
28
|
-
export * from './Settings';
|
|
29
|
-
export * from './Social';
|
|
30
|
-
export * from './Tenant';
|
|
31
|
-
export * from './Transaction';
|
|
32
|
-
export * from './User';
|
|
33
|
-
export * from './UserSuspension';
|
|
34
|
-
export * from './Wallet';
|