@fintekkers/ledger-models 0.1.84 → 0.1.85

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 (200) hide show
  1. package/package.json +1 -1
  2. package/node/fintekkers/models/portfolio/portfolio_grpc_pb.js +0 -1
  3. package/node/fintekkers/models/position/field_grpc_pb.js +0 -1
  4. package/node/fintekkers/models/position/measure_grpc_pb.js +0 -1
  5. package/node/fintekkers/models/position/position_filter_grpc_pb.js +0 -1
  6. package/node/fintekkers/models/position/position_grpc_pb.js +0 -1
  7. package/node/fintekkers/models/position/position_status_grpc_pb.js +0 -1
  8. package/node/fintekkers/models/position/position_util_grpc_pb.js +0 -1
  9. package/node/fintekkers/models/price/price_grpc_pb.js +0 -1
  10. package/node/fintekkers/models/security/bond/auction_type_grpc_pb.js +0 -1
  11. package/node/fintekkers/models/security/bond/issuance_grpc_pb.js +0 -1
  12. package/node/fintekkers/models/security/coupon_frequency_grpc_pb.js +0 -1
  13. package/node/fintekkers/models/security/coupon_type_grpc_pb.js +0 -1
  14. package/node/fintekkers/models/security/identifier/identifier_grpc_pb.js +0 -1
  15. package/node/fintekkers/models/security/identifier/identifier_type_grpc_pb.js +0 -1
  16. package/node/fintekkers/models/security/security_grpc_pb.js +0 -1
  17. package/node/fintekkers/models/security/security_quantity_type_grpc_pb.js +0 -1
  18. package/node/fintekkers/models/security/security_type_grpc_pb.js +0 -1
  19. package/node/fintekkers/models/security/tenor_grpc_pb.js +0 -1
  20. package/node/fintekkers/models/security/tenor_type_grpc_pb.js +0 -1
  21. package/node/fintekkers/models/strategy/strategy_allocation_grpc_pb.js +0 -1
  22. package/node/fintekkers/models/strategy/strategy_grpc_pb.js +0 -1
  23. package/node/fintekkers/models/transaction/transaction_grpc_pb.js +0 -1
  24. package/node/fintekkers/models/transaction/transaction_type_grpc_pb.js +0 -1
  25. package/node/fintekkers/models/util/api/api_key_grpc_pb.js +0 -1
  26. package/node/fintekkers/models/util/decimal_value_grpc_pb.js +0 -1
  27. package/node/fintekkers/models/util/endpoint_grpc_pb.js +0 -1
  28. package/node/fintekkers/models/util/local_date_grpc_pb.js +0 -1
  29. package/node/fintekkers/models/util/local_timestamp_grpc_pb.js +0 -1
  30. package/node/fintekkers/models/util/lock/node_partition_grpc_pb.js +0 -1
  31. package/node/fintekkers/models/util/lock/node_state_grpc_pb.js +0 -1
  32. package/node/fintekkers/models/util/uuid_grpc_pb.js +0 -1
  33. package/node/fintekkers/requests/portfolio/create_portfolio_request_grpc_pb.js +0 -1
  34. package/node/fintekkers/requests/portfolio/create_portfolio_response_grpc_pb.js +0 -1
  35. package/node/fintekkers/requests/portfolio/query_portfolio_request_grpc_pb.js +0 -1
  36. package/node/fintekkers/requests/portfolio/query_portfolio_response_grpc_pb.js +0 -1
  37. package/node/fintekkers/requests/position/query_position_request_grpc_pb.js +0 -1
  38. package/node/fintekkers/requests/position/query_position_response_grpc_pb.js +0 -1
  39. package/node/fintekkers/requests/price/create_price_request_grpc_pb.js +0 -1
  40. package/node/fintekkers/requests/price/create_price_response_grpc_pb.js +0 -1
  41. package/node/fintekkers/requests/price/query_price_request_grpc_pb.js +0 -1
  42. package/node/fintekkers/requests/price/query_price_response_grpc_pb.js +0 -1
  43. package/node/fintekkers/requests/security/create_security_request_grpc_pb.js +0 -1
  44. package/node/fintekkers/requests/security/create_security_response_grpc_pb.js +0 -1
  45. package/node/fintekkers/requests/security/query_security_request_grpc_pb.js +0 -1
  46. package/node/fintekkers/requests/security/query_security_response_grpc_pb.js +0 -1
  47. package/node/fintekkers/requests/transaction/create_transaction_request_grpc_pb.js +0 -1
  48. package/node/fintekkers/requests/transaction/create_transaction_response_grpc_pb.js +0 -1
  49. package/node/fintekkers/requests/transaction/query_transaction_request_grpc_pb.js +0 -1
  50. package/node/fintekkers/requests/transaction/query_transaction_response_grpc_pb.js +0 -1
  51. package/node/fintekkers/requests/util/errors/error_grpc_pb.js +0 -1
  52. package/node/fintekkers/requests/util/errors/message_grpc_pb.js +0 -1
  53. package/node/fintekkers/requests/util/errors/summary_grpc_pb.js +0 -1
  54. package/node/fintekkers/requests/util/lock/lock_request_grpc_pb.js +0 -1
  55. package/node/fintekkers/requests/util/lock/lock_response_grpc_pb.js +0 -1
  56. package/node/fintekkers/requests/util/operation_grpc_pb.js +0 -1
  57. package/node/fintekkers/requests/valuation/valuation_request_grpc_pb.js +0 -1
  58. package/node/fintekkers/requests/valuation/valuation_response_grpc_pb.js +0 -1
  59. package/web/fintekkers/models/portfolio/portfolio_pb.d.ts +0 -60
  60. package/web/fintekkers/models/portfolio/portfolio_pb.js +0 -468
  61. package/web/fintekkers/models/position/field_pb.d.ts +0 -36
  62. package/web/fintekkers/models/position/field_pb.js +0 -55
  63. package/web/fintekkers/models/position/measure_pb.d.ts +0 -13
  64. package/web/fintekkers/models/position/measure_pb.js +0 -32
  65. package/web/fintekkers/models/position/position_filter_pb.d.ts +0 -33
  66. package/web/fintekkers/models/position/position_filter_pb.js +0 -262
  67. package/web/fintekkers/models/position/position_pb.d.ts +0 -57
  68. package/web/fintekkers/models/position/position_pb.js +0 -395
  69. package/web/fintekkers/models/position/position_status_pb.d.ts +0 -10
  70. package/web/fintekkers/models/position/position_status_pb.js +0 -29
  71. package/web/fintekkers/models/position/position_util_pb.d.ts +0 -86
  72. package/web/fintekkers/models/position/position_util_pb.js +0 -600
  73. package/web/fintekkers/models/price/price_pb.d.ts +0 -70
  74. package/web/fintekkers/models/price/price_pb.js +0 -544
  75. package/web/fintekkers/models/security/bond/auction_type_pb.d.ts +0 -8
  76. package/web/fintekkers/models/security/bond/auction_type_pb.js +0 -27
  77. package/web/fintekkers/models/security/bond/issuance_pb.d.ts +0 -94
  78. package/web/fintekkers/models/security/bond/issuance_pb.js +0 -748
  79. package/web/fintekkers/models/security/coupon_frequency_pb.d.ts +0 -12
  80. package/web/fintekkers/models/security/coupon_frequency_pb.js +0 -31
  81. package/web/fintekkers/models/security/coupon_type_pb.d.ts +0 -10
  82. package/web/fintekkers/models/security/coupon_type_pb.js +0 -29
  83. package/web/fintekkers/models/security/identifier/identifier_pb.d.ts +0 -35
  84. package/web/fintekkers/models/security/identifier/identifier_pb.js +0 -262
  85. package/web/fintekkers/models/security/identifier/identifier_type_pb.d.ts +0 -13
  86. package/web/fintekkers/models/security/identifier/identifier_type_pb.js +0 -32
  87. package/web/fintekkers/models/security/security_pb.d.ts +0 -144
  88. package/web/fintekkers/models/security/security_pb.js +0 -1111
  89. package/web/fintekkers/models/security/security_quantity_type_pb.d.ts +0 -10
  90. package/web/fintekkers/models/security/security_quantity_type_pb.js +0 -29
  91. package/web/fintekkers/models/security/security_type_pb.d.ts +0 -12
  92. package/web/fintekkers/models/security/security_type_pb.js +0 -31
  93. package/web/fintekkers/models/security/tenor_pb.d.ts +0 -35
  94. package/web/fintekkers/models/security/tenor_pb.js +0 -262
  95. package/web/fintekkers/models/security/tenor_type_pb.d.ts +0 -9
  96. package/web/fintekkers/models/security/tenor_type_pb.js +0 -28
  97. package/web/fintekkers/models/strategy/strategy_allocation_pb.d.ts +0 -78
  98. package/web/fintekkers/models/strategy/strategy_allocation_pb.js +0 -624
  99. package/web/fintekkers/models/strategy/strategy_pb.d.ts +0 -66
  100. package/web/fintekkers/models/strategy/strategy_pb.js +0 -519
  101. package/web/fintekkers/models/transaction/transaction_pb.d.ts +0 -128
  102. package/web/fintekkers/models/transaction/transaction_pb.js +0 -991
  103. package/web/fintekkers/models/transaction/transaction_type_pb.d.ts +0 -13
  104. package/web/fintekkers/models/transaction/transaction_type_pb.js +0 -32
  105. package/web/fintekkers/models/util/api/api_key_pb.d.ts +0 -34
  106. package/web/fintekkers/models/util/api/api_key_pb.js +0 -260
  107. package/web/fintekkers/models/util/decimal_value_pb.d.ts +0 -22
  108. package/web/fintekkers/models/util/decimal_value_pb.js +0 -170
  109. package/web/fintekkers/models/util/endpoint_pb.d.ts +0 -30
  110. package/web/fintekkers/models/util/endpoint_pb.js +0 -230
  111. package/web/fintekkers/models/util/local_date_pb.d.ts +0 -30
  112. package/web/fintekkers/models/util/local_date_pb.js +0 -230
  113. package/web/fintekkers/models/util/local_timestamp_pb.d.ts +0 -29
  114. package/web/fintekkers/models/util/local_timestamp_pb.js +0 -223
  115. package/web/fintekkers/models/util/lock/node_partition_pb.d.ts +0 -34
  116. package/web/fintekkers/models/util/lock/node_partition_pb.js +0 -260
  117. package/web/fintekkers/models/util/lock/node_state_pb.d.ts +0 -51
  118. package/web/fintekkers/models/util/lock/node_state_pb.js +0 -389
  119. package/web/fintekkers/models/util/uuid_pb.d.ts +0 -24
  120. package/web/fintekkers/models/util/uuid_pb.js +0 -194
  121. package/web/fintekkers/requests/portfolio/create_portfolio_request_pb.d.ts +0 -33
  122. package/web/fintekkers/requests/portfolio/create_portfolio_request_pb.js +0 -253
  123. package/web/fintekkers/requests/portfolio/create_portfolio_response_pb.d.ts +0 -40
  124. package/web/fintekkers/requests/portfolio/create_portfolio_response_pb.js +0 -315
  125. package/web/fintekkers/requests/portfolio/query_portfolio_request_pb.d.ts +0 -47
  126. package/web/fintekkers/requests/portfolio/query_portfolio_request_pb.js +0 -368
  127. package/web/fintekkers/requests/portfolio/query_portfolio_response_pb.d.ts +0 -40
  128. package/web/fintekkers/requests/portfolio/query_portfolio_response_pb.js +0 -315
  129. package/web/fintekkers/requests/position/query_position_request_pb.d.ts +0 -68
  130. package/web/fintekkers/requests/position/query_position_request_pb.js +0 -513
  131. package/web/fintekkers/requests/position/query_position_response_pb.d.ts +0 -44
  132. package/web/fintekkers/requests/position/query_position_response_pb.js +0 -345
  133. package/web/fintekkers/requests/price/create_price_request_pb.d.ts +0 -33
  134. package/web/fintekkers/requests/price/create_price_request_pb.js +0 -253
  135. package/web/fintekkers/requests/price/create_price_response_pb.d.ts +0 -40
  136. package/web/fintekkers/requests/price/create_price_response_pb.js +0 -315
  137. package/web/fintekkers/requests/price/query_price_request_pb.d.ts +0 -47
  138. package/web/fintekkers/requests/price/query_price_request_pb.js +0 -368
  139. package/web/fintekkers/requests/price/query_price_response_pb.d.ts +0 -40
  140. package/web/fintekkers/requests/price/query_price_response_pb.js +0 -315
  141. package/web/fintekkers/requests/security/create_security_request_pb.d.ts +0 -33
  142. package/web/fintekkers/requests/security/create_security_request_pb.js +0 -253
  143. package/web/fintekkers/requests/security/create_security_response_pb.d.ts +0 -47
  144. package/web/fintekkers/requests/security/create_security_response_pb.js +0 -359
  145. package/web/fintekkers/requests/security/query_security_request_pb.d.ts +0 -47
  146. package/web/fintekkers/requests/security/query_security_request_pb.js +0 -368
  147. package/web/fintekkers/requests/security/query_security_response_pb.d.ts +0 -47
  148. package/web/fintekkers/requests/security/query_security_response_pb.js +0 -370
  149. package/web/fintekkers/requests/transaction/create_transaction_request_pb.d.ts +0 -33
  150. package/web/fintekkers/requests/transaction/create_transaction_request_pb.js +0 -253
  151. package/web/fintekkers/requests/transaction/create_transaction_response_pb.d.ts +0 -40
  152. package/web/fintekkers/requests/transaction/create_transaction_response_pb.js +0 -306
  153. package/web/fintekkers/requests/transaction/query_transaction_request_pb.d.ts +0 -51
  154. package/web/fintekkers/requests/transaction/query_transaction_request_pb.js +0 -398
  155. package/web/fintekkers/requests/transaction/query_transaction_response_pb.d.ts +0 -47
  156. package/web/fintekkers/requests/transaction/query_transaction_response_pb.js +0 -368
  157. package/web/fintekkers/requests/util/errors/error_pb.d.ts +0 -57
  158. package/web/fintekkers/requests/util/errors/error_pb.js +0 -435
  159. package/web/fintekkers/requests/util/errors/message_pb.d.ts +0 -26
  160. package/web/fintekkers/requests/util/errors/message_pb.js +0 -200
  161. package/web/fintekkers/requests/util/errors/summary_pb.d.ts +0 -31
  162. package/web/fintekkers/requests/util/errors/summary_pb.js +0 -255
  163. package/web/fintekkers/requests/util/lock/lock_request_pb.d.ts +0 -33
  164. package/web/fintekkers/requests/util/lock/lock_request_pb.js +0 -253
  165. package/web/fintekkers/requests/util/lock/lock_response_pb.d.ts +0 -47
  166. package/web/fintekkers/requests/util/lock/lock_response_pb.js +0 -359
  167. package/web/fintekkers/requests/util/operation_pb.d.ts +0 -11
  168. package/web/fintekkers/requests/util/operation_pb.js +0 -30
  169. package/web/fintekkers/requests/valuation/valuation_request_pb.d.ts +0 -59
  170. package/web/fintekkers/requests/valuation/valuation_request_pb.js +0 -451
  171. package/web/fintekkers/requests/valuation/valuation_response_pb.d.ts +0 -40
  172. package/web/fintekkers/requests/valuation/valuation_response_pb.js +0 -315
  173. package/web/fintekkers/services/lock-service/lock_service_grpc_web_pb.d.ts +0 -94
  174. package/web/fintekkers/services/lock-service/lock_service_grpc_web_pb.js +0 -451
  175. package/web/fintekkers/services/lock-service/lock_service_pb.d.ts +0 -69
  176. package/web/fintekkers/services/lock-service/lock_service_pb.js +0 -570
  177. package/web/fintekkers/services/portfolio-service/portfolio_service_grpc_web_pb.d.ts +0 -93
  178. package/web/fintekkers/services/portfolio-service/portfolio_service_grpc_web_pb.js +0 -451
  179. package/web/fintekkers/services/portfolio-service/portfolio_service_pb.d.ts +0 -9
  180. package/web/fintekkers/services/portfolio-service/portfolio_service_pb.js +0 -27
  181. package/web/fintekkers/services/position-service/position_service_grpc_web_pb.d.ts +0 -43
  182. package/web/fintekkers/services/position-service/position_service_grpc_web_pb.js +0 -203
  183. package/web/fintekkers/services/position-service/position_service_pb.d.ts +0 -7
  184. package/web/fintekkers/services/position-service/position_service_pb.js +0 -23
  185. package/web/fintekkers/services/price-service/price_service_grpc_web_pb.d.ts +0 -93
  186. package/web/fintekkers/services/price-service/price_service_grpc_web_pb.js +0 -451
  187. package/web/fintekkers/services/price-service/price_service_pb.d.ts +0 -9
  188. package/web/fintekkers/services/price-service/price_service_pb.js +0 -27
  189. package/web/fintekkers/services/security-service/security_service_grpc_web_pb.d.ts +0 -93
  190. package/web/fintekkers/services/security-service/security_service_grpc_web_pb.js +0 -451
  191. package/web/fintekkers/services/security-service/security_service_pb.d.ts +0 -9
  192. package/web/fintekkers/services/security-service/security_service_pb.js +0 -27
  193. package/web/fintekkers/services/transaction-service/transaction_service_grpc_web_pb.d.ts +0 -93
  194. package/web/fintekkers/services/transaction-service/transaction_service_grpc_web_pb.js +0 -451
  195. package/web/fintekkers/services/transaction-service/transaction_service_pb.d.ts +0 -9
  196. package/web/fintekkers/services/transaction-service/transaction_service_pb.js +0 -27
  197. package/web/fintekkers/services/valuation-service/valuation_service_grpc_web_pb.d.ts +0 -32
  198. package/web/fintekkers/services/valuation-service/valuation_service_grpc_web_pb.js +0 -145
  199. package/web/fintekkers/services/valuation-service/valuation_service_pb.d.ts +0 -6
  200. package/web/fintekkers/services/valuation-service/valuation_service_pb.js +0 -21
@@ -1,451 +0,0 @@
1
- /**
2
- * @fileoverview gRPC-Web generated client stub for fintekkers.services.transaction_service
3
- * @enhanceable
4
- * @public
5
- */
6
-
7
- // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
- // versions:
9
- // protoc-gen-grpc-web v1.4.2
10
- // protoc v3.20.3
11
- // source: fintekkers/services/transaction-service/transaction_service.proto
12
-
13
-
14
- /* eslint-disable */
15
- // @ts-nocheck
16
-
17
-
18
-
19
- const grpc = {};
20
- grpc.web = require('grpc-web');
21
-
22
-
23
- var fintekkers_requests_transaction_create_transaction_request_pb = require('../../../fintekkers/requests/transaction/create_transaction_request_pb.js')
24
-
25
- var fintekkers_requests_transaction_create_transaction_response_pb = require('../../../fintekkers/requests/transaction/create_transaction_response_pb.js')
26
-
27
- var fintekkers_requests_transaction_query_transaction_request_pb = require('../../../fintekkers/requests/transaction/query_transaction_request_pb.js')
28
-
29
- var fintekkers_requests_transaction_query_transaction_response_pb = require('../../../fintekkers/requests/transaction/query_transaction_response_pb.js')
30
-
31
- var fintekkers_requests_util_errors_summary_pb = require('../../../fintekkers/requests/util/errors/summary_pb.js')
32
- const proto = {};
33
- proto.fintekkers = {};
34
- proto.fintekkers.services = {};
35
- proto.fintekkers.services.transaction_service = require('./transaction_service_pb.js');
36
-
37
- /**
38
- * @param {string} hostname
39
- * @param {?Object} credentials
40
- * @param {?grpc.web.ClientOptions} options
41
- * @constructor
42
- * @struct
43
- * @final
44
- */
45
- proto.fintekkers.services.transaction_service.TransactionClient =
46
- function(hostname, credentials, options) {
47
- if (!options) options = {};
48
- options.format = 'text';
49
-
50
- /**
51
- * @private @const {!grpc.web.GrpcWebClientBase} The client
52
- */
53
- this.client_ = new grpc.web.GrpcWebClientBase(options);
54
-
55
- /**
56
- * @private @const {string} The hostname
57
- */
58
- this.hostname_ = hostname.replace(/\/+$/, '');
59
-
60
- };
61
-
62
-
63
- /**
64
- * @param {string} hostname
65
- * @param {?Object} credentials
66
- * @param {?grpc.web.ClientOptions} options
67
- * @constructor
68
- * @struct
69
- * @final
70
- */
71
- proto.fintekkers.services.transaction_service.TransactionPromiseClient =
72
- function(hostname, credentials, options) {
73
- if (!options) options = {};
74
- options.format = 'text';
75
-
76
- /**
77
- * @private @const {!grpc.web.GrpcWebClientBase} The client
78
- */
79
- this.client_ = new grpc.web.GrpcWebClientBase(options);
80
-
81
- /**
82
- * @private @const {string} The hostname
83
- */
84
- this.hostname_ = hostname.replace(/\/+$/, '');
85
-
86
- };
87
-
88
-
89
- /**
90
- * @const
91
- * @type {!grpc.web.MethodDescriptor<
92
- * !proto.fintekkers.requests.transaction.CreateTransactionRequestProto,
93
- * !proto.fintekkers.requests.transaction.CreateTransactionResponseProto>}
94
- */
95
- const methodDescriptor_Transaction_CreateOrUpdate = new grpc.web.MethodDescriptor(
96
- '/fintekkers.services.transaction_service.Transaction/CreateOrUpdate',
97
- grpc.web.MethodType.UNARY,
98
- fintekkers_requests_transaction_create_transaction_request_pb.CreateTransactionRequestProto,
99
- fintekkers_requests_transaction_create_transaction_response_pb.CreateTransactionResponseProto,
100
- /**
101
- * @param {!proto.fintekkers.requests.transaction.CreateTransactionRequestProto} request
102
- * @return {!Uint8Array}
103
- */
104
- function(request) {
105
- return request.serializeBinary();
106
- },
107
- fintekkers_requests_transaction_create_transaction_response_pb.CreateTransactionResponseProto.deserializeBinary
108
- );
109
-
110
-
111
- /**
112
- * @param {!proto.fintekkers.requests.transaction.CreateTransactionRequestProto} request The
113
- * request proto
114
- * @param {?Object<string, string>} metadata User defined
115
- * call metadata
116
- * @param {function(?grpc.web.RpcError, ?proto.fintekkers.requests.transaction.CreateTransactionResponseProto)}
117
- * callback The callback function(error, response)
118
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.transaction.CreateTransactionResponseProto>|undefined}
119
- * The XHR Node Readable Stream
120
- */
121
- proto.fintekkers.services.transaction_service.TransactionClient.prototype.createOrUpdate =
122
- function(request, metadata, callback) {
123
- return this.client_.rpcCall(this.hostname_ +
124
- '/fintekkers.services.transaction_service.Transaction/CreateOrUpdate',
125
- request,
126
- metadata || {},
127
- methodDescriptor_Transaction_CreateOrUpdate,
128
- callback);
129
- };
130
-
131
-
132
- /**
133
- * @param {!proto.fintekkers.requests.transaction.CreateTransactionRequestProto} request The
134
- * request proto
135
- * @param {?Object<string, string>=} metadata User defined
136
- * call metadata
137
- * @return {!Promise<!proto.fintekkers.requests.transaction.CreateTransactionResponseProto>}
138
- * Promise that resolves to the response
139
- */
140
- proto.fintekkers.services.transaction_service.TransactionPromiseClient.prototype.createOrUpdate =
141
- function(request, metadata) {
142
- return this.client_.unaryCall(this.hostname_ +
143
- '/fintekkers.services.transaction_service.Transaction/CreateOrUpdate',
144
- request,
145
- metadata || {},
146
- methodDescriptor_Transaction_CreateOrUpdate);
147
- };
148
-
149
-
150
- /**
151
- * @const
152
- * @type {!grpc.web.MethodDescriptor<
153
- * !proto.fintekkers.requests.transaction.QueryTransactionRequestProto,
154
- * !proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
155
- */
156
- const methodDescriptor_Transaction_GetByIds = new grpc.web.MethodDescriptor(
157
- '/fintekkers.services.transaction_service.Transaction/GetByIds',
158
- grpc.web.MethodType.UNARY,
159
- fintekkers_requests_transaction_query_transaction_request_pb.QueryTransactionRequestProto,
160
- fintekkers_requests_transaction_query_transaction_response_pb.QueryTransactionResponseProto,
161
- /**
162
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request
163
- * @return {!Uint8Array}
164
- */
165
- function(request) {
166
- return request.serializeBinary();
167
- },
168
- fintekkers_requests_transaction_query_transaction_response_pb.QueryTransactionResponseProto.deserializeBinary
169
- );
170
-
171
-
172
- /**
173
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The
174
- * request proto
175
- * @param {?Object<string, string>} metadata User defined
176
- * call metadata
177
- * @param {function(?grpc.web.RpcError, ?proto.fintekkers.requests.transaction.QueryTransactionResponseProto)}
178
- * callback The callback function(error, response)
179
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.transaction.QueryTransactionResponseProto>|undefined}
180
- * The XHR Node Readable Stream
181
- */
182
- proto.fintekkers.services.transaction_service.TransactionClient.prototype.getByIds =
183
- function(request, metadata, callback) {
184
- return this.client_.rpcCall(this.hostname_ +
185
- '/fintekkers.services.transaction_service.Transaction/GetByIds',
186
- request,
187
- metadata || {},
188
- methodDescriptor_Transaction_GetByIds,
189
- callback);
190
- };
191
-
192
-
193
- /**
194
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The
195
- * request proto
196
- * @param {?Object<string, string>=} metadata User defined
197
- * call metadata
198
- * @return {!Promise<!proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
199
- * Promise that resolves to the response
200
- */
201
- proto.fintekkers.services.transaction_service.TransactionPromiseClient.prototype.getByIds =
202
- function(request, metadata) {
203
- return this.client_.unaryCall(this.hostname_ +
204
- '/fintekkers.services.transaction_service.Transaction/GetByIds',
205
- request,
206
- metadata || {},
207
- methodDescriptor_Transaction_GetByIds);
208
- };
209
-
210
-
211
- /**
212
- * @const
213
- * @type {!grpc.web.MethodDescriptor<
214
- * !proto.fintekkers.requests.transaction.QueryTransactionRequestProto,
215
- * !proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
216
- */
217
- const methodDescriptor_Transaction_Search = new grpc.web.MethodDescriptor(
218
- '/fintekkers.services.transaction_service.Transaction/Search',
219
- grpc.web.MethodType.SERVER_STREAMING,
220
- fintekkers_requests_transaction_query_transaction_request_pb.QueryTransactionRequestProto,
221
- fintekkers_requests_transaction_query_transaction_response_pb.QueryTransactionResponseProto,
222
- /**
223
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request
224
- * @return {!Uint8Array}
225
- */
226
- function(request) {
227
- return request.serializeBinary();
228
- },
229
- fintekkers_requests_transaction_query_transaction_response_pb.QueryTransactionResponseProto.deserializeBinary
230
- );
231
-
232
-
233
- /**
234
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The request proto
235
- * @param {?Object<string, string>=} metadata User defined
236
- * call metadata
237
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
238
- * The XHR Node Readable Stream
239
- */
240
- proto.fintekkers.services.transaction_service.TransactionClient.prototype.search =
241
- function(request, metadata) {
242
- return this.client_.serverStreaming(this.hostname_ +
243
- '/fintekkers.services.transaction_service.Transaction/Search',
244
- request,
245
- metadata || {},
246
- methodDescriptor_Transaction_Search);
247
- };
248
-
249
-
250
- /**
251
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The request proto
252
- * @param {?Object<string, string>=} metadata User defined
253
- * call metadata
254
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
255
- * The XHR Node Readable Stream
256
- */
257
- proto.fintekkers.services.transaction_service.TransactionPromiseClient.prototype.search =
258
- function(request, metadata) {
259
- return this.client_.serverStreaming(this.hostname_ +
260
- '/fintekkers.services.transaction_service.Transaction/Search',
261
- request,
262
- metadata || {},
263
- methodDescriptor_Transaction_Search);
264
- };
265
-
266
-
267
- /**
268
- * @const
269
- * @type {!grpc.web.MethodDescriptor<
270
- * !proto.fintekkers.requests.transaction.QueryTransactionRequestProto,
271
- * !proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
272
- */
273
- const methodDescriptor_Transaction_ListIds = new grpc.web.MethodDescriptor(
274
- '/fintekkers.services.transaction_service.Transaction/ListIds',
275
- grpc.web.MethodType.UNARY,
276
- fintekkers_requests_transaction_query_transaction_request_pb.QueryTransactionRequestProto,
277
- fintekkers_requests_transaction_query_transaction_response_pb.QueryTransactionResponseProto,
278
- /**
279
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request
280
- * @return {!Uint8Array}
281
- */
282
- function(request) {
283
- return request.serializeBinary();
284
- },
285
- fintekkers_requests_transaction_query_transaction_response_pb.QueryTransactionResponseProto.deserializeBinary
286
- );
287
-
288
-
289
- /**
290
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The
291
- * request proto
292
- * @param {?Object<string, string>} metadata User defined
293
- * call metadata
294
- * @param {function(?grpc.web.RpcError, ?proto.fintekkers.requests.transaction.QueryTransactionResponseProto)}
295
- * callback The callback function(error, response)
296
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.transaction.QueryTransactionResponseProto>|undefined}
297
- * The XHR Node Readable Stream
298
- */
299
- proto.fintekkers.services.transaction_service.TransactionClient.prototype.listIds =
300
- function(request, metadata, callback) {
301
- return this.client_.rpcCall(this.hostname_ +
302
- '/fintekkers.services.transaction_service.Transaction/ListIds',
303
- request,
304
- metadata || {},
305
- methodDescriptor_Transaction_ListIds,
306
- callback);
307
- };
308
-
309
-
310
- /**
311
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The
312
- * request proto
313
- * @param {?Object<string, string>=} metadata User defined
314
- * call metadata
315
- * @return {!Promise<!proto.fintekkers.requests.transaction.QueryTransactionResponseProto>}
316
- * Promise that resolves to the response
317
- */
318
- proto.fintekkers.services.transaction_service.TransactionPromiseClient.prototype.listIds =
319
- function(request, metadata) {
320
- return this.client_.unaryCall(this.hostname_ +
321
- '/fintekkers.services.transaction_service.Transaction/ListIds',
322
- request,
323
- metadata || {},
324
- methodDescriptor_Transaction_ListIds);
325
- };
326
-
327
-
328
- /**
329
- * @const
330
- * @type {!grpc.web.MethodDescriptor<
331
- * !proto.fintekkers.requests.transaction.CreateTransactionRequestProto,
332
- * !proto.fintekkers.requests.util.errors.SummaryProto>}
333
- */
334
- const methodDescriptor_Transaction_ValidateCreateOrUpdate = new grpc.web.MethodDescriptor(
335
- '/fintekkers.services.transaction_service.Transaction/ValidateCreateOrUpdate',
336
- grpc.web.MethodType.UNARY,
337
- fintekkers_requests_transaction_create_transaction_request_pb.CreateTransactionRequestProto,
338
- fintekkers_requests_util_errors_summary_pb.SummaryProto,
339
- /**
340
- * @param {!proto.fintekkers.requests.transaction.CreateTransactionRequestProto} request
341
- * @return {!Uint8Array}
342
- */
343
- function(request) {
344
- return request.serializeBinary();
345
- },
346
- fintekkers_requests_util_errors_summary_pb.SummaryProto.deserializeBinary
347
- );
348
-
349
-
350
- /**
351
- * @param {!proto.fintekkers.requests.transaction.CreateTransactionRequestProto} request The
352
- * request proto
353
- * @param {?Object<string, string>} metadata User defined
354
- * call metadata
355
- * @param {function(?grpc.web.RpcError, ?proto.fintekkers.requests.util.errors.SummaryProto)}
356
- * callback The callback function(error, response)
357
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.util.errors.SummaryProto>|undefined}
358
- * The XHR Node Readable Stream
359
- */
360
- proto.fintekkers.services.transaction_service.TransactionClient.prototype.validateCreateOrUpdate =
361
- function(request, metadata, callback) {
362
- return this.client_.rpcCall(this.hostname_ +
363
- '/fintekkers.services.transaction_service.Transaction/ValidateCreateOrUpdate',
364
- request,
365
- metadata || {},
366
- methodDescriptor_Transaction_ValidateCreateOrUpdate,
367
- callback);
368
- };
369
-
370
-
371
- /**
372
- * @param {!proto.fintekkers.requests.transaction.CreateTransactionRequestProto} request The
373
- * request proto
374
- * @param {?Object<string, string>=} metadata User defined
375
- * call metadata
376
- * @return {!Promise<!proto.fintekkers.requests.util.errors.SummaryProto>}
377
- * Promise that resolves to the response
378
- */
379
- proto.fintekkers.services.transaction_service.TransactionPromiseClient.prototype.validateCreateOrUpdate =
380
- function(request, metadata) {
381
- return this.client_.unaryCall(this.hostname_ +
382
- '/fintekkers.services.transaction_service.Transaction/ValidateCreateOrUpdate',
383
- request,
384
- metadata || {},
385
- methodDescriptor_Transaction_ValidateCreateOrUpdate);
386
- };
387
-
388
-
389
- /**
390
- * @const
391
- * @type {!grpc.web.MethodDescriptor<
392
- * !proto.fintekkers.requests.transaction.QueryTransactionRequestProto,
393
- * !proto.fintekkers.requests.util.errors.SummaryProto>}
394
- */
395
- const methodDescriptor_Transaction_ValidateQueryRequest = new grpc.web.MethodDescriptor(
396
- '/fintekkers.services.transaction_service.Transaction/ValidateQueryRequest',
397
- grpc.web.MethodType.UNARY,
398
- fintekkers_requests_transaction_query_transaction_request_pb.QueryTransactionRequestProto,
399
- fintekkers_requests_util_errors_summary_pb.SummaryProto,
400
- /**
401
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request
402
- * @return {!Uint8Array}
403
- */
404
- function(request) {
405
- return request.serializeBinary();
406
- },
407
- fintekkers_requests_util_errors_summary_pb.SummaryProto.deserializeBinary
408
- );
409
-
410
-
411
- /**
412
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The
413
- * request proto
414
- * @param {?Object<string, string>} metadata User defined
415
- * call metadata
416
- * @param {function(?grpc.web.RpcError, ?proto.fintekkers.requests.util.errors.SummaryProto)}
417
- * callback The callback function(error, response)
418
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.util.errors.SummaryProto>|undefined}
419
- * The XHR Node Readable Stream
420
- */
421
- proto.fintekkers.services.transaction_service.TransactionClient.prototype.validateQueryRequest =
422
- function(request, metadata, callback) {
423
- return this.client_.rpcCall(this.hostname_ +
424
- '/fintekkers.services.transaction_service.Transaction/ValidateQueryRequest',
425
- request,
426
- metadata || {},
427
- methodDescriptor_Transaction_ValidateQueryRequest,
428
- callback);
429
- };
430
-
431
-
432
- /**
433
- * @param {!proto.fintekkers.requests.transaction.QueryTransactionRequestProto} request The
434
- * request proto
435
- * @param {?Object<string, string>=} metadata User defined
436
- * call metadata
437
- * @return {!Promise<!proto.fintekkers.requests.util.errors.SummaryProto>}
438
- * Promise that resolves to the response
439
- */
440
- proto.fintekkers.services.transaction_service.TransactionPromiseClient.prototype.validateQueryRequest =
441
- function(request, metadata) {
442
- return this.client_.unaryCall(this.hostname_ +
443
- '/fintekkers.services.transaction_service.Transaction/ValidateQueryRequest',
444
- request,
445
- metadata || {},
446
- methodDescriptor_Transaction_ValidateQueryRequest);
447
- };
448
-
449
-
450
- module.exports = proto.fintekkers.services.transaction_service;
451
-
@@ -1,9 +0,0 @@
1
- import * as jspb from 'google-protobuf'
2
-
3
- import * as fintekkers_requests_transaction_create_transaction_request_pb from '../../../fintekkers/requests/transaction/create_transaction_request_pb';
4
- import * as fintekkers_requests_transaction_create_transaction_response_pb from '../../../fintekkers/requests/transaction/create_transaction_response_pb';
5
- import * as fintekkers_requests_transaction_query_transaction_request_pb from '../../../fintekkers/requests/transaction/query_transaction_request_pb';
6
- import * as fintekkers_requests_transaction_query_transaction_response_pb from '../../../fintekkers/requests/transaction/query_transaction_response_pb';
7
- import * as fintekkers_requests_util_errors_summary_pb from '../../../fintekkers/requests/util/errors/summary_pb';
8
-
9
-
@@ -1,27 +0,0 @@
1
- // source: fintekkers/services/transaction-service/transaction_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 = (function() { return this || window || global || self || Function('return this')(); }).call(null);
17
-
18
- var fintekkers_requests_transaction_create_transaction_request_pb = require('../../../fintekkers/requests/transaction/create_transaction_request_pb.js');
19
- goog.object.extend(proto, fintekkers_requests_transaction_create_transaction_request_pb);
20
- var fintekkers_requests_transaction_create_transaction_response_pb = require('../../../fintekkers/requests/transaction/create_transaction_response_pb.js');
21
- goog.object.extend(proto, fintekkers_requests_transaction_create_transaction_response_pb);
22
- var fintekkers_requests_transaction_query_transaction_request_pb = require('../../../fintekkers/requests/transaction/query_transaction_request_pb.js');
23
- goog.object.extend(proto, fintekkers_requests_transaction_query_transaction_request_pb);
24
- var fintekkers_requests_transaction_query_transaction_response_pb = require('../../../fintekkers/requests/transaction/query_transaction_response_pb.js');
25
- goog.object.extend(proto, fintekkers_requests_transaction_query_transaction_response_pb);
26
- var fintekkers_requests_util_errors_summary_pb = require('../../../fintekkers/requests/util/errors/summary_pb.js');
27
- goog.object.extend(proto, fintekkers_requests_util_errors_summary_pb);
@@ -1,32 +0,0 @@
1
- import * as grpcWeb from 'grpc-web';
2
-
3
- import * as fintekkers_requests_valuation_valuation_request_pb from '../../../fintekkers/requests/valuation/valuation_request_pb';
4
- import * as fintekkers_requests_valuation_valuation_response_pb from '../../../fintekkers/requests/valuation/valuation_response_pb';
5
-
6
-
7
- export class ValuationClient {
8
- constructor (hostname: string,
9
- credentials?: null | { [index: string]: string; },
10
- options?: null | { [index: string]: any; });
11
-
12
- runValuation(
13
- request: fintekkers_requests_valuation_valuation_request_pb.ValuationRequestProto,
14
- metadata: grpcWeb.Metadata | undefined,
15
- callback: (err: grpcWeb.RpcError,
16
- response: fintekkers_requests_valuation_valuation_response_pb.ValuationResponseProto) => void
17
- ): grpcWeb.ClientReadableStream<fintekkers_requests_valuation_valuation_response_pb.ValuationResponseProto>;
18
-
19
- }
20
-
21
- export class ValuationPromiseClient {
22
- constructor (hostname: string,
23
- credentials?: null | { [index: string]: string; },
24
- options?: null | { [index: string]: any; });
25
-
26
- runValuation(
27
- request: fintekkers_requests_valuation_valuation_request_pb.ValuationRequestProto,
28
- metadata?: grpcWeb.Metadata
29
- ): Promise<fintekkers_requests_valuation_valuation_response_pb.ValuationResponseProto>;
30
-
31
- }
32
-
@@ -1,145 +0,0 @@
1
- /**
2
- * @fileoverview gRPC-Web generated client stub for fintekkers.services.valuation_service
3
- * @enhanceable
4
- * @public
5
- */
6
-
7
- // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
- // versions:
9
- // protoc-gen-grpc-web v1.4.2
10
- // protoc v3.20.3
11
- // source: fintekkers/services/valuation-service/valuation_service.proto
12
-
13
-
14
- /* eslint-disable */
15
- // @ts-nocheck
16
-
17
-
18
-
19
- const grpc = {};
20
- grpc.web = require('grpc-web');
21
-
22
-
23
- var fintekkers_requests_valuation_valuation_request_pb = require('../../../fintekkers/requests/valuation/valuation_request_pb.js')
24
-
25
- var fintekkers_requests_valuation_valuation_response_pb = require('../../../fintekkers/requests/valuation/valuation_response_pb.js')
26
- const proto = {};
27
- proto.fintekkers = {};
28
- proto.fintekkers.services = {};
29
- proto.fintekkers.services.valuation_service = require('./valuation_service_pb.js');
30
-
31
- /**
32
- * @param {string} hostname
33
- * @param {?Object} credentials
34
- * @param {?grpc.web.ClientOptions} options
35
- * @constructor
36
- * @struct
37
- * @final
38
- */
39
- proto.fintekkers.services.valuation_service.ValuationClient =
40
- function(hostname, credentials, options) {
41
- if (!options) options = {};
42
- options.format = 'text';
43
-
44
- /**
45
- * @private @const {!grpc.web.GrpcWebClientBase} The client
46
- */
47
- this.client_ = new grpc.web.GrpcWebClientBase(options);
48
-
49
- /**
50
- * @private @const {string} The hostname
51
- */
52
- this.hostname_ = hostname.replace(/\/+$/, '');
53
-
54
- };
55
-
56
-
57
- /**
58
- * @param {string} hostname
59
- * @param {?Object} credentials
60
- * @param {?grpc.web.ClientOptions} options
61
- * @constructor
62
- * @struct
63
- * @final
64
- */
65
- proto.fintekkers.services.valuation_service.ValuationPromiseClient =
66
- function(hostname, credentials, options) {
67
- if (!options) options = {};
68
- options.format = 'text';
69
-
70
- /**
71
- * @private @const {!grpc.web.GrpcWebClientBase} The client
72
- */
73
- this.client_ = new grpc.web.GrpcWebClientBase(options);
74
-
75
- /**
76
- * @private @const {string} The hostname
77
- */
78
- this.hostname_ = hostname.replace(/\/+$/, '');
79
-
80
- };
81
-
82
-
83
- /**
84
- * @const
85
- * @type {!grpc.web.MethodDescriptor<
86
- * !proto.fintekkers.requests.valuation.ValuationRequestProto,
87
- * !proto.fintekkers.requests.valuation.ValuationResponseProto>}
88
- */
89
- const methodDescriptor_Valuation_RunValuation = new grpc.web.MethodDescriptor(
90
- '/fintekkers.services.valuation_service.Valuation/RunValuation',
91
- grpc.web.MethodType.UNARY,
92
- fintekkers_requests_valuation_valuation_request_pb.ValuationRequestProto,
93
- fintekkers_requests_valuation_valuation_response_pb.ValuationResponseProto,
94
- /**
95
- * @param {!proto.fintekkers.requests.valuation.ValuationRequestProto} request
96
- * @return {!Uint8Array}
97
- */
98
- function(request) {
99
- return request.serializeBinary();
100
- },
101
- fintekkers_requests_valuation_valuation_response_pb.ValuationResponseProto.deserializeBinary
102
- );
103
-
104
-
105
- /**
106
- * @param {!proto.fintekkers.requests.valuation.ValuationRequestProto} request The
107
- * request proto
108
- * @param {?Object<string, string>} metadata User defined
109
- * call metadata
110
- * @param {function(?grpc.web.RpcError, ?proto.fintekkers.requests.valuation.ValuationResponseProto)}
111
- * callback The callback function(error, response)
112
- * @return {!grpc.web.ClientReadableStream<!proto.fintekkers.requests.valuation.ValuationResponseProto>|undefined}
113
- * The XHR Node Readable Stream
114
- */
115
- proto.fintekkers.services.valuation_service.ValuationClient.prototype.runValuation =
116
- function(request, metadata, callback) {
117
- return this.client_.rpcCall(this.hostname_ +
118
- '/fintekkers.services.valuation_service.Valuation/RunValuation',
119
- request,
120
- metadata || {},
121
- methodDescriptor_Valuation_RunValuation,
122
- callback);
123
- };
124
-
125
-
126
- /**
127
- * @param {!proto.fintekkers.requests.valuation.ValuationRequestProto} request The
128
- * request proto
129
- * @param {?Object<string, string>=} metadata User defined
130
- * call metadata
131
- * @return {!Promise<!proto.fintekkers.requests.valuation.ValuationResponseProto>}
132
- * Promise that resolves to the response
133
- */
134
- proto.fintekkers.services.valuation_service.ValuationPromiseClient.prototype.runValuation =
135
- function(request, metadata) {
136
- return this.client_.unaryCall(this.hostname_ +
137
- '/fintekkers.services.valuation_service.Valuation/RunValuation',
138
- request,
139
- metadata || {},
140
- methodDescriptor_Valuation_RunValuation);
141
- };
142
-
143
-
144
- module.exports = proto.fintekkers.services.valuation_service;
145
-
@@ -1,6 +0,0 @@
1
- import * as jspb from 'google-protobuf'
2
-
3
- import * as fintekkers_requests_valuation_valuation_request_pb from '../../../fintekkers/requests/valuation/valuation_request_pb';
4
- import * as fintekkers_requests_valuation_valuation_response_pb from '../../../fintekkers/requests/valuation/valuation_response_pb';
5
-
6
-