@actual-app/api 25.12.0-nightly.20251109 → 25.12.0-nightly.20251111

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.
@@ -1,7 +1,7 @@
1
1
  import { FieldValueTypes, RuleConditionOp } from '../types/models';
2
2
  export declare const FIELD_TYPES: Map<keyof FieldValueTypes, string>;
3
3
  export declare function isValidOp(field: keyof FieldValueTypes, op: RuleConditionOp): any;
4
- export declare function getValidOps(field: keyof FieldValueTypes): any;
4
+ export declare function getValidOps(field: keyof FieldValueTypes): RuleConditionOp[];
5
5
  export declare function getAllocationMethods(): {
6
6
  'fixed-amount': string;
7
7
  'fixed-percent': string;
@@ -9,7 +9,7 @@ export interface NewRuleEntity {
9
9
  export interface RuleEntity extends NewRuleEntity {
10
10
  id: string;
11
11
  }
12
- export type RuleConditionOp = 'is' | 'isNot' | 'oneOf' | 'notOneOf' | 'isapprox' | 'isbetween' | 'gt' | 'gte' | 'lt' | 'lte' | 'contains' | 'doesNotContain' | 'hasTags' | 'and' | 'matches' | 'onBudget' | 'offBudget';
12
+ export type RuleConditionOp = RuleConditionEntity['op'];
13
13
  export type FieldValueTypes = {
14
14
  account: string;
15
15
  amount: number;
@@ -1,4 +1,4 @@
1
- export type FeatureFlag = 'goalTemplatesEnabled' | 'goalTemplatesUIEnabled' | 'actionTemplating' | 'formulaMode' | 'currency' | 'crossoverReport' | 'plugins';
1
+ export type FeatureFlag = 'goalTemplatesEnabled' | 'goalTemplatesUIEnabled' | 'actionTemplating' | 'formulaMode' | 'currency' | 'crossoverReport' | 'plugins' | 'forceReload';
2
2
  /**
3
3
  * Cross-device preferences. These sync across devices when they are changed.
4
4
  */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251109",
3
+ "version": "25.12.0-nightly.20251111",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251109",
3
+ "version": "25.12.0-nightly.20251111",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {