yellowgrid-api-ts 3.2.194-dev.0 → 3.2.195-dev.0

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/api.ts CHANGED
@@ -6645,10 +6645,10 @@ export interface PasswordSenderDTO {
6645
6645
  'expiry'?: string;
6646
6646
  /**
6647
6647
  * Recipient
6648
- * @type {string}
6648
+ * @type {Array<string>}
6649
6649
  * @memberof PasswordSenderDTO
6650
6650
  */
6651
- 'recipient'?: string;
6651
+ 'recipient'?: Array<string>;
6652
6652
  /**
6653
6653
  * URL
6654
6654
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -6597,10 +6597,10 @@ export interface PasswordSenderDTO {
6597
6597
  'expiry'?: string;
6598
6598
  /**
6599
6599
  * Recipient
6600
- * @type {string}
6600
+ * @type {Array<string>}
6601
6601
  * @memberof PasswordSenderDTO
6602
6602
  */
6603
- 'recipient'?: string;
6603
+ 'recipient'?: Array<string>;
6604
6604
  /**
6605
6605
  * URL
6606
6606
  * @type {string}
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **expiryInterval** | **number** | Expiry Interval | [optional] [default to undefined]
12
12
  **intervalType** | **string** | Interval Type | [optional] [default to undefined]
13
13
  **expiry** | **string** | Date Time | [optional] [default to undefined]
14
- **recipient** | **string** | Recipient | [optional] [default to undefined]
14
+ **recipient** | **Array&lt;string&gt;** | Recipient | [optional] [default to undefined]
15
15
  **url** | **string** | URL | [optional] [default to undefined]
16
16
  **description** | **string** | Description | [optional] [default to undefined]
17
17
  **passwordUrl** | **string** | Password URL | [optional] [default to undefined]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.194-dev.0",
3
+ "version": "3.2.195-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {