@kindly-ai/react-native 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/KindlyReactNative.podspec +52 -3
- package/android/build.gradle +21 -1
- package/android/maven-repo/ai/kindly/sdk/1.0.120/sdk-1.0.120.aar +0 -0
- package/android/maven-repo/ai/kindly/sdk/{1.0.93/sdk-1.0.93.pom → 1.0.120/sdk-1.0.120.pom} +6 -1
- package/android/src/main/java/com/kindlyai/reactnative/KindlyReactNativeModule.kt +25 -4
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeResources +60 -60
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Config.plist +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Info.plist +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Kindly +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.abi.json +908 -172
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.private.swiftinterface +19 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.swiftinterface +18 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/_CodeSignature/CodeResources +11 -11
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Config.plist +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Info.plist +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Kindly +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.abi.json +908 -172
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +19 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.swiftinterface +18 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.abi.json +908 -172
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +19 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +18 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/_CodeSignature/CodeResources +19 -19
- package/ios/KindlyReactNative.h +15 -8
- package/ios/KindlyReactNative.mm +43 -3
- package/ios/KindlyReactNativeImpl.swift +38 -3
- package/lib/module/NativeKindlyReactNative.js.map +1 -1
- package/lib/module/index.js +39 -0
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/NativeKindlyReactNative.d.ts +4 -0
- package/lib/typescript/src/NativeKindlyReactNative.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +23 -0
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/NativeKindlyReactNative.ts +10 -0
- package/src/index.tsx +39 -0
- package/android/maven-repo/ai/kindly/sdk/1.0.93/sdk-1.0.93.aar +0 -0
|
@@ -1503,6 +1503,250 @@
|
|
|
1503
1503
|
}
|
|
1504
1504
|
]
|
|
1505
1505
|
},
|
|
1506
|
+
{
|
|
1507
|
+
"kind": "Import",
|
|
1508
|
+
"name": "Foundation",
|
|
1509
|
+
"printedName": "Foundation",
|
|
1510
|
+
"declKind": "Import",
|
|
1511
|
+
"moduleName": "Kindly"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "TypeDecl",
|
|
1515
|
+
"name": "ExternalNotification",
|
|
1516
|
+
"printedName": "ExternalNotification",
|
|
1517
|
+
"children": [
|
|
1518
|
+
{
|
|
1519
|
+
"kind": "Var",
|
|
1520
|
+
"name": "id",
|
|
1521
|
+
"printedName": "id",
|
|
1522
|
+
"children": [
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "TypeNominal",
|
|
1525
|
+
"name": "String",
|
|
1526
|
+
"printedName": "Swift.String",
|
|
1527
|
+
"usr": "s:SS"
|
|
1528
|
+
}
|
|
1529
|
+
],
|
|
1530
|
+
"declKind": "Var",
|
|
1531
|
+
"usr": "s:6Kindly20ExternalNotificationV2idSSvp",
|
|
1532
|
+
"mangledName": "$s6Kindly20ExternalNotificationV2idSSvp",
|
|
1533
|
+
"moduleName": "Kindly",
|
|
1534
|
+
"declAttributes": [
|
|
1535
|
+
"HasStorage",
|
|
1536
|
+
"AccessControl",
|
|
1537
|
+
"RawDocComment"
|
|
1538
|
+
],
|
|
1539
|
+
"isLet": true,
|
|
1540
|
+
"hasStorage": true,
|
|
1541
|
+
"accessors": [
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "Accessor",
|
|
1544
|
+
"name": "Get",
|
|
1545
|
+
"printedName": "Get()",
|
|
1546
|
+
"children": [
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "TypeNominal",
|
|
1549
|
+
"name": "String",
|
|
1550
|
+
"printedName": "Swift.String",
|
|
1551
|
+
"usr": "s:SS"
|
|
1552
|
+
}
|
|
1553
|
+
],
|
|
1554
|
+
"declKind": "Accessor",
|
|
1555
|
+
"usr": "s:6Kindly20ExternalNotificationV2idSSvg",
|
|
1556
|
+
"mangledName": "$s6Kindly20ExternalNotificationV2idSSvg",
|
|
1557
|
+
"moduleName": "Kindly",
|
|
1558
|
+
"implicit": true,
|
|
1559
|
+
"accessorKind": "get"
|
|
1560
|
+
}
|
|
1561
|
+
]
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "Var",
|
|
1565
|
+
"name": "title",
|
|
1566
|
+
"printedName": "title",
|
|
1567
|
+
"children": [
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "TypeNominal",
|
|
1570
|
+
"name": "String",
|
|
1571
|
+
"printedName": "Swift.String",
|
|
1572
|
+
"usr": "s:SS"
|
|
1573
|
+
}
|
|
1574
|
+
],
|
|
1575
|
+
"declKind": "Var",
|
|
1576
|
+
"usr": "s:6Kindly20ExternalNotificationV5titleSSvp",
|
|
1577
|
+
"mangledName": "$s6Kindly20ExternalNotificationV5titleSSvp",
|
|
1578
|
+
"moduleName": "Kindly",
|
|
1579
|
+
"declAttributes": [
|
|
1580
|
+
"HasStorage",
|
|
1581
|
+
"AccessControl",
|
|
1582
|
+
"RawDocComment"
|
|
1583
|
+
],
|
|
1584
|
+
"isLet": true,
|
|
1585
|
+
"hasStorage": true,
|
|
1586
|
+
"accessors": [
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "Accessor",
|
|
1589
|
+
"name": "Get",
|
|
1590
|
+
"printedName": "Get()",
|
|
1591
|
+
"children": [
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "TypeNominal",
|
|
1594
|
+
"name": "String",
|
|
1595
|
+
"printedName": "Swift.String",
|
|
1596
|
+
"usr": "s:SS"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"declKind": "Accessor",
|
|
1600
|
+
"usr": "s:6Kindly20ExternalNotificationV5titleSSvg",
|
|
1601
|
+
"mangledName": "$s6Kindly20ExternalNotificationV5titleSSvg",
|
|
1602
|
+
"moduleName": "Kindly",
|
|
1603
|
+
"implicit": true,
|
|
1604
|
+
"accessorKind": "get"
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "Var",
|
|
1610
|
+
"name": "body",
|
|
1611
|
+
"printedName": "body",
|
|
1612
|
+
"children": [
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "TypeNominal",
|
|
1615
|
+
"name": "String",
|
|
1616
|
+
"printedName": "Swift.String",
|
|
1617
|
+
"usr": "s:SS"
|
|
1618
|
+
}
|
|
1619
|
+
],
|
|
1620
|
+
"declKind": "Var",
|
|
1621
|
+
"usr": "s:6Kindly20ExternalNotificationV4bodySSvp",
|
|
1622
|
+
"mangledName": "$s6Kindly20ExternalNotificationV4bodySSvp",
|
|
1623
|
+
"moduleName": "Kindly",
|
|
1624
|
+
"declAttributes": [
|
|
1625
|
+
"HasStorage",
|
|
1626
|
+
"AccessControl",
|
|
1627
|
+
"RawDocComment"
|
|
1628
|
+
],
|
|
1629
|
+
"isLet": true,
|
|
1630
|
+
"hasStorage": true,
|
|
1631
|
+
"accessors": [
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "Accessor",
|
|
1634
|
+
"name": "Get",
|
|
1635
|
+
"printedName": "Get()",
|
|
1636
|
+
"children": [
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "TypeNominal",
|
|
1639
|
+
"name": "String",
|
|
1640
|
+
"printedName": "Swift.String",
|
|
1641
|
+
"usr": "s:SS"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"declKind": "Accessor",
|
|
1645
|
+
"usr": "s:6Kindly20ExternalNotificationV4bodySSvg",
|
|
1646
|
+
"mangledName": "$s6Kindly20ExternalNotificationV4bodySSvg",
|
|
1647
|
+
"moduleName": "Kindly",
|
|
1648
|
+
"implicit": true,
|
|
1649
|
+
"accessorKind": "get"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "Var",
|
|
1655
|
+
"name": "userInfo",
|
|
1656
|
+
"printedName": "userInfo",
|
|
1657
|
+
"children": [
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "TypeNominal",
|
|
1660
|
+
"name": "Dictionary",
|
|
1661
|
+
"printedName": "[Swift.AnyHashable : Any]",
|
|
1662
|
+
"children": [
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "TypeNominal",
|
|
1665
|
+
"name": "AnyHashable",
|
|
1666
|
+
"printedName": "Swift.AnyHashable",
|
|
1667
|
+
"usr": "s:s11AnyHashableV"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "TypeNominal",
|
|
1671
|
+
"name": "ProtocolComposition",
|
|
1672
|
+
"printedName": "Any"
|
|
1673
|
+
}
|
|
1674
|
+
],
|
|
1675
|
+
"usr": "s:SD"
|
|
1676
|
+
}
|
|
1677
|
+
],
|
|
1678
|
+
"declKind": "Var",
|
|
1679
|
+
"usr": "s:6Kindly20ExternalNotificationV8userInfoSDys11AnyHashableVypGvp",
|
|
1680
|
+
"mangledName": "$s6Kindly20ExternalNotificationV8userInfoSDys11AnyHashableVypGvp",
|
|
1681
|
+
"moduleName": "Kindly",
|
|
1682
|
+
"declAttributes": [
|
|
1683
|
+
"HasStorage",
|
|
1684
|
+
"AccessControl",
|
|
1685
|
+
"RawDocComment"
|
|
1686
|
+
],
|
|
1687
|
+
"isLet": true,
|
|
1688
|
+
"hasStorage": true,
|
|
1689
|
+
"accessors": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "Accessor",
|
|
1692
|
+
"name": "Get",
|
|
1693
|
+
"printedName": "Get()",
|
|
1694
|
+
"children": [
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "TypeNominal",
|
|
1697
|
+
"name": "Dictionary",
|
|
1698
|
+
"printedName": "[Swift.AnyHashable : Any]",
|
|
1699
|
+
"children": [
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "TypeNominal",
|
|
1702
|
+
"name": "AnyHashable",
|
|
1703
|
+
"printedName": "Swift.AnyHashable",
|
|
1704
|
+
"usr": "s:s11AnyHashableV"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "TypeNominal",
|
|
1708
|
+
"name": "ProtocolComposition",
|
|
1709
|
+
"printedName": "Any"
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"usr": "s:SD"
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"declKind": "Accessor",
|
|
1716
|
+
"usr": "s:6Kindly20ExternalNotificationV8userInfoSDys11AnyHashableVypGvg",
|
|
1717
|
+
"mangledName": "$s6Kindly20ExternalNotificationV8userInfoSDys11AnyHashableVypGvg",
|
|
1718
|
+
"moduleName": "Kindly",
|
|
1719
|
+
"implicit": true,
|
|
1720
|
+
"accessorKind": "get"
|
|
1721
|
+
}
|
|
1722
|
+
]
|
|
1723
|
+
}
|
|
1724
|
+
],
|
|
1725
|
+
"declKind": "Struct",
|
|
1726
|
+
"usr": "s:6Kindly20ExternalNotificationV",
|
|
1727
|
+
"mangledName": "$s6Kindly20ExternalNotificationV",
|
|
1728
|
+
"moduleName": "Kindly",
|
|
1729
|
+
"declAttributes": [
|
|
1730
|
+
"AccessControl",
|
|
1731
|
+
"RawDocComment"
|
|
1732
|
+
],
|
|
1733
|
+
"conformances": [
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "Conformance",
|
|
1736
|
+
"name": "Copyable",
|
|
1737
|
+
"printedName": "Copyable",
|
|
1738
|
+
"usr": "s:s8CopyableP",
|
|
1739
|
+
"mangledName": "$ss8CopyableP"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "Conformance",
|
|
1743
|
+
"name": "Escapable",
|
|
1744
|
+
"printedName": "Escapable",
|
|
1745
|
+
"usr": "s:s9EscapableP",
|
|
1746
|
+
"mangledName": "$ss9EscapableP"
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1506
1750
|
{
|
|
1507
1751
|
"kind": "Import",
|
|
1508
1752
|
"name": "UIKit",
|
|
@@ -10322,6 +10566,13 @@
|
|
|
10322
10566
|
"declKind": "Import",
|
|
10323
10567
|
"moduleName": "Kindly"
|
|
10324
10568
|
},
|
|
10569
|
+
{
|
|
10570
|
+
"kind": "Import",
|
|
10571
|
+
"name": "Foundation",
|
|
10572
|
+
"printedName": "Foundation",
|
|
10573
|
+
"declKind": "Import",
|
|
10574
|
+
"moduleName": "Kindly"
|
|
10575
|
+
},
|
|
10325
10576
|
{
|
|
10326
10577
|
"kind": "Import",
|
|
10327
10578
|
"name": "OSLog",
|
|
@@ -10999,6 +11250,37 @@
|
|
|
10999
11250
|
"reqNewWitnessTableEntry": true,
|
|
11000
11251
|
"funcSelfKind": "NonMutating"
|
|
11001
11252
|
},
|
|
11253
|
+
{
|
|
11254
|
+
"kind": "Function",
|
|
11255
|
+
"name": "shouldHandleNotification",
|
|
11256
|
+
"printedName": "shouldHandleNotification(notification:)",
|
|
11257
|
+
"children": [
|
|
11258
|
+
{
|
|
11259
|
+
"kind": "TypeNominal",
|
|
11260
|
+
"name": "Bool",
|
|
11261
|
+
"printedName": "Swift.Bool",
|
|
11262
|
+
"usr": "s:Sb"
|
|
11263
|
+
},
|
|
11264
|
+
{
|
|
11265
|
+
"kind": "TypeNominal",
|
|
11266
|
+
"name": "ExternalNotification",
|
|
11267
|
+
"printedName": "Kindly.ExternalNotification",
|
|
11268
|
+
"usr": "s:6Kindly20ExternalNotificationV"
|
|
11269
|
+
}
|
|
11270
|
+
],
|
|
11271
|
+
"declKind": "Func",
|
|
11272
|
+
"usr": "s:6Kindly0A18ChatClientDelegateP24shouldHandleNotification12notificationSbAA08ExternalG0V_tF",
|
|
11273
|
+
"mangledName": "$s6Kindly0A18ChatClientDelegateP24shouldHandleNotification12notificationSbAA08ExternalG0V_tF",
|
|
11274
|
+
"moduleName": "Kindly",
|
|
11275
|
+
"genericSig": "<τ_0_0 where τ_0_0 : Kindly.KindlyChatClientDelegate>",
|
|
11276
|
+
"sugared_genericSig": "<Self where Self : Kindly.KindlyChatClientDelegate>",
|
|
11277
|
+
"protocolReq": true,
|
|
11278
|
+
"declAttributes": [
|
|
11279
|
+
"RawDocComment"
|
|
11280
|
+
],
|
|
11281
|
+
"reqNewWitnessTableEntry": true,
|
|
11282
|
+
"funcSelfKind": "NonMutating"
|
|
11283
|
+
},
|
|
11002
11284
|
{
|
|
11003
11285
|
"kind": "Function",
|
|
11004
11286
|
"name": "shouldHandleLink",
|
|
@@ -11025,6 +11307,33 @@
|
|
|
11025
11307
|
"sugared_genericSig": "<Self where Self : Kindly.KindlyChatClientDelegate>",
|
|
11026
11308
|
"isFromExtension": true,
|
|
11027
11309
|
"funcSelfKind": "NonMutating"
|
|
11310
|
+
},
|
|
11311
|
+
{
|
|
11312
|
+
"kind": "Function",
|
|
11313
|
+
"name": "shouldHandleNotification",
|
|
11314
|
+
"printedName": "shouldHandleNotification(notification:)",
|
|
11315
|
+
"children": [
|
|
11316
|
+
{
|
|
11317
|
+
"kind": "TypeNominal",
|
|
11318
|
+
"name": "Bool",
|
|
11319
|
+
"printedName": "Swift.Bool",
|
|
11320
|
+
"usr": "s:Sb"
|
|
11321
|
+
},
|
|
11322
|
+
{
|
|
11323
|
+
"kind": "TypeNominal",
|
|
11324
|
+
"name": "ExternalNotification",
|
|
11325
|
+
"printedName": "Kindly.ExternalNotification",
|
|
11326
|
+
"usr": "s:6Kindly20ExternalNotificationV"
|
|
11327
|
+
}
|
|
11328
|
+
],
|
|
11329
|
+
"declKind": "Func",
|
|
11330
|
+
"usr": "s:6Kindly0A18ChatClientDelegatePAAE24shouldHandleNotification12notificationSbAA08ExternalG0V_tF",
|
|
11331
|
+
"mangledName": "$s6Kindly0A18ChatClientDelegatePAAE24shouldHandleNotification12notificationSbAA08ExternalG0V_tF",
|
|
11332
|
+
"moduleName": "Kindly",
|
|
11333
|
+
"genericSig": "<τ_0_0 where τ_0_0 : Kindly.KindlyChatClientDelegate>",
|
|
11334
|
+
"sugared_genericSig": "<Self where Self : Kindly.KindlyChatClientDelegate>",
|
|
11335
|
+
"isFromExtension": true,
|
|
11336
|
+
"funcSelfKind": "NonMutating"
|
|
11028
11337
|
}
|
|
11029
11338
|
],
|
|
11030
11339
|
"declKind": "Protocol",
|
|
@@ -12631,6 +12940,74 @@
|
|
|
12631
12940
|
"isFromExtension": true,
|
|
12632
12941
|
"funcSelfKind": "NonMutating"
|
|
12633
12942
|
},
|
|
12943
|
+
{
|
|
12944
|
+
"kind": "Function",
|
|
12945
|
+
"name": "sendMessage",
|
|
12946
|
+
"printedName": "sendMessage(_:newContext:)",
|
|
12947
|
+
"children": [
|
|
12948
|
+
{
|
|
12949
|
+
"kind": "TypeNominal",
|
|
12950
|
+
"name": "Promise",
|
|
12951
|
+
"printedName": "Kindly.Promise<Kindly.ExternalChatMessage>",
|
|
12952
|
+
"children": [
|
|
12953
|
+
{
|
|
12954
|
+
"kind": "TypeNominal",
|
|
12955
|
+
"name": "ExternalChatMessage",
|
|
12956
|
+
"printedName": "Kindly.ExternalChatMessage",
|
|
12957
|
+
"usr": "s:6Kindly19ExternalChatMessageV"
|
|
12958
|
+
}
|
|
12959
|
+
],
|
|
12960
|
+
"usr": "s:6Kindly7PromiseC"
|
|
12961
|
+
},
|
|
12962
|
+
{
|
|
12963
|
+
"kind": "TypeNominal",
|
|
12964
|
+
"name": "String",
|
|
12965
|
+
"printedName": "Swift.String",
|
|
12966
|
+
"usr": "s:SS"
|
|
12967
|
+
},
|
|
12968
|
+
{
|
|
12969
|
+
"kind": "TypeNominal",
|
|
12970
|
+
"name": "Optional",
|
|
12971
|
+
"printedName": "[Swift.String : Swift.String]?",
|
|
12972
|
+
"children": [
|
|
12973
|
+
{
|
|
12974
|
+
"kind": "TypeNominal",
|
|
12975
|
+
"name": "Dictionary",
|
|
12976
|
+
"printedName": "[Swift.String : Swift.String]",
|
|
12977
|
+
"children": [
|
|
12978
|
+
{
|
|
12979
|
+
"kind": "TypeNominal",
|
|
12980
|
+
"name": "String",
|
|
12981
|
+
"printedName": "Swift.String",
|
|
12982
|
+
"usr": "s:SS"
|
|
12983
|
+
},
|
|
12984
|
+
{
|
|
12985
|
+
"kind": "TypeNominal",
|
|
12986
|
+
"name": "String",
|
|
12987
|
+
"printedName": "Swift.String",
|
|
12988
|
+
"usr": "s:SS"
|
|
12989
|
+
}
|
|
12990
|
+
],
|
|
12991
|
+
"usr": "s:SD"
|
|
12992
|
+
}
|
|
12993
|
+
],
|
|
12994
|
+
"hasDefaultArg": true,
|
|
12995
|
+
"usr": "s:Sq"
|
|
12996
|
+
}
|
|
12997
|
+
],
|
|
12998
|
+
"declKind": "Func",
|
|
12999
|
+
"usr": "s:6Kindly0A10ChatClientC11sendMessage_10newContextAA7PromiseCyAA08ExternalbE0VGSS_SDyS2SGSgtFZ",
|
|
13000
|
+
"mangledName": "$s6Kindly0A10ChatClientC11sendMessage_10newContextAA7PromiseCyAA08ExternalbE0VGSS_SDyS2SGSgtFZ",
|
|
13001
|
+
"moduleName": "Kindly",
|
|
13002
|
+
"static": true,
|
|
13003
|
+
"declAttributes": [
|
|
13004
|
+
"Final",
|
|
13005
|
+
"DiscardableResult",
|
|
13006
|
+
"RawDocComment"
|
|
13007
|
+
],
|
|
13008
|
+
"isFromExtension": true,
|
|
13009
|
+
"funcSelfKind": "NonMutating"
|
|
13010
|
+
},
|
|
12634
13011
|
{
|
|
12635
13012
|
"kind": "Function",
|
|
12636
13013
|
"name": "setAPNSDeviceToken",
|
|
@@ -13182,6 +13559,38 @@
|
|
|
13182
13559
|
"Testing"
|
|
13183
13560
|
],
|
|
13184
13561
|
"funcSelfKind": "NonMutating"
|
|
13562
|
+
},
|
|
13563
|
+
{
|
|
13564
|
+
"kind": "Function",
|
|
13565
|
+
"name": "_setVerboseLogs",
|
|
13566
|
+
"printedName": "_setVerboseLogs(_:)",
|
|
13567
|
+
"children": [
|
|
13568
|
+
{
|
|
13569
|
+
"kind": "TypeNominal",
|
|
13570
|
+
"name": "Void",
|
|
13571
|
+
"printedName": "()"
|
|
13572
|
+
},
|
|
13573
|
+
{
|
|
13574
|
+
"kind": "TypeNominal",
|
|
13575
|
+
"name": "Bool",
|
|
13576
|
+
"printedName": "Swift.Bool",
|
|
13577
|
+
"usr": "s:Sb"
|
|
13578
|
+
}
|
|
13579
|
+
],
|
|
13580
|
+
"declKind": "Func",
|
|
13581
|
+
"usr": "s:6Kindly0A10ChatClientC15_setVerboseLogsyySbFZ",
|
|
13582
|
+
"mangledName": "$s6Kindly0A10ChatClientC15_setVerboseLogsyySbFZ",
|
|
13583
|
+
"moduleName": "Kindly",
|
|
13584
|
+
"static": true,
|
|
13585
|
+
"declAttributes": [
|
|
13586
|
+
"Final",
|
|
13587
|
+
"RawDocComment"
|
|
13588
|
+
],
|
|
13589
|
+
"isFromExtension": true,
|
|
13590
|
+
"spi_group_names": [
|
|
13591
|
+
"Testing"
|
|
13592
|
+
],
|
|
13593
|
+
"funcSelfKind": "NonMutating"
|
|
13185
13594
|
}
|
|
13186
13595
|
],
|
|
13187
13596
|
"declKind": "Class",
|
|
@@ -13662,6 +14071,9 @@
|
|
|
13662
14071
|
"moduleName": "Kindly",
|
|
13663
14072
|
"genericSig": "<τ_0_0>",
|
|
13664
14073
|
"sugared_genericSig": "<T>",
|
|
14074
|
+
"declAttributes": [
|
|
14075
|
+
"RawDocComment"
|
|
14076
|
+
],
|
|
13665
14077
|
"isFromExtension": true,
|
|
13666
14078
|
"funcSelfKind": "NonMutating"
|
|
13667
14079
|
},
|
|
@@ -13688,6 +14100,9 @@
|
|
|
13688
14100
|
"moduleName": "Kindly",
|
|
13689
14101
|
"genericSig": "<τ_0_0>",
|
|
13690
14102
|
"sugared_genericSig": "<T>",
|
|
14103
|
+
"declAttributes": [
|
|
14104
|
+
"RawDocComment"
|
|
14105
|
+
],
|
|
13691
14106
|
"isFromExtension": true,
|
|
13692
14107
|
"funcSelfKind": "NonMutating"
|
|
13693
14108
|
},
|
|
@@ -13741,7 +14156,8 @@
|
|
|
13741
14156
|
"genericSig": "<τ_0_0>",
|
|
13742
14157
|
"sugared_genericSig": "<T>",
|
|
13743
14158
|
"declAttributes": [
|
|
13744
|
-
"DiscardableResult"
|
|
14159
|
+
"DiscardableResult",
|
|
14160
|
+
"RawDocComment"
|
|
13745
14161
|
],
|
|
13746
14162
|
"isFromExtension": true,
|
|
13747
14163
|
"funcSelfKind": "NonMutating"
|
|
@@ -13797,7 +14213,8 @@
|
|
|
13797
14213
|
"genericSig": "<τ_0_0>",
|
|
13798
14214
|
"sugared_genericSig": "<T>",
|
|
13799
14215
|
"declAttributes": [
|
|
13800
|
-
"DiscardableResult"
|
|
14216
|
+
"DiscardableResult",
|
|
14217
|
+
"RawDocComment"
|
|
13801
14218
|
],
|
|
13802
14219
|
"isFromExtension": true,
|
|
13803
14220
|
"funcSelfKind": "NonMutating"
|
|
@@ -13852,11 +14269,79 @@
|
|
|
13852
14269
|
"genericSig": "<τ_0_0>",
|
|
13853
14270
|
"sugared_genericSig": "<T>",
|
|
13854
14271
|
"declAttributes": [
|
|
13855
|
-
"DiscardableResult"
|
|
14272
|
+
"DiscardableResult",
|
|
14273
|
+
"RawDocComment"
|
|
14274
|
+
],
|
|
14275
|
+
"isFromExtension": true,
|
|
14276
|
+
"funcSelfKind": "NonMutating"
|
|
14277
|
+
},
|
|
14278
|
+
{
|
|
14279
|
+
"kind": "Function",
|
|
14280
|
+
"name": "cancel",
|
|
14281
|
+
"printedName": "cancel()",
|
|
14282
|
+
"children": [
|
|
14283
|
+
{
|
|
14284
|
+
"kind": "TypeNominal",
|
|
14285
|
+
"name": "Void",
|
|
14286
|
+
"printedName": "()"
|
|
14287
|
+
}
|
|
14288
|
+
],
|
|
14289
|
+
"declKind": "Func",
|
|
14290
|
+
"usr": "s:6Kindly7PromiseC6cancelyyF",
|
|
14291
|
+
"mangledName": "$s6Kindly7PromiseC6cancelyyF",
|
|
14292
|
+
"moduleName": "Kindly",
|
|
14293
|
+
"genericSig": "<τ_0_0>",
|
|
14294
|
+
"sugared_genericSig": "<T>",
|
|
14295
|
+
"declAttributes": [
|
|
14296
|
+
"RawDocComment"
|
|
13856
14297
|
],
|
|
13857
14298
|
"isFromExtension": true,
|
|
13858
14299
|
"funcSelfKind": "NonMutating"
|
|
13859
14300
|
},
|
|
14301
|
+
{
|
|
14302
|
+
"kind": "Var",
|
|
14303
|
+
"name": "isCancelled",
|
|
14304
|
+
"printedName": "isCancelled",
|
|
14305
|
+
"children": [
|
|
14306
|
+
{
|
|
14307
|
+
"kind": "TypeNominal",
|
|
14308
|
+
"name": "Bool",
|
|
14309
|
+
"printedName": "Swift.Bool",
|
|
14310
|
+
"usr": "s:Sb"
|
|
14311
|
+
}
|
|
14312
|
+
],
|
|
14313
|
+
"declKind": "Var",
|
|
14314
|
+
"usr": "s:6Kindly7PromiseC11isCancelledSbvp",
|
|
14315
|
+
"mangledName": "$s6Kindly7PromiseC11isCancelledSbvp",
|
|
14316
|
+
"moduleName": "Kindly",
|
|
14317
|
+
"declAttributes": [
|
|
14318
|
+
"RawDocComment"
|
|
14319
|
+
],
|
|
14320
|
+
"isFromExtension": true,
|
|
14321
|
+
"accessors": [
|
|
14322
|
+
{
|
|
14323
|
+
"kind": "Accessor",
|
|
14324
|
+
"name": "Get",
|
|
14325
|
+
"printedName": "Get()",
|
|
14326
|
+
"children": [
|
|
14327
|
+
{
|
|
14328
|
+
"kind": "TypeNominal",
|
|
14329
|
+
"name": "Bool",
|
|
14330
|
+
"printedName": "Swift.Bool",
|
|
14331
|
+
"usr": "s:Sb"
|
|
14332
|
+
}
|
|
14333
|
+
],
|
|
14334
|
+
"declKind": "Accessor",
|
|
14335
|
+
"usr": "s:6Kindly7PromiseC11isCancelledSbvg",
|
|
14336
|
+
"mangledName": "$s6Kindly7PromiseC11isCancelledSbvg",
|
|
14337
|
+
"moduleName": "Kindly",
|
|
14338
|
+
"genericSig": "<τ_0_0>",
|
|
14339
|
+
"sugared_genericSig": "<T>",
|
|
14340
|
+
"isFromExtension": true,
|
|
14341
|
+
"accessorKind": "get"
|
|
14342
|
+
}
|
|
14343
|
+
]
|
|
14344
|
+
},
|
|
13860
14345
|
{
|
|
13861
14346
|
"kind": "Function",
|
|
13862
14347
|
"name": "pipe",
|
|
@@ -14184,6 +14669,35 @@
|
|
|
14184
14669
|
"RawDocComment"
|
|
14185
14670
|
],
|
|
14186
14671
|
"funcSelfKind": "NonMutating"
|
|
14672
|
+
},
|
|
14673
|
+
{
|
|
14674
|
+
"kind": "Function",
|
|
14675
|
+
"name": "prettyPrintJson",
|
|
14676
|
+
"printedName": "prettyPrintJson(_:)",
|
|
14677
|
+
"children": [
|
|
14678
|
+
{
|
|
14679
|
+
"kind": "TypeNominal",
|
|
14680
|
+
"name": "String",
|
|
14681
|
+
"printedName": "Swift.String",
|
|
14682
|
+
"usr": "s:SS"
|
|
14683
|
+
},
|
|
14684
|
+
{
|
|
14685
|
+
"kind": "TypeNominal",
|
|
14686
|
+
"name": "String",
|
|
14687
|
+
"printedName": "Swift.String",
|
|
14688
|
+
"usr": "s:SS"
|
|
14689
|
+
}
|
|
14690
|
+
],
|
|
14691
|
+
"declKind": "Func",
|
|
14692
|
+
"usr": "s:6Kindly0A6LoggerO15prettyPrintJsonyS2SFZ",
|
|
14693
|
+
"mangledName": "$s6Kindly0A6LoggerO15prettyPrintJsonyS2SFZ",
|
|
14694
|
+
"moduleName": "Kindly",
|
|
14695
|
+
"static": true,
|
|
14696
|
+
"declAttributes": [
|
|
14697
|
+
"AccessControl",
|
|
14698
|
+
"RawDocComment"
|
|
14699
|
+
],
|
|
14700
|
+
"funcSelfKind": "NonMutating"
|
|
14187
14701
|
}
|
|
14188
14702
|
],
|
|
14189
14703
|
"declKind": "Enum",
|
|
@@ -19938,7 +20452,8 @@
|
|
|
19938
20452
|
"moduleName": "Kindly",
|
|
19939
20453
|
"static": true,
|
|
19940
20454
|
"declAttributes": [
|
|
19941
|
-
"Final"
|
|
20455
|
+
"Final",
|
|
20456
|
+
"RawDocComment"
|
|
19942
20457
|
],
|
|
19943
20458
|
"isFromExtension": true,
|
|
19944
20459
|
"accessors": [
|
|
@@ -20388,6 +20903,171 @@
|
|
|
20388
20903
|
"mangledName": "$ss8SendableP"
|
|
20389
20904
|
}
|
|
20390
20905
|
]
|
|
20906
|
+
},
|
|
20907
|
+
{
|
|
20908
|
+
"kind": "TypeDecl",
|
|
20909
|
+
"name": "Name",
|
|
20910
|
+
"printedName": "Name",
|
|
20911
|
+
"children": [
|
|
20912
|
+
{
|
|
20913
|
+
"kind": "Var",
|
|
20914
|
+
"name": "kindlyThemeDidChange",
|
|
20915
|
+
"printedName": "kindlyThemeDidChange",
|
|
20916
|
+
"children": [
|
|
20917
|
+
{
|
|
20918
|
+
"kind": "TypeNominal",
|
|
20919
|
+
"name": "Name",
|
|
20920
|
+
"printedName": "Foundation.NSNotification.Name",
|
|
20921
|
+
"usr": "c:@T@NSNotificationName"
|
|
20922
|
+
}
|
|
20923
|
+
],
|
|
20924
|
+
"declKind": "Var",
|
|
20925
|
+
"usr": "s:So18NSNotificationNamea6KindlyE20kindlyThemeDidChangeABvpZ",
|
|
20926
|
+
"mangledName": "$sSo18NSNotificationNamea6KindlyE20kindlyThemeDidChangeABvpZ",
|
|
20927
|
+
"moduleName": "Kindly",
|
|
20928
|
+
"static": true,
|
|
20929
|
+
"declAttributes": [
|
|
20930
|
+
"HasInitialValue",
|
|
20931
|
+
"HasStorage",
|
|
20932
|
+
"RawDocComment"
|
|
20933
|
+
],
|
|
20934
|
+
"isFromExtension": true,
|
|
20935
|
+
"isLet": true,
|
|
20936
|
+
"hasStorage": true,
|
|
20937
|
+
"accessors": [
|
|
20938
|
+
{
|
|
20939
|
+
"kind": "Accessor",
|
|
20940
|
+
"name": "Get",
|
|
20941
|
+
"printedName": "Get()",
|
|
20942
|
+
"children": [
|
|
20943
|
+
{
|
|
20944
|
+
"kind": "TypeNominal",
|
|
20945
|
+
"name": "Name",
|
|
20946
|
+
"printedName": "Foundation.NSNotification.Name",
|
|
20947
|
+
"usr": "c:@T@NSNotificationName"
|
|
20948
|
+
}
|
|
20949
|
+
],
|
|
20950
|
+
"declKind": "Accessor",
|
|
20951
|
+
"usr": "s:So18NSNotificationNamea6KindlyE20kindlyThemeDidChangeABvgZ",
|
|
20952
|
+
"mangledName": "$sSo18NSNotificationNamea6KindlyE20kindlyThemeDidChangeABvgZ",
|
|
20953
|
+
"moduleName": "Kindly",
|
|
20954
|
+
"static": true,
|
|
20955
|
+
"implicit": true,
|
|
20956
|
+
"isFromExtension": true,
|
|
20957
|
+
"accessorKind": "get"
|
|
20958
|
+
}
|
|
20959
|
+
]
|
|
20960
|
+
}
|
|
20961
|
+
],
|
|
20962
|
+
"declKind": "Struct",
|
|
20963
|
+
"usr": "c:@T@NSNotificationName",
|
|
20964
|
+
"moduleName": "Foundation",
|
|
20965
|
+
"declAttributes": [
|
|
20966
|
+
"SynthesizedProtocol",
|
|
20967
|
+
"SynthesizedProtocol",
|
|
20968
|
+
"SynthesizedProtocol",
|
|
20969
|
+
"SynthesizedProtocol",
|
|
20970
|
+
"SynthesizedProtocol",
|
|
20971
|
+
"SynthesizedProtocol",
|
|
20972
|
+
"Sendable"
|
|
20973
|
+
],
|
|
20974
|
+
"isFromExtension": true,
|
|
20975
|
+
"isExternal": true,
|
|
20976
|
+
"conformances": [
|
|
20977
|
+
{
|
|
20978
|
+
"kind": "Conformance",
|
|
20979
|
+
"name": "Copyable",
|
|
20980
|
+
"printedName": "Copyable",
|
|
20981
|
+
"usr": "s:s8CopyableP",
|
|
20982
|
+
"mangledName": "$ss8CopyableP"
|
|
20983
|
+
},
|
|
20984
|
+
{
|
|
20985
|
+
"kind": "Conformance",
|
|
20986
|
+
"name": "Escapable",
|
|
20987
|
+
"printedName": "Escapable",
|
|
20988
|
+
"usr": "s:s9EscapableP",
|
|
20989
|
+
"mangledName": "$ss9EscapableP"
|
|
20990
|
+
},
|
|
20991
|
+
{
|
|
20992
|
+
"kind": "Conformance",
|
|
20993
|
+
"name": "_ObjectiveCBridgeable",
|
|
20994
|
+
"printedName": "_ObjectiveCBridgeable",
|
|
20995
|
+
"children": [
|
|
20996
|
+
{
|
|
20997
|
+
"kind": "TypeWitness",
|
|
20998
|
+
"name": "_ObjectiveCType",
|
|
20999
|
+
"printedName": "_ObjectiveCType",
|
|
21000
|
+
"children": [
|
|
21001
|
+
{
|
|
21002
|
+
"kind": "TypeNominal",
|
|
21003
|
+
"name": "NSString",
|
|
21004
|
+
"printedName": "Foundation.NSString",
|
|
21005
|
+
"usr": "c:objc(cs)NSString"
|
|
21006
|
+
}
|
|
21007
|
+
]
|
|
21008
|
+
}
|
|
21009
|
+
],
|
|
21010
|
+
"usr": "s:s21_ObjectiveCBridgeableP",
|
|
21011
|
+
"mangledName": "$ss21_ObjectiveCBridgeableP"
|
|
21012
|
+
},
|
|
21013
|
+
{
|
|
21014
|
+
"kind": "Conformance",
|
|
21015
|
+
"name": "Hashable",
|
|
21016
|
+
"printedName": "Hashable",
|
|
21017
|
+
"usr": "s:SH",
|
|
21018
|
+
"mangledName": "$sSH"
|
|
21019
|
+
},
|
|
21020
|
+
{
|
|
21021
|
+
"kind": "Conformance",
|
|
21022
|
+
"name": "Equatable",
|
|
21023
|
+
"printedName": "Equatable",
|
|
21024
|
+
"usr": "s:SQ",
|
|
21025
|
+
"mangledName": "$sSQ"
|
|
21026
|
+
},
|
|
21027
|
+
{
|
|
21028
|
+
"kind": "Conformance",
|
|
21029
|
+
"name": "_SwiftNewtypeWrapper",
|
|
21030
|
+
"printedName": "_SwiftNewtypeWrapper",
|
|
21031
|
+
"usr": "s:s20_SwiftNewtypeWrapperP",
|
|
21032
|
+
"mangledName": "$ss20_SwiftNewtypeWrapperP"
|
|
21033
|
+
},
|
|
21034
|
+
{
|
|
21035
|
+
"kind": "Conformance",
|
|
21036
|
+
"name": "RawRepresentable",
|
|
21037
|
+
"printedName": "RawRepresentable",
|
|
21038
|
+
"children": [
|
|
21039
|
+
{
|
|
21040
|
+
"kind": "TypeWitness",
|
|
21041
|
+
"name": "RawValue",
|
|
21042
|
+
"printedName": "RawValue",
|
|
21043
|
+
"children": [
|
|
21044
|
+
{
|
|
21045
|
+
"kind": "TypeNominal",
|
|
21046
|
+
"name": "String",
|
|
21047
|
+
"printedName": "Swift.String",
|
|
21048
|
+
"usr": "s:SS"
|
|
21049
|
+
}
|
|
21050
|
+
]
|
|
21051
|
+
}
|
|
21052
|
+
],
|
|
21053
|
+
"usr": "s:SY",
|
|
21054
|
+
"mangledName": "$sSY"
|
|
21055
|
+
},
|
|
21056
|
+
{
|
|
21057
|
+
"kind": "Conformance",
|
|
21058
|
+
"name": "Sendable",
|
|
21059
|
+
"printedName": "Sendable",
|
|
21060
|
+
"usr": "s:s8SendableP",
|
|
21061
|
+
"mangledName": "$ss8SendableP"
|
|
21062
|
+
},
|
|
21063
|
+
{
|
|
21064
|
+
"kind": "Conformance",
|
|
21065
|
+
"name": "_HasCustomAnyHashableRepresentation",
|
|
21066
|
+
"printedName": "_HasCustomAnyHashableRepresentation",
|
|
21067
|
+
"usr": "s:s35_HasCustomAnyHashableRepresentationP",
|
|
21068
|
+
"mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
|
|
21069
|
+
}
|
|
21070
|
+
]
|
|
20391
21071
|
}
|
|
20392
21072
|
],
|
|
20393
21073
|
"json_format_version": 8
|
|
@@ -20459,70 +21139,77 @@
|
|
|
20459
21139
|
{
|
|
20460
21140
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20461
21141
|
"kind": "StringLiteral",
|
|
20462
|
-
"offset":
|
|
21142
|
+
"offset": 3506,
|
|
20463
21143
|
"length": 20,
|
|
20464
21144
|
"value": "\"submit_button_text\""
|
|
20465
21145
|
},
|
|
20466
21146
|
{
|
|
20467
21147
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20468
21148
|
"kind": "StringLiteral",
|
|
20469
|
-
"offset":
|
|
21149
|
+
"offset": 3553,
|
|
20470
21150
|
"length": 20,
|
|
20471
21151
|
"value": "\"cancel_button_text\""
|
|
20472
21152
|
},
|
|
20473
21153
|
{
|
|
20474
21154
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20475
21155
|
"kind": "StringLiteral",
|
|
20476
|
-
"offset":
|
|
21156
|
+
"offset": 3594,
|
|
20477
21157
|
"length": 13,
|
|
20478
21158
|
"value": "\"cancel_text\""
|
|
20479
21159
|
},
|
|
20480
21160
|
{
|
|
20481
21161
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20482
21162
|
"kind": "StringLiteral",
|
|
20483
|
-
"offset":
|
|
21163
|
+
"offset": 3627,
|
|
20484
21164
|
"length": 12,
|
|
20485
21165
|
"value": "\"error_text\""
|
|
20486
21166
|
},
|
|
20487
21167
|
{
|
|
20488
21168
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20489
21169
|
"kind": "StringLiteral",
|
|
20490
|
-
"offset":
|
|
21170
|
+
"offset": 3664,
|
|
20491
21171
|
"length": 17,
|
|
20492
21172
|
"value": "\"unanswered_text\""
|
|
20493
21173
|
},
|
|
20494
21174
|
{
|
|
20495
21175
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20496
21176
|
"kind": "StringLiteral",
|
|
20497
|
-
"offset":
|
|
21177
|
+
"offset": 7162,
|
|
20498
21178
|
"length": 12,
|
|
20499
21179
|
"value": "\"input_type\""
|
|
20500
21180
|
},
|
|
20501
21181
|
{
|
|
20502
21182
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20503
21183
|
"kind": "StringLiteral",
|
|
20504
|
-
"offset":
|
|
21184
|
+
"offset": 8749,
|
|
20505
21185
|
"length": 18,
|
|
20506
21186
|
"value": "\"placeholder_text\""
|
|
20507
21187
|
},
|
|
20508
21188
|
{
|
|
20509
21189
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20510
21190
|
"kind": "StringLiteral",
|
|
20511
|
-
"offset":
|
|
21191
|
+
"offset": 8786,
|
|
20512
21192
|
"length": 11,
|
|
20513
21193
|
"value": "\"help_text\""
|
|
20514
21194
|
},
|
|
20515
21195
|
{
|
|
20516
21196
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20517
21197
|
"kind": "StringLiteral",
|
|
20518
|
-
"offset":
|
|
21198
|
+
"offset": 9789,
|
|
20519
21199
|
"length": 11,
|
|
20520
21200
|
"value": "\"max_files\""
|
|
20521
21201
|
},
|
|
20522
21202
|
{
|
|
20523
21203
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
20524
21204
|
"kind": "StringLiteral",
|
|
20525
|
-
"offset":
|
|
21205
|
+
"offset": 11260,
|
|
21206
|
+
"length": 12,
|
|
21207
|
+
"value": "\"min_length\""
|
|
21208
|
+
},
|
|
21209
|
+
{
|
|
21210
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/FormDTO.swift",
|
|
21211
|
+
"kind": "StringLiteral",
|
|
21212
|
+
"offset": 11292,
|
|
20526
21213
|
"length": 12,
|
|
20527
21214
|
"value": "\"max_length\""
|
|
20528
21215
|
},
|
|
@@ -21187,7 +21874,7 @@
|
|
|
21187
21874
|
{
|
|
21188
21875
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/UserMessage.swift",
|
|
21189
21876
|
"kind": "StringLiteral",
|
|
21190
|
-
"offset":
|
|
21877
|
+
"offset": 341,
|
|
21191
21878
|
"length": 13,
|
|
21192
21879
|
"value": "\"new_context\""
|
|
21193
21880
|
},
|
|
@@ -21278,28 +21965,28 @@
|
|
|
21278
21965
|
{
|
|
21279
21966
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Input\/InputTextView.swift",
|
|
21280
21967
|
"kind": "FloatLiteral",
|
|
21281
|
-
"offset":
|
|
21968
|
+
"offset": 3069,
|
|
21282
21969
|
"length": 4,
|
|
21283
21970
|
"value": "18.0"
|
|
21284
21971
|
},
|
|
21285
21972
|
{
|
|
21286
21973
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Input\/InputTextView.swift",
|
|
21287
21974
|
"kind": "FloatLiteral",
|
|
21288
|
-
"offset":
|
|
21975
|
+
"offset": 3104,
|
|
21289
21976
|
"length": 4,
|
|
21290
21977
|
"value": "14.0"
|
|
21291
21978
|
},
|
|
21292
21979
|
{
|
|
21293
21980
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Input\/InputTextView.swift",
|
|
21294
21981
|
"kind": "FloatLiteral",
|
|
21295
|
-
"offset":
|
|
21982
|
+
"offset": 3145,
|
|
21296
21983
|
"length": 3,
|
|
21297
21984
|
"value": "4.0"
|
|
21298
21985
|
},
|
|
21299
21986
|
{
|
|
21300
21987
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Input\/InputTextView.swift",
|
|
21301
21988
|
"kind": "FloatLiteral",
|
|
21302
|
-
"offset":
|
|
21989
|
+
"offset": 3177,
|
|
21303
21990
|
"length": 3,
|
|
21304
21991
|
"value": "9.0"
|
|
21305
21992
|
},
|
|
@@ -23042,7 +23729,7 @@
|
|
|
23042
23729
|
{
|
|
23043
23730
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/IncomingMessageCell.swift",
|
|
23044
23731
|
"kind": "BooleanLiteral",
|
|
23045
|
-
"offset":
|
|
23732
|
+
"offset": 19848,
|
|
23046
23733
|
"length": 4,
|
|
23047
23734
|
"value": "true"
|
|
23048
23735
|
},
|
|
@@ -23399,7 +24086,7 @@
|
|
|
23399
24086
|
{
|
|
23400
24087
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Utils\/Utils.swift",
|
|
23401
24088
|
"kind": "BooleanLiteral",
|
|
23402
|
-
"offset":
|
|
24089
|
+
"offset": 15218,
|
|
23403
24090
|
"length": 4,
|
|
23404
24091
|
"value": "true"
|
|
23405
24092
|
},
|
|
@@ -23889,175 +24576,168 @@
|
|
|
23889
24576
|
{
|
|
23890
24577
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23891
24578
|
"kind": "BooleanLiteral",
|
|
23892
|
-
"offset":
|
|
24579
|
+
"offset": 11871,
|
|
23893
24580
|
"length": 5,
|
|
23894
24581
|
"value": "false"
|
|
23895
24582
|
},
|
|
23896
24583
|
{
|
|
23897
24584
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23898
24585
|
"kind": "IntegerLiteral",
|
|
23899
|
-
"offset":
|
|
24586
|
+
"offset": 12064,
|
|
23900
24587
|
"length": 1,
|
|
23901
24588
|
"value": "8"
|
|
23902
24589
|
},
|
|
23903
24590
|
{
|
|
23904
24591
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23905
24592
|
"kind": "BooleanLiteral",
|
|
23906
|
-
"offset":
|
|
24593
|
+
"offset": 12155,
|
|
23907
24594
|
"length": 5,
|
|
23908
24595
|
"value": "false"
|
|
23909
24596
|
},
|
|
23910
24597
|
{
|
|
23911
24598
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23912
24599
|
"kind": "BooleanLiteral",
|
|
23913
|
-
"offset":
|
|
24600
|
+
"offset": 12362,
|
|
23914
24601
|
"length": 5,
|
|
23915
24602
|
"value": "false"
|
|
23916
24603
|
},
|
|
23917
24604
|
{
|
|
23918
24605
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23919
24606
|
"kind": "StringLiteral",
|
|
23920
|
-
"offset":
|
|
24607
|
+
"offset": 12402,
|
|
23921
24608
|
"length": 13,
|
|
23922
24609
|
"value": "\"list.bullet\""
|
|
23923
24610
|
},
|
|
23924
24611
|
{
|
|
23925
24612
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23926
24613
|
"kind": "IntegerLiteral",
|
|
23927
|
-
"offset":
|
|
24614
|
+
"offset": 12663,
|
|
23928
24615
|
"length": 1,
|
|
23929
24616
|
"value": "0"
|
|
23930
24617
|
},
|
|
23931
24618
|
{
|
|
23932
24619
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23933
24620
|
"kind": "BooleanLiteral",
|
|
23934
|
-
"offset":
|
|
24621
|
+
"offset": 12822,
|
|
23935
24622
|
"length": 5,
|
|
23936
24623
|
"value": "false"
|
|
23937
24624
|
},
|
|
23938
24625
|
{
|
|
23939
24626
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23940
24627
|
"kind": "BooleanLiteral",
|
|
23941
|
-
"offset":
|
|
24628
|
+
"offset": 13027,
|
|
23942
24629
|
"length": 5,
|
|
23943
24630
|
"value": "false"
|
|
23944
24631
|
},
|
|
23945
24632
|
{
|
|
23946
24633
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23947
24634
|
"kind": "StringLiteral",
|
|
23948
|
-
"offset":
|
|
24635
|
+
"offset": 13051,
|
|
23949
24636
|
"length": 2,
|
|
23950
24637
|
"value": "\"\""
|
|
23951
24638
|
},
|
|
23952
24639
|
{
|
|
23953
24640
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23954
24641
|
"kind": "StringLiteral",
|
|
23955
|
-
"offset":
|
|
24642
|
+
"offset": 13189,
|
|
23956
24643
|
"length": 10,
|
|
23957
24644
|
"value": "\"FormCell\""
|
|
23958
24645
|
},
|
|
23959
24646
|
{
|
|
23960
24647
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23961
24648
|
"kind": "StringLiteral",
|
|
23962
|
-
"offset":
|
|
24649
|
+
"offset": 13201,
|
|
23963
24650
|
"length": 23,
|
|
23964
24651
|
"value": "\"Cancel button clicked\""
|
|
23965
24652
|
},
|
|
23966
24653
|
{
|
|
23967
24654
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23968
24655
|
"kind": "BooleanLiteral",
|
|
23969
|
-
"offset":
|
|
24656
|
+
"offset": 13501,
|
|
23970
24657
|
"length": 5,
|
|
23971
24658
|
"value": "false"
|
|
23972
24659
|
},
|
|
23973
24660
|
{
|
|
23974
24661
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23975
24662
|
"kind": "StringLiteral",
|
|
23976
|
-
"offset":
|
|
24663
|
+
"offset": 13525,
|
|
23977
24664
|
"length": 2,
|
|
23978
24665
|
"value": "\"\""
|
|
23979
24666
|
},
|
|
23980
24667
|
{
|
|
23981
24668
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23982
24669
|
"kind": "StringLiteral",
|
|
23983
|
-
"offset":
|
|
24670
|
+
"offset": 13584,
|
|
23984
24671
|
"length": 10,
|
|
23985
24672
|
"value": "\"FormCell\""
|
|
23986
24673
|
},
|
|
23987
24674
|
{
|
|
23988
24675
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23989
24676
|
"kind": "StringLiteral",
|
|
23990
|
-
"offset":
|
|
24677
|
+
"offset": 13596,
|
|
23991
24678
|
"length": 23,
|
|
23992
24679
|
"value": "\"Submit button clicked\""
|
|
23993
24680
|
},
|
|
23994
24681
|
{
|
|
23995
24682
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
23996
24683
|
"kind": "StringLiteral",
|
|
23997
|
-
"offset":
|
|
23998
|
-
"length":
|
|
23999
|
-
"value": "\"
|
|
24684
|
+
"offset": 14064,
|
|
24685
|
+
"length": 17,
|
|
24686
|
+
"value": "\"form_validation\""
|
|
24687
|
+
},
|
|
24688
|
+
{
|
|
24689
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24690
|
+
"kind": "StringLiteral",
|
|
24691
|
+
"offset": 14097,
|
|
24692
|
+
"length": 30,
|
|
24693
|
+
"value": "\"Submit blocked by validation\""
|
|
24000
24694
|
},
|
|
24001
24695
|
{
|
|
24002
24696
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24003
24697
|
"kind": "StringLiteral",
|
|
24004
|
-
"offset":
|
|
24698
|
+
"offset": 14167,
|
|
24005
24699
|
"length": 9,
|
|
24006
24700
|
"value": "\"form_id\""
|
|
24007
24701
|
},
|
|
24008
24702
|
{
|
|
24009
24703
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24010
24704
|
"kind": "StringLiteral",
|
|
24011
|
-
"offset":
|
|
24705
|
+
"offset": 14205,
|
|
24012
24706
|
"length": 9,
|
|
24013
24707
|
"value": "\"unknown\""
|
|
24014
24708
|
},
|
|
24015
24709
|
{
|
|
24016
24710
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24017
24711
|
"kind": "StringLiteral",
|
|
24018
|
-
"offset":
|
|
24712
|
+
"offset": 14222,
|
|
24019
24713
|
"length": 13,
|
|
24020
24714
|
"value": "\"field_count\""
|
|
24021
24715
|
},
|
|
24022
24716
|
{
|
|
24023
24717
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24024
24718
|
"kind": "StringLiteral",
|
|
24025
|
-
"offset":
|
|
24026
|
-
"length": 16,
|
|
24027
|
-
"value": "\"error_messages\""
|
|
24028
|
-
},
|
|
24029
|
-
{
|
|
24030
|
-
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24031
|
-
"kind": "StringLiteral",
|
|
24032
|
-
"offset": 13814,
|
|
24033
|
-
"length": 2,
|
|
24034
|
-
"value": "\"\""
|
|
24035
|
-
},
|
|
24036
|
-
{
|
|
24037
|
-
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24038
|
-
"kind": "StringLiteral",
|
|
24039
|
-
"offset": 13824,
|
|
24719
|
+
"offset": 14266,
|
|
24040
24720
|
"length": 13,
|
|
24041
24721
|
"value": "\"error_count\""
|
|
24042
24722
|
},
|
|
24043
24723
|
{
|
|
24044
24724
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24045
24725
|
"kind": "StringLiteral",
|
|
24046
|
-
"offset":
|
|
24726
|
+
"offset": 14402,
|
|
24047
24727
|
"length": 7,
|
|
24048
24728
|
"value": "\"Error\""
|
|
24049
24729
|
},
|
|
24050
24730
|
{
|
|
24051
24731
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24052
24732
|
"kind": "IntegerLiteral",
|
|
24053
|
-
"offset":
|
|
24733
|
+
"offset": 14648,
|
|
24054
24734
|
"length": 1,
|
|
24055
24735
|
"value": "0"
|
|
24056
24736
|
},
|
|
24057
24737
|
{
|
|
24058
24738
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/FormCell.swift",
|
|
24059
24739
|
"kind": "BooleanLiteral",
|
|
24060
|
-
"offset":
|
|
24740
|
+
"offset": 14807,
|
|
24061
24741
|
"length": 5,
|
|
24062
24742
|
"value": "false"
|
|
24063
24743
|
},
|
|
@@ -24330,105 +25010,105 @@
|
|
|
24330
25010
|
{
|
|
24331
25011
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24332
25012
|
"kind": "StringLiteral",
|
|
24333
|
-
"offset":
|
|
25013
|
+
"offset": 38909,
|
|
24334
25014
|
"length": 14,
|
|
24335
25015
|
"value": "\"Send message\""
|
|
24336
25016
|
},
|
|
24337
25017
|
{
|
|
24338
25018
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24339
25019
|
"kind": "StringLiteral",
|
|
24340
|
-
"offset":
|
|
25020
|
+
"offset": 38999,
|
|
24341
25021
|
"length": 4,
|
|
24342
25022
|
"value": "\"\r\""
|
|
24343
25023
|
},
|
|
24344
25024
|
{
|
|
24345
25025
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24346
25026
|
"kind": "Array",
|
|
24347
|
-
"offset":
|
|
25027
|
+
"offset": 39076,
|
|
24348
25028
|
"length": 2,
|
|
24349
25029
|
"value": "[]"
|
|
24350
25030
|
},
|
|
24351
25031
|
{
|
|
24352
25032
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24353
25033
|
"kind": "StringLiteral",
|
|
24354
|
-
"offset":
|
|
25034
|
+
"offset": 39107,
|
|
24355
25035
|
"length": 14,
|
|
24356
25036
|
"value": "\"Send message\""
|
|
24357
25037
|
},
|
|
24358
25038
|
{
|
|
24359
25039
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24360
25040
|
"kind": "Array",
|
|
24361
|
-
"offset":
|
|
25041
|
+
"offset": 39140,
|
|
24362
25042
|
"length": 2,
|
|
24363
25043
|
"value": "[]"
|
|
24364
25044
|
},
|
|
24365
25045
|
{
|
|
24366
25046
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24367
25047
|
"kind": "StringLiteral",
|
|
24368
|
-
"offset":
|
|
25048
|
+
"offset": 39261,
|
|
24369
25049
|
"length": 4,
|
|
24370
25050
|
"value": "\"\r\""
|
|
24371
25051
|
},
|
|
24372
25052
|
{
|
|
24373
25053
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24374
25054
|
"kind": "StringLiteral",
|
|
24375
|
-
"offset":
|
|
25055
|
+
"offset": 39369,
|
|
24376
25056
|
"length": 14,
|
|
24377
25057
|
"value": "\"Send message\""
|
|
24378
25058
|
},
|
|
24379
25059
|
{
|
|
24380
25060
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24381
25061
|
"kind": "FloatLiteral",
|
|
24382
|
-
"offset":
|
|
25062
|
+
"offset": 115872,
|
|
24383
25063
|
"length": 4,
|
|
24384
25064
|
"value": "16.0"
|
|
24385
25065
|
},
|
|
24386
25066
|
{
|
|
24387
25067
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24388
25068
|
"kind": "FloatLiteral",
|
|
24389
|
-
"offset":
|
|
25069
|
+
"offset": 115915,
|
|
24390
25070
|
"length": 4,
|
|
24391
25071
|
"value": "16.0"
|
|
24392
25072
|
},
|
|
24393
25073
|
{
|
|
24394
25074
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24395
25075
|
"kind": "FloatLiteral",
|
|
24396
|
-
"offset":
|
|
25076
|
+
"offset": 115951,
|
|
24397
25077
|
"length": 4,
|
|
24398
25078
|
"value": "50.0"
|
|
24399
25079
|
},
|
|
24400
25080
|
{
|
|
24401
25081
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24402
25082
|
"kind": "FloatLiteral",
|
|
24403
|
-
"offset":
|
|
25083
|
+
"offset": 115990,
|
|
24404
25084
|
"length": 4,
|
|
24405
25085
|
"value": "12.0"
|
|
24406
25086
|
},
|
|
24407
25087
|
{
|
|
24408
25088
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24409
25089
|
"kind": "FloatLiteral",
|
|
24410
|
-
"offset":
|
|
25090
|
+
"offset": 116030,
|
|
24411
25091
|
"length": 4,
|
|
24412
25092
|
"value": "16.0"
|
|
24413
25093
|
},
|
|
24414
25094
|
{
|
|
24415
25095
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24416
25096
|
"kind": "FloatLiteral",
|
|
24417
|
-
"offset":
|
|
25097
|
+
"offset": 116070,
|
|
24418
25098
|
"length": 4,
|
|
24419
25099
|
"value": "36.0"
|
|
24420
25100
|
},
|
|
24421
25101
|
{
|
|
24422
25102
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24423
25103
|
"kind": "FloatLiteral",
|
|
24424
|
-
"offset":
|
|
25104
|
+
"offset": 116119,
|
|
24425
25105
|
"length": 4,
|
|
24426
25106
|
"value": "12.0"
|
|
24427
25107
|
},
|
|
24428
25108
|
{
|
|
24429
25109
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Views\/Chat View\/ChatViewController.swift",
|
|
24430
25110
|
"kind": "FloatLiteral",
|
|
24431
|
-
"offset":
|
|
25111
|
+
"offset": 116170,
|
|
24432
25112
|
"length": 3,
|
|
24433
25113
|
"value": "4.0"
|
|
24434
25114
|
},
|
|
@@ -24519,84 +25199,84 @@
|
|
|
24519
25199
|
{
|
|
24520
25200
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24521
25201
|
"kind": "Dictionary",
|
|
24522
|
-
"offset":
|
|
25202
|
+
"offset": 5717,
|
|
24523
25203
|
"length": 3,
|
|
24524
25204
|
"value": "[]"
|
|
24525
25205
|
},
|
|
24526
25206
|
{
|
|
24527
25207
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24528
25208
|
"kind": "FloatLiteral",
|
|
24529
|
-
"offset":
|
|
25209
|
+
"offset": 5882,
|
|
24530
25210
|
"length": 3,
|
|
24531
25211
|
"value": "2.0"
|
|
24532
25212
|
},
|
|
24533
25213
|
{
|
|
24534
25214
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24535
25215
|
"kind": "BooleanLiteral",
|
|
24536
|
-
"offset":
|
|
25216
|
+
"offset": 5958,
|
|
24537
25217
|
"length": 5,
|
|
24538
25218
|
"value": "false"
|
|
24539
25219
|
},
|
|
24540
25220
|
{
|
|
24541
25221
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24542
25222
|
"kind": "BooleanLiteral",
|
|
24543
|
-
"offset":
|
|
25223
|
+
"offset": 8767,
|
|
24544
25224
|
"length": 5,
|
|
24545
25225
|
"value": "false"
|
|
24546
25226
|
},
|
|
24547
25227
|
{
|
|
24548
25228
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24549
25229
|
"kind": "BooleanLiteral",
|
|
24550
|
-
"offset":
|
|
25230
|
+
"offset": 19632,
|
|
24551
25231
|
"length": 4,
|
|
24552
25232
|
"value": "true"
|
|
24553
25233
|
},
|
|
24554
25234
|
{
|
|
24555
25235
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24556
25236
|
"kind": "StringLiteral",
|
|
24557
|
-
"offset":
|
|
25237
|
+
"offset": 53051,
|
|
24558
25238
|
"length": 8,
|
|
24559
25239
|
"value": "\"Pusher\""
|
|
24560
25240
|
},
|
|
24561
25241
|
{
|
|
24562
25242
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24563
25243
|
"kind": "StringLiteral",
|
|
24564
|
-
"offset":
|
|
25244
|
+
"offset": 53079,
|
|
24565
25245
|
"length": 13,
|
|
24566
25246
|
"value": "\"\/latest API\""
|
|
24567
25247
|
},
|
|
24568
25248
|
{
|
|
24569
25249
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24570
25250
|
"kind": "StringLiteral",
|
|
24571
|
-
"offset":
|
|
25251
|
+
"offset": 53113,
|
|
24572
25252
|
"length": 14,
|
|
24573
25253
|
"value": "\"\/connect API\""
|
|
24574
25254
|
},
|
|
24575
25255
|
{
|
|
24576
25256
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24577
25257
|
"kind": "BooleanLiteral",
|
|
24578
|
-
"offset":
|
|
25258
|
+
"offset": 71191,
|
|
24579
25259
|
"length": 4,
|
|
24580
25260
|
"value": "true"
|
|
24581
25261
|
},
|
|
24582
25262
|
{
|
|
24583
25263
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24584
25264
|
"kind": "BooleanLiteral",
|
|
24585
|
-
"offset":
|
|
25265
|
+
"offset": 77492,
|
|
24586
25266
|
"length": 5,
|
|
24587
25267
|
"value": "false"
|
|
24588
25268
|
},
|
|
24589
25269
|
{
|
|
24590
25270
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24591
25271
|
"kind": "BooleanLiteral",
|
|
24592
|
-
"offset":
|
|
25272
|
+
"offset": 77523,
|
|
24593
25273
|
"length": 5,
|
|
24594
25274
|
"value": "false"
|
|
24595
25275
|
},
|
|
24596
25276
|
{
|
|
24597
25277
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/KindlyChatClient.swift",
|
|
24598
25278
|
"kind": "IntegerLiteral",
|
|
24599
|
-
"offset":
|
|
25279
|
+
"offset": 82549,
|
|
24600
25280
|
"length": 1,
|
|
24601
25281
|
"value": "0"
|
|
24602
25282
|
},
|
|
@@ -24670,45 +25350,52 @@
|
|
|
24670
25350
|
"length": 5,
|
|
24671
25351
|
"value": "false"
|
|
24672
25352
|
},
|
|
25353
|
+
{
|
|
25354
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
25355
|
+
"kind": "BooleanLiteral",
|
|
25356
|
+
"offset": 1316,
|
|
25357
|
+
"length": 5,
|
|
25358
|
+
"value": "false"
|
|
25359
|
+
},
|
|
24673
25360
|
{
|
|
24674
25361
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
24675
25362
|
"kind": "IntegerLiteral",
|
|
24676
|
-
"offset":
|
|
25363
|
+
"offset": 1832,
|
|
24677
25364
|
"length": 1,
|
|
24678
25365
|
"value": "0"
|
|
24679
25366
|
},
|
|
24680
25367
|
{
|
|
24681
25368
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
24682
25369
|
"kind": "IntegerLiteral",
|
|
24683
|
-
"offset":
|
|
25370
|
+
"offset": 1882,
|
|
24684
25371
|
"length": 1,
|
|
24685
25372
|
"value": "0"
|
|
24686
25373
|
},
|
|
24687
25374
|
{
|
|
24688
25375
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
24689
25376
|
"kind": "BooleanLiteral",
|
|
24690
|
-
"offset":
|
|
25377
|
+
"offset": 2134,
|
|
24691
25378
|
"length": 5,
|
|
24692
25379
|
"value": "false"
|
|
24693
25380
|
},
|
|
24694
25381
|
{
|
|
24695
25382
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
24696
25383
|
"kind": "BooleanLiteral",
|
|
24697
|
-
"offset":
|
|
25384
|
+
"offset": 2258,
|
|
24698
25385
|
"length": 5,
|
|
24699
25386
|
"value": "false"
|
|
24700
25387
|
},
|
|
24701
25388
|
{
|
|
24702
25389
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
24703
25390
|
"kind": "BooleanLiteral",
|
|
24704
|
-
"offset":
|
|
25391
|
+
"offset": 2392,
|
|
24705
25392
|
"length": 5,
|
|
24706
25393
|
"value": "false"
|
|
24707
25394
|
},
|
|
24708
25395
|
{
|
|
24709
25396
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/LifecycleVars.swift",
|
|
24710
25397
|
"kind": "BooleanLiteral",
|
|
24711
|
-
"offset":
|
|
25398
|
+
"offset": 2519,
|
|
24712
25399
|
"length": 5,
|
|
24713
25400
|
"value": "false"
|
|
24714
25401
|
},
|
|
@@ -24785,14 +25472,14 @@
|
|
|
24785
25472
|
{
|
|
24786
25473
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Promise\/Promises.swift",
|
|
24787
25474
|
"kind": "Array",
|
|
24788
|
-
"offset":
|
|
25475
|
+
"offset": 5807,
|
|
24789
25476
|
"length": 2,
|
|
24790
25477
|
"value": "[]"
|
|
24791
25478
|
},
|
|
24792
25479
|
{
|
|
24793
25480
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Promise\/Promises.swift",
|
|
24794
25481
|
"kind": "BooleanLiteral",
|
|
24795
|
-
"offset":
|
|
25482
|
+
"offset": 6149,
|
|
24796
25483
|
"length": 5,
|
|
24797
25484
|
"value": "false"
|
|
24798
25485
|
},
|
|
@@ -25268,35 +25955,35 @@
|
|
|
25268
25955
|
{
|
|
25269
25956
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/AttachmentCell.swift",
|
|
25270
25957
|
"kind": "FloatLiteral",
|
|
25271
|
-
"offset":
|
|
25958
|
+
"offset": 9772,
|
|
25272
25959
|
"length": 4,
|
|
25273
25960
|
"value": "20.0"
|
|
25274
25961
|
},
|
|
25275
25962
|
{
|
|
25276
25963
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/AttachmentCell.swift",
|
|
25277
25964
|
"kind": "FloatLiteral",
|
|
25278
|
-
"offset":
|
|
25965
|
+
"offset": 9806,
|
|
25279
25966
|
"length": 5,
|
|
25280
25967
|
"value": "200.0"
|
|
25281
25968
|
},
|
|
25282
25969
|
{
|
|
25283
25970
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/AttachmentCell.swift",
|
|
25284
25971
|
"kind": "FloatLiteral",
|
|
25285
|
-
"offset":
|
|
25972
|
+
"offset": 9839,
|
|
25286
25973
|
"length": 3,
|
|
25287
25974
|
"value": "8.0"
|
|
25288
25975
|
},
|
|
25289
25976
|
{
|
|
25290
25977
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/AttachmentCell.swift",
|
|
25291
25978
|
"kind": "FloatLiteral",
|
|
25292
|
-
"offset":
|
|
25979
|
+
"offset": 9878,
|
|
25293
25980
|
"length": 4,
|
|
25294
25981
|
"value": "52.0"
|
|
25295
25982
|
},
|
|
25296
25983
|
{
|
|
25297
25984
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/AttachmentCell.swift",
|
|
25298
25985
|
"kind": "FloatLiteral",
|
|
25299
|
-
"offset":
|
|
25986
|
+
"offset": 9918,
|
|
25300
25987
|
"length": 4,
|
|
25301
25988
|
"value": "50.0"
|
|
25302
25989
|
},
|
|
@@ -25972,290 +26659,325 @@
|
|
|
25972
26659
|
"length": 5,
|
|
25973
26660
|
"value": "false"
|
|
25974
26661
|
},
|
|
26662
|
+
{
|
|
26663
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
26664
|
+
"kind": "StringLiteral",
|
|
26665
|
+
"offset": 5491,
|
|
26666
|
+
"length": 9,
|
|
26667
|
+
"value": "\"Session\""
|
|
26668
|
+
},
|
|
26669
|
+
{
|
|
26670
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
26671
|
+
"kind": "StringLiteral",
|
|
26672
|
+
"offset": 5502,
|
|
26673
|
+
"length": 91,
|
|
26674
|
+
"value": "\"Log level: \""
|
|
26675
|
+
},
|
|
26676
|
+
{
|
|
26677
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
26678
|
+
"kind": "StringLiteral",
|
|
26679
|
+
"offset": 5553,
|
|
26680
|
+
"length": 1,
|
|
26681
|
+
"value": "\" (forceVerboseLogs=\""
|
|
26682
|
+
},
|
|
26683
|
+
{
|
|
26684
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
26685
|
+
"kind": "StringLiteral",
|
|
26686
|
+
"offset": 5591,
|
|
26687
|
+
"length": 1,
|
|
26688
|
+
"value": "\")\""
|
|
26689
|
+
},
|
|
26690
|
+
{
|
|
26691
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
26692
|
+
"kind": "BooleanLiteral",
|
|
26693
|
+
"offset": 5452,
|
|
26694
|
+
"length": 5,
|
|
26695
|
+
"value": "false"
|
|
26696
|
+
},
|
|
25975
26697
|
{
|
|
25976
26698
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
25977
26699
|
"kind": "BooleanLiteral",
|
|
25978
|
-
"offset":
|
|
26700
|
+
"offset": 5961,
|
|
25979
26701
|
"length": 5,
|
|
25980
26702
|
"value": "false"
|
|
25981
26703
|
},
|
|
25982
26704
|
{
|
|
25983
26705
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
25984
26706
|
"kind": "BooleanLiteral",
|
|
25985
|
-
"offset":
|
|
26707
|
+
"offset": 6477,
|
|
25986
26708
|
"length": 5,
|
|
25987
26709
|
"value": "false"
|
|
25988
26710
|
},
|
|
25989
26711
|
{
|
|
25990
26712
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
25991
26713
|
"kind": "BooleanLiteral",
|
|
25992
|
-
"offset":
|
|
26714
|
+
"offset": 6704,
|
|
25993
26715
|
"length": 5,
|
|
25994
26716
|
"value": "false"
|
|
25995
26717
|
},
|
|
25996
26718
|
{
|
|
25997
26719
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
25998
26720
|
"kind": "BooleanLiteral",
|
|
25999
|
-
"offset":
|
|
26721
|
+
"offset": 6747,
|
|
26000
26722
|
"length": 4,
|
|
26001
26723
|
"value": "true"
|
|
26002
26724
|
},
|
|
26003
26725
|
{
|
|
26004
26726
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Session\/Session.swift",
|
|
26005
26727
|
"kind": "BooleanLiteral",
|
|
26006
|
-
"offset":
|
|
26728
|
+
"offset": 12515,
|
|
26007
26729
|
"length": 5,
|
|
26008
26730
|
"value": "false"
|
|
26009
26731
|
},
|
|
26010
26732
|
{
|
|
26011
26733
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26012
26734
|
"kind": "StringLiteral",
|
|
26013
|
-
"offset":
|
|
26735
|
+
"offset": 3202,
|
|
26014
26736
|
"length": 11,
|
|
26015
26737
|
"value": "\"viewcycle\""
|
|
26016
26738
|
},
|
|
26017
26739
|
{
|
|
26018
26740
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26019
26741
|
"kind": "StringLiteral",
|
|
26020
|
-
"offset":
|
|
26742
|
+
"offset": 3315,
|
|
26021
26743
|
"length": 12,
|
|
26022
26744
|
"value": "\"networking\""
|
|
26023
26745
|
},
|
|
26024
26746
|
{
|
|
26025
26747
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26026
26748
|
"kind": "StringLiteral",
|
|
26027
|
-
"offset":
|
|
26749
|
+
"offset": 3429,
|
|
26028
26750
|
"length": 12,
|
|
26029
26751
|
"value": "\"statistics\""
|
|
26030
26752
|
},
|
|
26031
26753
|
{
|
|
26032
26754
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26033
26755
|
"kind": "StringLiteral",
|
|
26034
|
-
"offset":
|
|
26756
|
+
"offset": 3539,
|
|
26035
26757
|
"length": 8,
|
|
26036
26758
|
"value": "\"system\""
|
|
26037
26759
|
},
|
|
26038
26760
|
{
|
|
26039
26761
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26040
26762
|
"kind": "StringLiteral",
|
|
26041
|
-
"offset":
|
|
26763
|
+
"offset": 3643,
|
|
26042
26764
|
"length": 6,
|
|
26043
26765
|
"value": "\"misc\""
|
|
26044
26766
|
},
|
|
26045
26767
|
{
|
|
26046
26768
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26047
26769
|
"kind": "StringLiteral",
|
|
26048
|
-
"offset":
|
|
26770
|
+
"offset": 6222,
|
|
26049
26771
|
"length": 2,
|
|
26050
26772
|
"value": "\"\""
|
|
26051
26773
|
},
|
|
26052
26774
|
{
|
|
26053
26775
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26054
26776
|
"kind": "StringLiteral",
|
|
26055
|
-
"offset":
|
|
26777
|
+
"offset": 6499,
|
|
26056
26778
|
"length": 3,
|
|
26057
26779
|
"value": "\" \""
|
|
26058
26780
|
},
|
|
26059
26781
|
{
|
|
26060
26782
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26061
26783
|
"kind": "StringLiteral",
|
|
26062
|
-
"offset":
|
|
26784
|
+
"offset": 6525,
|
|
26063
26785
|
"length": 4,
|
|
26064
26786
|
"value": "\"\n\""
|
|
26065
26787
|
},
|
|
26066
26788
|
{
|
|
26067
26789
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26068
26790
|
"kind": "StringLiteral",
|
|
26069
|
-
"offset":
|
|
26791
|
+
"offset": 6963,
|
|
26070
26792
|
"length": 3,
|
|
26071
26793
|
"value": "\" \""
|
|
26072
26794
|
},
|
|
26073
26795
|
{
|
|
26074
26796
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26075
26797
|
"kind": "StringLiteral",
|
|
26076
|
-
"offset":
|
|
26798
|
+
"offset": 6989,
|
|
26077
26799
|
"length": 4,
|
|
26078
26800
|
"value": "\"\n\""
|
|
26079
26801
|
},
|
|
26080
26802
|
{
|
|
26081
26803
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26082
26804
|
"kind": "StringLiteral",
|
|
26083
|
-
"offset":
|
|
26805
|
+
"offset": 7654,
|
|
26084
26806
|
"length": 3,
|
|
26085
26807
|
"value": "\" \""
|
|
26086
26808
|
},
|
|
26087
26809
|
{
|
|
26088
26810
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26089
26811
|
"kind": "StringLiteral",
|
|
26090
|
-
"offset":
|
|
26812
|
+
"offset": 7680,
|
|
26091
26813
|
"length": 4,
|
|
26092
26814
|
"value": "\"\n\""
|
|
26093
26815
|
},
|
|
26094
26816
|
{
|
|
26095
26817
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26096
26818
|
"kind": "StringLiteral",
|
|
26097
|
-
"offset":
|
|
26819
|
+
"offset": 8142,
|
|
26098
26820
|
"length": 3,
|
|
26099
26821
|
"value": "\" \""
|
|
26100
26822
|
},
|
|
26101
26823
|
{
|
|
26102
26824
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26103
26825
|
"kind": "StringLiteral",
|
|
26104
|
-
"offset":
|
|
26826
|
+
"offset": 8168,
|
|
26105
26827
|
"length": 4,
|
|
26106
26828
|
"value": "\"\n\""
|
|
26107
26829
|
},
|
|
26108
26830
|
{
|
|
26109
26831
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26110
26832
|
"kind": "StringLiteral",
|
|
26111
|
-
"offset":
|
|
26833
|
+
"offset": 8616,
|
|
26112
26834
|
"length": 3,
|
|
26113
26835
|
"value": "\" \""
|
|
26114
26836
|
},
|
|
26115
26837
|
{
|
|
26116
26838
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26117
26839
|
"kind": "StringLiteral",
|
|
26118
|
-
"offset":
|
|
26840
|
+
"offset": 8642,
|
|
26119
26841
|
"length": 4,
|
|
26120
26842
|
"value": "\"\n\""
|
|
26121
26843
|
},
|
|
26122
26844
|
{
|
|
26123
26845
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26124
26846
|
"kind": "StringLiteral",
|
|
26125
|
-
"offset":
|
|
26847
|
+
"offset": 9040,
|
|
26126
26848
|
"length": 3,
|
|
26127
26849
|
"value": "\" \""
|
|
26128
26850
|
},
|
|
26129
26851
|
{
|
|
26130
26852
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26131
26853
|
"kind": "StringLiteral",
|
|
26132
|
-
"offset":
|
|
26854
|
+
"offset": 9066,
|
|
26133
26855
|
"length": 4,
|
|
26134
26856
|
"value": "\"\n\""
|
|
26135
26857
|
},
|
|
26136
26858
|
{
|
|
26137
26859
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26138
26860
|
"kind": "StringLiteral",
|
|
26139
|
-
"offset":
|
|
26861
|
+
"offset": 10546,
|
|
26140
26862
|
"length": 3,
|
|
26141
26863
|
"value": "\" \""
|
|
26142
26864
|
},
|
|
26143
26865
|
{
|
|
26144
26866
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26145
26867
|
"kind": "StringLiteral",
|
|
26146
|
-
"offset":
|
|
26868
|
+
"offset": 10572,
|
|
26147
26869
|
"length": 4,
|
|
26148
26870
|
"value": "\"\n\""
|
|
26149
26871
|
},
|
|
26150
26872
|
{
|
|
26151
26873
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26152
26874
|
"kind": "StringLiteral",
|
|
26153
|
-
"offset":
|
|
26875
|
+
"offset": 11474,
|
|
26154
26876
|
"length": 3,
|
|
26155
26877
|
"value": "\" \""
|
|
26156
26878
|
},
|
|
26157
26879
|
{
|
|
26158
26880
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26159
26881
|
"kind": "StringLiteral",
|
|
26160
|
-
"offset":
|
|
26882
|
+
"offset": 11500,
|
|
26161
26883
|
"length": 4,
|
|
26162
26884
|
"value": "\"\n\""
|
|
26163
26885
|
},
|
|
26164
26886
|
{
|
|
26165
26887
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26166
26888
|
"kind": "StringLiteral",
|
|
26167
|
-
"offset":
|
|
26889
|
+
"offset": 11768,
|
|
26168
26890
|
"length": 3,
|
|
26169
26891
|
"value": "\" \""
|
|
26170
26892
|
},
|
|
26171
26893
|
{
|
|
26172
26894
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26173
26895
|
"kind": "StringLiteral",
|
|
26174
|
-
"offset":
|
|
26896
|
+
"offset": 11794,
|
|
26175
26897
|
"length": 4,
|
|
26176
26898
|
"value": "\"\n\""
|
|
26177
26899
|
},
|
|
26178
26900
|
{
|
|
26179
26901
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26180
26902
|
"kind": "StringLiteral",
|
|
26181
|
-
"offset":
|
|
26903
|
+
"offset": 12541,
|
|
26182
26904
|
"length": 3,
|
|
26183
26905
|
"value": "\" \""
|
|
26184
26906
|
},
|
|
26185
26907
|
{
|
|
26186
26908
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26187
26909
|
"kind": "StringLiteral",
|
|
26188
|
-
"offset":
|
|
26910
|
+
"offset": 12567,
|
|
26189
26911
|
"length": 4,
|
|
26190
26912
|
"value": "\"\n\""
|
|
26191
26913
|
},
|
|
26192
26914
|
{
|
|
26193
26915
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26194
26916
|
"kind": "StringLiteral",
|
|
26195
|
-
"offset":
|
|
26917
|
+
"offset": 12850,
|
|
26196
26918
|
"length": 3,
|
|
26197
26919
|
"value": "\" \""
|
|
26198
26920
|
},
|
|
26199
26921
|
{
|
|
26200
26922
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26201
26923
|
"kind": "StringLiteral",
|
|
26202
|
-
"offset":
|
|
26924
|
+
"offset": 12876,
|
|
26203
26925
|
"length": 4,
|
|
26204
26926
|
"value": "\"\n\""
|
|
26205
26927
|
},
|
|
26206
26928
|
{
|
|
26207
26929
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26208
26930
|
"kind": "StringLiteral",
|
|
26209
|
-
"offset":
|
|
26931
|
+
"offset": 13154,
|
|
26210
26932
|
"length": 3,
|
|
26211
26933
|
"value": "\" \""
|
|
26212
26934
|
},
|
|
26213
26935
|
{
|
|
26214
26936
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26215
26937
|
"kind": "StringLiteral",
|
|
26216
|
-
"offset":
|
|
26938
|
+
"offset": 13180,
|
|
26217
26939
|
"length": 4,
|
|
26218
26940
|
"value": "\"\n\""
|
|
26219
26941
|
},
|
|
26220
26942
|
{
|
|
26221
26943
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26222
26944
|
"kind": "StringLiteral",
|
|
26223
|
-
"offset":
|
|
26945
|
+
"offset": 13408,
|
|
26224
26946
|
"length": 3,
|
|
26225
26947
|
"value": "\" \""
|
|
26226
26948
|
},
|
|
26227
26949
|
{
|
|
26228
26950
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26229
26951
|
"kind": "StringLiteral",
|
|
26230
|
-
"offset":
|
|
26952
|
+
"offset": 13434,
|
|
26231
26953
|
"length": 4,
|
|
26232
26954
|
"value": "\"\n\""
|
|
26233
26955
|
},
|
|
26234
26956
|
{
|
|
26235
26957
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26236
26958
|
"kind": "StringLiteral",
|
|
26237
|
-
"offset":
|
|
26959
|
+
"offset": 13711,
|
|
26238
26960
|
"length": 3,
|
|
26239
26961
|
"value": "\" \""
|
|
26240
26962
|
},
|
|
26241
26963
|
{
|
|
26242
26964
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26243
26965
|
"kind": "StringLiteral",
|
|
26244
|
-
"offset":
|
|
26966
|
+
"offset": 13737,
|
|
26245
26967
|
"length": 4,
|
|
26246
26968
|
"value": "\"\n\""
|
|
26247
26969
|
},
|
|
26248
26970
|
{
|
|
26249
26971
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26250
26972
|
"kind": "StringLiteral",
|
|
26251
|
-
"offset":
|
|
26973
|
+
"offset": 14487,
|
|
26252
26974
|
"length": 3,
|
|
26253
26975
|
"value": "\" \""
|
|
26254
26976
|
},
|
|
26255
26977
|
{
|
|
26256
26978
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Core\/Logging\/Logger.swift",
|
|
26257
26979
|
"kind": "StringLiteral",
|
|
26258
|
-
"offset":
|
|
26980
|
+
"offset": 14513,
|
|
26259
26981
|
"length": 4,
|
|
26260
26982
|
"value": "\"\n\""
|
|
26261
26983
|
},
|
|
@@ -26451,35 +27173,35 @@
|
|
|
26451
27173
|
{
|
|
26452
27174
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/ImageCell.swift",
|
|
26453
27175
|
"kind": "IntegerLiteral",
|
|
26454
|
-
"offset":
|
|
27176
|
+
"offset": 7603,
|
|
26455
27177
|
"length": 1,
|
|
26456
27178
|
"value": "1"
|
|
26457
27179
|
},
|
|
26458
27180
|
{
|
|
26459
27181
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/ImageCell.swift",
|
|
26460
27182
|
"kind": "FloatLiteral",
|
|
26461
|
-
"offset":
|
|
27183
|
+
"offset": 12396,
|
|
26462
27184
|
"length": 4,
|
|
26463
27185
|
"value": "50.0"
|
|
26464
27186
|
},
|
|
26465
27187
|
{
|
|
26466
27188
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/ImageCell.swift",
|
|
26467
27189
|
"kind": "FloatLiteral",
|
|
26468
|
-
"offset":
|
|
27190
|
+
"offset": 12428,
|
|
26469
27191
|
"length": 3,
|
|
26470
27192
|
"value": "8.0"
|
|
26471
27193
|
},
|
|
26472
27194
|
{
|
|
26473
27195
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/ImageCell.swift",
|
|
26474
27196
|
"kind": "FloatLiteral",
|
|
26475
|
-
"offset":
|
|
27197
|
+
"offset": 12473,
|
|
26476
27198
|
"length": 4,
|
|
26477
27199
|
"value": "10.0"
|
|
26478
27200
|
},
|
|
26479
27201
|
{
|
|
26480
27202
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Cells\/ImageCell.swift",
|
|
26481
27203
|
"kind": "FloatLiteral",
|
|
26482
|
-
"offset":
|
|
27204
|
+
"offset": 12517,
|
|
26483
27205
|
"length": 4,
|
|
26484
27206
|
"value": "12.0"
|
|
26485
27207
|
},
|
|
@@ -26945,6 +27667,13 @@
|
|
|
26945
27667
|
"length": 20,
|
|
26946
27668
|
"value": "\"_organization_name\""
|
|
26947
27669
|
},
|
|
27670
|
+
{
|
|
27671
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Styling\/Theme.swift",
|
|
27672
|
+
"kind": "StringLiteral",
|
|
27673
|
+
"offset": 287,
|
|
27674
|
+
"length": 22,
|
|
27675
|
+
"value": "\"kindlyThemeDidChange\""
|
|
27676
|
+
},
|
|
26948
27677
|
{
|
|
26949
27678
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Form\/Selector\/AISelector.swift",
|
|
26950
27679
|
"kind": "IntegerLiteral",
|
|
@@ -27494,77 +28223,84 @@
|
|
|
27494
28223
|
{
|
|
27495
28224
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27496
28225
|
"kind": "Dictionary",
|
|
27497
|
-
"offset":
|
|
28226
|
+
"offset": 1672,
|
|
27498
28227
|
"length": 3,
|
|
27499
28228
|
"value": "[]"
|
|
27500
28229
|
},
|
|
27501
28230
|
{
|
|
27502
28231
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27503
28232
|
"kind": "StringLiteral",
|
|
27504
|
-
"offset":
|
|
28233
|
+
"offset": 1758,
|
|
27505
28234
|
"length": 9,
|
|
27506
28235
|
"value": "\"unknown\""
|
|
27507
28236
|
},
|
|
27508
28237
|
{
|
|
27509
28238
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27510
28239
|
"kind": "StringLiteral",
|
|
27511
|
-
"offset":
|
|
28240
|
+
"offset": 1846,
|
|
27512
28241
|
"length": 9,
|
|
27513
28242
|
"value": "\"unknown\""
|
|
27514
28243
|
},
|
|
27515
28244
|
{
|
|
27516
28245
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27517
28246
|
"kind": "StringLiteral",
|
|
27518
|
-
"offset":
|
|
28247
|
+
"offset": 2117,
|
|
27519
28248
|
"length": 20,
|
|
27520
28249
|
"value": "\"com.kindly.metrics\""
|
|
27521
28250
|
},
|
|
28251
|
+
{
|
|
28252
|
+
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
28253
|
+
"kind": "BooleanLiteral",
|
|
28254
|
+
"offset": 2859,
|
|
28255
|
+
"length": 5,
|
|
28256
|
+
"value": "false"
|
|
28257
|
+
},
|
|
27522
28258
|
{
|
|
27523
28259
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27524
28260
|
"kind": "IntegerLiteral",
|
|
27525
|
-
"offset":
|
|
28261
|
+
"offset": 5089,
|
|
27526
28262
|
"length": 1,
|
|
27527
28263
|
"value": "1"
|
|
27528
28264
|
},
|
|
27529
28265
|
{
|
|
27530
28266
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27531
28267
|
"kind": "Dictionary",
|
|
27532
|
-
"offset":
|
|
28268
|
+
"offset": 5119,
|
|
27533
28269
|
"length": 3,
|
|
27534
28270
|
"value": "[]"
|
|
27535
28271
|
},
|
|
27536
28272
|
{
|
|
27537
28273
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27538
28274
|
"kind": "IntegerLiteral",
|
|
27539
|
-
"offset":
|
|
28275
|
+
"offset": 5740,
|
|
27540
28276
|
"length": 1,
|
|
27541
28277
|
"value": "0"
|
|
27542
28278
|
},
|
|
27543
28279
|
{
|
|
27544
28280
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27545
28281
|
"kind": "IntegerLiteral",
|
|
27546
|
-
"offset":
|
|
28282
|
+
"offset": 8920,
|
|
27547
28283
|
"length": 1,
|
|
27548
28284
|
"value": "1"
|
|
27549
28285
|
},
|
|
27550
28286
|
{
|
|
27551
28287
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27552
28288
|
"kind": "Dictionary",
|
|
27553
|
-
"offset":
|
|
28289
|
+
"offset": 8950,
|
|
27554
28290
|
"length": 3,
|
|
27555
28291
|
"value": "[]"
|
|
27556
28292
|
},
|
|
27557
28293
|
{
|
|
27558
28294
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27559
28295
|
"kind": "Dictionary",
|
|
27560
|
-
"offset":
|
|
28296
|
+
"offset": 10053,
|
|
27561
28297
|
"length": 3,
|
|
27562
28298
|
"value": "[]"
|
|
27563
28299
|
},
|
|
27564
28300
|
{
|
|
27565
28301
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Services\/Metrics\/MetricsService.swift",
|
|
27566
28302
|
"kind": "IntegerLiteral",
|
|
27567
|
-
"offset":
|
|
28303
|
+
"offset": 13734,
|
|
27568
28304
|
"length": 1,
|
|
27569
28305
|
"value": "0"
|
|
27570
28306
|
},
|
|
@@ -27599,49 +28335,49 @@
|
|
|
27599
28335
|
{
|
|
27600
28336
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27601
28337
|
"kind": "FloatLiteral",
|
|
27602
|
-
"offset":
|
|
28338
|
+
"offset": 1641,
|
|
27603
28339
|
"length": 3,
|
|
27604
28340
|
"value": "0.9"
|
|
27605
28341
|
},
|
|
27606
28342
|
{
|
|
27607
28343
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27608
28344
|
"kind": "IntegerLiteral",
|
|
27609
|
-
"offset":
|
|
28345
|
+
"offset": 1647,
|
|
27610
28346
|
"length": 1,
|
|
27611
28347
|
"value": "1"
|
|
27612
28348
|
},
|
|
27613
28349
|
{
|
|
27614
28350
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27615
28351
|
"kind": "FloatLiteral",
|
|
27616
|
-
"offset":
|
|
28352
|
+
"offset": 4982,
|
|
27617
28353
|
"length": 3,
|
|
27618
28354
|
"value": "2.0"
|
|
27619
28355
|
},
|
|
27620
28356
|
{
|
|
27621
28357
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27622
28358
|
"kind": "FloatLiteral",
|
|
27623
|
-
"offset":
|
|
28359
|
+
"offset": 6408,
|
|
27624
28360
|
"length": 3,
|
|
27625
28361
|
"value": "1.0"
|
|
27626
28362
|
},
|
|
27627
28363
|
{
|
|
27628
28364
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27629
28365
|
"kind": "FloatLiteral",
|
|
27630
|
-
"offset":
|
|
28366
|
+
"offset": 6439,
|
|
27631
28367
|
"length": 3,
|
|
27632
28368
|
"value": "7.0"
|
|
27633
28369
|
},
|
|
27634
28370
|
{
|
|
27635
28371
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27636
28372
|
"kind": "FloatLiteral",
|
|
27637
|
-
"offset":
|
|
28373
|
+
"offset": 6473,
|
|
27638
28374
|
"length": 4,
|
|
27639
28375
|
"value": "16.0"
|
|
27640
28376
|
},
|
|
27641
28377
|
{
|
|
27642
28378
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Buttons\/ActionButton.swift",
|
|
27643
28379
|
"kind": "FloatLiteral",
|
|
27644
|
-
"offset":
|
|
28380
|
+
"offset": 6506,
|
|
27645
28381
|
"length": 4,
|
|
27646
28382
|
"value": "14.0"
|
|
27647
28383
|
},
|
|
@@ -28124,28 +28860,28 @@
|
|
|
28124
28860
|
{
|
|
28125
28861
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/ChatMessageDTO.swift",
|
|
28126
28862
|
"kind": "StringLiteral",
|
|
28127
|
-
"offset":
|
|
28863
|
+
"offset": 13417,
|
|
28128
28864
|
"length": 13,
|
|
28129
28865
|
"value": "\"button_type\""
|
|
28130
28866
|
},
|
|
28131
28867
|
{
|
|
28132
28868
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/ChatMessageDTO.swift",
|
|
28133
28869
|
"kind": "StringLiteral",
|
|
28134
|
-
"offset":
|
|
28870
|
+
"offset": 15790,
|
|
28135
28871
|
"length": 10,
|
|
28136
28872
|
"value": "\"imageUrl\""
|
|
28137
28873
|
},
|
|
28138
28874
|
{
|
|
28139
28875
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/ChatMessageDTO.swift",
|
|
28140
28876
|
"kind": "StringLiteral",
|
|
28141
|
-
"offset":
|
|
28877
|
+
"offset": 15836,
|
|
28142
28878
|
"length": 13,
|
|
28143
28879
|
"value": "\"description\""
|
|
28144
28880
|
},
|
|
28145
28881
|
{
|
|
28146
28882
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/Models\/ChatMessageDTO.swift",
|
|
28147
28883
|
"kind": "StringLiteral",
|
|
28148
|
-
"offset":
|
|
28884
|
+
"offset": 15882,
|
|
28149
28885
|
"length": 9,
|
|
28150
28886
|
"value": "\"linkUrl\""
|
|
28151
28887
|
},
|
|
@@ -28362,28 +29098,28 @@
|
|
|
28362
29098
|
{
|
|
28363
29099
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Form\/File Selection\/AIFileUpload.swift",
|
|
28364
29100
|
"kind": "IntegerLiteral",
|
|
28365
|
-
"offset":
|
|
29101
|
+
"offset": 1335,
|
|
28366
29102
|
"length": 2,
|
|
28367
29103
|
"value": "16"
|
|
28368
29104
|
},
|
|
28369
29105
|
{
|
|
28370
29106
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Form\/File Selection\/AIFileUpload.swift",
|
|
28371
29107
|
"kind": "StringLiteral",
|
|
28372
|
-
"offset":
|
|
29108
|
+
"offset": 1354,
|
|
28373
29109
|
"length": 2,
|
|
28374
29110
|
"value": "\"\""
|
|
28375
29111
|
},
|
|
28376
29112
|
{
|
|
28377
29113
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Form\/File Selection\/AIFileUpload.swift",
|
|
28378
29114
|
"kind": "IntegerLiteral",
|
|
28379
|
-
"offset":
|
|
29115
|
+
"offset": 2116,
|
|
28380
29116
|
"length": 1,
|
|
28381
29117
|
"value": "8"
|
|
28382
29118
|
},
|
|
28383
29119
|
{
|
|
28384
29120
|
"filePath": "\/Users\/runner\/work\/sdk-chat-ios-sources\/sdk-chat-ios-sources\/Kindly\/Sources\/UI Components\/Form\/File Selection\/AIFileUpload.swift",
|
|
28385
29121
|
"kind": "BooleanLiteral",
|
|
28386
|
-
"offset":
|
|
29122
|
+
"offset": 2170,
|
|
28387
29123
|
"length": 5,
|
|
28388
29124
|
"value": "false"
|
|
28389
29125
|
},
|