Skip to content

Commit

Permalink
Client library API definition update.
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtown committed Jul 30, 2023
1 parent 5151260 commit d1e4002
Show file tree
Hide file tree
Showing 131 changed files with 2,362 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ docs/Model/Getdirectory200Response.md
docs/Model/Groupmembers.md
docs/Model/Groups.md
docs/Model/Holidays.md
docs/Model/Id.md
docs/Model/Invoiceitems.md
docs/Model/Invoices.md
docs/Model/Licenses.md
Expand Down Expand Up @@ -317,6 +318,7 @@ lib/CircuitID/Groups.php
lib/CircuitID/GroupsApi.php
lib/CircuitID/Holidays.php
lib/CircuitID/HolidaysApi.php
lib/CircuitID/Id.php
lib/CircuitID/InfoApi.php
lib/CircuitID/InvoiceItemsApi.php
lib/CircuitID/Invoiceitems.php
Expand Down Expand Up @@ -522,6 +524,7 @@ test/Model/Getdirectory200ResponseTest.php
test/Model/GroupmembersTest.php
test/Model/GroupsTest.php
test/Model/HolidaysTest.php
test/Model/IdTest.php
test/Model/InvoiceitemsTest.php
test/Model/InvoicesTest.php
test/Model/LicensesTest.php
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ Class | Method | HTTP request | Description
- [Groupmembers](docs/Model/Groupmembers.md)
- [Groups](docs/Model/Groups.md)
- [Holidays](docs/Model/Holidays.md)
- [Id](docs/Model/Id.md)
- [Invoiceitems](docs/Model/Invoiceitems.md)
- [Invoices](docs/Model/Invoices.md)
- [Licenses](docs/Model/Licenses.md)
Expand Down
1 change: 1 addition & 0 deletions docs/Model/CreateAuthentication200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**username** | **string** | |
**password** | **string** | |
**strategy** | **string** | |
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetAcceptedSender200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**service** | **string** | ObjectId (unique 12 bytes ID) |
**serviceRef** | **string** | |
**ref** | **string** | |
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetAnnouncement200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**type** | **string** | |
**voice** | **string** | | [optional]
**text** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetCallQueue200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Name | Type | Description | Notes
**abandonedResumeAllowed** | **bool** | | [default to true]
**discardAbandonedAfter** | **int** | | [optional] [default to 14400]
**maxWaitTimeNoAgentTimeReached** | **int** | | [default to 5]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetCallQueueAgent200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**user** | **string** | ObjectId (unique 12 bytes ID) |
**priority** | **int** | | [default to 1]
**tier** | **int** | | [default to 1]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetChatRoom200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**users** | **object** | |
**avatar** | **string** | | [optional]
**direct** | **bool** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetClient200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**httpUserAgent** | **string** | | [optional]
**manufacture** | **string** | | [optional]
**status** | **int** | | [optional] [default to self::STATUS_1]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetConferenceRoom200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**requirePasscode** | **int** | | [optional] [default to self::REQUIRE_PASSCODE_0]
**share** | **string** | | [optional]
**chatroom** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetContact200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**jobTitle** | **string** | | [optional]
**department** | **string** | | [optional]
**avatar** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetConversation200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**ref** | **string** | |
**object** | **string** | ObjectId (unique 12 bytes ID) |
**status** | **string** | | [default to 'open']
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetConversationMessage200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**direction** | **string** | |
**attachments** | **mixed[]** | | [optional]
**referenceId** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetCustomer200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Name | Type | Description | Notes
**transcribeCalls** | **int** | | [optional]
**maxOutboundCallRate** | **int** | | [optional] [default to 1]
**defaultBillMethod** | **string** | | [default to 'credit']
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetDeveloperApp200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Name | Type | Description | Notes
**webhookPassword** | **string** | | [optional]
**webhookTokenName** | **string** | | [optional]
**webhookToken** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetDeveloperAppSubscription200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**requireId** | **int** | | [optional] [default to self::REQUIRE_ID_0]
**services** | **string[]** | |
**events** | **string[]** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetDomain200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | |
**status** | **int** | | [optional] [default to self::STATUS_0]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetFax200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Name | Type | Description | Notes
**invoice** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**senderEmail** | **string** | | [optional]
**senderName** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetFaxAccount200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**inboundNotification** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**outboundNotification** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**number** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetFirewall200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Name | Type | Description | Notes
**ai** | **int** | | [optional] [default to self::AI_0]
**status** | **int** | | [optional] [default to self::STATUS_1]
**notificationHits** | **int** | | [optional] [default to 1]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetGroup200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**name** | **string** | |
**description** | **string** | | [optional]
**status** | **int** | | [optional] [default to self::STATUS_1]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetGroupMember200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**object** | **string** | ObjectId (unique 12 bytes ID) |
**priority** | **int** | | [optional]
**ref** | **string** | |
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetHoliday200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**destination** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**ref** | **string** | | [optional]
**callForwardingDestination** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetInvoice200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**dueAt** | **\DateTime** | |
**status** | **string** | | [default to 'open']
**error** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetInvoiceItem200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**invoice** | **string** | ObjectId (unique 12 bytes ID) |
**ref** | **string** | | [optional]
**object** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetLicense200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**object** | **string** | ObjectId (unique 12 bytes ID) |
**ref** | **string** | |
**field** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetMenu200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Name | Type | Description | Notes
**destination** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**ref** | **string** | | [optional]
**callForwardingDestination** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetMenuOption200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**destination** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**ref** | **string** | | [optional]
**callForwardingDestination** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetMessageBrand200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Name | Type | Description | Notes
**einIssuingCountry** | **string** | | [optional]
**universalEin** | **string** | | [optional]
**referenceId** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetMessageCampaign200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Name | Type | Description | Notes
**sample3** | **string** | | [optional]
**sample4** | **string** | | [optional]
**sample5** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetNumber200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Name | Type | Description | Notes
**destination** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**ref** | **string** | | [optional]
**callForwardingDestination** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetNumberPort200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Name | Type | Description | Notes
**destination** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**ref** | **string** | | [optional]
**callForwardingDestination** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetOffice200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Name | Type | Description | Notes
**country** | **string** | |
**providers** | **object** | | [optional]
**region** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetPhoneInboundRule200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**name** | **string** | |
**description** | **string** | | [optional]
**outboundCallerId** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetPhoneInboundRuleAction200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**destination** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**ref** | **string** | | [optional]
**callForwardingDestination** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetPhoneOutboundRule200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**description** | **string** | | [optional]
**status** | **int** | | [optional] [default to self::STATUS_1]
**outboundCallerId** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetPhoneOutboundRuleAction200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Name | Type | Description | Notes
**removeEndingChars** | **int** | | [optional]
**route** | **string** | | [default to 'default']
**routingType** | **string** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetRateCenter200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**lata** | **string** | |
**locState** | **string** | |
**rcAbbre** | **string** | |
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetServer200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Name | Type | Description | Notes
**noInstantRingBack** | **int** | | [optional]
**bypassMedia** | **int** | | [optional] [default to self::BYPASS_MEDIA_0]
**disableRTPAutoAdjust** | **int** | | [optional] [default to self::DISABLE_RTP_AUTO_ADJUST_0]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetTimeSchedule200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**thursday** | **object** | |
**friday** | **object** | |
**saturday** | **object** | |
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetUser200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Name | Type | Description | Notes
**timezone** | **string** | | [default to 'America/New_York']
**vmTranscription** | **int** | | [optional] [default to self::VM_TRANSCRIPTION_0]
**communication** | **object** | | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetUserToken200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**token** | **string** | |
**expiresInYears** | **int** | | [default to 1]
**status** | **int** | | [optional] [default to self::STATUS_1]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/GetVirtualExtension200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**name** | **string** | |
**extension** | **int** | |
**phoneinboundrule** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**id** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**updatedByUserId** | **string** | ObjectId (unique 12 bytes ID) | [optional]
**createdAt** | **\DateTime** | | [optional]
Expand Down
Loading

0 comments on commit d1e4002

Please sign in to comment.