@acequants/aegis-contracts 0.1.57 → 0.1.58

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acequants/aegis-contracts",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -55,8 +55,8 @@ message GrpcDtoGeoCurrency {
55
55
 
56
56
  message GrpcDtoGeoLanguage {
57
57
  string public_id = 1;
58
- string iso639_1 = 2; // LANGUAGE enum as string
59
- string iso639_2 = 3; // nullable
58
+ string iso6391 = 2; // LANGUAGE enum as string
59
+ string iso6392 = 3; // nullable
60
60
  string name = 4;
61
61
  bool is_active = 5;
62
62
  google.protobuf.Timestamp updated_at = 6;