@alicloud/dataworks-public20200518 4.3.5 → 4.3.6

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": "@alicloud/dataworks-public20200518",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -1522,6 +1522,8 @@ export class CreateFileRequest extends $tea.Model {
1522
1522
  fileName?: string;
1523
1523
  fileType?: number;
1524
1524
  inputList?: string;
1525
+ inputParameters?: string;
1526
+ outputParameters?: string;
1525
1527
  owner?: string;
1526
1528
  paraValue?: string;
1527
1529
  projectId?: number;
@@ -1551,6 +1553,8 @@ export class CreateFileRequest extends $tea.Model {
1551
1553
  fileName: 'FileName',
1552
1554
  fileType: 'FileType',
1553
1555
  inputList: 'InputList',
1556
+ inputParameters: 'InputParameters',
1557
+ outputParameters: 'OutputParameters',
1554
1558
  owner: 'Owner',
1555
1559
  paraValue: 'ParaValue',
1556
1560
  projectId: 'ProjectId',
@@ -1583,6 +1587,8 @@ export class CreateFileRequest extends $tea.Model {
1583
1587
  fileName: 'string',
1584
1588
  fileType: 'number',
1585
1589
  inputList: 'string',
1590
+ inputParameters: 'string',
1591
+ outputParameters: 'string',
1586
1592
  owner: 'string',
1587
1593
  paraValue: 'string',
1588
1594
  projectId: 'number',
@@ -16541,7 +16547,9 @@ export class UpdateFileRequest extends $tea.Model {
16541
16547
  fileId?: number;
16542
16548
  fileName?: string;
16543
16549
  inputList?: string;
16550
+ inputParameters?: string;
16544
16551
  outputList?: string;
16552
+ outputParameters?: string;
16545
16553
  owner?: string;
16546
16554
  paraValue?: string;
16547
16555
  projectId?: number;
@@ -16570,7 +16578,9 @@ export class UpdateFileRequest extends $tea.Model {
16570
16578
  fileId: 'FileId',
16571
16579
  fileName: 'FileName',
16572
16580
  inputList: 'InputList',
16581
+ inputParameters: 'InputParameters',
16573
16582
  outputList: 'OutputList',
16583
+ outputParameters: 'OutputParameters',
16574
16584
  owner: 'Owner',
16575
16585
  paraValue: 'ParaValue',
16576
16586
  projectId: 'ProjectId',
@@ -16602,7 +16612,9 @@ export class UpdateFileRequest extends $tea.Model {
16602
16612
  fileId: 'number',
16603
16613
  fileName: 'string',
16604
16614
  inputList: 'string',
16615
+ inputParameters: 'string',
16605
16616
  outputList: 'string',
16617
+ outputParameters: 'string',
16606
16618
  owner: 'string',
16607
16619
  paraValue: 'string',
16608
16620
  projectId: 'number',
@@ -20440,6 +20452,28 @@ export class GetFileResponseBodyDataNodeConfigurationInputList extends $tea.Mode
20440
20452
  }
20441
20453
  }
20442
20454
 
20455
+ export class GetFileResponseBodyDataNodeConfigurationInputParameters extends $tea.Model {
20456
+ parameterName?: string;
20457
+ valueSource?: string;
20458
+ static names(): { [key: string]: string } {
20459
+ return {
20460
+ parameterName: 'ParameterName',
20461
+ valueSource: 'ValueSource',
20462
+ };
20463
+ }
20464
+
20465
+ static types(): { [key: string]: any } {
20466
+ return {
20467
+ parameterName: 'string',
20468
+ valueSource: 'string',
20469
+ };
20470
+ }
20471
+
20472
+ constructor(map?: { [key: string]: any }) {
20473
+ super(map);
20474
+ }
20475
+ }
20476
+
20443
20477
  export class GetFileResponseBodyDataNodeConfigurationOutputList extends $tea.Model {
20444
20478
  output?: string;
20445
20479
  refTableName?: string;
@@ -20462,6 +20496,34 @@ export class GetFileResponseBodyDataNodeConfigurationOutputList extends $tea.Mod
20462
20496
  }
20463
20497
  }
20464
20498
 
20499
+ export class GetFileResponseBodyDataNodeConfigurationOutputParameters extends $tea.Model {
20500
+ description?: string;
20501
+ parameterName?: string;
20502
+ type?: string;
20503
+ value?: string;
20504
+ static names(): { [key: string]: string } {
20505
+ return {
20506
+ description: 'Description',
20507
+ parameterName: 'ParameterName',
20508
+ type: 'Type',
20509
+ value: 'Value',
20510
+ };
20511
+ }
20512
+
20513
+ static types(): { [key: string]: any } {
20514
+ return {
20515
+ description: 'string',
20516
+ parameterName: 'string',
20517
+ type: 'string',
20518
+ value: 'string',
20519
+ };
20520
+ }
20521
+
20522
+ constructor(map?: { [key: string]: any }) {
20523
+ super(map);
20524
+ }
20525
+ }
20526
+
20465
20527
  export class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
20466
20528
  autoRerunIntervalMillis?: number;
20467
20529
  autoRerunTimes?: number;
@@ -20471,7 +20533,9 @@ export class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
20471
20533
  dependentType?: string;
20472
20534
  endEffectDate?: number;
20473
20535
  inputList?: GetFileResponseBodyDataNodeConfigurationInputList[];
20536
+ inputParameters?: GetFileResponseBodyDataNodeConfigurationInputParameters[];
20474
20537
  outputList?: GetFileResponseBodyDataNodeConfigurationOutputList[];
20538
+ outputParameters?: GetFileResponseBodyDataNodeConfigurationOutputParameters[];
20475
20539
  paraValue?: string;
20476
20540
  rerunMode?: string;
20477
20541
  resourceGroupId?: number;
@@ -20489,7 +20553,9 @@ export class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
20489
20553
  dependentType: 'DependentType',
20490
20554
  endEffectDate: 'EndEffectDate',
20491
20555
  inputList: 'InputList',
20556
+ inputParameters: 'InputParameters',
20492
20557
  outputList: 'OutputList',
20558
+ outputParameters: 'OutputParameters',
20493
20559
  paraValue: 'ParaValue',
20494
20560
  rerunMode: 'RerunMode',
20495
20561
  resourceGroupId: 'ResourceGroupId',
@@ -20510,7 +20576,9 @@ export class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
20510
20576
  dependentType: 'string',
20511
20577
  endEffectDate: 'number',
20512
20578
  inputList: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationInputList },
20579
+ inputParameters: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationInputParameters },
20513
20580
  outputList: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationOutputList },
20581
+ outputParameters: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationOutputParameters },
20514
20582
  paraValue: 'string',
20515
20583
  rerunMode: 'string',
20516
20584
  resourceGroupId: 'number',
@@ -29610,6 +29678,14 @@ export default class Client extends OpenApi {
29610
29678
  body["InputList"] = request.inputList;
29611
29679
  }
29612
29680
 
29681
+ if (!Util.isUnset(request.inputParameters)) {
29682
+ body["InputParameters"] = request.inputParameters;
29683
+ }
29684
+
29685
+ if (!Util.isUnset(request.outputParameters)) {
29686
+ body["OutputParameters"] = request.outputParameters;
29687
+ }
29688
+
29613
29689
  if (!Util.isUnset(request.owner)) {
29614
29690
  body["Owner"] = request.owner;
29615
29691
  }
@@ -37276,10 +37352,18 @@ export default class Client extends OpenApi {
37276
37352
  body["InputList"] = request.inputList;
37277
37353
  }
37278
37354
 
37355
+ if (!Util.isUnset(request.inputParameters)) {
37356
+ body["InputParameters"] = request.inputParameters;
37357
+ }
37358
+
37279
37359
  if (!Util.isUnset(request.outputList)) {
37280
37360
  body["OutputList"] = request.outputList;
37281
37361
  }
37282
37362
 
37363
+ if (!Util.isUnset(request.outputParameters)) {
37364
+ body["OutputParameters"] = request.outputParameters;
37365
+ }
37366
+
37283
37367
  if (!Util.isUnset(request.owner)) {
37284
37368
  body["Owner"] = request.owner;
37285
37369
  }