diff --git a/DixaMessenger.podspec b/DixaMessenger.podspec index ffc1dc7..5a06906 100644 --- a/DixaMessenger.podspec +++ b/DixaMessenger.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'DixaMessengerKit' - s.version = '1.3.0' + s.version = '1.4.0' s.summary = 'DixaMessenger for iOS' # This description is used to generate tags and improve search results. diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car index 46f4952..311d4e3 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car index 2e12ecf..d540c36 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist index 5be0f2b..7c43de2 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger index 18be345..7750e1a 100755 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h index ff9376f..0e2a192 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h @@ -1,4 +1,6 @@ -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef DIXAMESSENGER_SWIFT_H #define DIXAMESSENGER_SWIFT_H #pragma clang diagnostic push @@ -21,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -181,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif #if !defined(SWIFT_EXTERN) # if defined(__cplusplus) # define SWIFT_EXTERN extern "C" @@ -191,16 +204,39 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_EXTERN extern # endif #endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -208,6 +244,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -216,6 +253,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; @class UITouch; @class UIEvent; @@ -306,8 +344,15 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif + +#else +#error unsupported Swift architecture +#endif diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist index 9256760..d2df814 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.abi.json b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000..f70d038 --- /dev/null +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,12047 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "PhotosUI", + "printedName": "PhotosUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MobileCoreServices", + "printedName": "MobileCoreServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UniformTypeIdentifiers", + "printedName": "UniformTypeIdentifiers", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Settings", + "printedName": "Settings", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "Messenger", + "printedName": "Messenger", + "children": [ + { + "kind": "Var", + "name": "pushNotification", + "printedName": "pushNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "RemoteNotification", + "printedName": "DixaMessenger.RemoteNotification", + "usr": "s:13DixaMessenger18RemoteNotificationC" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvpZ", + "mangledName": "$s13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvpZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RemoteNotification", + "printedName": "DixaMessenger.RemoteNotification", + "usr": "s:13DixaMessenger18RemoteNotificationC" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvgZ", + "mangledName": "$s13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvgZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0B0C9configureyyAA0A13ConfigurationVFZ", + "mangledName": "$s13DixaMessenger0B0C9configureyyAA0A13ConfigurationVFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configureWith", + "printedName": "configureWith(messengerToken:logLevel:pushEnvironment:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)configureWithMessengerToken:logLevel:pushEnvironment:", + "mangledName": "$s13DixaMessenger0B0C13configureWith14messengerToken8logLevel15pushEnvironmentySS_S2utFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "configureWithMessengerToken:logLevel:pushEnvironment:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerForPushNotification", + "printedName": "registerForPushNotification(deviceToken:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)registerForPushNotificationWithDeviceToken:", + "mangledName": "$s13DixaMessenger0B0C27registerForPushNotification11deviceTokeny10Foundation4DataV_tFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "registerForPushNotificationWithDeviceToken:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unreadMessagesCountListener", + "printedName": "unreadMessagesCountListener(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)unreadMessagesCountListenerWithCompletion:", + "mangledName": "$s13DixaMessenger0B0C27unreadMessagesCountListener10completionyySic_tFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "unreadMessagesCountListenerWithCompletion:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateUserCredentials", + "printedName": "updateUserCredentials(username:email:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)updateUserCredentialsWithUsername:email:", + "mangledName": "$s13DixaMessenger0B0C21updateUserCredentials8username5emailySS_SStFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "updateUserCredentialsWithUsername:email:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearUserCredentials", + "printedName": "clearUserCredentials()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)clearUserCredentials", + "mangledName": "$s13DixaMessenger0B0C20clearUserCredentialsyyFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "openMessenger", + "printedName": "openMessenger(from:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)openMessengerFrom:completion:", + "mangledName": "$s13DixaMessenger0B0C04openB04from10completionySo16UIViewControllerC_yycSgtFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "openMessengerFrom:completion:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Messenger", + "printedName": "DixaMessenger.Messenger", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(im)init", + "mangledName": "$s13DixaMessenger0B0CACycfc", + "moduleName": "DixaMessenger", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger", + "mangledName": "$s13DixaMessenger0B0C", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CryptoKit", + "printedName": "CryptoKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "RemoteNotification", + "printedName": "RemoteNotification", + "children": [ + { + "kind": "Function", + "name": "register", + "printedName": "register(deviceToken:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC8register11deviceTokeny10Foundation4DataV_tF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC8register11deviceTokeny10Foundation4DataV_tF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "process", + "printedName": "process(notification:rootViewController:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UNNotification", + "printedName": "UserNotifications.UNNotification", + "usr": "c:objc(cs)UNNotification" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC7process12notification18rootViewControllerSbSo14UNNotificationC_So06UIViewI0CtF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC7process12notification18rootViewControllerSbSo14UNNotificationC_So06UIViewI0CtF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "presentNotification", + "printedName": "presentNotification(_:withCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UNNotification", + "printedName": "UserNotifications.UNNotification", + "usr": "c:objc(cs)UNNotification" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UserNotifications.UNNotificationPresentationOptions) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UNNotificationPresentationOptions", + "printedName": "UserNotifications.UNNotificationPresentationOptions", + "usr": "c:@E@UNNotificationPresentationOptions" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC07presentD0_21withCompletionHandlerSbSo14UNNotificationC_ySo0I19PresentationOptionsVXEtF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC07presentD0_21withCompletionHandlerSbSo14UNNotificationC_ySo0I19PresentationOptionsVXEtF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:13DixaMessenger18RemoteNotificationC", + "mangledName": "$s13DixaMessenger18RemoteNotificationC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SafariServices", + "printedName": "SafariServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "os", + "printedName": "os", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)layoutSubviews", + "mangledName": "$s13DixaMessenger14AnimatedButtonC14layoutSubviewsyyF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesBegan", + "printedName": "touchesBegan(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)touchesBegan:withEvent:", + "mangledName": "$s13DixaMessenger14AnimatedButtonC12touchesBegan_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "touchesBegan:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)touchesEnded:withEvent:", + "mangledName": "$s13DixaMessenger14AnimatedButtonC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton", + "mangledName": "$s13DixaMessenger14AnimatedButtonC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Authentication", + "printedName": "Authentication", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "BulletinBoardKit", + "printedName": "BulletinBoardKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "KnowledgeViewController", + "printedName": "KnowledgeViewController", + "children": [ + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController(im)viewDidLoad", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC11viewDidLoadyyF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "KnowledgeViewController", + "printedName": "DixaMessenger.KnowledgeViewController", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController(im)initWithNibName:bundle:", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "DixaMessenger", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "OSLog", + "printedName": "OSLog", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger8LogLevelO1loiySbAC_ACtFZ", + "mangledName": "$s13DixaMessenger8LogLevelO1loiySbAC_ACtFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO4noneyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO4noneyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO5erroryA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO5erroryA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO7warningyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO7warningyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO3allyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO3allyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DixaMessenger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger8LogLevelO8rawValueACSgSu_tcfc", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueACSgSu_tcfc", + "moduleName": "DixaMessenger", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger8LogLevelO8rawValueSuvp", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueSuvp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger8LogLevelO8rawValueSuvg", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueSuvg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger8LogLevelO", + "mangledName": "$s13DixaMessenger8LogLevelO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LogDestination", + "printedName": "LogDestination", + "children": [ + { + "kind": "Var", + "name": "OSLog", + "printedName": "OSLog", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogDestination.Type) -> DixaMessenger.LogDestination", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogDestination.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger14LogDestinationO5OSLogyA2CmF", + "mangledName": "$s13DixaMessenger14LogDestinationO5OSLogyA2CmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Var", + "name": "console", + "printedName": "console", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogDestination.Type) -> DixaMessenger.LogDestination", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogDestination.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger14LogDestinationO7consoleyA2CmF", + "mangledName": "$s13DixaMessenger14LogDestinationO7consoleyA2CmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger14LogDestinationO2eeoiySbAC_ACtFZ", + "mangledName": "$s13DixaMessenger14LogDestinationO2eeoiySbAC_ACtFZ", + "moduleName": "DixaMessenger", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger14LogDestinationO9hashValueSivp", + "mangledName": "$s13DixaMessenger14LogDestinationO9hashValueSivp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger14LogDestinationO9hashValueSivg", + "mangledName": "$s13DixaMessenger14LogDestinationO9hashValueSivg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger14LogDestinationO4hash4intoys6HasherVz_tF", + "mangledName": "$s13DixaMessenger14LogDestinationO4hash4intoys6HasherVz_tF", + "moduleName": "DixaMessenger", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger14LogDestinationO", + "mangledName": "$s13DixaMessenger14LogDestinationO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "PhotosUI", + "printedName": "PhotosUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MobileCoreServices", + "printedName": "MobileCoreServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "APIError", + "printedName": "APIError", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "APIError", + "printedName": "DixaMessenger.APIError", + "usr": "s:13DixaMessenger8APIErrorV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger8APIErrorVyAC10Foundation4DataVcfc", + "mangledName": "$s13DixaMessenger8APIErrorVyAC10Foundation4DataVcfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13DixaMessenger8APIErrorV", + "mangledName": "$s13DixaMessenger8APIErrorV", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "DixaConfiguration", + "printedName": "DixaConfiguration", + "children": [ + { + "kind": "TypeDecl", + "name": "PushEnvironment", + "printedName": "PushEnvironment", + "children": [ + { + "kind": "Var", + "name": "production", + "printedName": "production", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.DixaConfiguration.PushEnvironment.Type) -> DixaMessenger.DixaConfiguration.PushEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO10productionyA2EmF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO10productionyA2EmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Var", + "name": "sandbox", + "printedName": "sandbox", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.DixaConfiguration.PushEnvironment.Type) -> DixaMessenger.DixaConfiguration.PushEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO7sandboxyA2EmF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO7sandboxyA2EmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueAESgSu_tcfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueAESgSu_tcfc", + "moduleName": "DixaMessenger", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvp", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvg", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(token:logLevel:pushEnvironment:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "hasDefaultArg": true, + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "hasDefaultArg": true, + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationV5token8logLevel15pushEnvironmentACSS_AA03LogF0OAC04PushH0Otcfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationV5token8logLevel15pushEnvironmentACSS_AA03LogF0OAC04PushH0Otcfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationVACycfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationVACycfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "apikey", + "printedName": "apikey(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV6apikeyyACSSF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV6apikeyyACSSF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLevel", + "printedName": "logLevel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV8logLevelyAcA03LogE0OF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV8logLevelyAcA03LogE0OF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pushEnvironment", + "printedName": "pushEnvironment(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV15pushEnvironmentyA2C04PushE0OF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15pushEnvironmentyA2C04PushE0OF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "supportedLanguages", + "printedName": "supportedLanguages(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV18supportedLanguagesyACSaySSGF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV18supportedLanguagesyACSaySSGF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13DixaMessenger0A13ConfigurationV", + "mangledName": "$s13DixaMessenger0A13ConfigurationV", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CoreHaptics", + "printedName": "CoreHaptics", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "BulletinBoardKit", + "printedName": "BulletinBoardKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "Publisher", + "printedName": "Publisher", + "children": [ + { + "kind": "Function", + "name": "assignNoRetain", + "printedName": "assignNoRetain(to:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCancellable", + "printedName": "Combine.AnyCancellable", + "usr": "s:7Combine14AnyCancellableC" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath<τ_1_0, τ_0_0.Output>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Output" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:7Combine9PublisherP13DixaMessengers5NeverO7FailureRtzrlE14assignNoRetain2to2onAA14AnyCancellableCs24ReferenceWritableKeyPathCyqd__6OutputQzG_qd__tRld__ClF", + "mangledName": "$s7Combine9PublisherP13DixaMessengers5NeverO7FailureRtzrlE14assignNoRetain2to2onAA14AnyCancellableCs24ReferenceWritableKeyPathCyqd__6OutputQzG_qd__tRld__ClF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Combine.Publisher, τ_1_0 : AnyObject, τ_0_0.Failure == Swift.Never>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:7Combine9PublisherP", + "mangledName": "$s7Combine9PublisherP", + "moduleName": "Combine", + "genericSig": "<τ_0_0.Failure : Swift.Error>", + "sugared_genericSig": "", + "intro_Macosx": "10.15", + "intro_iOS": "13.0", + "intro_tvOS": "13.0", + "intro_watchOS": "6.0", + "declAttributes": [ + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Function", + "name": "image", + "printedName": "image(ofSize:cornerRadius:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "hasDefaultArg": true, + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "hasDefaultArg": true, + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC13DixaMessengerE5image6ofSize12cornerRadiusSo7UIImageCSgSo6CGSizeV_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo7UIColorC13DixaMessengerE5image6ofSize12cornerRadiusSo7UIImageCSgSo6CGSizeV_12CoreGraphics7CGFloatVtF", + "moduleName": "DixaMessenger", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OSLog", + "printedName": "OSLog", + "children": [ + { + "kind": "Var", + "name": "application", + "printedName": "application", + "children": [ + { + "kind": "TypeNominal", + "name": "OSLog", + "printedName": "os.OSLog", + "usr": "c:objc(cs)OS_os_log" + } + ], + "declKind": "Var", + "usr": "s:So9OS_os_logC13DixaMessengerE11applicationABvpZ", + "mangledName": "$sSo9OS_os_logC13DixaMessengerE11applicationABvpZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OSLog", + "printedName": "os.OSLog", + "usr": "c:objc(cs)OS_os_log" + } + ], + "declKind": "Accessor", + "usr": "s:So9OS_os_logC13DixaMessengerE11applicationABvgZ", + "mangledName": "$sSo9OS_os_logC13DixaMessengerE11applicationABvgZ", + "moduleName": "DixaMessenger", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_os_log", + "moduleName": "os", + "isOpen": true, + "objc_name": "OS_os_log", + "declAttributes": [ + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Publishers", + "printedName": "Publishers", + "children": [ + { + "kind": "TypeDecl", + "name": "EventLogger", + "printedName": "EventLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(upstream:logMessage:logLevel:)", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLogger", + "printedName": "Combine.Publishers.EventLogger<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Constructor", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV8upstream10logMessage0H5LevelAFy_xGx_SSAD03LogJ0Otcfc", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV8upstream10logMessage0H5LevelAFy_xGx_SSAD03LogJ0Otcfc", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0 where τ_0_0 : Combine.Publisher>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "receive", + "printedName": "receive(subscriber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV7receive10subscriberyqd___tAA10SubscriberRd__7FailureQyd__AJRtz5InputQyd__6OutputRtzlF", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV7receive10subscriberyqd___tAA10SubscriberRd__7FailureQyd__AJRtz5InputQyd__6OutputRtzlF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Combine.Publisher, τ_1_0 : Combine.Subscriber, τ_0_0.Failure == τ_1_0.Failure, τ_0_0.Output == τ_1_0.Input>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0 where τ_0_0 : Combine.Publisher>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Publisher", + "printedName": "Publisher", + "children": [ + { + "kind": "TypeWitness", + "name": "Output", + "printedName": "Output", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Output" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Failure", + "printedName": "Failure", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Failure" + } + ] + } + ], + "usr": "s:7Combine9PublisherP", + "mangledName": "$s7Combine9PublisherP" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7Combine10PublishersO", + "mangledName": "$s7Combine10PublishersO", + "moduleName": "Combine", + "intro_Macosx": "10.15", + "intro_iOS": "13.0", + "intro_tvOS": "13.0", + "intro_watchOS": "6.0", + "declAttributes": [ + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Class", + "usr": "c:objc(cs)NSNotificationCenter", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSNotificationCenter", + "declAttributes": [ + "ObjC", + "NonSendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "URLSessionWebSocketTask", + "printedName": "URLSessionWebSocketTask", + "declKind": "Class", + "usr": "c:objc(cs)NSURLSessionWebSocketTask", + "moduleName": "Foundation", + "isOpen": true, + "intro_iOS": "13.0", + "objc_name": "NSURLSessionWebSocketTask", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSURLSessionTask", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.URLSessionTask", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Dictionary", + "printedName": "Dictionary", + "children": [ + { + "kind": "Function", + "name": "merge", + "printedName": "merge(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:SD13DixaMessengerE5merge10contentsOfySDyxq_G_tF", + "mangledName": "$sSD13DixaMessengerE5merge10contentsOfySDyxq_G_tF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "merging", + "printedName": "merging(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:SD13DixaMessengerE7merging10contentsOfSDyxq_GAD_tF", + "mangledName": "$sSD13DixaMessengerE7merging10contentsOfSDyxq_GAD_tF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:SD", + "mangledName": "$sSD", + "moduleName": "Swift", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", + "usr": "s:SD5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDictionary", + "printedName": "Foundation.NSDictionary", + "usr": "c:objc(cs)NSDictionary" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_UnorderedCollection", + "printedName": "_UnorderedCollection", + "usr": "s:10CustomDump20_UnorderedCollectionP", + "mangledName": "$s10CustomDump20_UnorderedCollectionP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 1317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 2540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 7035, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 7072, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 9915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "StringLiteral", + "offset": 145, + "length": 35, + "value": "\"DixaMessenger.ConversationContainerViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "BooleanLiteral", + "offset": 207, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1292, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1342, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1391, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 380, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 411, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 438, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "BooleanLiteral", + "offset": 2554, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "StringLiteral", + "offset": 487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1152, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1938, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 2179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 2533, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 18, + "value": "\"DixaMessenger.MessageActionSheet\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "IntegerLiteral", + "offset": 301, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 1039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 695, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 5421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 26, + "value": "\"DixaMessenger.ConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 26, + "value": "\"DixaMessenger.ConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "Array", + "offset": 475, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 1520, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 1571, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 3151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 3396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 947, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1071, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1110, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 15, + "value": "\"DixaMessenger.SearchViewModel\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "Array", + "offset": 2032, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "Dictionary", + "offset": 2079, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "StringLiteral", + "offset": 1467, + "length": 6, + "value": "\"DixaMessenger.Client\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2281, + "length": 28, + "value": "\"CFBundleShortVersionString\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2331, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2346, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2382, + "length": 8, + "value": "\"Origin\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2392, + "length": 37, + "value": "\"Dixa Messenger SDK iOS\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2428, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2437, + "length": 12, + "value": "\"User-Agent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 39, + "value": "\"iOS \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2489, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9142, + "length": 11, + "value": "\"textfield\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9175, + "length": 10, + "value": "\"textarea\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9142, + "length": 11, + "value": "\"textfield\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9175, + "length": 10, + "value": "\"textarea\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "IntegerLiteral", + "offset": 73, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "BooleanLiteral", + "offset": 449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "FloatLiteral", + "offset": 1403, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "FloatLiteral", + "offset": 125, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "StringLiteral", + "offset": 158, + "length": 17, + "value": "\"SubcategoryCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 676, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 715, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 907, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 1197, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "Array", + "offset": 490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "StringLiteral", + "offset": 517, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "BooleanLiteral", + "offset": 554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 92, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 84, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 155, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 505, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 575, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 714, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 856, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 995, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1052, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1180, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1263, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1457, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1527, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetArticleRequest.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 257, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1235, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1342, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1374, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1548, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1715, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "StringLiteral", + "offset": 1739, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/CenterTextTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/CenterTextTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 90, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 129, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 169, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 969, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1386, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1548, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "Array", + "offset": 2006, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "Array", + "offset": 2057, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 14, + "value": "\"DixaMessenger.AttachmentView\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "IntegerLiteral", + "offset": 147, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "BooleanLiteral", + "offset": 618, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 216, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1189, + "length": 5, + "value": "0.075" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1203, + "length": 5, + "value": "0.135" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1216, + "length": 5, + "value": "0.265" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1230, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "IntegerLiteral", + "offset": 1292, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1303, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1343, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1418, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1944, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 2344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 288, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2138, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2472, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2738, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 2856, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "BooleanLiteral", + "offset": 847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 24, + "value": "\"Agent backgrounds\/blue\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 25, + "value": "\"Agent backgrounds\/green\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 687, + "length": 24, + "value": "\"Agent backgrounds\/grey\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 765, + "length": 26, + "value": "\"Agent backgrounds\/purple\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 842, + "length": 23, + "value": "\"Agent backgrounds\/red\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 932, + "length": 17, + "value": "\"commentDisabled\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"placeholderText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 13, + "value": "\"primaryText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 21, + "value": "\"secondaryBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1242, + "length": 15, + "value": "\"secondaryText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 8, + "value": "\"shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 16, + "value": "\"tertiaryAccent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 20, + "value": "\"tertiaryBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1598, + "length": 31, + "value": "\"Conversation\/Agent\/awayBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 31, + "value": "\"Conversation\/Agent\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1776, + "length": 27, + "value": "\"Conversation\/Agent\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1872, + "length": 40, + "value": "\"Conversation\/Agent\/firstGradientBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1973, + "length": 32, + "value": "\"Conversation\/Agent\/outerBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 41, + "value": "\"Conversation\/Agent\/secondGradientBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2170, + "length": 25, + "value": "\"Conversation\/Agent\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2296, + "length": 36, + "value": "\"Conversation\/Attachment\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2388, + "length": 32, + "value": "\"Conversation\/Attachment\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2491, + "length": 47, + "value": "\"Conversation\/Attachment\/contentTypeBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2605, + "length": 43, + "value": "\"Conversation\/Attachment\/downloadCTABorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2705, + "length": 33, + "value": "\"Conversation\/Attachment\/failure\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2796, + "length": 34, + "value": "\"Conversation\/Attachment\/fileSize\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2895, + "length": 41, + "value": "\"Conversation\/Attachment\/placeholderGray\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2993, + "length": 33, + "value": "\"Conversation\/Attachment\/success\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3080, + "length": 30, + "value": "\"Conversation\/Attachment\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3219, + "length": 45, + "value": "\"Conversation\/Closed conversation\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3330, + "length": 51, + "value": "\"Conversation\/Closed conversation\/buttonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3446, + "length": 50, + "value": "\"Conversation\/Closed conversation\/buttonTitleText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3552, + "length": 41, + "value": "\"Conversation\/Closed conversation\/shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3705, + "length": 47, + "value": "\"Conversation\/Input\/attachmentButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3812, + "length": 31, + "value": "\"Conversation\/Input\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3899, + "length": 27, + "value": "\"Conversation\/Input\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3998, + "length": 43, + "value": "\"Conversation\/Input\/removeButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4109, + "length": 39, + "value": "\"Conversation\/Input\/removeButtonBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4218, + "length": 41, + "value": "\"Conversation\/Input\/sendButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 27, + "value": "\"Conversation\/Input\/shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4396, + "length": 25, + "value": "\"Conversation\/Input\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4521, + "length": 35, + "value": "\"Conversation\/Separator\/inputField\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4615, + "length": 34, + "value": "\"Conversation\/Separator\/separator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4711, + "length": 37, + "value": "\"Conversation\/Separator\/separatorRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4802, + "length": 29, + "value": "\"Conversation\/Separator\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 32, + "value": "\"Conversation\/Separator\/textRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5015, + "length": 30, + "value": "\"Conversation\/User\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5101, + "length": 26, + "value": "\"Conversation\/User\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5193, + "length": 36, + "value": "\"Conversation\/User\/dimmedBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5283, + "length": 24, + "value": "\"Conversation\/User\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5366, + "length": 29, + "value": "\"Conversation\/User\/textBlack\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5464, + "length": 28, + "value": "\"Conversation\/firstGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5554, + "length": 29, + "value": "\"Conversation\/secondGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5688, + "length": 33, + "value": "\"Frontpage\/blackButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5783, + "length": 26, + "value": "\"Frontpage\/cellBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5875, + "length": 30, + "value": "\"Frontpage\/cellGrayBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5969, + "length": 28, + "value": "\"Frontpage\/miniAvatarBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6061, + "length": 28, + "value": "\"Frontpage\/miniAvatarShadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6168, + "length": 43, + "value": "\"Frontpage\/previousConversationsBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6268, + "length": 21, + "value": "\"Frontpage\/separator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6364, + "length": 39, + "value": "\"Frontpage\/translucentButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6472, + "length": 33, + "value": "\"Frontpage\/whiteButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6601, + "length": 24, + "value": "\"Global\/BadgeBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6682, + "length": 18, + "value": "\"Global\/badgeText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6803, + "length": 32, + "value": "\"Gradient Loading\/firstGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6897, + "length": 33, + "value": "\"Gradient Loading\/secondGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7002, + "length": 22, + "value": "\"menuOptionBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7098, + "length": 30, + "value": "\"menuOptionSelectedBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7196, + "length": 24, + "value": "\"menuOptionSelectedText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7280, + "length": 16, + "value": "\"menuOptionText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7376, + "length": 14, + "value": "\"Text\/neutral\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7445, + "length": 14, + "value": "\"Text\/primary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7516, + "length": 16, + "value": "\"Text\/secondary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7588, + "length": 15, + "value": "\"Text\/tertiary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7718, + "length": 19, + "value": "\"Themes\/Blue\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7793, + "length": 20, + "value": "\"Themes\/Blue\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7906, + "length": 22, + "value": "\"Themes\/Emerald\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7984, + "length": 23, + "value": "\"Themes\/Emerald\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8097, + "length": 19, + "value": "\"Themes\/Grey\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8172, + "length": 20, + "value": "\"Themes\/Grey\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 23, + "value": "\"Themes\/Midnight\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8365, + "length": 24, + "value": "\"Themes\/Midnight\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8481, + "length": 21, + "value": "\"Themes\/Purple\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8558, + "length": 22, + "value": "\"Themes\/Purple\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8678, + "length": 18, + "value": "\"Toast\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8759, + "length": 23, + "value": "\"Toast\/checkmarkBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8847, + "length": 25, + "value": "\"Toast\/exclamationBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8924, + "length": 12, + "value": "\"Toast\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8998, + "length": 12, + "value": "\"warningRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9124, + "length": 20, + "value": "\"AgentImages\/Agent1\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9198, + "length": 20, + "value": "\"AgentImages\/Agent2\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9272, + "length": 20, + "value": "\"AgentImages\/Agent3\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9381, + "length": 17, + "value": "\"BaseUI\/DixaLogo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9458, + "length": 21, + "value": "\"BaseUI\/DixaLogoTile\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9531, + "length": 13, + "value": "\"BaseUI\/back\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9597, + "length": 14, + "value": "\"BaseUI\/close\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9668, + "length": 18, + "value": "\"BaseUI\/closeDark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9745, + "length": 20, + "value": "\"BaseUI\/xEyesAvatar\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9832, + "length": 17, + "value": "\"ratingCheckmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9937, + "length": 22, + "value": "\"ChatInput\/Attachment\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10015, + "length": 20, + "value": "\"ChatInput\/Compress\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10088, + "length": 17, + "value": "\"ChatInput\/Cross\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10159, + "length": 18, + "value": "\"ChatInput\/Expand\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10234, + "length": 21, + "value": "\"ChatInput\/FileOther\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10310, + "length": 19, + "value": "\"ChatInput\/FilePDF\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10381, + "length": 16, + "value": "\"ChatInput\/Send\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10457, + "length": 10, + "value": "\"Airplane\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10557, + "length": 24, + "value": "\"Images\/AttachmentImage\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10642, + "length": 22, + "value": "\"Images\/deleteMessage\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10723, + "length": 20, + "value": "\"Images\/resendArrow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10847, + "length": 33, + "value": "\"MessageAttachment\/download-icon\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10938, + "length": 30, + "value": "\"MessageAttachment\/downloaded\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11030, + "length": 34, + "value": "\"MessageAttachment\/failedDownload\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11121, + "length": 30, + "value": "\"MessageAttachment\/file-other\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11206, + "length": 28, + "value": "\"MessageAttachment\/file-pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11330, + "length": 24, + "value": "\"MessageState\/Delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11409, + "length": 22, + "value": "\"MessageState\/Failure\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11483, + "length": 19, + "value": "\"MessageState\/Seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11554, + "length": 19, + "value": "\"MessageState\/Sent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11666, + "length": 21, + "value": "\"NavigationBar\/Clock\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11772, + "length": 13, + "value": "\"Toast\/Close\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11842, + "length": 17, + "value": "\"Toast\/checkmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11922, + "length": 23, + "value": "\"Toast\/exclamationmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12004, + "length": 9, + "value": "\"warning\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12559, + "length": 43, + "value": "\"Unable to load color asset named \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12600, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "FloatLiteral", + "offset": 140, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "IntegerLiteral", + "offset": 402, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketWrapper.swift", + "kind": "BooleanLiteral", + "offset": 761, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketWrapper.swift", + "kind": "BooleanLiteral", + "offset": 4452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/OSLog.swift", + "kind": "StringLiteral", + "offset": 64, + "length": 15, + "value": "\"DixaMessenger\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/OSLog.swift", + "kind": "StringLiteral", + "offset": 189, + "length": 13, + "value": "\"application\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MenuCell.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MenuCell.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 296, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 954, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "IntegerLiteral", + "offset": 173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "FloatLiteral", + "offset": 326, + "length": 4, + "value": "0.95" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "StringLiteral", + "offset": 369, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "BooleanLiteral", + "offset": 562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "IntegerLiteral", + "offset": 600, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "BooleanLiteral", + "offset": 1163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/ArticleSearchRequest.swift", + "kind": "StringLiteral", + "offset": 567, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 551, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 825, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1037, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 223, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 791, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 2122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2255, + "length": 2, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2293, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "Array", + "offset": 2504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 2619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2825, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "StringLiteral", + "offset": 73, + "length": 35, + "value": "\"DixaMessenger.PreviousConversationsViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageTypingIndicatorCell.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageTypingIndicatorCell.swift", + "kind": "BooleanLiteral", + "offset": 4400, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "StringLiteral", + "offset": 127, + "length": 27, + "value": "\"SuggestedArticleTableCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 284, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 798, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 85, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 160, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 443, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 800, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 878, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 3555, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 3942, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubblePlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 109, + "length": 2, + "value": "84" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 566, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 6, + "value": "\"😡\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 651, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 6, + "value": "\"🙄\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 736, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 746, + "length": 6, + "value": "\"😐\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 6, + "value": "\"😄\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 908, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 6, + "value": "\"😍\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "Array", + "offset": 505, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 636, + "length": 5, + "value": "200.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 980, + "length": 5, + "value": "225.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 2038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2356, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 2761, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3220, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3658, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 3818, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 3854, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4389, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 4757, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4837, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 4876, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 4912, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5654, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 5835, + "length": 2, + "value": "52" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 6241, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 6430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "StringLiteral", + "offset": 236, + "length": 28, + "value": "\"DixaMessenger.SearchArticlesViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "FloatLiteral", + "offset": 123, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 892, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1244, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "FloatLiteral", + "offset": 4764, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 32, + "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 13, + "value": "\"en_US_POSIX\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 628, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 995, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 1426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1800, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 2102, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2465, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "StringLiteral", + "offset": 54, + "length": 29, + "value": "\"DixaMessenger.EndConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/MessengerState.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/MessengerState.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 982, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1206, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1979, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 2230, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 2517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2616, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2849, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 3476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 15199, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "StringLiteral", + "offset": 130, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 164, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 198, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 232, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 946, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1784, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/TextView.swift", + "kind": "StringLiteral", + "offset": 1652, + "length": 11, + "value": "\"DixaMessenger.Coordinator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "FloatLiteral", + "offset": 674, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 13, + "value": "\"ArticleCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "StringLiteral", + "offset": 864, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 891, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1529, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "Array", + "offset": 612, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "Array", + "offset": 695, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "BooleanLiteral", + "offset": 874, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "BooleanLiteral", + "offset": 4219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1514, + "length": 13, + "value": "\"identify-me\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1561, + "length": 20, + "value": "\"start-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1612, + "length": 17, + "value": "\"deliver-message\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1662, + "length": 19, + "value": "\"message-delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1709, + "length": 14, + "value": "\"message-seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 6, + "value": "\"ping\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 18, + "value": "\"end-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1514, + "length": 13, + "value": "\"identify-me\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1561, + "length": 20, + "value": "\"start-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1612, + "length": 17, + "value": "\"deliver-message\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1662, + "length": 19, + "value": "\"message-delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1709, + "length": 14, + "value": "\"message-seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 6, + "value": "\"ping\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 18, + "value": "\"end-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/DownloadTask.swift", + "kind": "IntegerLiteral", + "offset": 491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "Array", + "offset": 231, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 504, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1141, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "IntegerLiteral", + "offset": 1199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "Array", + "offset": 1259, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1414, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1459, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1542, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 2728, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "IntegerLiteral", + "offset": 4070, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 4576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 8151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 8666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 75, + "length": 5, + "value": "242.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 81, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 93, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 147, + "length": 4, + "value": "88.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 152, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 163, + "length": 5, + "value": "172.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 169, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 227, + "length": 5, + "value": "253.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 233, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 245, + "length": 5, + "value": "193.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 251, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 267, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 84, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 112, + "length": 12, + "value": "\"image\/jpeg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 140, + "length": 11, + "value": "\"image\/png\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 12, + "value": "\"text\/plain\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 12, + "value": "\"text\/x-nfo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"text\/x-log\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 17, + "value": "\"application\/pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"text\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 17, + "value": "\"application\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 367, + "length": 26, + "value": "\"application\/octet-stream\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 84, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 112, + "length": 12, + "value": "\"image\/jpeg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 140, + "length": 11, + "value": "\"image\/png\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 12, + "value": "\"text\/plain\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 12, + "value": "\"text\/x-nfo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"text\/x-log\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 17, + "value": "\"application\/pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"text\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 17, + "value": "\"application\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 367, + "length": 26, + "value": "\"application\/octet-stream\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 214, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 252, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 415, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketResponse.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 34, + "value": "\"Date not matching ISO8601 format\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "Dictionary", + "offset": 306, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 2383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 104, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 155, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "Array", + "offset": 517, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "BooleanLiteral", + "offset": 809, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/ButtonTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/ButtonTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/BulletinBoardClient.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Send Messages\/SendMessageBuffer.swift", + "kind": "Array", + "offset": 495, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Send Messages\/SendMessageBuffer.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 13, + "value": "\"dixa_buffer\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetCategoriesRequest.swift", + "kind": "StringLiteral", + "offset": 320, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 188, + "length": 2, + "value": "72" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 581, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 951, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 10, + "value": "\"ellipsis\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 3918, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 25, + "value": "\"DixaMessenger.ConversationNavigationBar\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/BadgeView.swift", + "kind": "BooleanLiteral", + "offset": 162, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/CommentArticleRequest.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "BooleanLiteral", + "offset": 1484, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "Array", + "offset": 1909, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "Array", + "offset": 2000, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 462, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "StringLiteral", + "offset": 116, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "BooleanLiteral", + "offset": 642, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "IntegerLiteral", + "offset": 796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 275, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 403, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 27, + "value": "\"name: \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 1, + "value": "\", email: \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 730, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 749, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 1280, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 2026, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 2378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/ViewedArticleRequest.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetArticlesForCategoryRequest.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 609, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 1514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2014, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2355, + "length": 5, + "value": "0.075" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2369, + "length": 5, + "value": "0.135" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2382, + "length": 5, + "value": "0.265" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2396, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2467, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2539, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 3114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3598, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3621, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 3911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4394, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 4703, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 5322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5495, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 5813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5886, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5897, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 6179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 6794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 7000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "StringLiteral", + "offset": 54, + "length": 21, + "value": "\"DixaMessenger.ArticleViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/AttributedTextView.swift", + "kind": "IntegerLiteral", + "offset": 85, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 408, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 630, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 795, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 1043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1393, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "StringLiteral", + "offset": 76, + "length": 23, + "value": "\"DixaMessenger.KnowledgeViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/NavigationEdgeSwipeHandling.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 27, + "value": "\"DixaMessenger.NavigationEdgeSwipeHandling\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 500, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 776, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 1189, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 145, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 2070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ContactFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1658, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 10, + "value": "\"TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"NON_TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 10, + "value": "\"TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"NON_TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/MessageStore\/MessageStore.swift", + "kind": "Array", + "offset": 462, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 929, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1142, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1209, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1249, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1574, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1735, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1819, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1858, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1984, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2175, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2263, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 10, + "value": "\"DixaMessenger.AvatarView\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1925, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1955, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 2763, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "Array", + "offset": 1798, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 1890, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 2179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2543, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 8341, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1306, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1330, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1356, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1306, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1330, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1356, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "IntegerLiteral", + "offset": 1377, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "BooleanLiteral", + "offset": 1613, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "StringLiteral", + "offset": 1693, + "length": 4, + "value": "\"en\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "Array", + "offset": 1725, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/ConversationStartedPayload.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/ConversationStartedPayload.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 801, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 813, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1100, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Request.swift", + "kind": "Array", + "offset": 1657, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 247, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 283, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 955, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1008, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1233, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 2951, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Helpers\/MessagingAllowedComponent.swift", + "kind": "Dictionary", + "offset": 315, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "BooleanLiteral", + "offset": 4254, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 1516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "Array", + "offset": 2317, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 2400, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 2604, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 3051, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 3086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 3294, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "StringLiteral", + "offset": 851, + "length": 23, + "value": "\"DixaMessenger.FrontpageViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketPingPong.swift", + "kind": "IntegerLiteral", + "offset": 550, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/GradientLoadingView.swift", + "kind": "StringLiteral", + "offset": 155, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/GradientLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 101, + "length": 3, + "value": "264" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 139, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 2, + "value": "24" + } + ] +} \ No newline at end of file diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.private.swiftinterface b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 0000000..348785a --- /dev/null +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,121 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import CoreHaptics +import CoreText +import CryptoKit +import Foundation +import MobileCoreServices +import OSLog +import PhotosUI +import SafariServices +import Swift +import SwiftUI +import UIKit +import UniformTypeIdentifiers +import UserNotifications +import _Concurrency +import _PhotosUI_SwiftUI +import _StringProcessing +import os +extension Combine.Publisher where Self.Failure == Swift.Never { + public func assignNoRetain(to keyPath: Swift.ReferenceWritableKeyPath, on object: Root) -> Combine.AnyCancellable where Root : AnyObject +} +@objc @_inheritsConvenienceInitializers final public class Messenger : ObjectiveC.NSObject { + public static var pushNotification: DixaMessenger.RemoteNotification { + get + } + public static func configure(_ config: DixaMessenger.DixaConfiguration) + @objc public static func configureWith(messengerToken token: Swift.String, logLevel: Swift.UInt, pushEnvironment: Swift.UInt) + @objc public static func registerForPushNotification(deviceToken: Foundation.Data) + @objc public static func unreadMessagesCountListener(completion: @escaping (_ count: Swift.Int) -> Swift.Void) + @objc public static func updateUserCredentials(username: Swift.String, email: Swift.String) + @objc public static func clearUserCredentials() + @objc public static func openMessenger(from presentationController: UIKit.UIViewController, completion: (() -> Swift.Void)? = nil) + @objc override dynamic public init() + @objc deinit +} +extension UIKit.UIColor { + public func image(ofSize size: CoreFoundation.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreFoundation.CGFloat = 0) -> UIKit.UIImage? +} +@_hasMissingDesignatedInitializers final public class RemoteNotification { + final public func register(deviceToken token: Foundation.Data) + final public func process(notification: UserNotifications.UNNotification, rootViewController: UIKit.UIViewController) -> Swift.Bool + final public func presentNotification(_ notification: UserNotifications.UNNotification, withCompletionHandler completionHandler: (UserNotifications.UNNotificationPresentationOptions) -> Swift.Void) -> Swift.Bool + @objc deinit +} +extension os.OSLog { + public static let application: os.OSLog +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @objc deinit +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @objc deinit +} +public enum LogLevel : Swift.UInt, Swift.Comparable { + public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool + case none + case error + case warning + case all + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public enum LogDestination { + case OSLog + case console + public static func == (a: DixaMessenger.LogDestination, b: DixaMessenger.LogDestination) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct APIError : Swift.Error { + public init(_ data: Foundation.Data) +} +extension Combine.Publishers { + public struct EventLogger : Combine.Publisher where Upstream : Combine.Publisher { + public typealias Output = Upstream.Output + public typealias Failure = Upstream.Failure + public init(upstream: Upstream, logMessage: Swift.String, logLevel: DixaMessenger.LogLevel) + public func receive(subscriber: S) where S : Combine.Subscriber, Upstream.Failure == S.Failure, Upstream.Output == S.Input + } +} +extension Swift.Dictionary { + public mutating func merge(contentsOf dictionary: [Key : Value]) + public func merging(contentsOf dictionary: [Key : Value]) -> [Key : Value] +} +public struct DixaConfiguration { + public enum PushEnvironment : Swift.UInt { + case production + case sandbox + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } + } + public init(token: Swift.String, logLevel: DixaMessenger.LogLevel = .none, pushEnvironment: DixaMessenger.DixaConfiguration.PushEnvironment = .production) + public init() + public func apikey(_ token: Swift.String) -> DixaMessenger.DixaConfiguration + public func logLevel(_ logLevel: DixaMessenger.LogLevel) -> DixaMessenger.DixaConfiguration + public func pushEnvironment(_ environment: DixaMessenger.DixaConfiguration.PushEnvironment) -> DixaMessenger.DixaConfiguration + public func supportedLanguages(_ languages: [Swift.String]) -> DixaMessenger.DixaConfiguration +} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.Equatable {} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.Hashable {} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.RawRepresentable {} +extension DixaMessenger.LogLevel : Swift.Hashable {} +extension DixaMessenger.LogLevel : Swift.RawRepresentable {} +extension DixaMessenger.LogDestination : Swift.Equatable {} +extension DixaMessenger.LogDestination : Swift.Hashable {} diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc index 5304c31..e83c4b0 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface index c572db0..348785a 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger +// swift-module-flags-ignorable: -enable-bare-slash-regex import Combine import CoreHaptics import CoreText @@ -16,6 +17,8 @@ import UIKit import UniformTypeIdentifiers import UserNotifications import _Concurrency +import _PhotosUI_SwiftUI +import _StringProcessing import os extension Combine.Publisher where Self.Failure == Swift.Never { public func assignNoRetain(to keyPath: Swift.ReferenceWritableKeyPath, on object: Root) -> Combine.AnyCancellable where Root : AnyObject @@ -35,7 +38,7 @@ extension Combine.Publisher where Self.Failure == Swift.Never { @objc deinit } extension UIKit.UIColor { - public func image(ofSize size: CoreGraphics.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreGraphics.CGFloat = 0) -> UIKit.UIImage? + public func image(ofSize size: CoreFoundation.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreFoundation.CGFloat = 0) -> UIKit.UIImage? } @_hasMissingDesignatedInitializers final public class RemoteNotification { final public func register(deviceToken token: Foundation.Data) diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist index fdc6f40..08ce214 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings index 0c6131d..050a863 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "تجربة كلمة رئيسية أخرى"; "dixa_message_waiting_for_agent" = "في انتظار انضمام وكيل"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings index 301206d..08450f3 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et andet nøgleord"; "dixa_message_waiting_for_agent" = "Venter på, at en medarbejder tilslutter"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings index f7484f1..c2dca8a 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings @@ -370,3 +370,7 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Versuche es mit einem anderen Schlüsselwort"; "dixa_message_waiting_for_agent" = "Warten auf den Beitritt eines Agenten"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings index 17f5258..6ce3af5 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings @@ -369,3 +369,7 @@ "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; + diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings index 427d1ed..841d483 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings @@ -370,3 +370,7 @@ o enviar un correo electrónico al equipo de asistencia."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Prueba otra palabra clave"; "dixa_message_waiting_for_agent" = "Esperando que se una un agente"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings index 1d4c65b..3231874 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings @@ -370,3 +370,7 @@ või meie kasutajatoele e-kirja saata."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Proovi teist märksõna"; "dixa_message_waiting_for_agent" = "Oodatakse agendi liitumist"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings index 1e0ba4a..edae644 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings @@ -370,3 +370,7 @@ lähettää sähköpostia tukitiimillemme."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Kokeile toista avainsanaa"; "dixa_message_waiting_for_agent" = "Odotetaan asiakaspalvelijan liittymistä"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings index 95ff6c6..61aa82c 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Essayez un autre mot clé"; "dixa_message_waiting_for_agent" = "En attente d'un agent"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings index b55995b..00d32f8 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Próbálkozz egy másik kulcsszóval"; "dixa_message_waiting_for_agent" = "Várakozás a munkatársunk csatlakozására"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings index 158d795..599eb2f 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings @@ -370,3 +370,7 @@ eða sent þjónustudeildinni skilaboð."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Prófaðu annað leitarorð"; "dixa_message_waiting_for_agent" = "Bíður eftir fulltrúa"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings index 125a73c..4844a12 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Prova un'altra parola chiave"; "dixa_message_waiting_for_agent" = "In attesa di partecipazione da parte dell'agente"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings index dc08578..4ce5bf7 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings @@ -370,3 +370,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "別のキーワードを試してください"; "dixa_message_waiting_for_agent" = "担当者の参加待ち"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings index 96a3e64..0d0f761 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword"; "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings index 657ef24..4330dc9 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings @@ -370,3 +370,7 @@ arba rašykite el. laišką mūsų palaikymo komandai."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Bandyti įvesti kitą raktažodį"; "dixa_message_waiting_for_agent" = "Laukiama, kol prisijungs agentas"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings index 8ac5f03..583839b 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Izmēģiniet citu atslēgvārdu"; "dixa_message_waiting_for_agent" = "Gaida aģenta pievienošanos"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings index ae35af9..ed12ce4 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings @@ -370,3 +370,7 @@ of een e-mail naar onze klantenservice sturen."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Probeer een ander trefwoord"; "dixa_message_waiting_for_agent" = "Wachten op een medewerker om deel te nemen"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings index d40bc23..2c6070c 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings @@ -370,3 +370,7 @@ eller sende supportteamet vårt en e-post."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et annet nøkkelord"; "dixa_message_waiting_for_agent" = "Venter på at en agent skal koble til"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings index 1ef36f1..f8a50f7 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings @@ -370,3 +370,7 @@ lub wyślij wiadomość e-mail do naszego zespołu wsparcia."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Wypróbuj inne słowo kluczowe"; "dixa_message_waiting_for_agent" = "Oczekiwanie na dołączenie agenta"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings index 89de707..5593002 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings @@ -370,3 +370,7 @@ ou enviar um e-mail à nossa equipa de suporte."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Tente outra palavra-chave"; "dixa_message_waiting_for_agent" = "A aguardar a entrada de um agente"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings index b59a28a..c20b177 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Попробуйте другое ключевое слово"; "dixa_message_waiting_for_agent" = "В ожидании присоединения агента поддержки"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings index bd2df84..cf86d24 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings @@ -370,3 +370,7 @@ ett e-postmeddelande till vårt supportteam."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Testa ett annat nyckelord"; "dixa_message_waiting_for_agent" = "Väntar på en agent att gå med"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings index 96a3e64..0d0f761 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword"; "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings index 96a3e64..0d0f761 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword"; "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings index c54c0a5..d3e08dc 100644 --- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings @@ -370,3 +370,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "请尝试其他关键词"; "dixa_message_waiting_for_agent" = "正在等待代理加入"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car index 8692041..7e60ea9 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car differ diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist index 77bef06..dbef96f 100644 Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car index 46f4952..311d4e3 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car index 74c960b..d540c36 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist index b405969..bda77d5 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory index a8dd14a..f4fec7a 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 index ba0418d..dd59ae7 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources index 6b7af87..73d14dd 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - JpIn4o2LQ4WVcw8uKHIZ+nlURuI= + O1FFdVMwT5YkzAfPBPll8j9tGcQ= files2 @@ -15,11 +15,11 @@ hash - JpIn4o2LQ4WVcw8uKHIZ+nlURuI= + O1FFdVMwT5YkzAfPBPll8j9tGcQ= hash2 - CxwCee5iwnqTq/AM5UzNk1/x82AxQUDNtEBFPoRn/Zw= + 07GMTziC+/zxNbbuxze5IFtcle/d+HEbsgv0LFoC0wM= diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger index a94fdc4..194b3f8 100755 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h index bab96d8..518bb6b 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef DIXAMESSENGER_SWIFT_H #define DIXAMESSENGER_SWIFT_H #pragma clang diagnostic push @@ -23,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -183,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif #if !defined(SWIFT_EXTERN) # if defined(__cplusplus) # define SWIFT_EXTERN extern "C" @@ -193,16 +204,39 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_EXTERN extern # endif #endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -210,6 +244,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -218,6 +253,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; @class UITouch; @class UIEvent; @@ -308,6 +344,9 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif @@ -315,7 +354,7 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef DIXAMESSENGER_SWIFT_H #define DIXAMESSENGER_SWIFT_H #pragma clang diagnostic push @@ -338,11 +377,20 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger") # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -498,9 +546,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) # define IBSegueAction #endif +#endif #if !defined(SWIFT_EXTERN) # if defined(__cplusplus) # define SWIFT_EXTERN extern "C" @@ -508,16 +558,39 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_EXTERN extern # endif #endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) #if __has_feature(modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import CoreGraphics; +@import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -525,6 +598,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -533,6 +607,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; @class UITouch; @class UIEvent; @@ -623,10 +698,15 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger") +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist index 299e08f..334fa2b 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.abi.json b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..f70d038 --- /dev/null +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,12047 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "PhotosUI", + "printedName": "PhotosUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MobileCoreServices", + "printedName": "MobileCoreServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UniformTypeIdentifiers", + "printedName": "UniformTypeIdentifiers", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Settings", + "printedName": "Settings", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "Messenger", + "printedName": "Messenger", + "children": [ + { + "kind": "Var", + "name": "pushNotification", + "printedName": "pushNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "RemoteNotification", + "printedName": "DixaMessenger.RemoteNotification", + "usr": "s:13DixaMessenger18RemoteNotificationC" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvpZ", + "mangledName": "$s13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvpZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RemoteNotification", + "printedName": "DixaMessenger.RemoteNotification", + "usr": "s:13DixaMessenger18RemoteNotificationC" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvgZ", + "mangledName": "$s13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvgZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0B0C9configureyyAA0A13ConfigurationVFZ", + "mangledName": "$s13DixaMessenger0B0C9configureyyAA0A13ConfigurationVFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configureWith", + "printedName": "configureWith(messengerToken:logLevel:pushEnvironment:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)configureWithMessengerToken:logLevel:pushEnvironment:", + "mangledName": "$s13DixaMessenger0B0C13configureWith14messengerToken8logLevel15pushEnvironmentySS_S2utFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "configureWithMessengerToken:logLevel:pushEnvironment:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerForPushNotification", + "printedName": "registerForPushNotification(deviceToken:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)registerForPushNotificationWithDeviceToken:", + "mangledName": "$s13DixaMessenger0B0C27registerForPushNotification11deviceTokeny10Foundation4DataV_tFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "registerForPushNotificationWithDeviceToken:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unreadMessagesCountListener", + "printedName": "unreadMessagesCountListener(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)unreadMessagesCountListenerWithCompletion:", + "mangledName": "$s13DixaMessenger0B0C27unreadMessagesCountListener10completionyySic_tFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "unreadMessagesCountListenerWithCompletion:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateUserCredentials", + "printedName": "updateUserCredentials(username:email:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)updateUserCredentialsWithUsername:email:", + "mangledName": "$s13DixaMessenger0B0C21updateUserCredentials8username5emailySS_SStFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "updateUserCredentialsWithUsername:email:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearUserCredentials", + "printedName": "clearUserCredentials()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)clearUserCredentials", + "mangledName": "$s13DixaMessenger0B0C20clearUserCredentialsyyFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "openMessenger", + "printedName": "openMessenger(from:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)openMessengerFrom:completion:", + "mangledName": "$s13DixaMessenger0B0C04openB04from10completionySo16UIViewControllerC_yycSgtFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "openMessengerFrom:completion:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Messenger", + "printedName": "DixaMessenger.Messenger", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(im)init", + "mangledName": "$s13DixaMessenger0B0CACycfc", + "moduleName": "DixaMessenger", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger", + "mangledName": "$s13DixaMessenger0B0C", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CryptoKit", + "printedName": "CryptoKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "RemoteNotification", + "printedName": "RemoteNotification", + "children": [ + { + "kind": "Function", + "name": "register", + "printedName": "register(deviceToken:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC8register11deviceTokeny10Foundation4DataV_tF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC8register11deviceTokeny10Foundation4DataV_tF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "process", + "printedName": "process(notification:rootViewController:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UNNotification", + "printedName": "UserNotifications.UNNotification", + "usr": "c:objc(cs)UNNotification" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC7process12notification18rootViewControllerSbSo14UNNotificationC_So06UIViewI0CtF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC7process12notification18rootViewControllerSbSo14UNNotificationC_So06UIViewI0CtF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "presentNotification", + "printedName": "presentNotification(_:withCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UNNotification", + "printedName": "UserNotifications.UNNotification", + "usr": "c:objc(cs)UNNotification" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UserNotifications.UNNotificationPresentationOptions) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UNNotificationPresentationOptions", + "printedName": "UserNotifications.UNNotificationPresentationOptions", + "usr": "c:@E@UNNotificationPresentationOptions" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC07presentD0_21withCompletionHandlerSbSo14UNNotificationC_ySo0I19PresentationOptionsVXEtF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC07presentD0_21withCompletionHandlerSbSo14UNNotificationC_ySo0I19PresentationOptionsVXEtF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:13DixaMessenger18RemoteNotificationC", + "mangledName": "$s13DixaMessenger18RemoteNotificationC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SafariServices", + "printedName": "SafariServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "os", + "printedName": "os", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)layoutSubviews", + "mangledName": "$s13DixaMessenger14AnimatedButtonC14layoutSubviewsyyF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesBegan", + "printedName": "touchesBegan(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)touchesBegan:withEvent:", + "mangledName": "$s13DixaMessenger14AnimatedButtonC12touchesBegan_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "touchesBegan:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)touchesEnded:withEvent:", + "mangledName": "$s13DixaMessenger14AnimatedButtonC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton", + "mangledName": "$s13DixaMessenger14AnimatedButtonC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Authentication", + "printedName": "Authentication", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "BulletinBoardKit", + "printedName": "BulletinBoardKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "KnowledgeViewController", + "printedName": "KnowledgeViewController", + "children": [ + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController(im)viewDidLoad", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC11viewDidLoadyyF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "KnowledgeViewController", + "printedName": "DixaMessenger.KnowledgeViewController", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController(im)initWithNibName:bundle:", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "DixaMessenger", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "OSLog", + "printedName": "OSLog", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger8LogLevelO1loiySbAC_ACtFZ", + "mangledName": "$s13DixaMessenger8LogLevelO1loiySbAC_ACtFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO4noneyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO4noneyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO5erroryA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO5erroryA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO7warningyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO7warningyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO3allyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO3allyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DixaMessenger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger8LogLevelO8rawValueACSgSu_tcfc", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueACSgSu_tcfc", + "moduleName": "DixaMessenger", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger8LogLevelO8rawValueSuvp", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueSuvp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger8LogLevelO8rawValueSuvg", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueSuvg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger8LogLevelO", + "mangledName": "$s13DixaMessenger8LogLevelO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LogDestination", + "printedName": "LogDestination", + "children": [ + { + "kind": "Var", + "name": "OSLog", + "printedName": "OSLog", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogDestination.Type) -> DixaMessenger.LogDestination", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogDestination.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger14LogDestinationO5OSLogyA2CmF", + "mangledName": "$s13DixaMessenger14LogDestinationO5OSLogyA2CmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Var", + "name": "console", + "printedName": "console", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogDestination.Type) -> DixaMessenger.LogDestination", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogDestination.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger14LogDestinationO7consoleyA2CmF", + "mangledName": "$s13DixaMessenger14LogDestinationO7consoleyA2CmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger14LogDestinationO2eeoiySbAC_ACtFZ", + "mangledName": "$s13DixaMessenger14LogDestinationO2eeoiySbAC_ACtFZ", + "moduleName": "DixaMessenger", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger14LogDestinationO9hashValueSivp", + "mangledName": "$s13DixaMessenger14LogDestinationO9hashValueSivp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger14LogDestinationO9hashValueSivg", + "mangledName": "$s13DixaMessenger14LogDestinationO9hashValueSivg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger14LogDestinationO4hash4intoys6HasherVz_tF", + "mangledName": "$s13DixaMessenger14LogDestinationO4hash4intoys6HasherVz_tF", + "moduleName": "DixaMessenger", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger14LogDestinationO", + "mangledName": "$s13DixaMessenger14LogDestinationO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "PhotosUI", + "printedName": "PhotosUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MobileCoreServices", + "printedName": "MobileCoreServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "APIError", + "printedName": "APIError", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "APIError", + "printedName": "DixaMessenger.APIError", + "usr": "s:13DixaMessenger8APIErrorV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger8APIErrorVyAC10Foundation4DataVcfc", + "mangledName": "$s13DixaMessenger8APIErrorVyAC10Foundation4DataVcfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13DixaMessenger8APIErrorV", + "mangledName": "$s13DixaMessenger8APIErrorV", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "DixaConfiguration", + "printedName": "DixaConfiguration", + "children": [ + { + "kind": "TypeDecl", + "name": "PushEnvironment", + "printedName": "PushEnvironment", + "children": [ + { + "kind": "Var", + "name": "production", + "printedName": "production", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.DixaConfiguration.PushEnvironment.Type) -> DixaMessenger.DixaConfiguration.PushEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO10productionyA2EmF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO10productionyA2EmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Var", + "name": "sandbox", + "printedName": "sandbox", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.DixaConfiguration.PushEnvironment.Type) -> DixaMessenger.DixaConfiguration.PushEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO7sandboxyA2EmF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO7sandboxyA2EmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueAESgSu_tcfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueAESgSu_tcfc", + "moduleName": "DixaMessenger", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvp", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvg", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(token:logLevel:pushEnvironment:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "hasDefaultArg": true, + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "hasDefaultArg": true, + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationV5token8logLevel15pushEnvironmentACSS_AA03LogF0OAC04PushH0Otcfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationV5token8logLevel15pushEnvironmentACSS_AA03LogF0OAC04PushH0Otcfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationVACycfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationVACycfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "apikey", + "printedName": "apikey(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV6apikeyyACSSF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV6apikeyyACSSF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLevel", + "printedName": "logLevel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV8logLevelyAcA03LogE0OF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV8logLevelyAcA03LogE0OF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pushEnvironment", + "printedName": "pushEnvironment(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV15pushEnvironmentyA2C04PushE0OF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15pushEnvironmentyA2C04PushE0OF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "supportedLanguages", + "printedName": "supportedLanguages(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV18supportedLanguagesyACSaySSGF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV18supportedLanguagesyACSaySSGF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13DixaMessenger0A13ConfigurationV", + "mangledName": "$s13DixaMessenger0A13ConfigurationV", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CoreHaptics", + "printedName": "CoreHaptics", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "BulletinBoardKit", + "printedName": "BulletinBoardKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "Publisher", + "printedName": "Publisher", + "children": [ + { + "kind": "Function", + "name": "assignNoRetain", + "printedName": "assignNoRetain(to:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCancellable", + "printedName": "Combine.AnyCancellable", + "usr": "s:7Combine14AnyCancellableC" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath<τ_1_0, τ_0_0.Output>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Output" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:7Combine9PublisherP13DixaMessengers5NeverO7FailureRtzrlE14assignNoRetain2to2onAA14AnyCancellableCs24ReferenceWritableKeyPathCyqd__6OutputQzG_qd__tRld__ClF", + "mangledName": "$s7Combine9PublisherP13DixaMessengers5NeverO7FailureRtzrlE14assignNoRetain2to2onAA14AnyCancellableCs24ReferenceWritableKeyPathCyqd__6OutputQzG_qd__tRld__ClF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Combine.Publisher, τ_1_0 : AnyObject, τ_0_0.Failure == Swift.Never>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:7Combine9PublisherP", + "mangledName": "$s7Combine9PublisherP", + "moduleName": "Combine", + "genericSig": "<τ_0_0.Failure : Swift.Error>", + "sugared_genericSig": "", + "intro_Macosx": "10.15", + "intro_iOS": "13.0", + "intro_tvOS": "13.0", + "intro_watchOS": "6.0", + "declAttributes": [ + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Function", + "name": "image", + "printedName": "image(ofSize:cornerRadius:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "hasDefaultArg": true, + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "hasDefaultArg": true, + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC13DixaMessengerE5image6ofSize12cornerRadiusSo7UIImageCSgSo6CGSizeV_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo7UIColorC13DixaMessengerE5image6ofSize12cornerRadiusSo7UIImageCSgSo6CGSizeV_12CoreGraphics7CGFloatVtF", + "moduleName": "DixaMessenger", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OSLog", + "printedName": "OSLog", + "children": [ + { + "kind": "Var", + "name": "application", + "printedName": "application", + "children": [ + { + "kind": "TypeNominal", + "name": "OSLog", + "printedName": "os.OSLog", + "usr": "c:objc(cs)OS_os_log" + } + ], + "declKind": "Var", + "usr": "s:So9OS_os_logC13DixaMessengerE11applicationABvpZ", + "mangledName": "$sSo9OS_os_logC13DixaMessengerE11applicationABvpZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OSLog", + "printedName": "os.OSLog", + "usr": "c:objc(cs)OS_os_log" + } + ], + "declKind": "Accessor", + "usr": "s:So9OS_os_logC13DixaMessengerE11applicationABvgZ", + "mangledName": "$sSo9OS_os_logC13DixaMessengerE11applicationABvgZ", + "moduleName": "DixaMessenger", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_os_log", + "moduleName": "os", + "isOpen": true, + "objc_name": "OS_os_log", + "declAttributes": [ + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Publishers", + "printedName": "Publishers", + "children": [ + { + "kind": "TypeDecl", + "name": "EventLogger", + "printedName": "EventLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(upstream:logMessage:logLevel:)", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLogger", + "printedName": "Combine.Publishers.EventLogger<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Constructor", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV8upstream10logMessage0H5LevelAFy_xGx_SSAD03LogJ0Otcfc", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV8upstream10logMessage0H5LevelAFy_xGx_SSAD03LogJ0Otcfc", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0 where τ_0_0 : Combine.Publisher>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "receive", + "printedName": "receive(subscriber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV7receive10subscriberyqd___tAA10SubscriberRd__7FailureQyd__AJRtz5InputQyd__6OutputRtzlF", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV7receive10subscriberyqd___tAA10SubscriberRd__7FailureQyd__AJRtz5InputQyd__6OutputRtzlF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Combine.Publisher, τ_1_0 : Combine.Subscriber, τ_0_0.Failure == τ_1_0.Failure, τ_0_0.Output == τ_1_0.Input>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0 where τ_0_0 : Combine.Publisher>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Publisher", + "printedName": "Publisher", + "children": [ + { + "kind": "TypeWitness", + "name": "Output", + "printedName": "Output", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Output" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Failure", + "printedName": "Failure", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Failure" + } + ] + } + ], + "usr": "s:7Combine9PublisherP", + "mangledName": "$s7Combine9PublisherP" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7Combine10PublishersO", + "mangledName": "$s7Combine10PublishersO", + "moduleName": "Combine", + "intro_Macosx": "10.15", + "intro_iOS": "13.0", + "intro_tvOS": "13.0", + "intro_watchOS": "6.0", + "declAttributes": [ + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Class", + "usr": "c:objc(cs)NSNotificationCenter", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSNotificationCenter", + "declAttributes": [ + "ObjC", + "NonSendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "URLSessionWebSocketTask", + "printedName": "URLSessionWebSocketTask", + "declKind": "Class", + "usr": "c:objc(cs)NSURLSessionWebSocketTask", + "moduleName": "Foundation", + "isOpen": true, + "intro_iOS": "13.0", + "objc_name": "NSURLSessionWebSocketTask", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSURLSessionTask", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.URLSessionTask", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Dictionary", + "printedName": "Dictionary", + "children": [ + { + "kind": "Function", + "name": "merge", + "printedName": "merge(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:SD13DixaMessengerE5merge10contentsOfySDyxq_G_tF", + "mangledName": "$sSD13DixaMessengerE5merge10contentsOfySDyxq_G_tF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "merging", + "printedName": "merging(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:SD13DixaMessengerE7merging10contentsOfSDyxq_GAD_tF", + "mangledName": "$sSD13DixaMessengerE7merging10contentsOfSDyxq_GAD_tF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:SD", + "mangledName": "$sSD", + "moduleName": "Swift", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", + "usr": "s:SD5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDictionary", + "printedName": "Foundation.NSDictionary", + "usr": "c:objc(cs)NSDictionary" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_UnorderedCollection", + "printedName": "_UnorderedCollection", + "usr": "s:10CustomDump20_UnorderedCollectionP", + "mangledName": "$s10CustomDump20_UnorderedCollectionP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 1317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 2540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 7035, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 7072, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 9915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "StringLiteral", + "offset": 145, + "length": 35, + "value": "\"DixaMessenger.ConversationContainerViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "BooleanLiteral", + "offset": 207, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1292, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1342, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1391, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 380, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 411, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 438, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "BooleanLiteral", + "offset": 2554, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "StringLiteral", + "offset": 487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1152, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1938, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 2179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 2533, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 18, + "value": "\"DixaMessenger.MessageActionSheet\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "IntegerLiteral", + "offset": 301, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 1039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 695, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 5421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 26, + "value": "\"DixaMessenger.ConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 26, + "value": "\"DixaMessenger.ConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "Array", + "offset": 475, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 1520, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 1571, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 3151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 3396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 947, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1071, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1110, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 15, + "value": "\"DixaMessenger.SearchViewModel\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "Array", + "offset": 2032, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "Dictionary", + "offset": 2079, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "StringLiteral", + "offset": 1467, + "length": 6, + "value": "\"DixaMessenger.Client\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2281, + "length": 28, + "value": "\"CFBundleShortVersionString\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2331, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2346, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2382, + "length": 8, + "value": "\"Origin\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2392, + "length": 37, + "value": "\"Dixa Messenger SDK iOS\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2428, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2437, + "length": 12, + "value": "\"User-Agent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 39, + "value": "\"iOS \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2489, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9142, + "length": 11, + "value": "\"textfield\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9175, + "length": 10, + "value": "\"textarea\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9142, + "length": 11, + "value": "\"textfield\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9175, + "length": 10, + "value": "\"textarea\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "IntegerLiteral", + "offset": 73, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "BooleanLiteral", + "offset": 449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "FloatLiteral", + "offset": 1403, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "FloatLiteral", + "offset": 125, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "StringLiteral", + "offset": 158, + "length": 17, + "value": "\"SubcategoryCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 676, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 715, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 907, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 1197, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "Array", + "offset": 490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "StringLiteral", + "offset": 517, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "BooleanLiteral", + "offset": 554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 92, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 84, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 155, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 505, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 575, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 714, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 856, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 995, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1052, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1180, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1263, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1457, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1527, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetArticleRequest.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 257, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1235, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1342, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1374, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1548, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1715, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "StringLiteral", + "offset": 1739, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/CenterTextTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/CenterTextTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 90, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 129, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 169, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 969, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1386, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1548, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "Array", + "offset": 2006, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "Array", + "offset": 2057, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 14, + "value": "\"DixaMessenger.AttachmentView\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "IntegerLiteral", + "offset": 147, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "BooleanLiteral", + "offset": 618, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 216, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1189, + "length": 5, + "value": "0.075" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1203, + "length": 5, + "value": "0.135" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1216, + "length": 5, + "value": "0.265" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1230, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "IntegerLiteral", + "offset": 1292, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1303, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1343, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1418, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1944, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 2344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 288, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2138, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2472, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2738, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 2856, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "BooleanLiteral", + "offset": 847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 24, + "value": "\"Agent backgrounds\/blue\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 25, + "value": "\"Agent backgrounds\/green\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 687, + "length": 24, + "value": "\"Agent backgrounds\/grey\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 765, + "length": 26, + "value": "\"Agent backgrounds\/purple\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 842, + "length": 23, + "value": "\"Agent backgrounds\/red\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 932, + "length": 17, + "value": "\"commentDisabled\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"placeholderText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 13, + "value": "\"primaryText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 21, + "value": "\"secondaryBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1242, + "length": 15, + "value": "\"secondaryText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 8, + "value": "\"shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 16, + "value": "\"tertiaryAccent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 20, + "value": "\"tertiaryBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1598, + "length": 31, + "value": "\"Conversation\/Agent\/awayBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 31, + "value": "\"Conversation\/Agent\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1776, + "length": 27, + "value": "\"Conversation\/Agent\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1872, + "length": 40, + "value": "\"Conversation\/Agent\/firstGradientBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1973, + "length": 32, + "value": "\"Conversation\/Agent\/outerBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 41, + "value": "\"Conversation\/Agent\/secondGradientBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2170, + "length": 25, + "value": "\"Conversation\/Agent\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2296, + "length": 36, + "value": "\"Conversation\/Attachment\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2388, + "length": 32, + "value": "\"Conversation\/Attachment\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2491, + "length": 47, + "value": "\"Conversation\/Attachment\/contentTypeBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2605, + "length": 43, + "value": "\"Conversation\/Attachment\/downloadCTABorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2705, + "length": 33, + "value": "\"Conversation\/Attachment\/failure\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2796, + "length": 34, + "value": "\"Conversation\/Attachment\/fileSize\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2895, + "length": 41, + "value": "\"Conversation\/Attachment\/placeholderGray\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2993, + "length": 33, + "value": "\"Conversation\/Attachment\/success\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3080, + "length": 30, + "value": "\"Conversation\/Attachment\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3219, + "length": 45, + "value": "\"Conversation\/Closed conversation\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3330, + "length": 51, + "value": "\"Conversation\/Closed conversation\/buttonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3446, + "length": 50, + "value": "\"Conversation\/Closed conversation\/buttonTitleText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3552, + "length": 41, + "value": "\"Conversation\/Closed conversation\/shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3705, + "length": 47, + "value": "\"Conversation\/Input\/attachmentButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3812, + "length": 31, + "value": "\"Conversation\/Input\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3899, + "length": 27, + "value": "\"Conversation\/Input\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3998, + "length": 43, + "value": "\"Conversation\/Input\/removeButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4109, + "length": 39, + "value": "\"Conversation\/Input\/removeButtonBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4218, + "length": 41, + "value": "\"Conversation\/Input\/sendButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 27, + "value": "\"Conversation\/Input\/shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4396, + "length": 25, + "value": "\"Conversation\/Input\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4521, + "length": 35, + "value": "\"Conversation\/Separator\/inputField\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4615, + "length": 34, + "value": "\"Conversation\/Separator\/separator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4711, + "length": 37, + "value": "\"Conversation\/Separator\/separatorRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4802, + "length": 29, + "value": "\"Conversation\/Separator\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 32, + "value": "\"Conversation\/Separator\/textRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5015, + "length": 30, + "value": "\"Conversation\/User\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5101, + "length": 26, + "value": "\"Conversation\/User\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5193, + "length": 36, + "value": "\"Conversation\/User\/dimmedBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5283, + "length": 24, + "value": "\"Conversation\/User\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5366, + "length": 29, + "value": "\"Conversation\/User\/textBlack\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5464, + "length": 28, + "value": "\"Conversation\/firstGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5554, + "length": 29, + "value": "\"Conversation\/secondGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5688, + "length": 33, + "value": "\"Frontpage\/blackButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5783, + "length": 26, + "value": "\"Frontpage\/cellBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5875, + "length": 30, + "value": "\"Frontpage\/cellGrayBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5969, + "length": 28, + "value": "\"Frontpage\/miniAvatarBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6061, + "length": 28, + "value": "\"Frontpage\/miniAvatarShadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6168, + "length": 43, + "value": "\"Frontpage\/previousConversationsBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6268, + "length": 21, + "value": "\"Frontpage\/separator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6364, + "length": 39, + "value": "\"Frontpage\/translucentButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6472, + "length": 33, + "value": "\"Frontpage\/whiteButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6601, + "length": 24, + "value": "\"Global\/BadgeBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6682, + "length": 18, + "value": "\"Global\/badgeText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6803, + "length": 32, + "value": "\"Gradient Loading\/firstGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6897, + "length": 33, + "value": "\"Gradient Loading\/secondGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7002, + "length": 22, + "value": "\"menuOptionBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7098, + "length": 30, + "value": "\"menuOptionSelectedBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7196, + "length": 24, + "value": "\"menuOptionSelectedText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7280, + "length": 16, + "value": "\"menuOptionText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7376, + "length": 14, + "value": "\"Text\/neutral\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7445, + "length": 14, + "value": "\"Text\/primary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7516, + "length": 16, + "value": "\"Text\/secondary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7588, + "length": 15, + "value": "\"Text\/tertiary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7718, + "length": 19, + "value": "\"Themes\/Blue\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7793, + "length": 20, + "value": "\"Themes\/Blue\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7906, + "length": 22, + "value": "\"Themes\/Emerald\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7984, + "length": 23, + "value": "\"Themes\/Emerald\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8097, + "length": 19, + "value": "\"Themes\/Grey\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8172, + "length": 20, + "value": "\"Themes\/Grey\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 23, + "value": "\"Themes\/Midnight\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8365, + "length": 24, + "value": "\"Themes\/Midnight\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8481, + "length": 21, + "value": "\"Themes\/Purple\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8558, + "length": 22, + "value": "\"Themes\/Purple\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8678, + "length": 18, + "value": "\"Toast\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8759, + "length": 23, + "value": "\"Toast\/checkmarkBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8847, + "length": 25, + "value": "\"Toast\/exclamationBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8924, + "length": 12, + "value": "\"Toast\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8998, + "length": 12, + "value": "\"warningRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9124, + "length": 20, + "value": "\"AgentImages\/Agent1\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9198, + "length": 20, + "value": "\"AgentImages\/Agent2\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9272, + "length": 20, + "value": "\"AgentImages\/Agent3\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9381, + "length": 17, + "value": "\"BaseUI\/DixaLogo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9458, + "length": 21, + "value": "\"BaseUI\/DixaLogoTile\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9531, + "length": 13, + "value": "\"BaseUI\/back\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9597, + "length": 14, + "value": "\"BaseUI\/close\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9668, + "length": 18, + "value": "\"BaseUI\/closeDark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9745, + "length": 20, + "value": "\"BaseUI\/xEyesAvatar\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9832, + "length": 17, + "value": "\"ratingCheckmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9937, + "length": 22, + "value": "\"ChatInput\/Attachment\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10015, + "length": 20, + "value": "\"ChatInput\/Compress\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10088, + "length": 17, + "value": "\"ChatInput\/Cross\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10159, + "length": 18, + "value": "\"ChatInput\/Expand\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10234, + "length": 21, + "value": "\"ChatInput\/FileOther\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10310, + "length": 19, + "value": "\"ChatInput\/FilePDF\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10381, + "length": 16, + "value": "\"ChatInput\/Send\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10457, + "length": 10, + "value": "\"Airplane\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10557, + "length": 24, + "value": "\"Images\/AttachmentImage\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10642, + "length": 22, + "value": "\"Images\/deleteMessage\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10723, + "length": 20, + "value": "\"Images\/resendArrow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10847, + "length": 33, + "value": "\"MessageAttachment\/download-icon\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10938, + "length": 30, + "value": "\"MessageAttachment\/downloaded\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11030, + "length": 34, + "value": "\"MessageAttachment\/failedDownload\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11121, + "length": 30, + "value": "\"MessageAttachment\/file-other\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11206, + "length": 28, + "value": "\"MessageAttachment\/file-pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11330, + "length": 24, + "value": "\"MessageState\/Delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11409, + "length": 22, + "value": "\"MessageState\/Failure\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11483, + "length": 19, + "value": "\"MessageState\/Seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11554, + "length": 19, + "value": "\"MessageState\/Sent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11666, + "length": 21, + "value": "\"NavigationBar\/Clock\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11772, + "length": 13, + "value": "\"Toast\/Close\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11842, + "length": 17, + "value": "\"Toast\/checkmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11922, + "length": 23, + "value": "\"Toast\/exclamationmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12004, + "length": 9, + "value": "\"warning\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12559, + "length": 43, + "value": "\"Unable to load color asset named \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12600, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "FloatLiteral", + "offset": 140, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "IntegerLiteral", + "offset": 402, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketWrapper.swift", + "kind": "BooleanLiteral", + "offset": 761, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketWrapper.swift", + "kind": "BooleanLiteral", + "offset": 4452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/OSLog.swift", + "kind": "StringLiteral", + "offset": 64, + "length": 15, + "value": "\"DixaMessenger\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/OSLog.swift", + "kind": "StringLiteral", + "offset": 189, + "length": 13, + "value": "\"application\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MenuCell.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MenuCell.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 296, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 954, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "IntegerLiteral", + "offset": 173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "FloatLiteral", + "offset": 326, + "length": 4, + "value": "0.95" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "StringLiteral", + "offset": 369, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "BooleanLiteral", + "offset": 562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "IntegerLiteral", + "offset": 600, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "BooleanLiteral", + "offset": 1163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/ArticleSearchRequest.swift", + "kind": "StringLiteral", + "offset": 567, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 551, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 825, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1037, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 223, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 791, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 2122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2255, + "length": 2, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2293, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "Array", + "offset": 2504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 2619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2825, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "StringLiteral", + "offset": 73, + "length": 35, + "value": "\"DixaMessenger.PreviousConversationsViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageTypingIndicatorCell.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageTypingIndicatorCell.swift", + "kind": "BooleanLiteral", + "offset": 4400, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "StringLiteral", + "offset": 127, + "length": 27, + "value": "\"SuggestedArticleTableCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 284, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 798, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 85, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 160, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 443, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 800, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 878, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 3555, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 3942, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubblePlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 109, + "length": 2, + "value": "84" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 566, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 6, + "value": "\"😡\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 651, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 6, + "value": "\"🙄\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 736, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 746, + "length": 6, + "value": "\"😐\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 6, + "value": "\"😄\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 908, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 6, + "value": "\"😍\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "Array", + "offset": 505, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 636, + "length": 5, + "value": "200.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 980, + "length": 5, + "value": "225.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 2038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2356, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 2761, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3220, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3658, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 3818, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 3854, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4389, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 4757, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4837, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 4876, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 4912, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5654, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 5835, + "length": 2, + "value": "52" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 6241, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 6430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "StringLiteral", + "offset": 236, + "length": 28, + "value": "\"DixaMessenger.SearchArticlesViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "FloatLiteral", + "offset": 123, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 892, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1244, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "FloatLiteral", + "offset": 4764, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 32, + "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 13, + "value": "\"en_US_POSIX\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 628, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 995, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 1426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1800, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 2102, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2465, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "StringLiteral", + "offset": 54, + "length": 29, + "value": "\"DixaMessenger.EndConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/MessengerState.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/MessengerState.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 982, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1206, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1979, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 2230, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 2517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2616, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2849, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 3476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 15199, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "StringLiteral", + "offset": 130, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 164, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 198, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 232, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 946, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1784, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/TextView.swift", + "kind": "StringLiteral", + "offset": 1652, + "length": 11, + "value": "\"DixaMessenger.Coordinator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "FloatLiteral", + "offset": 674, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 13, + "value": "\"ArticleCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "StringLiteral", + "offset": 864, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 891, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1529, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "Array", + "offset": 612, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "Array", + "offset": 695, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "BooleanLiteral", + "offset": 874, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "BooleanLiteral", + "offset": 4219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1514, + "length": 13, + "value": "\"identify-me\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1561, + "length": 20, + "value": "\"start-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1612, + "length": 17, + "value": "\"deliver-message\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1662, + "length": 19, + "value": "\"message-delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1709, + "length": 14, + "value": "\"message-seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 6, + "value": "\"ping\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 18, + "value": "\"end-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1514, + "length": 13, + "value": "\"identify-me\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1561, + "length": 20, + "value": "\"start-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1612, + "length": 17, + "value": "\"deliver-message\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1662, + "length": 19, + "value": "\"message-delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1709, + "length": 14, + "value": "\"message-seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 6, + "value": "\"ping\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 18, + "value": "\"end-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/DownloadTask.swift", + "kind": "IntegerLiteral", + "offset": 491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "Array", + "offset": 231, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 504, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1141, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "IntegerLiteral", + "offset": 1199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "Array", + "offset": 1259, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1414, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1459, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1542, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 2728, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "IntegerLiteral", + "offset": 4070, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 4576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 8151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 8666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 75, + "length": 5, + "value": "242.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 81, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 93, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 147, + "length": 4, + "value": "88.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 152, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 163, + "length": 5, + "value": "172.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 169, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 227, + "length": 5, + "value": "253.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 233, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 245, + "length": 5, + "value": "193.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 251, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 267, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 84, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 112, + "length": 12, + "value": "\"image\/jpeg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 140, + "length": 11, + "value": "\"image\/png\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 12, + "value": "\"text\/plain\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 12, + "value": "\"text\/x-nfo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"text\/x-log\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 17, + "value": "\"application\/pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"text\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 17, + "value": "\"application\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 367, + "length": 26, + "value": "\"application\/octet-stream\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 84, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 112, + "length": 12, + "value": "\"image\/jpeg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 140, + "length": 11, + "value": "\"image\/png\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 12, + "value": "\"text\/plain\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 12, + "value": "\"text\/x-nfo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"text\/x-log\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 17, + "value": "\"application\/pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"text\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 17, + "value": "\"application\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 367, + "length": 26, + "value": "\"application\/octet-stream\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 214, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 252, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 415, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketResponse.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 34, + "value": "\"Date not matching ISO8601 format\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "Dictionary", + "offset": 306, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 2383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 104, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 155, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "Array", + "offset": 517, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "BooleanLiteral", + "offset": 809, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/ButtonTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/ButtonTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/BulletinBoardClient.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Send Messages\/SendMessageBuffer.swift", + "kind": "Array", + "offset": 495, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Send Messages\/SendMessageBuffer.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 13, + "value": "\"dixa_buffer\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetCategoriesRequest.swift", + "kind": "StringLiteral", + "offset": 320, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 188, + "length": 2, + "value": "72" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 581, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 951, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 10, + "value": "\"ellipsis\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 3918, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 25, + "value": "\"DixaMessenger.ConversationNavigationBar\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/BadgeView.swift", + "kind": "BooleanLiteral", + "offset": 162, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/CommentArticleRequest.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "BooleanLiteral", + "offset": 1484, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "Array", + "offset": 1909, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "Array", + "offset": 2000, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 462, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "StringLiteral", + "offset": 116, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "BooleanLiteral", + "offset": 642, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "IntegerLiteral", + "offset": 796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 275, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 403, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 27, + "value": "\"name: \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 1, + "value": "\", email: \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 730, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 749, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 1280, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 2026, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 2378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/ViewedArticleRequest.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetArticlesForCategoryRequest.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 609, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 1514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2014, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2355, + "length": 5, + "value": "0.075" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2369, + "length": 5, + "value": "0.135" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2382, + "length": 5, + "value": "0.265" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2396, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2467, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2539, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 3114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3598, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3621, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 3911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4394, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 4703, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 5322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5495, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 5813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5886, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5897, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 6179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 6794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 7000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "StringLiteral", + "offset": 54, + "length": 21, + "value": "\"DixaMessenger.ArticleViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/AttributedTextView.swift", + "kind": "IntegerLiteral", + "offset": 85, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 408, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 630, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 795, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 1043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1393, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "StringLiteral", + "offset": 76, + "length": 23, + "value": "\"DixaMessenger.KnowledgeViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/NavigationEdgeSwipeHandling.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 27, + "value": "\"DixaMessenger.NavigationEdgeSwipeHandling\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 500, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 776, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 1189, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 145, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 2070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ContactFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1658, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 10, + "value": "\"TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"NON_TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 10, + "value": "\"TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"NON_TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/MessageStore\/MessageStore.swift", + "kind": "Array", + "offset": 462, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 929, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1142, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1209, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1249, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1574, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1735, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1819, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1858, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1984, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2175, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2263, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 10, + "value": "\"DixaMessenger.AvatarView\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1925, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1955, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 2763, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "Array", + "offset": 1798, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 1890, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 2179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2543, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 8341, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1306, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1330, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1356, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1306, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1330, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1356, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "IntegerLiteral", + "offset": 1377, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "BooleanLiteral", + "offset": 1613, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "StringLiteral", + "offset": 1693, + "length": 4, + "value": "\"en\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "Array", + "offset": 1725, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/ConversationStartedPayload.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/ConversationStartedPayload.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 801, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 813, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1100, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Request.swift", + "kind": "Array", + "offset": 1657, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 247, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 283, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 955, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1008, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1233, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 2951, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Helpers\/MessagingAllowedComponent.swift", + "kind": "Dictionary", + "offset": 315, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "BooleanLiteral", + "offset": 4254, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 1516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "Array", + "offset": 2317, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 2400, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 2604, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 3051, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 3086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 3294, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "StringLiteral", + "offset": 851, + "length": 23, + "value": "\"DixaMessenger.FrontpageViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketPingPong.swift", + "kind": "IntegerLiteral", + "offset": 550, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/GradientLoadingView.swift", + "kind": "StringLiteral", + "offset": 155, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/GradientLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 101, + "length": 3, + "value": "264" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 139, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 2, + "value": "24" + } + ] +} \ No newline at end of file diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..684449f --- /dev/null +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,121 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import CoreHaptics +import CoreText +import CryptoKit +import Foundation +import MobileCoreServices +import OSLog +import PhotosUI +import SafariServices +import Swift +import SwiftUI +import UIKit +import UniformTypeIdentifiers +import UserNotifications +import _Concurrency +import _PhotosUI_SwiftUI +import _StringProcessing +import os +extension Combine.Publisher where Self.Failure == Swift.Never { + public func assignNoRetain(to keyPath: Swift.ReferenceWritableKeyPath, on object: Root) -> Combine.AnyCancellable where Root : AnyObject +} +@objc @_inheritsConvenienceInitializers final public class Messenger : ObjectiveC.NSObject { + public static var pushNotification: DixaMessenger.RemoteNotification { + get + } + public static func configure(_ config: DixaMessenger.DixaConfiguration) + @objc public static func configureWith(messengerToken token: Swift.String, logLevel: Swift.UInt, pushEnvironment: Swift.UInt) + @objc public static func registerForPushNotification(deviceToken: Foundation.Data) + @objc public static func unreadMessagesCountListener(completion: @escaping (_ count: Swift.Int) -> Swift.Void) + @objc public static func updateUserCredentials(username: Swift.String, email: Swift.String) + @objc public static func clearUserCredentials() + @objc public static func openMessenger(from presentationController: UIKit.UIViewController, completion: (() -> Swift.Void)? = nil) + @objc override dynamic public init() + @objc deinit +} +extension UIKit.UIColor { + public func image(ofSize size: CoreFoundation.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreFoundation.CGFloat = 0) -> UIKit.UIImage? +} +@_hasMissingDesignatedInitializers final public class RemoteNotification { + final public func register(deviceToken token: Foundation.Data) + final public func process(notification: UserNotifications.UNNotification, rootViewController: UIKit.UIViewController) -> Swift.Bool + final public func presentNotification(_ notification: UserNotifications.UNNotification, withCompletionHandler completionHandler: (UserNotifications.UNNotificationPresentationOptions) -> Swift.Void) -> Swift.Bool + @objc deinit +} +extension os.OSLog { + public static let application: os.OSLog +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @objc deinit +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @objc deinit +} +public enum LogLevel : Swift.UInt, Swift.Comparable { + public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool + case none + case error + case warning + case all + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public enum LogDestination { + case OSLog + case console + public static func == (a: DixaMessenger.LogDestination, b: DixaMessenger.LogDestination) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct APIError : Swift.Error { + public init(_ data: Foundation.Data) +} +extension Combine.Publishers { + public struct EventLogger : Combine.Publisher where Upstream : Combine.Publisher { + public typealias Output = Upstream.Output + public typealias Failure = Upstream.Failure + public init(upstream: Upstream, logMessage: Swift.String, logLevel: DixaMessenger.LogLevel) + public func receive(subscriber: S) where S : Combine.Subscriber, Upstream.Failure == S.Failure, Upstream.Output == S.Input + } +} +extension Swift.Dictionary { + public mutating func merge(contentsOf dictionary: [Key : Value]) + public func merging(contentsOf dictionary: [Key : Value]) -> [Key : Value] +} +public struct DixaConfiguration { + public enum PushEnvironment : Swift.UInt { + case production + case sandbox + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } + } + public init(token: Swift.String, logLevel: DixaMessenger.LogLevel = .none, pushEnvironment: DixaMessenger.DixaConfiguration.PushEnvironment = .production) + public init() + public func apikey(_ token: Swift.String) -> DixaMessenger.DixaConfiguration + public func logLevel(_ logLevel: DixaMessenger.LogLevel) -> DixaMessenger.DixaConfiguration + public func pushEnvironment(_ environment: DixaMessenger.DixaConfiguration.PushEnvironment) -> DixaMessenger.DixaConfiguration + public func supportedLanguages(_ languages: [Swift.String]) -> DixaMessenger.DixaConfiguration +} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.Equatable {} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.Hashable {} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.RawRepresentable {} +extension DixaMessenger.LogLevel : Swift.Hashable {} +extension DixaMessenger.LogLevel : Swift.RawRepresentable {} +extension DixaMessenger.LogDestination : Swift.Equatable {} +extension DixaMessenger.LogDestination : Swift.Hashable {} diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 0772eea..162827d 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface index e38d86a..684449f 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger +// swift-module-flags-ignorable: -enable-bare-slash-regex import Combine import CoreHaptics import CoreText @@ -16,6 +17,8 @@ import UIKit import UniformTypeIdentifiers import UserNotifications import _Concurrency +import _PhotosUI_SwiftUI +import _StringProcessing import os extension Combine.Publisher where Self.Failure == Swift.Never { public func assignNoRetain(to keyPath: Swift.ReferenceWritableKeyPath, on object: Root) -> Combine.AnyCancellable where Root : AnyObject @@ -35,7 +38,7 @@ extension Combine.Publisher where Self.Failure == Swift.Never { @objc deinit } extension UIKit.UIColor { - public func image(ofSize size: CoreGraphics.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreGraphics.CGFloat = 0) -> UIKit.UIImage? + public func image(ofSize size: CoreFoundation.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreFoundation.CGFloat = 0) -> UIKit.UIImage? } @_hasMissingDesignatedInitializers final public class RemoteNotification { final public func register(deviceToken token: Foundation.Data) diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.abi.json b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..f70d038 --- /dev/null +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,12047 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "PhotosUI", + "printedName": "PhotosUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MobileCoreServices", + "printedName": "MobileCoreServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UniformTypeIdentifiers", + "printedName": "UniformTypeIdentifiers", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Settings", + "printedName": "Settings", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "Messenger", + "printedName": "Messenger", + "children": [ + { + "kind": "Var", + "name": "pushNotification", + "printedName": "pushNotification", + "children": [ + { + "kind": "TypeNominal", + "name": "RemoteNotification", + "printedName": "DixaMessenger.RemoteNotification", + "usr": "s:13DixaMessenger18RemoteNotificationC" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvpZ", + "mangledName": "$s13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvpZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RemoteNotification", + "printedName": "DixaMessenger.RemoteNotification", + "usr": "s:13DixaMessenger18RemoteNotificationC" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvgZ", + "mangledName": "$s13DixaMessenger0B0C16pushNotificationAA06RemoteD0CvgZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0B0C9configureyyAA0A13ConfigurationVFZ", + "mangledName": "$s13DixaMessenger0B0C9configureyyAA0A13ConfigurationVFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configureWith", + "printedName": "configureWith(messengerToken:logLevel:pushEnvironment:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)configureWithMessengerToken:logLevel:pushEnvironment:", + "mangledName": "$s13DixaMessenger0B0C13configureWith14messengerToken8logLevel15pushEnvironmentySS_S2utFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "configureWithMessengerToken:logLevel:pushEnvironment:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerForPushNotification", + "printedName": "registerForPushNotification(deviceToken:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)registerForPushNotificationWithDeviceToken:", + "mangledName": "$s13DixaMessenger0B0C27registerForPushNotification11deviceTokeny10Foundation4DataV_tFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "registerForPushNotificationWithDeviceToken:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unreadMessagesCountListener", + "printedName": "unreadMessagesCountListener(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)unreadMessagesCountListenerWithCompletion:", + "mangledName": "$s13DixaMessenger0B0C27unreadMessagesCountListener10completionyySic_tFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "unreadMessagesCountListenerWithCompletion:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateUserCredentials", + "printedName": "updateUserCredentials(username:email:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)updateUserCredentialsWithUsername:email:", + "mangledName": "$s13DixaMessenger0B0C21updateUserCredentials8username5emailySS_SStFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "updateUserCredentialsWithUsername:email:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearUserCredentials", + "printedName": "clearUserCredentials()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)clearUserCredentials", + "mangledName": "$s13DixaMessenger0B0C20clearUserCredentialsyyFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "openMessenger", + "printedName": "openMessenger(from:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(cm)openMessengerFrom:completion:", + "mangledName": "$s13DixaMessenger0B0C04openB04from10completionySo16UIViewControllerC_yycSgtFZ", + "moduleName": "DixaMessenger", + "static": true, + "objc_name": "openMessengerFrom:completion:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Messenger", + "printedName": "DixaMessenger.Messenger", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger(im)init", + "mangledName": "$s13DixaMessenger0B0CACycfc", + "moduleName": "DixaMessenger", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)Messenger", + "mangledName": "$s13DixaMessenger0B0C", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CryptoKit", + "printedName": "CryptoKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "RemoteNotification", + "printedName": "RemoteNotification", + "children": [ + { + "kind": "Function", + "name": "register", + "printedName": "register(deviceToken:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC8register11deviceTokeny10Foundation4DataV_tF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC8register11deviceTokeny10Foundation4DataV_tF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "process", + "printedName": "process(notification:rootViewController:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UNNotification", + "printedName": "UserNotifications.UNNotification", + "usr": "c:objc(cs)UNNotification" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC7process12notification18rootViewControllerSbSo14UNNotificationC_So06UIViewI0CtF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC7process12notification18rootViewControllerSbSo14UNNotificationC_So06UIViewI0CtF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "presentNotification", + "printedName": "presentNotification(_:withCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UNNotification", + "printedName": "UserNotifications.UNNotification", + "usr": "c:objc(cs)UNNotification" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UserNotifications.UNNotificationPresentationOptions) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UNNotificationPresentationOptions", + "printedName": "UserNotifications.UNNotificationPresentationOptions", + "usr": "c:@E@UNNotificationPresentationOptions" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger18RemoteNotificationC07presentD0_21withCompletionHandlerSbSo14UNNotificationC_ySo0I19PresentationOptionsVXEtF", + "mangledName": "$s13DixaMessenger18RemoteNotificationC07presentD0_21withCompletionHandlerSbSo14UNNotificationC_ySo0I19PresentationOptionsVXEtF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:13DixaMessenger18RemoteNotificationC", + "mangledName": "$s13DixaMessenger18RemoteNotificationC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Final", + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SafariServices", + "printedName": "SafariServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "os", + "printedName": "os", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)layoutSubviews", + "mangledName": "$s13DixaMessenger14AnimatedButtonC14layoutSubviewsyyF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesBegan", + "printedName": "touchesBegan(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)touchesBegan:withEvent:", + "mangledName": "$s13DixaMessenger14AnimatedButtonC12touchesBegan_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "touchesBegan:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "touchesEnded", + "printedName": "touchesEnded(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sh" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton(im)touchesEnded:withEvent:", + "mangledName": "$s13DixaMessenger14AnimatedButtonC12touchesEnded_4withyShySo7UITouchCG_So7UIEventCSgtF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "touchesEnded:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)AnimatedButton", + "mangledName": "$s13DixaMessenger14AnimatedButtonC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Authentication", + "printedName": "Authentication", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "BulletinBoardKit", + "printedName": "BulletinBoardKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "KnowledgeViewController", + "printedName": "KnowledgeViewController", + "children": [ + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController(im)viewDidLoad", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC11viewDidLoadyyF", + "moduleName": "DixaMessenger", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "KnowledgeViewController", + "printedName": "DixaMessenger.KnowledgeViewController", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController(im)initWithNibName:bundle:", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "DixaMessenger", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@DixaMessenger@objc(cs)KnowledgeViewController", + "mangledName": "$s13DixaMessenger23KnowledgeViewControllerC", + "moduleName": "DixaMessenger", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "OSLog", + "printedName": "OSLog", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "LogLevel", + "printedName": "LogLevel", + "children": [ + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger8LogLevelO1loiySbAC_ACtFZ", + "mangledName": "$s13DixaMessenger8LogLevelO1loiySbAC_ACtFZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO4noneyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO4noneyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO5erroryA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO5erroryA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO7warningyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO7warningyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogLevel.Type) -> DixaMessenger.LogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger8LogLevelO3allyA2CmF", + "mangledName": "$s13DixaMessenger8LogLevelO3allyA2CmF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DixaMessenger.LogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger8LogLevelO8rawValueACSgSu_tcfc", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueACSgSu_tcfc", + "moduleName": "DixaMessenger", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger8LogLevelO8rawValueSuvp", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueSuvp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger8LogLevelO8rawValueSuvg", + "mangledName": "$s13DixaMessenger8LogLevelO8rawValueSuvg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger8LogLevelO", + "mangledName": "$s13DixaMessenger8LogLevelO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LogDestination", + "printedName": "LogDestination", + "children": [ + { + "kind": "Var", + "name": "OSLog", + "printedName": "OSLog", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogDestination.Type) -> DixaMessenger.LogDestination", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogDestination.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger14LogDestinationO5OSLogyA2CmF", + "mangledName": "$s13DixaMessenger14LogDestinationO5OSLogyA2CmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Var", + "name": "console", + "printedName": "console", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.LogDestination.Type) -> DixaMessenger.LogDestination", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.LogDestination.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger14LogDestinationO7consoleyA2CmF", + "mangledName": "$s13DixaMessenger14LogDestinationO7consoleyA2CmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + }, + { + "kind": "TypeNominal", + "name": "LogDestination", + "printedName": "DixaMessenger.LogDestination", + "usr": "s:13DixaMessenger14LogDestinationO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger14LogDestinationO2eeoiySbAC_ACtFZ", + "mangledName": "$s13DixaMessenger14LogDestinationO2eeoiySbAC_ACtFZ", + "moduleName": "DixaMessenger", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger14LogDestinationO9hashValueSivp", + "mangledName": "$s13DixaMessenger14LogDestinationO9hashValueSivp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger14LogDestinationO9hashValueSivg", + "mangledName": "$s13DixaMessenger14LogDestinationO9hashValueSivg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger14LogDestinationO4hash4intoys6HasherVz_tF", + "mangledName": "$s13DixaMessenger14LogDestinationO4hash4intoys6HasherVz_tF", + "moduleName": "DixaMessenger", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger14LogDestinationO", + "mangledName": "$s13DixaMessenger14LogDestinationO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "PhotosUI", + "printedName": "PhotosUI", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MobileCoreServices", + "printedName": "MobileCoreServices", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Looks", + "printedName": "Looks", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Localization", + "printedName": "Localization", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "ComposableArchitecture", + "printedName": "ComposableArchitecture", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "APIError", + "printedName": "APIError", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "APIError", + "printedName": "DixaMessenger.APIError", + "usr": "s:13DixaMessenger8APIErrorV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger8APIErrorVyAC10Foundation4DataVcfc", + "mangledName": "$s13DixaMessenger8APIErrorVyAC10Foundation4DataVcfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13DixaMessenger8APIErrorV", + "mangledName": "$s13DixaMessenger8APIErrorV", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "MessengerCore", + "printedName": "MessengerCore", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Models", + "printedName": "Models", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "TypeDecl", + "name": "DixaConfiguration", + "printedName": "DixaConfiguration", + "children": [ + { + "kind": "TypeDecl", + "name": "PushEnvironment", + "printedName": "PushEnvironment", + "children": [ + { + "kind": "Var", + "name": "production", + "printedName": "production", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.DixaConfiguration.PushEnvironment.Type) -> DixaMessenger.DixaConfiguration.PushEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO10productionyA2EmF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO10productionyA2EmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Var", + "name": "sandbox", + "printedName": "sandbox", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(DixaMessenger.DixaConfiguration.PushEnvironment.Type) -> DixaMessenger.DixaConfiguration.PushEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO7sandboxyA2EmF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO7sandboxyA2EmF", + "moduleName": "DixaMessenger" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueAESgSu_tcfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueAESgSu_tcfc", + "moduleName": "DixaMessenger", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvp", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvp", + "moduleName": "DixaMessenger", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvg", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO8rawValueSuvg", + "moduleName": "DixaMessenger", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15PushEnvironmentO", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(token:logLevel:pushEnvironment:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "hasDefaultArg": true, + "usr": "s:13DixaMessenger8LogLevelO" + }, + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "hasDefaultArg": true, + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationV5token8logLevel15pushEnvironmentACSS_AA03LogF0OAC04PushH0Otcfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationV5token8logLevel15pushEnvironmentACSS_AA03LogF0OAC04PushH0Otcfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:13DixaMessenger0A13ConfigurationVACycfc", + "mangledName": "$s13DixaMessenger0A13ConfigurationVACycfc", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "apikey", + "printedName": "apikey(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV6apikeyyACSSF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV6apikeyyACSSF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLevel", + "printedName": "logLevel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV8logLevelyAcA03LogE0OF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV8logLevelyAcA03LogE0OF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pushEnvironment", + "printedName": "pushEnvironment(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "PushEnvironment", + "printedName": "DixaMessenger.DixaConfiguration.PushEnvironment", + "usr": "s:13DixaMessenger0A13ConfigurationV15PushEnvironmentO" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV15pushEnvironmentyA2C04PushE0OF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV15pushEnvironmentyA2C04PushE0OF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "supportedLanguages", + "printedName": "supportedLanguages(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DixaConfiguration", + "printedName": "DixaMessenger.DixaConfiguration", + "usr": "s:13DixaMessenger0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13DixaMessenger0A13ConfigurationV18supportedLanguagesyACSaySSGF", + "mangledName": "$s13DixaMessenger0A13ConfigurationV18supportedLanguagesyACSaySSGF", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13DixaMessenger0A13ConfigurationV", + "mangledName": "$s13DixaMessenger0A13ConfigurationV", + "moduleName": "DixaMessenger", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "CoreHaptics", + "printedName": "CoreHaptics", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "BulletinBoardKit", + "printedName": "BulletinBoardKit", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "DixaUtils", + "printedName": "DixaUtils", + "declKind": "Import", + "moduleName": "DixaMessenger", + "declAttributes": [ + "ImplementationOnly" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "DixaMessenger" + }, + { + "kind": "TypeDecl", + "name": "Publisher", + "printedName": "Publisher", + "children": [ + { + "kind": "Function", + "name": "assignNoRetain", + "printedName": "assignNoRetain(to:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyCancellable", + "printedName": "Combine.AnyCancellable", + "usr": "s:7Combine14AnyCancellableC" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath<τ_1_0, τ_0_0.Output>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Output" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:7Combine9PublisherP13DixaMessengers5NeverO7FailureRtzrlE14assignNoRetain2to2onAA14AnyCancellableCs24ReferenceWritableKeyPathCyqd__6OutputQzG_qd__tRld__ClF", + "mangledName": "$s7Combine9PublisherP13DixaMessengers5NeverO7FailureRtzrlE14assignNoRetain2to2onAA14AnyCancellableCs24ReferenceWritableKeyPathCyqd__6OutputQzG_qd__tRld__ClF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Combine.Publisher, τ_1_0 : AnyObject, τ_0_0.Failure == Swift.Never>", + "sugared_genericSig": "", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:7Combine9PublisherP", + "mangledName": "$s7Combine9PublisherP", + "moduleName": "Combine", + "genericSig": "<τ_0_0.Failure : Swift.Error>", + "sugared_genericSig": "", + "intro_Macosx": "10.15", + "intro_iOS": "13.0", + "intro_tvOS": "13.0", + "intro_watchOS": "6.0", + "declAttributes": [ + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Function", + "name": "image", + "printedName": "image(ofSize:cornerRadius:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "hasDefaultArg": true, + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "hasDefaultArg": true, + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So7UIColorC13DixaMessengerE5image6ofSize12cornerRadiusSo7UIImageCSgSo6CGSizeV_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo7UIColorC13DixaMessengerE5image6ofSize12cornerRadiusSo7UIImageCSgSo6CGSizeV_12CoreGraphics7CGFloatVtF", + "moduleName": "DixaMessenger", + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OSLog", + "printedName": "OSLog", + "children": [ + { + "kind": "Var", + "name": "application", + "printedName": "application", + "children": [ + { + "kind": "TypeNominal", + "name": "OSLog", + "printedName": "os.OSLog", + "usr": "c:objc(cs)OS_os_log" + } + ], + "declKind": "Var", + "usr": "s:So9OS_os_logC13DixaMessengerE11applicationABvpZ", + "mangledName": "$sSo9OS_os_logC13DixaMessengerE11applicationABvpZ", + "moduleName": "DixaMessenger", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OSLog", + "printedName": "os.OSLog", + "usr": "c:objc(cs)OS_os_log" + } + ], + "declKind": "Accessor", + "usr": "s:So9OS_os_logC13DixaMessengerE11applicationABvgZ", + "mangledName": "$sSo9OS_os_logC13DixaMessengerE11applicationABvgZ", + "moduleName": "DixaMessenger", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_os_log", + "moduleName": "os", + "isOpen": true, + "objc_name": "OS_os_log", + "declAttributes": [ + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Publishers", + "printedName": "Publishers", + "children": [ + { + "kind": "TypeDecl", + "name": "EventLogger", + "printedName": "EventLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(upstream:logMessage:logLevel:)", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLogger", + "printedName": "Combine.Publishers.EventLogger<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LogLevel", + "printedName": "DixaMessenger.LogLevel", + "usr": "s:13DixaMessenger8LogLevelO" + } + ], + "declKind": "Constructor", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV8upstream10logMessage0H5LevelAFy_xGx_SSAD03LogJ0Otcfc", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV8upstream10logMessage0H5LevelAFy_xGx_SSAD03LogJ0Otcfc", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0 where τ_0_0 : Combine.Publisher>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "receive", + "printedName": "receive(subscriber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV7receive10subscriberyqd___tAA10SubscriberRd__7FailureQyd__AJRtz5InputQyd__6OutputRtzlF", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV7receive10subscriberyqd___tAA10SubscriberRd__7FailureQyd__AJRtz5InputQyd__6OutputRtzlF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Combine.Publisher, τ_1_0 : Combine.Subscriber, τ_0_0.Failure == τ_1_0.Failure, τ_0_0.Output == τ_1_0.Input>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:7Combine10PublishersO13DixaMessengerE11EventLoggerV", + "mangledName": "$s7Combine10PublishersO13DixaMessengerE11EventLoggerV", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0 where τ_0_0 : Combine.Publisher>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Publisher", + "printedName": "Publisher", + "children": [ + { + "kind": "TypeWitness", + "name": "Output", + "printedName": "Output", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Output" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Failure", + "printedName": "Failure", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Failure" + } + ] + } + ], + "usr": "s:7Combine9PublisherP", + "mangledName": "$s7Combine9PublisherP" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7Combine10PublishersO", + "mangledName": "$s7Combine10PublishersO", + "moduleName": "Combine", + "intro_Macosx": "10.15", + "intro_iOS": "13.0", + "intro_tvOS": "13.0", + "intro_watchOS": "6.0", + "declAttributes": [ + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Class", + "usr": "c:objc(cs)NSNotificationCenter", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSNotificationCenter", + "declAttributes": [ + "ObjC", + "NonSendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "URLSessionWebSocketTask", + "printedName": "URLSessionWebSocketTask", + "declKind": "Class", + "usr": "c:objc(cs)NSURLSessionWebSocketTask", + "moduleName": "Foundation", + "isOpen": true, + "intro_iOS": "13.0", + "objc_name": "NSURLSessionWebSocketTask", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSURLSessionTask", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Foundation.URLSessionTask", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Dictionary", + "printedName": "Dictionary", + "children": [ + { + "kind": "Function", + "name": "merge", + "printedName": "merge(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:SD13DixaMessengerE5merge10contentsOfySDyxq_G_tF", + "mangledName": "$sSD13DixaMessengerE5merge10contentsOfySDyxq_G_tF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "merging", + "printedName": "merging(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:SD13DixaMessengerE7merging10contentsOfSDyxq_GAD_tF", + "mangledName": "$sSD13DixaMessengerE7merging10contentsOfSDyxq_GAD_tF", + "moduleName": "DixaMessenger", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:SD", + "mangledName": "$sSD", + "moduleName": "Swift", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", + "usr": "s:SD5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDictionary", + "printedName": "Foundation.NSDictionary", + "usr": "c:objc(cs)NSDictionary" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_UnorderedCollection", + "printedName": "_UnorderedCollection", + "usr": "s:10CustomDump20_UnorderedCollectionP", + "mangledName": "$s10CustomDump20_UnorderedCollectionP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 1317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 2540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 7035, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 7072, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "BooleanLiteral", + "offset": 9915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationContainerViewController.swift", + "kind": "StringLiteral", + "offset": 145, + "length": 35, + "value": "\"DixaMessenger.ConversationContainerViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "BooleanLiteral", + "offset": 207, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "BooleanLiteral", + "offset": 596, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/ClosedConversationView.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1292, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1342, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Layouts\/ConversationLayout.swift", + "kind": "Array", + "offset": 1391, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 380, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 411, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "StringLiteral", + "offset": 438, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ChatInputCell.swift", + "kind": "BooleanLiteral", + "offset": 2554, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "StringLiteral", + "offset": 487, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1152, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 1938, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 2179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "BooleanLiteral", + "offset": 2533, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/MessageActionSheet.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 18, + "value": "\"DixaMessenger.MessageActionSheet\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "IntegerLiteral", + "offset": 301, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/ToastView.swift", + "kind": "BooleanLiteral", + "offset": 1039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 695, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 5421, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 26, + "value": "\"DixaMessenger.ConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/ConversationViewController.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 26, + "value": "\"DixaMessenger.ConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "Array", + "offset": 475, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 1520, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 1571, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 3151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/MenuView.swift", + "kind": "BooleanLiteral", + "offset": 3396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 947, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1071, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1110, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearchViewModel.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 15, + "value": "\"DixaMessenger.SearchViewModel\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "Array", + "offset": 2032, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "Dictionary", + "offset": 2079, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client.swift", + "kind": "StringLiteral", + "offset": 1467, + "length": 6, + "value": "\"DixaMessenger.Client\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2281, + "length": 28, + "value": "\"CFBundleShortVersionString\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2331, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2346, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2382, + "length": 8, + "value": "\"Origin\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2392, + "length": 37, + "value": "\"Dixa Messenger SDK iOS\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2428, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2437, + "length": 12, + "value": "\"User-Agent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2451, + "length": 39, + "value": "\"iOS \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Messenger.swift", + "kind": "StringLiteral", + "offset": 2489, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9142, + "length": 11, + "value": "\"textfield\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9175, + "length": 10, + "value": "\"textarea\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9142, + "length": 11, + "value": "\"textfield\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/DeliverMessagePayload.swift", + "kind": "StringLiteral", + "offset": 9175, + "length": 10, + "value": "\"textarea\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "IntegerLiteral", + "offset": 73, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "BooleanLiteral", + "offset": 449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/BubbleView.swift", + "kind": "FloatLiteral", + "offset": 1403, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "FloatLiteral", + "offset": 125, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "StringLiteral", + "offset": 158, + "length": 17, + "value": "\"SubcategoryCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 676, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 715, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 907, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SubcategoryCell.swift", + "kind": "BooleanLiteral", + "offset": 1197, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "Array", + "offset": 490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "StringLiteral", + "offset": 517, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/SuggestedArticlesRequest.swift", + "kind": "BooleanLiteral", + "offset": 554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 92, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Extensions\/UIColor.swift", + "kind": "IntegerLiteral", + "offset": 131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 84, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 155, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 359, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 505, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 575, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 714, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 856, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 995, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1052, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1180, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1263, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1457, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Font.swift", + "kind": "IntegerLiteral", + "offset": 1527, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetArticleRequest.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 257, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1235, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1342, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1374, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1548, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1715, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "StringLiteral", + "offset": 1739, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/InlineChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1804, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/CenterTextTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/CenterTextTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 90, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 129, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 169, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 969, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1386, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1548, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "BooleanLiteral", + "offset": 1813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "Array", + "offset": 2006, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "Array", + "offset": 2057, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/Subviews\/AttachmentView.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 14, + "value": "\"DixaMessenger.AttachmentView\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "IntegerLiteral", + "offset": 147, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleTextCell.swift", + "kind": "BooleanLiteral", + "offset": 618, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 216, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1189, + "length": 5, + "value": "0.075" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1203, + "length": 5, + "value": "0.135" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1216, + "length": 5, + "value": "0.265" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1230, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "IntegerLiteral", + "offset": 1292, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1303, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "FloatLiteral", + "offset": 1343, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1418, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1944, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 2344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 288, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 371, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2138, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2472, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "BooleanLiteral", + "offset": 2738, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ContactFormView.swift", + "kind": "StringLiteral", + "offset": 2856, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "BooleanLiteral", + "offset": 847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketController.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 24, + "value": "\"Agent backgrounds\/blue\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 25, + "value": "\"Agent backgrounds\/green\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 687, + "length": 24, + "value": "\"Agent backgrounds\/grey\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 765, + "length": 26, + "value": "\"Agent backgrounds\/purple\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 842, + "length": 23, + "value": "\"Agent backgrounds\/red\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 932, + "length": 17, + "value": "\"commentDisabled\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 17, + "value": "\"placeholderText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 13, + "value": "\"primaryText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 21, + "value": "\"secondaryBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1242, + "length": 15, + "value": "\"secondaryText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 8, + "value": "\"shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 16, + "value": "\"tertiaryAccent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 20, + "value": "\"tertiaryBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1598, + "length": 31, + "value": "\"Conversation\/Agent\/awayBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 31, + "value": "\"Conversation\/Agent\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1776, + "length": 27, + "value": "\"Conversation\/Agent\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1872, + "length": 40, + "value": "\"Conversation\/Agent\/firstGradientBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 1973, + "length": 32, + "value": "\"Conversation\/Agent\/outerBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 41, + "value": "\"Conversation\/Agent\/secondGradientBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2170, + "length": 25, + "value": "\"Conversation\/Agent\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2296, + "length": 36, + "value": "\"Conversation\/Attachment\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2388, + "length": 32, + "value": "\"Conversation\/Attachment\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2491, + "length": 47, + "value": "\"Conversation\/Attachment\/contentTypeBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2605, + "length": 43, + "value": "\"Conversation\/Attachment\/downloadCTABorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2705, + "length": 33, + "value": "\"Conversation\/Attachment\/failure\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2796, + "length": 34, + "value": "\"Conversation\/Attachment\/fileSize\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2895, + "length": 41, + "value": "\"Conversation\/Attachment\/placeholderGray\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 2993, + "length": 33, + "value": "\"Conversation\/Attachment\/success\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3080, + "length": 30, + "value": "\"Conversation\/Attachment\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3219, + "length": 45, + "value": "\"Conversation\/Closed conversation\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3330, + "length": 51, + "value": "\"Conversation\/Closed conversation\/buttonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3446, + "length": 50, + "value": "\"Conversation\/Closed conversation\/buttonTitleText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3552, + "length": 41, + "value": "\"Conversation\/Closed conversation\/shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3705, + "length": 47, + "value": "\"Conversation\/Input\/attachmentButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3812, + "length": 31, + "value": "\"Conversation\/Input\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3899, + "length": 27, + "value": "\"Conversation\/Input\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 3998, + "length": 43, + "value": "\"Conversation\/Input\/removeButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4109, + "length": 39, + "value": "\"Conversation\/Input\/removeButtonBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4218, + "length": 41, + "value": "\"Conversation\/Input\/sendButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 27, + "value": "\"Conversation\/Input\/shadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4396, + "length": 25, + "value": "\"Conversation\/Input\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4521, + "length": 35, + "value": "\"Conversation\/Separator\/inputField\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4615, + "length": 34, + "value": "\"Conversation\/Separator\/separator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4711, + "length": 37, + "value": "\"Conversation\/Separator\/separatorRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4802, + "length": 29, + "value": "\"Conversation\/Separator\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 32, + "value": "\"Conversation\/Separator\/textRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5015, + "length": 30, + "value": "\"Conversation\/User\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5101, + "length": 26, + "value": "\"Conversation\/User\/border\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5193, + "length": 36, + "value": "\"Conversation\/User\/dimmedBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5283, + "length": 24, + "value": "\"Conversation\/User\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5366, + "length": 29, + "value": "\"Conversation\/User\/textBlack\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5464, + "length": 28, + "value": "\"Conversation\/firstGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5554, + "length": 29, + "value": "\"Conversation\/secondGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5688, + "length": 33, + "value": "\"Frontpage\/blackButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5783, + "length": 26, + "value": "\"Frontpage\/cellBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5875, + "length": 30, + "value": "\"Frontpage\/cellGrayBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 5969, + "length": 28, + "value": "\"Frontpage\/miniAvatarBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6061, + "length": 28, + "value": "\"Frontpage\/miniAvatarShadow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6168, + "length": 43, + "value": "\"Frontpage\/previousConversationsBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6268, + "length": 21, + "value": "\"Frontpage\/separator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6364, + "length": 39, + "value": "\"Frontpage\/translucentButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6472, + "length": 33, + "value": "\"Frontpage\/whiteButtonBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6601, + "length": 24, + "value": "\"Global\/BadgeBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6682, + "length": 18, + "value": "\"Global\/badgeText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6803, + "length": 32, + "value": "\"Gradient Loading\/firstGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 6897, + "length": 33, + "value": "\"Gradient Loading\/secondGradient\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7002, + "length": 22, + "value": "\"menuOptionBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7098, + "length": 30, + "value": "\"menuOptionSelectedBackground\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7196, + "length": 24, + "value": "\"menuOptionSelectedText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7280, + "length": 16, + "value": "\"menuOptionText\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7376, + "length": 14, + "value": "\"Text\/neutral\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7445, + "length": 14, + "value": "\"Text\/primary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7516, + "length": 16, + "value": "\"Text\/secondary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7588, + "length": 15, + "value": "\"Text\/tertiary\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7718, + "length": 19, + "value": "\"Themes\/Blue\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7793, + "length": 20, + "value": "\"Themes\/Blue\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7906, + "length": 22, + "value": "\"Themes\/Emerald\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 7984, + "length": 23, + "value": "\"Themes\/Emerald\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8097, + "length": 19, + "value": "\"Themes\/Grey\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8172, + "length": 20, + "value": "\"Themes\/Grey\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 23, + "value": "\"Themes\/Midnight\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8365, + "length": 24, + "value": "\"Themes\/Midnight\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8481, + "length": 21, + "value": "\"Themes\/Purple\/first\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8558, + "length": 22, + "value": "\"Themes\/Purple\/second\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8678, + "length": 18, + "value": "\"Toast\/background\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8759, + "length": 23, + "value": "\"Toast\/checkmarkBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8847, + "length": 25, + "value": "\"Toast\/exclamationBorder\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8924, + "length": 12, + "value": "\"Toast\/text\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 8998, + "length": 12, + "value": "\"warningRed\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9124, + "length": 20, + "value": "\"AgentImages\/Agent1\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9198, + "length": 20, + "value": "\"AgentImages\/Agent2\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9272, + "length": 20, + "value": "\"AgentImages\/Agent3\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9381, + "length": 17, + "value": "\"BaseUI\/DixaLogo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9458, + "length": 21, + "value": "\"BaseUI\/DixaLogoTile\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9531, + "length": 13, + "value": "\"BaseUI\/back\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9597, + "length": 14, + "value": "\"BaseUI\/close\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9668, + "length": 18, + "value": "\"BaseUI\/closeDark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9745, + "length": 20, + "value": "\"BaseUI\/xEyesAvatar\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9832, + "length": 17, + "value": "\"ratingCheckmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 9937, + "length": 22, + "value": "\"ChatInput\/Attachment\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10015, + "length": 20, + "value": "\"ChatInput\/Compress\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10088, + "length": 17, + "value": "\"ChatInput\/Cross\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10159, + "length": 18, + "value": "\"ChatInput\/Expand\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10234, + "length": 21, + "value": "\"ChatInput\/FileOther\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10310, + "length": 19, + "value": "\"ChatInput\/FilePDF\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10381, + "length": 16, + "value": "\"ChatInput\/Send\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10457, + "length": 10, + "value": "\"Airplane\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10557, + "length": 24, + "value": "\"Images\/AttachmentImage\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10642, + "length": 22, + "value": "\"Images\/deleteMessage\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10723, + "length": 20, + "value": "\"Images\/resendArrow\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10847, + "length": 33, + "value": "\"MessageAttachment\/download-icon\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 10938, + "length": 30, + "value": "\"MessageAttachment\/downloaded\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11030, + "length": 34, + "value": "\"MessageAttachment\/failedDownload\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11121, + "length": 30, + "value": "\"MessageAttachment\/file-other\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11206, + "length": 28, + "value": "\"MessageAttachment\/file-pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11330, + "length": 24, + "value": "\"MessageState\/Delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11409, + "length": 22, + "value": "\"MessageState\/Failure\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11483, + "length": 19, + "value": "\"MessageState\/Seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11554, + "length": 19, + "value": "\"MessageState\/Sent\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11666, + "length": 21, + "value": "\"NavigationBar\/Clock\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11772, + "length": 13, + "value": "\"Toast\/Close\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11842, + "length": 17, + "value": "\"Toast\/checkmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 11922, + "length": 23, + "value": "\"Toast\/exclamationmark\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12004, + "length": 9, + "value": "\"warning\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12559, + "length": 43, + "value": "\"Unable to load color asset named \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Assets.swift", + "kind": "StringLiteral", + "offset": 12600, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "FloatLiteral", + "offset": 140, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "IntegerLiteral", + "offset": 402, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleImageCell.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketWrapper.swift", + "kind": "BooleanLiteral", + "offset": 761, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketWrapper.swift", + "kind": "BooleanLiteral", + "offset": 4452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/OSLog.swift", + "kind": "StringLiteral", + "offset": 64, + "length": 15, + "value": "\"DixaMessenger\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/OSLog.swift", + "kind": "StringLiteral", + "offset": 189, + "length": 13, + "value": "\"application\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MenuCell.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MenuCell.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 296, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/AsyncImage.swift", + "kind": "IntegerLiteral", + "offset": 954, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "IntegerLiteral", + "offset": 173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "IntegerLiteral", + "offset": 222, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "FloatLiteral", + "offset": 326, + "length": 4, + "value": "0.95" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "StringLiteral", + "offset": 369, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "BooleanLiteral", + "offset": 562, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "IntegerLiteral", + "offset": 600, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleAttachmentCell.swift", + "kind": "BooleanLiteral", + "offset": 1163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/ArticleSearchRequest.swift", + "kind": "StringLiteral", + "offset": 567, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 330, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 551, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 772, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 825, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1037, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/PreviousConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 223, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/DixaFooterView.swift", + "kind": "BooleanLiteral", + "offset": 823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 791, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1727, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 1889, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 2122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2255, + "length": 2, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2293, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "Array", + "offset": 2504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "BooleanLiteral", + "offset": 2619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2825, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/PreviousConversationsViewController.swift", + "kind": "StringLiteral", + "offset": 73, + "length": 35, + "value": "\"DixaMessenger.PreviousConversationsViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageTypingIndicatorCell.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageTypingIndicatorCell.swift", + "kind": "BooleanLiteral", + "offset": 4400, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "StringLiteral", + "offset": 127, + "length": 27, + "value": "\"SuggestedArticleTableCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 284, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SuggestedArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 798, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 85, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 160, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 443, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 800, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 878, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "BooleanLiteral", + "offset": 999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "StringLiteral", + "offset": 3555, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/DixaTextField.swift", + "kind": "IntegerLiteral", + "offset": 3942, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarsContainerView.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubblePlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 109, + "length": 2, + "value": "84" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 566, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 6, + "value": "\"😡\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 651, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 661, + "length": 6, + "value": "\"🙄\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 736, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 746, + "length": 6, + "value": "\"😐\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 822, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 832, + "length": 6, + "value": "\"😄\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "IntegerLiteral", + "offset": 908, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/CSATCell.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 6, + "value": "\"😍\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "Array", + "offset": 505, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 537, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 636, + "length": 5, + "value": "200.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 980, + "length": 5, + "value": "225.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 1941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 2038, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2356, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 2747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 2761, + "length": 4, + "value": "40.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3220, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3658, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 3779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 3818, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 3854, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4157, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4389, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 4757, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 4837, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 4876, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "FloatLiteral", + "offset": 4912, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 5654, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "IntegerLiteral", + "offset": 5835, + "length": 2, + "value": "52" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 6241, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "BooleanLiteral", + "offset": 6430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/SearhArticlesViewController.swift", + "kind": "StringLiteral", + "offset": 236, + "length": 28, + "value": "\"DixaMessenger.SearchArticlesViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "FloatLiteral", + "offset": 123, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 892, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1157, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 1244, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "FloatLiteral", + "offset": 4764, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/KnowledgeTableHeaderView.swift", + "kind": "BooleanLiteral", + "offset": 4986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 32, + "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ISOFormatter.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 13, + "value": "\"en_US_POSIX\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 628, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 995, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 1426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1800, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 1823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "BooleanLiteral", + "offset": 2102, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2465, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "IntegerLiteral", + "offset": 2488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/ViewControllers\/EndConversationViewController.swift", + "kind": "StringLiteral", + "offset": 54, + "length": 29, + "value": "\"DixaMessenger.EndConversationViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/MessengerState.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/MessengerState.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 534, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 982, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1206, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 1979, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 2230, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 2517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2616, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2849, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "IntegerLiteral", + "offset": 2945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 3476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/ChatInputView.swift", + "kind": "BooleanLiteral", + "offset": 15199, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "StringLiteral", + "offset": 130, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 164, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 198, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 232, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 305, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 946, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingCommentView.swift", + "kind": "BooleanLiteral", + "offset": 1784, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Views\/NoAgentAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/SwiftUI\/TextView.swift", + "kind": "StringLiteral", + "offset": 1652, + "length": 11, + "value": "\"DixaMessenger.Coordinator\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "FloatLiteral", + "offset": 674, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 13, + "value": "\"ArticleCell\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "StringLiteral", + "offset": 864, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 891, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1073, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1298, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1529, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/CategoryArticleCell.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "Array", + "offset": 612, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "Array", + "offset": 695, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "BooleanLiteral", + "offset": 874, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationsComponent.swift", + "kind": "BooleanLiteral", + "offset": 4219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1514, + "length": 13, + "value": "\"identify-me\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1561, + "length": 20, + "value": "\"start-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1612, + "length": 17, + "value": "\"deliver-message\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1662, + "length": 19, + "value": "\"message-delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1709, + "length": 14, + "value": "\"message-seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 6, + "value": "\"ping\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 18, + "value": "\"end-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1514, + "length": 13, + "value": "\"identify-me\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1561, + "length": 20, + "value": "\"start-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1612, + "length": 17, + "value": "\"deliver-message\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1662, + "length": 19, + "value": "\"message-delivered\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1709, + "length": 14, + "value": "\"message-seen\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 6, + "value": "\"ping\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageRequest.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 18, + "value": "\"end-conversation\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Client Model\/DownloadTask.swift", + "kind": "IntegerLiteral", + "offset": 491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "Array", + "offset": 231, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 504, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1141, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "IntegerLiteral", + "offset": 1199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "Array", + "offset": 1259, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 1328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1414, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1459, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "StringLiteral", + "offset": 1542, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 2728, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3446, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 3823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "IntegerLiteral", + "offset": 4070, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 4226, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 4576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 8151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/InputView\/RatingView.swift", + "kind": "BooleanLiteral", + "offset": 8666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 75, + "length": 5, + "value": "242.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 81, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 93, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 147, + "length": 4, + "value": "88.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 152, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 163, + "length": 5, + "value": "172.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 169, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 227, + "length": 5, + "value": "253.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 233, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 245, + "length": 5, + "value": "193.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 251, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "FloatLiteral", + "offset": 262, + "length": 4, + "value": "45.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 267, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/DixaColor.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 84, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 112, + "length": 12, + "value": "\"image\/jpeg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 140, + "length": 11, + "value": "\"image\/png\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 12, + "value": "\"text\/plain\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 12, + "value": "\"text\/x-nfo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"text\/x-log\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 17, + "value": "\"application\/pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"text\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 17, + "value": "\"application\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 367, + "length": 26, + "value": "\"application\/octet-stream\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 84, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 112, + "length": 12, + "value": "\"image\/jpeg\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 140, + "length": 11, + "value": "\"image\/png\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 12, + "value": "\"text\/plain\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 12, + "value": "\"text\/x-nfo\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"text\/x-log\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 17, + "value": "\"application\/pdf\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 10, + "value": "\"text\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 17, + "value": "\"application\/xml\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/ContentTypes.swift", + "kind": "StringLiteral", + "offset": 367, + "length": 26, + "value": "\"application\/octet-stream\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 214, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 252, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/MessageStateView.swift", + "kind": "BooleanLiteral", + "offset": 415, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketResponse.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 34, + "value": "\"Date not matching ISO8601 format\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "Dictionary", + "offset": 306, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 1093, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 1881, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/ImageCache.swift", + "kind": "BooleanLiteral", + "offset": 2383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 104, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 155, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "IntegerLiteral", + "offset": 759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "Array", + "offset": 517, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageCell.swift", + "kind": "BooleanLiteral", + "offset": 809, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/ButtonTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/ButtonTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/BulletinBoardClient.swift", + "kind": "StringLiteral", + "offset": 1589, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Send Messages\/SendMessageBuffer.swift", + "kind": "Array", + "offset": 495, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Send Messages\/SendMessageBuffer.swift", + "kind": "StringLiteral", + "offset": 1364, + "length": 13, + "value": "\"dixa_buffer\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetCategoriesRequest.swift", + "kind": "StringLiteral", + "offset": 320, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 188, + "length": 2, + "value": "72" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "IntegerLiteral", + "offset": 581, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 951, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 10, + "value": "\"ellipsis\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "BooleanLiteral", + "offset": 3918, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/ConversationNavigationBar.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 25, + "value": "\"DixaMessenger.ConversationNavigationBar\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/BadgeView.swift", + "kind": "BooleanLiteral", + "offset": 162, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/CommentArticleRequest.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "BooleanLiteral", + "offset": 1484, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "Array", + "offset": 1909, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "Array", + "offset": 2000, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/ConversationComponent.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 462, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/AgentsTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "StringLiteral", + "offset": 116, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "BooleanLiteral", + "offset": 642, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleSearch\/Views\/SearchResultsPlaceholder.swift", + "kind": "IntegerLiteral", + "offset": 796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 275, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 403, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 27, + "value": "\"name: \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 1, + "value": "\", email: \"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "StringLiteral", + "offset": 730, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 749, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 1280, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 2026, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/ManualClaimView.swift", + "kind": "BooleanLiteral", + "offset": 2378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/ViewedArticleRequest.swift", + "kind": "StringLiteral", + "offset": 389, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/Requests\/GetArticlesForCategoryRequest.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 10, + "value": "\"https:\/\/\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 609, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 1514, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 1680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2014, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2355, + "length": 5, + "value": "0.075" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2369, + "length": 5, + "value": "0.135" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2382, + "length": 5, + "value": "0.265" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2396, + "length": 4, + "value": "0.08" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "FloatLiteral", + "offset": 2467, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2539, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 2739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 2890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 3114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3598, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 3621, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 3911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4394, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 4417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 4703, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 5322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5495, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 5813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5886, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "IntegerLiteral", + "offset": 5897, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 6179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 6794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "BooleanLiteral", + "offset": 7000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/ArticleViewController.swift", + "kind": "StringLiteral", + "offset": 54, + "length": 21, + "value": "\"DixaMessenger.ArticleViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/Base\/AttributedTextView.swift", + "kind": "IntegerLiteral", + "offset": 85, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 408, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 630, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 795, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorCell.swift", + "kind": "BooleanLiteral", + "offset": 1043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "IntegerLiteral", + "offset": 1393, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Knowledge\/KnowledgeViewController.swift", + "kind": "StringLiteral", + "offset": 76, + "length": 23, + "value": "\"DixaMessenger.KnowledgeViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/NavigationEdgeSwipeHandling.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 27, + "value": "\"DixaMessenger.NavigationEdgeSwipeHandling\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 478, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 500, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 776, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/SeparatorView.swift", + "kind": "BooleanLiteral", + "offset": 1189, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 145, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Views\/NavigationBar\/Subviews\/OnlineTitleView.swift", + "kind": "BooleanLiteral", + "offset": 2070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/ContactFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1658, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 10, + "value": "\"TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"NON_TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 10, + "value": "\"TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketModels\/SocketMessageResponse.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"NON_TERMINAL\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/MessageStore\/MessageStore.swift", + "kind": "Array", + "offset": 462, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 400, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 531, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Logger\/Logger.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 929, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1090, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1142, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1209, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1249, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1574, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1735, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 1819, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1858, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1984, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2175, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2263, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "BooleanLiteral", + "offset": 2316, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/AvatarView.swift", + "kind": "StringLiteral", + "offset": 20, + "length": 10, + "value": "\"DixaMessenger.AvatarView\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 955, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "IntegerLiteral", + "offset": 1054, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1925, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1955, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 1994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/ConversationMessage.swift", + "kind": "BooleanLiteral", + "offset": 2763, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "Array", + "offset": 1798, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 1860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 1890, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "BooleanLiteral", + "offset": 2179, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 3, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 2543, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/SolvemateFormCell.swift", + "kind": "IntegerLiteral", + "offset": 8341, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1306, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1330, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1356, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1306, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1330, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1356, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/HTTPMethod.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "IntegerLiteral", + "offset": 1377, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "BooleanLiteral", + "offset": 1613, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "StringLiteral", + "offset": 1693, + "length": 4, + "value": "\"en\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Models\/DixaSettings.swift", + "kind": "Array", + "offset": 1725, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/ConversationStartedPayload.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/Payloads\/ConversationStartedPayload.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 9, + "value": "\"orgName\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 801, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 813, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1100, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageBubbleCell.swift", + "kind": "BooleanLiteral", + "offset": 1260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/Client\/Request.swift", + "kind": "Array", + "offset": 1657, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 247, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 283, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 955, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1008, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1233, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "BooleanLiteral", + "offset": 1503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/Cells\/OpenConversationTableViewCell.swift", + "kind": "IntegerLiteral", + "offset": 2951, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Domain\/Conversation management\/Helpers\/MessagingAllowedComponent.swift", + "kind": "Dictionary", + "offset": 315, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 621, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Utils\/Utilities.swift", + "kind": "BooleanLiteral", + "offset": 4254, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/DixaConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 1516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "Array", + "offset": 2317, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 2400, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 2604, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 3051, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "BooleanLiteral", + "offset": 3086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "IntegerLiteral", + "offset": 3294, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversations\/ViewControllers\/FrontpageViewController.swift", + "kind": "StringLiteral", + "offset": 851, + "length": 23, + "value": "\"DixaMessenger.FrontpageViewController\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/Networking\/WebSocket\/SocketHandling\/SocketPingPong.swift", + "kind": "IntegerLiteral", + "offset": 550, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/GradientLoadingView.swift", + "kind": "StringLiteral", + "offset": 155, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Views\/GradientLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 101, + "length": 3, + "value": "264" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 139, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/vagrant\/git\/DixaMessenger\/UI\/Conversation\/Cells\/MessageSeparatorPlaceholderCell.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 2, + "value": "24" + } + ] +} \ No newline at end of file diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..aa23a44 --- /dev/null +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,121 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import CoreHaptics +import CoreText +import CryptoKit +import Foundation +import MobileCoreServices +import OSLog +import PhotosUI +import SafariServices +import Swift +import SwiftUI +import UIKit +import UniformTypeIdentifiers +import UserNotifications +import _Concurrency +import _PhotosUI_SwiftUI +import _StringProcessing +import os +extension Combine.Publisher where Self.Failure == Swift.Never { + public func assignNoRetain(to keyPath: Swift.ReferenceWritableKeyPath, on object: Root) -> Combine.AnyCancellable where Root : AnyObject +} +@objc @_inheritsConvenienceInitializers final public class Messenger : ObjectiveC.NSObject { + public static var pushNotification: DixaMessenger.RemoteNotification { + get + } + public static func configure(_ config: DixaMessenger.DixaConfiguration) + @objc public static func configureWith(messengerToken token: Swift.String, logLevel: Swift.UInt, pushEnvironment: Swift.UInt) + @objc public static func registerForPushNotification(deviceToken: Foundation.Data) + @objc public static func unreadMessagesCountListener(completion: @escaping (_ count: Swift.Int) -> Swift.Void) + @objc public static func updateUserCredentials(username: Swift.String, email: Swift.String) + @objc public static func clearUserCredentials() + @objc public static func openMessenger(from presentationController: UIKit.UIViewController, completion: (() -> Swift.Void)? = nil) + @objc override dynamic public init() + @objc deinit +} +extension UIKit.UIColor { + public func image(ofSize size: CoreFoundation.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreFoundation.CGFloat = 0) -> UIKit.UIImage? +} +@_hasMissingDesignatedInitializers final public class RemoteNotification { + final public func register(deviceToken token: Foundation.Data) + final public func process(notification: UserNotifications.UNNotification, rootViewController: UIKit.UIViewController) -> Swift.Bool + final public func presentNotification(_ notification: UserNotifications.UNNotification, withCompletionHandler completionHandler: (UserNotifications.UNNotificationPresentationOptions) -> Swift.Void) -> Swift.Bool + @objc deinit +} +extension os.OSLog { + public static let application: os.OSLog +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?) + @objc deinit +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @objc deinit +} +public enum LogLevel : Swift.UInt, Swift.Comparable { + public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool + case none + case error + case warning + case all + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public enum LogDestination { + case OSLog + case console + public static func == (a: DixaMessenger.LogDestination, b: DixaMessenger.LogDestination) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct APIError : Swift.Error { + public init(_ data: Foundation.Data) +} +extension Combine.Publishers { + public struct EventLogger : Combine.Publisher where Upstream : Combine.Publisher { + public typealias Output = Upstream.Output + public typealias Failure = Upstream.Failure + public init(upstream: Upstream, logMessage: Swift.String, logLevel: DixaMessenger.LogLevel) + public func receive(subscriber: S) where S : Combine.Subscriber, Upstream.Failure == S.Failure, Upstream.Output == S.Input + } +} +extension Swift.Dictionary { + public mutating func merge(contentsOf dictionary: [Key : Value]) + public func merging(contentsOf dictionary: [Key : Value]) -> [Key : Value] +} +public struct DixaConfiguration { + public enum PushEnvironment : Swift.UInt { + case production + case sandbox + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } + } + public init(token: Swift.String, logLevel: DixaMessenger.LogLevel = .none, pushEnvironment: DixaMessenger.DixaConfiguration.PushEnvironment = .production) + public init() + public func apikey(_ token: Swift.String) -> DixaMessenger.DixaConfiguration + public func logLevel(_ logLevel: DixaMessenger.LogLevel) -> DixaMessenger.DixaConfiguration + public func pushEnvironment(_ environment: DixaMessenger.DixaConfiguration.PushEnvironment) -> DixaMessenger.DixaConfiguration + public func supportedLanguages(_ languages: [Swift.String]) -> DixaMessenger.DixaConfiguration +} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.Equatable {} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.Hashable {} +extension DixaMessenger.DixaConfiguration.PushEnvironment : Swift.RawRepresentable {} +extension DixaMessenger.LogLevel : Swift.Hashable {} +extension DixaMessenger.LogLevel : Swift.RawRepresentable {} +extension DixaMessenger.LogDestination : Swift.Equatable {} +extension DixaMessenger.LogDestination : Swift.Hashable {} diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index d1ddac8..3cc380f 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index c784276..aa23a44 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger +// swift-module-flags-ignorable: -enable-bare-slash-regex import Combine import CoreHaptics import CoreText @@ -16,6 +17,8 @@ import UIKit import UniformTypeIdentifiers import UserNotifications import _Concurrency +import _PhotosUI_SwiftUI +import _StringProcessing import os extension Combine.Publisher where Self.Failure == Swift.Never { public func assignNoRetain(to keyPath: Swift.ReferenceWritableKeyPath, on object: Root) -> Combine.AnyCancellable where Root : AnyObject @@ -35,7 +38,7 @@ extension Combine.Publisher where Self.Failure == Swift.Never { @objc deinit } extension UIKit.UIColor { - public func image(ofSize size: CoreGraphics.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreGraphics.CGFloat = 0) -> UIKit.UIImage? + public func image(ofSize size: CoreFoundation.CGSize = CGSize(width: 1, height: 1), cornerRadius: CoreFoundation.CGFloat = 0) -> UIKit.UIImage? } @_hasMissingDesignatedInitializers final public class RemoteNotification { final public func register(deviceToken token: Foundation.Data) diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist index 0bc5681..0b0e1dc 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory index 71722b0..1975ba9 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 index f281d7b..cc38f7a 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources index 0f85fcd..cec3cdb 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources @@ -8,7 +8,7 @@ hash - Kp6kyu1e4nHgbmbgE/UnZavFTmY= + 65lByY57uzcdMc45qEQ75/UkaGk= optional @@ -17,7 +17,7 @@ hash - tOvIsgvUBF5d0nwqEeaLvD9inwk= + Ce0VH9i7GgC16be0hm+9Lg30JUk= optional @@ -26,7 +26,7 @@ hash - 5LOw0cZdBXNawiFOtXGDdpsHj34= + LF+oCPEOM6X0B4tbQBgXn5cMSMY= optional @@ -35,7 +35,7 @@ hash - 24zpxesl6fBwI+TnuNFsnEf0f8I= + MiTJLy47u7ZZu8oJvb60k7UnPNM= optional @@ -44,7 +44,7 @@ hash - klOrxkg942WoYZibIPfn2loGZiY= + Qn0ZyNQiB/EDdEWytNoZpkWo294= optional @@ -53,7 +53,7 @@ hash - P0r037IH+9Issnfn56kCYW20Ht0= + Ui/r8GHwifEnc4WhrjvMFrtebsg= optional @@ -62,7 +62,7 @@ hash - ecqCZ3cIADOuRUyPNwrC+Q2VZSk= + fnIeH1mdqhVKdJjLSvlffJ1k8Wg= optional @@ -71,7 +71,7 @@ hash - 4uKg0ERiEb7ynxjWAQzyDwzPjnI= + q9j0f11V+0qOOssTcrD2plj4WWA= optional @@ -80,7 +80,7 @@ hash - c7DS8qBHZehEHvgqzQUIwHn6VZA= + HiEntqBxspKhY47YbJAce6//uU0= optional @@ -89,7 +89,7 @@ hash - nU2U5HUyHrFKkbwZdlMDEZj/FSA= + BVeNV4icTO9cqByY0Zxp8aVCsyg= optional @@ -98,7 +98,7 @@ hash - 0gje4vt5gpuMDumYP2MiI84YF8M= + VbLK8yLOTcTSiDrBGFO7jUKyjh8= optional @@ -107,7 +107,7 @@ hash - Ezr2WK4SJUESl+Fw1up+T5NvpSQ= + 5VfubxsBxihC7M1jGQ13uxem5M4= optional @@ -116,7 +116,7 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= optional @@ -125,7 +125,7 @@ hash - /5Ctjo2ikQjglL+HOTNzhFeZsJ8= + Gfb7PQcjgc+sApTvinGVkPmuHVY= optional @@ -134,7 +134,7 @@ hash - pWz6Pjghmqn5MU6JBJn2uIk3NlM= + ipy+LODmQuW9bpUEVKUtXtfcnSU= optional @@ -143,7 +143,7 @@ hash - M/99mcQBnTYI7LaDDtCy04Qa8cY= + UuB7m82E0FF+RBvBbMrtwLzKq08= optional @@ -152,7 +152,7 @@ hash - c4jOu42haf5ZdETTdK/JG3d0oaw= + tWvGxPdScuVvbOY3sT1gbTyZnY0= optional @@ -161,7 +161,7 @@ hash - 2BDnLAvtqSPuI23ZGeVMVOFTeJw= + dbCpx61gH9c7/C0I6EZ5KLvq7/M= optional @@ -170,7 +170,7 @@ hash - YRrskD1PmFOCaRseR1F57rBE33E= + 35e3zRCOqQSm0rFvKticQMTxuqI= optional @@ -179,7 +179,7 @@ hash - YyO1cDlu8zdAPiind8SIW50oMjI= + HFmIeNdLEQceYaw/tSUE7VxmmYo= optional @@ -188,7 +188,7 @@ hash - sLOUWZjq+nW+F2QX/PWTcpFdm3s= + fupL6YKyBRllnq5gbyLOJlE5vSI= optional @@ -197,7 +197,7 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= optional @@ -206,7 +206,7 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= optional @@ -215,7 +215,7 @@ hash - 8UswADFT3qoaWP1fYGOJuxMBTy0= + GvzAjV7EnT5N7SHZPE6RRCSXYHM= optional @@ -227,11 +227,11 @@ hash - Kp6kyu1e4nHgbmbgE/UnZavFTmY= + 65lByY57uzcdMc45qEQ75/UkaGk= hash2 - Dv4MBSG6s8O+bVxOyNF0WABBZPSLkVvEzeQYw9tBRA0= + G80EgemKQYzhjMDde0wZZkP2yYe1hrFoC5Jo/9q6INw= optional @@ -240,11 +240,11 @@ hash - tOvIsgvUBF5d0nwqEeaLvD9inwk= + Ce0VH9i7GgC16be0hm+9Lg30JUk= hash2 - URz0RbXnoWilOjeh8QHpLnG02iGv3uaPmHQ/f7klno8= + KE/z9kl87+ACv4WsPibRdIpWXcjOePAqfWjqnZW3LOo= optional @@ -253,11 +253,11 @@ hash - 5LOw0cZdBXNawiFOtXGDdpsHj34= + LF+oCPEOM6X0B4tbQBgXn5cMSMY= hash2 - 6EBJmjieyN93KmeNQd+tf99JXECkwOWU3UniRHROoX8= + CKaCtWvgOyyZoygMcBPs51ro1mb7hzA5HrriAcwOqYw= optional @@ -266,11 +266,11 @@ hash - 24zpxesl6fBwI+TnuNFsnEf0f8I= + MiTJLy47u7ZZu8oJvb60k7UnPNM= hash2 - SoerUVu0xkiIAyZkHyqKffc9Tj+/mhLoXhy5WTlCItI= + WMDlIxeTWhNAeBl0/iITruMX1qqT23d5FmwwRkON4wE= optional @@ -279,11 +279,11 @@ hash - klOrxkg942WoYZibIPfn2loGZiY= + Qn0ZyNQiB/EDdEWytNoZpkWo294= hash2 - nzPPrXjvWlm8SkaMkZI/IwL6wax4421nlKaV7t6nq8k= + iyJA4rjKAdU/8uZbMuR0YzhyyA4SMyAbAx3HJh95r24= optional @@ -292,11 +292,11 @@ hash - P0r037IH+9Issnfn56kCYW20Ht0= + Ui/r8GHwifEnc4WhrjvMFrtebsg= hash2 - l1QTPT/qO9lSZj1LGX3uHDKULCLw9I2ZIhwNhsIg5J4= + v0/rQ6i5LlNTafM0FxaRkBj8ML8y2k6oYvEg3Y8F5uY= optional @@ -305,11 +305,11 @@ hash - ecqCZ3cIADOuRUyPNwrC+Q2VZSk= + fnIeH1mdqhVKdJjLSvlffJ1k8Wg= hash2 - /vJ1ULHGEGeTOcQQbRiwGCsWWp96cfc9CYJkmMM88qw= + M5r/NFe5W1mEmzjb+P+KHmG31LUxb1h3nxS/1FOWUJ0= optional @@ -318,11 +318,11 @@ hash - 4uKg0ERiEb7ynxjWAQzyDwzPjnI= + q9j0f11V+0qOOssTcrD2plj4WWA= hash2 - rlPQkdc4xT166voBItclerUkPFCloN5uQlFaKTcUjVM= + pAYCKahB7Eb9NYD1KA/5soJPLKUuWcAJGaUuhUS/TK0= optional @@ -331,11 +331,11 @@ hash - c7DS8qBHZehEHvgqzQUIwHn6VZA= + HiEntqBxspKhY47YbJAce6//uU0= hash2 - b0h4mCVe4aSIBJvPuHfn2hzZk4ElFJDOSlSiWBO1Kk4= + 26E8UVqvb52huvyg2JgBlmoSkQHzWG0jY6zlll4oCsg= optional @@ -344,11 +344,11 @@ hash - nU2U5HUyHrFKkbwZdlMDEZj/FSA= + BVeNV4icTO9cqByY0Zxp8aVCsyg= hash2 - 5QOnEkKt9/33mDjl21zRYIdPko3LCjlVHYTivvZhci4= + 5sh6iCn4B7Izh4mxY8hWNAdHvQsD5UZT6mPjWXsmJ9o= optional @@ -357,11 +357,11 @@ hash - 0gje4vt5gpuMDumYP2MiI84YF8M= + VbLK8yLOTcTSiDrBGFO7jUKyjh8= hash2 - AbYaf5TjbFilZusQfKHlrTWe9B7zdtFd7NHd+xLxwhA= + W4h9b/YHQ+Q0VZ5hNxH5XkrtNVHZKDbeerxK/PiZrQg= optional @@ -370,11 +370,11 @@ hash - Ezr2WK4SJUESl+Fw1up+T5NvpSQ= + 5VfubxsBxihC7M1jGQ13uxem5M4= hash2 - eG3g+C1PHUwb3ZjrZKDP+1921+YzwO34hE6U2YSGmrM= + Z1W3n0PtaVUgPqsN+xKmdJogUYm6Kq0MR3ELZpK6xh4= optional @@ -383,11 +383,11 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= hash2 - bCRxFc4BOi+QSaYwu12CfD0xvNz1KqZcvl/SF2+HPRY= + 6kQfES2gqFRCFBd5FaKDAnS8jAXUcQEYBIW1IqJL40c= optional @@ -396,11 +396,11 @@ hash - /5Ctjo2ikQjglL+HOTNzhFeZsJ8= + Gfb7PQcjgc+sApTvinGVkPmuHVY= hash2 - cORcB75zNAiEg36KX2Ut1Rdl5zWz6gUP+tKu4NDvF94= + Wc4dy4PH8ySaYak1E0o8g8ELIkBEVrsyH0JgFbtfVOA= optional @@ -409,11 +409,11 @@ hash - pWz6Pjghmqn5MU6JBJn2uIk3NlM= + ipy+LODmQuW9bpUEVKUtXtfcnSU= hash2 - h2IySBprgzS0MZYoVQm5RoOzR4gRnVuUHpKB1P8/fR4= + mBahx9fp/fw/oHVhA8zuQpjKXGth2kuR1XIFQNfKE10= optional @@ -422,11 +422,11 @@ hash - M/99mcQBnTYI7LaDDtCy04Qa8cY= + UuB7m82E0FF+RBvBbMrtwLzKq08= hash2 - zVSi2CFjX70Stit3sdb2J2bK9Ahbl2+dMbSJpBth/I0= + 2BEDfgOsO1R2cVQreVBWHFnA+y00rNqe3WmJeyrcNZI= optional @@ -435,11 +435,11 @@ hash - c4jOu42haf5ZdETTdK/JG3d0oaw= + tWvGxPdScuVvbOY3sT1gbTyZnY0= hash2 - f2aTZDzzRcFLJThn67tN1TZnpP5ccMOYpnF/KnjDiMk= + WwShanfRjemNWVslbsYjZ2Np+xOILrRuR2B39frZmgs= optional @@ -448,11 +448,11 @@ hash - 2BDnLAvtqSPuI23ZGeVMVOFTeJw= + dbCpx61gH9c7/C0I6EZ5KLvq7/M= hash2 - n6Gmv6/fv+l4Ebij4deGwZcA76jr2ikIFnfpTxIDsms= + sw0+5yBNV1P+a0T5qIqn0sQkAU/IGWfdFOrxOMyHtQ0= optional @@ -461,11 +461,11 @@ hash - YRrskD1PmFOCaRseR1F57rBE33E= + 35e3zRCOqQSm0rFvKticQMTxuqI= hash2 - b8SZ0aXpjiRTcsVXKIXkhBgthvIoU/z7UgHDJf1ojtE= + piJvwG4nkfLGkmvF1EcdDfIZSI/AOyyObLrsAl7fHrs= optional @@ -474,11 +474,11 @@ hash - YyO1cDlu8zdAPiind8SIW50oMjI= + HFmIeNdLEQceYaw/tSUE7VxmmYo= hash2 - 010+Fqjnnmd86r6fXacn1VgVbqb3hGWq9FulKGDZhK4= + f1ls6V/KhsPI6dSu5q+Hvj4c3W2wfmCkAG1xzzrSCE0= optional @@ -487,11 +487,11 @@ hash - sLOUWZjq+nW+F2QX/PWTcpFdm3s= + fupL6YKyBRllnq5gbyLOJlE5vSI= hash2 - lQPxYls13Xm7Yb75pB11nlsYh1gCViFhGbcv+HCw5RM= + zhpMlZy53mti085/PbPH1/CzxXI/I8dh5jXpX8kaeqk= optional @@ -500,11 +500,11 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= hash2 - bCRxFc4BOi+QSaYwu12CfD0xvNz1KqZcvl/SF2+HPRY= + 6kQfES2gqFRCFBd5FaKDAnS8jAXUcQEYBIW1IqJL40c= optional @@ -513,11 +513,11 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= hash2 - bCRxFc4BOi+QSaYwu12CfD0xvNz1KqZcvl/SF2+HPRY= + 6kQfES2gqFRCFBd5FaKDAnS8jAXUcQEYBIW1IqJL40c= optional @@ -526,11 +526,11 @@ hash - 8UswADFT3qoaWP1fYGOJuxMBTy0= + GvzAjV7EnT5N7SHZPE6RRCSXYHM= hash2 - uCNBAdvUqZ6POqoTgF4YYjArJm512gemdWG2kvZU2I0= + I13ukC8bR6u+UOCgVQ5392wzvJUXjLdS5b7bHl6MmvQ= optional diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings index 0c6131d..050a863 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "تجربة كلمة رئيسية أخرى"; "dixa_message_waiting_for_agent" = "في انتظار انضمام وكيل"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings index 301206d..08450f3 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et andet nøgleord"; "dixa_message_waiting_for_agent" = "Venter på, at en medarbejder tilslutter"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings index f7484f1..c2dca8a 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings @@ -370,3 +370,7 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Versuche es mit einem anderen Schlüsselwort"; "dixa_message_waiting_for_agent" = "Warten auf den Beitritt eines Agenten"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings index 17f5258..6ce3af5 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings @@ -369,3 +369,7 @@ "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; + diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings index 427d1ed..841d483 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings @@ -370,3 +370,7 @@ o enviar un correo electrónico al equipo de asistencia."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Prueba otra palabra clave"; "dixa_message_waiting_for_agent" = "Esperando que se una un agente"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings index 1d4c65b..3231874 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings @@ -370,3 +370,7 @@ või meie kasutajatoele e-kirja saata."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Proovi teist märksõna"; "dixa_message_waiting_for_agent" = "Oodatakse agendi liitumist"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings index 1e0ba4a..edae644 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings @@ -370,3 +370,7 @@ lähettää sähköpostia tukitiimillemme."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Kokeile toista avainsanaa"; "dixa_message_waiting_for_agent" = "Odotetaan asiakaspalvelijan liittymistä"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings index 95ff6c6..61aa82c 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Essayez un autre mot clé"; "dixa_message_waiting_for_agent" = "En attente d'un agent"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings index b55995b..00d32f8 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Próbálkozz egy másik kulcsszóval"; "dixa_message_waiting_for_agent" = "Várakozás a munkatársunk csatlakozására"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings index 158d795..599eb2f 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings @@ -370,3 +370,7 @@ eða sent þjónustudeildinni skilaboð."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Prófaðu annað leitarorð"; "dixa_message_waiting_for_agent" = "Bíður eftir fulltrúa"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings index 125a73c..4844a12 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Prova un'altra parola chiave"; "dixa_message_waiting_for_agent" = "In attesa di partecipazione da parte dell'agente"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings index dc08578..4ce5bf7 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings @@ -370,3 +370,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "別のキーワードを試してください"; "dixa_message_waiting_for_agent" = "担当者の参加待ち"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings index 96a3e64..0d0f761 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword"; "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings index 657ef24..4330dc9 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings @@ -370,3 +370,7 @@ arba rašykite el. laišką mūsų palaikymo komandai."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Bandyti įvesti kitą raktažodį"; "dixa_message_waiting_for_agent" = "Laukiama, kol prisijungs agentas"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings index 8ac5f03..583839b 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Izmēģiniet citu atslēgvārdu"; "dixa_message_waiting_for_agent" = "Gaida aģenta pievienošanos"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings index ae35af9..ed12ce4 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings @@ -370,3 +370,7 @@ of een e-mail naar onze klantenservice sturen."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Probeer een ander trefwoord"; "dixa_message_waiting_for_agent" = "Wachten op een medewerker om deel te nemen"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings index d40bc23..2c6070c 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings @@ -370,3 +370,7 @@ eller sende supportteamet vårt en e-post."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et annet nøkkelord"; "dixa_message_waiting_for_agent" = "Venter på at en agent skal koble til"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings index 1ef36f1..f8a50f7 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings @@ -370,3 +370,7 @@ lub wyślij wiadomość e-mail do naszego zespołu wsparcia."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Wypróbuj inne słowo kluczowe"; "dixa_message_waiting_for_agent" = "Oczekiwanie na dołączenie agenta"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings index 89de707..5593002 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings @@ -370,3 +370,7 @@ ou enviar um e-mail à nossa equipa de suporte."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Tente outra palavra-chave"; "dixa_message_waiting_for_agent" = "A aguardar a entrada de um agente"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings index b59a28a..c20b177 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Попробуйте другое ключевое слово"; "dixa_message_waiting_for_agent" = "В ожидании присоединения агента поддержки"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings index bd2df84..cf86d24 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings @@ -370,3 +370,7 @@ ett e-postmeddelande till vårt supportteam."; "dixa_knowledge_search_placeholder_no_results_try_another" = "Testa ett annat nyckelord"; "dixa_message_waiting_for_agent" = "Väntar på en agent att gå med"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings index 96a3e64..0d0f761 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword"; "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings index 96a3e64..0d0f761 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings @@ -368,3 +368,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword"; "dixa_message_waiting_for_agent" = "Waiting for an agent to join"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings index c54c0a5..d3e08dc 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings @@ -370,3 +370,7 @@ "dixa_knowledge_search_placeholder_no_results_try_another" = "请尝试其他关键词"; "dixa_message_waiting_for_agent" = "正在等待代理加入"; + +"dixa_end_conversation_title" = "End conversation"; + +"dixa_end_conversation_info" = "By clicking the button below you will end your current conversation."; diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car index 8692041..7e60ea9 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist index 2c3aa86..277c0bc 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory index 56fe7e4..adbe706 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 index 599ae6f..6e3af9c 100644 Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 differ diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources index fd1481e..91015eb 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - bkBHV9Mu4W3QlakaC27Aqk7/p6k= + /pJQMfq1ZQpSKbKSqS6TjgbC5fY= files2 @@ -15,11 +15,11 @@ hash - bkBHV9Mu4W3QlakaC27Aqk7/p6k= + /pJQMfq1ZQpSKbKSqS6TjgbC5fY= hash2 - E5agp49T/pCedG+MR4GQBpYwIFfJPjlvrCXROGVxCw4= + r8+6H7/vVW0qmsJSygCLVwYr4zxNO7dqHc8kboLQnRw= diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources index 41d65a3..158dd40 100644 --- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources +++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources @@ -6,19 +6,19 @@ Assets.car - kn3crMitBQAbYKymDpGUiNlvlXY= + bX5w1KLVHEyp2AnypGOBistH9QQ= BulletinBoardKit_BulletinBoardKit.bundle/Assets.car - JpIn4o2LQ4WVcw8uKHIZ+nlURuI= + O1FFdVMwT5YkzAfPBPll8j9tGcQ= BulletinBoardKit_BulletinBoardKit.bundle/Info.plist - iYCeuOeOdiruIDgx16OkrtZaZqI= + zGBgMwf5+Z4jgnBgPyifdrO09WE= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory - VbeQHFcUq4NE/uzycJniQHWCROk= + oSxnKxal5qTQL+VQAB4NrtYIiDQ= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements @@ -26,11 +26,11 @@ BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 - SgRRP79nUgpkWWaRF3JugJ8lDPs= + 8CHjitsTTYdMc9wVyo9N7FP1cpk= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources - GUHF3+tHtuj72+VaWabPDK00YnI= + Y6PJrzNtsnE9OWXAeVLqJE65+ZQ= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeSignature @@ -38,35 +38,51 @@ Headers/DixaMessenger.h - 8fLWjAHy/EMXUEdU3qrXws1HTWw= + K0qUc0d0pWHI4lr/GJwwtLKZAeU= Info.plist - ROTTvk/DpxZIJF+5NSP0HhK/whw= + lQfpAPOW5wPjcoJj0l1kTZiNOUA= + + Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.abi.json + + iTXS6pbFM/3d3G+jscibxLcQj3E= + + Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + QM3uYMX1A7LvCSJfzhVHJUzVvTw= Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc - /7b7wYG0IyXSoeveonYAI+eVu/c= + jP58jZkJkWImvnVItPC3nxDr4KY= Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface - ANuSWens7psPgarWHtDbH8kViFg= + QM3uYMX1A7LvCSJfzhVHJUzVvTw= Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftmodule - dE38HMWBewqBbEQJ4gUJiYVgpUQ= + WbMoXarYijuZTa0X/wa/+qYPnvA= + + Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.abi.json + + iTXS6pbFM/3d3G+jscibxLcQj3E= + + Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + 0OqAABnJPhHOjqA6Nen2vMNa8Cw= Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - vWPxQgCHr31CTRKA+xjZsZ808hs= + /ql+0/FDcBsB6bPajr2pf36EhkM= Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - Mew+XoIE/YlQ/TLb/GDmAgjbVXw= + 0OqAABnJPhHOjqA6Nen2vMNa8Cw= Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - qeMpKu6RG3WcisXMBJ1wjfbLjyY= + hjkdWEwAUwXZ4neUkG1KB8z6EsQ= Modules/module.modulemap @@ -74,11 +90,11 @@ Modules_Localization.bundle/Info.plist - hwbg6rqKDtQFcM6l+vhGLxWnkHs= + pBN8Wv0dR4tvJyZxsxYIgk1kTJ8= Modules_Localization.bundle/_CodeSignature/CodeDirectory - 36Iy2AyDNtWMfXxiAeuvZARjnIQ= + AAnKrmZSTG1PGC6HqT+y4wMmBFE= Modules_Localization.bundle/_CodeSignature/CodeRequirements @@ -86,11 +102,11 @@ Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 - EJoGkfwUrGLWzF+QvBFORGqZg3s= + +azLbg8GiM6VM7mWwWM19x8HS1Q= Modules_Localization.bundle/_CodeSignature/CodeResources - j05EdSfQw4JnIZEung6KXCvEyQs= + 8v/U2O4pcPZbagsDxJhrkZPwOFY= Modules_Localization.bundle/_CodeSignature/CodeSignature @@ -100,7 +116,7 @@ hash - Kp6kyu1e4nHgbmbgE/UnZavFTmY= + 65lByY57uzcdMc45qEQ75/UkaGk= optional @@ -109,7 +125,7 @@ hash - tOvIsgvUBF5d0nwqEeaLvD9inwk= + Ce0VH9i7GgC16be0hm+9Lg30JUk= optional @@ -118,7 +134,7 @@ hash - 5LOw0cZdBXNawiFOtXGDdpsHj34= + LF+oCPEOM6X0B4tbQBgXn5cMSMY= optional @@ -127,7 +143,7 @@ hash - 24zpxesl6fBwI+TnuNFsnEf0f8I= + MiTJLy47u7ZZu8oJvb60k7UnPNM= optional @@ -136,7 +152,7 @@ hash - klOrxkg942WoYZibIPfn2loGZiY= + Qn0ZyNQiB/EDdEWytNoZpkWo294= optional @@ -145,7 +161,7 @@ hash - P0r037IH+9Issnfn56kCYW20Ht0= + Ui/r8GHwifEnc4WhrjvMFrtebsg= optional @@ -154,7 +170,7 @@ hash - ecqCZ3cIADOuRUyPNwrC+Q2VZSk= + fnIeH1mdqhVKdJjLSvlffJ1k8Wg= optional @@ -163,7 +179,7 @@ hash - 4uKg0ERiEb7ynxjWAQzyDwzPjnI= + q9j0f11V+0qOOssTcrD2plj4WWA= optional @@ -172,7 +188,7 @@ hash - c7DS8qBHZehEHvgqzQUIwHn6VZA= + HiEntqBxspKhY47YbJAce6//uU0= optional @@ -181,7 +197,7 @@ hash - nU2U5HUyHrFKkbwZdlMDEZj/FSA= + BVeNV4icTO9cqByY0Zxp8aVCsyg= optional @@ -190,7 +206,7 @@ hash - 0gje4vt5gpuMDumYP2MiI84YF8M= + VbLK8yLOTcTSiDrBGFO7jUKyjh8= optional @@ -199,7 +215,7 @@ hash - Ezr2WK4SJUESl+Fw1up+T5NvpSQ= + 5VfubxsBxihC7M1jGQ13uxem5M4= optional @@ -208,7 +224,7 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= optional @@ -217,7 +233,7 @@ hash - /5Ctjo2ikQjglL+HOTNzhFeZsJ8= + Gfb7PQcjgc+sApTvinGVkPmuHVY= optional @@ -226,7 +242,7 @@ hash - pWz6Pjghmqn5MU6JBJn2uIk3NlM= + ipy+LODmQuW9bpUEVKUtXtfcnSU= optional @@ -235,7 +251,7 @@ hash - M/99mcQBnTYI7LaDDtCy04Qa8cY= + UuB7m82E0FF+RBvBbMrtwLzKq08= optional @@ -244,7 +260,7 @@ hash - c4jOu42haf5ZdETTdK/JG3d0oaw= + tWvGxPdScuVvbOY3sT1gbTyZnY0= optional @@ -253,7 +269,7 @@ hash - 2BDnLAvtqSPuI23ZGeVMVOFTeJw= + dbCpx61gH9c7/C0I6EZ5KLvq7/M= optional @@ -262,7 +278,7 @@ hash - YRrskD1PmFOCaRseR1F57rBE33E= + 35e3zRCOqQSm0rFvKticQMTxuqI= optional @@ -271,7 +287,7 @@ hash - YyO1cDlu8zdAPiind8SIW50oMjI= + HFmIeNdLEQceYaw/tSUE7VxmmYo= optional @@ -280,7 +296,7 @@ hash - sLOUWZjq+nW+F2QX/PWTcpFdm3s= + fupL6YKyBRllnq5gbyLOJlE5vSI= optional @@ -289,7 +305,7 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= optional @@ -298,7 +314,7 @@ hash - 9F8oWEiIvcp33Dr7obFOPTiDKhw= + kra+LqLIkitRYFrPexz7ZzSWrog= optional @@ -307,22 +323,22 @@ hash - 8UswADFT3qoaWP1fYGOJuxMBTy0= + GvzAjV7EnT5N7SHZPE6RRCSXYHM= optional Modules_Looks.bundle/Assets.car - bkBHV9Mu4W3QlakaC27Aqk7/p6k= + /pJQMfq1ZQpSKbKSqS6TjgbC5fY= Modules_Looks.bundle/Info.plist - RPB4dz6g1pOGmzA+ckZVJCJGDmw= + d7CKZDeGakqnjDfp91wSH/jWeW0= Modules_Looks.bundle/_CodeSignature/CodeDirectory - vW+xZbJ2Q73/Cu/AEhAcWmY/qaE= + 0WfEVad+8XbtVY99JcOnDpDfmLQ= Modules_Looks.bundle/_CodeSignature/CodeRequirements @@ -330,11 +346,11 @@ Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 - BruL5ra7rNjv96wV/BppSShdxuw= + fSP2cQ6lRZB7TcI7M0kfNBA37cU= Modules_Looks.bundle/_CodeSignature/CodeResources - I0g09jGodOtzjPQJ4jd5IDf04AA= + qWnhGhgexglbkHApJ1pTqOIa6C4= Modules_Looks.bundle/_CodeSignature/CodeSignature @@ -347,28 +363,28 @@ hash2 - 2HXtuNgJRPBlOy/MY8S6LNU2/314fRf0bpZrid5Mfk0= + j8Kp0diVS/UifXnk5GPxaKf6eTEUzHIvrhkGArUt1IY= BulletinBoardKit_BulletinBoardKit.bundle/Assets.car hash2 - CxwCee5iwnqTq/AM5UzNk1/x82AxQUDNtEBFPoRn/Zw= + 07GMTziC+/zxNbbuxze5IFtcle/d+HEbsgv0LFoC0wM= BulletinBoardKit_BulletinBoardKit.bundle/Info.plist hash2 - g2q/8dxQjiGEk3lIkjuerySWGzZZG28nAub7Lun7r5s= + BwUJU2H7qquiLXK7vOcjm6UFnV0RDYp6rosd/gDRhX4= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory hash2 - kHIQ9Xdr64EFBasEZK4sUCj0W3JcDkuFEpXhCU9JlQc= + 2zHNTvnOENiB6lK87mo7s4veOHPKsbIMi7rtxGcndg0= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements @@ -382,14 +398,14 @@ hash2 - hLbtiuCAtO5OrKgmqGtYP650o6pt1mFuyTPrL2thK/M= + xjfQLyWjQci+MvtgtwPnJdrrP6YFiW4CXHIfv7kePEY= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources hash2 - DO96Dee5aUlN4CRFTHM8EA7AvAsGvFJMbJOfd9BSBr0= + a50te2ImEEZslobZnvdwmEvSLeNFhtDDoMSX7V3gnbc= BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeSignature @@ -403,49 +419,77 @@ hash2 - DPGG/HSmFVc91UOzDZ1lyMU62fCTSk1pUXsdZa8Zoc8= + d1TaVq6K64/UdgZJMpOgARvrecB5/rwnlvg8gVcp/TQ= + + + Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash2 + + 4AKjCYo3eIIpTA28D09uSJ9x0+Q58jmtkfe6rBpmMw8= + + + Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash2 + + Due+CtvT7L/AuWV6AOU/YEx7Yg1FvPM9oh4cg8nCFlg= Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - rcJ3Vvv+8uhodhe3UKI4iS2v1264HSbbDlRK0F1lagk= + Q/h5qemheKuY6N86x6S1ly7N8UuNyMjv7va0cSTzqxw= Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - GcFaSd2eWCo44SYgc5aCN0Zs9qKl0fLyfYF470bEvQY= + Due+CtvT7L/AuWV6AOU/YEx7Yg1FvPM9oh4cg8nCFlg= Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - wfcl1600mWv+ToUFfxsikmoF8mmwkv3w+Zfqv9i5AkY= + VLqEDNxX6NVrBcIHAQdqMrlYKKJJgRLfAWvtXxoKBQY= + + + Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash2 + + 4AKjCYo3eIIpTA28D09uSJ9x0+Q58jmtkfe6rBpmMw8= + + + Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash2 + + QZ1iPW6VoWGjxmd7dFu9v83uKPIZoySE9BA+Mjqruao= Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - xHLp7VEx8H1Nm4F8iWng7BvOD9Gq+5hfToBU3I45/6g= + 90AELwRFesT/f7RWYFX2FNkjExbog7jxOmfa0GzDSOg= Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - dqW/e7u7zWab80+TlCiQE/mp+OIMJ7Cjlcv7OTTfUTE= + QZ1iPW6VoWGjxmd7dFu9v83uKPIZoySE9BA+Mjqruao= Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - 2PrKxjSQe+xfE3twuc0ajuxQ0dH5RNGPYMeocrWU/xU= + DDWE+AXOQfaUdoOXZeX+rd/BZGsmWA1+pPm1tajG3dE= Modules/module.modulemap @@ -459,14 +503,14 @@ hash2 - ifuvW5C65Yc0Sj40v1sZyDa2mcB2yr1POtDS3fOc20k= + vKa6qIUN5COOwdnBhvWs1Eph9hUQJhsX7Q/tWs7xKjg= Modules_Localization.bundle/_CodeSignature/CodeDirectory hash2 - yxTTJhpbFn4/8yD0S5irNBPjExW9IeVfkoQGEbbx6p8= + RX982Haz9F44w+XYBdl+6KI8MdSoqrN3ST3QET12skU= Modules_Localization.bundle/_CodeSignature/CodeRequirements @@ -480,14 +524,14 @@ hash2 - iUqoQE1lA9Vytv5BIaIfhcr4c6vVtRCQQ5YlL/2axuQ= + iW2i+5qjZ1Z7TuMPWM6S85bCHpkGdWegX61C+u+OsiE= Modules_Localization.bundle/_CodeSignature/CodeResources hash2 - KAMIJ8c4p1F8Km3IiH4l89wO0chkjwCqKo5aMLaklgE= + 7kUgMmZIgZ3OUINgBJbb8aiF1KI6ooNpyUTV5oFCLfY= Modules_Localization.bundle/_CodeSignature/CodeSignature @@ -501,7 +545,7 @@ hash2 - Dv4MBSG6s8O+bVxOyNF0WABBZPSLkVvEzeQYw9tBRA0= + G80EgemKQYzhjMDde0wZZkP2yYe1hrFoC5Jo/9q6INw= optional @@ -510,7 +554,7 @@ hash2 - URz0RbXnoWilOjeh8QHpLnG02iGv3uaPmHQ/f7klno8= + KE/z9kl87+ACv4WsPibRdIpWXcjOePAqfWjqnZW3LOo= optional @@ -519,7 +563,7 @@ hash2 - 6EBJmjieyN93KmeNQd+tf99JXECkwOWU3UniRHROoX8= + CKaCtWvgOyyZoygMcBPs51ro1mb7hzA5HrriAcwOqYw= optional @@ -528,7 +572,7 @@ hash2 - SoerUVu0xkiIAyZkHyqKffc9Tj+/mhLoXhy5WTlCItI= + WMDlIxeTWhNAeBl0/iITruMX1qqT23d5FmwwRkON4wE= optional @@ -537,7 +581,7 @@ hash2 - nzPPrXjvWlm8SkaMkZI/IwL6wax4421nlKaV7t6nq8k= + iyJA4rjKAdU/8uZbMuR0YzhyyA4SMyAbAx3HJh95r24= optional @@ -546,7 +590,7 @@ hash2 - l1QTPT/qO9lSZj1LGX3uHDKULCLw9I2ZIhwNhsIg5J4= + v0/rQ6i5LlNTafM0FxaRkBj8ML8y2k6oYvEg3Y8F5uY= optional @@ -555,7 +599,7 @@ hash2 - /vJ1ULHGEGeTOcQQbRiwGCsWWp96cfc9CYJkmMM88qw= + M5r/NFe5W1mEmzjb+P+KHmG31LUxb1h3nxS/1FOWUJ0= optional @@ -564,7 +608,7 @@ hash2 - rlPQkdc4xT166voBItclerUkPFCloN5uQlFaKTcUjVM= + pAYCKahB7Eb9NYD1KA/5soJPLKUuWcAJGaUuhUS/TK0= optional @@ -573,7 +617,7 @@ hash2 - b0h4mCVe4aSIBJvPuHfn2hzZk4ElFJDOSlSiWBO1Kk4= + 26E8UVqvb52huvyg2JgBlmoSkQHzWG0jY6zlll4oCsg= optional @@ -582,7 +626,7 @@ hash2 - 5QOnEkKt9/33mDjl21zRYIdPko3LCjlVHYTivvZhci4= + 5sh6iCn4B7Izh4mxY8hWNAdHvQsD5UZT6mPjWXsmJ9o= optional @@ -591,7 +635,7 @@ hash2 - AbYaf5TjbFilZusQfKHlrTWe9B7zdtFd7NHd+xLxwhA= + W4h9b/YHQ+Q0VZ5hNxH5XkrtNVHZKDbeerxK/PiZrQg= optional @@ -600,7 +644,7 @@ hash2 - eG3g+C1PHUwb3ZjrZKDP+1921+YzwO34hE6U2YSGmrM= + Z1W3n0PtaVUgPqsN+xKmdJogUYm6Kq0MR3ELZpK6xh4= optional @@ -609,7 +653,7 @@ hash2 - bCRxFc4BOi+QSaYwu12CfD0xvNz1KqZcvl/SF2+HPRY= + 6kQfES2gqFRCFBd5FaKDAnS8jAXUcQEYBIW1IqJL40c= optional @@ -618,7 +662,7 @@ hash2 - cORcB75zNAiEg36KX2Ut1Rdl5zWz6gUP+tKu4NDvF94= + Wc4dy4PH8ySaYak1E0o8g8ELIkBEVrsyH0JgFbtfVOA= optional @@ -627,7 +671,7 @@ hash2 - h2IySBprgzS0MZYoVQm5RoOzR4gRnVuUHpKB1P8/fR4= + mBahx9fp/fw/oHVhA8zuQpjKXGth2kuR1XIFQNfKE10= optional @@ -636,7 +680,7 @@ hash2 - zVSi2CFjX70Stit3sdb2J2bK9Ahbl2+dMbSJpBth/I0= + 2BEDfgOsO1R2cVQreVBWHFnA+y00rNqe3WmJeyrcNZI= optional @@ -645,7 +689,7 @@ hash2 - f2aTZDzzRcFLJThn67tN1TZnpP5ccMOYpnF/KnjDiMk= + WwShanfRjemNWVslbsYjZ2Np+xOILrRuR2B39frZmgs= optional @@ -654,7 +698,7 @@ hash2 - n6Gmv6/fv+l4Ebij4deGwZcA76jr2ikIFnfpTxIDsms= + sw0+5yBNV1P+a0T5qIqn0sQkAU/IGWfdFOrxOMyHtQ0= optional @@ -663,7 +707,7 @@ hash2 - b8SZ0aXpjiRTcsVXKIXkhBgthvIoU/z7UgHDJf1ojtE= + piJvwG4nkfLGkmvF1EcdDfIZSI/AOyyObLrsAl7fHrs= optional @@ -672,7 +716,7 @@ hash2 - 010+Fqjnnmd86r6fXacn1VgVbqb3hGWq9FulKGDZhK4= + f1ls6V/KhsPI6dSu5q+Hvj4c3W2wfmCkAG1xzzrSCE0= optional @@ -681,7 +725,7 @@ hash2 - lQPxYls13Xm7Yb75pB11nlsYh1gCViFhGbcv+HCw5RM= + zhpMlZy53mti085/PbPH1/CzxXI/I8dh5jXpX8kaeqk= optional @@ -690,7 +734,7 @@ hash2 - bCRxFc4BOi+QSaYwu12CfD0xvNz1KqZcvl/SF2+HPRY= + 6kQfES2gqFRCFBd5FaKDAnS8jAXUcQEYBIW1IqJL40c= optional @@ -699,7 +743,7 @@ hash2 - bCRxFc4BOi+QSaYwu12CfD0xvNz1KqZcvl/SF2+HPRY= + 6kQfES2gqFRCFBd5FaKDAnS8jAXUcQEYBIW1IqJL40c= optional @@ -708,7 +752,7 @@ hash2 - uCNBAdvUqZ6POqoTgF4YYjArJm512gemdWG2kvZU2I0= + I13ukC8bR6u+UOCgVQ5392wzvJUXjLdS5b7bHl6MmvQ= optional @@ -717,21 +761,21 @@ hash2 - E5agp49T/pCedG+MR4GQBpYwIFfJPjlvrCXROGVxCw4= + r8+6H7/vVW0qmsJSygCLVwYr4zxNO7dqHc8kboLQnRw= Modules_Looks.bundle/Info.plist hash2 - owNrnEntdKSxbTovWHpc2OD24uyJ9xG5NbJBKVlUW/g= + fi4eBeyyWis6TMhy6MphTnpRe1H24ioEX4pkfJ5nms0= Modules_Looks.bundle/_CodeSignature/CodeDirectory hash2 - KmcspMqcdPVRB6V6T/qNQPEZEB4CG3qVH2eRXkBPQ8M= + RrtQk4PQqp5opq53YO9M7X18c/0HMxSBp6A3tU/6emo= Modules_Looks.bundle/_CodeSignature/CodeRequirements @@ -745,14 +789,14 @@ hash2 - cKOUIgVJz5oqP/x7n+ZT9c1qxpu7XxBIQ2rjhQJbAto= + Ee2ClXKNViqK16JKHBBBY/h1mangwe9cfmQCvQ0bW8Y= Modules_Looks.bundle/_CodeSignature/CodeResources hash2 - ckdo7AqS3dSF1oefOng7cvW5bPpf/oihlaS2daRLTdM= + aU9qcVfiYauwRPx7OE8zQT7NkdZRhWmaxmkZHwv/u5w= Modules_Looks.bundle/_CodeSignature/CodeSignature diff --git a/Package.swift b/Package.swift index 2336215..90c5b76 100644 --- a/Package.swift +++ b/Package.swift @@ -13,6 +13,6 @@ let package = Package( targets: ["DixaMessenger"]), ], targets: [ - .binaryTarget(name: "DixaMessenger", url: "https://github.com/dixahq/ios-messenger/releases/download/1.3.0/DixaMessenger.xcframework.zip", checksum: "1a27c34a3a1c41425c488a27ba32cd18ceeca381d400d088f7340ebbf8295a8f") + .binaryTarget(name: "DixaMessenger", url: "https://github.com/dixahq/ios-messenger/releases/download/1.4.0/DixaMessenger.xcframework.zip", checksum: "c6e0b23ef18d39138cd43dd0b03a8806e20b44eceb76fb703f502b60a9ee852a") ] ) diff --git a/README.md b/README.md index fb4a3aa..0902de6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ ## Contents - - [Requirements](#requirements) - [Configuring DixaMessenger](#configuring-dixamessenger) - - [Log level](#log-level) - - [Push Environment](#push-environment) + - [Log level](#log-level) + - [Push Environment](#push-environment) - [Authentication](#authentication) - [Launching the Messenger](#launching-the-messenger) - [Unread messages](#unread-messages) @@ -11,26 +10,22 @@ - [Supporting nfo files](#supporting-nfo-files) ## Requirements - - iOS 13+ ## Installation - -Dixa Messenger SDK can be installed using Swift package manager or by manually downloading and adding it to the project. +The Dixa Messenger SDK can be installed using Swift package manager or by manually downloading and adding it to the project. ### Swift package manager (preferred) -In Xcode add a package dependency to your project with the following URL: `https://github.com/dixahq/ios-messenger` +In Xcode add a package dependency to your project with the following URL: ``"https://github.com/dixahq/ios-messenger"` ### Manual - The XCFramework can be downloaded from our [release page](https://github.com/dixahq/ios-messenger/releases). The unzipped XCFramework needs to be placed on the Framewrok searchpath of your Xcode project, and imported into the project, then configured to `Embed and sign`. ## Configuring DixaMessenger Our suggestion for configuring the DixaMessenger, is to do so in the AppDelegate. The following is an example of how it could be done: - ```swift import DixaMessenger @@ -50,14 +45,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate { #endif Messenger.configure(config) - + return true } } ``` ## Configuration API - ```swift /// Creates a new configuration DixaConfiguration(token: String, logLevel: LogLevel, pushEnvironment: PushEnvironment) @@ -94,7 +88,6 @@ Messenger.configure(_: DixaConfiguration) ``` Example: - ```swift // One line configuration DixaConfiguration(token: "", logLevel: .error, pushEnvironment: .sandbox) @@ -108,10 +101,8 @@ DixaConfiguration() ``` ### Log level - The messenger provides you with different options for logging information to the console. By default, no messages is logged to console - ```swift /// This logging level will not print any messages case none @@ -124,26 +115,21 @@ case all ``` example - ```swift config.logLevel(.error) ``` ### Push Environment - By default, the push environment is set to `.production`, however, if you'd like you can set the pushEnvironment to `.sandbox` if you need to test push notifications while running your app in debug mode. example - ```swift config.pushEnvironment(.sandbox) ``` ## Authentication - You can decide to have your users identified by supplying a username and an email for the user. If you previously had identification for a user, but no longer do, call "clearUserCredentials()" to remove the identification from the Messenger - ```swift /// Update the user credentials associated with the DixaMessenger /// @@ -160,12 +146,10 @@ Messenger.clearUserCredentials() ``` ## Launching the Messenger - In the host application, add a button from where the user can open the support interface. All you need to do, is to supply a view controller from where the messenger should be presented. -The completion is called when the completion of `.present(_: UIViewController, completion: (() -> Void)?)` is called. - +The completion is called when the completion of `.present(_: UIViewController, completion: (() -> Void)?)` is called. ```swift /// Presents the messenger as a Modal presentation /// @@ -176,22 +160,18 @@ Messenger.openMessenger(from: UIViewController, completion: (() -> Void)? = nil) ``` ## Unread messages - The SDK offers an option for the hosting application to show how many unread messages there is. You can add yourself as a listener by calling the API like - ```swift Messenger.unreadMessagesCountListener(completion: @escaping (_ count: Int) -> Void) ``` ## Push notification handling - To have DixaMessenger handle push messages, it requires that you do some footwork, since DixaMessenger doesn't automatically listens for notifications. First of all, create a push certificate and upload this in the your Dixa account. In the app, when you get a push token, forward that to the DixaMessenger - ```swift func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { Messenger.pushNotification.register(deviceToken: deviceToken) @@ -203,7 +183,7 @@ All checks that DixaMessenger does, to verify whether the notification is intend If the Notification was intended for the Messenger, it returns true when you call `Messenger.pushNotification.process(notification: , rootViewController: )` otherwise false. Make sure to provide a ViewController from which it makes sense to present the Messenger in full-screen -As well, DixaMessenger contains some logic for when to show, or not show a notification `Messenger.pushNotification.presentNotification(, withCompletionHandler: )` will return true if the message was intended for the Messenger and false otherwise. +As well, DixaMessenger contains some logic for when to show, or not show a notification `Messenger.pushNotification.presentNotification(, withCompletionHandler: )` will return true if the message was intended for the Messenger and false otherwise. If the notification wasn't intended for the messenger, you can handle the notification yourself. ```swift @@ -226,7 +206,6 @@ extension YourNotificationHandlingObject: UNUserNotificationCenterDelegate { ``` ## Push notification API - ```swift /// Registers the deviceToken with DixaMessenger Messenger.pushNotification.register(deviceToken: Data) @@ -253,10 +232,11 @@ Messenger.pushNotification.presentNotification(_: UNNotification, withCompletion ## Uploading photos -To enable file uploads from iOS your app needs to add the `NSPhotoLibraryUsageDescription` key and description to the Info.plist file. +To enable file uploads from iOS your app needs to add the `NSPhotoLibraryUsageDescription` key and description to the Info.plist file. + -## Supporting nfo files + ## Supporting nfo files If you need to send nfo-files as attachments on devices below iOS 14, you need to declare a new uniform type identifier: - Go to Project Settings @@ -267,17 +247,3 @@ If you need to send nfo-files as attachments on devices below iOS 14, you need t - In 'Extension' write: nfo ![supporting nfo files](./supporting-nfo.png) - -## Other platforms and docs on Dixa Messenger - -Dixa Messenger is supported on multiple platforms, including web and Native Mobile apps. - -1. iOS (iPhones) -2. Android -3. Browsers (Chrome, Safari, Firefox) -4. React Native (Early Access Program) -5. Flutter (Early Access Program) - -[Read more on technical documentation](https://messenger-docs.dixa.io/) - -[Read more on Dixa Messenger](https://support.dixa.help/en/categories/144-dixa-messenger)