sm-types 1.4.2 → 1.4.3
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
package/sm-airlines/index.d.ts
CHANGED
|
@@ -481,8 +481,8 @@ declare const PASSENGER_TYPE: {
|
|
|
481
481
|
readonly INFANT: "INF";
|
|
482
482
|
};
|
|
483
483
|
declare const SEX: {
|
|
484
|
-
readonly MALE: "
|
|
485
|
-
readonly FEMALE: "
|
|
484
|
+
readonly MALE: "M";
|
|
485
|
+
readonly FEMALE: "F";
|
|
486
486
|
};
|
|
487
487
|
declare const SM_AZUL_PRICE_STATUS: {
|
|
488
488
|
readonly INVALID: "Invalid";
|
package/sm-airlines/index.js
CHANGED
|
@@ -12,8 +12,8 @@ export declare const CurrencyOptions: {
|
|
|
12
12
|
readonly USD: "USD";
|
|
13
13
|
};
|
|
14
14
|
export declare const Gender: {
|
|
15
|
-
readonly MALE: "
|
|
16
|
-
readonly FEMALE: "
|
|
15
|
+
readonly MALE: "M";
|
|
16
|
+
readonly FEMALE: "F";
|
|
17
17
|
};
|
|
18
18
|
export declare const FareClassControl: {
|
|
19
19
|
readonly LOWEST_FARE_CLASS: "LowestFareClass";
|
package/sm-azul/shared/index.js
CHANGED
package/sm-wcf/index.d.ts
CHANGED