@lunch-money/v2-api-spec 2.10.0-preview.7 → 2.10.0-preview.8
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/lunch-money-api-v2.yaml +4 -5
- package/package.json +1 -1
package/lunch-money-api-v2.yaml
CHANGED
|
@@ -666,7 +666,6 @@ components:
|
|
|
666
666
|
cryptoManualObject:
|
|
667
667
|
type: object
|
|
668
668
|
title: manual crypto object
|
|
669
|
-
x-internal: true
|
|
670
669
|
additionalProperties: false
|
|
671
670
|
properties:
|
|
672
671
|
id:
|
|
@@ -706,7 +705,8 @@ components:
|
|
|
706
705
|
description: CoinGecko identifier associated with this balance
|
|
707
706
|
to_base:
|
|
708
707
|
type: number
|
|
709
|
-
|
|
708
|
+
nullable: true
|
|
709
|
+
description: Balance converted to the user's primary currency. May be null if no conversion was available.
|
|
710
710
|
balance_as_of:
|
|
711
711
|
type: string
|
|
712
712
|
format: date-time
|
|
@@ -754,7 +754,6 @@ components:
|
|
|
754
754
|
cryptoSyncedBalance:
|
|
755
755
|
type: object
|
|
756
756
|
title: synced crypto balance object
|
|
757
|
-
x-internal: true
|
|
758
757
|
additionalProperties: false
|
|
759
758
|
properties:
|
|
760
759
|
name:
|
|
@@ -779,7 +778,8 @@ components:
|
|
|
779
778
|
description: CoinGecko identifier associated with this balance
|
|
780
779
|
to_base:
|
|
781
780
|
type: number
|
|
782
|
-
|
|
781
|
+
nullable: true
|
|
782
|
+
description: Balance converted to the user's primary currency. May be null if no conversion was available.
|
|
783
783
|
balance_as_of:
|
|
784
784
|
type: string
|
|
785
785
|
format: date-time
|
|
@@ -811,7 +811,6 @@ components:
|
|
|
811
811
|
syncedCryptoAccount:
|
|
812
812
|
type: object
|
|
813
813
|
title: synced crypto account
|
|
814
|
-
x-internal: true
|
|
815
814
|
additionalProperties: false
|
|
816
815
|
properties:
|
|
817
816
|
id:
|
package/package.json
CHANGED