Skip to content

Commit 4f74c31

Browse files
author
Auto Mation
committed
TASK: Updating import SDK
1 parent 63f1fe1 commit 4f74c31

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=564403625c1506a68204293277e4a264ddacd2e4
1+
hash=dddadc9992771153472fc15496934bc05cac27a4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=564403625c1506a68204293277e4a264ddacd2e4
1+
hash=dddadc9992771153472fc15496934bc05cac27a4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=564403625c1506a68204293277e4a264ddacd2e4
1+
hash=dddadc9992771153472fc15496934bc05cac27a4

lib/commercetools-import/src/Models/Importsinks/ImportSink.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ interface ImportSink extends JsonObject
2222

2323
/**
2424
* <p>The unique key of the import sink.</p>
25+
* <p>Valid characters are: alphabetic characters (A-Z, a-z), numeric characters (0-9), underscores (_) and hyphens (-).</p>
2526
*
2627
* @return null|string
2728
*/

lib/commercetools-import/src/Models/Importsinks/ImportSinkBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ final class ImportSinkBuilder implements Builder
4848

4949
/**
5050
* <p>The unique key of the import sink.</p>
51+
* <p>Valid characters are: alphabetic characters (A-Z, a-z), numeric characters (0-9), underscores (_) and hyphens (-).</p>
5152
*
5253
* @return null|string
5354
*/

lib/commercetools-import/src/Models/Importsinks/ImportSinkModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function __construct(
6565

6666
/**
6767
* <p>The unique key of the import sink.</p>
68+
* <p>Valid characters are: alphabetic characters (A-Z, a-z), numeric characters (0-9), underscores (_) and hyphens (-).</p>
6869
*
6970
* @return null|string
7071
*/

0 commit comments

Comments
 (0)