@finverse/sdk-typescript 0.0.116 → 0.0.117

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +7 -7
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -599,25 +599,25 @@ export interface BalanceHistory {
599
599
  /**
600
600
  *
601
601
  * @export
602
- * @interface CategoryDetails
602
+ * @interface CategoryPredictions
603
603
  */
604
- export interface CategoryDetails {
604
+ export interface CategoryPredictions {
605
605
  /**
606
606
  *
607
607
  * @type {Array<string>}
608
- * @memberof CategoryDetails
608
+ * @memberof CategoryPredictions
609
609
  */
610
610
  categories?: Array<string>;
611
611
  /**
612
612
  *
613
613
  * @type {string}
614
- * @memberof CategoryDetails
614
+ * @memberof CategoryPredictions
615
615
  */
616
616
  source?: string;
617
617
  /**
618
618
  *
619
619
  * @type {string}
620
- * @memberof CategoryDetails
620
+ * @memberof CategoryPredictions
621
621
  */
622
622
  source_id?: string;
623
623
  }
@@ -5096,10 +5096,10 @@ export interface Transaction {
5096
5096
  categories?: Array<string>;
5097
5097
  /**
5098
5098
  *
5099
- * @type {Array<CategoryDetails>}
5099
+ * @type {Array<CategoryPredictions>}
5100
5100
  * @memberof Transaction
5101
5101
  */
5102
- category_details?: Array<CategoryDetails>;
5102
+ category_predictions?: Array<CategoryPredictions>;
5103
5103
  }
5104
5104
  /**
5105
5105
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [