Skip to content

Commit

Permalink
Glia Core SDK Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BitriseBot authored and igorkravchenko committed Oct 11, 2023
1 parent df864e2 commit 92ea66b
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 49 deletions.
2 changes: 1 addition & 1 deletion GliaCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GliaCoreSDK'
s.version = '1.1.3'
s.version = '1.1.4'
s.summary = 'The Glia Core SDK'
s.description = 'The Glia Core SDK brings the in-person customer experience to iOS devices.'
s.homepage = 'https://www.glia.com/'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




@class MediaUpgradeOffer;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -533,7 +534,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




enum LogLevel : NSInteger;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand All @@ -550,15 +550,13 @@ enum LogLevel : NSInteger;
@end



@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Clear the use session of the client library
- (void)clearSession;
@end





@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Uploads a file to an engagement. The uploaded file can be later sent as part of a chat message attachments.
/// If Glia’s servers require a security check for the uploaded file, then it will be triggered automatically. The completion
Expand Down Expand Up @@ -622,6 +620,10 @@ enum LogLevel : NSInteger;
@end






@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Unavailable.
- (BOOL)configureWithSite:(NSString * _Nonnull)site error:(NSError * _Nullable * _Nullable)error SWIFT_UNAVAILABLE_MSG("Use `GliaCore.configure(_ configuration: Configuration)` instead.");
Expand All @@ -631,8 +633,6 @@ enum LogLevel : NSInteger;





@class Message;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -1176,6 +1176,7 @@ SWIFT_CLASS("_TtC11GliaCoreSDK17PushNotifications")




@class UNUserNotificationCenter;
@class UNNotification;
@class UNNotificationResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31112,6 +31112,13 @@
}
]
},
{
"kind": "Import",
"name": "UserNotifications",
"printedName": "UserNotifications",
"declKind": "Import",
"moduleName": "GliaCoreSDK"
},
{
"kind": "Import",
"name": "Foundation",
Expand Down Expand Up @@ -36975,7 +36982,7 @@
"kind": "StringLiteral",
"offset": 433,
"length": 7,
"value": "\"1.1.3\""
"value": "\"1.1.4\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Medra\/Channel\/NamespacedChannel.swift",
Expand Down Expand Up @@ -37029,38 +37036,45 @@
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "BooleanLiteral",
"offset": 16267,
"offset": 16403,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51604,
"offset": 51740,
"length": 22,
"value": "\"capabilities:request\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51663,
"offset": 51799,
"length": 23,
"value": "\"capabilities:response\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51604,
"offset": 51740,
"length": 22,
"value": "\"capabilities:request\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51663,
"offset": 51799,
"length": 23,
"value": "\"capabilities:response\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/Push\/PushNotifications.UserNotificationCenterDelegatesProxy.swift",
"kind": "Array",
"offset": 250,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/Operator.swift",
"kind": "StringLiteral",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




@class MediaUpgradeOffer;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -533,7 +534,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




enum LogLevel : NSInteger;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand All @@ -550,15 +550,13 @@ enum LogLevel : NSInteger;
@end



@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Clear the use session of the client library
- (void)clearSession;
@end





@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Uploads a file to an engagement. The uploaded file can be later sent as part of a chat message attachments.
/// If Glia’s servers require a security check for the uploaded file, then it will be triggered automatically. The completion
Expand Down Expand Up @@ -622,6 +620,10 @@ enum LogLevel : NSInteger;
@end






@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Unavailable.
- (BOOL)configureWithSite:(NSString * _Nonnull)site error:(NSError * _Nullable * _Nullable)error SWIFT_UNAVAILABLE_MSG("Use `GliaCore.configure(_ configuration: Configuration)` instead.");
Expand All @@ -631,8 +633,6 @@ enum LogLevel : NSInteger;





@class Message;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -1176,6 +1176,7 @@ SWIFT_CLASS("_TtC11GliaCoreSDK17PushNotifications")




@class UNUserNotificationCenter;
@class UNNotification;
@class UNNotificationResponse;
Expand Down Expand Up @@ -1859,6 +1860,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




@class MediaUpgradeOffer;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -1892,7 +1894,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




enum LogLevel : NSInteger;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand All @@ -1909,15 +1910,13 @@ enum LogLevel : NSInteger;
@end



@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Clear the use session of the client library
- (void)clearSession;
@end





@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Uploads a file to an engagement. The uploaded file can be later sent as part of a chat message attachments.
/// If Glia’s servers require a security check for the uploaded file, then it will be triggered automatically. The completion
Expand Down Expand Up @@ -1981,6 +1980,10 @@ enum LogLevel : NSInteger;
@end






@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Unavailable.
- (BOOL)configureWithSite:(NSString * _Nonnull)site error:(NSError * _Nullable * _Nullable)error SWIFT_UNAVAILABLE_MSG("Use `GliaCore.configure(_ configuration: Configuration)` instead.");
Expand All @@ -1990,8 +1993,6 @@ enum LogLevel : NSInteger;





@class Message;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -2535,6 +2536,7 @@ SWIFT_CLASS("_TtC11GliaCoreSDK17PushNotifications")




@class UNUserNotificationCenter;
@class UNNotification;
@class UNNotificationResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31112,6 +31112,13 @@
}
]
},
{
"kind": "Import",
"name": "UserNotifications",
"printedName": "UserNotifications",
"declKind": "Import",
"moduleName": "GliaCoreSDK"
},
{
"kind": "Import",
"name": "Foundation",
Expand Down Expand Up @@ -36975,7 +36982,7 @@
"kind": "StringLiteral",
"offset": 433,
"length": 7,
"value": "\"1.1.3\""
"value": "\"1.1.4\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Medra\/Channel\/NamespacedChannel.swift",
Expand Down Expand Up @@ -37029,38 +37036,45 @@
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "BooleanLiteral",
"offset": 16267,
"offset": 16403,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51604,
"offset": 51740,
"length": 22,
"value": "\"capabilities:request\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51663,
"offset": 51799,
"length": 23,
"value": "\"capabilities:response\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51604,
"offset": 51740,
"length": 22,
"value": "\"capabilities:request\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/GliaCore\/GliaCore.swift",
"kind": "StringLiteral",
"offset": 51663,
"offset": 51799,
"length": 23,
"value": "\"capabilities:response\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/Push\/PushNotifications.UserNotificationCenterDelegatesProxy.swift",
"kind": "Array",
"offset": 250,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Classes\/API\/Operator.swift",
"kind": "StringLiteral",
Expand Down
Loading

0 comments on commit 92ea66b

Please sign in to comment.