@aws-sdk/client-b2bi 3.569.0 → 3.572.0
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.
|
@@ -1443,8 +1443,7 @@ export interface TestMappingRequest {
|
|
|
1443
1443
|
*/
|
|
1444
1444
|
inputFileContent: string | undefined;
|
|
1445
1445
|
/**
|
|
1446
|
-
* <p>Specifies the
|
|
1447
|
-
* correct set of objects.</p>
|
|
1446
|
+
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1448
1447
|
* @public
|
|
1449
1448
|
*/
|
|
1450
1449
|
mappingTemplate: string | undefined;
|
|
@@ -1509,8 +1508,7 @@ export interface CreateTransformerRequest {
|
|
|
1509
1508
|
*/
|
|
1510
1509
|
fileFormat: FileFormat | undefined;
|
|
1511
1510
|
/**
|
|
1512
|
-
* <p>Specifies the
|
|
1513
|
-
* correct set of objects.</p>
|
|
1511
|
+
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1514
1512
|
* @public
|
|
1515
1513
|
*/
|
|
1516
1514
|
mappingTemplate: string | undefined;
|
|
@@ -1572,8 +1570,7 @@ export interface CreateTransformerResponse {
|
|
|
1572
1570
|
*/
|
|
1573
1571
|
fileFormat: FileFormat | undefined;
|
|
1574
1572
|
/**
|
|
1575
|
-
* <p>Returns the
|
|
1576
|
-
* correct set of objects.</p>
|
|
1573
|
+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1577
1574
|
* @public
|
|
1578
1575
|
*/
|
|
1579
1576
|
mappingTemplate: string | undefined;
|
|
@@ -1645,8 +1642,7 @@ export interface GetTransformerResponse {
|
|
|
1645
1642
|
*/
|
|
1646
1643
|
fileFormat: FileFormat | undefined;
|
|
1647
1644
|
/**
|
|
1648
|
-
* <p>Returns the
|
|
1649
|
-
* correct set of objects.</p>
|
|
1645
|
+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1650
1646
|
* @public
|
|
1651
1647
|
*/
|
|
1652
1648
|
mappingTemplate: string | undefined;
|
|
@@ -1717,8 +1713,7 @@ export interface TransformerSummary {
|
|
|
1717
1713
|
*/
|
|
1718
1714
|
fileFormat: FileFormat | undefined;
|
|
1719
1715
|
/**
|
|
1720
|
-
* <p>Returns the
|
|
1721
|
-
* correct set of objects.</p>
|
|
1716
|
+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1722
1717
|
* @public
|
|
1723
1718
|
*/
|
|
1724
1719
|
mappingTemplate: string | undefined;
|
|
@@ -1789,8 +1784,7 @@ export interface UpdateTransformerRequest {
|
|
|
1789
1784
|
*/
|
|
1790
1785
|
fileFormat?: FileFormat;
|
|
1791
1786
|
/**
|
|
1792
|
-
* <p>Specifies the
|
|
1793
|
-
* correct set of objects.</p>
|
|
1787
|
+
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1794
1788
|
* @public
|
|
1795
1789
|
*/
|
|
1796
1790
|
mappingTemplate?: string;
|
|
@@ -1835,8 +1829,7 @@ export interface UpdateTransformerResponse {
|
|
|
1835
1829
|
*/
|
|
1836
1830
|
fileFormat: FileFormat | undefined;
|
|
1837
1831
|
/**
|
|
1838
|
-
* <p>Returns the
|
|
1839
|
-
* correct set of objects.</p>
|
|
1832
|
+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
1840
1833
|
* @public
|
|
1841
1834
|
*/
|
|
1842
1835
|
mappingTemplate: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-b2bi",
|
|
3
3
|
"description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.572.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-b2bi",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.572.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.572.0",
|
|
25
|
+
"@aws-sdk/core": "3.572.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.572.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.567.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.568.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.567.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.572.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.572.0",
|
|
32
32
|
"@aws-sdk/types": "3.567.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.572.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.567.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.568.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.2.0",
|