Skip to content

Commit

Permalink
Merge pull request #1216 from Accenture/dependabot/npm_and_yarn/devel…
Browse files Browse the repository at this point in the history
…op/beauty-amp-core2-0.4.6

Bump beauty-amp-core2 from 0.4.5 to 0.4.6
  • Loading branch information
JoernBerkefeld committed Feb 13, 2024
2 parents 39e2ea4 + 9b6ed15 commit 3742a34
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"version:patch": "npm version --no-commit-hooks patch"
},
"dependencies": {
"beauty-amp-core2": "0.4.5",
"beauty-amp-core2": "0.4.6",
"cli-progress": "3.12.0",
"command-exists": "1.2.9",
"conf": "12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/resources/9999999/transactionalSMS/build-expected.amp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ line3
SET @rx = '^\+((?:9[679]\d8[035789]\d|6[789]\d|5[90]\d|42\d|3[578]\d|2[1-689]\d)|9[0-58]|8[1246]|6[0-6]|5[1-8]|4[013-9]|3[0-469]|2[70]|7|1)'
SET @prefix = concat('+', RegExMatch(@num, @rx, 1))
IF @count>0 THEN
FOR @I = 1 TO @COUNT DO
FOR @i = 1 TO @count DO
SET @sk = Field(Row(@rs, @i), 'Id')
IF Field(Row(@rs, 1), 'et4ae5__HasOptedOutOfMobile__c') == 'false' THEN
SET @result = UpdateSingleSalesforceObject('Contact', @sk, 'et4ae5__HasOptedOutOfMobile__c', 'true')
Expand Down
2 changes: 1 addition & 1 deletion test/resources/9999999/transactionalSMS/get-expected.amp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ line3
SET @rx = '^\+((?:9[679]\d8[035789]\d|6[789]\d|5[90]\d|42\d|3[578]\d|2[1-689]\d)|9[0-58]|8[1246]|6[0-6]|5[1-8]|4[013-9]|3[0-469]|2[70]|7|1)'
SET @prefix = concat('+', RegExMatch(@num, @rx, 1))
IF @count>0 THEN
FOR @I = 1 TO @COUNT DO
FOR @i = 1 TO @count DO
SET @sk = Field(Row(@rs, @i), 'Id')
IF Field(Row(@rs, 1), 'et4ae5__HasOptedOutOfMobile__c') == 'false' THEN
SET @result = UpdateSingleSalesforceObject('Contact', @sk, 'et4ae5__HasOptedOutOfMobile__c', 'true')
Expand Down
2 changes: 1 addition & 1 deletion test/resources/9999999/transactionalSMS/patch-expected.amp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SET @rx = '^\+((?:9[679]\d8[035789]\d|6[789]\d|5[90]\d|42\d|3[578]\d|2[1-689]\d)|9[0-58]|8[1246]|6[0-6]|5[1-8]|4[013-9]|3[0-469]|2[70]|7|1)'
SET @prefix = concat('+', RegExMatch(@num, @rx, 1))
IF @count>0 THEN
FOR @I = 1 TO @COUNT DO
FOR @i = 1 TO @count DO
SET @sk = Field(Row(@rs, @i), 'Id')
IF Field(Row(@rs, 1), 'et4ae5__HasOptedOutOfMobile__c') == 'false' THEN
SET @result = UpdateSingleSalesforceObject('Contact', @sk, 'et4ae5__HasOptedOutOfMobile__c', 'true')
Expand Down
2 changes: 1 addition & 1 deletion test/resources/9999999/transactionalSMS/post-expected.amp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SET @rx = '^\+((?:9[679]\d8[035789]\d|6[789]\d|5[90]\d|42\d|3[578]\d|2[1-689]\d)|9[0-58]|8[1246]|6[0-6]|5[1-8]|4[013-9]|3[0-469]|2[70]|7|1)'
SET @prefix = concat('+', RegExMatch(@num, @rx, 1))
IF @count>0 THEN
FOR @I = 1 TO @COUNT DO
FOR @i = 1 TO @count DO
SET @sk = Field(Row(@rs, @i), 'Id')
IF Field(Row(@rs, 1), 'et4ae5__HasOptedOutOfMobile__c') == 'false' THEN
SET @result = UpdateSingleSalesforceObject('Contact', @sk, 'et4ae5__HasOptedOutOfMobile__c', 'true')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ line3
SET @rx = '^\+((?:9[679]\d8[035789]\d|6[789]\d|5[90]\d|42\d|3[578]\d|2[1-689]\d)|9[0-58]|8[1246]|6[0-6]|5[1-8]|4[013-9]|3[0-469]|2[70]|7|1)'
SET @prefix = concat('+', RegExMatch(@num, @rx, 1))
IF @count>0 THEN
FOR @I = 1 TO @COUNT DO
FOR @i = 1 TO @count DO
SET @sk = Field(Row(@rs, @i), 'Id')
IF Field(Row(@rs, 1), 'et4ae5__HasOptedOutOfMobile__c') == 'false' THEN
SET @result = UpdateSingleSalesforceObject('Contact', @sk, 'et4ae5__HasOptedOutOfMobile__c', 'true')
Expand Down

0 comments on commit 3742a34

Please sign in to comment.