diff --git a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Bindings b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Bindings
index 51b076d518a2d9380441865ef6671bebc605c4cc..9ebb5547b22229f592b73554ad5da43f54b3198c 100644
Binary files a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Bindings and b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Bindings differ
diff --git a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Headers/Bindings.objc.h b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Headers/Bindings.objc.h
index 89b4d43e2523f200f46035cc871270df2f4d4f75..98c9d6a96c0175b93250e1da29de3be2b2cc8fec 100644
--- a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Headers/Bindings.objc.h
+++ b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Headers/Bindings.objc.h
@@ -2159,7 +2159,7 @@ Parameters:
 Returns:
  - []byte - the JSON marshalled bytes of the SingleUseSendReport object,
    which can be passed into Cmix.WaitForRoundResult to see if the send
-   succeeded.
+   operation succeeded.
  */
 FOUNDATION_EXPORT NSData* _Nullable BindingsSearchUD(long e2eID, NSData* _Nullable udContact, id<BindingsUdSearchCallback> _Nullable cb, NSData* _Nullable factListJSON, NSData* _Nullable singleRequestParamsJSON, NSError* _Nullable* _Nullable error);
 
@@ -2504,7 +2504,7 @@ received.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseCallback : NSObject <goSeqRefInterface, BindingsSingleUseCallback> {
 }
@@ -2521,7 +2521,7 @@ clients into TransmitSingleUse.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseResponse : NSObject <goSeqRefInterface, BindingsSingleUseResponse> {
 }
@@ -2583,8 +2583,15 @@ SearchUD.
 
 Parameters:
  - contactListJSON - the JSON marshalled bytes of []contact.Contact, or nil
-   if an error occurs
- - err - any errors that occurred in the search
+   if an error occurs.
+
+  JSON Example:
+  {
+ 	"<xxc(2)F8dL9EC6gy+RMJuk3R+Au6eGExo02Wfio5cacjBcJRwDEgB7Ugdw/BAr6RkCABkWAFV1c2VybmFtZTA7c4LzV05sG+DMt+rFB0NIJg==xxc>",
+ 	"<xxc(2)eMhAi/pYkW5jCmvKE5ZaTglQb+fTo1D8NxVitr5CCFADEgB7Ugdw/BAr6RoCABkWAFV1c2VybmFtZTE7fElAa7z3IcrYrrkwNjMS2w==xxc>",
+ 	"<xxc(2)d7RJTu61Vy1lDThDMn8rYIiKSe1uXA/RCvvcIhq5Yg4DEgB7Ugdw/BAr6RsCABkWAFV1c2VybmFtZTI7N3XWrxIUpR29atpFMkcR6A==xxc>"
+	}
+ - err - any errors that occurred in the search.
  */
 @interface BindingsUdSearchCallback : NSObject <goSeqRefInterface, BindingsUdSearchCallback> {
 }
diff --git a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Bindings b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Bindings
index 51b076d518a2d9380441865ef6671bebc605c4cc..9ebb5547b22229f592b73554ad5da43f54b3198c 100644
Binary files a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Bindings and b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Bindings differ
diff --git a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Headers/Bindings.objc.h b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Headers/Bindings.objc.h
index 89b4d43e2523f200f46035cc871270df2f4d4f75..98c9d6a96c0175b93250e1da29de3be2b2cc8fec 100644
--- a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Headers/Bindings.objc.h
+++ b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/A/Headers/Bindings.objc.h
@@ -2159,7 +2159,7 @@ Parameters:
 Returns:
  - []byte - the JSON marshalled bytes of the SingleUseSendReport object,
    which can be passed into Cmix.WaitForRoundResult to see if the send
-   succeeded.
+   operation succeeded.
  */
 FOUNDATION_EXPORT NSData* _Nullable BindingsSearchUD(long e2eID, NSData* _Nullable udContact, id<BindingsUdSearchCallback> _Nullable cb, NSData* _Nullable factListJSON, NSData* _Nullable singleRequestParamsJSON, NSError* _Nullable* _Nullable error);
 
@@ -2504,7 +2504,7 @@ received.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseCallback : NSObject <goSeqRefInterface, BindingsSingleUseCallback> {
 }
@@ -2521,7 +2521,7 @@ clients into TransmitSingleUse.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseResponse : NSObject <goSeqRefInterface, BindingsSingleUseResponse> {
 }
@@ -2583,8 +2583,15 @@ SearchUD.
 
 Parameters:
  - contactListJSON - the JSON marshalled bytes of []contact.Contact, or nil
-   if an error occurs
- - err - any errors that occurred in the search
+   if an error occurs.
+
+  JSON Example:
+  {
+ 	"<xxc(2)F8dL9EC6gy+RMJuk3R+Au6eGExo02Wfio5cacjBcJRwDEgB7Ugdw/BAr6RkCABkWAFV1c2VybmFtZTA7c4LzV05sG+DMt+rFB0NIJg==xxc>",
+ 	"<xxc(2)eMhAi/pYkW5jCmvKE5ZaTglQb+fTo1D8NxVitr5CCFADEgB7Ugdw/BAr6RoCABkWAFV1c2VybmFtZTE7fElAa7z3IcrYrrkwNjMS2w==xxc>",
+ 	"<xxc(2)d7RJTu61Vy1lDThDMn8rYIiKSe1uXA/RCvvcIhq5Yg4DEgB7Ugdw/BAr6RsCABkWAFV1c2VybmFtZTI7N3XWrxIUpR29atpFMkcR6A==xxc>"
+	}
+ - err - any errors that occurred in the search.
  */
 @interface BindingsUdSearchCallback : NSObject <goSeqRefInterface, BindingsUdSearchCallback> {
 }
diff --git a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Bindings b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Bindings
index 51b076d518a2d9380441865ef6671bebc605c4cc..9ebb5547b22229f592b73554ad5da43f54b3198c 100644
Binary files a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Bindings and b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Bindings differ
diff --git a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Headers/Bindings.objc.h b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Headers/Bindings.objc.h
index 89b4d43e2523f200f46035cc871270df2f4d4f75..98c9d6a96c0175b93250e1da29de3be2b2cc8fec 100644
--- a/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Headers/Bindings.objc.h
+++ b/Frameworks/Bindings.xcframework/ios-arm64/Bindings.framework/Versions/Current/Headers/Bindings.objc.h
@@ -2159,7 +2159,7 @@ Parameters:
 Returns:
  - []byte - the JSON marshalled bytes of the SingleUseSendReport object,
    which can be passed into Cmix.WaitForRoundResult to see if the send
-   succeeded.
+   operation succeeded.
  */
 FOUNDATION_EXPORT NSData* _Nullable BindingsSearchUD(long e2eID, NSData* _Nullable udContact, id<BindingsUdSearchCallback> _Nullable cb, NSData* _Nullable factListJSON, NSData* _Nullable singleRequestParamsJSON, NSError* _Nullable* _Nullable error);
 
@@ -2504,7 +2504,7 @@ received.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseCallback : NSObject <goSeqRefInterface, BindingsSingleUseCallback> {
 }
@@ -2521,7 +2521,7 @@ clients into TransmitSingleUse.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseResponse : NSObject <goSeqRefInterface, BindingsSingleUseResponse> {
 }
@@ -2583,8 +2583,15 @@ SearchUD.
 
 Parameters:
  - contactListJSON - the JSON marshalled bytes of []contact.Contact, or nil
-   if an error occurs
- - err - any errors that occurred in the search
+   if an error occurs.
+
+  JSON Example:
+  {
+ 	"<xxc(2)F8dL9EC6gy+RMJuk3R+Au6eGExo02Wfio5cacjBcJRwDEgB7Ugdw/BAr6RkCABkWAFV1c2VybmFtZTA7c4LzV05sG+DMt+rFB0NIJg==xxc>",
+ 	"<xxc(2)eMhAi/pYkW5jCmvKE5ZaTglQb+fTo1D8NxVitr5CCFADEgB7Ugdw/BAr6RoCABkWAFV1c2VybmFtZTE7fElAa7z3IcrYrrkwNjMS2w==xxc>",
+ 	"<xxc(2)d7RJTu61Vy1lDThDMn8rYIiKSe1uXA/RCvvcIhq5Yg4DEgB7Ugdw/BAr6RsCABkWAFV1c2VybmFtZTI7N3XWrxIUpR29atpFMkcR6A==xxc>"
+	}
+ - err - any errors that occurred in the search.
  */
 @interface BindingsUdSearchCallback : NSObject <goSeqRefInterface, BindingsUdSearchCallback> {
 }
diff --git a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Bindings b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Bindings
index 924929aac55329d241921064cbd2ed2e0e64b2ea..dd9e8c8ad5f5b674ad5fca35be9ce0947ec1dad1 100644
Binary files a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Bindings and b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Bindings differ
diff --git a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Headers/Bindings.objc.h b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Headers/Bindings.objc.h
index 89b4d43e2523f200f46035cc871270df2f4d4f75..98c9d6a96c0175b93250e1da29de3be2b2cc8fec 100644
--- a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Headers/Bindings.objc.h
+++ b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Headers/Bindings.objc.h
@@ -2159,7 +2159,7 @@ Parameters:
 Returns:
  - []byte - the JSON marshalled bytes of the SingleUseSendReport object,
    which can be passed into Cmix.WaitForRoundResult to see if the send
-   succeeded.
+   operation succeeded.
  */
 FOUNDATION_EXPORT NSData* _Nullable BindingsSearchUD(long e2eID, NSData* _Nullable udContact, id<BindingsUdSearchCallback> _Nullable cb, NSData* _Nullable factListJSON, NSData* _Nullable singleRequestParamsJSON, NSError* _Nullable* _Nullable error);
 
@@ -2504,7 +2504,7 @@ received.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseCallback : NSObject <goSeqRefInterface, BindingsSingleUseCallback> {
 }
@@ -2521,7 +2521,7 @@ clients into TransmitSingleUse.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseResponse : NSObject <goSeqRefInterface, BindingsSingleUseResponse> {
 }
@@ -2583,8 +2583,15 @@ SearchUD.
 
 Parameters:
  - contactListJSON - the JSON marshalled bytes of []contact.Contact, or nil
-   if an error occurs
- - err - any errors that occurred in the search
+   if an error occurs.
+
+  JSON Example:
+  {
+ 	"<xxc(2)F8dL9EC6gy+RMJuk3R+Au6eGExo02Wfio5cacjBcJRwDEgB7Ugdw/BAr6RkCABkWAFV1c2VybmFtZTA7c4LzV05sG+DMt+rFB0NIJg==xxc>",
+ 	"<xxc(2)eMhAi/pYkW5jCmvKE5ZaTglQb+fTo1D8NxVitr5CCFADEgB7Ugdw/BAr6RoCABkWAFV1c2VybmFtZTE7fElAa7z3IcrYrrkwNjMS2w==xxc>",
+ 	"<xxc(2)d7RJTu61Vy1lDThDMn8rYIiKSe1uXA/RCvvcIhq5Yg4DEgB7Ugdw/BAr6RsCABkWAFV1c2VybmFtZTI7N3XWrxIUpR29atpFMkcR6A==xxc>"
+	}
+ - err - any errors that occurred in the search.
  */
 @interface BindingsUdSearchCallback : NSObject <goSeqRefInterface, BindingsUdSearchCallback> {
 }
diff --git a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Bindings b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Bindings
index 924929aac55329d241921064cbd2ed2e0e64b2ea..dd9e8c8ad5f5b674ad5fca35be9ce0947ec1dad1 100644
Binary files a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Bindings and b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Bindings differ
diff --git a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Headers/Bindings.objc.h b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Headers/Bindings.objc.h
index 89b4d43e2523f200f46035cc871270df2f4d4f75..98c9d6a96c0175b93250e1da29de3be2b2cc8fec 100644
--- a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Headers/Bindings.objc.h
+++ b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/A/Headers/Bindings.objc.h
@@ -2159,7 +2159,7 @@ Parameters:
 Returns:
  - []byte - the JSON marshalled bytes of the SingleUseSendReport object,
    which can be passed into Cmix.WaitForRoundResult to see if the send
-   succeeded.
+   operation succeeded.
  */
 FOUNDATION_EXPORT NSData* _Nullable BindingsSearchUD(long e2eID, NSData* _Nullable udContact, id<BindingsUdSearchCallback> _Nullable cb, NSData* _Nullable factListJSON, NSData* _Nullable singleRequestParamsJSON, NSError* _Nullable* _Nullable error);
 
@@ -2504,7 +2504,7 @@ received.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseCallback : NSObject <goSeqRefInterface, BindingsSingleUseCallback> {
 }
@@ -2521,7 +2521,7 @@ clients into TransmitSingleUse.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseResponse : NSObject <goSeqRefInterface, BindingsSingleUseResponse> {
 }
@@ -2583,8 +2583,15 @@ SearchUD.
 
 Parameters:
  - contactListJSON - the JSON marshalled bytes of []contact.Contact, or nil
-   if an error occurs
- - err - any errors that occurred in the search
+   if an error occurs.
+
+  JSON Example:
+  {
+ 	"<xxc(2)F8dL9EC6gy+RMJuk3R+Au6eGExo02Wfio5cacjBcJRwDEgB7Ugdw/BAr6RkCABkWAFV1c2VybmFtZTA7c4LzV05sG+DMt+rFB0NIJg==xxc>",
+ 	"<xxc(2)eMhAi/pYkW5jCmvKE5ZaTglQb+fTo1D8NxVitr5CCFADEgB7Ugdw/BAr6RoCABkWAFV1c2VybmFtZTE7fElAa7z3IcrYrrkwNjMS2w==xxc>",
+ 	"<xxc(2)d7RJTu61Vy1lDThDMn8rYIiKSe1uXA/RCvvcIhq5Yg4DEgB7Ugdw/BAr6RsCABkWAFV1c2VybmFtZTI7N3XWrxIUpR29atpFMkcR6A==xxc>"
+	}
+ - err - any errors that occurred in the search.
  */
 @interface BindingsUdSearchCallback : NSObject <goSeqRefInterface, BindingsUdSearchCallback> {
 }
diff --git a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Bindings b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Bindings
index 924929aac55329d241921064cbd2ed2e0e64b2ea..dd9e8c8ad5f5b674ad5fca35be9ce0947ec1dad1 100644
Binary files a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Bindings and b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Bindings differ
diff --git a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Headers/Bindings.objc.h b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Headers/Bindings.objc.h
index 89b4d43e2523f200f46035cc871270df2f4d4f75..98c9d6a96c0175b93250e1da29de3be2b2cc8fec 100644
--- a/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Headers/Bindings.objc.h
+++ b/Frameworks/Bindings.xcframework/ios-arm64_x86_64-simulator/Bindings.framework/Versions/Current/Headers/Bindings.objc.h
@@ -2159,7 +2159,7 @@ Parameters:
 Returns:
  - []byte - the JSON marshalled bytes of the SingleUseSendReport object,
    which can be passed into Cmix.WaitForRoundResult to see if the send
-   succeeded.
+   operation succeeded.
  */
 FOUNDATION_EXPORT NSData* _Nullable BindingsSearchUD(long e2eID, NSData* _Nullable udContact, id<BindingsUdSearchCallback> _Nullable cb, NSData* _Nullable factListJSON, NSData* _Nullable singleRequestParamsJSON, NSError* _Nullable* _Nullable error);
 
@@ -2504,7 +2504,7 @@ received.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseCallback : NSObject <goSeqRefInterface, BindingsSingleUseCallback> {
 }
@@ -2521,7 +2521,7 @@ clients into TransmitSingleUse.
 Parameters:
  - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
    object, which can be passed into Cmix.WaitForRoundResult to see if the
-   send succeeded.
+   send operation succeeded.
  */
 @interface BindingsSingleUseResponse : NSObject <goSeqRefInterface, BindingsSingleUseResponse> {
 }
@@ -2583,8 +2583,15 @@ SearchUD.
 
 Parameters:
  - contactListJSON - the JSON marshalled bytes of []contact.Contact, or nil
-   if an error occurs
- - err - any errors that occurred in the search
+   if an error occurs.
+
+  JSON Example:
+  {
+ 	"<xxc(2)F8dL9EC6gy+RMJuk3R+Au6eGExo02Wfio5cacjBcJRwDEgB7Ugdw/BAr6RkCABkWAFV1c2VybmFtZTA7c4LzV05sG+DMt+rFB0NIJg==xxc>",
+ 	"<xxc(2)eMhAi/pYkW5jCmvKE5ZaTglQb+fTo1D8NxVitr5CCFADEgB7Ugdw/BAr6RoCABkWAFV1c2VybmFtZTE7fElAa7z3IcrYrrkwNjMS2w==xxc>",
+ 	"<xxc(2)d7RJTu61Vy1lDThDMn8rYIiKSe1uXA/RCvvcIhq5Yg4DEgB7Ugdw/BAr6RsCABkWAFV1c2VybmFtZTI7N3XWrxIUpR29atpFMkcR6A==xxc>"
+	}
+ - err - any errors that occurred in the search.
  */
 @interface BindingsUdSearchCallback : NSObject <goSeqRefInterface, BindingsUdSearchCallback> {
 }