@meshtrade/api-old 1.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 (205) hide show
  1. package/README.md +117 -0
  2. package/dist/buf/validate/validate_pb.js +17134 -0
  3. package/dist/meshtrade/common/config.d.ts +7 -0
  4. package/dist/meshtrade/common/config.js +9 -0
  5. package/dist/meshtrade/common/groupHeaderInterceptor.d.ts +64 -0
  6. package/dist/meshtrade/common/groupHeaderInterceptor.js +76 -0
  7. package/dist/meshtrade/common/grpc_web.d.ts +18 -0
  8. package/dist/meshtrade/common/grpc_web.js +34 -0
  9. package/dist/meshtrade/common/validation.d.ts +62 -0
  10. package/dist/meshtrade/common/validation.js +77 -0
  11. package/dist/meshtrade/compliance/client/v1/client_pb.d.ts +91 -0
  12. package/dist/meshtrade/compliance/client/v1/client_pb.js +645 -0
  13. package/dist/meshtrade/compliance/client/v1/company_pb.d.ts +178 -0
  14. package/dist/meshtrade/compliance/client/v1/company_pb.js +1322 -0
  15. package/dist/meshtrade/compliance/client/v1/company_representative_pb.d.ts +56 -0
  16. package/dist/meshtrade/compliance/client/v1/company_representative_pb.js +422 -0
  17. package/dist/meshtrade/compliance/client/v1/company_representative_role_pb.d.ts +15 -0
  18. package/dist/meshtrade/compliance/client/v1/company_representative_role_pb.js +40 -0
  19. package/dist/meshtrade/compliance/client/v1/fund_pb.d.ts +42 -0
  20. package/dist/meshtrade/compliance/client/v1/fund_pb.js +321 -0
  21. package/dist/meshtrade/compliance/client/v1/identification_document_type_pb.d.ts +11 -0
  22. package/dist/meshtrade/compliance/client/v1/identification_document_type_pb.js +36 -0
  23. package/dist/meshtrade/compliance/client/v1/index.d.ts +18 -0
  24. package/dist/meshtrade/compliance/client/v1/index.js +61 -0
  25. package/dist/meshtrade/compliance/client/v1/industry_classification_pb.d.ts +50 -0
  26. package/dist/meshtrade/compliance/client/v1/industry_classification_pb.js +386 -0
  27. package/dist/meshtrade/compliance/client/v1/natural_person_connection_type_pb.d.ts +22 -0
  28. package/dist/meshtrade/compliance/client/v1/natural_person_connection_type_pb.js +47 -0
  29. package/dist/meshtrade/compliance/client/v1/natural_person_pb.d.ts +94 -0
  30. package/dist/meshtrade/compliance/client/v1/natural_person_pb.js +729 -0
  31. package/dist/meshtrade/compliance/client/v1/pep_status_pb.d.ts +10 -0
  32. package/dist/meshtrade/compliance/client/v1/pep_status_pb.js +35 -0
  33. package/dist/meshtrade/compliance/client/v1/service_grpc_web_client_meshts.d.ts +47 -0
  34. package/dist/meshtrade/compliance/client/v1/service_grpc_web_client_meshts.js +78 -0
  35. package/dist/meshtrade/compliance/client/v1/service_grpc_web_pb.d.ts +56 -0
  36. package/dist/meshtrade/compliance/client/v1/service_grpc_web_pb.js +270 -0
  37. package/dist/meshtrade/compliance/client/v1/service_pb.d.ts +79 -0
  38. package/dist/meshtrade/compliance/client/v1/service_pb.js +660 -0
  39. package/dist/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb.d.ts +29 -0
  40. package/dist/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb.js +54 -0
  41. package/dist/meshtrade/compliance/client/v1/tax_residency_pb.d.ts +27 -0
  42. package/dist/meshtrade/compliance/client/v1/tax_residency_pb.js +208 -0
  43. package/dist/meshtrade/compliance/client/v1/trust_pb.d.ts +42 -0
  44. package/dist/meshtrade/compliance/client/v1/trust_pb.js +321 -0
  45. package/dist/meshtrade/compliance/client/v1/verification_status_pb.d.ts +11 -0
  46. package/dist/meshtrade/compliance/client/v1/verification_status_pb.js +36 -0
  47. package/dist/meshtrade/iam/api_user/v1/api_credentials_pb.d.ts +27 -0
  48. package/dist/meshtrade/iam/api_user/v1/api_credentials_pb.js +208 -0
  49. package/dist/meshtrade/iam/api_user/v1/api_user_pb.d.ts +57 -0
  50. package/dist/meshtrade/iam/api_user/v1/api_user_pb.js +376 -0
  51. package/dist/meshtrade/iam/api_user/v1/index.d.ts +5 -0
  52. package/dist/meshtrade/iam/api_user/v1/index.js +46 -0
  53. package/dist/meshtrade/iam/api_user/v1/service_grpc_web_client_meshts.d.ts +83 -0
  54. package/dist/meshtrade/iam/api_user/v1/service_grpc_web_client_meshts.js +126 -0
  55. package/dist/meshtrade/iam/api_user/v1/service_grpc_web_pb.d.ts +128 -0
  56. package/dist/meshtrade/iam/api_user/v1/service_grpc_web_pb.js +636 -0
  57. package/dist/meshtrade/iam/api_user/v1/service_pb.d.ts +219 -0
  58. package/dist/meshtrade/iam/api_user/v1/service_pb.js +1866 -0
  59. package/dist/meshtrade/iam/group/v1/group_pb.d.ts +35 -0
  60. package/dist/meshtrade/iam/group/v1/group_pb.js +268 -0
  61. package/dist/meshtrade/iam/group/v1/index.d.ts +4 -0
  62. package/dist/meshtrade/iam/group/v1/index.js +45 -0
  63. package/dist/meshtrade/iam/group/v1/service_grpc_web_client_meshts.d.ts +59 -0
  64. package/dist/meshtrade/iam/group/v1/service_grpc_web_client_meshts.js +94 -0
  65. package/dist/meshtrade/iam/group/v1/service_grpc_web_pb.d.ts +80 -0
  66. package/dist/meshtrade/iam/group/v1/service_grpc_web_pb.js +394 -0
  67. package/dist/meshtrade/iam/group/v1/service_pb.d.ts +200 -0
  68. package/dist/meshtrade/iam/group/v1/service_pb.js +1664 -0
  69. package/dist/meshtrade/iam/role/v1/index.d.ts +2 -0
  70. package/dist/meshtrade/iam/role/v1/index.js +43 -0
  71. package/dist/meshtrade/iam/role/v1/role.d.ts +71 -0
  72. package/dist/meshtrade/iam/role/v1/role.js +192 -0
  73. package/dist/meshtrade/iam/role/v1/role_pb.d.ts +41 -0
  74. package/dist/meshtrade/iam/role/v1/role_pb.js +66 -0
  75. package/dist/meshtrade/iam/user/v1/index.d.ts +4 -0
  76. package/dist/meshtrade/iam/user/v1/index.js +45 -0
  77. package/dist/meshtrade/iam/user/v1/service_grpc_web_client_meshts.d.ts +77 -0
  78. package/dist/meshtrade/iam/user/v1/service_grpc_web_client_meshts.js +118 -0
  79. package/dist/meshtrade/iam/user/v1/service_grpc_web_pb.d.ts +116 -0
  80. package/dist/meshtrade/iam/user/v1/service_grpc_web_pb.js +577 -0
  81. package/dist/meshtrade/iam/user/v1/service_pb.d.ts +262 -0
  82. package/dist/meshtrade/iam/user/v1/service_pb.js +2202 -0
  83. package/dist/meshtrade/iam/user/v1/user_pb.d.ts +37 -0
  84. package/dist/meshtrade/iam/user/v1/user_pb.js +294 -0
  85. package/dist/meshtrade/ledger/transaction/v1/index.d.ts +6 -0
  86. package/dist/meshtrade/ledger/transaction/v1/index.js +47 -0
  87. package/dist/meshtrade/ledger/transaction/v1/service_grpc_web_client_meshts.d.ts +56 -0
  88. package/dist/meshtrade/ledger/transaction/v1/service_grpc_web_client_meshts.js +96 -0
  89. package/dist/meshtrade/ledger/transaction/v1/service_grpc_web_pb.d.ts +41 -0
  90. package/dist/meshtrade/ledger/transaction/v1/service_grpc_web_pb.js +204 -0
  91. package/dist/meshtrade/ledger/transaction/v1/service_pb.d.ts +79 -0
  92. package/dist/meshtrade/ledger/transaction/v1/service_pb.js +638 -0
  93. package/dist/meshtrade/ledger/transaction/v1/transaction_action_pb.d.ts +13 -0
  94. package/dist/meshtrade/ledger/transaction/v1/transaction_action_pb.js +38 -0
  95. package/dist/meshtrade/ledger/transaction/v1/transaction_state.d.ts +14 -0
  96. package/dist/meshtrade/ledger/transaction/v1/transaction_state.js +64 -0
  97. package/dist/meshtrade/ledger/transaction/v1/transaction_state_pb.d.ts +14 -0
  98. package/dist/meshtrade/ledger/transaction/v1/transaction_state_pb.js +39 -0
  99. package/dist/meshtrade/market_data/price/v1/index.d.ts +4 -0
  100. package/dist/meshtrade/market_data/price/v1/index.js +45 -0
  101. package/dist/meshtrade/market_data/price/v1/price_pb.d.ts +45 -0
  102. package/dist/meshtrade/market_data/price/v1/price_pb.js +356 -0
  103. package/dist/meshtrade/market_data/price/v1/service_grpc_web_client_meshts.d.ts +35 -0
  104. package/dist/meshtrade/market_data/price/v1/service_grpc_web_client_meshts.js +62 -0
  105. package/dist/meshtrade/market_data/price/v1/service_grpc_web_pb.d.ts +32 -0
  106. package/dist/meshtrade/market_data/price/v1/service_grpc_web_pb.js +150 -0
  107. package/dist/meshtrade/market_data/price/v1/service_pb.d.ts +34 -0
  108. package/dist/meshtrade/market_data/price/v1/service_pb.js +256 -0
  109. package/dist/meshtrade/option/method_options/v1/index.d.ts +1 -0
  110. package/dist/meshtrade/option/method_options/v1/index.js +42 -0
  111. package/dist/meshtrade/option/method_options/v1/method_options_pb.d.ts +44 -0
  112. package/dist/meshtrade/option/method_options/v1/method_options_pb.js +314 -0
  113. package/dist/meshtrade/reporting/account_report/v1/account_report_pb.d.ts +112 -0
  114. package/dist/meshtrade/reporting/account_report/v1/account_report_pb.js +897 -0
  115. package/dist/meshtrade/reporting/account_report/v1/disclaimer_pb.d.ts +26 -0
  116. package/dist/meshtrade/reporting/account_report/v1/disclaimer_pb.js +206 -0
  117. package/dist/meshtrade/reporting/account_report/v1/fee_entry_pb.d.ts +50 -0
  118. package/dist/meshtrade/reporting/account_report/v1/fee_entry_pb.js +393 -0
  119. package/dist/meshtrade/reporting/account_report/v1/income_entry_pb.d.ts +66 -0
  120. package/dist/meshtrade/reporting/account_report/v1/income_entry_pb.js +460 -0
  121. package/dist/meshtrade/reporting/account_report/v1/index.d.ts +8 -0
  122. package/dist/meshtrade/reporting/account_report/v1/index.js +49 -0
  123. package/dist/meshtrade/reporting/account_report/v1/service_grpc_web_client_meshts.d.ts +41 -0
  124. package/dist/meshtrade/reporting/account_report/v1/service_grpc_web_client_meshts.js +70 -0
  125. package/dist/meshtrade/reporting/account_report/v1/service_grpc_web_pb.d.ts +44 -0
  126. package/dist/meshtrade/reporting/account_report/v1/service_grpc_web_pb.js +213 -0
  127. package/dist/meshtrade/reporting/account_report/v1/service_pb.d.ts +99 -0
  128. package/dist/meshtrade/reporting/account_report/v1/service_pb.js +796 -0
  129. package/dist/meshtrade/reporting/account_report/v1/trading_statement_entry_pb.d.ts +62 -0
  130. package/dist/meshtrade/reporting/account_report/v1/trading_statement_entry_pb.js +495 -0
  131. package/dist/meshtrade/studio/instrument/v1/index.d.ts +3 -0
  132. package/dist/meshtrade/studio/instrument/v1/index.js +44 -0
  133. package/dist/meshtrade/studio/instrument/v1/instrument_pb.d.ts +38 -0
  134. package/dist/meshtrade/studio/instrument/v1/instrument_pb.js +291 -0
  135. package/dist/meshtrade/studio/instrument/v1/instrument_type_pb.d.ts +34 -0
  136. package/dist/meshtrade/studio/instrument/v1/instrument_type_pb.js +59 -0
  137. package/dist/meshtrade/studio/instrument/v1/unit_pb.d.ts +25 -0
  138. package/dist/meshtrade/studio/instrument/v1/unit_pb.js +50 -0
  139. package/dist/meshtrade/trading/limit_order/v1/index.d.ts +4 -0
  140. package/dist/meshtrade/trading/limit_order/v1/index.js +45 -0
  141. package/dist/meshtrade/trading/limit_order/v1/limit_order_pb.d.ts +83 -0
  142. package/dist/meshtrade/trading/limit_order/v1/limit_order_pb.js +559 -0
  143. package/dist/meshtrade/trading/limit_order/v1/service_grpc_web_client_meshts.d.ts +87 -0
  144. package/dist/meshtrade/trading/limit_order/v1/service_grpc_web_client_meshts.js +136 -0
  145. package/dist/meshtrade/trading/limit_order/v1/service_grpc_web_pb.d.ts +102 -0
  146. package/dist/meshtrade/trading/limit_order/v1/service_grpc_web_pb.js +509 -0
  147. package/dist/meshtrade/trading/limit_order/v1/service_pb.d.ts +203 -0
  148. package/dist/meshtrade/trading/limit_order/v1/service_pb.js +1692 -0
  149. package/dist/meshtrade/trading/market_order/v1/index.d.ts +4 -0
  150. package/dist/meshtrade/trading/market_order/v1/index.js +45 -0
  151. package/dist/meshtrade/trading/market_order/v1/market_order_pb.d.ts +22 -0
  152. package/dist/meshtrade/trading/market_order/v1/market_order_pb.js +176 -0
  153. package/dist/meshtrade/trading/market_order/v1/service_grpc_web_client_meshts.d.ts +35 -0
  154. package/dist/meshtrade/trading/market_order/v1/service_grpc_web_client_meshts.js +62 -0
  155. package/dist/meshtrade/trading/market_order/v1/service_grpc_web_pb.d.ts +32 -0
  156. package/dist/meshtrade/trading/market_order/v1/service_grpc_web_pb.js +146 -0
  157. package/dist/meshtrade/trading/market_order/v1/service_pb.d.ts +24 -0
  158. package/dist/meshtrade/trading/market_order/v1/service_pb.js +180 -0
  159. package/dist/meshtrade/type/v1/address_pb.d.ts +44 -0
  160. package/dist/meshtrade/type/v1/address_pb.js +352 -0
  161. package/dist/meshtrade/type/v1/amount.d.ts +13 -0
  162. package/dist/meshtrade/type/v1/amount.js +66 -0
  163. package/dist/meshtrade/type/v1/amountWrapper.d.ts +74 -0
  164. package/dist/meshtrade/type/v1/amountWrapper.js +98 -0
  165. package/dist/meshtrade/type/v1/amount_pb.d.ts +32 -0
  166. package/dist/meshtrade/type/v1/amount_pb.js +252 -0
  167. package/dist/meshtrade/type/v1/contact_details_pb.d.ts +54 -0
  168. package/dist/meshtrade/type/v1/contact_details_pb.js +416 -0
  169. package/dist/meshtrade/type/v1/date.d.ts +49 -0
  170. package/dist/meshtrade/type/v1/date.js +136 -0
  171. package/dist/meshtrade/type/v1/date_pb.d.ts +30 -0
  172. package/dist/meshtrade/type/v1/date_pb.js +236 -0
  173. package/dist/meshtrade/type/v1/decimalConversions.d.ts +24 -0
  174. package/dist/meshtrade/type/v1/decimalConversions.js +40 -0
  175. package/dist/meshtrade/type/v1/decimal_pb.d.ts +22 -0
  176. package/dist/meshtrade/type/v1/decimal_pb.js +176 -0
  177. package/dist/meshtrade/type/v1/index.d.ts +15 -0
  178. package/dist/meshtrade/type/v1/index.js +56 -0
  179. package/dist/meshtrade/type/v1/ledger.d.ts +27 -0
  180. package/dist/meshtrade/type/v1/ledger.js +115 -0
  181. package/dist/meshtrade/type/v1/ledger_pb.d.ts +14 -0
  182. package/dist/meshtrade/type/v1/ledger_pb.js +39 -0
  183. package/dist/meshtrade/type/v1/sorting_pb.d.ts +9 -0
  184. package/dist/meshtrade/type/v1/sorting_pb.js +34 -0
  185. package/dist/meshtrade/type/v1/time_of_day.d.ts +74 -0
  186. package/dist/meshtrade/type/v1/time_of_day.js +205 -0
  187. package/dist/meshtrade/type/v1/time_of_day_pb.d.ts +34 -0
  188. package/dist/meshtrade/type/v1/time_of_day_pb.js +266 -0
  189. package/dist/meshtrade/type/v1/token.d.ts +4 -0
  190. package/dist/meshtrade/type/v1/token.js +24 -0
  191. package/dist/meshtrade/type/v1/tokenWrapper.d.ts +49 -0
  192. package/dist/meshtrade/type/v1/tokenWrapper.js +76 -0
  193. package/dist/meshtrade/type/v1/token_pb.d.ts +31 -0
  194. package/dist/meshtrade/type/v1/token_pb.js +238 -0
  195. package/dist/meshtrade/wallet/account/v1/account_pb.d.ts +149 -0
  196. package/dist/meshtrade/wallet/account/v1/account_pb.js +1160 -0
  197. package/dist/meshtrade/wallet/account/v1/index.d.ts +4 -0
  198. package/dist/meshtrade/wallet/account/v1/index.js +45 -0
  199. package/dist/meshtrade/wallet/account/v1/service_grpc_web_client_meshts.d.ts +83 -0
  200. package/dist/meshtrade/wallet/account/v1/service_grpc_web_client_meshts.js +126 -0
  201. package/dist/meshtrade/wallet/account/v1/service_grpc_web_pb.d.ts +128 -0
  202. package/dist/meshtrade/wallet/account/v1/service_grpc_web_pb.js +638 -0
  203. package/dist/meshtrade/wallet/account/v1/service_pb.d.ts +350 -0
  204. package/dist/meshtrade/wallet/account/v1/service_pb.js +2930 -0
  205. package/package.json +171 -0
@@ -0,0 +1,660 @@
1
+ // source: meshtrade/compliance/client/v1/service.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
23
+
24
+ var buf_validate_validate_pb = require('../../../../buf/validate/validate_pb.js');
25
+ goog.object.extend(proto, buf_validate_validate_pb);
26
+ var meshtrade_compliance_client_v1_client_pb = require('../../../../meshtrade/compliance/client/v1/client_pb.js');
27
+ goog.object.extend(proto, meshtrade_compliance_client_v1_client_pb);
28
+ var meshtrade_option_method_options_v1_method_options_pb = require('../../../../meshtrade/option/method_options/v1/method_options_pb.js');
29
+ goog.object.extend(proto, meshtrade_option_method_options_v1_method_options_pb);
30
+ goog.exportSymbol('proto.meshtrade.compliance.client.v1.CreateClientRequest', null, global);
31
+ goog.exportSymbol('proto.meshtrade.compliance.client.v1.GetClientRequest', null, global);
32
+ goog.exportSymbol('proto.meshtrade.compliance.client.v1.ListClientsRequest', null, global);
33
+ goog.exportSymbol('proto.meshtrade.compliance.client.v1.ListClientsResponse', null, global);
34
+ /**
35
+ * Generated by JsPbCodeGenerator.
36
+ * @param {Array=} opt_data Optional initial data array, typically from a
37
+ * server response, or constructed directly in Javascript. The array is used
38
+ * in place and becomes part of the constructed object. It is not cloned.
39
+ * If no data is provided, the constructed object will be empty, but still
40
+ * valid.
41
+ * @extends {jspb.Message}
42
+ * @constructor
43
+ */
44
+ proto.meshtrade.compliance.client.v1.GetClientRequest = function(opt_data) {
45
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
46
+ };
47
+ goog.inherits(proto.meshtrade.compliance.client.v1.GetClientRequest, jspb.Message);
48
+ if (goog.DEBUG && !COMPILED) {
49
+ /**
50
+ * @public
51
+ * @override
52
+ */
53
+ proto.meshtrade.compliance.client.v1.GetClientRequest.displayName = 'proto.meshtrade.compliance.client.v1.GetClientRequest';
54
+ }
55
+ /**
56
+ * Generated by JsPbCodeGenerator.
57
+ * @param {Array=} opt_data Optional initial data array, typically from a
58
+ * server response, or constructed directly in Javascript. The array is used
59
+ * in place and becomes part of the constructed object. It is not cloned.
60
+ * If no data is provided, the constructed object will be empty, but still
61
+ * valid.
62
+ * @extends {jspb.Message}
63
+ * @constructor
64
+ */
65
+ proto.meshtrade.compliance.client.v1.CreateClientRequest = function(opt_data) {
66
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
67
+ };
68
+ goog.inherits(proto.meshtrade.compliance.client.v1.CreateClientRequest, jspb.Message);
69
+ if (goog.DEBUG && !COMPILED) {
70
+ /**
71
+ * @public
72
+ * @override
73
+ */
74
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.displayName = 'proto.meshtrade.compliance.client.v1.CreateClientRequest';
75
+ }
76
+ /**
77
+ * Generated by JsPbCodeGenerator.
78
+ * @param {Array=} opt_data Optional initial data array, typically from a
79
+ * server response, or constructed directly in Javascript. The array is used
80
+ * in place and becomes part of the constructed object. It is not cloned.
81
+ * If no data is provided, the constructed object will be empty, but still
82
+ * valid.
83
+ * @extends {jspb.Message}
84
+ * @constructor
85
+ */
86
+ proto.meshtrade.compliance.client.v1.ListClientsRequest = function(opt_data) {
87
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
88
+ };
89
+ goog.inherits(proto.meshtrade.compliance.client.v1.ListClientsRequest, jspb.Message);
90
+ if (goog.DEBUG && !COMPILED) {
91
+ /**
92
+ * @public
93
+ * @override
94
+ */
95
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.displayName = 'proto.meshtrade.compliance.client.v1.ListClientsRequest';
96
+ }
97
+ /**
98
+ * Generated by JsPbCodeGenerator.
99
+ * @param {Array=} opt_data Optional initial data array, typically from a
100
+ * server response, or constructed directly in Javascript. The array is used
101
+ * in place and becomes part of the constructed object. It is not cloned.
102
+ * If no data is provided, the constructed object will be empty, but still
103
+ * valid.
104
+ * @extends {jspb.Message}
105
+ * @constructor
106
+ */
107
+ proto.meshtrade.compliance.client.v1.ListClientsResponse = function(opt_data) {
108
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.meshtrade.compliance.client.v1.ListClientsResponse.repeatedFields_, null);
109
+ };
110
+ goog.inherits(proto.meshtrade.compliance.client.v1.ListClientsResponse, jspb.Message);
111
+ if (goog.DEBUG && !COMPILED) {
112
+ /**
113
+ * @public
114
+ * @override
115
+ */
116
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.displayName = 'proto.meshtrade.compliance.client.v1.ListClientsResponse';
117
+ }
118
+
119
+
120
+
121
+ if (jspb.Message.GENERATE_TO_OBJECT) {
122
+ /**
123
+ * Creates an object representation of this proto.
124
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
125
+ * Optional fields that are not set will be set to undefined.
126
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
127
+ * For the list of reserved names please see:
128
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
129
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
130
+ * JSPB instance for transitional soy proto support:
131
+ * http://goto/soy-param-migration
132
+ * @return {!Object}
133
+ */
134
+ proto.meshtrade.compliance.client.v1.GetClientRequest.prototype.toObject = function(opt_includeInstance) {
135
+ return proto.meshtrade.compliance.client.v1.GetClientRequest.toObject(opt_includeInstance, this);
136
+ };
137
+
138
+
139
+ /**
140
+ * Static version of the {@see toObject} method.
141
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
142
+ * the JSPB instance for transitional soy proto support:
143
+ * http://goto/soy-param-migration
144
+ * @param {!proto.meshtrade.compliance.client.v1.GetClientRequest} msg The msg instance to transform.
145
+ * @return {!Object}
146
+ * @suppress {unusedLocalVariables} f is only used for nested messages
147
+ */
148
+ proto.meshtrade.compliance.client.v1.GetClientRequest.toObject = function(includeInstance, msg) {
149
+ var f, obj = {
150
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
151
+ };
152
+
153
+ if (includeInstance) {
154
+ obj.$jspbMessageInstance = msg;
155
+ }
156
+ return obj;
157
+ };
158
+ }
159
+
160
+
161
+ /**
162
+ * Deserializes binary data (in protobuf wire format).
163
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
164
+ * @return {!proto.meshtrade.compliance.client.v1.GetClientRequest}
165
+ */
166
+ proto.meshtrade.compliance.client.v1.GetClientRequest.deserializeBinary = function(bytes) {
167
+ var reader = new jspb.BinaryReader(bytes);
168
+ var msg = new proto.meshtrade.compliance.client.v1.GetClientRequest;
169
+ return proto.meshtrade.compliance.client.v1.GetClientRequest.deserializeBinaryFromReader(msg, reader);
170
+ };
171
+
172
+
173
+ /**
174
+ * Deserializes binary data (in protobuf wire format) from the
175
+ * given reader into the given message object.
176
+ * @param {!proto.meshtrade.compliance.client.v1.GetClientRequest} msg The message object to deserialize into.
177
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
178
+ * @return {!proto.meshtrade.compliance.client.v1.GetClientRequest}
179
+ */
180
+ proto.meshtrade.compliance.client.v1.GetClientRequest.deserializeBinaryFromReader = function(msg, reader) {
181
+ while (reader.nextField()) {
182
+ if (reader.isEndGroup()) {
183
+ break;
184
+ }
185
+ var field = reader.getFieldNumber();
186
+ switch (field) {
187
+ case 1:
188
+ var value = /** @type {string} */ (reader.readString());
189
+ msg.setName(value);
190
+ break;
191
+ default:
192
+ reader.skipField();
193
+ break;
194
+ }
195
+ }
196
+ return msg;
197
+ };
198
+
199
+
200
+ /**
201
+ * Serializes the message to binary data (in protobuf wire format).
202
+ * @return {!Uint8Array}
203
+ */
204
+ proto.meshtrade.compliance.client.v1.GetClientRequest.prototype.serializeBinary = function() {
205
+ var writer = new jspb.BinaryWriter();
206
+ proto.meshtrade.compliance.client.v1.GetClientRequest.serializeBinaryToWriter(this, writer);
207
+ return writer.getResultBuffer();
208
+ };
209
+
210
+
211
+ /**
212
+ * Serializes the given message to binary data (in protobuf wire
213
+ * format), writing to the given BinaryWriter.
214
+ * @param {!proto.meshtrade.compliance.client.v1.GetClientRequest} message
215
+ * @param {!jspb.BinaryWriter} writer
216
+ * @suppress {unusedLocalVariables} f is only used for nested messages
217
+ */
218
+ proto.meshtrade.compliance.client.v1.GetClientRequest.serializeBinaryToWriter = function(message, writer) {
219
+ var f = undefined;
220
+ f = message.getName();
221
+ if (f.length > 0) {
222
+ writer.writeString(
223
+ 1,
224
+ f
225
+ );
226
+ }
227
+ };
228
+
229
+
230
+ /**
231
+ * optional string name = 1;
232
+ * @return {string}
233
+ */
234
+ proto.meshtrade.compliance.client.v1.GetClientRequest.prototype.getName = function() {
235
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
236
+ };
237
+
238
+
239
+ /**
240
+ * @param {string} value
241
+ * @return {!proto.meshtrade.compliance.client.v1.GetClientRequest} returns this
242
+ */
243
+ proto.meshtrade.compliance.client.v1.GetClientRequest.prototype.setName = function(value) {
244
+ return jspb.Message.setProto3StringField(this, 1, value);
245
+ };
246
+
247
+
248
+
249
+
250
+
251
+ if (jspb.Message.GENERATE_TO_OBJECT) {
252
+ /**
253
+ * Creates an object representation of this proto.
254
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
255
+ * Optional fields that are not set will be set to undefined.
256
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
257
+ * For the list of reserved names please see:
258
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
259
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
260
+ * JSPB instance for transitional soy proto support:
261
+ * http://goto/soy-param-migration
262
+ * @return {!Object}
263
+ */
264
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.prototype.toObject = function(opt_includeInstance) {
265
+ return proto.meshtrade.compliance.client.v1.CreateClientRequest.toObject(opt_includeInstance, this);
266
+ };
267
+
268
+
269
+ /**
270
+ * Static version of the {@see toObject} method.
271
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
272
+ * the JSPB instance for transitional soy proto support:
273
+ * http://goto/soy-param-migration
274
+ * @param {!proto.meshtrade.compliance.client.v1.CreateClientRequest} msg The msg instance to transform.
275
+ * @return {!Object}
276
+ * @suppress {unusedLocalVariables} f is only used for nested messages
277
+ */
278
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.toObject = function(includeInstance, msg) {
279
+ var f, obj = {
280
+ client: (f = msg.getClient()) && meshtrade_compliance_client_v1_client_pb.Client.toObject(includeInstance, f)
281
+ };
282
+
283
+ if (includeInstance) {
284
+ obj.$jspbMessageInstance = msg;
285
+ }
286
+ return obj;
287
+ };
288
+ }
289
+
290
+
291
+ /**
292
+ * Deserializes binary data (in protobuf wire format).
293
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
294
+ * @return {!proto.meshtrade.compliance.client.v1.CreateClientRequest}
295
+ */
296
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.deserializeBinary = function(bytes) {
297
+ var reader = new jspb.BinaryReader(bytes);
298
+ var msg = new proto.meshtrade.compliance.client.v1.CreateClientRequest;
299
+ return proto.meshtrade.compliance.client.v1.CreateClientRequest.deserializeBinaryFromReader(msg, reader);
300
+ };
301
+
302
+
303
+ /**
304
+ * Deserializes binary data (in protobuf wire format) from the
305
+ * given reader into the given message object.
306
+ * @param {!proto.meshtrade.compliance.client.v1.CreateClientRequest} msg The message object to deserialize into.
307
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
308
+ * @return {!proto.meshtrade.compliance.client.v1.CreateClientRequest}
309
+ */
310
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.deserializeBinaryFromReader = function(msg, reader) {
311
+ while (reader.nextField()) {
312
+ if (reader.isEndGroup()) {
313
+ break;
314
+ }
315
+ var field = reader.getFieldNumber();
316
+ switch (field) {
317
+ case 1:
318
+ var value = new meshtrade_compliance_client_v1_client_pb.Client;
319
+ reader.readMessage(value,meshtrade_compliance_client_v1_client_pb.Client.deserializeBinaryFromReader);
320
+ msg.setClient(value);
321
+ break;
322
+ default:
323
+ reader.skipField();
324
+ break;
325
+ }
326
+ }
327
+ return msg;
328
+ };
329
+
330
+
331
+ /**
332
+ * Serializes the message to binary data (in protobuf wire format).
333
+ * @return {!Uint8Array}
334
+ */
335
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.prototype.serializeBinary = function() {
336
+ var writer = new jspb.BinaryWriter();
337
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.serializeBinaryToWriter(this, writer);
338
+ return writer.getResultBuffer();
339
+ };
340
+
341
+
342
+ /**
343
+ * Serializes the given message to binary data (in protobuf wire
344
+ * format), writing to the given BinaryWriter.
345
+ * @param {!proto.meshtrade.compliance.client.v1.CreateClientRequest} message
346
+ * @param {!jspb.BinaryWriter} writer
347
+ * @suppress {unusedLocalVariables} f is only used for nested messages
348
+ */
349
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.serializeBinaryToWriter = function(message, writer) {
350
+ var f = undefined;
351
+ f = message.getClient();
352
+ if (f != null) {
353
+ writer.writeMessage(
354
+ 1,
355
+ f,
356
+ meshtrade_compliance_client_v1_client_pb.Client.serializeBinaryToWriter
357
+ );
358
+ }
359
+ };
360
+
361
+
362
+ /**
363
+ * optional Client client = 1;
364
+ * @return {?proto.meshtrade.compliance.client.v1.Client}
365
+ */
366
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.prototype.getClient = function() {
367
+ return /** @type{?proto.meshtrade.compliance.client.v1.Client} */ (
368
+ jspb.Message.getWrapperField(this, meshtrade_compliance_client_v1_client_pb.Client, 1));
369
+ };
370
+
371
+
372
+ /**
373
+ * @param {?proto.meshtrade.compliance.client.v1.Client|undefined} value
374
+ * @return {!proto.meshtrade.compliance.client.v1.CreateClientRequest} returns this
375
+ */
376
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.prototype.setClient = function(value) {
377
+ return jspb.Message.setWrapperField(this, 1, value);
378
+ };
379
+
380
+
381
+ /**
382
+ * Clears the message field making it undefined.
383
+ * @return {!proto.meshtrade.compliance.client.v1.CreateClientRequest} returns this
384
+ */
385
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.prototype.clearClient = function() {
386
+ return this.setClient(undefined);
387
+ };
388
+
389
+
390
+ /**
391
+ * Returns whether this field is set.
392
+ * @return {boolean}
393
+ */
394
+ proto.meshtrade.compliance.client.v1.CreateClientRequest.prototype.hasClient = function() {
395
+ return jspb.Message.getField(this, 1) != null;
396
+ };
397
+
398
+
399
+
400
+
401
+
402
+ if (jspb.Message.GENERATE_TO_OBJECT) {
403
+ /**
404
+ * Creates an object representation of this proto.
405
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
406
+ * Optional fields that are not set will be set to undefined.
407
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
408
+ * For the list of reserved names please see:
409
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
410
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
411
+ * JSPB instance for transitional soy proto support:
412
+ * http://goto/soy-param-migration
413
+ * @return {!Object}
414
+ */
415
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.prototype.toObject = function(opt_includeInstance) {
416
+ return proto.meshtrade.compliance.client.v1.ListClientsRequest.toObject(opt_includeInstance, this);
417
+ };
418
+
419
+
420
+ /**
421
+ * Static version of the {@see toObject} method.
422
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
423
+ * the JSPB instance for transitional soy proto support:
424
+ * http://goto/soy-param-migration
425
+ * @param {!proto.meshtrade.compliance.client.v1.ListClientsRequest} msg The msg instance to transform.
426
+ * @return {!Object}
427
+ * @suppress {unusedLocalVariables} f is only used for nested messages
428
+ */
429
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.toObject = function(includeInstance, msg) {
430
+ var f, obj = {
431
+
432
+ };
433
+
434
+ if (includeInstance) {
435
+ obj.$jspbMessageInstance = msg;
436
+ }
437
+ return obj;
438
+ };
439
+ }
440
+
441
+
442
+ /**
443
+ * Deserializes binary data (in protobuf wire format).
444
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
445
+ * @return {!proto.meshtrade.compliance.client.v1.ListClientsRequest}
446
+ */
447
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.deserializeBinary = function(bytes) {
448
+ var reader = new jspb.BinaryReader(bytes);
449
+ var msg = new proto.meshtrade.compliance.client.v1.ListClientsRequest;
450
+ return proto.meshtrade.compliance.client.v1.ListClientsRequest.deserializeBinaryFromReader(msg, reader);
451
+ };
452
+
453
+
454
+ /**
455
+ * Deserializes binary data (in protobuf wire format) from the
456
+ * given reader into the given message object.
457
+ * @param {!proto.meshtrade.compliance.client.v1.ListClientsRequest} msg The message object to deserialize into.
458
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
459
+ * @return {!proto.meshtrade.compliance.client.v1.ListClientsRequest}
460
+ */
461
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.deserializeBinaryFromReader = function(msg, reader) {
462
+ while (reader.nextField()) {
463
+ if (reader.isEndGroup()) {
464
+ break;
465
+ }
466
+ var field = reader.getFieldNumber();
467
+ switch (field) {
468
+ default:
469
+ reader.skipField();
470
+ break;
471
+ }
472
+ }
473
+ return msg;
474
+ };
475
+
476
+
477
+ /**
478
+ * Serializes the message to binary data (in protobuf wire format).
479
+ * @return {!Uint8Array}
480
+ */
481
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.prototype.serializeBinary = function() {
482
+ var writer = new jspb.BinaryWriter();
483
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.serializeBinaryToWriter(this, writer);
484
+ return writer.getResultBuffer();
485
+ };
486
+
487
+
488
+ /**
489
+ * Serializes the given message to binary data (in protobuf wire
490
+ * format), writing to the given BinaryWriter.
491
+ * @param {!proto.meshtrade.compliance.client.v1.ListClientsRequest} message
492
+ * @param {!jspb.BinaryWriter} writer
493
+ * @suppress {unusedLocalVariables} f is only used for nested messages
494
+ */
495
+ proto.meshtrade.compliance.client.v1.ListClientsRequest.serializeBinaryToWriter = function(message, writer) {
496
+ var f = undefined;
497
+ };
498
+
499
+
500
+
501
+ /**
502
+ * List of repeated fields within this message type.
503
+ * @private {!Array<number>}
504
+ * @const
505
+ */
506
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.repeatedFields_ = [1];
507
+
508
+
509
+
510
+ if (jspb.Message.GENERATE_TO_OBJECT) {
511
+ /**
512
+ * Creates an object representation of this proto.
513
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
514
+ * Optional fields that are not set will be set to undefined.
515
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
516
+ * For the list of reserved names please see:
517
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
518
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
519
+ * JSPB instance for transitional soy proto support:
520
+ * http://goto/soy-param-migration
521
+ * @return {!Object}
522
+ */
523
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.prototype.toObject = function(opt_includeInstance) {
524
+ return proto.meshtrade.compliance.client.v1.ListClientsResponse.toObject(opt_includeInstance, this);
525
+ };
526
+
527
+
528
+ /**
529
+ * Static version of the {@see toObject} method.
530
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
531
+ * the JSPB instance for transitional soy proto support:
532
+ * http://goto/soy-param-migration
533
+ * @param {!proto.meshtrade.compliance.client.v1.ListClientsResponse} msg The msg instance to transform.
534
+ * @return {!Object}
535
+ * @suppress {unusedLocalVariables} f is only used for nested messages
536
+ */
537
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.toObject = function(includeInstance, msg) {
538
+ var f, obj = {
539
+ clientsList: jspb.Message.toObjectList(msg.getClientsList(),
540
+ meshtrade_compliance_client_v1_client_pb.Client.toObject, includeInstance)
541
+ };
542
+
543
+ if (includeInstance) {
544
+ obj.$jspbMessageInstance = msg;
545
+ }
546
+ return obj;
547
+ };
548
+ }
549
+
550
+
551
+ /**
552
+ * Deserializes binary data (in protobuf wire format).
553
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
554
+ * @return {!proto.meshtrade.compliance.client.v1.ListClientsResponse}
555
+ */
556
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.deserializeBinary = function(bytes) {
557
+ var reader = new jspb.BinaryReader(bytes);
558
+ var msg = new proto.meshtrade.compliance.client.v1.ListClientsResponse;
559
+ return proto.meshtrade.compliance.client.v1.ListClientsResponse.deserializeBinaryFromReader(msg, reader);
560
+ };
561
+
562
+
563
+ /**
564
+ * Deserializes binary data (in protobuf wire format) from the
565
+ * given reader into the given message object.
566
+ * @param {!proto.meshtrade.compliance.client.v1.ListClientsResponse} msg The message object to deserialize into.
567
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
568
+ * @return {!proto.meshtrade.compliance.client.v1.ListClientsResponse}
569
+ */
570
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.deserializeBinaryFromReader = function(msg, reader) {
571
+ while (reader.nextField()) {
572
+ if (reader.isEndGroup()) {
573
+ break;
574
+ }
575
+ var field = reader.getFieldNumber();
576
+ switch (field) {
577
+ case 1:
578
+ var value = new meshtrade_compliance_client_v1_client_pb.Client;
579
+ reader.readMessage(value,meshtrade_compliance_client_v1_client_pb.Client.deserializeBinaryFromReader);
580
+ msg.addClients(value);
581
+ break;
582
+ default:
583
+ reader.skipField();
584
+ break;
585
+ }
586
+ }
587
+ return msg;
588
+ };
589
+
590
+
591
+ /**
592
+ * Serializes the message to binary data (in protobuf wire format).
593
+ * @return {!Uint8Array}
594
+ */
595
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.prototype.serializeBinary = function() {
596
+ var writer = new jspb.BinaryWriter();
597
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.serializeBinaryToWriter(this, writer);
598
+ return writer.getResultBuffer();
599
+ };
600
+
601
+
602
+ /**
603
+ * Serializes the given message to binary data (in protobuf wire
604
+ * format), writing to the given BinaryWriter.
605
+ * @param {!proto.meshtrade.compliance.client.v1.ListClientsResponse} message
606
+ * @param {!jspb.BinaryWriter} writer
607
+ * @suppress {unusedLocalVariables} f is only used for nested messages
608
+ */
609
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.serializeBinaryToWriter = function(message, writer) {
610
+ var f = undefined;
611
+ f = message.getClientsList();
612
+ if (f.length > 0) {
613
+ writer.writeRepeatedMessage(
614
+ 1,
615
+ f,
616
+ meshtrade_compliance_client_v1_client_pb.Client.serializeBinaryToWriter
617
+ );
618
+ }
619
+ };
620
+
621
+
622
+ /**
623
+ * repeated Client clients = 1;
624
+ * @return {!Array<!proto.meshtrade.compliance.client.v1.Client>}
625
+ */
626
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.prototype.getClientsList = function() {
627
+ return /** @type{!Array<!proto.meshtrade.compliance.client.v1.Client>} */ (
628
+ jspb.Message.getRepeatedWrapperField(this, meshtrade_compliance_client_v1_client_pb.Client, 1));
629
+ };
630
+
631
+
632
+ /**
633
+ * @param {!Array<!proto.meshtrade.compliance.client.v1.Client>} value
634
+ * @return {!proto.meshtrade.compliance.client.v1.ListClientsResponse} returns this
635
+ */
636
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.prototype.setClientsList = function(value) {
637
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
638
+ };
639
+
640
+
641
+ /**
642
+ * @param {!proto.meshtrade.compliance.client.v1.Client=} opt_value
643
+ * @param {number=} opt_index
644
+ * @return {!proto.meshtrade.compliance.client.v1.Client}
645
+ */
646
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.prototype.addClients = function(opt_value, opt_index) {
647
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.meshtrade.compliance.client.v1.Client, opt_index);
648
+ };
649
+
650
+
651
+ /**
652
+ * Clears the list making it empty but non-null.
653
+ * @return {!proto.meshtrade.compliance.client.v1.ListClientsResponse} returns this
654
+ */
655
+ proto.meshtrade.compliance.client.v1.ListClientsResponse.prototype.clearClientsList = function() {
656
+ return this.setClientsList([]);
657
+ };
658
+
659
+
660
+ goog.object.extend(exports, proto.meshtrade.compliance.client.v1);
@@ -0,0 +1,29 @@
1
+ import * as jspb from 'google-protobuf'
2
+
3
+
4
+
5
+ export enum SourceOfIncomeAndWealth {
6
+ SOURCE_OF_INCOME_AND_WEALTH_UNSPECIFIED = 0,
7
+ SOURCE_OF_INCOME_AND_WEALTH_ALLOWANCES = 1,
8
+ SOURCE_OF_INCOME_AND_WEALTH_BURSARY = 2,
9
+ SOURCE_OF_INCOME_AND_WEALTH_COURT_ORDER = 3,
10
+ SOURCE_OF_INCOME_AND_WEALTH_LOAN_FINANCIAL_INSTITUTION = 4,
11
+ SOURCE_OF_INCOME_AND_WEALTH_LOAN_OTHER = 5,
12
+ SOURCE_OF_INCOME_AND_WEALTH_MAINTENANCE = 6,
13
+ SOURCE_OF_INCOME_AND_WEALTH_MATURING_INVESTMENTS = 7,
14
+ SOURCE_OF_INCOME_AND_WEALTH_PENSION = 8,
15
+ SOURCE_OF_INCOME_AND_WEALTH_RENTAL_INCOME = 9,
16
+ SOURCE_OF_INCOME_AND_WEALTH_COMPANY_PROFITS = 10,
17
+ SOURCE_OF_INCOME_AND_WEALTH_COMPANY_SALE = 11,
18
+ SOURCE_OF_INCOME_AND_WEALTH_DECEASED_ESTATE = 12,
19
+ SOURCE_OF_INCOME_AND_WEALTH_DIVORCE_SETTLEMENT = 13,
20
+ SOURCE_OF_INCOME_AND_WEALTH_GIFT_OR_DONATION = 14,
21
+ SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_EMPLOYMENT = 15,
22
+ SOURCE_OF_INCOME_AND_WEALTH_INCOME_FROM_PREVIOUS_EMPLOYMENT = 16,
23
+ SOURCE_OF_INCOME_AND_WEALTH_INHERITANCE = 17,
24
+ SOURCE_OF_INCOME_AND_WEALTH_LOTTERY_WINNINGS_OR_GAMBLING = 18,
25
+ SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_ASSET = 19,
26
+ SOURCE_OF_INCOME_AND_WEALTH_SALE_OF_SHARES = 20,
27
+ SOURCE_OF_INCOME_AND_WEALTH_SAVINGS_INVESTMENT_OR_DIVIDEND = 21,
28
+ SOURCE_OF_INCOME_AND_WEALTH_TRUST_DISTRIBUTIONS = 22,
29
+ }