yellowgrid-api-ts 3.2.143 → 3.2.144

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
@@ -5006,6 +5006,10 @@ export interface RecordingBackupAzureModel {
5006
5006
  * Storage Account Connection String
5007
5007
  */
5008
5008
  'connection_string'?: string;
5009
+ /**
5010
+ * SAS Url
5011
+ */
5012
+ 'sasUrl'?: string;
5009
5013
  /**
5010
5014
  * Recordings Path
5011
5015
  */
package/dist/api.d.ts CHANGED
@@ -4949,6 +4949,10 @@ export interface RecordingBackupAzureModel {
4949
4949
  * Storage Account Connection String
4950
4950
  */
4951
4951
  'connection_string'?: string;
4952
+ /**
4953
+ * SAS Url
4954
+ */
4955
+ 'sasUrl'?: string;
4952
4956
  /**
4953
4957
  * Recordings Path
4954
4958
  */
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **name** | **string** | Storage Account Name | [optional] [default to undefined]
10
10
  **key** | **string** | Storage Account Key | [optional] [default to undefined]
11
11
  **connection_string** | **string** | Storage Account Connection String | [optional] [default to undefined]
12
+ **sasUrl** | **string** | SAS Url | [optional] [default to undefined]
12
13
  **recordings_path** | **string** | Recordings Path | [optional] [default to undefined]
13
14
 
14
15
  ## Example
@@ -20,6 +21,7 @@ const instance: RecordingBackupAzureModel = {
20
21
  name,
21
22
  key,
22
23
  connection_string,
24
+ sasUrl,
23
25
  recordings_path,
24
26
  };
25
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.143",
3
+ "version": "3.2.144",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {