@amityco/social-plus-vise 1.5.0 → 1.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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "extractor_version": "0.2.0-abi",
3
3
  "extractor": "ios-docc-extractor.py",
4
- "extracted_at": "2026-05-19T13:22:33.971996+00:00",
4
+ "extracted_at": "2026-07-06T04:51:06.807698+00:00",
5
5
  "sdk_product": "AmitySDK",
6
- "sdk_docc_archive": "integration-tests/ios/vendor/AmitySDK.xcframework/ios-arm64_x86_64-simulator/AmitySDK.framework/Modules/AmitySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json",
6
+ "sdk_docc_archive": "social-plus-docs/integration-tests/ios/vendor/AmitySDK.xcframework/ios-arm64_x86_64-simulator/AmitySDK.framework/Modules/AmitySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json",
7
7
  "source_format": "swiftmodule-abi-json",
8
8
  "note": "Surface extracted from the prebuilt xcframework's .abi.json. This is the compiled public ABI \u2014 equivalent in coverage to DocC's symbol graph but sourced from the vendor xcframework already in this repo. No source file:line locations are available (prebuilt binary).",
9
9
  "types": {
@@ -156,6 +156,22 @@
156
156
  "parameters": [],
157
157
  "returns": "()"
158
158
  }
159
+ },
160
+ {
161
+ "name": "markAsMeaningfullyViewed",
162
+ "kind": "func",
163
+ "printed_name": "markAsMeaningfullyViewed(feedRenderPosition:)",
164
+ "file": "",
165
+ "line": null,
166
+ "signature": {
167
+ "parameters": [
168
+ {
169
+ "label": "feedRenderPosition",
170
+ "type": "Swift.Int?"
171
+ }
172
+ ],
173
+ "returns": "()"
174
+ }
159
175
  }
160
176
  ],
161
177
  "nested_types": [],
@@ -311,6 +327,208 @@
311
327
  "conformances": [],
312
328
  "extensions": []
313
329
  },
330
+ "AmityAutoSubscription": {
331
+ "kind": "enum",
332
+ "primary_decl": {
333
+ "file": "",
334
+ "line": null
335
+ },
336
+ "members": [
337
+ {
338
+ "name": "chat",
339
+ "kind": "case",
340
+ "printed_name": "chat",
341
+ "file": "",
342
+ "line": null
343
+ },
344
+ {
345
+ "name": "network",
346
+ "kind": "case",
347
+ "printed_name": "network",
348
+ "file": "",
349
+ "line": null
350
+ },
351
+ {
352
+ "name": "livestream",
353
+ "kind": "case",
354
+ "printed_name": "livestream",
355
+ "file": "",
356
+ "line": null
357
+ },
358
+ {
359
+ "name": "block",
360
+ "kind": "case",
361
+ "printed_name": "block",
362
+ "file": "",
363
+ "line": null
364
+ },
365
+ {
366
+ "name": "isSystem",
367
+ "kind": "var",
368
+ "printed_name": "isSystem",
369
+ "file": "",
370
+ "line": null
371
+ },
372
+ {
373
+ "name": "topicCount",
374
+ "kind": "var",
375
+ "printed_name": "topicCount",
376
+ "file": "",
377
+ "line": null
378
+ },
379
+ {
380
+ "name": "==",
381
+ "kind": "func",
382
+ "printed_name": "==(_:_:)",
383
+ "file": "",
384
+ "line": null,
385
+ "signature": {
386
+ "parameters": [
387
+ {
388
+ "label": "_",
389
+ "type": "AmitySDK.AmityAutoSubscription"
390
+ },
391
+ {
392
+ "label": "_",
393
+ "type": "AmitySDK.AmityAutoSubscription"
394
+ }
395
+ ],
396
+ "returns": "Swift.Bool"
397
+ }
398
+ },
399
+ {
400
+ "name": "allCases",
401
+ "kind": "var",
402
+ "printed_name": "allCases",
403
+ "file": "",
404
+ "line": null
405
+ },
406
+ {
407
+ "name": "hashValue",
408
+ "kind": "var",
409
+ "printed_name": "hashValue",
410
+ "file": "",
411
+ "line": null
412
+ },
413
+ {
414
+ "name": "hash",
415
+ "kind": "func",
416
+ "printed_name": "hash(into:)",
417
+ "file": "",
418
+ "line": null,
419
+ "signature": {
420
+ "parameters": [
421
+ {
422
+ "label": "into",
423
+ "type": "Swift.Hasher"
424
+ }
425
+ ],
426
+ "returns": "()"
427
+ }
428
+ }
429
+ ],
430
+ "nested_types": [],
431
+ "conformances": [
432
+ "Equatable",
433
+ "CaseIterable",
434
+ "Hashable"
435
+ ],
436
+ "extensions": []
437
+ },
438
+ "AmityAutoSubscriptionState": {
439
+ "kind": "struct",
440
+ "primary_decl": {
441
+ "file": "",
442
+ "line": null
443
+ },
444
+ "members": [
445
+ {
446
+ "name": "feature",
447
+ "kind": "var",
448
+ "printed_name": "feature",
449
+ "file": "",
450
+ "line": null
451
+ },
452
+ {
453
+ "name": "isActive",
454
+ "kind": "var",
455
+ "printed_name": "isActive",
456
+ "file": "",
457
+ "line": null
458
+ },
459
+ {
460
+ "name": "isSystem",
461
+ "kind": "var",
462
+ "printed_name": "isSystem",
463
+ "file": "",
464
+ "line": null
465
+ },
466
+ {
467
+ "name": "topicCount",
468
+ "kind": "var",
469
+ "printed_name": "topicCount",
470
+ "file": "",
471
+ "line": null
472
+ }
473
+ ],
474
+ "nested_types": [],
475
+ "conformances": [],
476
+ "extensions": []
477
+ },
478
+ "AmitySearchOrderBy": {
479
+ "kind": "enum",
480
+ "primary_decl": {
481
+ "file": "",
482
+ "line": null
483
+ },
484
+ "members": [
485
+ {
486
+ "name": "descending",
487
+ "kind": "case",
488
+ "printed_name": "descending",
489
+ "file": "",
490
+ "line": null
491
+ },
492
+ {
493
+ "name": "ascending",
494
+ "kind": "case",
495
+ "printed_name": "ascending",
496
+ "file": "",
497
+ "line": null
498
+ },
499
+ {
500
+ "name": "init",
501
+ "kind": "init",
502
+ "printed_name": "init(rawValue:)",
503
+ "file": "",
504
+ "line": null,
505
+ "signature": {
506
+ "parameters": [
507
+ {
508
+ "label": "rawValue",
509
+ "type": "Swift.String"
510
+ }
511
+ ],
512
+ "returns": "AmitySDK.AmitySearchOrderBy?"
513
+ }
514
+ },
515
+ {
516
+ "name": "rawValue",
517
+ "kind": "var",
518
+ "printed_name": "rawValue",
519
+ "file": "",
520
+ "line": null
521
+ }
522
+ ],
523
+ "nested_types": [],
524
+ "conformances": [
525
+ "Equatable",
526
+ "Hashable",
527
+ "RawRepresentable",
528
+ "SendableMetatype"
529
+ ],
530
+ "extensions": []
531
+ },
314
532
  "AmityChannelQueryFilter": {
315
533
  "kind": "enum",
316
534
  "primary_decl": {
@@ -641,6 +859,20 @@
641
859
  "file": "",
642
860
  "line": null
643
861
  },
862
+ {
863
+ "name": "visitorUsageLimitExceeded",
864
+ "kind": "case",
865
+ "printed_name": "visitorUsageLimitExceeded",
866
+ "file": "",
867
+ "line": null
868
+ },
869
+ {
870
+ "name": "maxBlockedUsersReached",
871
+ "kind": "case",
872
+ "printed_name": "maxBlockedUsersReached",
873
+ "file": "",
874
+ "line": null
875
+ },
644
876
  {
645
877
  "name": "conflict",
646
878
  "kind": "case",
@@ -669,6 +901,13 @@
669
901
  "file": "",
670
902
  "line": null
671
903
  },
904
+ {
905
+ "name": "forYouFeedDisabled",
906
+ "kind": "case",
907
+ "printed_name": "forYouFeedDisabled",
908
+ "file": "",
909
+ "line": null
910
+ },
672
911
  {
673
912
  "name": "visitorPermissionDenied",
674
913
  "kind": "case",
@@ -2375,11 +2614,11 @@
2375
2614
  ],
2376
2615
  "nested_types": [],
2377
2616
  "conformances": [
2617
+ "Equatable",
2378
2618
  "Hashable",
2379
2619
  "RawRepresentable",
2380
2620
  "CaseIterable",
2381
- "SendableMetatype",
2382
- "Equatable"
2621
+ "SendableMetatype"
2383
2622
  ],
2384
2623
  "extensions": []
2385
2624
  },
@@ -3139,12 +3378,12 @@
3139
3378
  ],
3140
3379
  "nested_types": [],
3141
3380
  "conformances": [
3381
+ "OptionSet",
3142
3382
  "RawRepresentable",
3143
3383
  "SetAlgebra",
3144
3384
  "SendableMetatype",
3145
3385
  "Equatable",
3146
- "ExpressibleByArrayLiteral",
3147
- "OptionSet"
3386
+ "ExpressibleByArrayLiteral"
3148
3387
  ],
3149
3388
  "extensions": []
3150
3389
  },
@@ -5520,6 +5759,13 @@
5520
5759
  "returns": "Combine.AnyPublisher<AmitySDK.UserUnread, Swift.Never>"
5521
5760
  }
5522
5761
  },
5762
+ {
5763
+ "name": "visitorUsageLimitReachedPublisher",
5764
+ "kind": "var",
5765
+ "printed_name": "visitorUsageLimitReachedPublisher",
5766
+ "file": "",
5767
+ "line": null
5768
+ },
5523
5769
  {
5524
5770
  "name": "user",
5525
5771
  "kind": "var",
@@ -5842,6 +6088,49 @@
5842
6088
  "returns": "()"
5843
6089
  }
5844
6090
  },
6091
+ {
6092
+ "name": "enableAutoSubscriptions",
6093
+ "kind": "func",
6094
+ "printed_name": "enableAutoSubscriptions(_:)",
6095
+ "file": "",
6096
+ "line": null,
6097
+ "signature": {
6098
+ "parameters": [
6099
+ {
6100
+ "label": "_",
6101
+ "type": "[AmitySDK.AmityAutoSubscription]"
6102
+ }
6103
+ ],
6104
+ "returns": "()"
6105
+ }
6106
+ },
6107
+ {
6108
+ "name": "disableAutoSubscriptions",
6109
+ "kind": "func",
6110
+ "printed_name": "disableAutoSubscriptions(_:)",
6111
+ "file": "",
6112
+ "line": null,
6113
+ "signature": {
6114
+ "parameters": [
6115
+ {
6116
+ "label": "_",
6117
+ "type": "[AmitySDK.AmityAutoSubscription]"
6118
+ }
6119
+ ],
6120
+ "returns": "()"
6121
+ }
6122
+ },
6123
+ {
6124
+ "name": "autoSubscriptions",
6125
+ "kind": "func",
6126
+ "printed_name": "autoSubscriptions()",
6127
+ "file": "",
6128
+ "line": null,
6129
+ "signature": {
6130
+ "parameters": [],
6131
+ "returns": "[AmitySDK.AmityAutoSubscriptionState]"
6132
+ }
6133
+ },
5845
6134
  {
5846
6135
  "name": "setUploadedFileAccessType",
5847
6136
  "kind": "func",
@@ -5963,6 +6252,17 @@
5963
6252
  "returns": "AmitySDK.AmityProductCatalogueSetting"
5964
6253
  }
5965
6254
  },
6255
+ {
6256
+ "name": "getForYouFeedSetting",
6257
+ "kind": "func",
6258
+ "printed_name": "getForYouFeedSetting()",
6259
+ "file": "",
6260
+ "line": null,
6261
+ "signature": {
6262
+ "parameters": [],
6263
+ "returns": "AmitySDK.AmityForYouFeedSetting"
6264
+ }
6265
+ },
5966
6266
  {
5967
6267
  "name": "getSocialSettings",
5968
6268
  "kind": "func",
@@ -6117,6 +6417,80 @@
6117
6417
  "conformances": [],
6118
6418
  "extensions": []
6119
6419
  },
6420
+ "AmitySharableContentType": {
6421
+ "kind": "enum",
6422
+ "primary_decl": {
6423
+ "file": "",
6424
+ "line": null
6425
+ },
6426
+ "members": [
6427
+ {
6428
+ "name": "post",
6429
+ "kind": "case",
6430
+ "printed_name": "post",
6431
+ "file": "",
6432
+ "line": null
6433
+ },
6434
+ {
6435
+ "name": "community",
6436
+ "kind": "case",
6437
+ "printed_name": "community",
6438
+ "file": "",
6439
+ "line": null
6440
+ },
6441
+ {
6442
+ "name": "user",
6443
+ "kind": "case",
6444
+ "printed_name": "user",
6445
+ "file": "",
6446
+ "line": null
6447
+ },
6448
+ {
6449
+ "name": "livestream",
6450
+ "kind": "case",
6451
+ "printed_name": "livestream",
6452
+ "file": "",
6453
+ "line": null
6454
+ },
6455
+ {
6456
+ "name": "event",
6457
+ "kind": "case",
6458
+ "printed_name": "event",
6459
+ "file": "",
6460
+ "line": null
6461
+ },
6462
+ {
6463
+ "name": "init",
6464
+ "kind": "init",
6465
+ "printed_name": "init(rawValue:)",
6466
+ "file": "",
6467
+ "line": null,
6468
+ "signature": {
6469
+ "parameters": [
6470
+ {
6471
+ "label": "rawValue",
6472
+ "type": "Swift.String"
6473
+ }
6474
+ ],
6475
+ "returns": "AmitySDK.AmitySharableContentType?"
6476
+ }
6477
+ },
6478
+ {
6479
+ "name": "rawValue",
6480
+ "kind": "var",
6481
+ "printed_name": "rawValue",
6482
+ "file": "",
6483
+ "line": null
6484
+ }
6485
+ ],
6486
+ "nested_types": [],
6487
+ "conformances": [
6488
+ "Equatable",
6489
+ "Hashable",
6490
+ "RawRepresentable"
6491
+ ],
6492
+ "extensions": []
6493
+ },
6120
6494
  "AmityShareableLinkConfiguration": {
6121
6495
  "kind": "struct",
6122
6496
  "primary_decl": {
@@ -6137,6 +6511,58 @@
6137
6511
  "printed_name": "patterns",
6138
6512
  "file": "",
6139
6513
  "line": null
6514
+ },
6515
+ {
6516
+ "name": "isEnabled",
6517
+ "kind": "func",
6518
+ "printed_name": "isEnabled(_:)",
6519
+ "file": "",
6520
+ "line": null,
6521
+ "signature": {
6522
+ "parameters": [
6523
+ {
6524
+ "label": "_",
6525
+ "type": "AmitySDK.AmitySharableContentType"
6526
+ }
6527
+ ],
6528
+ "returns": "Swift.Bool"
6529
+ }
6530
+ },
6531
+ {
6532
+ "name": "getPattern",
6533
+ "kind": "func",
6534
+ "printed_name": "getPattern(_:)",
6535
+ "file": "",
6536
+ "line": null,
6537
+ "signature": {
6538
+ "parameters": [
6539
+ {
6540
+ "label": "_",
6541
+ "type": "AmitySDK.AmitySharableContentType"
6542
+ }
6543
+ ],
6544
+ "returns": "Swift.String?"
6545
+ }
6546
+ },
6547
+ {
6548
+ "name": "generateLink",
6549
+ "kind": "func",
6550
+ "printed_name": "generateLink(_:referenceId:)",
6551
+ "file": "",
6552
+ "line": null,
6553
+ "signature": {
6554
+ "parameters": [
6555
+ {
6556
+ "label": "_",
6557
+ "type": "AmitySDK.AmitySharableContentType"
6558
+ },
6559
+ {
6560
+ "label": "referenceId",
6561
+ "type": "Swift.String"
6562
+ }
6563
+ ],
6564
+ "returns": "Swift.String?"
6565
+ }
6140
6566
  }
6141
6567
  ],
6142
6568
  "nested_types": [],
@@ -6854,11 +7280,11 @@
6854
7280
  ],
6855
7281
  "nested_types": [],
6856
7282
  "conformances": [
7283
+ "Equatable",
6857
7284
  "Hashable",
6858
7285
  "RawRepresentable",
6859
7286
  "CaseIterable",
6860
- "SendableMetatype",
6861
- "Equatable"
7287
+ "SendableMetatype"
6862
7288
  ],
6863
7289
  "extensions": []
6864
7290
  },
@@ -8927,11 +9353,11 @@
8927
9353
  ],
8928
9354
  "nested_types": [],
8929
9355
  "conformances": [
9356
+ "Equatable",
9357
+ "Hashable",
8930
9358
  "CVarArg",
8931
- "CustomDebugStringConvertible",
8932
9359
  "CustomStringConvertible",
8933
- "Equatable",
8934
- "Hashable"
9360
+ "CustomDebugStringConvertible"
8935
9361
  ],
8936
9362
  "extensions": []
8937
9363
  },
@@ -10673,12 +11099,12 @@
10673
11099
  ],
10674
11100
  "nested_types": [],
10675
11101
  "conformances": [
10676
- "CocoaMQTTSocketProtocol",
11102
+ "Equatable",
11103
+ "Hashable",
10677
11104
  "CVarArg",
10678
- "CustomDebugStringConvertible",
10679
11105
  "CustomStringConvertible",
10680
- "Equatable",
10681
- "Hashable"
11106
+ "CustomDebugStringConvertible",
11107
+ "CocoaMQTTSocketProtocol"
10682
11108
  ],
10683
11109
  "extensions": []
10684
11110
  },
@@ -11454,8 +11880,8 @@
11454
11880
  }
11455
11881
  ],
11456
11882
  "conformances": [
11457
- "CocoaMQTTWebSocketConnectionDelegate",
11458
- "CocoaMQTTSocketProtocol"
11883
+ "CocoaMQTTSocketProtocol",
11884
+ "CocoaMQTTWebSocketConnectionDelegate"
11459
11885
  ],
11460
11886
  "extensions": []
11461
11887
  },
@@ -11515,11 +11941,11 @@
11515
11941
  ],
11516
11942
  "nested_types": [],
11517
11943
  "conformances": [
11944
+ "Equatable",
11945
+ "Hashable",
11518
11946
  "CVarArg",
11519
- "CustomDebugStringConvertible",
11520
11947
  "CustomStringConvertible",
11521
- "Equatable",
11522
- "Hashable"
11948
+ "CustomDebugStringConvertible"
11523
11949
  ],
11524
11950
  "extensions": []
11525
11951
  },
@@ -11614,11 +12040,11 @@
11614
12040
  ],
11615
12041
  "nested_types": [],
11616
12042
  "conformances": [
12043
+ "Equatable",
12044
+ "Hashable",
11617
12045
  "CVarArg",
11618
- "CustomDebugStringConvertible",
11619
12046
  "CustomStringConvertible",
11620
- "Equatable",
11621
- "Hashable"
12047
+ "CustomDebugStringConvertible"
11622
12048
  ],
11623
12049
  "extensions": []
11624
12050
  },
@@ -11691,11 +12117,11 @@
11691
12117
  ],
11692
12118
  "nested_types": [],
11693
12119
  "conformances": [
12120
+ "Equatable",
12121
+ "Hashable",
11694
12122
  "CVarArg",
11695
- "CustomDebugStringConvertible",
11696
12123
  "CustomStringConvertible",
11697
- "Equatable",
11698
- "Hashable"
12124
+ "CustomDebugStringConvertible"
11699
12125
  ],
11700
12126
  "extensions": []
11701
12127
  },
@@ -11768,11 +12194,11 @@
11768
12194
  ],
11769
12195
  "nested_types": [],
11770
12196
  "conformances": [
12197
+ "Equatable",
12198
+ "Hashable",
11771
12199
  "CVarArg",
11772
- "CustomDebugStringConvertible",
11773
12200
  "CustomStringConvertible",
11774
- "Equatable",
11775
- "Hashable"
12201
+ "CustomDebugStringConvertible"
11776
12202
  ],
11777
12203
  "extensions": []
11778
12204
  },
@@ -11901,11 +12327,11 @@
11901
12327
  ],
11902
12328
  "nested_types": [],
11903
12329
  "conformances": [
12330
+ "Equatable",
12331
+ "Hashable",
11904
12332
  "CVarArg",
11905
- "CustomDebugStringConvertible",
11906
12333
  "CustomStringConvertible",
11907
- "Equatable",
11908
- "Hashable"
12334
+ "CustomDebugStringConvertible"
11909
12335
  ],
11910
12336
  "extensions": []
11911
12337
  },
@@ -11978,11 +12404,11 @@
11978
12404
  ],
11979
12405
  "nested_types": [],
11980
12406
  "conformances": [
12407
+ "Equatable",
12408
+ "Hashable",
11981
12409
  "CVarArg",
11982
- "CustomDebugStringConvertible",
11983
12410
  "CustomStringConvertible",
11984
- "Equatable",
11985
- "Hashable"
12411
+ "CustomDebugStringConvertible"
11986
12412
  ],
11987
12413
  "extensions": []
11988
12414
  },
@@ -12055,11 +12481,11 @@
12055
12481
  ],
12056
12482
  "nested_types": [],
12057
12483
  "conformances": [
12484
+ "Equatable",
12485
+ "Hashable",
12058
12486
  "CVarArg",
12059
- "CustomDebugStringConvertible",
12060
12487
  "CustomStringConvertible",
12061
- "Equatable",
12062
- "Hashable"
12488
+ "CustomDebugStringConvertible"
12063
12489
  ],
12064
12490
  "extensions": []
12065
12491
  },
@@ -12132,11 +12558,11 @@
12132
12558
  ],
12133
12559
  "nested_types": [],
12134
12560
  "conformances": [
12561
+ "Equatable",
12562
+ "Hashable",
12135
12563
  "CVarArg",
12136
- "CustomDebugStringConvertible",
12137
12564
  "CustomStringConvertible",
12138
- "Equatable",
12139
- "Hashable"
12565
+ "CustomDebugStringConvertible"
12140
12566
  ],
12141
12567
  "extensions": []
12142
12568
  },
@@ -12209,11 +12635,11 @@
12209
12635
  ],
12210
12636
  "nested_types": [],
12211
12637
  "conformances": [
12638
+ "Equatable",
12639
+ "Hashable",
12212
12640
  "CVarArg",
12213
- "CustomDebugStringConvertible",
12214
12641
  "CustomStringConvertible",
12215
- "Equatable",
12216
- "Hashable"
12642
+ "CustomDebugStringConvertible"
12217
12643
  ],
12218
12644
  "extensions": []
12219
12645
  },
@@ -12356,11 +12782,11 @@
12356
12782
  ],
12357
12783
  "nested_types": [],
12358
12784
  "conformances": [
12785
+ "Equatable",
12786
+ "Hashable",
12359
12787
  "CVarArg",
12360
- "CustomDebugStringConvertible",
12361
12788
  "CustomStringConvertible",
12362
- "Equatable",
12363
- "Hashable"
12789
+ "CustomDebugStringConvertible"
12364
12790
  ],
12365
12791
  "extensions": []
12366
12792
  },
@@ -12766,11 +13192,11 @@
12766
13192
  "nested_types": [],
12767
13193
  "conformances": [
12768
13194
  "Engine",
12769
- "CVarArg",
12770
- "CustomDebugStringConvertible",
12771
- "CustomStringConvertible",
12772
13195
  "Equatable",
12773
13196
  "Hashable",
13197
+ "CVarArg",
13198
+ "CustomStringConvertible",
13199
+ "CustomDebugStringConvertible",
12774
13200
  "SendableMetatype"
12775
13201
  ],
12776
13202
  "extensions": []
@@ -13903,8 +14329,8 @@
13903
14329
  ],
13904
14330
  "nested_types": [],
13905
14331
  "conformances": [
13906
- "HeaderValidator",
13907
- "CertificatePinning"
14332
+ "CertificatePinning",
14333
+ "HeaderValidator"
13908
14334
  ],
13909
14335
  "extensions": []
13910
14336
  },
@@ -15013,11 +15439,11 @@
15013
15439
  "nested_types": [],
15014
15440
  "conformances": [
15015
15441
  "Transport",
15442
+ "Equatable",
15443
+ "Hashable",
15016
15444
  "CVarArg",
15017
- "CustomDebugStringConvertible",
15018
15445
  "CustomStringConvertible",
15019
- "Equatable",
15020
- "Hashable"
15446
+ "CustomDebugStringConvertible"
15021
15447
  ],
15022
15448
  "extensions": []
15023
15449
  },
@@ -15849,8 +16275,8 @@
15849
16275
  ],
15850
16276
  "nested_types": [],
15851
16277
  "conformances": [
15852
- "AmityBuilder",
15853
- "AmityChannelCreateOptions"
16278
+ "AmityChannelCreateOptions",
16279
+ "AmityBuilder"
15854
16280
  ],
15855
16281
  "extensions": []
15856
16282
  },
@@ -15918,8 +16344,8 @@
15918
16344
  ],
15919
16345
  "nested_types": [],
15920
16346
  "conformances": [
15921
- "AmityBuilder",
15922
- "AmityChannelCreateOptions"
16347
+ "AmityChannelCreateOptions",
16348
+ "AmityBuilder"
15923
16349
  ],
15924
16350
  "extensions": []
15925
16351
  },
@@ -16116,9 +16542,141 @@
16116
16542
  ],
16117
16543
  "nested_types": [],
16118
16544
  "conformances": [
16119
- "AmityBuilder",
16120
- "AmityChannelCreateOptions"
16545
+ "AmityChannelCreateOptions",
16546
+ "AmityBuilder"
16547
+ ],
16548
+ "extensions": []
16549
+ },
16550
+ "AmityChannelSearchSortBy": {
16551
+ "kind": "enum",
16552
+ "primary_decl": {
16553
+ "file": "",
16554
+ "line": null
16555
+ },
16556
+ "members": [
16557
+ {
16558
+ "name": "relevance",
16559
+ "kind": "case",
16560
+ "printed_name": "relevance",
16561
+ "file": "",
16562
+ "line": null
16563
+ },
16564
+ {
16565
+ "name": "lastActivity",
16566
+ "kind": "case",
16567
+ "printed_name": "lastActivity",
16568
+ "file": "",
16569
+ "line": null
16570
+ },
16571
+ {
16572
+ "name": "init",
16573
+ "kind": "init",
16574
+ "printed_name": "init(rawValue:)",
16575
+ "file": "",
16576
+ "line": null,
16577
+ "signature": {
16578
+ "parameters": [
16579
+ {
16580
+ "label": "rawValue",
16581
+ "type": "Swift.String"
16582
+ }
16583
+ ],
16584
+ "returns": "AmitySDK.AmityChannelSearchSortBy?"
16585
+ }
16586
+ },
16587
+ {
16588
+ "name": "rawValue",
16589
+ "kind": "var",
16590
+ "printed_name": "rawValue",
16591
+ "file": "",
16592
+ "line": null
16593
+ }
16594
+ ],
16595
+ "nested_types": [],
16596
+ "conformances": [
16597
+ "Equatable",
16598
+ "Hashable",
16599
+ "RawRepresentable"
16600
+ ],
16601
+ "extensions": []
16602
+ },
16603
+ "AmityChannelSearchOptions": {
16604
+ "kind": "class",
16605
+ "primary_decl": {
16606
+ "file": "",
16607
+ "line": null
16608
+ },
16609
+ "members": [
16610
+ {
16611
+ "name": "query",
16612
+ "kind": "var",
16613
+ "printed_name": "query",
16614
+ "file": "",
16615
+ "line": null
16616
+ },
16617
+ {
16618
+ "name": "exactMatch",
16619
+ "kind": "var",
16620
+ "printed_name": "exactMatch",
16621
+ "file": "",
16622
+ "line": null
16623
+ },
16624
+ {
16625
+ "name": "types",
16626
+ "kind": "var",
16627
+ "printed_name": "types",
16628
+ "file": "",
16629
+ "line": null
16630
+ },
16631
+ {
16632
+ "name": "isMemberOnly",
16633
+ "kind": "var",
16634
+ "printed_name": "isMemberOnly",
16635
+ "file": "",
16636
+ "line": null
16637
+ },
16638
+ {
16639
+ "name": "tags",
16640
+ "kind": "var",
16641
+ "printed_name": "tags",
16642
+ "file": "",
16643
+ "line": null
16644
+ },
16645
+ {
16646
+ "name": "limit",
16647
+ "kind": "var",
16648
+ "printed_name": "limit",
16649
+ "file": "",
16650
+ "line": null
16651
+ },
16652
+ {
16653
+ "name": "orderBy",
16654
+ "kind": "var",
16655
+ "printed_name": "orderBy",
16656
+ "file": "",
16657
+ "line": null
16658
+ },
16659
+ {
16660
+ "name": "sortBy",
16661
+ "kind": "var",
16662
+ "printed_name": "sortBy",
16663
+ "file": "",
16664
+ "line": null
16665
+ },
16666
+ {
16667
+ "name": "init",
16668
+ "kind": "init",
16669
+ "printed_name": "init()",
16670
+ "file": "",
16671
+ "line": null,
16672
+ "signature": {
16673
+ "parameters": [],
16674
+ "returns": "AmitySDK.AmityChannelSearchOptions"
16675
+ }
16676
+ }
16121
16677
  ],
16678
+ "nested_types": [],
16679
+ "conformances": [],
16122
16680
  "extensions": []
16123
16681
  },
16124
16682
  "AmityChannelUpdateOptions": {
@@ -16214,6 +16772,22 @@
16214
16772
  ],
16215
16773
  "returns": "()"
16216
16774
  }
16775
+ },
16776
+ {
16777
+ "name": "setNotificationMode",
16778
+ "kind": "func",
16779
+ "printed_name": "setNotificationMode(_:)",
16780
+ "file": "",
16781
+ "line": null,
16782
+ "signature": {
16783
+ "parameters": [
16784
+ {
16785
+ "label": "_",
16786
+ "type": "AmitySDK.AmityChannelNotificationMode"
16787
+ }
16788
+ ],
16789
+ "returns": "()"
16790
+ }
16217
16791
  }
16218
16792
  ],
16219
16793
  "nested_types": [],
@@ -16367,6 +16941,13 @@
16367
16941
  "file": "",
16368
16942
  "line": null
16369
16943
  },
16944
+ {
16945
+ "name": "notificationMode",
16946
+ "kind": "var",
16947
+ "printed_name": "notificationMode",
16948
+ "file": "",
16949
+ "line": null
16950
+ },
16370
16951
  {
16371
16952
  "name": "subChannelsUnreadCount",
16372
16953
  "kind": "var",
@@ -16624,10 +17205,17 @@
16624
17205
  "file": "",
16625
17206
  "line": null
16626
17207
  },
17208
+ {
17209
+ "name": "excludeArchives",
17210
+ "kind": "var",
17211
+ "printed_name": "excludeArchives",
17212
+ "file": "",
17213
+ "line": null
17214
+ },
16627
17215
  {
16628
17216
  "name": "init",
16629
17217
  "kind": "init",
16630
- "printed_name": "init(types:filter:includingTags:excludingTags:includeDeleted:)",
17218
+ "printed_name": "init(types:filter:includingTags:excludingTags:includeDeleted:excludeArchives:)",
16631
17219
  "file": "",
16632
17220
  "line": null,
16633
17221
  "signature": {
@@ -16651,6 +17239,10 @@
16651
17239
  {
16652
17240
  "label": "includeDeleted",
16653
17241
  "type": "Swift.Bool"
17242
+ },
17243
+ {
17244
+ "label": "excludeArchives",
17245
+ "type": "Swift.Bool"
16654
17246
  }
16655
17247
  ],
16656
17248
  "returns": "AmitySDK.AmityChannelQueryOptions"
@@ -17047,6 +17639,73 @@
17047
17639
  "conformances": [],
17048
17640
  "extensions": []
17049
17641
  },
17642
+ "AmityChannelNotificationMode": {
17643
+ "kind": "enum",
17644
+ "primary_decl": {
17645
+ "file": "",
17646
+ "line": null
17647
+ },
17648
+ "members": [
17649
+ {
17650
+ "name": "default",
17651
+ "kind": "case",
17652
+ "printed_name": "default",
17653
+ "file": "",
17654
+ "line": null
17655
+ },
17656
+ {
17657
+ "name": "subscribe",
17658
+ "kind": "case",
17659
+ "printed_name": "subscribe",
17660
+ "file": "",
17661
+ "line": null
17662
+ },
17663
+ {
17664
+ "name": "silent",
17665
+ "kind": "case",
17666
+ "printed_name": "silent",
17667
+ "file": "",
17668
+ "line": null
17669
+ },
17670
+ {
17671
+ "name": "unknown",
17672
+ "kind": "case",
17673
+ "printed_name": "unknown",
17674
+ "file": "",
17675
+ "line": null
17676
+ },
17677
+ {
17678
+ "name": "init",
17679
+ "kind": "init",
17680
+ "printed_name": "init(rawValue:)",
17681
+ "file": "",
17682
+ "line": null,
17683
+ "signature": {
17684
+ "parameters": [
17685
+ {
17686
+ "label": "rawValue",
17687
+ "type": "Swift.String"
17688
+ }
17689
+ ],
17690
+ "returns": "AmitySDK.AmityChannelNotificationMode?"
17691
+ }
17692
+ },
17693
+ {
17694
+ "name": "rawValue",
17695
+ "kind": "var",
17696
+ "printed_name": "rawValue",
17697
+ "file": "",
17698
+ "line": null
17699
+ }
17700
+ ],
17701
+ "nested_types": [],
17702
+ "conformances": [
17703
+ "Equatable",
17704
+ "Hashable",
17705
+ "RawRepresentable"
17706
+ ],
17707
+ "extensions": []
17708
+ },
17050
17709
  "AmityChannelRepository": {
17051
17710
  "kind": "class",
17052
17711
  "primary_decl": {
@@ -17239,6 +17898,76 @@
17239
17898
  ],
17240
17899
  "returns": "()"
17241
17900
  }
17901
+ },
17902
+ {
17903
+ "name": "searchChannels",
17904
+ "kind": "func",
17905
+ "printed_name": "searchChannels(options:)",
17906
+ "file": "",
17907
+ "line": null,
17908
+ "signature": {
17909
+ "parameters": [
17910
+ {
17911
+ "label": "options",
17912
+ "type": "AmitySDK.AmityChannelSearchOptions"
17913
+ }
17914
+ ],
17915
+ "returns": "AmitySDK.AmityCollection<AmitySDK.AmityChannel>"
17916
+ }
17917
+ },
17918
+ {
17919
+ "name": "archiveChannel",
17920
+ "kind": "func",
17921
+ "printed_name": "archiveChannel(channelId:)",
17922
+ "file": "",
17923
+ "line": null,
17924
+ "signature": {
17925
+ "parameters": [
17926
+ {
17927
+ "label": "channelId",
17928
+ "type": "Swift.String"
17929
+ }
17930
+ ],
17931
+ "returns": "()"
17932
+ }
17933
+ },
17934
+ {
17935
+ "name": "unarchiveChannel",
17936
+ "kind": "func",
17937
+ "printed_name": "unarchiveChannel(channelId:)",
17938
+ "file": "",
17939
+ "line": null,
17940
+ "signature": {
17941
+ "parameters": [
17942
+ {
17943
+ "label": "channelId",
17944
+ "type": "Swift.String"
17945
+ }
17946
+ ],
17947
+ "returns": "()"
17948
+ }
17949
+ },
17950
+ {
17951
+ "name": "getArchivedChannelIds",
17952
+ "kind": "func",
17953
+ "printed_name": "getArchivedChannelIds()",
17954
+ "file": "",
17955
+ "line": null,
17956
+ "signature": {
17957
+ "parameters": [],
17958
+ "returns": "[Swift.String]"
17959
+ }
17960
+ },
17961
+ {
17962
+ "name": "getArchivedChannels",
17963
+ "kind": "func",
17964
+ "printed_name": "getArchivedChannels()",
17965
+ "file": "",
17966
+ "line": null,
17967
+ "signature": {
17968
+ "parameters": [],
17969
+ "returns": "AmitySDK.AmityCollection<AmitySDK.AmityChannel>"
17970
+ }
17242
17971
  }
17243
17972
  ],
17244
17973
  "nested_types": [],
@@ -19430,10 +20159,17 @@
19430
20159
  "file": "",
19431
20160
  "line": null
19432
20161
  },
20162
+ {
20163
+ "name": "excludeBlockUserComments",
20164
+ "kind": "var",
20165
+ "printed_name": "excludeBlockUserComments",
20166
+ "file": "",
20167
+ "line": null
20168
+ },
19433
20169
  {
19434
20170
  "name": "init",
19435
20171
  "kind": "init",
19436
- "printed_name": "init(referenceId:referenceType:filterByParentId:dataTypes:parentId:orderBy:includeDeleted:pageSize:)",
20172
+ "printed_name": "init(referenceId:referenceType:filterByParentId:dataTypes:parentId:orderBy:includeDeleted:pageSize:excludeBlockUserComments:)",
19437
20173
  "file": "",
19438
20174
  "line": null,
19439
20175
  "signature": {
@@ -19469,6 +20205,10 @@
19469
20205
  {
19470
20206
  "label": "pageSize",
19471
20207
  "type": "Swift.Int"
20208
+ },
20209
+ {
20210
+ "label": "excludeBlockUserComments",
20211
+ "type": "Swift.Bool"
19472
20212
  }
19473
20213
  ],
19474
20214
  "returns": "AmitySDK.AmityCommentQueryOptions"
@@ -21408,10 +22148,17 @@
21408
22148
  "file": "",
21409
22149
  "line": null
21410
22150
  },
22151
+ {
22152
+ "name": "tags",
22153
+ "kind": "var",
22154
+ "printed_name": "tags",
22155
+ "file": "",
22156
+ "line": null
22157
+ },
21411
22158
  {
21412
22159
  "name": "init",
21413
22160
  "kind": "init",
21414
- "printed_name": "init(filter:sortBy:categoryId:includeDeleted:includeDiscoverablePrivateCommunity:)",
22161
+ "printed_name": "init(filter:sortBy:categoryId:includeDeleted:includeDiscoverablePrivateCommunity:tags:)",
21415
22162
  "file": "",
21416
22163
  "line": null,
21417
22164
  "signature": {
@@ -21435,6 +22182,10 @@
21435
22182
  {
21436
22183
  "label": "includeDiscoverablePrivateCommunity",
21437
22184
  "type": "Swift.Bool?"
22185
+ },
22186
+ {
22187
+ "label": "tags",
22188
+ "type": "[Swift.String]?"
21438
22189
  }
21439
22190
  ],
21440
22191
  "returns": "AmitySDK.AmityCommunityQueryOptions"
@@ -23963,6 +24714,43 @@
23963
24714
  ],
23964
24715
  "extensions": []
23965
24716
  },
24717
+ "AmityForYouFeedSetting": {
24718
+ "kind": "struct",
24719
+ "primary_decl": {
24720
+ "file": "",
24721
+ "line": null
24722
+ },
24723
+ "members": [
24724
+ {
24725
+ "name": "enabled",
24726
+ "kind": "var",
24727
+ "printed_name": "enabled",
24728
+ "file": "",
24729
+ "line": null
24730
+ },
24731
+ {
24732
+ "name": "init",
24733
+ "kind": "init",
24734
+ "printed_name": "init(from:)",
24735
+ "file": "",
24736
+ "line": null,
24737
+ "signature": {
24738
+ "parameters": [
24739
+ {
24740
+ "label": "from",
24741
+ "type": "any Swift.Decoder"
24742
+ }
24743
+ ],
24744
+ "returns": "AmitySDK.AmityForYouFeedSetting"
24745
+ }
24746
+ }
24747
+ ],
24748
+ "nested_types": [],
24749
+ "conformances": [
24750
+ "Decodable"
24751
+ ],
24752
+ "extensions": []
24753
+ },
23966
24754
  "AmityPinnedPost": {
23967
24755
  "kind": "class",
23968
24756
  "primary_decl": {
@@ -24842,7 +25630,7 @@
24842
25630
  {
24843
25631
  "name": "getUserFeed",
24844
25632
  "kind": "func",
24845
- "printed_name": "getUserFeed(_:feedSources:dataTypes:sortBy:includeDeleted:matchingOnlyParentPost:includeMixedStructure:untilAt:)",
25633
+ "printed_name": "getUserFeed(_:feedSources:dataTypes:sortBy:includeDeleted:matchingOnlyParentPost:includeMixedStructure:untilAt:excludeBlockUserPosts:)",
24846
25634
  "file": "",
24847
25635
  "line": null,
24848
25636
  "signature": {
@@ -24878,6 +25666,10 @@
24878
25666
  {
24879
25667
  "label": "untilAt",
24880
25668
  "type": "Foundation.Date?"
25669
+ },
25670
+ {
25671
+ "label": "excludeBlockUserPosts",
25672
+ "type": "Swift.Bool"
24881
25673
  }
24882
25674
  ],
24883
25675
  "returns": "AmitySDK.AmityCollection<AmitySDK.AmityPost>"
@@ -24919,10 +25711,21 @@
24919
25711
  "returns": "AmitySDK.AmityCollection<AmitySDK.AmityPost>"
24920
25712
  }
24921
25713
  },
25714
+ {
25715
+ "name": "getForYouFeed",
25716
+ "kind": "func",
25717
+ "printed_name": "getForYouFeed()",
25718
+ "file": "",
25719
+ "line": null,
25720
+ "signature": {
25721
+ "parameters": [],
25722
+ "returns": "AmitySDK.AmityCollection<AmitySDK.AmityPost>"
25723
+ }
25724
+ },
24922
25725
  {
24923
25726
  "name": "getCommunityFeed",
24924
25727
  "kind": "func",
24925
- "printed_name": "getCommunityFeed(withCommunityId:sortBy:includeDeleted:feedType:tags:includeMixedStructure:untilAt:)",
25728
+ "printed_name": "getCommunityFeed(withCommunityId:sortBy:includeDeleted:feedType:tags:includeMixedStructure:untilAt:excludeBlockUserPosts:)",
24926
25729
  "file": "",
24927
25730
  "line": null,
24928
25731
  "signature": {
@@ -24954,6 +25757,10 @@
24954
25757
  {
24955
25758
  "label": "untilAt",
24956
25759
  "type": "Foundation.Date?"
25760
+ },
25761
+ {
25762
+ "label": "excludeBlockUserPosts",
25763
+ "type": "Swift.Bool"
24957
25764
  }
24958
25765
  ],
24959
25766
  "returns": "AmitySDK.AmityCollection<AmitySDK.AmityPost>"
@@ -25317,6 +26124,13 @@
25317
26124
  "file": "",
25318
26125
  "line": null
25319
26126
  },
26127
+ {
26128
+ "name": "excludeBlockUserPosts",
26129
+ "kind": "var",
26130
+ "printed_name": "excludeBlockUserPosts",
26131
+ "file": "",
26132
+ "line": null
26133
+ },
25320
26134
  {
25321
26135
  "name": "init",
25322
26136
  "kind": "init",
@@ -25356,7 +26170,7 @@
25356
26170
  {
25357
26171
  "name": "init",
25358
26172
  "kind": "init",
25359
- "printed_name": "init(targetType:targetId:sortBy:deletedOption:dataTypes:feedType:tags:includeMixedStructure:untilAt:)",
26173
+ "printed_name": "init(targetType:targetId:sortBy:deletedOption:dataTypes:feedType:tags:includeMixedStructure:untilAt:excludeBlockUserPosts:)",
25360
26174
  "file": "",
25361
26175
  "line": null,
25362
26176
  "signature": {
@@ -25396,6 +26210,10 @@
25396
26210
  {
25397
26211
  "label": "untilAt",
25398
26212
  "type": "Foundation.Date?"
26213
+ },
26214
+ {
26215
+ "label": "excludeBlockUserPosts",
26216
+ "type": "Swift.Bool"
25399
26217
  }
25400
26218
  ],
25401
26219
  "returns": "AmitySDK.AmityPostQueryOptions"
@@ -27315,12 +28133,12 @@
27315
28133
  ],
27316
28134
  "nested_types": [],
27317
28135
  "conformances": [
27318
- "Comparable",
27319
28136
  "Equatable",
27320
28137
  "Hashable",
27321
28138
  "RawRepresentable",
27322
28139
  "Decodable",
27323
- "Encodable"
28140
+ "Encodable",
28141
+ "Comparable"
27324
28142
  ],
27325
28143
  "extensions": []
27326
28144
  },
@@ -27745,6 +28563,22 @@
27745
28563
  "returns": "()"
27746
28564
  }
27747
28565
  },
28566
+ {
28567
+ "name": "cancelUpload",
28568
+ "kind": "func",
28569
+ "printed_name": "cancelUpload(forUploadId:)",
28570
+ "file": "",
28571
+ "line": null,
28572
+ "signature": {
28573
+ "parameters": [
28574
+ {
28575
+ "label": "forUploadId",
28576
+ "type": "Swift.String"
28577
+ }
28578
+ ],
28579
+ "returns": "()"
28580
+ }
28581
+ },
27748
28582
  {
27749
28583
  "name": "cancelFileDownload",
27750
28584
  "kind": "func",
@@ -30060,6 +30894,150 @@
30060
30894
  ],
30061
30895
  "extensions": []
30062
30896
  },
30897
+ "AmityMessageSearchSortBy": {
30898
+ "kind": "enum",
30899
+ "primary_decl": {
30900
+ "file": "",
30901
+ "line": null
30902
+ },
30903
+ "members": [
30904
+ {
30905
+ "name": "relevance",
30906
+ "kind": "case",
30907
+ "printed_name": "relevance",
30908
+ "file": "",
30909
+ "line": null
30910
+ },
30911
+ {
30912
+ "name": "createdAt",
30913
+ "kind": "case",
30914
+ "printed_name": "createdAt",
30915
+ "file": "",
30916
+ "line": null
30917
+ },
30918
+ {
30919
+ "name": "init",
30920
+ "kind": "init",
30921
+ "printed_name": "init(rawValue:)",
30922
+ "file": "",
30923
+ "line": null,
30924
+ "signature": {
30925
+ "parameters": [
30926
+ {
30927
+ "label": "rawValue",
30928
+ "type": "Swift.String"
30929
+ }
30930
+ ],
30931
+ "returns": "AmitySDK.AmityMessageSearchSortBy?"
30932
+ }
30933
+ },
30934
+ {
30935
+ "name": "rawValue",
30936
+ "kind": "var",
30937
+ "printed_name": "rawValue",
30938
+ "file": "",
30939
+ "line": null
30940
+ }
30941
+ ],
30942
+ "nested_types": [],
30943
+ "conformances": [
30944
+ "Equatable",
30945
+ "Hashable",
30946
+ "RawRepresentable"
30947
+ ],
30948
+ "extensions": []
30949
+ },
30950
+ "AmityMessageSearchOptions": {
30951
+ "kind": "class",
30952
+ "primary_decl": {
30953
+ "file": "",
30954
+ "line": null
30955
+ },
30956
+ "members": [
30957
+ {
30958
+ "name": "query",
30959
+ "kind": "var",
30960
+ "printed_name": "query",
30961
+ "file": "",
30962
+ "line": null
30963
+ },
30964
+ {
30965
+ "name": "exactMatch",
30966
+ "kind": "var",
30967
+ "printed_name": "exactMatch",
30968
+ "file": "",
30969
+ "line": null
30970
+ },
30971
+ {
30972
+ "name": "channelId",
30973
+ "kind": "var",
30974
+ "printed_name": "channelId",
30975
+ "file": "",
30976
+ "line": null
30977
+ },
30978
+ {
30979
+ "name": "messageFeedId",
30980
+ "kind": "var",
30981
+ "printed_name": "messageFeedId",
30982
+ "file": "",
30983
+ "line": null
30984
+ },
30985
+ {
30986
+ "name": "userIds",
30987
+ "kind": "var",
30988
+ "printed_name": "userIds",
30989
+ "file": "",
30990
+ "line": null
30991
+ },
30992
+ {
30993
+ "name": "tags",
30994
+ "kind": "var",
30995
+ "printed_name": "tags",
30996
+ "file": "",
30997
+ "line": null
30998
+ },
30999
+ {
31000
+ "name": "types",
31001
+ "kind": "var",
31002
+ "printed_name": "types",
31003
+ "file": "",
31004
+ "line": null
31005
+ },
31006
+ {
31007
+ "name": "orderBy",
31008
+ "kind": "var",
31009
+ "printed_name": "orderBy",
31010
+ "file": "",
31011
+ "line": null
31012
+ },
31013
+ {
31014
+ "name": "sortBy",
31015
+ "kind": "var",
31016
+ "printed_name": "sortBy",
31017
+ "file": "",
31018
+ "line": null
31019
+ },
31020
+ {
31021
+ "name": "init",
31022
+ "kind": "init",
31023
+ "printed_name": "init(query:)",
31024
+ "file": "",
31025
+ "line": null,
31026
+ "signature": {
31027
+ "parameters": [
31028
+ {
31029
+ "label": "query",
31030
+ "type": "Swift.String"
31031
+ }
31032
+ ],
31033
+ "returns": "AmitySDK.AmityMessageSearchOptions"
31034
+ }
31035
+ }
31036
+ ],
31037
+ "nested_types": [],
31038
+ "conformances": [],
31039
+ "extensions": []
31040
+ },
30063
31041
  "AmityContentFlagReason": {
30064
31042
  "kind": "enum",
30065
31043
  "primary_decl": {
@@ -30466,6 +31444,22 @@
30466
31444
  ],
30467
31445
  "returns": "Swift.Bool"
30468
31446
  }
31447
+ },
31448
+ {
31449
+ "name": "searchMessages",
31450
+ "kind": "func",
31451
+ "printed_name": "searchMessages(options:)",
31452
+ "file": "",
31453
+ "line": null,
31454
+ "signature": {
31455
+ "parameters": [
31456
+ {
31457
+ "label": "options",
31458
+ "type": "AmitySDK.AmityMessageSearchOptions"
31459
+ }
31460
+ ],
31461
+ "returns": "AmitySDK.AmityCollection<AmitySDK.AmityMessage>"
31462
+ }
30469
31463
  }
30470
31464
  ],
30471
31465
  "nested_types": [],
@@ -34122,6 +35116,17 @@
34122
35116
  "returns": "AmitySDK.AmityCollection<AmitySDK.AmityUser>"
34123
35117
  }
34124
35118
  },
35119
+ {
35120
+ "name": "getBlockingUsers",
35121
+ "kind": "func",
35122
+ "printed_name": "getBlockingUsers()",
35123
+ "file": "",
35124
+ "line": null,
35125
+ "signature": {
35126
+ "parameters": [],
35127
+ "returns": "AmitySDK.AmityCollection<AmitySDK.AmityUser>"
35128
+ }
35129
+ },
34125
35130
  {
34126
35131
  "name": "getAllBlockedUsers",
34127
35132
  "kind": "func",
@@ -34133,6 +35138,17 @@
34133
35138
  "returns": "[AmitySDK.AmityUser]"
34134
35139
  }
34135
35140
  },
35141
+ {
35142
+ "name": "getAllBlockingUsers",
35143
+ "kind": "func",
35144
+ "printed_name": "getAllBlockingUsers()",
35145
+ "file": "",
35146
+ "line": null,
35147
+ "signature": {
35148
+ "parameters": [],
35149
+ "returns": "[AmitySDK.AmityUser]"
35150
+ }
35151
+ },
34136
35152
  {
34137
35153
  "name": "flagUser",
34138
35154
  "kind": "func",
@@ -34272,27 +35288,27 @@
34272
35288
  ],
34273
35289
  "nested_types": [],
34274
35290
  "conformances": [
34275
- "ContiguousBytes",
34276
- "DataProtocol",
34277
- "DecodableWithConfiguration",
34278
- "EncodableWithConfiguration",
34279
- "MutableDataProtocol",
35291
+ "Equatable",
35292
+ "RandomAccessCollection",
35293
+ "MutableCollection",
34280
35294
  "BidirectionalCollection",
34281
- "CVarArg",
34282
35295
  "Collection",
34283
- "CustomDebugStringConvertible",
35296
+ "Sequence",
35297
+ "ExpressibleByArrayLiteral",
35298
+ "RangeReplaceableCollection",
34284
35299
  "CustomReflectable",
34285
35300
  "CustomStringConvertible",
34286
- "Decodable",
34287
- "Encodable",
34288
- "Equatable",
34289
- "ExpressibleByArrayLiteral",
35301
+ "CustomDebugStringConvertible",
34290
35302
  "Hashable",
34291
- "MutableCollection",
34292
- "RandomAccessCollection",
34293
- "RangeReplaceableCollection",
34294
35303
  "SendableMetatype",
34295
- "Sequence",
35304
+ "Encodable",
35305
+ "Decodable",
35306
+ "DataProtocol",
35307
+ "MutableDataProtocol",
35308
+ "ContiguousBytes",
35309
+ "EncodableWithConfiguration",
35310
+ "DecodableWithConfiguration",
35311
+ "CVarArg",
34296
35312
  "Content",
34297
35313
  "ContentWithFormatDescription"
34298
35314
  ],
@@ -34308,12 +35324,12 @@
34308
35324
  "nested_types": [],
34309
35325
  "conformances": [
34310
35326
  "ReferenceConvertible",
34311
- "CustomDebugStringConvertible",
34312
- "CustomReflectable",
34313
- "CustomStringConvertible",
34314
35327
  "Equatable",
34315
35328
  "Hashable",
34316
- "SendableMetatype"
35329
+ "SendableMetatype",
35330
+ "CustomStringConvertible",
35331
+ "CustomDebugStringConvertible",
35332
+ "CustomReflectable"
34317
35333
  ],
34318
35334
  "extensions": []
34319
35335
  },
@@ -34326,11 +35342,11 @@
34326
35342
  "members": [],
34327
35343
  "nested_types": [],
34328
35344
  "conformances": [
34329
- "CVarArg",
34330
- "CustomDebugStringConvertible",
34331
- "CustomStringConvertible",
34332
35345
  "Equatable",
34333
35346
  "Hashable",
35347
+ "CVarArg",
35348
+ "CustomStringConvertible",
35349
+ "CustomDebugStringConvertible",
34334
35350
  "SendableMetatype"
34335
35351
  ],
34336
35352
  "extensions": []
@@ -34344,31 +35360,31 @@
34344
35360
  "members": [],
34345
35361
  "nested_types": [],
34346
35362
  "conformances": [
34347
- "Transferable",
34348
- "BidirectionalCollection",
34349
- "CVarArg",
35363
+ "Decodable",
35364
+ "Encodable",
34350
35365
  "CodingKeyRepresentable",
34351
- "Collection",
34352
- "Comparable",
34353
- "CustomDebugStringConvertible",
34354
35366
  "CustomReflectable",
35367
+ "TextOutputStream",
35368
+ "TextOutputStreamable",
35369
+ "Hashable",
35370
+ "SendableMetatype",
35371
+ "ExpressibleByStringLiteral",
35372
+ "ExpressibleByExtendedGraphemeClusterLiteral",
35373
+ "ExpressibleByUnicodeScalarLiteral",
35374
+ "CustomDebugStringConvertible",
34355
35375
  "CustomStringConvertible",
34356
- "Decodable",
34357
- "Encodable",
35376
+ "BidirectionalCollection",
35377
+ "Collection",
35378
+ "Sequence",
34358
35379
  "Equatable",
34359
- "ExpressibleByExtendedGraphemeClusterLiteral",
35380
+ "Comparable",
35381
+ "StringProtocol",
34360
35382
  "ExpressibleByStringInterpolation",
34361
- "ExpressibleByStringLiteral",
34362
- "ExpressibleByUnicodeScalarLiteral",
34363
- "Hashable",
34364
35383
  "LosslessStringConvertible",
34365
- "MirrorPath",
34366
35384
  "RangeReplaceableCollection",
34367
- "SendableMetatype",
34368
- "Sequence",
34369
- "StringProtocol",
34370
- "TextOutputStream",
34371
- "TextOutputStreamable"
35385
+ "MirrorPath",
35386
+ "CVarArg",
35387
+ "Transferable"
34372
35388
  ],
34373
35389
  "extensions": []
34374
35390
  },
@@ -34400,15 +35416,15 @@
34400
35416
  ],
34401
35417
  "nested_types": [],
34402
35418
  "conformances": [
34403
- "Transferable",
35419
+ "Equatable",
35420
+ "Hashable",
35421
+ "SendableMetatype",
34404
35422
  "ReferenceConvertible",
34405
- "CustomDebugStringConvertible",
34406
35423
  "CustomStringConvertible",
35424
+ "CustomDebugStringConvertible",
34407
35425
  "Decodable",
34408
35426
  "Encodable",
34409
- "Equatable",
34410
- "Hashable",
34411
- "SendableMetatype"
35427
+ "Transferable"
34412
35428
  ],
34413
35429
  "extensions": []
34414
35430
  },
@@ -34421,15 +35437,15 @@
34421
35437
  "members": [],
34422
35438
  "nested_types": [],
34423
35439
  "conformances": [
34424
- "ReferenceConvertible",
35440
+ "Hashable",
35441
+ "Equatable",
35442
+ "SendableMetatype",
35443
+ "CustomStringConvertible",
34425
35444
  "CustomDebugStringConvertible",
34426
35445
  "CustomReflectable",
34427
- "CustomStringConvertible",
35446
+ "ReferenceConvertible",
34428
35447
  "Decodable",
34429
- "Encodable",
34430
- "Equatable",
34431
- "Hashable",
34432
- "SendableMetatype"
35448
+ "Encodable"
34433
35449
  ],
34434
35450
  "extensions": []
34435
35451
  },
@@ -34442,9 +35458,9 @@
34442
35458
  "members": [],
34443
35459
  "nested_types": [],
34444
35460
  "conformances": [
35461
+ "SendableMetatype",
34445
35462
  "TopLevelDecoder",
34446
- "NetworkDecoder",
34447
- "SendableMetatype"
35463
+ "NetworkDecoder"
34448
35464
  ],
34449
35465
  "extensions": []
34450
35466
  },
@@ -34457,9 +35473,9 @@
34457
35473
  "members": [],
34458
35474
  "nested_types": [],
34459
35475
  "conformances": [
35476
+ "SendableMetatype",
34460
35477
  "TopLevelDecoder",
34461
- "NetworkDecoder",
34462
- "SendableMetatype"
35478
+ "NetworkDecoder"
34463
35479
  ],
34464
35480
  "extensions": []
34465
35481
  },
@@ -34472,11 +35488,11 @@
34472
35488
  "members": [],
34473
35489
  "nested_types": [],
34474
35490
  "conformances": [
34475
- "CVarArg",
34476
- "CustomDebugStringConvertible",
34477
- "CustomStringConvertible",
34478
35491
  "Equatable",
34479
35492
  "Hashable",
35493
+ "CVarArg",
35494
+ "CustomStringConvertible",
35495
+ "CustomDebugStringConvertible",
34480
35496
  "SendableMetatype"
34481
35497
  ],
34482
35498
  "extensions": []
@@ -34490,8 +35506,8 @@
34490
35506
  "members": [],
34491
35507
  "nested_types": [],
34492
35508
  "conformances": [
34493
- "Equatable",
34494
- "Hashable"
35509
+ "Hashable",
35510
+ "Equatable"
34495
35511
  ],
34496
35512
  "extensions": []
34497
35513
  },
@@ -34504,8 +35520,8 @@
34504
35520
  "members": [],
34505
35521
  "nested_types": [],
34506
35522
  "conformances": [
34507
- "Equatable",
34508
- "Hashable"
35523
+ "Hashable",
35524
+ "Equatable"
34509
35525
  ],
34510
35526
  "extensions": []
34511
35527
  },
@@ -34518,9 +35534,9 @@
34518
35534
  "members": [],
34519
35535
  "nested_types": [],
34520
35536
  "conformances": [
34521
- "Equatable",
34522
35537
  "Hashable",
34523
- "SendableMetatype"
35538
+ "SendableMetatype",
35539
+ "Equatable"
34524
35540
  ],
34525
35541
  "extensions": []
34526
35542
  },
@@ -34533,27 +35549,27 @@
34533
35549
  "members": [],
34534
35550
  "nested_types": [],
34535
35551
  "conformances": [
34536
- "NetworkFixedWidthInteger",
34537
- "AdditiveArithmetic",
35552
+ "FixedWidthInteger",
35553
+ "SignedInteger",
34538
35554
  "BinaryInteger",
34539
- "BitwiseCopyable",
34540
- "CVarArg",
34541
- "Comparable",
34542
- "CustomReflectable",
35555
+ "LosslessStringConvertible",
35556
+ "SignedNumeric",
34543
35557
  "CustomStringConvertible",
35558
+ "Numeric",
35559
+ "Strideable",
35560
+ "AdditiveArithmetic",
35561
+ "ExpressibleByIntegerLiteral",
35562
+ "Comparable",
34544
35563
  "Decodable",
34545
35564
  "Encodable",
34546
- "Equatable",
34547
- "ExpressibleByIntegerLiteral",
34548
- "FixedWidthInteger",
35565
+ "CustomReflectable",
35566
+ "CVarArg",
34549
35567
  "Hashable",
34550
- "LosslessStringConvertible",
34551
- "Numeric",
34552
- "SIMDScalar",
35568
+ "Equatable",
34553
35569
  "SendableMetatype",
34554
- "SignedInteger",
34555
- "SignedNumeric",
34556
- "Strideable",
35570
+ "SIMDScalar",
35571
+ "BitwiseCopyable",
35572
+ "NetworkFixedWidthInteger",
34557
35573
  "AtomicRepresentable"
34558
35574
  ],
34559
35575
  "extensions": []
@@ -34583,27 +35599,27 @@
34583
35599
  "members": [],
34584
35600
  "nested_types": [],
34585
35601
  "conformances": [
34586
- "MyWSArrayType",
34587
- "NetworkFixedWidthInteger",
34588
- "AdditiveArithmetic",
35602
+ "FixedWidthInteger",
35603
+ "UnsignedInteger",
34589
35604
  "BinaryInteger",
34590
- "BitwiseCopyable",
34591
- "CVarArg",
34592
- "Comparable",
34593
- "CustomReflectable",
35605
+ "LosslessStringConvertible",
34594
35606
  "CustomStringConvertible",
35607
+ "Numeric",
35608
+ "Strideable",
35609
+ "AdditiveArithmetic",
35610
+ "ExpressibleByIntegerLiteral",
35611
+ "Comparable",
35612
+ "MyWSArrayType",
34595
35613
  "Decodable",
34596
35614
  "Encodable",
34597
- "Equatable",
34598
- "ExpressibleByIntegerLiteral",
34599
- "FixedWidthInteger",
35615
+ "CustomReflectable",
35616
+ "CVarArg",
34600
35617
  "Hashable",
34601
- "LosslessStringConvertible",
34602
- "Numeric",
34603
- "SIMDScalar",
35618
+ "Equatable",
34604
35619
  "SendableMetatype",
34605
- "Strideable",
34606
- "UnsignedInteger",
35620
+ "SIMDScalar",
35621
+ "BitwiseCopyable",
35622
+ "NetworkFixedWidthInteger",
34607
35623
  "AtomicRepresentable"
34608
35624
  ],
34609
35625
  "extensions": []
@@ -36709,11 +37725,11 @@
36709
37725
  "global_consts": [],
36710
37726
  "global_typealiases": [],
36711
37727
  "stats": {
36712
- "types_total": 393,
37728
+ "types_total": 403,
36713
37729
  "protocols_total": 37,
36714
- "members_total": 2766,
37730
+ "members_total": 2854,
36715
37731
  "nested_types_total": 8,
36716
- "enum_cases_total": 633,
37732
+ "enum_cases_total": 655,
36717
37733
  "global_funcs": 5,
36718
37734
  "global_consts": 0,
36719
37735
  "global_typealiases": 0,