@finverse/sdk-typescript 0.0.165 → 0.0.166
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/api.d.ts +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -667,7 +667,7 @@ export interface CardAccount {
|
|
|
667
667
|
* @type {string}
|
|
668
668
|
* @memberof CardAccount
|
|
669
669
|
*/
|
|
670
|
-
|
|
670
|
+
updated_at?: string;
|
|
671
671
|
/**
|
|
672
672
|
* Account this card is associated with
|
|
673
673
|
* @type {string}
|
|
@@ -881,7 +881,7 @@ export interface CommonCardDetails {
|
|
|
881
881
|
* @type {string}
|
|
882
882
|
* @memberof CommonCardDetails
|
|
883
883
|
*/
|
|
884
|
-
|
|
884
|
+
updated_at?: string;
|
|
885
885
|
}
|
|
886
886
|
/**
|
|
887
887
|
*
|