@meshtrade/api-old 1.56.0 → 1.58.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 (27) hide show
  1. package/dist/meshtrade/compliance/client/v1/client_pb.d.ts +41 -4
  2. package/dist/meshtrade/compliance/client/v1/client_pb.js +338 -54
  3. package/dist/meshtrade/compliance/client/v1/client_status_pb.d.ts +10 -0
  4. package/dist/meshtrade/compliance/client/v1/client_status_pb.js +35 -0
  5. package/dist/meshtrade/compliance/client/v1/company_pb.d.ts +24 -3
  6. package/dist/meshtrade/compliance/client/v1/company_pb.js +157 -16
  7. package/dist/meshtrade/compliance/client/v1/fund_pb.d.ts +6 -3
  8. package/dist/meshtrade/compliance/client/v1/fund_pb.js +46 -14
  9. package/dist/meshtrade/compliance/client/v1/index.d.ts +1 -0
  10. package/dist/meshtrade/compliance/client/v1/index.js +1 -0
  11. package/dist/meshtrade/compliance/client/v1/industry_classification_pb.d.ts +1 -0
  12. package/dist/meshtrade/compliance/client/v1/industry_classification_pb.js +2 -0
  13. package/dist/meshtrade/compliance/client/v1/service_grpc_web_client_meshts.d.ts +25 -1
  14. package/dist/meshtrade/compliance/client/v1/service_grpc_web_client_meshts.js +32 -0
  15. package/dist/meshtrade/compliance/client/v1/service_grpc_web_pb.d.ts +48 -0
  16. package/dist/meshtrade/compliance/client/v1/service_grpc_web_pb.js +246 -0
  17. package/dist/meshtrade/compliance/client/v1/service_pb.d.ts +87 -0
  18. package/dist/meshtrade/compliance/client/v1/service_pb.js +738 -0
  19. package/dist/meshtrade/compliance/client/v1/trust_pb.d.ts +6 -3
  20. package/dist/meshtrade/compliance/client/v1/trust_pb.js +46 -14
  21. package/dist/meshtrade/iam/user_profile/v1/service_grpc_web_client_meshts.d.ts +7 -1
  22. package/dist/meshtrade/iam/user_profile/v1/service_grpc_web_client_meshts.js +8 -0
  23. package/dist/meshtrade/iam/user_profile/v1/service_grpc_web_pb.d.ts +12 -0
  24. package/dist/meshtrade/iam/user_profile/v1/service_grpc_web_pb.js +61 -0
  25. package/dist/meshtrade/iam/user_profile/v1/service_pb.d.ts +48 -0
  26. package/dist/meshtrade/iam/user_profile/v1/service_pb.js +420 -0
  27. package/package.json +1 -1
@@ -35,6 +35,8 @@ goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.GetUserProfilePictureUplo
35
35
  goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.GetUserProfileRequest', null, global);
36
36
  goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.ListUserProfilesRequest', null, global);
37
37
  goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.ListUserProfilesResponse', null, global);
38
+ goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest', null, global);
39
+ goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse', null, global);
38
40
  goog.exportSymbol('proto.meshtrade.iam.user_profile.v1.UpdateUserProfileRequest', null, global);
39
41
  /**
40
42
  * Generated by JsPbCodeGenerator.
@@ -183,6 +185,48 @@ if (goog.DEBUG && !COMPILED) {
183
185
  */
184
186
  proto.meshtrade.iam.user_profile.v1.GetUserProfilePictureUploadUrlResponse.displayName = 'proto.meshtrade.iam.user_profile.v1.GetUserProfilePictureUploadUrlResponse';
185
187
  }
188
+ /**
189
+ * Generated by JsPbCodeGenerator.
190
+ * @param {Array=} opt_data Optional initial data array, typically from a
191
+ * server response, or constructed directly in Javascript. The array is used
192
+ * in place and becomes part of the constructed object. It is not cloned.
193
+ * If no data is provided, the constructed object will be empty, but still
194
+ * valid.
195
+ * @extends {jspb.Message}
196
+ * @constructor
197
+ */
198
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest = function(opt_data) {
199
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.repeatedFields_, null);
200
+ };
201
+ goog.inherits(proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest, jspb.Message);
202
+ if (goog.DEBUG && !COMPILED) {
203
+ /**
204
+ * @public
205
+ * @override
206
+ */
207
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.displayName = 'proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest';
208
+ }
209
+ /**
210
+ * Generated by JsPbCodeGenerator.
211
+ * @param {Array=} opt_data Optional initial data array, typically from a
212
+ * server response, or constructed directly in Javascript. The array is used
213
+ * in place and becomes part of the constructed object. It is not cloned.
214
+ * If no data is provided, the constructed object will be empty, but still
215
+ * valid.
216
+ * @extends {jspb.Message}
217
+ * @constructor
218
+ */
219
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse = function(opt_data) {
220
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.repeatedFields_, null);
221
+ };
222
+ goog.inherits(proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse, jspb.Message);
223
+ if (goog.DEBUG && !COMPILED) {
224
+ /**
225
+ * @public
226
+ * @override
227
+ */
228
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.displayName = 'proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse';
229
+ }
186
230
 
187
231
 
188
232
 
@@ -1166,4 +1210,380 @@ proto.meshtrade.iam.user_profile.v1.GetUserProfilePictureUploadUrlResponse.proto
1166
1210
  };
1167
1211
 
1168
1212
 
1213
+
1214
+ /**
1215
+ * List of repeated fields within this message type.
1216
+ * @private {!Array<number>}
1217
+ * @const
1218
+ */
1219
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.repeatedFields_ = [3];
1220
+
1221
+
1222
+
1223
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1224
+ /**
1225
+ * Creates an object representation of this proto.
1226
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1227
+ * Optional fields that are not set will be set to undefined.
1228
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1229
+ * For the list of reserved names please see:
1230
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1231
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1232
+ * JSPB instance for transitional soy proto support:
1233
+ * http://goto/soy-param-migration
1234
+ * @return {!Object}
1235
+ */
1236
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.toObject = function(opt_includeInstance) {
1237
+ return proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.toObject(opt_includeInstance, this);
1238
+ };
1239
+
1240
+
1241
+ /**
1242
+ * Static version of the {@see toObject} method.
1243
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1244
+ * the JSPB instance for transitional soy proto support:
1245
+ * http://goto/soy-param-migration
1246
+ * @param {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} msg The msg instance to transform.
1247
+ * @return {!Object}
1248
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1249
+ */
1250
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.toObject = function(includeInstance, msg) {
1251
+ var f, obj = {
1252
+ firstName: jspb.Message.getFieldWithDefault(msg, 1, ""),
1253
+ lastName: jspb.Message.getFieldWithDefault(msg, 2, ""),
1254
+ usersList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f
1255
+ };
1256
+
1257
+ if (includeInstance) {
1258
+ obj.$jspbMessageInstance = msg;
1259
+ }
1260
+ return obj;
1261
+ };
1262
+ }
1263
+
1264
+
1265
+ /**
1266
+ * Deserializes binary data (in protobuf wire format).
1267
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1268
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest}
1269
+ */
1270
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.deserializeBinary = function(bytes) {
1271
+ var reader = new jspb.BinaryReader(bytes);
1272
+ var msg = new proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest;
1273
+ return proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.deserializeBinaryFromReader(msg, reader);
1274
+ };
1275
+
1276
+
1277
+ /**
1278
+ * Deserializes binary data (in protobuf wire format) from the
1279
+ * given reader into the given message object.
1280
+ * @param {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} msg The message object to deserialize into.
1281
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1282
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest}
1283
+ */
1284
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.deserializeBinaryFromReader = function(msg, reader) {
1285
+ while (reader.nextField()) {
1286
+ if (reader.isEndGroup()) {
1287
+ break;
1288
+ }
1289
+ var field = reader.getFieldNumber();
1290
+ switch (field) {
1291
+ case 1:
1292
+ var value = /** @type {string} */ (reader.readString());
1293
+ msg.setFirstName(value);
1294
+ break;
1295
+ case 2:
1296
+ var value = /** @type {string} */ (reader.readString());
1297
+ msg.setLastName(value);
1298
+ break;
1299
+ case 3:
1300
+ var value = /** @type {string} */ (reader.readString());
1301
+ msg.addUsers(value);
1302
+ break;
1303
+ default:
1304
+ reader.skipField();
1305
+ break;
1306
+ }
1307
+ }
1308
+ return msg;
1309
+ };
1310
+
1311
+
1312
+ /**
1313
+ * Serializes the message to binary data (in protobuf wire format).
1314
+ * @return {!Uint8Array}
1315
+ */
1316
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.serializeBinary = function() {
1317
+ var writer = new jspb.BinaryWriter();
1318
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.serializeBinaryToWriter(this, writer);
1319
+ return writer.getResultBuffer();
1320
+ };
1321
+
1322
+
1323
+ /**
1324
+ * Serializes the given message to binary data (in protobuf wire
1325
+ * format), writing to the given BinaryWriter.
1326
+ * @param {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} message
1327
+ * @param {!jspb.BinaryWriter} writer
1328
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1329
+ */
1330
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.serializeBinaryToWriter = function(message, writer) {
1331
+ var f = undefined;
1332
+ f = message.getFirstName();
1333
+ if (f.length > 0) {
1334
+ writer.writeString(
1335
+ 1,
1336
+ f
1337
+ );
1338
+ }
1339
+ f = message.getLastName();
1340
+ if (f.length > 0) {
1341
+ writer.writeString(
1342
+ 2,
1343
+ f
1344
+ );
1345
+ }
1346
+ f = message.getUsersList();
1347
+ if (f.length > 0) {
1348
+ writer.writeRepeatedString(
1349
+ 3,
1350
+ f
1351
+ );
1352
+ }
1353
+ };
1354
+
1355
+
1356
+ /**
1357
+ * optional string first_name = 1;
1358
+ * @return {string}
1359
+ */
1360
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.getFirstName = function() {
1361
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1362
+ };
1363
+
1364
+
1365
+ /**
1366
+ * @param {string} value
1367
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} returns this
1368
+ */
1369
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.setFirstName = function(value) {
1370
+ return jspb.Message.setProto3StringField(this, 1, value);
1371
+ };
1372
+
1373
+
1374
+ /**
1375
+ * optional string last_name = 2;
1376
+ * @return {string}
1377
+ */
1378
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.getLastName = function() {
1379
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1380
+ };
1381
+
1382
+
1383
+ /**
1384
+ * @param {string} value
1385
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} returns this
1386
+ */
1387
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.setLastName = function(value) {
1388
+ return jspb.Message.setProto3StringField(this, 2, value);
1389
+ };
1390
+
1391
+
1392
+ /**
1393
+ * repeated string users = 3;
1394
+ * @return {!Array<string>}
1395
+ */
1396
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.getUsersList = function() {
1397
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
1398
+ };
1399
+
1400
+
1401
+ /**
1402
+ * @param {!Array<string>} value
1403
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} returns this
1404
+ */
1405
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.setUsersList = function(value) {
1406
+ return jspb.Message.setField(this, 3, value || []);
1407
+ };
1408
+
1409
+
1410
+ /**
1411
+ * @param {string} value
1412
+ * @param {number=} opt_index
1413
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} returns this
1414
+ */
1415
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.addUsers = function(value, opt_index) {
1416
+ return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
1417
+ };
1418
+
1419
+
1420
+ /**
1421
+ * Clears the list making it empty but non-null.
1422
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest} returns this
1423
+ */
1424
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesRequest.prototype.clearUsersList = function() {
1425
+ return this.setUsersList([]);
1426
+ };
1427
+
1428
+
1429
+
1430
+ /**
1431
+ * List of repeated fields within this message type.
1432
+ * @private {!Array<number>}
1433
+ * @const
1434
+ */
1435
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.repeatedFields_ = [1];
1436
+
1437
+
1438
+
1439
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1440
+ /**
1441
+ * Creates an object representation of this proto.
1442
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1443
+ * Optional fields that are not set will be set to undefined.
1444
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1445
+ * For the list of reserved names please see:
1446
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1447
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1448
+ * JSPB instance for transitional soy proto support:
1449
+ * http://goto/soy-param-migration
1450
+ * @return {!Object}
1451
+ */
1452
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.prototype.toObject = function(opt_includeInstance) {
1453
+ return proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.toObject(opt_includeInstance, this);
1454
+ };
1455
+
1456
+
1457
+ /**
1458
+ * Static version of the {@see toObject} method.
1459
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1460
+ * the JSPB instance for transitional soy proto support:
1461
+ * http://goto/soy-param-migration
1462
+ * @param {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse} msg The msg instance to transform.
1463
+ * @return {!Object}
1464
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1465
+ */
1466
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.toObject = function(includeInstance, msg) {
1467
+ var f, obj = {
1468
+ userProfilesList: jspb.Message.toObjectList(msg.getUserProfilesList(),
1469
+ meshtrade_iam_user_profile_v1_user_profile_pb.UserProfile.toObject, includeInstance)
1470
+ };
1471
+
1472
+ if (includeInstance) {
1473
+ obj.$jspbMessageInstance = msg;
1474
+ }
1475
+ return obj;
1476
+ };
1477
+ }
1478
+
1479
+
1480
+ /**
1481
+ * Deserializes binary data (in protobuf wire format).
1482
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1483
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse}
1484
+ */
1485
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.deserializeBinary = function(bytes) {
1486
+ var reader = new jspb.BinaryReader(bytes);
1487
+ var msg = new proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse;
1488
+ return proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.deserializeBinaryFromReader(msg, reader);
1489
+ };
1490
+
1491
+
1492
+ /**
1493
+ * Deserializes binary data (in protobuf wire format) from the
1494
+ * given reader into the given message object.
1495
+ * @param {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse} msg The message object to deserialize into.
1496
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1497
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse}
1498
+ */
1499
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.deserializeBinaryFromReader = function(msg, reader) {
1500
+ while (reader.nextField()) {
1501
+ if (reader.isEndGroup()) {
1502
+ break;
1503
+ }
1504
+ var field = reader.getFieldNumber();
1505
+ switch (field) {
1506
+ case 1:
1507
+ var value = new meshtrade_iam_user_profile_v1_user_profile_pb.UserProfile;
1508
+ reader.readMessage(value,meshtrade_iam_user_profile_v1_user_profile_pb.UserProfile.deserializeBinaryFromReader);
1509
+ msg.addUserProfiles(value);
1510
+ break;
1511
+ default:
1512
+ reader.skipField();
1513
+ break;
1514
+ }
1515
+ }
1516
+ return msg;
1517
+ };
1518
+
1519
+
1520
+ /**
1521
+ * Serializes the message to binary data (in protobuf wire format).
1522
+ * @return {!Uint8Array}
1523
+ */
1524
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.prototype.serializeBinary = function() {
1525
+ var writer = new jspb.BinaryWriter();
1526
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.serializeBinaryToWriter(this, writer);
1527
+ return writer.getResultBuffer();
1528
+ };
1529
+
1530
+
1531
+ /**
1532
+ * Serializes the given message to binary data (in protobuf wire
1533
+ * format), writing to the given BinaryWriter.
1534
+ * @param {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse} message
1535
+ * @param {!jspb.BinaryWriter} writer
1536
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1537
+ */
1538
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.serializeBinaryToWriter = function(message, writer) {
1539
+ var f = undefined;
1540
+ f = message.getUserProfilesList();
1541
+ if (f.length > 0) {
1542
+ writer.writeRepeatedMessage(
1543
+ 1,
1544
+ f,
1545
+ meshtrade_iam_user_profile_v1_user_profile_pb.UserProfile.serializeBinaryToWriter
1546
+ );
1547
+ }
1548
+ };
1549
+
1550
+
1551
+ /**
1552
+ * repeated UserProfile user_profiles = 1;
1553
+ * @return {!Array<!proto.meshtrade.iam.user_profile.v1.UserProfile>}
1554
+ */
1555
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.prototype.getUserProfilesList = function() {
1556
+ return /** @type{!Array<!proto.meshtrade.iam.user_profile.v1.UserProfile>} */ (
1557
+ jspb.Message.getRepeatedWrapperField(this, meshtrade_iam_user_profile_v1_user_profile_pb.UserProfile, 1));
1558
+ };
1559
+
1560
+
1561
+ /**
1562
+ * @param {!Array<!proto.meshtrade.iam.user_profile.v1.UserProfile>} value
1563
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse} returns this
1564
+ */
1565
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.prototype.setUserProfilesList = function(value) {
1566
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1567
+ };
1568
+
1569
+
1570
+ /**
1571
+ * @param {!proto.meshtrade.iam.user_profile.v1.UserProfile=} opt_value
1572
+ * @param {number=} opt_index
1573
+ * @return {!proto.meshtrade.iam.user_profile.v1.UserProfile}
1574
+ */
1575
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.prototype.addUserProfiles = function(opt_value, opt_index) {
1576
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.meshtrade.iam.user_profile.v1.UserProfile, opt_index);
1577
+ };
1578
+
1579
+
1580
+ /**
1581
+ * Clears the list making it empty but non-null.
1582
+ * @return {!proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse} returns this
1583
+ */
1584
+ proto.meshtrade.iam.user_profile.v1.SearchUserProfilesResponse.prototype.clearUserProfilesList = function() {
1585
+ return this.setUserProfilesList([]);
1586
+ };
1587
+
1588
+
1169
1589
  goog.object.extend(exports, proto.meshtrade.iam.user_profile.v1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshtrade/api-old",
3
- "version": "1.56.0",
3
+ "version": "1.58.0",
4
4
  "description": "Mesh Typescript SDK (Legacy)",
5
5
  "author": "Bernard Bussy <bernard@meshtrade.co>",
6
6
  "license": "UNLICENSED",