@finverse/sdk-typescript 0.0.339 → 0.0.340

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 +1 -1
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -7300,7 +7300,7 @@ export interface PayoutSnapshotDetails {
7300
7300
  * @type {string}
7301
7301
  * @memberof PayoutSnapshotDetails
7302
7302
  */
7303
- scheduled_date?: string;
7303
+ scheduled_date?: string | null;
7304
7304
  /**
7305
7305
  *
7306
7306
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.339",
3
+ "version": "0.0.340",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {