purecloudplatformclientv2 17.0.0 → 18.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/AnalyticsConversation.md +5 -5
  4. data/docs/AnalyticsConversationSegment.md +9 -9
  5. data/docs/AnalyticsEvaluation.md +10 -10
  6. data/docs/AnalyticsParticipant.md +7 -7
  7. data/docs/AnalyticsSession.md +27 -27
  8. data/docs/BillingApi.md +75 -0
  9. data/docs/BillingUsage.md +15 -0
  10. data/docs/BillingUsageReport.md +18 -0
  11. data/docs/BillingUsageResource.md +14 -0
  12. data/docs/CallCommand.md +1 -0
  13. data/docs/Conversation.md +1 -1
  14. data/docs/CreateQueueRequest.md +9 -9
  15. data/docs/DID.md +9 -9
  16. data/docs/DIDPool.md +9 -9
  17. data/docs/DirectoryUserDevicesListing.md +22 -0
  18. data/docs/DomainCertificateAuthority.md +9 -9
  19. data/docs/DomainLogicalInterface.md +9 -9
  20. data/docs/DomainOrganizationRole.md +1 -1
  21. data/docs/DomainOrganizationRoleCreate.md +1 -1
  22. data/docs/DomainOrganizationRoleUpdate.md +1 -1
  23. data/docs/DomainPhysicalInterface.md +9 -9
  24. data/docs/DomainSchemaReference.md +9 -9
  25. data/docs/Edge.md +10 -10
  26. data/docs/EdgeGroup.md +9 -9
  27. data/docs/EdgeLine.md +9 -9
  28. data/docs/EdgeLogsJob.md +9 -9
  29. data/docs/EdgeLogsJobFile.md +9 -9
  30. data/docs/EdgeLogsJobResponse.md +9 -9
  31. data/docs/EdgeTrunkBase.md +9 -9
  32. data/docs/Endpoint.md +9 -9
  33. data/docs/Extension.md +9 -9
  34. data/docs/ExtensionPool.md +9 -9
  35. data/docs/IVR.md +9 -9
  36. data/docs/JsonNode.md +4 -4
  37. data/docs/Line.md +9 -9
  38. data/docs/LineBase.md +9 -9
  39. data/docs/Metabase.md +8 -8
  40. data/docs/MobileDevicesApi.md +320 -0
  41. data/docs/NumberPlan.md +9 -9
  42. data/docs/OutboundApi.md +113 -0
  43. data/docs/OutboundRoute.md +9 -9
  44. data/docs/OutboundRouteBase.md +9 -9
  45. data/docs/OutboundSettings.md +20 -0
  46. data/docs/Phone.md +9 -9
  47. data/docs/PhoneBase.md +9 -9
  48. data/docs/Queue.md +9 -9
  49. data/docs/Schedule.md +10 -10
  50. data/docs/ScheduleGroup.md +10 -10
  51. data/docs/SchemaCategory.md +9 -9
  52. data/docs/Site.md +9 -9
  53. data/docs/Trunk.md +9 -9
  54. data/docs/TrunkBase.md +9 -9
  55. data/docs/UserDevice.md +22 -0
  56. data/docs/UserQueue.md +9 -9
  57. data/docs/UsersApi.md +1 -1
  58. data/lib/purecloudplatformclientv2.rb +8 -0
  59. data/lib/purecloudplatformclientv2/api/billing_api.rb +104 -0
  60. data/lib/purecloudplatformclientv2/api/mobile_devices_api.rb +380 -0
  61. data/lib/purecloudplatformclientv2/api/outbound_api.rb +119 -0
  62. data/lib/purecloudplatformclientv2/api/users_api.rb +2 -2
  63. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  64. data/lib/purecloudplatformclientv2/models/analytics_conversation.rb +5 -2
  65. data/lib/purecloudplatformclientv2/models/analytics_conversation_segment.rb +9 -2
  66. data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +10 -0
  67. data/lib/purecloudplatformclientv2/models/analytics_participant.rb +7 -0
  68. data/lib/purecloudplatformclientv2/models/analytics_session.rb +42 -2
  69. data/lib/purecloudplatformclientv2/models/billing_usage.rb +271 -0
  70. data/lib/purecloudplatformclientv2/models/billing_usage_report.rb +348 -0
  71. data/lib/purecloudplatformclientv2/models/billing_usage_resource.rb +238 -0
  72. data/lib/purecloudplatformclientv2/models/call_command.rb +30 -4
  73. data/lib/purecloudplatformclientv2/models/conversation.rb +1 -1
  74. data/lib/purecloudplatformclientv2/models/create_queue_request.rb +9 -2
  75. data/lib/purecloudplatformclientv2/models/did.rb +9 -2
  76. data/lib/purecloudplatformclientv2/models/did_pool.rb +9 -2
  77. data/lib/purecloudplatformclientv2/models/directory_user_devices_listing.rb +428 -0
  78. data/lib/purecloudplatformclientv2/models/domain_certificate_authority.rb +9 -2
  79. data/lib/purecloudplatformclientv2/models/domain_logical_interface.rb +9 -2
  80. data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +12 -12
  81. data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +12 -12
  82. data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +12 -12
  83. data/lib/purecloudplatformclientv2/models/domain_physical_interface.rb +9 -2
  84. data/lib/purecloudplatformclientv2/models/domain_schema_reference.rb +9 -2
  85. data/lib/purecloudplatformclientv2/models/edge.rb +10 -2
  86. data/lib/purecloudplatformclientv2/models/edge_group.rb +9 -2
  87. data/lib/purecloudplatformclientv2/models/edge_line.rb +9 -2
  88. data/lib/purecloudplatformclientv2/models/edge_logs_job.rb +9 -2
  89. data/lib/purecloudplatformclientv2/models/edge_logs_job_file.rb +9 -2
  90. data/lib/purecloudplatformclientv2/models/edge_logs_job_response.rb +9 -2
  91. data/lib/purecloudplatformclientv2/models/edge_trunk_base.rb +9 -2
  92. data/lib/purecloudplatformclientv2/models/endpoint.rb +9 -2
  93. data/lib/purecloudplatformclientv2/models/extension.rb +9 -2
  94. data/lib/purecloudplatformclientv2/models/extension_pool.rb +9 -2
  95. data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +2 -2
  96. data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_group.rb +2 -2
  97. data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_groupings.rb +2 -2
  98. data/lib/purecloudplatformclientv2/models/ivr.rb +9 -2
  99. data/lib/purecloudplatformclientv2/models/json_node.rb +72 -72
  100. data/lib/purecloudplatformclientv2/models/line.rb +9 -2
  101. data/lib/purecloudplatformclientv2/models/line_base.rb +9 -2
  102. data/lib/purecloudplatformclientv2/models/metabase.rb +8 -2
  103. data/lib/purecloudplatformclientv2/models/number_plan.rb +9 -2
  104. data/lib/purecloudplatformclientv2/models/outbound_route.rb +9 -2
  105. data/lib/purecloudplatformclientv2/models/outbound_route_base.rb +9 -2
  106. data/lib/purecloudplatformclientv2/models/outbound_settings.rb +383 -0
  107. data/lib/purecloudplatformclientv2/models/phone.rb +9 -2
  108. data/lib/purecloudplatformclientv2/models/phone_base.rb +9 -2
  109. data/lib/purecloudplatformclientv2/models/queue.rb +9 -2
  110. data/lib/purecloudplatformclientv2/models/recording.rb +2 -2
  111. data/lib/purecloudplatformclientv2/models/schedule.rb +15 -2
  112. data/lib/purecloudplatformclientv2/models/schedule_group.rb +15 -2
  113. data/lib/purecloudplatformclientv2/models/schema_category.rb +9 -2
  114. data/lib/purecloudplatformclientv2/models/site.rb +9 -2
  115. data/lib/purecloudplatformclientv2/models/trunk.rb +9 -2
  116. data/lib/purecloudplatformclientv2/models/trunk_base.rb +9 -2
  117. data/lib/purecloudplatformclientv2/models/user_device.rb +478 -0
  118. data/lib/purecloudplatformclientv2/models/user_queue.rb +9 -2
  119. data/lib/purecloudplatformclientv2/version.rb +1 -1
  120. metadata +19 -3
@@ -9,15 +9,15 @@ title: DomainCertificateAuthority
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **certificate** | **String** | The authorities signed X509 PEM encoded certificate. | |
22
22
  | **type** | **String** | The certificate authorities type. Managed certificate authorities are generated and maintained by Interactive Intelligence. These are read-only and not modifiable by clients. Remote authorities are customer managed. | |
23
23
  | **services** | **Array<String>** | The service(s) that the authority can be used to authenticate. | |
@@ -9,15 +9,15 @@ title: DomainLogicalInterface
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **edge_uri** | **String** | | [optional] |
22
22
  | **edge_assigned_id** | **String** | | [optional] |
23
23
  | **friendly_name** | **String** | Friendly Name | |
@@ -15,8 +15,8 @@ title: DomainOrganizationRole
15
15
  | **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
16
16
  | **user_count** | **Integer** | | [optional] |
17
17
  | **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
18
- | **default** | **BOOLEAN** | | [optional] |
19
18
  | **base** | **BOOLEAN** | | [optional] |
19
+ | **default** | **BOOLEAN** | | [optional] |
20
20
  | **self_uri** | **String** | The URI for this object | [optional] |
21
21
  {: class="table table-striped"}
22
22
 
@@ -15,8 +15,8 @@ title: DomainOrganizationRoleCreate
15
15
  | **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
16
16
  | **user_count** | **Integer** | | [optional] |
17
17
  | **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
18
- | **default** | **BOOLEAN** | | [optional] |
19
18
  | **base** | **BOOLEAN** | | [optional] |
19
+ | **default** | **BOOLEAN** | | [optional] |
20
20
  | **self_uri** | **String** | The URI for this object | [optional] |
21
21
  {: class="table table-striped"}
22
22
 
@@ -15,8 +15,8 @@ title: DomainOrganizationRoleUpdate
15
15
  | **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
16
16
  | **user_count** | **Integer** | | [optional] |
17
17
  | **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
18
- | **default** | **BOOLEAN** | | [optional] |
19
18
  | **base** | **BOOLEAN** | | [optional] |
19
+ | **default** | **BOOLEAN** | | [optional] |
20
20
  | **self_uri** | **String** | The URI for this object | [optional] |
21
21
  {: class="table table-striped"}
22
22
 
@@ -9,15 +9,15 @@ title: DomainPhysicalInterface
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **edge_uri** | **String** | | [optional] |
22
22
  | **friendly_name** | **String** | | [optional] |
23
23
  | **hardware_address** | **String** | | [optional] |
@@ -9,15 +9,15 @@ title: DomainSchemaReference
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **self_uri** | **String** | The URI for this object | [optional] |
22
22
  {: class="table table-striped"}
23
23
 
data/docs/Edge.md CHANGED
@@ -9,15 +9,15 @@ title: Edge
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **interfaces** | [**Array<EdgeInterface>**](EdgeInterface.html) | The list of interfaces for the edge. (Deprecated) Replaced by configuring trunks/ip info on the logical interface instead | [optional] |
22
22
  | **make** | **String** | | [optional] |
23
23
  | **model** | **String** | | [optional] |
@@ -33,7 +33,7 @@ title: Edge
33
33
  | **current_version** | **String** | | [optional] |
34
34
  | **staged_version** | **String** | | [optional] |
35
35
  | **patch** | **String** | | [optional] |
36
- | **status_code** | **String** | | [optional] |
36
+ | **status_code** | **String** | The current status of the Edge. | [optional] |
37
37
  | **edge_group** | [**EdgeGroup**](EdgeGroup.html) | | [optional] |
38
38
  | **site** | [**Site**](Site.html) | The Site to which the Edge is assigned. | [optional] |
39
39
  | **software_status** | [**DomainEdgeSoftwareUpdateDto**](DomainEdgeSoftwareUpdateDto.html) | | [optional] |
data/docs/EdgeGroup.md CHANGED
@@ -9,15 +9,15 @@ title: EdgeGroup
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **managed** | **BOOLEAN** | Is this edge group being managed remotely. | [optional] |
22
22
  | **edge_trunk_base_assignment** | [**TrunkBaseAssignment**](TrunkBaseAssignment.html) | A trunk base settings assignment of trunkType \"EDGE\" to use for edge-to-edge communication. | |
23
23
  | **phone_trunk_bases** | [**Array<TrunkBase>**](TrunkBase.html) | Trunk base settings of trunkType \"PHONE\" to inherit to edge logical interface for phone communication. | |
data/docs/EdgeLine.md CHANGED
@@ -9,15 +9,15 @@ title: EdgeLine
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **schema** | [**UriReference**](UriReference.html) | | [optional] |
22
22
  | **properties** | **Hash<String, Object>** | | [optional] |
23
23
  | **edge** | [**Edge**](Edge.html) | | [optional] |
data/docs/EdgeLogsJob.md CHANGED
@@ -9,15 +9,15 @@ title: EdgeLogsJob
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **files** | [**Array<EdgeLogsJobFile>**](EdgeLogsJobFile.html) | The files available to upload from the Edge to the cloud. | [optional] |
22
22
  | **self_uri** | **String** | The URI for this object | [optional] |
23
23
  {: class="table table-striped"}
@@ -9,15 +9,15 @@ title: EdgeLogsJobFile
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **time_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
22
22
  | **time_modified** | **DateTime** | The time this log file was last modified on the Edge. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
23
23
  | **size_bytes** | **Float** | The size of this file in bytes. | [optional] |
@@ -9,15 +9,15 @@ title: EdgeLogsJobResponse
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The created job id. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **self_uri** | **String** | The URI for this object | [optional] |
22
22
  {: class="table table-striped"}
23
23
 
@@ -9,15 +9,15 @@ title: EdgeTrunkBase
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **trunk_metabase** | [**UriReference**](UriReference.html) | The meta-base this trunk is based on. | |
22
22
  | **properties** | **Hash<String, Object>** | | [optional] |
23
23
  | **trunk_type** | **String** | The type of this trunk base. | |
data/docs/Endpoint.md CHANGED
@@ -9,15 +9,15 @@ title: Endpoint
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | Name | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **count** | **Integer** | | [optional] |
22
22
  | **properties** | **Hash<String, Object>** | | [optional] |
23
23
  | **schema** | [**UriReference**](UriReference.html) | Schema | |
data/docs/Extension.md CHANGED
@@ -9,15 +9,15 @@ title: Extension
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **number** | **String** | | [optional] |
22
22
  | **owner** | [**UriReference**](UriReference.html) | A Uri reference to the owner of this extension, which is either a User or an IVR | [optional] |
23
23
  | **extension_pool** | [**UriReference**](UriReference.html) | | [optional] |
@@ -9,15 +9,15 @@ title: ExtensionPool
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **start_number** | **String** | The starting phone number for the range of this Extension pool. Must be in E.164 format | [optional] |
22
22
  | **end_number** | **String** | The ending phone number for the range of this Extension pool. Must be in E.164 format | [optional] |
23
23
  | **self_uri** | **String** | The URI for this object | [optional] |
data/docs/IVR.md CHANGED
@@ -9,15 +9,15 @@ title: IVR
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | The name of the entity. | |
12
- | **description** | **String** | | [optional] |
13
- | **version** | **Integer** | | [optional] |
14
- | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | | [optional] |
17
- | **created_by** | **String** | | [optional] |
18
- | **state** | **String** | | [optional] |
19
- | **modified_by_app** | **String** | | [optional] |
20
- | **created_by_app** | **String** | | [optional] |
12
+ | **description** | **String** | The resource's description. | [optional] |
13
+ | **version** | **Integer** | The current version of the resource. | [optional] |
14
+ | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
+ | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
+ | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
+ | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
+ | **created_by_app** | **String** | The application that created the resource. | [optional] |
21
21
  | **dnis** | **Array<String>** | The phone number(s) to contact the IVR by. Each phone number must be unique and not in use by another resource. For example, a user and an iVR cannot have the same phone number. | [optional] |
22
22
  | **open_hours_flow** | [**UriReference**](UriReference.html) | The Architect flow to execute during the hours an organization is open. | [optional] |
23
23
  | **closed_hours_flow** | [**UriReference**](UriReference.html) | The Architect flow to execute during the hours an organization is closed. | [optional] |
data/docs/JsonNode.md CHANGED
@@ -7,19 +7,16 @@ title: JsonNode
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **array** | **BOOLEAN** | | [optional] |
11
- | **null** | **BOOLEAN** | | [optional] |
12
10
  | **node_type** | **String** | | [optional] |
13
11
  | **float** | **BOOLEAN** | | [optional] |
14
12
  | **object** | **BOOLEAN** | | [optional] |
15
13
  | **boolean** | **BOOLEAN** | | [optional] |
16
14
  | **number** | **BOOLEAN** | | [optional] |
17
- | **value_node** | **BOOLEAN** | | [optional] |
15
+ | **floating_point_number** | **BOOLEAN** | | [optional] |
18
16
  | **container_node** | **BOOLEAN** | | [optional] |
19
17
  | **missing_node** | **BOOLEAN** | | [optional] |
20
18
  | **pojo** | **BOOLEAN** | | [optional] |
21
19
  | **integral_number** | **BOOLEAN** | | [optional] |
22
- | **floating_point_number** | **BOOLEAN** | | [optional] |
23
20
  | **short** | **BOOLEAN** | | [optional] |
24
21
  | **int** | **BOOLEAN** | | [optional] |
25
22
  | **long** | **BOOLEAN** | | [optional] |
@@ -28,6 +25,9 @@ title: JsonNode
28
25
  | **big_integer** | **BOOLEAN** | | [optional] |
29
26
  | **textual** | **BOOLEAN** | | [optional] |
30
27
  | **binary** | **BOOLEAN** | | [optional] |
28
+ | **value_node** | **BOOLEAN** | | [optional] |
29
+ | **array** | **BOOLEAN** | | [optional] |
30
+ | **null** | **BOOLEAN** | | [optional] |
31
31
  {: class="table table-striped"}
32
32
 
33
33