Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 5.0.4 #126

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KustomerChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KustomerChat'
s.version = '5.0.3'
s.version = '5.0.4'
s.swift_version = '5.0'
s.cocoapods_version = '>= 1.10.0'
s.authors = 'Kustomer.com'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -354,22 +354,6 @@ SWIFT_CLASS("_TtC12KustomerChat14KustomerClient")




/// :nodoc:
SWIFT_CLASS("_TtC12KustomerChat19NextGrowingTextView")
@interface NextGrowingTextView : UIScrollView
@property (nonatomic, strong) UIView * _Nullable inputView;
@property (nonatomic, readonly) BOOL isFirstResponder;
- (BOOL)becomeFirstResponder SWIFT_WARN_UNUSED_RESULT;
- (BOOL)resignFirstResponder SWIFT_WARN_UNUSED_RESULT;
@property (nonatomic, readonly) CGSize intrinsicContentSize;
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
- (void)layoutSubviews;
- (void)reloadInputViews;
@end


@class UNUserNotificationCenter;
@class UNNotificationResponse;
@class UNNotification;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -927,51 +927,6 @@ extension UserNotifications.UNNotification {
public func isFromKustomer() -> Swift.Bool
public func kustomerShouldDisplay() -> Swift.Bool
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class NextGrowingTextView : UIKit.UIScrollView {
@_hasMissingDesignatedInitializers open class Delegates {
open var willChangeHeight: (CoreFoundation.CGFloat) -> Swift.Void
open var didChangeHeight: (CoreFoundation.CGFloat) -> Swift.Void
@objc deinit
}
@_Concurrency.MainActor(unsafe) open var delegates: KustomerChat.NextGrowingTextView.Delegates
@_Concurrency.MainActor(unsafe) open var textView: UIKit.UITextView {
get
}
@_Concurrency.MainActor(unsafe) open var minNumberOfLines: Swift.Int {
get
set
}
@_Concurrency.MainActor(unsafe) open var maxNumberOfLines: Swift.Int {
get
set
}
@available(*, deprecated, message: "Use isAutomaticScrollToBottomEnabled")
@_Concurrency.MainActor(unsafe) open var disableAutomaticScrollToBottom: Swift.Bool {
get
}
@_Concurrency.MainActor(unsafe) open var isAutomaticScrollToBottomEnabled: Swift.Bool
@_Concurrency.MainActor(unsafe) open var placeholderAttributedText: Foundation.NSAttributedString? {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open var inputView: UIKit.UIView? {
@objc get
@objc set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open var isFirstResponder: Swift.Bool {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func becomeFirstResponder() -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc override dynamic open func resignFirstResponder() -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func layoutSubviews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func reloadInputViews()
@objc deinit
}
public enum KustomerConnectionStatus : Swift.String {
case connecting
case connected
Expand Down Expand Up @@ -1591,6 +1546,7 @@ public typealias KUSCustomDescribe = [Swift.String : Any]
final public func openChatAssistant(id: Swift.String, startDialog: Swift.String?, presentingVC: UIKit.UIViewController? = nil, completion: @escaping ((Swift.Result<Swift.Void, KustomerChat.KError>) -> Swift.Void), afterFirstMessage: @escaping ((KustomerChat.KUSConversation) -> Swift.Void) = { c in }, initialMessages: [Swift.String]? = nil, customDescribe: KustomerChat.KUSCustomDescribe? = nil, animated: Swift.Bool = true)
final public func getUnreadCount(completion: @escaping (Swift.Result<Swift.Int, KustomerChat.KError>) -> Swift.Void)
final public func getOpenConversationCount(completion: @escaping (Swift.Result<Swift.Int, KustomerChat.KError>) -> Swift.Void)
final public func overrideAssistant(_ overrideAssistantId: Swift.String, completion: @escaping ((KustomerChat.KUSAssistant?) -> Swift.Void))
@objc deinit
}
extension KustomerChat.KustomerClient : UIKit.UIAdaptivePresentationControllerDelegate {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -927,51 +927,6 @@ extension UserNotifications.UNNotification {
public func isFromKustomer() -> Swift.Bool
public func kustomerShouldDisplay() -> Swift.Bool
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class NextGrowingTextView : UIKit.UIScrollView {
@_hasMissingDesignatedInitializers open class Delegates {
open var willChangeHeight: (CoreFoundation.CGFloat) -> Swift.Void
open var didChangeHeight: (CoreFoundation.CGFloat) -> Swift.Void
@objc deinit
}
@_Concurrency.MainActor(unsafe) open var delegates: KustomerChat.NextGrowingTextView.Delegates
@_Concurrency.MainActor(unsafe) open var textView: UIKit.UITextView {
get
}
@_Concurrency.MainActor(unsafe) open var minNumberOfLines: Swift.Int {
get
set
}
@_Concurrency.MainActor(unsafe) open var maxNumberOfLines: Swift.Int {
get
set
}
@available(*, deprecated, message: "Use isAutomaticScrollToBottomEnabled")
@_Concurrency.MainActor(unsafe) open var disableAutomaticScrollToBottom: Swift.Bool {
get
}
@_Concurrency.MainActor(unsafe) open var isAutomaticScrollToBottomEnabled: Swift.Bool
@_Concurrency.MainActor(unsafe) open var placeholderAttributedText: Foundation.NSAttributedString? {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open var inputView: UIKit.UIView? {
@objc get
@objc set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open var isFirstResponder: Swift.Bool {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func becomeFirstResponder() -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc override dynamic open func resignFirstResponder() -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func layoutSubviews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func reloadInputViews()
@objc deinit
}
public enum KustomerConnectionStatus : Swift.String {
case connecting
case connected
Expand Down Expand Up @@ -1591,6 +1546,7 @@ public typealias KUSCustomDescribe = [Swift.String : Any]
final public func openChatAssistant(id: Swift.String, startDialog: Swift.String?, presentingVC: UIKit.UIViewController? = nil, completion: @escaping ((Swift.Result<Swift.Void, KustomerChat.KError>) -> Swift.Void), afterFirstMessage: @escaping ((KustomerChat.KUSConversation) -> Swift.Void) = { c in }, initialMessages: [Swift.String]? = nil, customDescribe: KustomerChat.KUSCustomDescribe? = nil, animated: Swift.Bool = true)
final public func getUnreadCount(completion: @escaping (Swift.Result<Swift.Int, KustomerChat.KError>) -> Swift.Void)
final public func getOpenConversationCount(completion: @escaping (Swift.Result<Swift.Int, KustomerChat.KError>) -> Swift.Void)
final public func overrideAssistant(_ overrideAssistantId: Swift.String, completion: @escaping ((KustomerChat.KUSAssistant?) -> Swift.Void))
@objc deinit
}
extension KustomerChat.KustomerClient : UIKit.UIAdaptivePresentationControllerDelegate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
<dict>
<key>Assets.car</key>
<data>
XtMU4IY7qhXaec15DhhMG0vfG3o=
uLv7+rGbpd3+H2ekFPJybaaUhfE=
</data>
<key>Headers/KustomerChat-Swift.h</key>
<data>
S6H/REKSFvJTh4uoZwCGY+puN1A=
y8DOcpOXzwAk6xY937TrkBFquzI=
</data>
<key>Headers/KustomerChat.h</key>
<data>
ShZzf/R1t68Jhx7/8zHZgum/G+o=
</data>
<key>Info.plist</key>
<data>
m/kwdOTCZs8Uujj9+mHoyFG+nBA=
79EeRYDhL/5XVM5pG7sNqaGOR7A=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
FSPnLbho3G+LL9smI3XgVOqBIQ4=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
w77MfNQlAQ8nrtPjI1TPnWJAlZs=
LQC/LKRa773LlIsVKmwyvIKty9A=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
ff/gHglO4N6bRUk7Vd0sog7g+PE=
GYxqfoIZm3Ww+hPqAwCeyKv0uTI=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
w77MfNQlAQ8nrtPjI1TPnWJAlZs=
LQC/LKRa773LlIsVKmwyvIKty9A=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
fzS09XYvdOm45BRg/qqR776C7yU=
8AXFitPHqXz9GdVoShTG6OM2K/I=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1063,14 +1063,14 @@
<dict>
<key>hash2</key>
<data>
vYRhRPFBYFqY7QE8SZvIR4IgswGoUGyhIUafyb2Tt0U=
Okjmf8PLACRhaLiu8jv5KGtuLV6P5rrINru69XbSOPA=
</data>
</dict>
<key>Headers/KustomerChat-Swift.h</key>
<dict>
<key>hash2</key>
<data>
axMHqTzuupB7EbqPKtNWrZgZQmkkRaoX0tQQaosJd40=
lk8MHFRqVvuQHjM7ZXeu4BXId8cuuFvf8PTRHdsGFqU=
</data>
</dict>
<key>Headers/KustomerChat.h</key>
Expand All @@ -1091,28 +1091,28 @@
<dict>
<key>hash2</key>
<data>
0RwfwLVapz3QyVNnQPNGos8brQ4SFghSBWd62HBEs+0=
jgWoZZ65S4CTdr109Q2NRZBPZ5RHI9P2GcgpB5G6Xl4=
</data>
</dict>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
hoSibuF5iEJrfEb4bRbkn4zrEKI8B5dfH39NNU/YBZc=
6jalyns6G7kgc5OLWn18NJThD/4kx0qbHxaclWM2dnM=
</data>
</dict>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
0RwfwLVapz3QyVNnQPNGos8brQ4SFghSBWd62HBEs+0=
jgWoZZ65S4CTdr109Q2NRZBPZ5RHI9P2GcgpB5G6Xl4=
</data>
</dict>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
qwznxCtV9lbghDq82swzcbzr19PCkcX1YqcZUbbgpkA=
i4HYiT2w/YqBoHQBbPxYZl66l+tWiaRRw0MBkwK5vks=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.0.3</string>
<string>5.0.4</string>
<key>CFBundleVersion</key>
<string>2</string>
</dict>
Expand Down
Binary file not shown.
Loading
Loading