@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
|
@@ -55,8 +55,8 @@ message GrpcDtoGeoCurrency {
|
|
|
55
55
|
|
|
56
56
|
message GrpcDtoGeoLanguage {
|
|
57
57
|
string public_id = 1;
|
|
58
|
-
string
|
|
59
|
-
string
|
|
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;
|