@thegrizzlylabs/react-native-genius-scan 4.5.2 → 4.6.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.
Files changed (54) hide show
  1. package/README.md +19 -6
  2. package/android/build.gradle +3 -3
  3. package/android/src/main/java/com/geniusscansdk/reactnative/RNGeniusScanModule.java +7 -0
  4. package/index.js +1 -0
  5. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/GSSDKCore +0 -0
  6. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Headers/GSKPDFDocument.h +9 -1
  7. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Headers/GSSDKCore-Swift.h +300 -0
  8. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Info.plist +0 -0
  9. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.abi.json +523 -0
  10. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.private.swiftinterface +25 -0
  11. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  12. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.swiftinterface +25 -0
  13. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/module.modulemap +5 -0
  14. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/GSSDKCore +0 -0
  15. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Headers/GSKPDFDocument.h +9 -1
  16. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Headers/GSSDKCore-Swift.h +596 -0
  17. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Info.plist +0 -0
  18. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.abi.json +523 -0
  19. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +25 -0
  20. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  21. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +25 -0
  22. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +523 -0
  23. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +25 -0
  24. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  25. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +25 -0
  26. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/module.modulemap +5 -0
  27. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64/GSSDKOCR.framework/GSSDKOCR +0 -0
  28. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64/GSSDKOCR.framework/Info.plist +0 -0
  29. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64_x86_64-simulator/GSSDKOCR.framework/GSSDKOCR +0 -0
  30. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64_x86_64-simulator/GSSDKOCR.framework/Info.plist +0 -0
  31. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Assets.car +0 -0
  32. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/GSSDKScanFlow +0 -0
  33. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Headers/GSSDKScanFlow-Swift.h +47 -2
  34. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Info.plist +0 -0
  35. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.abi.json +1655 -0
  36. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.private.swiftinterface +64 -0
  37. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  38. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.swiftinterface +14 -12
  39. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/module.modulemap +2 -2
  40. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Assets.car +0 -0
  41. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/GSSDKScanFlow +0 -0
  42. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Headers/GSSDKScanFlow-Swift.h +84 -4
  43. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Info.plist +0 -0
  44. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.abi.json +1655 -0
  45. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +64 -0
  46. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  47. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.swiftinterface +14 -12
  48. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.abi.json +1655 -0
  49. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +64 -0
  50. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  51. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +14 -12
  52. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/module.modulemap +2 -2
  53. package/ios/RNGeniusScan.m +27 -0
  54. package/package.json +1 -1
@@ -0,0 +1,523 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "TopLevel",
5
+ "printedName": "TopLevel",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "GSSDKCore",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "Foundation",
20
+ "printedName": "Foundation",
21
+ "declKind": "Import",
22
+ "moduleName": "GSSDKCore",
23
+ "declAttributes": [
24
+ "RawDocComment"
25
+ ]
26
+ },
27
+ {
28
+ "kind": "TypeDecl",
29
+ "name": "GSKDocumentGenerator",
30
+ "printedName": "GSKDocumentGenerator",
31
+ "children": [
32
+ {
33
+ "kind": "Function",
34
+ "name": "generate",
35
+ "printedName": "generate(_:configuration:)",
36
+ "children": [
37
+ {
38
+ "kind": "TypeNominal",
39
+ "name": "Void",
40
+ "printedName": "()"
41
+ },
42
+ {
43
+ "kind": "TypeNominal",
44
+ "name": "GSKPDFDocument",
45
+ "printedName": "GSSDKCore.GSKPDFDocument",
46
+ "usr": "c:objc(cs)GSKPDFDocument"
47
+ },
48
+ {
49
+ "kind": "TypeNominal",
50
+ "name": "GSKDocumentGeneratorConfiguration",
51
+ "printedName": "GSSDKCore.GSKDocumentGeneratorConfiguration",
52
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration"
53
+ }
54
+ ],
55
+ "declKind": "Func",
56
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGenerator(im)generate:configuration:error:",
57
+ "mangledName": "$s9GSSDKCore20GSKDocumentGeneratorC8generate_13configurationySo14GSKPDFDocumentC_AA0bC13ConfigurationCtKF",
58
+ "moduleName": "GSSDKCore",
59
+ "declAttributes": [
60
+ "AccessControl",
61
+ "ObjC",
62
+ "RawDocComment"
63
+ ],
64
+ "throwing": true,
65
+ "funcSelfKind": "NonMutating"
66
+ },
67
+ {
68
+ "kind": "Constructor",
69
+ "name": "init",
70
+ "printedName": "init()",
71
+ "children": [
72
+ {
73
+ "kind": "TypeNominal",
74
+ "name": "GSKDocumentGenerator",
75
+ "printedName": "GSSDKCore.GSKDocumentGenerator",
76
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGenerator"
77
+ }
78
+ ],
79
+ "declKind": "Constructor",
80
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGenerator(im)init",
81
+ "mangledName": "$s9GSSDKCore20GSKDocumentGeneratorCACycfc",
82
+ "moduleName": "GSSDKCore",
83
+ "overriding": true,
84
+ "implicit": true,
85
+ "objc_name": "init",
86
+ "declAttributes": [
87
+ "Dynamic",
88
+ "ObjC",
89
+ "Override"
90
+ ],
91
+ "init_kind": "Designated"
92
+ }
93
+ ],
94
+ "declKind": "Class",
95
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGenerator",
96
+ "mangledName": "$s9GSSDKCore20GSKDocumentGeneratorC",
97
+ "moduleName": "GSSDKCore",
98
+ "declAttributes": [
99
+ "AccessControl",
100
+ "ObjC",
101
+ "RawDocComment"
102
+ ],
103
+ "superclassUsr": "c:objc(cs)NSObject",
104
+ "inheritsConvenienceInitializers": true,
105
+ "superclassNames": [
106
+ "ObjectiveC.NSObject"
107
+ ],
108
+ "conformances": [
109
+ {
110
+ "kind": "Conformance",
111
+ "name": "Equatable",
112
+ "printedName": "Equatable",
113
+ "usr": "s:SQ",
114
+ "mangledName": "$sSQ"
115
+ },
116
+ {
117
+ "kind": "Conformance",
118
+ "name": "Hashable",
119
+ "printedName": "Hashable",
120
+ "usr": "s:SH",
121
+ "mangledName": "$sSH"
122
+ },
123
+ {
124
+ "kind": "Conformance",
125
+ "name": "CVarArg",
126
+ "printedName": "CVarArg",
127
+ "usr": "s:s7CVarArgP",
128
+ "mangledName": "$ss7CVarArgP"
129
+ },
130
+ {
131
+ "kind": "Conformance",
132
+ "name": "_KeyValueCodingAndObservingPublishing",
133
+ "printedName": "_KeyValueCodingAndObservingPublishing",
134
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
135
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
136
+ },
137
+ {
138
+ "kind": "Conformance",
139
+ "name": "_KeyValueCodingAndObserving",
140
+ "printedName": "_KeyValueCodingAndObserving",
141
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
142
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
143
+ },
144
+ {
145
+ "kind": "Conformance",
146
+ "name": "CustomStringConvertible",
147
+ "printedName": "CustomStringConvertible",
148
+ "usr": "s:s23CustomStringConvertibleP",
149
+ "mangledName": "$ss23CustomStringConvertibleP"
150
+ },
151
+ {
152
+ "kind": "Conformance",
153
+ "name": "CustomDebugStringConvertible",
154
+ "printedName": "CustomDebugStringConvertible",
155
+ "usr": "s:s28CustomDebugStringConvertibleP",
156
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "kind": "Import",
162
+ "name": "Foundation",
163
+ "printedName": "Foundation",
164
+ "declKind": "Import",
165
+ "moduleName": "GSSDKCore",
166
+ "declAttributes": [
167
+ "RawDocComment"
168
+ ]
169
+ },
170
+ {
171
+ "kind": "TypeDecl",
172
+ "name": "GSKDocumentGeneratorConfiguration",
173
+ "printedName": "GSKDocumentGeneratorConfiguration",
174
+ "children": [
175
+ {
176
+ "kind": "Var",
177
+ "name": "outputFilePath",
178
+ "printedName": "outputFilePath",
179
+ "children": [
180
+ {
181
+ "kind": "TypeNominal",
182
+ "name": "String",
183
+ "printedName": "Swift.String",
184
+ "usr": "s:SS"
185
+ }
186
+ ],
187
+ "declKind": "Var",
188
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration(py)outputFilePath",
189
+ "mangledName": "$s9GSSDKCore33GSKDocumentGeneratorConfigurationC14outputFilePathSSvp",
190
+ "moduleName": "GSSDKCore",
191
+ "declAttributes": [
192
+ "Final",
193
+ "HasStorage",
194
+ "AccessControl",
195
+ "ObjC",
196
+ "RawDocComment"
197
+ ],
198
+ "isLet": true,
199
+ "hasStorage": true,
200
+ "accessors": [
201
+ {
202
+ "kind": "Accessor",
203
+ "name": "Get",
204
+ "printedName": "Get()",
205
+ "children": [
206
+ {
207
+ "kind": "TypeNominal",
208
+ "name": "String",
209
+ "printedName": "Swift.String",
210
+ "usr": "s:SS"
211
+ }
212
+ ],
213
+ "declKind": "Accessor",
214
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration(im)outputFilePath",
215
+ "mangledName": "$s9GSSDKCore33GSKDocumentGeneratorConfigurationC14outputFilePathSSvg",
216
+ "moduleName": "GSSDKCore",
217
+ "implicit": true,
218
+ "declAttributes": [
219
+ "Final",
220
+ "ObjC"
221
+ ],
222
+ "accessorKind": "get"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "kind": "Constructor",
228
+ "name": "init",
229
+ "printedName": "init(outputFilePath:)",
230
+ "children": [
231
+ {
232
+ "kind": "TypeNominal",
233
+ "name": "GSKDocumentGeneratorConfiguration",
234
+ "printedName": "GSSDKCore.GSKDocumentGeneratorConfiguration",
235
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration"
236
+ },
237
+ {
238
+ "kind": "TypeNominal",
239
+ "name": "String",
240
+ "printedName": "Swift.String",
241
+ "usr": "s:SS"
242
+ }
243
+ ],
244
+ "declKind": "Constructor",
245
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration(im)initWithOutputFilePath:",
246
+ "mangledName": "$s9GSSDKCore33GSKDocumentGeneratorConfigurationC14outputFilePathACSS_tcfc",
247
+ "moduleName": "GSSDKCore",
248
+ "objc_name": "initWithOutputFilePath:",
249
+ "declAttributes": [
250
+ "AccessControl",
251
+ "ObjC"
252
+ ],
253
+ "init_kind": "Designated"
254
+ },
255
+ {
256
+ "kind": "Constructor",
257
+ "name": "init",
258
+ "printedName": "init()",
259
+ "children": [
260
+ {
261
+ "kind": "TypeNominal",
262
+ "name": "GSKDocumentGeneratorConfiguration",
263
+ "printedName": "GSSDKCore.GSKDocumentGeneratorConfiguration",
264
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration"
265
+ }
266
+ ],
267
+ "declKind": "Constructor",
268
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration(im)init",
269
+ "mangledName": "$s9GSSDKCore33GSKDocumentGeneratorConfigurationCACycfc",
270
+ "moduleName": "GSSDKCore",
271
+ "overriding": true,
272
+ "implicit": true,
273
+ "objc_name": "init",
274
+ "declAttributes": [
275
+ "Dynamic",
276
+ "ObjC",
277
+ "Override"
278
+ ],
279
+ "init_kind": "Designated"
280
+ },
281
+ {
282
+ "kind": "Constructor",
283
+ "name": "init",
284
+ "printedName": "init(dictionary:)",
285
+ "children": [
286
+ {
287
+ "kind": "TypeNominal",
288
+ "name": "GSKDocumentGeneratorConfiguration",
289
+ "printedName": "GSSDKCore.GSKDocumentGeneratorConfiguration",
290
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration"
291
+ },
292
+ {
293
+ "kind": "TypeNominal",
294
+ "name": "Dictionary",
295
+ "printedName": "[Swift.String : Any]",
296
+ "children": [
297
+ {
298
+ "kind": "TypeNominal",
299
+ "name": "String",
300
+ "printedName": "Swift.String",
301
+ "usr": "s:SS"
302
+ },
303
+ {
304
+ "kind": "TypeNominal",
305
+ "name": "ProtocolComposition",
306
+ "printedName": "Any"
307
+ }
308
+ ],
309
+ "usr": "s:SD"
310
+ }
311
+ ],
312
+ "declKind": "Constructor",
313
+ "usr": "c:@CM@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration(im)initWithDictionary:error:",
314
+ "mangledName": "$s9GSSDKCore33GSKDocumentGeneratorConfigurationC10dictionaryACSDySSypG_tKcfc",
315
+ "moduleName": "GSSDKCore",
316
+ "objc_name": "initWithDictionary:error:",
317
+ "declAttributes": [
318
+ "Dynamic",
319
+ "Convenience",
320
+ "AccessControl",
321
+ "ObjC"
322
+ ],
323
+ "isFromExtension": true,
324
+ "throwing": true,
325
+ "init_kind": "Convenience"
326
+ }
327
+ ],
328
+ "declKind": "Class",
329
+ "usr": "c:@M@GSSDKCore@objc(cs)GSKDocumentGeneratorConfiguration",
330
+ "mangledName": "$s9GSSDKCore33GSKDocumentGeneratorConfigurationC",
331
+ "moduleName": "GSSDKCore",
332
+ "declAttributes": [
333
+ "AccessControl",
334
+ "ObjC"
335
+ ],
336
+ "superclassUsr": "c:objc(cs)NSObject",
337
+ "superclassNames": [
338
+ "ObjectiveC.NSObject"
339
+ ],
340
+ "conformances": [
341
+ {
342
+ "kind": "Conformance",
343
+ "name": "Equatable",
344
+ "printedName": "Equatable",
345
+ "usr": "s:SQ",
346
+ "mangledName": "$sSQ"
347
+ },
348
+ {
349
+ "kind": "Conformance",
350
+ "name": "Hashable",
351
+ "printedName": "Hashable",
352
+ "usr": "s:SH",
353
+ "mangledName": "$sSH"
354
+ },
355
+ {
356
+ "kind": "Conformance",
357
+ "name": "CVarArg",
358
+ "printedName": "CVarArg",
359
+ "usr": "s:s7CVarArgP",
360
+ "mangledName": "$ss7CVarArgP"
361
+ },
362
+ {
363
+ "kind": "Conformance",
364
+ "name": "_KeyValueCodingAndObservingPublishing",
365
+ "printedName": "_KeyValueCodingAndObservingPublishing",
366
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
367
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
368
+ },
369
+ {
370
+ "kind": "Conformance",
371
+ "name": "_KeyValueCodingAndObserving",
372
+ "printedName": "_KeyValueCodingAndObserving",
373
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
374
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
375
+ },
376
+ {
377
+ "kind": "Conformance",
378
+ "name": "CustomStringConvertible",
379
+ "printedName": "CustomStringConvertible",
380
+ "usr": "s:s23CustomStringConvertibleP",
381
+ "mangledName": "$ss23CustomStringConvertibleP"
382
+ },
383
+ {
384
+ "kind": "Conformance",
385
+ "name": "CustomDebugStringConvertible",
386
+ "printedName": "CustomDebugStringConvertible",
387
+ "usr": "s:s28CustomDebugStringConvertibleP",
388
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "kind": "TypeDecl",
394
+ "name": "GSKPDFDocument",
395
+ "printedName": "GSKPDFDocument",
396
+ "children": [
397
+ {
398
+ "kind": "Constructor",
399
+ "name": "init",
400
+ "printedName": "init(dictionary:)",
401
+ "children": [
402
+ {
403
+ "kind": "TypeNominal",
404
+ "name": "GSKPDFDocument",
405
+ "printedName": "GSSDKCore.GSKPDFDocument",
406
+ "usr": "c:objc(cs)GSKPDFDocument"
407
+ },
408
+ {
409
+ "kind": "TypeNominal",
410
+ "name": "Dictionary",
411
+ "printedName": "[Swift.String : Any]",
412
+ "children": [
413
+ {
414
+ "kind": "TypeNominal",
415
+ "name": "String",
416
+ "printedName": "Swift.String",
417
+ "usr": "s:SS"
418
+ },
419
+ {
420
+ "kind": "TypeNominal",
421
+ "name": "ProtocolComposition",
422
+ "printedName": "Any"
423
+ }
424
+ ],
425
+ "usr": "s:SD"
426
+ }
427
+ ],
428
+ "declKind": "Constructor",
429
+ "usr": "c:@CM@GSSDKCore@@objc(cs)GSKPDFDocument(im)initWithDictionary:error:",
430
+ "mangledName": "$sSo14GSKPDFDocumentC9GSSDKCoreE10dictionaryABSDySSypG_tKcfc",
431
+ "moduleName": "GSSDKCore",
432
+ "objc_name": "initWithDictionary:error:",
433
+ "declAttributes": [
434
+ "Dynamic",
435
+ "Convenience",
436
+ "AccessControl",
437
+ "ObjC"
438
+ ],
439
+ "isFromExtension": true,
440
+ "throwing": true,
441
+ "init_kind": "Convenience"
442
+ }
443
+ ],
444
+ "declKind": "Class",
445
+ "usr": "c:objc(cs)GSKPDFDocument",
446
+ "moduleName": "GSSDKCore",
447
+ "isOpen": true,
448
+ "objc_name": "GSKPDFDocument",
449
+ "declAttributes": [
450
+ "ObjC",
451
+ "Dynamic"
452
+ ],
453
+ "superclassUsr": "c:objc(cs)NSObject",
454
+ "isExternal": true,
455
+ "inheritsConvenienceInitializers": true,
456
+ "superclassNames": [
457
+ "ObjectiveC.NSObject"
458
+ ],
459
+ "conformances": [
460
+ {
461
+ "kind": "Conformance",
462
+ "name": "Equatable",
463
+ "printedName": "Equatable",
464
+ "usr": "s:SQ",
465
+ "mangledName": "$sSQ"
466
+ },
467
+ {
468
+ "kind": "Conformance",
469
+ "name": "Hashable",
470
+ "printedName": "Hashable",
471
+ "usr": "s:SH",
472
+ "mangledName": "$sSH"
473
+ },
474
+ {
475
+ "kind": "Conformance",
476
+ "name": "CVarArg",
477
+ "printedName": "CVarArg",
478
+ "usr": "s:s7CVarArgP",
479
+ "mangledName": "$ss7CVarArgP"
480
+ },
481
+ {
482
+ "kind": "Conformance",
483
+ "name": "_KeyValueCodingAndObservingPublishing",
484
+ "printedName": "_KeyValueCodingAndObservingPublishing",
485
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
486
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
487
+ },
488
+ {
489
+ "kind": "Conformance",
490
+ "name": "_KeyValueCodingAndObserving",
491
+ "printedName": "_KeyValueCodingAndObserving",
492
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
493
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
494
+ },
495
+ {
496
+ "kind": "Conformance",
497
+ "name": "CustomStringConvertible",
498
+ "printedName": "CustomStringConvertible",
499
+ "usr": "s:s23CustomStringConvertibleP",
500
+ "mangledName": "$ss23CustomStringConvertibleP"
501
+ },
502
+ {
503
+ "kind": "Conformance",
504
+ "name": "CustomDebugStringConvertible",
505
+ "printedName": "CustomDebugStringConvertible",
506
+ "usr": "s:s28CustomDebugStringConvertibleP",
507
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
508
+ }
509
+ ]
510
+ }
511
+ ],
512
+ "json_format_version": 8
513
+ },
514
+ "ConstValues": [
515
+ {
516
+ "filePath": "\/Users\/distiller\/project\/src\/src_ios\/pdf\/GSKDocumentGeneratorConfiguration.swift",
517
+ "kind": "StringLiteral",
518
+ "offset": 192,
519
+ "length": 33,
520
+ "value": "\"GSSDKCore.GSKDocumentGeneratorConfiguration\""
521
+ }
522
+ ]
523
+ }
@@ -0,0 +1,25 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
3
+ // swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GSSDKCore
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ import Foundation
6
+ @_exported import GSSDKCore
7
+ import Swift
8
+ import _Concurrency
9
+ import _StringProcessing
10
+ extension GSSDKCore.GSKPDFDocument {
11
+ @objc convenience dynamic public init(dictionary: [Swift.String : Any]) throws
12
+ }
13
+ @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
14
+ @objc public func generate(_ document: GSSDKCore.GSKPDFDocument, configuration: GSSDKCore.GSKDocumentGeneratorConfiguration) throws
15
+ @objc override dynamic public init()
16
+ @objc deinit
17
+ }
18
+ @objc public class GSKDocumentGeneratorConfiguration : ObjectiveC.NSObject {
19
+ @objc final public let outputFilePath: Swift.String
20
+ @objc public init(outputFilePath: Swift.String)
21
+ @objc deinit
22
+ }
23
+ extension GSSDKCore.GSKDocumentGeneratorConfiguration {
24
+ @objc convenience dynamic public init(dictionary: [Swift.String : Any]) throws
25
+ }
@@ -0,0 +1,25 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
3
+ // swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GSSDKCore
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ import Foundation
6
+ @_exported import GSSDKCore
7
+ import Swift
8
+ import _Concurrency
9
+ import _StringProcessing
10
+ extension GSSDKCore.GSKPDFDocument {
11
+ @objc convenience dynamic public init(dictionary: [Swift.String : Any]) throws
12
+ }
13
+ @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
14
+ @objc public func generate(_ document: GSSDKCore.GSKPDFDocument, configuration: GSSDKCore.GSKDocumentGeneratorConfiguration) throws
15
+ @objc override dynamic public init()
16
+ @objc deinit
17
+ }
18
+ @objc public class GSKDocumentGeneratorConfiguration : ObjectiveC.NSObject {
19
+ @objc final public let outputFilePath: Swift.String
20
+ @objc public init(outputFilePath: Swift.String)
21
+ @objc deinit
22
+ }
23
+ extension GSSDKCore.GSKDocumentGeneratorConfiguration {
24
+ @objc convenience dynamic public init(dictionary: [Swift.String : Any]) throws
25
+ }
@@ -4,3 +4,8 @@ framework module GSSDKCore {
4
4
  export *
5
5
  module * { export * }
6
6
  }
7
+
8
+ module GSSDKCore.Swift {
9
+ header "GSSDKCore-Swift.h"
10
+ requires objc
11
+ }
@@ -4,8 +4,16 @@
4
4
  #import "GSKPDFPage.h"
5
5
  #import <Foundation/Foundation.h>
6
6
 
7
- /** Describes the structure of a PDF document for the PDF generator. */
7
+ /**
8
+ Describes the structure of a document for the document generator.
9
+
10
+ For historical reasons, this refers to PDF but this may also be used when generating a TIFF document.
11
+ This class may be renamed in a future version of the SDK.
12
+ */
8
13
  @interface GSKPDFDocument : NSObject
14
+
15
+ - (nonnull instancetype)init NS_UNAVAILABLE;
16
+
9
17
  - (nonnull instancetype)initWithTitle:(nullable NSString *)title
10
18
  password:(nullable NSString *)password
11
19
  keywords:(nullable NSString *)keywords