@voyantjs/crm 0.96.0 → 0.98.0
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/service/accounts.d.ts +2 -2
- package/dist/service/index.d.ts +2 -2
- package/dist/validation.d.ts +1 -1393
- package/dist/validation.d.ts.map +1 -1
- package/dist/validation.js +1 -536
- package/package.json +8 -7
|
@@ -997,7 +997,7 @@ export declare const accountsService: {
|
|
|
997
997
|
generated: undefined;
|
|
998
998
|
}, {}, {}>;
|
|
999
999
|
}>, "where" | "orderBy">;
|
|
1000
|
-
createPersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, personId: string, data: import("
|
|
1000
|
+
createPersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, personId: string, data: import("@voyantjs/crm-contracts").InsertPersonPaymentMethodInput): Promise<{
|
|
1001
1001
|
id: string;
|
|
1002
1002
|
brand: string;
|
|
1003
1003
|
createdAt: Date;
|
|
@@ -1009,7 +1009,7 @@ export declare const accountsService: {
|
|
|
1009
1009
|
processorToken: string;
|
|
1010
1010
|
isDefault: boolean;
|
|
1011
1011
|
} | null>;
|
|
1012
|
-
updatePersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, id: string, data: import("
|
|
1012
|
+
updatePersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, id: string, data: import("@voyantjs/crm-contracts").UpdatePersonPaymentMethodInput): Promise<{
|
|
1013
1013
|
id: string;
|
|
1014
1014
|
personId: string;
|
|
1015
1015
|
brand: string;
|
package/dist/service/index.d.ts
CHANGED
|
@@ -5491,7 +5491,7 @@ export declare const crmService: {
|
|
|
5491
5491
|
generated: undefined;
|
|
5492
5492
|
}, {}, {}>;
|
|
5493
5493
|
}>, "where" | "orderBy">;
|
|
5494
|
-
createPersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, personId: string, data: import("
|
|
5494
|
+
createPersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, personId: string, data: import("@voyantjs/crm-contracts").InsertPersonPaymentMethodInput): Promise<{
|
|
5495
5495
|
id: string;
|
|
5496
5496
|
brand: string;
|
|
5497
5497
|
createdAt: Date;
|
|
@@ -5503,7 +5503,7 @@ export declare const crmService: {
|
|
|
5503
5503
|
processorToken: string;
|
|
5504
5504
|
isDefault: boolean;
|
|
5505
5505
|
} | null>;
|
|
5506
|
-
updatePersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, id: string, data: import("
|
|
5506
|
+
updatePersonPaymentMethod(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, id: string, data: import("@voyantjs/crm-contracts").UpdatePersonPaymentMethodInput): Promise<{
|
|
5507
5507
|
id: string;
|
|
5508
5508
|
personId: string;
|
|
5509
5509
|
brand: string;
|