sowhat-types 2.0.13 → 2.0.14

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/index.d.mts CHANGED
@@ -65,17 +65,6 @@ declare enum UserStatusEnum {
65
65
  BLACK_LISTED = "BLACK_LISTED"
66
66
  }
67
67
 
68
- interface CreateAssetCoOwnerInput {
69
- id: string;
70
- coOwnershipShare: number;
71
- coOwnerFinancialShare: number;
72
- }
73
-
74
- interface CreateAssetDateOfAcquisitionInput {
75
- month: number;
76
- year: number;
77
- }
78
-
79
68
  interface LogoutUserInput {
80
69
  userId: string;
81
70
  }
@@ -112,6 +101,17 @@ interface UpdateBankAccountTransactionInput {
112
101
  newApplicationDate?: Date;
113
102
  }
114
103
 
104
+ interface CreateAssetCoOwnerInput {
105
+ id: string;
106
+ coOwnershipShare: number;
107
+ coOwnerFinancialShare: number;
108
+ }
109
+
110
+ interface CreateAssetDateOfAcquisitionInput {
111
+ month: number;
112
+ year: number;
113
+ }
114
+
115
115
  interface CreateMobilityInput {
116
116
  customTitle: string;
117
117
  customImage: string | null;
package/dist/index.d.ts CHANGED
@@ -65,17 +65,6 @@ declare enum UserStatusEnum {
65
65
  BLACK_LISTED = "BLACK_LISTED"
66
66
  }
67
67
 
68
- interface CreateAssetCoOwnerInput {
69
- id: string;
70
- coOwnershipShare: number;
71
- coOwnerFinancialShare: number;
72
- }
73
-
74
- interface CreateAssetDateOfAcquisitionInput {
75
- month: number;
76
- year: number;
77
- }
78
-
79
68
  interface LogoutUserInput {
80
69
  userId: string;
81
70
  }
@@ -112,6 +101,17 @@ interface UpdateBankAccountTransactionInput {
112
101
  newApplicationDate?: Date;
113
102
  }
114
103
 
104
+ interface CreateAssetCoOwnerInput {
105
+ id: string;
106
+ coOwnershipShare: number;
107
+ coOwnerFinancialShare: number;
108
+ }
109
+
110
+ interface CreateAssetDateOfAcquisitionInput {
111
+ month: number;
112
+ year: number;
113
+ }
114
+
115
115
  interface CreateMobilityInput {
116
116
  customTitle: string;
117
117
  customImage: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",