Skip to content

Commit

Permalink
[Auto Generated] 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Jan 28, 2025
1 parent dd1c9dc commit 8f307a3
Show file tree
Hide file tree
Showing 2,139 changed files with 346,529 additions and 56,748 deletions.
21,708 changes: 16,937 additions & 4,771 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion FDKClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'FDKClient'
s.version = '1.4.15-beta.7'
s.version = '3.0.0-beta.1'
s.summary = 'FDK Client SDK for Swift language'

s.description = 'FDK Client SDK for Swift language that can be used to make Apps or extensions.'
Expand Down
2 changes: 1 addition & 1 deletion Sources/code/application/ApplicationAPIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ApplicationAPIClient {
var headers = [
(key: "Authorization", value: "Bearer " + "\(config.applicationId):\(config.applicationToken)".asBase64)
]
headers.append((key: "x-fp-sdk-version", value: "1.4.15-beta.7"))
headers.append((key: "x-fp-sdk-version", value: "3.0.0-beta.1"))
headers.append(contentsOf: config.extraHeaders)
if let userAgent = config.userAgent {
headers.append((key: "User-Agent", value: userAgent))
Expand Down
36 changes: 0 additions & 36 deletions Sources/code/application/ApplicationEnums.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,42 +25,6 @@ public extension ApplicationClient.Content {
public extension ApplicationClient.Lead {


/*
Enum: PriorityEnum
Used By: Lead
*/
enum PriorityEnum: String, Codable {

case low = "low"

case medium = "medium"

case high = "high"

case urgent = "urgent"

}



/*
Enum: HistoryTypeEnum
Used By: Lead
*/
enum HistoryTypeEnum: String, Codable {

case rating = "rating"

case log = "log"

case comment = "comment"

case thread = "thread"

}



/*
Enum: TicketAssetTypeEnum
Used By: Lead
Expand Down
Loading

0 comments on commit 8f307a3

Please sign in to comment.