@budgetbuddyde/types 1.0.46 → 1.0.47
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.
|
@@ -10,7 +10,8 @@ export declare enum PocketBaseCollection {
|
|
|
10
10
|
SUBSCRIPTION = "subscriptions",
|
|
11
11
|
TRANSACTION = "transactions",
|
|
12
12
|
NEWSLETTER = "newsletters",
|
|
13
|
-
V_MONTHLY_BALANCES = "v_monthly_balances"
|
|
13
|
+
V_MONTHLY_BALANCES = "v_monthly_balances",
|
|
14
|
+
V_BUDGET_PROGRESS = "v_budget_progress"
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* @description 15 characters string to store as record ID. If not set, it will be auto generated.
|
package/lib/PocketBase.types.js
CHANGED
|
@@ -16,6 +16,7 @@ var PocketBaseCollection;
|
|
|
16
16
|
PocketBaseCollection["TRANSACTION"] = "transactions";
|
|
17
17
|
PocketBaseCollection["NEWSLETTER"] = "newsletters";
|
|
18
18
|
PocketBaseCollection["V_MONTHLY_BALANCES"] = "v_monthly_balances";
|
|
19
|
+
PocketBaseCollection["V_BUDGET_PROGRESS"] = "v_budget_progress";
|
|
19
20
|
})(PocketBaseCollection = exports.PocketBaseCollection || (exports.PocketBaseCollection = {}));
|
|
20
21
|
/**
|
|
21
22
|
* @description 15 characters string to store as record ID. If not set, it will be auto generated.
|
|
@@ -2639,7 +2639,9 @@ export declare const ZStockExchange: z.ZodObject<{
|
|
|
2639
2639
|
collectionId: z.ZodString;
|
|
2640
2640
|
collectionName: z.ZodString;
|
|
2641
2641
|
id: z.ZodString;
|
|
2642
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2642
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
2643
|
+
* Stock API Types
|
|
2644
|
+
*/
|
|
2643
2645
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2644
2646
|
}, "strip", z.ZodTypeAny, {
|
|
2645
2647
|
symbol: string;
|
|
@@ -2677,7 +2679,9 @@ export declare const ZStockPosition: z.ZodObject<{
|
|
|
2677
2679
|
collectionId: z.ZodString;
|
|
2678
2680
|
collectionName: z.ZodString;
|
|
2679
2681
|
id: z.ZodString;
|
|
2680
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2682
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
2683
|
+
* Stock API Types
|
|
2684
|
+
*/
|
|
2681
2685
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2682
2686
|
}, "strip", z.ZodTypeAny, {
|
|
2683
2687
|
symbol: string;
|
|
@@ -2724,7 +2728,9 @@ export declare const ZStockPosition: z.ZodObject<{
|
|
|
2724
2728
|
collectionId: z.ZodString;
|
|
2725
2729
|
collectionName: z.ZodString;
|
|
2726
2730
|
id: z.ZodString;
|
|
2727
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2731
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
2732
|
+
* Stock API Types
|
|
2733
|
+
*/
|
|
2728
2734
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2729
2735
|
}, "strip", z.ZodTypeAny, {
|
|
2730
2736
|
id: string;
|
|
@@ -2794,7 +2800,9 @@ export declare const ZStockPositionWithQuote: z.ZodObject<{
|
|
|
2794
2800
|
collectionId: z.ZodString;
|
|
2795
2801
|
collectionName: z.ZodString;
|
|
2796
2802
|
id: z.ZodString;
|
|
2797
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2803
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
2804
|
+
* Stock API Types
|
|
2805
|
+
*/
|
|
2798
2806
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2799
2807
|
}, "strip", z.ZodTypeAny, {
|
|
2800
2808
|
symbol: string;
|
|
@@ -2870,7 +2878,9 @@ export declare const ZStockPositionWithQuote: z.ZodObject<{
|
|
|
2870
2878
|
collectionId: z.ZodString;
|
|
2871
2879
|
collectionName: z.ZodString;
|
|
2872
2880
|
id: z.ZodString;
|
|
2873
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2881
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
2882
|
+
* Stock API Types
|
|
2883
|
+
*/
|
|
2874
2884
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
2875
2885
|
}, "strip", z.ZodTypeAny, {
|
|
2876
2886
|
id: string;
|
|
@@ -3256,7 +3266,9 @@ export declare const ZAssetWatchlist: z.ZodObject<{
|
|
|
3256
3266
|
collectionId: z.ZodString;
|
|
3257
3267
|
collectionName: z.ZodString;
|
|
3258
3268
|
id: z.ZodString;
|
|
3259
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3269
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
3270
|
+
* Stock API Types
|
|
3271
|
+
*/
|
|
3260
3272
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3261
3273
|
}, "strip", z.ZodTypeAny, {
|
|
3262
3274
|
id: string;
|
|
@@ -3299,7 +3311,9 @@ export declare const ZAssetWatchlistWithQuote: z.ZodObject<{
|
|
|
3299
3311
|
collectionId: z.ZodString;
|
|
3300
3312
|
collectionName: z.ZodString;
|
|
3301
3313
|
id: z.ZodString;
|
|
3302
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3314
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
3315
|
+
* Stock API Types
|
|
3316
|
+
*/
|
|
3303
3317
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3304
3318
|
}, "strip", z.ZodTypeAny, {
|
|
3305
3319
|
id: string;
|
|
@@ -3339,7 +3353,9 @@ export declare const ZAssetWatchlistWithQuote: z.ZodObject<{
|
|
|
3339
3353
|
collectionId: z.ZodString;
|
|
3340
3354
|
collectionName: z.ZodString;
|
|
3341
3355
|
id: z.ZodString;
|
|
3342
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3356
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
3357
|
+
* Stock API Types
|
|
3358
|
+
*/
|
|
3343
3359
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3344
3360
|
}, "strip", z.ZodTypeAny, {
|
|
3345
3361
|
symbol: string;
|
|
@@ -3443,7 +3459,9 @@ export declare const ZAssetWatchlistWithQuote: z.ZodObject<{
|
|
|
3443
3459
|
collectionId: z.ZodString;
|
|
3444
3460
|
collectionName: z.ZodString;
|
|
3445
3461
|
id: z.ZodString;
|
|
3446
|
-
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3462
|
+
created: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>; /**
|
|
3463
|
+
* Stock API Types
|
|
3464
|
+
*/
|
|
3447
3465
|
updated: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodDate, z.ZodNumber]>, z.ZodString]>, Date, string | number | Date>;
|
|
3448
3466
|
}, "strip", z.ZodTypeAny, {
|
|
3449
3467
|
id: string;
|