Skip to content

Commit

Permalink
Support API AddSchemaProperty.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed May 15, 2024
1 parent 8f73e1f commit 0f12af7
Show file tree
Hide file tree
Showing 7 changed files with 3,660 additions and 270 deletions.
4 changes: 2 additions & 2 deletions AlibabacloudCCC20200701.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "AlibabacloudCCC20200701"
spec.version = "2.15.0"
spec.version = "2.16.0"
spec.license = "Apache 2.0"
spec.summary = "Alibaba Cloud cloud call center (20200701) SDK Library for Swift"
spec.homepage = "https://github.com/alibabacloud-sdk-swift/ccc-20200701"
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|

spec.dependency 'Tea', '~> 1.0.0'
spec.dependency 'TeaUtils', '~> 1.0.5'
spec.dependency 'AlibabacloudOpenApi', '~> 1.0.3'
spec.dependency 'AlibabacloudOpenApi', '~> 1.0.4'
spec.dependency 'AlibabaCloudOpenApiUtil', '~> 1.0.1'
spec.dependency 'AlibabacloudEndpointUtil', '~> 1.0.0'

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github aliyun/tea-swift ~> 1.0.0
github alibabacloud-sdk-swift/tea-utils ~> 1.0.5
github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.3
github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.4
github alibabacloud-sdk-swift/openapi-util ~> 1.0.1
github alibabacloud-sdk-swift/endpoint-util ~> 1.0.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/aliyun/tea-swift.git", from: "1.0.0"),
.package(url: "https://github.com/alibabacloud-sdk-swift/tea-utils", from: "1.0.5"),
.package(url: "https://github.com/alibabacloud-sdk-swift/darabonba-openapi", from: "1.0.3"),
.package(url: "https://github.com/alibabacloud-sdk-swift/darabonba-openapi", from: "1.0.4"),
.package(url: "https://github.com/alibabacloud-sdk-swift/openapi-util", from: "1.0.1"),
.package(url: "https://github.com/alibabacloud-sdk-swift/endpoint-util", from: "1.0.0"),
],
Expand Down
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
要使用 [Carthage](https://github.com/Carthage/Carthage)`AlibabacloudCCC20200701` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容:

```ogdl
github "alibabacloud-sdk-swift/ccc-20200701" "2.15.0"
github "alibabacloud-sdk-swift/ccc-20200701" "2.16.0"
```

### Swift 包管理工具
Expand All @@ -26,7 +26,7 @@ github "alibabacloud-sdk-swift/ccc-20200701" "2.15.0"

```swift
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/ccc-20200701.git", from: "2.15.0")
.package(url: "https://github.com/alibabacloud-sdk-swift/ccc-20200701.git", from: "2.16.0")
]
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ English | [简体中文](README-CN.md)
To integrate `AlibabacloudCCC20200701` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:

```ogdl
github "alibabacloud-sdk-swift/ccc-20200701" "2.15.0"
github "alibabacloud-sdk-swift/ccc-20200701" "2.16.0"
```

### Swift Package Manager
Expand All @@ -26,7 +26,7 @@ To integrate `AlibabacloudCCC20200701` into your Xcode project using [Swift Pack

```swift
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/ccc-20200701.git", from: "2.15.0")
.package(url: "https://github.com/alibabacloud-sdk-swift/ccc-20200701.git", from: "2.16.0")
]
```

Expand Down
434 changes: 434 additions & 0 deletions Sources/AlibabacloudCCC20200701/Client.swift

Large diffs are not rendered by default.

Loading

0 comments on commit 0f12af7

Please sign in to comment.