portalcash-shared 1.3.78 → 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 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -344,6 +344,7 @@ declare interface BankCCType {
|
|
|
344
344
|
monedaISO: string;
|
|
345
345
|
rut: string;
|
|
346
346
|
activo: number;
|
|
347
|
+
alias?: string;
|
|
347
348
|
}
|
|
348
349
|
|
|
349
350
|
export declare interface bankClp {
|
|
@@ -3396,6 +3397,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3396
3397
|
monedaISO: string;
|
|
3397
3398
|
rut: string;
|
|
3398
3399
|
activo: number;
|
|
3400
|
+
alias?: string;
|
|
3399
3401
|
}[], BankCCType[] | {
|
|
3400
3402
|
id: number;
|
|
3401
3403
|
bancoNombre: string;
|
|
@@ -3403,6 +3405,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3403
3405
|
monedaISO: string;
|
|
3404
3406
|
rut: string;
|
|
3405
3407
|
activo: number;
|
|
3408
|
+
alias?: string;
|
|
3406
3409
|
}[]>;
|
|
3407
3410
|
}, "bankCC">, Pick<{
|
|
3408
3411
|
bankCC: globalThis.Ref<{
|
|
@@ -3412,6 +3415,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3412
3415
|
monedaISO: string;
|
|
3413
3416
|
rut: string;
|
|
3414
3417
|
activo: number;
|
|
3418
|
+
alias?: string;
|
|
3415
3419
|
}[], BankCCType[] | {
|
|
3416
3420
|
id: number;
|
|
3417
3421
|
bancoNombre: string;
|
|
@@ -3419,6 +3423,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3419
3423
|
monedaISO: string;
|
|
3420
3424
|
rut: string;
|
|
3421
3425
|
activo: number;
|
|
3426
|
+
alias?: string;
|
|
3422
3427
|
}[]>;
|
|
3423
3428
|
}, never>, Pick<{
|
|
3424
3429
|
bankCC: globalThis.Ref<{
|
|
@@ -3428,6 +3433,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3428
3433
|
monedaISO: string;
|
|
3429
3434
|
rut: string;
|
|
3430
3435
|
activo: number;
|
|
3436
|
+
alias?: string;
|
|
3431
3437
|
}[], BankCCType[] | {
|
|
3432
3438
|
id: number;
|
|
3433
3439
|
bancoNombre: string;
|
|
@@ -3435,6 +3441,7 @@ declare const useBankAccountsCCStore_2: StoreDefinition<"bankAccountsCC", Pick<{
|
|
|
3435
3441
|
monedaISO: string;
|
|
3436
3442
|
rut: string;
|
|
3437
3443
|
activo: number;
|
|
3444
|
+
alias?: string;
|
|
3438
3445
|
}[]>;
|
|
3439
3446
|
}, never>>;
|
|
3440
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",
|