sowhat-types 2.0.234 → 2.0.236
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -325,6 +325,7 @@ interface UpdateBankAccountInput {
|
|
|
325
325
|
id: string;
|
|
326
326
|
name?: string;
|
|
327
327
|
alertThreshold?: number;
|
|
328
|
+
disabledByUser?: boolean;
|
|
328
329
|
}
|
|
329
330
|
|
|
330
331
|
interface UpdateBankAccountTransactionInput {
|
|
@@ -895,6 +896,7 @@ interface ProResponse {
|
|
|
895
896
|
interface UserCommercialOfferResponse {
|
|
896
897
|
id: string;
|
|
897
898
|
pro: ProResponse;
|
|
899
|
+
proProfileImageUrl: string | null;
|
|
898
900
|
message: string;
|
|
899
901
|
status: OfferStatusEnum;
|
|
900
902
|
seenByUser: Date | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -325,6 +325,7 @@ interface UpdateBankAccountInput {
|
|
|
325
325
|
id: string;
|
|
326
326
|
name?: string;
|
|
327
327
|
alertThreshold?: number;
|
|
328
|
+
disabledByUser?: boolean;
|
|
328
329
|
}
|
|
329
330
|
|
|
330
331
|
interface UpdateBankAccountTransactionInput {
|
|
@@ -895,6 +896,7 @@ interface ProResponse {
|
|
|
895
896
|
interface UserCommercialOfferResponse {
|
|
896
897
|
id: string;
|
|
897
898
|
pro: ProResponse;
|
|
899
|
+
proProfileImageUrl: string | null;
|
|
898
900
|
message: string;
|
|
899
901
|
status: OfferStatusEnum;
|
|
900
902
|
seenByUser: Date | null;
|