@kindly-ai/react-native 0.1.10 → 0.2.0
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/README.md +7 -3
- package/android/build.gradle +1 -1
- package/android/maven-repo/ai/kindly/sdk/2.0.3/sdk-2.0.3.aar +0 -0
- package/android/maven-repo/ai/kindly/sdk/{2.0.0/sdk-2.0.0.pom → 2.0.3/sdk-2.0.3.pom} +1 -1
- package/android/src/main/java/com/kindlyai/reactnative/KindlyReactNativeModule.kt +2 -1
- 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 +172 -52
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Assets.car +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/ConfirmationWindow.nib +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Headers/Kindly-Swift.h +7 -72
- 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 +311 -347
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.private.swiftinterface +4 -4
- 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 +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/module.modulemap +1 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/_CodeSignature/CodeResources +17 -17
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Assets.car +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/ConfirmationWindow.nib +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Headers/Kindly-Swift.h +16 -146
- 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 +311 -347
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4 -4
- 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 +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.abi.json +311 -347
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4 -4
- 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 +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/module.modulemap +1 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/_CodeSignature/CodeResources +25 -25
- package/ios/KindlyReactNativeImpl.swift +5 -4
- package/lib/module/index.js +12 -2
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/index.d.ts +12 -2
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.tsx +14 -4
- package/android/maven-repo/ai/kindly/sdk/2.0.0/sdk-2.0.0.aar +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 6.
|
|
3
|
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
4
4
|
#ifndef KINDLY_SWIFT_H
|
|
5
5
|
#define KINDLY_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
27
27
|
#if defined(__OBJC__)
|
|
28
28
|
#include <Foundation/Foundation.h>
|
|
29
|
-
#endif
|
|
29
|
+
#endif
|
|
30
30
|
#if defined(__cplusplus)
|
|
31
31
|
#include <cstdint>
|
|
32
32
|
#include <cstddef>
|
|
@@ -195,32 +195,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
195
195
|
# endif
|
|
196
196
|
#endif
|
|
197
197
|
#if !defined(SWIFT_ENUM)
|
|
198
|
-
#
|
|
199
|
-
#
|
|
200
|
-
#
|
|
201
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
202
|
-
# else
|
|
203
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
204
|
-
# endif
|
|
198
|
+
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
199
|
+
# if __has_feature(generalized_swift_name)
|
|
200
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
205
201
|
# else
|
|
206
|
-
# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum
|
|
207
202
|
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
208
203
|
# endif
|
|
209
204
|
#endif
|
|
210
|
-
#if !defined(SWIFT_ENUM_TAG)
|
|
211
|
-
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
212
|
-
# define SWIFT_ENUM_TAG enum
|
|
213
|
-
# else
|
|
214
|
-
# define SWIFT_ENUM_TAG
|
|
215
|
-
# endif
|
|
216
|
-
#endif
|
|
217
|
-
#if !defined(SWIFT_ENUM_FWD_DECL)
|
|
218
|
-
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
219
|
-
# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type;
|
|
220
|
-
# else
|
|
221
|
-
# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name;
|
|
222
|
-
# endif
|
|
223
|
-
#endif
|
|
224
205
|
#if !defined(SWIFT_UNAVAILABLE)
|
|
225
206
|
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
|
226
207
|
#endif
|
|
@@ -230,9 +211,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
230
211
|
#if !defined(SWIFT_AVAILABILITY)
|
|
231
212
|
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
232
213
|
#endif
|
|
233
|
-
#if !defined(SWIFT_AVAILABILITY_DOMAIN)
|
|
234
|
-
# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__)))
|
|
235
|
-
#endif
|
|
236
214
|
#if !defined(SWIFT_WEAK_IMPORT)
|
|
237
215
|
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
238
216
|
#endif
|
|
@@ -298,49 +276,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
298
276
|
# define SWIFT_IMPORT_STDLIB_SYMBOL
|
|
299
277
|
#endif
|
|
300
278
|
#endif
|
|
301
|
-
#if !__has_feature(nullability)
|
|
302
|
-
# define _Nonnull
|
|
303
|
-
# define _Nullable
|
|
304
|
-
# define _Null_unspecified
|
|
305
|
-
#elif !defined(__OBJC__)
|
|
306
|
-
# pragma clang diagnostic ignored "-Wnullability-extension"
|
|
307
|
-
#endif
|
|
308
|
-
#if !__has_feature(nullability_nullable_result)
|
|
309
|
-
# define _Nullable_result _Nullable
|
|
310
|
-
#endif
|
|
311
|
-
#if __has_feature(objc_modules)
|
|
312
|
-
#if __has_warning("-Watimport-in-framework-header")
|
|
313
|
-
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
314
|
-
#endif
|
|
315
|
-
#endif
|
|
316
|
-
|
|
317
|
-
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
318
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
319
|
-
#if __has_warning("-Wpragma-clang-attribute")
|
|
320
|
-
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
321
|
-
#endif
|
|
322
|
-
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
323
|
-
#pragma clang diagnostic ignored "-Wnullability"
|
|
324
|
-
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
325
|
-
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
|
326
|
-
|
|
327
|
-
#if __has_attribute(external_source_symbol)
|
|
328
|
-
# pragma push_macro("any")
|
|
329
|
-
# undef any
|
|
330
|
-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Kindly",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
331
|
-
# pragma pop_macro("any")
|
|
332
|
-
#endif
|
|
333
|
-
|
|
334
|
-
#if defined(__cplusplus)
|
|
335
|
-
extern "C" {
|
|
336
|
-
#endif
|
|
337
|
-
|
|
338
|
-
#if defined(__cplusplus)
|
|
339
|
-
} // extern "C"
|
|
340
|
-
#endif
|
|
341
|
-
#if __has_attribute(external_source_symbol)
|
|
342
|
-
# pragma clang attribute pop
|
|
343
|
-
#endif
|
|
344
279
|
#if defined(__OBJC__)
|
|
345
280
|
#if __has_feature(objc_modules)
|
|
346
281
|
#if __has_warning("-Watimport-in-framework-header")
|
|
@@ -350,7 +285,7 @@ extern "C" {
|
|
|
350
285
|
@import UserNotifications;
|
|
351
286
|
#endif
|
|
352
287
|
|
|
353
|
-
#endif
|
|
288
|
+
#endif
|
|
354
289
|
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
355
290
|
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
356
291
|
#if __has_warning("-Wpragma-clang-attribute")
|
|
@@ -382,7 +317,7 @@ SWIFT_CLASS("_TtC6Kindly20NotificationDelegate")
|
|
|
382
317
|
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
383
318
|
@end
|
|
384
319
|
|
|
385
|
-
#endif
|
|
320
|
+
#endif
|
|
386
321
|
#if __has_attribute(external_source_symbol)
|
|
387
322
|
# pragma clang attribute pop
|
|
388
323
|
#endif
|
|
Binary file
|
|
Binary file
|