Skip to content

Commit

Permalink
48.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Jul 2, 2021
1 parent 7878921 commit 27c0c31
Show file tree
Hide file tree
Showing 224 changed files with 2,741 additions and 1,568 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Platform API Client SDK - Go

A Go package to interface with the Genesys Cloud Platform API. View the documentation on the [pkg.go.dev](https://pkg.go.dev/github.com/MyPureCloud/platform-client-sdk-go). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-go).

Latest version: 47.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
Latest version: 48.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-go/blob/master/releaseNotes.md)

## Golang Version Dependency
Expand All @@ -18,7 +18,7 @@ Some macOS users encounter the error "argument list too long" when building or i
Retrieve the package from https://github.com/MyPureCloud/platform-client-sdk-go using `go get`:

```go
go get github.com/mypurecloud/platform-client-sdk-go/v47/platformclientv2
go get github.com/mypurecloud/platform-client-sdk-go/v48/platformclientv2
```

## Using the SDK
Expand All @@ -27,7 +27,7 @@ go get github.com/mypurecloud/platform-client-sdk-go/v47/platformclientv2

```go
import (
"github.com/mypurecloud/platform-client-sdk-go/v47/platformclientv2"
"github.com/mypurecloud/platform-client-sdk-go/v48/platformclientv2"
)
```

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Platform API Client SDK - Go

A Go package to interface with the Genesys Cloud Platform API. View the documentation on the [pkg.go.dev](https://pkg.go.dev/github.com/MyPureCloud/platform-client-sdk-go). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-go).

Latest version: 47.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
Latest version: 48.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-go/blob/master/releaseNotes.md)

## Golang Version Dependency
Expand All @@ -18,7 +18,7 @@ Some macOS users encounter the error "argument list too long" when building or i
Retrieve the package from https://github.com/MyPureCloud/platform-client-sdk-go using `go get`:

```go
go get github.com/mypurecloud/platform-client-sdk-go/v47/platformclientv2
go get github.com/mypurecloud/platform-client-sdk-go/v48/platformclientv2
```

## Using the SDK
Expand All @@ -27,7 +27,7 @@ go get github.com/mypurecloud/platform-client-sdk-go/v47/platformclientv2

```go
import (
"github.com/mypurecloud/platform-client-sdk-go/v47/platformclientv2"
"github.com/mypurecloud/platform-client-sdk-go/v48/platformclientv2"
)
```

Expand Down
264 changes: 258 additions & 6 deletions docs/releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,266 @@
Platform API version: 4784
Platform API version: 4806


# Release notes
# Major Changes (11 changes)

* Forcing a major release to ensure SDKs align with API definition
**GET /api/v2/knowledge/knowledgebases** (1 change)

# Major Changes (0 changes)
* Parameter published was added

**GET /api/v2/fieldconfig** (1 change)

# Minor Changes (0 changes)
* Has been deprecated

**AuditQueryExecutionStatusResponse** (1 change)

# Point Changes (0 changes)
* Enum value Performance was removed from property serviceName

**AuditLogMessage** (3 changes)

* Enum value Performance was removed from property serviceName
* Enum value ExternalMetricData was removed from property entityType
* Enum value ExternalMetricDefinition was removed from property entityType

**AuditQueryRequest** (1 change)

* Enum value Performance was removed from property serviceName

**AuditRealtimeQueryRequest** (1 change)

* Enum value Performance was removed from property serviceName

**AuditQueryEntity** (2 changes)

* Enum value ExternalMetricData was removed from property name
* Enum value ExternalMetricDefinition was removed from property name

**AuditQueryService** (1 change)

* Enum value Performance was removed from property name


# Minor Changes (98 changes)

**/api/v2/telephony/providers/edges/autoscalinggroups/{asgId}/capacity** (2 changes)

* Path was added
* Operation PATCH was added

**/api/v2/authorization/divisions/{divisionId}/restore** (2 changes)

* Path was added
* Operation POST was added

**/api/v2/routing/email/outbound/domains/{domainId}** (2 changes)

* Path was added
* Operation PATCH was added

**/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/longtermforecastdata** (2 changes)

* Path was added
* Operation GET was added

**Contact** (1 change)

* Optional property integration was added

**SegmentDetailQueryPredicate** (1 change)

* Enum value agentOwned was added to property dimension

**KnowledgeBase** (1 change)

* Optional property published was added

**ContentAttachment** (1 change)

* Enum value Link was added to property mediaType

**ScaleASGResponse** (1 change)

* Model was added

**AsgScaleRequest** (1 change)

* Model was added

**AnalyticsParticipantWithoutAttributes** (1 change)

* Enum value botflow was added to property purpose

**AnalyticsSession** (1 change)

* Optional property agentOwned was added

**Dependency** (3 changes)

* Enum value DIALOGFLOWCXAGENT was added to property type
* Enum value NUANCEMIXBOT was added to property type
* Enum value NUANCEMIXINTEGRATION was added to property type

**DependencyObject** (3 changes)

* Enum value DIALOGFLOWCXAGENT was added to property type
* Enum value NUANCEMIXBOT was added to property type
* Enum value NUANCEMIXINTEGRATION was added to property type

**AuditQueryExecutionStatusResponse** (2 changes)

* Enum value EmployeePerformance was added to property serviceName
* Enum value Supportability was added to property serviceName

**AuditLogMessage** (26 changes)

* Enum value EmployeePerformance was added to property serviceName
* Enum value Supportability was added to property serviceName
* Enum value Replace was added to property action
* Enum value UpdateInService was added to property action
* Enum value UpdateOutOfService was added to property action
* Enum value Cycle was added to property action
* Enum value Scale was added to property action
* Enum value IpAllowlistClear was added to property action
* Enum value AddPairingRole was added to property action
* Enum value Add was added to property action
* Enum value ActionMap was added to property entityType
* Enum value ActionTemplate was added to property entityType
* Enum value EdgeLog was added to property entityType
* Enum value EdgeLogZip was added to property entityType
* Enum value EdgePcaps was added to property entityType
* Enum value EdgePreferences was added to property entityType
* Enum value EdgeTraceLevel was added to property entityType
* Enum value ExternalMetricsData was added to property entityType
* Enum value ExternalMetricsDefinition was added to property entityType
* Enum value MediaDiagnosticsTraceFile was added to property entityType
* Enum value OrganizationFeature was added to property entityType
* Enum value OrganizationIntegrationsAccess was added to property entityType
* Enum value Pcaps was added to property entityType
* Enum value Product was added to property entityType
* Enum value SupportFile was added to property entityType
* Enum value User was added to property entityType

**AuditQueryRequest** (2 changes)

* Enum value EmployeePerformance was added to property serviceName
* Enum value Supportability was added to property serviceName

**AuditRealtimeQueryRequest** (2 changes)

* Enum value EmployeePerformance was added to property serviceName
* Enum value Supportability was added to property serviceName

**AuditQueryEntity** (24 changes)

* Enum value ActionMap was added to property name
* Enum value ActionTemplate was added to property name
* Enum value EdgeLog was added to property name
* Enum value EdgeLogZip was added to property name
* Enum value EdgePcaps was added to property name
* Enum value EdgePreferences was added to property name
* Enum value EdgeTraceLevel was added to property name
* Enum value ExternalMetricsData was added to property name
* Enum value ExternalMetricsDefinition was added to property name
* Enum value MediaDiagnosticsTraceFile was added to property name
* Enum value OrganizationFeature was added to property name
* Enum value OrganizationIntegrationsAccess was added to property name
* Enum value Pcaps was added to property name
* Enum value Product was added to property name
* Enum value SupportFile was added to property name
* Enum value User was added to property name
* Enum value Replace was added to property actions
* Enum value UpdateInService was added to property actions
* Enum value UpdateOutOfService was added to property actions
* Enum value Cycle was added to property actions
* Enum value Scale was added to property actions
* Enum value IpAllowlistClear was added to property actions
* Enum value AddPairingRole was added to property actions
* Enum value Add was added to property actions

**AuditQueryService** (2 changes)

* Enum value EmployeePerformance was added to property name
* Enum value Supportability was added to property name

**EventMessage** (1 change)

* Enum value IMPORT_INVALID_PHONE_NUMBERS was added to property code

**OutboundDomain** (1 change)

* Model was added

**VerificationResult** (1 change)

* Model was added

**ConversationContentAttachment** (1 change)

* Enum value Link was added to property mediaType

**ConversationAggregateQueryPredicate** (1 change)

* Enum value agentOwned was added to property dimension

**ConversationAggregationQuery** (1 change)

* Enum value agentOwned was added to property groupBy

**AnalyticsParticipant** (1 change)

* Enum value botflow was added to property purpose

**FlowAggregateQueryPredicate** (1 change)

* Enum value agentOwned was added to property dimension

**FlowAggregationQuery** (1 change)

* Enum value agentOwned was added to property groupBy

**ConversationThreadingWindow** (1 change)

* Optional property defaultTimeoutMinutes was added

**EmailMessage** (1 change)

* Optional property replyTo was added

**BuShortTermForecastListItem** (1 change)

* Optional property canUseForScheduling was added

**BuForecastTimeSeriesResult** (1 change)

* Optional property forecastType was added

**BuShortTermForecast** (1 change)

* Optional property canUseForScheduling was added

**GenerateBuForecastRequest** (1 change)

* Optional property canUseForScheduling was added

**LongTermForecastPlanningGroupData** (1 change)

* Model was added

**LongTermForecastResult** (1 change)

* Model was added

**LongTermForecastResultResponse** (1 change)

* Model was added


# Point Changes (3 changes)

**GET /api/v2/knowledge/knowledgebases** (2 changes)

* Description was changed for parameter name
* Description was changed for parameter coreLanguage

**GET /api/v2/journey/actiontargets** (1 change)

* Description was changed for parameter pageSize
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mypurecloud/platform-client-sdk-go/v47
module github.com/mypurecloud/platform-client-sdk-go/v48

go 1.15

Expand Down
16 changes: 8 additions & 8 deletions platformclientv2/actionentitylisting.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ type Actionentitylisting struct {
FirstUri *string `json:"firstUri,omitempty"`


// PreviousUri
PreviousUri *string `json:"previousUri,omitempty"`


// LastUri
LastUri *string `json:"lastUri,omitempty"`


// SelfUri
SelfUri *string `json:"selfUri,omitempty"`

Expand All @@ -43,6 +35,14 @@ type Actionentitylisting struct {
NextUri *string `json:"nextUri,omitempty"`


// PreviousUri
PreviousUri *string `json:"previousUri,omitempty"`


// LastUri
LastUri *string `json:"lastUri,omitempty"`


// PageCount
PageCount *int `json:"pageCount,omitempty"`

Expand Down
16 changes: 8 additions & 8 deletions platformclientv2/actionmaplisting.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ type Actionmaplisting struct {
FirstUri *string `json:"firstUri,omitempty"`


// PreviousUri
PreviousUri *string `json:"previousUri,omitempty"`


// LastUri
LastUri *string `json:"lastUri,omitempty"`


// SelfUri
SelfUri *string `json:"selfUri,omitempty"`

Expand All @@ -43,6 +35,14 @@ type Actionmaplisting struct {
NextUri *string `json:"nextUri,omitempty"`


// PreviousUri
PreviousUri *string `json:"previousUri,omitempty"`


// LastUri
LastUri *string `json:"lastUri,omitempty"`


// PageCount
PageCount *int `json:"pageCount,omitempty"`

Expand Down
Loading

0 comments on commit 27c0c31

Please sign in to comment.