@gbozee/ultimate 0.0.2-185 → 0.0.2-186

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.
@@ -455,6 +455,7 @@ export interface CompoundInstance extends BaseSystemFields {
455
455
  position?: string;
456
456
  risk?: number;
457
457
  hedged?: boolean;
458
+ loss?: number;
458
459
  expand?: {
459
460
  ref?: Compounder;
460
461
  };
package/dist/index.cjs CHANGED
@@ -54711,7 +54711,8 @@ class AppDatabase {
54711
54711
  "support",
54712
54712
  "resistance",
54713
54713
  "symbol_config",
54714
- "anchor"
54714
+ "anchor",
54715
+ "watch_instance"
54715
54716
  ];
54716
54717
  return fields.join(", ");
54717
54718
  }
package/dist/index.d.ts CHANGED
@@ -191,6 +191,7 @@ export interface CompoundInstance extends BaseSystemFields {
191
191
  position?: string;
192
192
  risk?: number;
193
193
  hedged?: boolean;
194
+ loss?: number;
194
195
  expand?: {
195
196
  ref?: Compounder;
196
197
  };
package/dist/index.js CHANGED
@@ -54649,7 +54649,8 @@ class AppDatabase {
54649
54649
  "support",
54650
54650
  "resistance",
54651
54651
  "symbol_config",
54652
- "anchor"
54652
+ "anchor",
54653
+ "watch_instance"
54653
54654
  ];
54654
54655
  return fields.join(", ");
54655
54656
  }
@@ -61405,7 +61405,8 @@ class AppDatabase {
61405
61405
  "support",
61406
61406
  "resistance",
61407
61407
  "symbol_config",
61408
- "anchor"
61408
+ "anchor",
61409
+ "watch_instance"
61409
61410
  ];
61410
61411
  return fields.join(", ");
61411
61412
  }
@@ -61378,7 +61378,8 @@ class AppDatabase {
61378
61378
  "support",
61379
61379
  "resistance",
61380
61380
  "symbol_config",
61381
- "anchor"
61381
+ "anchor",
61382
+ "watch_instance"
61382
61383
  ];
61383
61384
  return fields.join(", ");
61384
61385
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-185",
4
+ "version": "0.0.2-186",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",