flexinet-api 0.0.1242 → 0.0.1246

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.1242
1
+ ## flexinet-api@0.0.1246
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install flexinet-api@0.0.1242 --save
39
+ npm install flexinet-api@0.0.1246 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -399,7 +399,7 @@ export interface CallbackBeneficiaryDetails {
399
399
  * @type {string}
400
400
  * @memberof CallbackBeneficiaryDetails
401
401
  */
402
- 'clientReference': string;
402
+ 'clientReference'?: string;
403
403
  /**
404
404
  *
405
405
  * @type {BeneficiaryKind}
@@ -411,7 +411,7 @@ export interface CallbackBeneficiaryDetails {
411
411
  * @type {string}
412
412
  * @memberof CallbackBeneficiaryDetails
413
413
  */
414
- 'userReference'?: string;
414
+ 'userReference': string;
415
415
  }
416
416
 
417
417
 
package/dist/api.d.ts CHANGED
@@ -357,7 +357,7 @@ export interface CallbackBeneficiaryDetails {
357
357
  * @type {string}
358
358
  * @memberof CallbackBeneficiaryDetails
359
359
  */
360
- 'clientReference': string;
360
+ 'clientReference'?: string;
361
361
  /**
362
362
  *
363
363
  * @type {BeneficiaryKind}
@@ -369,7 +369,7 @@ export interface CallbackBeneficiaryDetails {
369
369
  * @type {string}
370
370
  * @memberof CallbackBeneficiaryDetails
371
371
  */
372
- 'userReference'?: string;
372
+ 'userReference': string;
373
373
  }
374
374
  /**
375
375
  * @type CallbackEvent
package/dist/esm/api.d.ts CHANGED
@@ -357,7 +357,7 @@ export interface CallbackBeneficiaryDetails {
357
357
  * @type {string}
358
358
  * @memberof CallbackBeneficiaryDetails
359
359
  */
360
- 'clientReference': string;
360
+ 'clientReference'?: string;
361
361
  /**
362
362
  *
363
363
  * @type {BeneficiaryKind}
@@ -369,7 +369,7 @@ export interface CallbackBeneficiaryDetails {
369
369
  * @type {string}
370
370
  * @memberof CallbackBeneficiaryDetails
371
371
  */
372
- 'userReference'?: string;
372
+ 'userReference': string;
373
373
  }
374
374
  /**
375
375
  * @type CallbackEvent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1242",
3
+ "version": "0.0.1246",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {