@blue-repository/types 0.28.0 → 0.30.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 (172) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +2 -0
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/conversation/blue-ids.d.ts +8 -1
  7. package/dist/packages/conversation/blue-ids.d.ts.map +1 -1
  8. package/dist/packages/conversation/blue-ids.js +8 -1
  9. package/dist/packages/conversation/blue-ids.js.map +1 -1
  10. package/dist/packages/conversation/contents/APICall.d.ts +14 -0
  11. package/dist/packages/conversation/contents/APICall.d.ts.map +1 -0
  12. package/dist/packages/conversation/contents/APICall.js +14 -0
  13. package/dist/packages/conversation/contents/APICall.js.map +1 -0
  14. package/dist/packages/conversation/contents/ActorPolicy.d.ts +37 -0
  15. package/dist/packages/conversation/contents/ActorPolicy.d.ts.map +1 -0
  16. package/dist/packages/conversation/contents/ActorPolicy.js +37 -0
  17. package/dist/packages/conversation/contents/ActorPolicy.js.map +1 -0
  18. package/dist/packages/conversation/contents/AgentActor.d.ts +14 -0
  19. package/dist/packages/conversation/contents/AgentActor.d.ts.map +1 -0
  20. package/dist/packages/conversation/contents/AgentActor.js +14 -0
  21. package/dist/packages/conversation/contents/AgentActor.js.map +1 -0
  22. package/dist/packages/conversation/contents/BrowserSession.d.ts +14 -0
  23. package/dist/packages/conversation/contents/BrowserSession.d.ts.map +1 -0
  24. package/dist/packages/conversation/contents/BrowserSession.js +14 -0
  25. package/dist/packages/conversation/contents/BrowserSession.js.map +1 -0
  26. package/dist/packages/conversation/contents/DocumentRequest.d.ts +20 -0
  27. package/dist/packages/conversation/contents/DocumentRequest.d.ts.map +1 -0
  28. package/dist/packages/conversation/contents/DocumentRequest.js +20 -0
  29. package/dist/packages/conversation/contents/DocumentRequest.js.map +1 -0
  30. package/dist/packages/conversation/contents/PrincipalActor.d.ts +8 -0
  31. package/dist/packages/conversation/contents/PrincipalActor.d.ts.map +1 -0
  32. package/dist/packages/conversation/contents/PrincipalActor.js +8 -0
  33. package/dist/packages/conversation/contents/PrincipalActor.js.map +1 -0
  34. package/dist/packages/conversation/contents/Source.d.ts +5 -0
  35. package/dist/packages/conversation/contents/Source.d.ts.map +1 -0
  36. package/dist/packages/conversation/contents/Source.js +5 -0
  37. package/dist/packages/conversation/contents/Source.js.map +1 -0
  38. package/dist/packages/conversation/contents/TimelineEntry.d.ts +3 -0
  39. package/dist/packages/conversation/contents/TimelineEntry.d.ts.map +1 -1
  40. package/dist/packages/conversation/contents/TimelineEntry.js +3 -0
  41. package/dist/packages/conversation/contents/TimelineEntry.js.map +1 -1
  42. package/dist/packages/conversation/contents/index.d.ts +137 -22
  43. package/dist/packages/conversation/contents/index.d.ts.map +1 -1
  44. package/dist/packages/conversation/contents/index.js +24 -3
  45. package/dist/packages/conversation/contents/index.js.map +1 -1
  46. package/dist/packages/conversation/index.d.ts +358 -26
  47. package/dist/packages/conversation/index.d.ts.map +1 -1
  48. package/dist/packages/conversation/meta.d.ts +76 -2
  49. package/dist/packages/conversation/meta.d.ts.map +1 -1
  50. package/dist/packages/conversation/meta.js +83 -1
  51. package/dist/packages/conversation/meta.js.map +1 -1
  52. package/dist/packages/conversation/schemas/APICall.d.ts +19 -0
  53. package/dist/packages/conversation/schemas/APICall.d.ts.map +1 -0
  54. package/dist/packages/conversation/schemas/APICall.js +10 -0
  55. package/dist/packages/conversation/schemas/APICall.js.map +1 -0
  56. package/dist/packages/conversation/schemas/ActorPolicy.d.ts +45 -0
  57. package/dist/packages/conversation/schemas/ActorPolicy.d.ts.map +1 -0
  58. package/dist/packages/conversation/schemas/ActorPolicy.js +16 -0
  59. package/dist/packages/conversation/schemas/ActorPolicy.js.map +1 -0
  60. package/dist/packages/conversation/schemas/AgentActor.d.ts +34 -0
  61. package/dist/packages/conversation/schemas/AgentActor.d.ts.map +1 -0
  62. package/dist/packages/conversation/schemas/AgentActor.js +10 -0
  63. package/dist/packages/conversation/schemas/AgentActor.js.map +1 -0
  64. package/dist/packages/conversation/schemas/BrowserSession.d.ts +19 -0
  65. package/dist/packages/conversation/schemas/BrowserSession.d.ts.map +1 -0
  66. package/dist/packages/conversation/schemas/BrowserSession.js +10 -0
  67. package/dist/packages/conversation/schemas/BrowserSession.js.map +1 -0
  68. package/dist/packages/conversation/schemas/DocumentBootstrapRequested.d.ts +2 -2
  69. package/dist/packages/conversation/schemas/DocumentRequest.d.ts +22 -0
  70. package/dist/packages/conversation/schemas/DocumentRequest.d.ts.map +1 -0
  71. package/dist/packages/conversation/schemas/DocumentRequest.js +11 -0
  72. package/dist/packages/conversation/schemas/DocumentRequest.js.map +1 -0
  73. package/dist/packages/conversation/schemas/PrincipalActor.d.ts +16 -0
  74. package/dist/packages/conversation/schemas/PrincipalActor.d.ts.map +1 -0
  75. package/dist/packages/conversation/schemas/PrincipalActor.js +9 -0
  76. package/dist/packages/conversation/schemas/PrincipalActor.js.map +1 -0
  77. package/dist/packages/conversation/schemas/Source.d.ts +13 -0
  78. package/dist/packages/conversation/schemas/Source.d.ts.map +1 -0
  79. package/dist/packages/conversation/schemas/Source.js +8 -0
  80. package/dist/packages/conversation/schemas/Source.js.map +1 -0
  81. package/dist/packages/conversation/schemas/TimelineEntry.d.ts +3 -0
  82. package/dist/packages/conversation/schemas/TimelineEntry.d.ts.map +1 -1
  83. package/dist/packages/conversation/schemas/TimelineEntry.js +1 -0
  84. package/dist/packages/conversation/schemas/TimelineEntry.js.map +1 -1
  85. package/dist/packages/conversation/schemas/index.d.ts +160 -3
  86. package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
  87. package/dist/packages/conversation/schemas/index.js +22 -1
  88. package/dist/packages/conversation/schemas/index.js.map +1 -1
  89. package/dist/packages/myos/blue-ids.d.ts +3 -1
  90. package/dist/packages/myos/blue-ids.d.ts.map +1 -1
  91. package/dist/packages/myos/blue-ids.js +3 -1
  92. package/dist/packages/myos/blue-ids.js.map +1 -1
  93. package/dist/packages/myos/contents/MyOSAgentActor.d.ts +14 -0
  94. package/dist/packages/myos/contents/MyOSAgentActor.d.ts.map +1 -0
  95. package/dist/packages/myos/contents/MyOSAgentActor.js +14 -0
  96. package/dist/packages/myos/contents/MyOSAgentActor.js.map +1 -0
  97. package/dist/packages/myos/contents/MyOSPrincipalActor.d.ts +14 -0
  98. package/dist/packages/myos/contents/MyOSPrincipalActor.d.ts.map +1 -0
  99. package/dist/packages/myos/contents/MyOSPrincipalActor.js +14 -0
  100. package/dist/packages/myos/contents/MyOSPrincipalActor.js.map +1 -0
  101. package/dist/packages/myos/contents/MyOSTimelineEntry.d.ts +1 -1
  102. package/dist/packages/myos/contents/MyOSTimelineEntry.js +1 -1
  103. package/dist/packages/myos/contents/index.d.ts +41 -13
  104. package/dist/packages/myos/contents/index.d.ts.map +1 -1
  105. package/dist/packages/myos/contents/index.js +9 -3
  106. package/dist/packages/myos/contents/index.js.map +1 -1
  107. package/dist/packages/myos/index.d.ts +138 -29
  108. package/dist/packages/myos/index.d.ts.map +1 -1
  109. package/dist/packages/myos/meta.d.ts +26 -2
  110. package/dist/packages/myos/meta.d.ts.map +1 -1
  111. package/dist/packages/myos/meta.js +28 -1
  112. package/dist/packages/myos/meta.js.map +1 -1
  113. package/dist/packages/myos/schemas/CallOperationRequested.d.ts +2 -2
  114. package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantRequested.d.ts +2 -2
  115. package/dist/packages/myos/schemas/MyOSAgentActor.d.ts +40 -0
  116. package/dist/packages/myos/schemas/MyOSAgentActor.d.ts.map +1 -0
  117. package/dist/packages/myos/schemas/MyOSAgentActor.js +10 -0
  118. package/dist/packages/myos/schemas/MyOSAgentActor.js.map +1 -0
  119. package/dist/packages/myos/schemas/MyOSPrincipalActor.d.ts +22 -0
  120. package/dist/packages/myos/schemas/MyOSPrincipalActor.d.ts.map +1 -0
  121. package/dist/packages/myos/schemas/MyOSPrincipalActor.js +10 -0
  122. package/dist/packages/myos/schemas/MyOSPrincipalActor.js.map +1 -0
  123. package/dist/packages/myos/schemas/MyOSTimelineEntry.d.ts +3 -0
  124. package/dist/packages/myos/schemas/MyOSTimelineEntry.d.ts.map +1 -1
  125. package/dist/packages/myos/schemas/SessionEpochAdvanced.d.ts +2 -2
  126. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantRequested.d.ts +2 -2
  127. package/dist/packages/myos/schemas/StartWorkerSessionRequested.d.ts +2 -2
  128. package/dist/packages/myos/schemas/SubscriptionToSessionInitiated.d.ts +2 -2
  129. package/dist/packages/myos/schemas/WorkerAgencyPermissionGrantRequested.d.ts +2 -2
  130. package/dist/packages/myos/schemas/index.d.ts +76 -15
  131. package/dist/packages/myos/schemas/index.d.ts.map +1 -1
  132. package/dist/packages/myos/schemas/index.js +7 -1
  133. package/dist/packages/myos/schemas/index.js.map +1 -1
  134. package/dist/packages/paynote/blue-ids.d.ts +4 -4
  135. package/dist/packages/paynote/blue-ids.js +4 -4
  136. package/dist/packages/paynote/blue-ids.js.map +1 -1
  137. package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts +1 -1
  138. package/dist/packages/paynote/contents/CardTransactionPayNote.js +1 -1
  139. package/dist/packages/paynote/contents/CardTransactionPayNote.js.map +1 -1
  140. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts +1 -1
  141. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js +1 -1
  142. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js.map +1 -1
  143. package/dist/packages/paynote/contents/PayNote.d.ts +19 -0
  144. package/dist/packages/paynote/contents/PayNote.d.ts.map +1 -1
  145. package/dist/packages/paynote/contents/PayNote.js +19 -0
  146. package/dist/packages/paynote/contents/PayNote.js.map +1 -1
  147. package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +1 -1
  148. package/dist/packages/paynote/contents/PayNoteDelivery.js +1 -1
  149. package/dist/packages/paynote/contents/PayNoteDelivery.js.map +1 -1
  150. package/dist/packages/paynote/contents/index.d.ts +2376 -2357
  151. package/dist/packages/paynote/contents/index.d.ts.map +1 -1
  152. package/dist/packages/paynote/contents/index.js +12 -12
  153. package/dist/packages/paynote/contents/index.js.map +1 -1
  154. package/dist/packages/paynote/index.d.ts +2701 -2385
  155. package/dist/packages/paynote/index.d.ts.map +1 -1
  156. package/dist/packages/paynote/meta.d.ts +16 -16
  157. package/dist/packages/paynote/meta.js +12 -12
  158. package/dist/packages/paynote/meta.js.map +1 -1
  159. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +99 -0
  160. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts.map +1 -1
  161. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +99 -0
  162. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts.map +1 -1
  163. package/dist/packages/paynote/schemas/PayNote.d.ts +99 -0
  164. package/dist/packages/paynote/schemas/PayNote.d.ts.map +1 -1
  165. package/dist/packages/paynote/schemas/PayNote.js +3 -0
  166. package/dist/packages/paynote/schemas/PayNote.js.map +1 -1
  167. package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts +8 -8
  168. package/dist/packages/paynote/schemas/index.d.ts +309 -12
  169. package/dist/packages/paynote/schemas/index.d.ts.map +1 -1
  170. package/dist/packages/paynote/schemas/index.js +4 -4
  171. package/dist/packages/paynote/schemas/index.js.map +1 -1
  172. package/package.json +2 -2
@@ -557,7 +557,7 @@ export declare const schemas: {
557
557
  targetMerchantId?: string | undefined;
558
558
  stoppedAt?: number | undefined;
559
559
  }>;
560
- readonly Ja5fvEx8oyx8GSLUdAhtB4gi4qUGtnJYGJsGxQ86q3z: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
560
+ readonly DuNTUpW45aVkLzXh5C63KiiAk5SGCWGTdE3M5iKRBab4: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
561
561
  amount: import("zod").ZodOptional<import("zod").ZodObject<{
562
562
  completed: import("zod").ZodOptional<import("zod").ZodNumber>;
563
563
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2775,6 +2775,54 @@ export declare const schemas: {
2775
2775
  }[] | undefined;
2776
2776
  operation?: string | undefined;
2777
2777
  }>>;
2778
+ search: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2779
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2780
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2781
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2782
+ }, {
2783
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2784
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2785
+ }>, {
2786
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2787
+ geo: import("zod").ZodOptional<import("zod").ZodObject<{
2788
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2789
+ lat: import("zod").ZodOptional<import("zod").ZodString>;
2790
+ lon: import("zod").ZodOptional<import("zod").ZodString>;
2791
+ }, "strip", import("zod").ZodTypeAny, {
2792
+ description?: string | undefined;
2793
+ lat?: string | undefined;
2794
+ lon?: string | undefined;
2795
+ }, {
2796
+ description?: string | undefined;
2797
+ lat?: string | undefined;
2798
+ lon?: string | undefined;
2799
+ }>>;
2800
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2801
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2802
+ q: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2803
+ }>, "strip", import("zod").ZodTypeAny, {
2804
+ description?: string | undefined;
2805
+ name?: string | undefined;
2806
+ order?: number | undefined;
2807
+ geo?: {
2808
+ description?: string | undefined;
2809
+ lat?: string | undefined;
2810
+ lon?: string | undefined;
2811
+ } | undefined;
2812
+ kv?: Record<string, string> | undefined;
2813
+ q?: string[] | undefined;
2814
+ }, {
2815
+ description?: string | undefined;
2816
+ name?: string | undefined;
2817
+ order?: number | undefined;
2818
+ geo?: {
2819
+ description?: string | undefined;
2820
+ lat?: string | undefined;
2821
+ lon?: string | undefined;
2822
+ } | undefined;
2823
+ kv?: Record<string, string> | undefined;
2824
+ q?: string[] | undefined;
2825
+ }>>;
2778
2826
  secureFunds: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2779
2827
  description: import("zod").ZodOptional<import("zod").ZodString>;
2780
2828
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3667,6 +3715,18 @@ export declare const schemas: {
3667
3715
  }[] | undefined;
3668
3716
  operation?: string | undefined;
3669
3717
  } | undefined;
3718
+ search?: {
3719
+ description?: string | undefined;
3720
+ name?: string | undefined;
3721
+ order?: number | undefined;
3722
+ geo?: {
3723
+ description?: string | undefined;
3724
+ lat?: string | undefined;
3725
+ lon?: string | undefined;
3726
+ } | undefined;
3727
+ kv?: Record<string, string> | undefined;
3728
+ q?: string[] | undefined;
3729
+ } | undefined;
3670
3730
  secureFundsImpl?: {
3671
3731
  description?: string | undefined;
3672
3732
  name?: string | undefined;
@@ -4311,6 +4371,18 @@ export declare const schemas: {
4311
4371
  }[] | undefined;
4312
4372
  operation?: string | undefined;
4313
4373
  } | undefined;
4374
+ search?: {
4375
+ description?: string | undefined;
4376
+ name?: string | undefined;
4377
+ order?: number | undefined;
4378
+ geo?: {
4379
+ description?: string | undefined;
4380
+ lat?: string | undefined;
4381
+ lon?: string | undefined;
4382
+ } | undefined;
4383
+ kv?: Record<string, string> | undefined;
4384
+ q?: string[] | undefined;
4385
+ } | undefined;
4314
4386
  secureFundsImpl?: {
4315
4387
  description?: string | undefined;
4316
4388
  name?: string | undefined;
@@ -4379,6 +4451,7 @@ export declare const schemas: {
4379
4451
  [x: string]: any;
4380
4452
  }>>;
4381
4453
  description: import("zod").ZodOptional<import("zod").ZodString>;
4454
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
4382
4455
  name: import("zod").ZodOptional<import("zod").ZodString>;
4383
4456
  payNoteInitialStateDescription: import("zod").ZodOptional<import("zod").ZodObject<{
4384
4457
  details: import("zod").ZodOptional<import("zod").ZodString>;
@@ -4420,6 +4493,7 @@ export declare const schemas: {
4420
4493
  }>, "strip", import("zod").ZodTypeAny, {
4421
4494
  status?: string | undefined;
4422
4495
  description?: string | undefined;
4496
+ kind?: string | undefined;
4423
4497
  name?: string | undefined;
4424
4498
  contracts?: {
4425
4499
  initLifecycleChannel?: {
@@ -5017,6 +5091,18 @@ export declare const schemas: {
5017
5091
  }[] | undefined;
5018
5092
  operation?: string | undefined;
5019
5093
  } | undefined;
5094
+ search?: {
5095
+ description?: string | undefined;
5096
+ name?: string | undefined;
5097
+ order?: number | undefined;
5098
+ geo?: {
5099
+ description?: string | undefined;
5100
+ lat?: string | undefined;
5101
+ lon?: string | undefined;
5102
+ } | undefined;
5103
+ kv?: Record<string, string> | undefined;
5104
+ q?: string[] | undefined;
5105
+ } | undefined;
5020
5106
  secureFundsImpl?: {
5021
5107
  description?: string | undefined;
5022
5108
  name?: string | undefined;
@@ -5098,6 +5184,7 @@ export declare const schemas: {
5098
5184
  }, {
5099
5185
  status?: string | undefined;
5100
5186
  description?: string | undefined;
5187
+ kind?: string | undefined;
5101
5188
  name?: string | undefined;
5102
5189
  contracts?: {
5103
5190
  initLifecycleChannel?: {
@@ -5695,6 +5782,18 @@ export declare const schemas: {
5695
5782
  }[] | undefined;
5696
5783
  operation?: string | undefined;
5697
5784
  } | undefined;
5785
+ search?: {
5786
+ description?: string | undefined;
5787
+ name?: string | undefined;
5788
+ order?: number | undefined;
5789
+ geo?: {
5790
+ description?: string | undefined;
5791
+ lat?: string | undefined;
5792
+ lon?: string | undefined;
5793
+ } | undefined;
5794
+ kv?: Record<string, string> | undefined;
5795
+ q?: string[] | undefined;
5796
+ } | undefined;
5698
5797
  secureFundsImpl?: {
5699
5798
  description?: string | undefined;
5700
5799
  name?: string | undefined;
@@ -6254,7 +6353,7 @@ export declare const schemas: {
6254
6353
  payNoteDocumentId?: string | undefined;
6255
6354
  payNoteSessionId?: string | undefined;
6256
6355
  }>;
6257
- readonly GRyCc29p1fQLpKARkjKNwTqt5zffv37rBsaE7RTjABtb: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
6356
+ readonly '85z8zJij5hoyZSVXHbHKUcyrMPKUAXQ9QnFyVrtGegJ1': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
6258
6357
  amount: import("zod").ZodOptional<import("zod").ZodObject<{
6259
6358
  completed: import("zod").ZodOptional<import("zod").ZodNumber>;
6260
6359
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -8472,6 +8571,54 @@ export declare const schemas: {
8472
8571
  }[] | undefined;
8473
8572
  operation?: string | undefined;
8474
8573
  }>>;
8574
+ search: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
8575
+ description: import("zod").ZodOptional<import("zod").ZodString>;
8576
+ name: import("zod").ZodOptional<import("zod").ZodString>;
8577
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
8578
+ }, {
8579
+ description: import("zod").ZodOptional<import("zod").ZodString>;
8580
+ name: import("zod").ZodOptional<import("zod").ZodString>;
8581
+ }>, {
8582
+ description: import("zod").ZodOptional<import("zod").ZodString>;
8583
+ geo: import("zod").ZodOptional<import("zod").ZodObject<{
8584
+ description: import("zod").ZodOptional<import("zod").ZodString>;
8585
+ lat: import("zod").ZodOptional<import("zod").ZodString>;
8586
+ lon: import("zod").ZodOptional<import("zod").ZodString>;
8587
+ }, "strip", import("zod").ZodTypeAny, {
8588
+ description?: string | undefined;
8589
+ lat?: string | undefined;
8590
+ lon?: string | undefined;
8591
+ }, {
8592
+ description?: string | undefined;
8593
+ lat?: string | undefined;
8594
+ lon?: string | undefined;
8595
+ }>>;
8596
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
8597
+ name: import("zod").ZodOptional<import("zod").ZodString>;
8598
+ q: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
8599
+ }>, "strip", import("zod").ZodTypeAny, {
8600
+ description?: string | undefined;
8601
+ name?: string | undefined;
8602
+ order?: number | undefined;
8603
+ geo?: {
8604
+ description?: string | undefined;
8605
+ lat?: string | undefined;
8606
+ lon?: string | undefined;
8607
+ } | undefined;
8608
+ kv?: Record<string, string> | undefined;
8609
+ q?: string[] | undefined;
8610
+ }, {
8611
+ description?: string | undefined;
8612
+ name?: string | undefined;
8613
+ order?: number | undefined;
8614
+ geo?: {
8615
+ description?: string | undefined;
8616
+ lat?: string | undefined;
8617
+ lon?: string | undefined;
8618
+ } | undefined;
8619
+ kv?: Record<string, string> | undefined;
8620
+ q?: string[] | undefined;
8621
+ }>>;
8475
8622
  secureFunds: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
8476
8623
  description: import("zod").ZodOptional<import("zod").ZodString>;
8477
8624
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -9364,6 +9511,18 @@ export declare const schemas: {
9364
9511
  }[] | undefined;
9365
9512
  operation?: string | undefined;
9366
9513
  } | undefined;
9514
+ search?: {
9515
+ description?: string | undefined;
9516
+ name?: string | undefined;
9517
+ order?: number | undefined;
9518
+ geo?: {
9519
+ description?: string | undefined;
9520
+ lat?: string | undefined;
9521
+ lon?: string | undefined;
9522
+ } | undefined;
9523
+ kv?: Record<string, string> | undefined;
9524
+ q?: string[] | undefined;
9525
+ } | undefined;
9367
9526
  secureFundsImpl?: {
9368
9527
  description?: string | undefined;
9369
9528
  name?: string | undefined;
@@ -10008,6 +10167,18 @@ export declare const schemas: {
10008
10167
  }[] | undefined;
10009
10168
  operation?: string | undefined;
10010
10169
  } | undefined;
10170
+ search?: {
10171
+ description?: string | undefined;
10172
+ name?: string | undefined;
10173
+ order?: number | undefined;
10174
+ geo?: {
10175
+ description?: string | undefined;
10176
+ lat?: string | undefined;
10177
+ lon?: string | undefined;
10178
+ } | undefined;
10179
+ kv?: Record<string, string> | undefined;
10180
+ q?: string[] | undefined;
10181
+ } | undefined;
10011
10182
  secureFundsImpl?: {
10012
10183
  description?: string | undefined;
10013
10184
  name?: string | undefined;
@@ -10076,6 +10247,7 @@ export declare const schemas: {
10076
10247
  [x: string]: any;
10077
10248
  }>>;
10078
10249
  description: import("zod").ZodOptional<import("zod").ZodString>;
10250
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
10079
10251
  name: import("zod").ZodOptional<import("zod").ZodString>;
10080
10252
  payNoteInitialStateDescription: import("zod").ZodOptional<import("zod").ZodObject<{
10081
10253
  details: import("zod").ZodOptional<import("zod").ZodString>;
@@ -10095,6 +10267,7 @@ export declare const schemas: {
10095
10267
  }>, "strip", import("zod").ZodTypeAny, {
10096
10268
  status?: string | undefined;
10097
10269
  description?: string | undefined;
10270
+ kind?: string | undefined;
10098
10271
  name?: string | undefined;
10099
10272
  contracts?: {
10100
10273
  initLifecycleChannel?: {
@@ -10692,6 +10865,18 @@ export declare const schemas: {
10692
10865
  }[] | undefined;
10693
10866
  operation?: string | undefined;
10694
10867
  } | undefined;
10868
+ search?: {
10869
+ description?: string | undefined;
10870
+ name?: string | undefined;
10871
+ order?: number | undefined;
10872
+ geo?: {
10873
+ description?: string | undefined;
10874
+ lat?: string | undefined;
10875
+ lon?: string | undefined;
10876
+ } | undefined;
10877
+ kv?: Record<string, string> | undefined;
10878
+ q?: string[] | undefined;
10879
+ } | undefined;
10695
10880
  secureFundsImpl?: {
10696
10881
  description?: string | undefined;
10697
10882
  name?: string | undefined;
@@ -10765,6 +10950,7 @@ export declare const schemas: {
10765
10950
  }, {
10766
10951
  status?: string | undefined;
10767
10952
  description?: string | undefined;
10953
+ kind?: string | undefined;
10768
10954
  name?: string | undefined;
10769
10955
  contracts?: {
10770
10956
  initLifecycleChannel?: {
@@ -11362,6 +11548,18 @@ export declare const schemas: {
11362
11548
  }[] | undefined;
11363
11549
  operation?: string | undefined;
11364
11550
  } | undefined;
11551
+ search?: {
11552
+ description?: string | undefined;
11553
+ name?: string | undefined;
11554
+ order?: number | undefined;
11555
+ geo?: {
11556
+ description?: string | undefined;
11557
+ lat?: string | undefined;
11558
+ lon?: string | undefined;
11559
+ } | undefined;
11560
+ kv?: Record<string, string> | undefined;
11561
+ q?: string[] | undefined;
11562
+ } | undefined;
11365
11563
  secureFundsImpl?: {
11366
11564
  description?: string | undefined;
11367
11565
  name?: string | undefined;
@@ -13077,7 +13275,7 @@ export declare const schemas: {
13077
13275
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
13078
13276
  amountReversed?: number | undefined;
13079
13277
  }>;
13080
- readonly DJ6q5W2JcVYR8NpZ6CTZoMNZ9P8TaiLXkwWwyeTjg2Uu: import("zod").ZodObject<{
13278
+ readonly '7fWr1Bguxi4xnhXx4dpGjaLtjEBgUjyjjaV3vt492Z9': import("zod").ZodObject<{
13081
13279
  amount: import("zod").ZodOptional<import("zod").ZodObject<{
13082
13280
  completed: import("zod").ZodOptional<import("zod").ZodNumber>;
13083
13281
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -15295,6 +15493,54 @@ export declare const schemas: {
15295
15493
  }[] | undefined;
15296
15494
  operation?: string | undefined;
15297
15495
  }>>;
15496
+ search: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
15497
+ description: import("zod").ZodOptional<import("zod").ZodString>;
15498
+ name: import("zod").ZodOptional<import("zod").ZodString>;
15499
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
15500
+ }, {
15501
+ description: import("zod").ZodOptional<import("zod").ZodString>;
15502
+ name: import("zod").ZodOptional<import("zod").ZodString>;
15503
+ }>, {
15504
+ description: import("zod").ZodOptional<import("zod").ZodString>;
15505
+ geo: import("zod").ZodOptional<import("zod").ZodObject<{
15506
+ description: import("zod").ZodOptional<import("zod").ZodString>;
15507
+ lat: import("zod").ZodOptional<import("zod").ZodString>;
15508
+ lon: import("zod").ZodOptional<import("zod").ZodString>;
15509
+ }, "strip", import("zod").ZodTypeAny, {
15510
+ description?: string | undefined;
15511
+ lat?: string | undefined;
15512
+ lon?: string | undefined;
15513
+ }, {
15514
+ description?: string | undefined;
15515
+ lat?: string | undefined;
15516
+ lon?: string | undefined;
15517
+ }>>;
15518
+ kv: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
15519
+ name: import("zod").ZodOptional<import("zod").ZodString>;
15520
+ q: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
15521
+ }>, "strip", import("zod").ZodTypeAny, {
15522
+ description?: string | undefined;
15523
+ name?: string | undefined;
15524
+ order?: number | undefined;
15525
+ geo?: {
15526
+ description?: string | undefined;
15527
+ lat?: string | undefined;
15528
+ lon?: string | undefined;
15529
+ } | undefined;
15530
+ kv?: Record<string, string> | undefined;
15531
+ q?: string[] | undefined;
15532
+ }, {
15533
+ description?: string | undefined;
15534
+ name?: string | undefined;
15535
+ order?: number | undefined;
15536
+ geo?: {
15537
+ description?: string | undefined;
15538
+ lat?: string | undefined;
15539
+ lon?: string | undefined;
15540
+ } | undefined;
15541
+ kv?: Record<string, string> | undefined;
15542
+ q?: string[] | undefined;
15543
+ }>>;
15298
15544
  secureFunds: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
15299
15545
  description: import("zod").ZodOptional<import("zod").ZodString>;
15300
15546
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -16187,6 +16433,18 @@ export declare const schemas: {
16187
16433
  }[] | undefined;
16188
16434
  operation?: string | undefined;
16189
16435
  } | undefined;
16436
+ search?: {
16437
+ description?: string | undefined;
16438
+ name?: string | undefined;
16439
+ order?: number | undefined;
16440
+ geo?: {
16441
+ description?: string | undefined;
16442
+ lat?: string | undefined;
16443
+ lon?: string | undefined;
16444
+ } | undefined;
16445
+ kv?: Record<string, string> | undefined;
16446
+ q?: string[] | undefined;
16447
+ } | undefined;
16190
16448
  secureFundsImpl?: {
16191
16449
  description?: string | undefined;
16192
16450
  name?: string | undefined;
@@ -16831,6 +17089,18 @@ export declare const schemas: {
16831
17089
  }[] | undefined;
16832
17090
  operation?: string | undefined;
16833
17091
  } | undefined;
17092
+ search?: {
17093
+ description?: string | undefined;
17094
+ name?: string | undefined;
17095
+ order?: number | undefined;
17096
+ geo?: {
17097
+ description?: string | undefined;
17098
+ lat?: string | undefined;
17099
+ lon?: string | undefined;
17100
+ } | undefined;
17101
+ kv?: Record<string, string> | undefined;
17102
+ q?: string[] | undefined;
17103
+ } | undefined;
16834
17104
  secureFundsImpl?: {
16835
17105
  description?: string | undefined;
16836
17106
  name?: string | undefined;
@@ -16899,6 +17169,7 @@ export declare const schemas: {
16899
17169
  [x: string]: any;
16900
17170
  }>>;
16901
17171
  description: import("zod").ZodOptional<import("zod").ZodString>;
17172
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
16902
17173
  name: import("zod").ZodOptional<import("zod").ZodString>;
16903
17174
  payNoteInitialStateDescription: import("zod").ZodOptional<import("zod").ZodObject<{
16904
17175
  details: import("zod").ZodOptional<import("zod").ZodString>;
@@ -16915,6 +17186,7 @@ export declare const schemas: {
16915
17186
  }, "strip", import("zod").ZodTypeAny, {
16916
17187
  status?: string | undefined;
16917
17188
  description?: string | undefined;
17189
+ kind?: string | undefined;
16918
17190
  name?: string | undefined;
16919
17191
  contracts?: {
16920
17192
  initLifecycleChannel?: {
@@ -17512,6 +17784,18 @@ export declare const schemas: {
17512
17784
  }[] | undefined;
17513
17785
  operation?: string | undefined;
17514
17786
  } | undefined;
17787
+ search?: {
17788
+ description?: string | undefined;
17789
+ name?: string | undefined;
17790
+ order?: number | undefined;
17791
+ geo?: {
17792
+ description?: string | undefined;
17793
+ lat?: string | undefined;
17794
+ lon?: string | undefined;
17795
+ } | undefined;
17796
+ kv?: Record<string, string> | undefined;
17797
+ q?: string[] | undefined;
17798
+ } | undefined;
17515
17799
  secureFundsImpl?: {
17516
17800
  description?: string | undefined;
17517
17801
  name?: string | undefined;
@@ -17585,6 +17869,7 @@ export declare const schemas: {
17585
17869
  }, {
17586
17870
  status?: string | undefined;
17587
17871
  description?: string | undefined;
17872
+ kind?: string | undefined;
17588
17873
  name?: string | undefined;
17589
17874
  contracts?: {
17590
17875
  initLifecycleChannel?: {
@@ -18182,6 +18467,18 @@ export declare const schemas: {
18182
18467
  }[] | undefined;
18183
18468
  operation?: string | undefined;
18184
18469
  } | undefined;
18470
+ search?: {
18471
+ description?: string | undefined;
18472
+ name?: string | undefined;
18473
+ order?: number | undefined;
18474
+ geo?: {
18475
+ description?: string | undefined;
18476
+ lat?: string | undefined;
18477
+ lon?: string | undefined;
18478
+ } | undefined;
18479
+ kv?: Record<string, string> | undefined;
18480
+ q?: string[] | undefined;
18481
+ } | undefined;
18185
18482
  secureFundsImpl?: {
18186
18483
  description?: string | undefined;
18187
18484
  name?: string | undefined;
@@ -18427,7 +18724,7 @@ export declare const schemas: {
18427
18724
  [x: string]: any;
18428
18725
  } | undefined;
18429
18726
  }>;
18430
- readonly DuqP4xc5kdpFREraHi3HEwX4f4jZt8mpzARbWjELnJn8: import("zod").ZodObject<{
18727
+ readonly FPsSzcPnRKzYdvXvzqSZ44dBPsTuGkbHwF47CEHt8EjH: import("zod").ZodObject<{
18431
18728
  cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
18432
18729
  authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
18433
18730
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -19180,6 +19477,7 @@ export declare const schemas: {
19180
19477
  }>, "strip", import("zod").ZodTypeAny, {
19181
19478
  description?: string | undefined;
19182
19479
  name?: string | undefined;
19480
+ onBehalfOf?: string | undefined;
19183
19481
  requestId?: string | undefined;
19184
19482
  bootstrapAssignee?: string | undefined;
19185
19483
  channelBindings?: Record<string, {
@@ -19194,10 +19492,10 @@ export declare const schemas: {
19194
19492
  defaultMessage?: string | undefined;
19195
19493
  perChannel?: Record<string, string> | undefined;
19196
19494
  } | undefined;
19197
- onBehalfOf?: string | undefined;
19198
19495
  }, {
19199
19496
  description?: string | undefined;
19200
19497
  name?: string | undefined;
19498
+ onBehalfOf?: string | undefined;
19201
19499
  requestId?: string | undefined;
19202
19500
  bootstrapAssignee?: string | undefined;
19203
19501
  channelBindings?: Record<string, {
@@ -19212,7 +19510,6 @@ export declare const schemas: {
19212
19510
  defaultMessage?: string | undefined;
19213
19511
  perChannel?: Record<string, string> | undefined;
19214
19512
  } | undefined;
19215
- onBehalfOf?: string | undefined;
19216
19513
  }>>;
19217
19514
  payNoteBootstrapRequest: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
19218
19515
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -19262,6 +19559,7 @@ export declare const schemas: {
19262
19559
  }>, "strip", import("zod").ZodTypeAny, {
19263
19560
  description?: string | undefined;
19264
19561
  name?: string | undefined;
19562
+ onBehalfOf?: string | undefined;
19265
19563
  requestId?: string | undefined;
19266
19564
  bootstrapAssignee?: string | undefined;
19267
19565
  channelBindings?: Record<string, {
@@ -19276,10 +19574,10 @@ export declare const schemas: {
19276
19574
  defaultMessage?: string | undefined;
19277
19575
  perChannel?: Record<string, string> | undefined;
19278
19576
  } | undefined;
19279
- onBehalfOf?: string | undefined;
19280
19577
  }, {
19281
19578
  description?: string | undefined;
19282
19579
  name?: string | undefined;
19580
+ onBehalfOf?: string | undefined;
19283
19581
  requestId?: string | undefined;
19284
19582
  bootstrapAssignee?: string | undefined;
19285
19583
  channelBindings?: Record<string, {
@@ -19294,7 +19592,6 @@ export declare const schemas: {
19294
19592
  defaultMessage?: string | undefined;
19295
19593
  perChannel?: Record<string, string> | undefined;
19296
19594
  } | undefined;
19297
- onBehalfOf?: string | undefined;
19298
19595
  }>>;
19299
19596
  transactionIdentificationStatus: import("zod").ZodOptional<import("zod").ZodString>;
19300
19597
  }, "strip", import("zod").ZodTypeAny, {
@@ -19437,6 +19734,7 @@ export declare const schemas: {
19437
19734
  paymentMandateBootstrapRequest?: {
19438
19735
  description?: string | undefined;
19439
19736
  name?: string | undefined;
19737
+ onBehalfOf?: string | undefined;
19440
19738
  requestId?: string | undefined;
19441
19739
  bootstrapAssignee?: string | undefined;
19442
19740
  channelBindings?: Record<string, {
@@ -19451,11 +19749,11 @@ export declare const schemas: {
19451
19749
  defaultMessage?: string | undefined;
19452
19750
  perChannel?: Record<string, string> | undefined;
19453
19751
  } | undefined;
19454
- onBehalfOf?: string | undefined;
19455
19752
  } | undefined;
19456
19753
  payNoteBootstrapRequest?: {
19457
19754
  description?: string | undefined;
19458
19755
  name?: string | undefined;
19756
+ onBehalfOf?: string | undefined;
19459
19757
  requestId?: string | undefined;
19460
19758
  bootstrapAssignee?: string | undefined;
19461
19759
  channelBindings?: Record<string, {
@@ -19470,7 +19768,6 @@ export declare const schemas: {
19470
19768
  defaultMessage?: string | undefined;
19471
19769
  perChannel?: Record<string, string> | undefined;
19472
19770
  } | undefined;
19473
- onBehalfOf?: string | undefined;
19474
19771
  } | undefined;
19475
19772
  transactionIdentificationStatus?: string | undefined;
19476
19773
  }, {
@@ -19613,6 +19910,7 @@ export declare const schemas: {
19613
19910
  paymentMandateBootstrapRequest?: {
19614
19911
  description?: string | undefined;
19615
19912
  name?: string | undefined;
19913
+ onBehalfOf?: string | undefined;
19616
19914
  requestId?: string | undefined;
19617
19915
  bootstrapAssignee?: string | undefined;
19618
19916
  channelBindings?: Record<string, {
@@ -19627,11 +19925,11 @@ export declare const schemas: {
19627
19925
  defaultMessage?: string | undefined;
19628
19926
  perChannel?: Record<string, string> | undefined;
19629
19927
  } | undefined;
19630
- onBehalfOf?: string | undefined;
19631
19928
  } | undefined;
19632
19929
  payNoteBootstrapRequest?: {
19633
19930
  description?: string | undefined;
19634
19931
  name?: string | undefined;
19932
+ onBehalfOf?: string | undefined;
19635
19933
  requestId?: string | undefined;
19636
19934
  bootstrapAssignee?: string | undefined;
19637
19935
  channelBindings?: Record<string, {
@@ -19646,7 +19944,6 @@ export declare const schemas: {
19646
19944
  defaultMessage?: string | undefined;
19647
19945
  perChannel?: Record<string, string> | undefined;
19648
19946
  } | undefined;
19649
- onBehalfOf?: string | undefined;
19650
19947
  } | undefined;
19651
19948
  transactionIdentificationStatus?: string | undefined;
19652
19949
  }>;