@alicloud/airticketopen20230117 2.0.6 → 2.0.7
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.
|
@@ -12,6 +12,8 @@ export declare class EnrichRequestJourneyParamListSegmentParamList extends $dara
|
|
|
12
12
|
* @remarks
|
|
13
13
|
* arrival city code (capitalized)
|
|
14
14
|
*
|
|
15
|
+
* This parameter is required.
|
|
16
|
+
*
|
|
15
17
|
* @example
|
|
16
18
|
* MFM
|
|
17
19
|
*/
|
|
@@ -44,6 +46,8 @@ export declare class EnrichRequestJourneyParamListSegmentParamList extends $dara
|
|
|
44
46
|
* @remarks
|
|
45
47
|
* departure city code (capitalized)
|
|
46
48
|
*
|
|
49
|
+
* This parameter is required.
|
|
50
|
+
*
|
|
47
51
|
* @example
|
|
48
52
|
* SHA
|
|
49
53
|
*/
|
|
@@ -52,6 +56,8 @@ export declare class EnrichRequestJourneyParamListSegmentParamList extends $dara
|
|
|
52
56
|
* @remarks
|
|
53
57
|
* departure time in string format (yyyy-MM-dd HH:mm:ss)
|
|
54
58
|
*
|
|
59
|
+
* This parameter is required.
|
|
60
|
+
*
|
|
55
61
|
* @example
|
|
56
62
|
* 2023-03-10 07:55:00
|
|
57
63
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrichRequestJourneyParamListSegmentParamList.js","sourceRoot":"","sources":["../../src/models/EnrichRequestJourneyParamListSegmentParamList.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"EnrichRequestJourneyParamListSegmentParamList.js","sourceRoot":"","sources":["../../src/models/EnrichRequestJourneyParamListSegmentParamList.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAyE5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,iBAAiB;YACjC,WAAW,EAAE,cAAc;YAC3B,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,aAAa;YACzB,gBAAgB,EAAE,mBAAmB;YACrC,aAAa,EAAE,gBAAgB;YAC/B,aAAa,EAAE,gBAAgB;YAC/B,iBAAiB,EAAE,qBAAqB;SACzC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,WAAW,EAAE,QAAQ;YACrB,KAAK,EAAE,QAAQ;YACf,UAAU,EAAE,QAAQ;YACpB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,QAAQ;YACvB,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1GD,sGA0GC"}
|
package/package.json
CHANGED
|
@@ -15,6 +15,8 @@ export class EnrichRequestJourneyParamListSegmentParamList extends $dara.Model {
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* arrival city code (capitalized)
|
|
17
17
|
*
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
18
20
|
* @example
|
|
19
21
|
* MFM
|
|
20
22
|
*/
|
|
@@ -47,6 +49,8 @@ export class EnrichRequestJourneyParamListSegmentParamList extends $dara.Model {
|
|
|
47
49
|
* @remarks
|
|
48
50
|
* departure city code (capitalized)
|
|
49
51
|
*
|
|
52
|
+
* This parameter is required.
|
|
53
|
+
*
|
|
50
54
|
* @example
|
|
51
55
|
* SHA
|
|
52
56
|
*/
|
|
@@ -55,6 +59,8 @@ export class EnrichRequestJourneyParamListSegmentParamList extends $dara.Model {
|
|
|
55
59
|
* @remarks
|
|
56
60
|
* departure time in string format (yyyy-MM-dd HH:mm:ss)
|
|
57
61
|
*
|
|
62
|
+
* This parameter is required.
|
|
63
|
+
*
|
|
58
64
|
* @example
|
|
59
65
|
* 2023-03-10 07:55:00
|
|
60
66
|
*/
|