@aws-sdk/client-mailmanager 3.750.0 → 3.751.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.
|
@@ -1450,7 +1450,7 @@ const se_RuleCondition = (input, context) => {
|
|
|
1450
1450
|
NumberExpression: (value) => ({ NumberExpression: se_RuleNumberExpression(value, context) }),
|
|
1451
1451
|
StringExpression: (value) => ({ StringExpression: (0, smithy_client_1._json)(value) }),
|
|
1452
1452
|
VerdictExpression: (value) => ({ VerdictExpression: (0, smithy_client_1._json)(value) }),
|
|
1453
|
-
_: (name, value) => ({ name: value }),
|
|
1453
|
+
_: (name, value) => ({ [name]: value }),
|
|
1454
1454
|
});
|
|
1455
1455
|
};
|
|
1456
1456
|
const se_RuleConditions = (input, context) => {
|
|
@@ -1325,7 +1325,7 @@ const se_RuleCondition = (input, context) => {
|
|
|
1325
1325
|
NumberExpression: (value) => ({ NumberExpression: se_RuleNumberExpression(value, context) }),
|
|
1326
1326
|
StringExpression: (value) => ({ StringExpression: _json(value) }),
|
|
1327
1327
|
VerdictExpression: (value) => ({ VerdictExpression: _json(value) }),
|
|
1328
|
-
_: (name, value) => ({ name: value }),
|
|
1328
|
+
_: (name, value) => ({ [name]: value }),
|
|
1329
1329
|
});
|
|
1330
1330
|
};
|
|
1331
1331
|
const se_RuleConditions = (input, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mailmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mailmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.751.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|