portalcash-shared 1.3.79 → 1.3.80
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.ts +7 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -344,7 +344,7 @@ declare interface BankCCType {
|
|
|
344
344
|
monedaISO: string;
|
|
345
345
|
rut: string;
|
|
346
346
|
activo: number;
|
|
347
|
-
alias
|
|
347
|
+
alias?: string;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
export declare interface bankClp {
|
|
@@ -3397,7 +3397,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3397
3397
|
monedaISO: string;
|
|
3398
3398
|
rut: string;
|
|
3399
3399
|
activo: number;
|
|
3400
|
-
alias
|
|
3400
|
+
alias?: string;
|
|
3401
3401
|
}[], BankCCType[] | {
|
|
3402
3402
|
id: number;
|
|
3403
3403
|
bancoNombre: string;
|
|
@@ -3405,7 +3405,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3405
3405
|
monedaISO: string;
|
|
3406
3406
|
rut: string;
|
|
3407
3407
|
activo: number;
|
|
3408
|
-
alias
|
|
3408
|
+
alias?: string;
|
|
3409
3409
|
}[]>;
|
|
3410
3410
|
}, "bankCC">, Pick<{
|
|
3411
3411
|
bankCC: globalThis.Ref<{
|
|
@@ -3415,7 +3415,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3415
3415
|
monedaISO: string;
|
|
3416
3416
|
rut: string;
|
|
3417
3417
|
activo: number;
|
|
3418
|
-
alias
|
|
3418
|
+
alias?: string;
|
|
3419
3419
|
}[], BankCCType[] | {
|
|
3420
3420
|
id: number;
|
|
3421
3421
|
bancoNombre: string;
|
|
@@ -3423,7 +3423,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3423
3423
|
monedaISO: string;
|
|
3424
3424
|
rut: string;
|
|
3425
3425
|
activo: number;
|
|
3426
|
-
alias
|
|
3426
|
+
alias?: string;
|
|
3427
3427
|
}[]>;
|
|
3428
3428
|
}, never>, Pick<{
|
|
3429
3429
|
bankCC: globalThis.Ref<{
|
|
@@ -3433,7 +3433,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3433
3433
|
monedaISO: string;
|
|
3434
3434
|
rut: string;
|
|
3435
3435
|
activo: number;
|
|
3436
|
-
alias
|
|
3436
|
+
alias?: string;
|
|
3437
3437
|
}[], BankCCType[] | {
|
|
3438
3438
|
id: number;
|
|
3439
3439
|
bancoNombre: string;
|
|
@@ -3441,7 +3441,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3441
3441
|
monedaISO: string;
|
|
3442
3442
|
rut: string;
|
|
3443
3443
|
activo: number;
|
|
3444
|
-
alias
|
|
3444
|
+
alias?: string;
|
|
3445
3445
|
}[]>;
|
|
3446
3446
|
}, never>>;
|
|
3447
3447
|
export { useBankAccountsCCStore_2 as useBankAccountsCCStore }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "portalcash-shared",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.80",
|
|
4
4
|
"description": "Librería compartida de componentes Vue.js para PortalCash - Componentes UI, stores Pinia, servicios y utilidades reutilizables",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|