sm-types 1.2.3 → 1.2.4

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": "sm-types",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -5,6 +5,8 @@ export declare const SystemType: {
5
5
  readonly AZUL: "AZUL";
6
6
  readonly PASSAREDO: "PASSAREDO";
7
7
  readonly SABRE: "SABRE";
8
+ readonly ITAPEMIRIM: "ITAPEMIRIM";
9
+ readonly AMADEUS: "AMADEUS";
8
10
  };
9
11
  export declare const JourneyType: {
10
12
  readonly INBOUND: "inbound";
@@ -7,7 +7,9 @@ exports.SystemType = {
7
7
  GOLGWS: 'GOLGWS',
8
8
  AZUL: 'AZUL',
9
9
  PASSAREDO: 'PASSAREDO',
10
- SABRE: 'SABRE'
10
+ SABRE: 'SABRE',
11
+ ITAPEMIRIM: 'ITAPEMIRIM',
12
+ AMADEUS: 'AMADEUS',
11
13
  };
12
14
  exports.JourneyType = {
13
15
  INBOUND: 'inbound',