api-gateway-react-native 0.1.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 (51) hide show
  1. package/ApiGatwayReactNativeSdk.podspec +36 -0
  2. package/LICENSE +20 -0
  3. package/README.md +159 -0
  4. package/android/build.gradle +84 -0
  5. package/android/gradle.properties +5 -0
  6. package/android/libs/apiGateway-release.aar +0 -0
  7. package/android/src/main/AndroidManifest.xml +2 -0
  8. package/android/src/main/java/com/apigatwayreactnativesdk/ApiGatwayReactNativeSdkModule.kt +32 -0
  9. package/android/src/main/java/com/apigatwayreactnativesdk/ApiGatwayReactNativeSdkPackage.kt +19 -0
  10. package/ios/ApiGatewayReactNativeSdk-Bridging-Header.h +3 -0
  11. package/ios/ApiGatewayWrapper.swift +26 -0
  12. package/ios/ApiGatwayReactNativeSdk.h +4 -0
  13. package/ios/ApiGatwayReactNativeSdk.mm +29 -0
  14. package/ios/TNApiGetwaySDK.xcframework/Info.plist +44 -0
  15. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Headers/TNApiGatewayCrypto.h +34 -0
  16. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Headers/TNApiGetwaySDK.h +13 -0
  17. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Info.plist +0 -0
  18. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios.abi.json +1419 -0
  19. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios.private.swiftinterface +57 -0
  20. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  21. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios.swiftinterface +57 -0
  22. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/Modules/module.modulemap +6 -0
  23. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/TNApiGetwaySDK +0 -0
  24. package/ios/TNApiGetwaySDK.xcframework/ios-arm64/TNApiGetwaySDK.framework/_CodeSignature/CodeResources +201 -0
  25. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Headers/TNApiGatewayCrypto.h +34 -0
  26. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Headers/TNApiGetwaySDK.h +13 -0
  27. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Info.plist +0 -0
  28. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1419 -0
  29. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +57 -0
  30. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  31. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +57 -0
  32. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1419 -0
  33. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +57 -0
  34. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  35. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/TNApiGetwaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +57 -0
  36. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/Modules/module.modulemap +6 -0
  37. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/TNApiGetwaySDK +0 -0
  38. package/ios/TNApiGetwaySDK.xcframework/ios-arm64_x86_64-simulator/TNApiGetwaySDK.framework/_CodeSignature/CodeResources +256 -0
  39. package/lib/module/NativeApiGatwayReactNativeSdk.js +14 -0
  40. package/lib/module/NativeApiGatwayReactNativeSdk.js.map +1 -0
  41. package/lib/module/index.js +16 -0
  42. package/lib/module/index.js.map +1 -0
  43. package/lib/module/package.json +1 -0
  44. package/lib/typescript/package.json +1 -0
  45. package/lib/typescript/src/NativeApiGatwayReactNativeSdk.d.ts +6 -0
  46. package/lib/typescript/src/NativeApiGatwayReactNativeSdk.d.ts.map +1 -0
  47. package/lib/typescript/src/index.d.ts +9 -0
  48. package/lib/typescript/src/index.d.ts.map +1 -0
  49. package/package.json +169 -0
  50. package/src/NativeApiGatwayReactNativeSdk.ts +26 -0
  51. package/src/index.tsx +13 -0
@@ -0,0 +1,1419 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "TNApiGetwaySDK",
5
+ "printedName": "TNApiGetwaySDK",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "TNApiGetwaySDK",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "UIKit",
20
+ "printedName": "UIKit",
21
+ "declKind": "Import",
22
+ "moduleName": "TNApiGetwaySDK"
23
+ },
24
+ {
25
+ "kind": "TypeDecl",
26
+ "name": "ApiGatewayHeaderProvider",
27
+ "printedName": "ApiGatewayHeaderProvider",
28
+ "children": [
29
+ {
30
+ "kind": "Var",
31
+ "name": "shared",
32
+ "printedName": "shared",
33
+ "children": [
34
+ {
35
+ "kind": "TypeNominal",
36
+ "name": "ApiGatewayHeaderProvider",
37
+ "printedName": "TNApiGetwaySDK.ApiGatewayHeaderProvider",
38
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)ApiGatewayHeaderProvider"
39
+ }
40
+ ],
41
+ "declKind": "Var",
42
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)ApiGatewayHeaderProvider(cpy)shared",
43
+ "mangledName": "$s14TNApiGetwaySDK24ApiGatewayHeaderProviderC6sharedACvpZ",
44
+ "moduleName": "TNApiGetwaySDK",
45
+ "static": true,
46
+ "declAttributes": [
47
+ "HasInitialValue",
48
+ "Final",
49
+ "HasStorage",
50
+ "AccessControl",
51
+ "ObjC"
52
+ ],
53
+ "isLet": true,
54
+ "hasStorage": true,
55
+ "accessors": [
56
+ {
57
+ "kind": "Accessor",
58
+ "name": "Get",
59
+ "printedName": "Get()",
60
+ "children": [
61
+ {
62
+ "kind": "TypeNominal",
63
+ "name": "ApiGatewayHeaderProvider",
64
+ "printedName": "TNApiGetwaySDK.ApiGatewayHeaderProvider",
65
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)ApiGatewayHeaderProvider"
66
+ }
67
+ ],
68
+ "declKind": "Accessor",
69
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)ApiGatewayHeaderProvider(cm)shared",
70
+ "mangledName": "$s14TNApiGetwaySDK24ApiGatewayHeaderProviderC6sharedACvgZ",
71
+ "moduleName": "TNApiGetwaySDK",
72
+ "static": true,
73
+ "implicit": true,
74
+ "declAttributes": [
75
+ "Final",
76
+ "ObjC"
77
+ ],
78
+ "accessorKind": "get"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "kind": "Function",
84
+ "name": "getHeaders",
85
+ "printedName": "getHeaders()",
86
+ "children": [
87
+ {
88
+ "kind": "TypeNominal",
89
+ "name": "Dictionary",
90
+ "printedName": "[Swift.String : Swift.String]",
91
+ "children": [
92
+ {
93
+ "kind": "TypeNominal",
94
+ "name": "String",
95
+ "printedName": "Swift.String",
96
+ "usr": "s:SS"
97
+ },
98
+ {
99
+ "kind": "TypeNominal",
100
+ "name": "String",
101
+ "printedName": "Swift.String",
102
+ "usr": "s:SS"
103
+ }
104
+ ],
105
+ "usr": "s:SD"
106
+ }
107
+ ],
108
+ "declKind": "Func",
109
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)ApiGatewayHeaderProvider(im)getHeaders",
110
+ "mangledName": "$s14TNApiGetwaySDK24ApiGatewayHeaderProviderC10getHeadersSDyS2SGyF",
111
+ "moduleName": "TNApiGetwaySDK",
112
+ "declAttributes": [
113
+ "AccessControl",
114
+ "ObjC"
115
+ ],
116
+ "funcSelfKind": "NonMutating"
117
+ }
118
+ ],
119
+ "declKind": "Class",
120
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)ApiGatewayHeaderProvider",
121
+ "mangledName": "$s14TNApiGetwaySDK24ApiGatewayHeaderProviderC",
122
+ "moduleName": "TNApiGetwaySDK",
123
+ "declAttributes": [
124
+ "AccessControl",
125
+ "ObjC"
126
+ ],
127
+ "superclassUsr": "c:objc(cs)NSObject",
128
+ "hasMissingDesignatedInitializers": true,
129
+ "inheritsConvenienceInitializers": true,
130
+ "superclassNames": [
131
+ "ObjectiveC.NSObject"
132
+ ],
133
+ "conformances": [
134
+ {
135
+ "kind": "Conformance",
136
+ "name": "Copyable",
137
+ "printedName": "Copyable",
138
+ "usr": "s:s8CopyableP",
139
+ "mangledName": "$ss8CopyableP"
140
+ },
141
+ {
142
+ "kind": "Conformance",
143
+ "name": "Escapable",
144
+ "printedName": "Escapable",
145
+ "usr": "s:s9EscapableP",
146
+ "mangledName": "$ss9EscapableP"
147
+ },
148
+ {
149
+ "kind": "Conformance",
150
+ "name": "Equatable",
151
+ "printedName": "Equatable",
152
+ "usr": "s:SQ",
153
+ "mangledName": "$sSQ"
154
+ },
155
+ {
156
+ "kind": "Conformance",
157
+ "name": "Hashable",
158
+ "printedName": "Hashable",
159
+ "usr": "s:SH",
160
+ "mangledName": "$sSH"
161
+ },
162
+ {
163
+ "kind": "Conformance",
164
+ "name": "CVarArg",
165
+ "printedName": "CVarArg",
166
+ "usr": "s:s7CVarArgP",
167
+ "mangledName": "$ss7CVarArgP"
168
+ },
169
+ {
170
+ "kind": "Conformance",
171
+ "name": "_KeyValueCodingAndObservingPublishing",
172
+ "printedName": "_KeyValueCodingAndObservingPublishing",
173
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
174
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
175
+ },
176
+ {
177
+ "kind": "Conformance",
178
+ "name": "_KeyValueCodingAndObserving",
179
+ "printedName": "_KeyValueCodingAndObserving",
180
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
181
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
182
+ },
183
+ {
184
+ "kind": "Conformance",
185
+ "name": "CustomStringConvertible",
186
+ "printedName": "CustomStringConvertible",
187
+ "usr": "s:s23CustomStringConvertibleP",
188
+ "mangledName": "$ss23CustomStringConvertibleP"
189
+ },
190
+ {
191
+ "kind": "Conformance",
192
+ "name": "CustomDebugStringConvertible",
193
+ "printedName": "CustomDebugStringConvertible",
194
+ "usr": "s:s28CustomDebugStringConvertibleP",
195
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "kind": "Import",
201
+ "name": "Foundation",
202
+ "printedName": "Foundation",
203
+ "declKind": "Import",
204
+ "moduleName": "TNApiGetwaySDK",
205
+ "declAttributes": [
206
+ "RawDocComment"
207
+ ]
208
+ },
209
+ {
210
+ "kind": "TypeDecl",
211
+ "name": "Config",
212
+ "printedName": "Config",
213
+ "children": [
214
+ {
215
+ "kind": "Var",
216
+ "name": "isDebuggable",
217
+ "printedName": "isDebuggable",
218
+ "children": [
219
+ {
220
+ "kind": "TypeNominal",
221
+ "name": "Bool",
222
+ "printedName": "Swift.Bool",
223
+ "usr": "s:Sb"
224
+ }
225
+ ],
226
+ "declKind": "Var",
227
+ "usr": "s:14TNApiGetwaySDK6ConfigC12isDebuggableSbvpZ",
228
+ "mangledName": "$s14TNApiGetwaySDK6ConfigC12isDebuggableSbvpZ",
229
+ "moduleName": "TNApiGetwaySDK",
230
+ "static": true,
231
+ "declAttributes": [
232
+ "HasInitialValue",
233
+ "Final",
234
+ "HasStorage",
235
+ "AccessControl",
236
+ "RawDocComment"
237
+ ],
238
+ "hasStorage": true,
239
+ "accessors": [
240
+ {
241
+ "kind": "Accessor",
242
+ "name": "Get",
243
+ "printedName": "Get()",
244
+ "children": [
245
+ {
246
+ "kind": "TypeNominal",
247
+ "name": "Bool",
248
+ "printedName": "Swift.Bool",
249
+ "usr": "s:Sb"
250
+ }
251
+ ],
252
+ "declKind": "Accessor",
253
+ "usr": "s:14TNApiGetwaySDK6ConfigC12isDebuggableSbvgZ",
254
+ "mangledName": "$s14TNApiGetwaySDK6ConfigC12isDebuggableSbvgZ",
255
+ "moduleName": "TNApiGetwaySDK",
256
+ "static": true,
257
+ "implicit": true,
258
+ "declAttributes": [
259
+ "Final"
260
+ ],
261
+ "accessorKind": "get"
262
+ },
263
+ {
264
+ "kind": "Accessor",
265
+ "name": "Set",
266
+ "printedName": "Set()",
267
+ "children": [
268
+ {
269
+ "kind": "TypeNominal",
270
+ "name": "Void",
271
+ "printedName": "()"
272
+ },
273
+ {
274
+ "kind": "TypeNominal",
275
+ "name": "Bool",
276
+ "printedName": "Swift.Bool",
277
+ "usr": "s:Sb"
278
+ }
279
+ ],
280
+ "declKind": "Accessor",
281
+ "usr": "s:14TNApiGetwaySDK6ConfigC12isDebuggableSbvsZ",
282
+ "mangledName": "$s14TNApiGetwaySDK6ConfigC12isDebuggableSbvsZ",
283
+ "moduleName": "TNApiGetwaySDK",
284
+ "static": true,
285
+ "implicit": true,
286
+ "declAttributes": [
287
+ "Final"
288
+ ],
289
+ "accessorKind": "set"
290
+ },
291
+ {
292
+ "kind": "Accessor",
293
+ "name": "Modify",
294
+ "printedName": "Modify()",
295
+ "children": [
296
+ {
297
+ "kind": "TypeNominal",
298
+ "name": "Void",
299
+ "printedName": "()"
300
+ }
301
+ ],
302
+ "declKind": "Accessor",
303
+ "usr": "s:14TNApiGetwaySDK6ConfigC12isDebuggableSbvMZ",
304
+ "mangledName": "$s14TNApiGetwaySDK6ConfigC12isDebuggableSbvMZ",
305
+ "moduleName": "TNApiGetwaySDK",
306
+ "static": true,
307
+ "implicit": true,
308
+ "declAttributes": [
309
+ "Final"
310
+ ],
311
+ "accessorKind": "_modify"
312
+ }
313
+ ]
314
+ }
315
+ ],
316
+ "declKind": "Class",
317
+ "usr": "s:14TNApiGetwaySDK6ConfigC",
318
+ "mangledName": "$s14TNApiGetwaySDK6ConfigC",
319
+ "moduleName": "TNApiGetwaySDK",
320
+ "declAttributes": [
321
+ "Final",
322
+ "AccessControl"
323
+ ],
324
+ "hasMissingDesignatedInitializers": true,
325
+ "conformances": [
326
+ {
327
+ "kind": "Conformance",
328
+ "name": "Copyable",
329
+ "printedName": "Copyable",
330
+ "usr": "s:s8CopyableP",
331
+ "mangledName": "$ss8CopyableP"
332
+ },
333
+ {
334
+ "kind": "Conformance",
335
+ "name": "Escapable",
336
+ "printedName": "Escapable",
337
+ "usr": "s:s9EscapableP",
338
+ "mangledName": "$ss9EscapableP"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "kind": "Import",
344
+ "name": "Foundation",
345
+ "printedName": "Foundation",
346
+ "declKind": "Import",
347
+ "moduleName": "TNApiGetwaySDK"
348
+ },
349
+ {
350
+ "kind": "Import",
351
+ "name": "Foundation",
352
+ "printedName": "Foundation",
353
+ "declKind": "Import",
354
+ "moduleName": "TNApiGetwaySDK",
355
+ "declAttributes": [
356
+ "RawDocComment"
357
+ ]
358
+ },
359
+ {
360
+ "kind": "TypeDecl",
361
+ "name": "FrameworkConfig",
362
+ "printedName": "FrameworkConfig",
363
+ "children": [
364
+ {
365
+ "kind": "Var",
366
+ "name": "shared",
367
+ "printedName": "shared",
368
+ "children": [
369
+ {
370
+ "kind": "TypeNominal",
371
+ "name": "FrameworkConfig",
372
+ "printedName": "TNApiGetwaySDK.FrameworkConfig",
373
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC"
374
+ }
375
+ ],
376
+ "declKind": "Var",
377
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC6sharedACvpZ",
378
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC6sharedACvpZ",
379
+ "moduleName": "TNApiGetwaySDK",
380
+ "static": true,
381
+ "declAttributes": [
382
+ "HasInitialValue",
383
+ "Final",
384
+ "HasStorage",
385
+ "AccessControl"
386
+ ],
387
+ "isLet": true,
388
+ "hasStorage": true,
389
+ "accessors": [
390
+ {
391
+ "kind": "Accessor",
392
+ "name": "Get",
393
+ "printedName": "Get()",
394
+ "children": [
395
+ {
396
+ "kind": "TypeNominal",
397
+ "name": "FrameworkConfig",
398
+ "printedName": "TNApiGetwaySDK.FrameworkConfig",
399
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC"
400
+ }
401
+ ],
402
+ "declKind": "Accessor",
403
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC6sharedACvgZ",
404
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC6sharedACvgZ",
405
+ "moduleName": "TNApiGetwaySDK",
406
+ "static": true,
407
+ "implicit": true,
408
+ "declAttributes": [
409
+ "Final"
410
+ ],
411
+ "accessorKind": "get"
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "kind": "Var",
417
+ "name": "json",
418
+ "printedName": "json",
419
+ "children": [
420
+ {
421
+ "kind": "TypeNominal",
422
+ "name": "Dictionary",
423
+ "printedName": "[Swift.String : Any]",
424
+ "children": [
425
+ {
426
+ "kind": "TypeNominal",
427
+ "name": "String",
428
+ "printedName": "Swift.String",
429
+ "usr": "s:SS"
430
+ },
431
+ {
432
+ "kind": "TypeNominal",
433
+ "name": "ProtocolComposition",
434
+ "printedName": "Any"
435
+ }
436
+ ],
437
+ "usr": "s:SD"
438
+ }
439
+ ],
440
+ "declKind": "Var",
441
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvp",
442
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvp",
443
+ "moduleName": "TNApiGetwaySDK",
444
+ "declAttributes": [
445
+ "HasInitialValue",
446
+ "HasStorage",
447
+ "AccessControl"
448
+ ],
449
+ "hasStorage": true,
450
+ "accessors": [
451
+ {
452
+ "kind": "Accessor",
453
+ "name": "Get",
454
+ "printedName": "Get()",
455
+ "children": [
456
+ {
457
+ "kind": "TypeNominal",
458
+ "name": "Dictionary",
459
+ "printedName": "[Swift.String : Any]",
460
+ "children": [
461
+ {
462
+ "kind": "TypeNominal",
463
+ "name": "String",
464
+ "printedName": "Swift.String",
465
+ "usr": "s:SS"
466
+ },
467
+ {
468
+ "kind": "TypeNominal",
469
+ "name": "ProtocolComposition",
470
+ "printedName": "Any"
471
+ }
472
+ ],
473
+ "usr": "s:SD"
474
+ }
475
+ ],
476
+ "declKind": "Accessor",
477
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvg",
478
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvg",
479
+ "moduleName": "TNApiGetwaySDK",
480
+ "implicit": true,
481
+ "accessorKind": "get"
482
+ },
483
+ {
484
+ "kind": "Accessor",
485
+ "name": "Set",
486
+ "printedName": "Set()",
487
+ "children": [
488
+ {
489
+ "kind": "TypeNominal",
490
+ "name": "Void",
491
+ "printedName": "()"
492
+ },
493
+ {
494
+ "kind": "TypeNominal",
495
+ "name": "Dictionary",
496
+ "printedName": "[Swift.String : Any]",
497
+ "children": [
498
+ {
499
+ "kind": "TypeNominal",
500
+ "name": "String",
501
+ "printedName": "Swift.String",
502
+ "usr": "s:SS"
503
+ },
504
+ {
505
+ "kind": "TypeNominal",
506
+ "name": "ProtocolComposition",
507
+ "printedName": "Any"
508
+ }
509
+ ],
510
+ "usr": "s:SD"
511
+ }
512
+ ],
513
+ "declKind": "Accessor",
514
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvs",
515
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvs",
516
+ "moduleName": "TNApiGetwaySDK",
517
+ "implicit": true,
518
+ "accessorKind": "set"
519
+ },
520
+ {
521
+ "kind": "Accessor",
522
+ "name": "Modify",
523
+ "printedName": "Modify()",
524
+ "children": [
525
+ {
526
+ "kind": "TypeNominal",
527
+ "name": "Void",
528
+ "printedName": "()"
529
+ }
530
+ ],
531
+ "declKind": "Accessor",
532
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvM",
533
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC4jsonSDySSypGvM",
534
+ "moduleName": "TNApiGetwaySDK",
535
+ "implicit": true,
536
+ "accessorKind": "_modify"
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "kind": "Var",
542
+ "name": "debugMode",
543
+ "printedName": "debugMode",
544
+ "children": [
545
+ {
546
+ "kind": "TypeNominal",
547
+ "name": "Bool",
548
+ "printedName": "Swift.Bool",
549
+ "usr": "s:Sb"
550
+ }
551
+ ],
552
+ "declKind": "Var",
553
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvp",
554
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvp",
555
+ "moduleName": "TNApiGetwaySDK",
556
+ "declAttributes": [
557
+ "HasInitialValue",
558
+ "HasStorage",
559
+ "AccessControl"
560
+ ],
561
+ "hasStorage": true,
562
+ "accessors": [
563
+ {
564
+ "kind": "Accessor",
565
+ "name": "Get",
566
+ "printedName": "Get()",
567
+ "children": [
568
+ {
569
+ "kind": "TypeNominal",
570
+ "name": "Bool",
571
+ "printedName": "Swift.Bool",
572
+ "usr": "s:Sb"
573
+ }
574
+ ],
575
+ "declKind": "Accessor",
576
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvg",
577
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvg",
578
+ "moduleName": "TNApiGetwaySDK",
579
+ "implicit": true,
580
+ "accessorKind": "get"
581
+ },
582
+ {
583
+ "kind": "Accessor",
584
+ "name": "Set",
585
+ "printedName": "Set()",
586
+ "children": [
587
+ {
588
+ "kind": "TypeNominal",
589
+ "name": "Void",
590
+ "printedName": "()"
591
+ },
592
+ {
593
+ "kind": "TypeNominal",
594
+ "name": "Bool",
595
+ "printedName": "Swift.Bool",
596
+ "usr": "s:Sb"
597
+ }
598
+ ],
599
+ "declKind": "Accessor",
600
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvs",
601
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvs",
602
+ "moduleName": "TNApiGetwaySDK",
603
+ "implicit": true,
604
+ "accessorKind": "set"
605
+ },
606
+ {
607
+ "kind": "Accessor",
608
+ "name": "Modify",
609
+ "printedName": "Modify()",
610
+ "children": [
611
+ {
612
+ "kind": "TypeNominal",
613
+ "name": "Void",
614
+ "printedName": "()"
615
+ }
616
+ ],
617
+ "declKind": "Accessor",
618
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvM",
619
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC9debugModeSbvM",
620
+ "moduleName": "TNApiGetwaySDK",
621
+ "implicit": true,
622
+ "accessorKind": "_modify"
623
+ }
624
+ ]
625
+ }
626
+ ],
627
+ "declKind": "Class",
628
+ "usr": "s:14TNApiGetwaySDK15FrameworkConfigC",
629
+ "mangledName": "$s14TNApiGetwaySDK15FrameworkConfigC",
630
+ "moduleName": "TNApiGetwaySDK",
631
+ "declAttributes": [
632
+ "AccessControl"
633
+ ],
634
+ "hasMissingDesignatedInitializers": true,
635
+ "conformances": [
636
+ {
637
+ "kind": "Conformance",
638
+ "name": "Copyable",
639
+ "printedName": "Copyable",
640
+ "usr": "s:s8CopyableP",
641
+ "mangledName": "$ss8CopyableP"
642
+ },
643
+ {
644
+ "kind": "Conformance",
645
+ "name": "Escapable",
646
+ "printedName": "Escapable",
647
+ "usr": "s:s9EscapableP",
648
+ "mangledName": "$ss9EscapableP"
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "kind": "Import",
654
+ "name": "Foundation",
655
+ "printedName": "Foundation",
656
+ "declKind": "Import",
657
+ "moduleName": "TNApiGetwaySDK"
658
+ },
659
+ {
660
+ "kind": "Import",
661
+ "name": "UIKit",
662
+ "printedName": "UIKit",
663
+ "declKind": "Import",
664
+ "moduleName": "TNApiGetwaySDK"
665
+ },
666
+ {
667
+ "kind": "TypeDecl",
668
+ "name": "FrameworkProtocol",
669
+ "printedName": "FrameworkProtocol",
670
+ "children": [
671
+ {
672
+ "kind": "Function",
673
+ "name": "canInit",
674
+ "printedName": "canInit(with:)",
675
+ "children": [
676
+ {
677
+ "kind": "TypeNominal",
678
+ "name": "Bool",
679
+ "printedName": "Swift.Bool",
680
+ "usr": "s:Sb"
681
+ },
682
+ {
683
+ "kind": "TypeNominal",
684
+ "name": "URLRequest",
685
+ "printedName": "Foundation.URLRequest",
686
+ "usr": "s:10Foundation10URLRequestV"
687
+ }
688
+ ],
689
+ "declKind": "Func",
690
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol(cm)canInitWithRequest:",
691
+ "mangledName": "$s14TNApiGetwaySDK17FrameworkProtocolC7canInit4withSb10Foundation10URLRequestV_tFZ",
692
+ "moduleName": "TNApiGetwaySDK",
693
+ "static": true,
694
+ "overriding": true,
695
+ "objc_name": "canInitWithRequest:",
696
+ "declAttributes": [
697
+ "Dynamic",
698
+ "ObjC",
699
+ "Override",
700
+ "AccessControl",
701
+ "RawDocComment"
702
+ ],
703
+ "funcSelfKind": "NonMutating"
704
+ },
705
+ {
706
+ "kind": "Function",
707
+ "name": "canonicalRequest",
708
+ "printedName": "canonicalRequest(for:)",
709
+ "children": [
710
+ {
711
+ "kind": "TypeNominal",
712
+ "name": "URLRequest",
713
+ "printedName": "Foundation.URLRequest",
714
+ "usr": "s:10Foundation10URLRequestV"
715
+ },
716
+ {
717
+ "kind": "TypeNominal",
718
+ "name": "URLRequest",
719
+ "printedName": "Foundation.URLRequest",
720
+ "usr": "s:10Foundation10URLRequestV"
721
+ }
722
+ ],
723
+ "declKind": "Func",
724
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol(cm)canonicalRequestForRequest:",
725
+ "mangledName": "$s14TNApiGetwaySDK17FrameworkProtocolC16canonicalRequest3for10Foundation10URLRequestVAH_tFZ",
726
+ "moduleName": "TNApiGetwaySDK",
727
+ "static": true,
728
+ "overriding": true,
729
+ "objc_name": "canonicalRequestForRequest:",
730
+ "declAttributes": [
731
+ "Dynamic",
732
+ "ObjC",
733
+ "Override",
734
+ "AccessControl"
735
+ ],
736
+ "funcSelfKind": "NonMutating"
737
+ },
738
+ {
739
+ "kind": "Function",
740
+ "name": "startLoading",
741
+ "printedName": "startLoading()",
742
+ "children": [
743
+ {
744
+ "kind": "TypeNominal",
745
+ "name": "Void",
746
+ "printedName": "()"
747
+ }
748
+ ],
749
+ "declKind": "Func",
750
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol(im)startLoading",
751
+ "mangledName": "$s14TNApiGetwaySDK17FrameworkProtocolC12startLoadingyyF",
752
+ "moduleName": "TNApiGetwaySDK",
753
+ "overriding": true,
754
+ "objc_name": "startLoading",
755
+ "declAttributes": [
756
+ "Dynamic",
757
+ "ObjC",
758
+ "Override",
759
+ "AccessControl"
760
+ ],
761
+ "funcSelfKind": "NonMutating"
762
+ },
763
+ {
764
+ "kind": "Function",
765
+ "name": "stopLoading",
766
+ "printedName": "stopLoading()",
767
+ "children": [
768
+ {
769
+ "kind": "TypeNominal",
770
+ "name": "Void",
771
+ "printedName": "()"
772
+ }
773
+ ],
774
+ "declKind": "Func",
775
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol(im)stopLoading",
776
+ "mangledName": "$s14TNApiGetwaySDK17FrameworkProtocolC11stopLoadingyyF",
777
+ "moduleName": "TNApiGetwaySDK",
778
+ "overriding": true,
779
+ "objc_name": "stopLoading",
780
+ "declAttributes": [
781
+ "Dynamic",
782
+ "ObjC",
783
+ "Override",
784
+ "AccessControl"
785
+ ],
786
+ "funcSelfKind": "NonMutating"
787
+ },
788
+ {
789
+ "kind": "Constructor",
790
+ "name": "init",
791
+ "printedName": "init(request:cachedResponse:client:)",
792
+ "children": [
793
+ {
794
+ "kind": "TypeNominal",
795
+ "name": "FrameworkProtocol",
796
+ "printedName": "TNApiGetwaySDK.FrameworkProtocol",
797
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol"
798
+ },
799
+ {
800
+ "kind": "TypeNominal",
801
+ "name": "URLRequest",
802
+ "printedName": "Foundation.URLRequest",
803
+ "usr": "s:10Foundation10URLRequestV"
804
+ },
805
+ {
806
+ "kind": "TypeNominal",
807
+ "name": "Optional",
808
+ "printedName": "Foundation.CachedURLResponse?",
809
+ "children": [
810
+ {
811
+ "kind": "TypeNominal",
812
+ "name": "CachedURLResponse",
813
+ "printedName": "Foundation.CachedURLResponse",
814
+ "usr": "c:objc(cs)NSCachedURLResponse"
815
+ }
816
+ ],
817
+ "usr": "s:Sq"
818
+ },
819
+ {
820
+ "kind": "TypeNominal",
821
+ "name": "Optional",
822
+ "printedName": "(any Foundation.URLProtocolClient)?",
823
+ "children": [
824
+ {
825
+ "kind": "TypeNominal",
826
+ "name": "URLProtocolClient",
827
+ "printedName": "any Foundation.URLProtocolClient",
828
+ "usr": "c:objc(pl)NSURLProtocolClient"
829
+ }
830
+ ],
831
+ "usr": "s:Sq"
832
+ }
833
+ ],
834
+ "declKind": "Constructor",
835
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol(im)initWithRequest:cachedResponse:client:",
836
+ "mangledName": "$s14TNApiGetwaySDK17FrameworkProtocolC7request14cachedResponse6clientAC10Foundation10URLRequestV_So19NSCachedURLResponseCSgSo19NSURLProtocolClient_pSgtcfc",
837
+ "moduleName": "TNApiGetwaySDK",
838
+ "overriding": true,
839
+ "implicit": true,
840
+ "objc_name": "initWithRequest:cachedResponse:client:",
841
+ "declAttributes": [
842
+ "Dynamic",
843
+ "ObjC",
844
+ "Override"
845
+ ],
846
+ "init_kind": "Designated"
847
+ }
848
+ ],
849
+ "declKind": "Class",
850
+ "usr": "c:@M@TNApiGetwaySDK@objc(cs)FrameworkProtocol",
851
+ "mangledName": "$s14TNApiGetwaySDK17FrameworkProtocolC",
852
+ "moduleName": "TNApiGetwaySDK",
853
+ "declAttributes": [
854
+ "AccessControl",
855
+ "ObjCMembers",
856
+ "ObjC"
857
+ ],
858
+ "superclassUsr": "c:objc(cs)NSURLProtocol",
859
+ "inheritsConvenienceInitializers": true,
860
+ "superclassNames": [
861
+ "Foundation.URLProtocol",
862
+ "ObjectiveC.NSObject"
863
+ ],
864
+ "conformances": [
865
+ {
866
+ "kind": "Conformance",
867
+ "name": "Copyable",
868
+ "printedName": "Copyable",
869
+ "usr": "s:s8CopyableP",
870
+ "mangledName": "$ss8CopyableP"
871
+ },
872
+ {
873
+ "kind": "Conformance",
874
+ "name": "Escapable",
875
+ "printedName": "Escapable",
876
+ "usr": "s:s9EscapableP",
877
+ "mangledName": "$ss9EscapableP"
878
+ },
879
+ {
880
+ "kind": "Conformance",
881
+ "name": "Equatable",
882
+ "printedName": "Equatable",
883
+ "usr": "s:SQ",
884
+ "mangledName": "$sSQ"
885
+ },
886
+ {
887
+ "kind": "Conformance",
888
+ "name": "Hashable",
889
+ "printedName": "Hashable",
890
+ "usr": "s:SH",
891
+ "mangledName": "$sSH"
892
+ },
893
+ {
894
+ "kind": "Conformance",
895
+ "name": "CVarArg",
896
+ "printedName": "CVarArg",
897
+ "usr": "s:s7CVarArgP",
898
+ "mangledName": "$ss7CVarArgP"
899
+ },
900
+ {
901
+ "kind": "Conformance",
902
+ "name": "_KeyValueCodingAndObservingPublishing",
903
+ "printedName": "_KeyValueCodingAndObservingPublishing",
904
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
905
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
906
+ },
907
+ {
908
+ "kind": "Conformance",
909
+ "name": "_KeyValueCodingAndObserving",
910
+ "printedName": "_KeyValueCodingAndObserving",
911
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
912
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
913
+ },
914
+ {
915
+ "kind": "Conformance",
916
+ "name": "CustomStringConvertible",
917
+ "printedName": "CustomStringConvertible",
918
+ "usr": "s:s23CustomStringConvertibleP",
919
+ "mangledName": "$ss23CustomStringConvertibleP"
920
+ },
921
+ {
922
+ "kind": "Conformance",
923
+ "name": "CustomDebugStringConvertible",
924
+ "printedName": "CustomDebugStringConvertible",
925
+ "usr": "s:s28CustomDebugStringConvertibleP",
926
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
927
+ },
928
+ {
929
+ "kind": "Conformance",
930
+ "name": "Sendable",
931
+ "printedName": "Sendable",
932
+ "usr": "s:s8SendableP",
933
+ "mangledName": "$ss8SendableP"
934
+ },
935
+ {
936
+ "kind": "Conformance",
937
+ "name": "SendableMetatype",
938
+ "printedName": "SendableMetatype",
939
+ "usr": "s:s16SendableMetatypeP",
940
+ "mangledName": "$ss16SendableMetatypeP"
941
+ }
942
+ ]
943
+ },
944
+ {
945
+ "kind": "Import",
946
+ "name": "Foundation",
947
+ "printedName": "Foundation",
948
+ "declKind": "Import",
949
+ "moduleName": "TNApiGetwaySDK",
950
+ "declAttributes": [
951
+ "RawDocComment"
952
+ ]
953
+ },
954
+ {
955
+ "kind": "Import",
956
+ "name": "UIKit",
957
+ "printedName": "UIKit",
958
+ "declKind": "Import",
959
+ "moduleName": "TNApiGetwaySDK"
960
+ },
961
+ {
962
+ "kind": "TypeDecl",
963
+ "name": "Logger",
964
+ "printedName": "Logger",
965
+ "children": [
966
+ {
967
+ "kind": "Function",
968
+ "name": "d",
969
+ "printedName": "d(_:tag:)",
970
+ "children": [
971
+ {
972
+ "kind": "TypeNominal",
973
+ "name": "Void",
974
+ "printedName": "()"
975
+ },
976
+ {
977
+ "kind": "TypeNominal",
978
+ "name": "String",
979
+ "printedName": "Swift.String",
980
+ "usr": "s:SS"
981
+ },
982
+ {
983
+ "kind": "TypeNominal",
984
+ "name": "Optional",
985
+ "printedName": "Swift.String?",
986
+ "children": [
987
+ {
988
+ "kind": "TypeNominal",
989
+ "name": "String",
990
+ "printedName": "Swift.String",
991
+ "usr": "s:SS"
992
+ }
993
+ ],
994
+ "hasDefaultArg": true,
995
+ "usr": "s:Sq"
996
+ }
997
+ ],
998
+ "declKind": "Func",
999
+ "usr": "s:14TNApiGetwaySDK6LoggerC1d_3tagySS_SSSgtFZ",
1000
+ "mangledName": "$s14TNApiGetwaySDK6LoggerC1d_3tagySS_SSSgtFZ",
1001
+ "moduleName": "TNApiGetwaySDK",
1002
+ "static": true,
1003
+ "declAttributes": [
1004
+ "Final",
1005
+ "AccessControl"
1006
+ ],
1007
+ "funcSelfKind": "NonMutating"
1008
+ },
1009
+ {
1010
+ "kind": "Function",
1011
+ "name": "i",
1012
+ "printedName": "i(_:tag:)",
1013
+ "children": [
1014
+ {
1015
+ "kind": "TypeNominal",
1016
+ "name": "Void",
1017
+ "printedName": "()"
1018
+ },
1019
+ {
1020
+ "kind": "TypeNominal",
1021
+ "name": "String",
1022
+ "printedName": "Swift.String",
1023
+ "usr": "s:SS"
1024
+ },
1025
+ {
1026
+ "kind": "TypeNominal",
1027
+ "name": "Optional",
1028
+ "printedName": "Swift.String?",
1029
+ "children": [
1030
+ {
1031
+ "kind": "TypeNominal",
1032
+ "name": "String",
1033
+ "printedName": "Swift.String",
1034
+ "usr": "s:SS"
1035
+ }
1036
+ ],
1037
+ "hasDefaultArg": true,
1038
+ "usr": "s:Sq"
1039
+ }
1040
+ ],
1041
+ "declKind": "Func",
1042
+ "usr": "s:14TNApiGetwaySDK6LoggerC1i_3tagySS_SSSgtFZ",
1043
+ "mangledName": "$s14TNApiGetwaySDK6LoggerC1i_3tagySS_SSSgtFZ",
1044
+ "moduleName": "TNApiGetwaySDK",
1045
+ "static": true,
1046
+ "declAttributes": [
1047
+ "Final",
1048
+ "AccessControl"
1049
+ ],
1050
+ "funcSelfKind": "NonMutating"
1051
+ },
1052
+ {
1053
+ "kind": "Function",
1054
+ "name": "e",
1055
+ "printedName": "e(_:tag:error:)",
1056
+ "children": [
1057
+ {
1058
+ "kind": "TypeNominal",
1059
+ "name": "Void",
1060
+ "printedName": "()"
1061
+ },
1062
+ {
1063
+ "kind": "TypeNominal",
1064
+ "name": "String",
1065
+ "printedName": "Swift.String",
1066
+ "usr": "s:SS"
1067
+ },
1068
+ {
1069
+ "kind": "TypeNominal",
1070
+ "name": "Optional",
1071
+ "printedName": "Swift.String?",
1072
+ "children": [
1073
+ {
1074
+ "kind": "TypeNominal",
1075
+ "name": "String",
1076
+ "printedName": "Swift.String",
1077
+ "usr": "s:SS"
1078
+ }
1079
+ ],
1080
+ "hasDefaultArg": true,
1081
+ "usr": "s:Sq"
1082
+ },
1083
+ {
1084
+ "kind": "TypeNominal",
1085
+ "name": "Optional",
1086
+ "printedName": "(any Swift.Error)?",
1087
+ "children": [
1088
+ {
1089
+ "kind": "TypeNominal",
1090
+ "name": "Error",
1091
+ "printedName": "any Swift.Error",
1092
+ "usr": "s:s5ErrorP"
1093
+ }
1094
+ ],
1095
+ "hasDefaultArg": true,
1096
+ "usr": "s:Sq"
1097
+ }
1098
+ ],
1099
+ "declKind": "Func",
1100
+ "usr": "s:14TNApiGetwaySDK6LoggerC1e_3tag5errorySS_SSSgs5Error_pSgtFZ",
1101
+ "mangledName": "$s14TNApiGetwaySDK6LoggerC1e_3tag5errorySS_SSSgs5Error_pSgtFZ",
1102
+ "moduleName": "TNApiGetwaySDK",
1103
+ "static": true,
1104
+ "declAttributes": [
1105
+ "Final",
1106
+ "AccessControl"
1107
+ ],
1108
+ "funcSelfKind": "NonMutating"
1109
+ },
1110
+ {
1111
+ "kind": "Function",
1112
+ "name": "w",
1113
+ "printedName": "w(_:tag:)",
1114
+ "children": [
1115
+ {
1116
+ "kind": "TypeNominal",
1117
+ "name": "Void",
1118
+ "printedName": "()"
1119
+ },
1120
+ {
1121
+ "kind": "TypeNominal",
1122
+ "name": "String",
1123
+ "printedName": "Swift.String",
1124
+ "usr": "s:SS"
1125
+ },
1126
+ {
1127
+ "kind": "TypeNominal",
1128
+ "name": "Optional",
1129
+ "printedName": "Swift.String?",
1130
+ "children": [
1131
+ {
1132
+ "kind": "TypeNominal",
1133
+ "name": "String",
1134
+ "printedName": "Swift.String",
1135
+ "usr": "s:SS"
1136
+ }
1137
+ ],
1138
+ "hasDefaultArg": true,
1139
+ "usr": "s:Sq"
1140
+ }
1141
+ ],
1142
+ "declKind": "Func",
1143
+ "usr": "s:14TNApiGetwaySDK6LoggerC1w_3tagySS_SSSgtFZ",
1144
+ "mangledName": "$s14TNApiGetwaySDK6LoggerC1w_3tagySS_SSSgtFZ",
1145
+ "moduleName": "TNApiGetwaySDK",
1146
+ "static": true,
1147
+ "declAttributes": [
1148
+ "Final",
1149
+ "AccessControl"
1150
+ ],
1151
+ "funcSelfKind": "NonMutating"
1152
+ }
1153
+ ],
1154
+ "declKind": "Class",
1155
+ "usr": "s:14TNApiGetwaySDK6LoggerC",
1156
+ "mangledName": "$s14TNApiGetwaySDK6LoggerC",
1157
+ "moduleName": "TNApiGetwaySDK",
1158
+ "declAttributes": [
1159
+ "Final",
1160
+ "AccessControl"
1161
+ ],
1162
+ "hasMissingDesignatedInitializers": true,
1163
+ "conformances": [
1164
+ {
1165
+ "kind": "Conformance",
1166
+ "name": "Copyable",
1167
+ "printedName": "Copyable",
1168
+ "usr": "s:s8CopyableP",
1169
+ "mangledName": "$ss8CopyableP"
1170
+ },
1171
+ {
1172
+ "kind": "Conformance",
1173
+ "name": "Escapable",
1174
+ "printedName": "Escapable",
1175
+ "usr": "s:s9EscapableP",
1176
+ "mangledName": "$ss9EscapableP"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "kind": "Import",
1182
+ "name": "Foundation",
1183
+ "printedName": "Foundation",
1184
+ "declKind": "Import",
1185
+ "moduleName": "TNApiGetwaySDK"
1186
+ },
1187
+ {
1188
+ "kind": "TypeDecl",
1189
+ "name": "TimeProvider",
1190
+ "printedName": "TimeProvider",
1191
+ "children": [
1192
+ {
1193
+ "kind": "Var",
1194
+ "name": "shared",
1195
+ "printedName": "shared",
1196
+ "children": [
1197
+ {
1198
+ "kind": "TypeNominal",
1199
+ "name": "TimeProvider",
1200
+ "printedName": "TNApiGetwaySDK.TimeProvider",
1201
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC"
1202
+ }
1203
+ ],
1204
+ "declKind": "Var",
1205
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC6sharedACvpZ",
1206
+ "mangledName": "$s14TNApiGetwaySDK12TimeProviderC6sharedACvpZ",
1207
+ "moduleName": "TNApiGetwaySDK",
1208
+ "static": true,
1209
+ "declAttributes": [
1210
+ "HasInitialValue",
1211
+ "Final",
1212
+ "HasStorage",
1213
+ "AccessControl",
1214
+ "RawDocComment"
1215
+ ],
1216
+ "isLet": true,
1217
+ "hasStorage": true,
1218
+ "accessors": [
1219
+ {
1220
+ "kind": "Accessor",
1221
+ "name": "Get",
1222
+ "printedName": "Get()",
1223
+ "children": [
1224
+ {
1225
+ "kind": "TypeNominal",
1226
+ "name": "TimeProvider",
1227
+ "printedName": "TNApiGetwaySDK.TimeProvider",
1228
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC"
1229
+ }
1230
+ ],
1231
+ "declKind": "Accessor",
1232
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC6sharedACvgZ",
1233
+ "mangledName": "$s14TNApiGetwaySDK12TimeProviderC6sharedACvgZ",
1234
+ "moduleName": "TNApiGetwaySDK",
1235
+ "static": true,
1236
+ "implicit": true,
1237
+ "declAttributes": [
1238
+ "Final"
1239
+ ],
1240
+ "accessorKind": "get"
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "kind": "Function",
1246
+ "name": "nowSeconds",
1247
+ "printedName": "nowSeconds()",
1248
+ "children": [
1249
+ {
1250
+ "kind": "TypeNominal",
1251
+ "name": "Int",
1252
+ "printedName": "Swift.Int",
1253
+ "usr": "s:Si"
1254
+ }
1255
+ ],
1256
+ "declKind": "Func",
1257
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC10nowSecondsSiyF",
1258
+ "mangledName": "$s14TNApiGetwaySDK12TimeProviderC10nowSecondsSiyF",
1259
+ "moduleName": "TNApiGetwaySDK",
1260
+ "declAttributes": [
1261
+ "Final",
1262
+ "AccessControl",
1263
+ "RawDocComment"
1264
+ ],
1265
+ "funcSelfKind": "NonMutating"
1266
+ },
1267
+ {
1268
+ "kind": "Function",
1269
+ "name": "isSynced",
1270
+ "printedName": "isSynced()",
1271
+ "children": [
1272
+ {
1273
+ "kind": "TypeNominal",
1274
+ "name": "Bool",
1275
+ "printedName": "Swift.Bool",
1276
+ "usr": "s:Sb"
1277
+ }
1278
+ ],
1279
+ "declKind": "Func",
1280
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC8isSyncedSbyF",
1281
+ "mangledName": "$s14TNApiGetwaySDK12TimeProviderC8isSyncedSbyF",
1282
+ "moduleName": "TNApiGetwaySDK",
1283
+ "declAttributes": [
1284
+ "Final",
1285
+ "AccessControl"
1286
+ ],
1287
+ "funcSelfKind": "NonMutating"
1288
+ }
1289
+ ],
1290
+ "declKind": "Class",
1291
+ "usr": "s:14TNApiGetwaySDK12TimeProviderC",
1292
+ "mangledName": "$s14TNApiGetwaySDK12TimeProviderC",
1293
+ "moduleName": "TNApiGetwaySDK",
1294
+ "declAttributes": [
1295
+ "Final",
1296
+ "AccessControl"
1297
+ ],
1298
+ "hasMissingDesignatedInitializers": true,
1299
+ "conformances": [
1300
+ {
1301
+ "kind": "Conformance",
1302
+ "name": "Copyable",
1303
+ "printedName": "Copyable",
1304
+ "usr": "s:s8CopyableP",
1305
+ "mangledName": "$ss8CopyableP"
1306
+ },
1307
+ {
1308
+ "kind": "Conformance",
1309
+ "name": "Escapable",
1310
+ "printedName": "Escapable",
1311
+ "usr": "s:s9EscapableP",
1312
+ "mangledName": "$ss9EscapableP"
1313
+ }
1314
+ ]
1315
+ }
1316
+ ],
1317
+ "json_format_version": 8
1318
+ },
1319
+ "ConstValues": [
1320
+ {
1321
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/AtomicLong.swift",
1322
+ "kind": "StringLiteral",
1323
+ "offset": 159,
1324
+ "length": 13,
1325
+ "value": "\"atomic.long\""
1326
+ },
1327
+ {
1328
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/Config.swift",
1329
+ "kind": "BooleanLiteral",
1330
+ "offset": 213,
1331
+ "length": 4,
1332
+ "value": "true"
1333
+ },
1334
+ {
1335
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/EncryptionCache.swift",
1336
+ "kind": "Dictionary",
1337
+ "offset": 164,
1338
+ "length": 3,
1339
+ "value": "[]"
1340
+ },
1341
+ {
1342
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/EncryptionCache.swift",
1343
+ "kind": "StringLiteral",
1344
+ "offset": 223,
1345
+ "length": 32,
1346
+ "value": "\"com.technonext.encryptioncache\""
1347
+ },
1348
+ {
1349
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/EncryptionCache.swift",
1350
+ "kind": "StringLiteral",
1351
+ "offset": 325,
1352
+ "length": 17,
1353
+ "value": "\"EncryptionCache\""
1354
+ },
1355
+ {
1356
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/FrameworkConfig.swift",
1357
+ "kind": "Dictionary",
1358
+ "offset": 223,
1359
+ "length": 3,
1360
+ "value": "[]"
1361
+ },
1362
+ {
1363
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/FrameworkConfig.swift",
1364
+ "kind": "BooleanLiteral",
1365
+ "offset": 260,
1366
+ "length": 5,
1367
+ "value": "false"
1368
+ },
1369
+ {
1370
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/FrameworkProtocol.swift",
1371
+ "kind": "StringLiteral",
1372
+ "offset": 121,
1373
+ "length": 19,
1374
+ "value": "\"FrameworkProtocol\""
1375
+ },
1376
+ {
1377
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/Logger.swift",
1378
+ "kind": "StringLiteral",
1379
+ "offset": 181,
1380
+ "length": 11,
1381
+ "value": "\"SDK Debug\""
1382
+ },
1383
+ {
1384
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/TimeProvider.swift",
1385
+ "kind": "IntegerLiteral",
1386
+ "offset": 242,
1387
+ "length": 1,
1388
+ "value": "0"
1389
+ },
1390
+ {
1391
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/TimeProvider.swift",
1392
+ "kind": "IntegerLiteral",
1393
+ "offset": 284,
1394
+ "length": 1,
1395
+ "value": "0"
1396
+ },
1397
+ {
1398
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/TimeProvider.swift",
1399
+ "kind": "BooleanLiteral",
1400
+ "offset": 311,
1401
+ "length": 5,
1402
+ "value": "false"
1403
+ },
1404
+ {
1405
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/TimeProvider.swift",
1406
+ "kind": "StringLiteral",
1407
+ "offset": 363,
1408
+ "length": 19,
1409
+ "value": "\"timeprovider.sync\""
1410
+ },
1411
+ {
1412
+ "filePath": "\/Users\/technonext\/tn\/vcs\/api-gatway-ios-library \/TNApiGetwaySDK\/TimeProvider.swift",
1413
+ "kind": "StringLiteral",
1414
+ "offset": 413,
1415
+ "length": 14,
1416
+ "value": "\"TimeProvider\""
1417
+ }
1418
+ ]
1419
+ }