Skip to content

Commit 234ef76

Browse files
committed
Add new changes from latest spec updates part 2
1 parent 21c5cee commit 234ef76

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

lib/Model/CallResultAllOfSubresourceUris.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CallResultAllOfSubresourceUris implements ModelInterface, ArrayAccess, \Js
5252
*
5353
* @var string
5454
*/
55-
protected static $openAPIModelName = 'CallResult_allOf_subresourceUris';
55+
protected static $openAPIModelName = 'CallResultAllOfSubresourceUris';
5656

5757
/**
5858
* Array of property to type mappings. Used for (de)serialization

openapi.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,6 +3114,21 @@
31143114
}
31153115
}
31163116
},
3117+
"CallResultAllOfSubresourceUris": {
3118+
"type": "object",
3119+
"description": "The list of subresources for this Call. These include things like logs and recordings associated with the Call.",
3120+
"nullable": true,
3121+
"properties": {
3122+
"logs": {
3123+
"type": "string",
3124+
"description": "The URI for the logs associated with this Call."
3125+
},
3126+
"recordings": {
3127+
"type": "string",
3128+
"description": "The URI for the recordings associated with this Call."
3129+
}
3130+
}
3131+
},
31173132
"CallResult": {
31183133
"allOf": [
31193134
{
@@ -3232,19 +3247,7 @@
32323247
"nullable": true
32333248
},
32343249
"subresourceUris": {
3235-
"type": "object",
3236-
"description": "The list of subresources for this Call. These include things like logs and recordings associated with the Call.",
3237-
"nullable": true,
3238-
"properties": {
3239-
"logs": {
3240-
"type": "string",
3241-
"description": "The URI for the logs associated with this Call."
3242-
},
3243-
"recordings": {
3244-
"type": "string",
3245-
"description": "The URI for the recordings associated with this Call."
3246-
}
3247-
}
3250+
"$ref": "#/components/schemas/CallResultAllOfSubresourceUris"
32483251
},
32493252
"applicationId": {
32503253
"type": "string",

0 commit comments

Comments
 (0)