Skip to content

Commit 48f6c2c

Browse files
committed
build(codegen): updating SDK
1 parent 25d9b58 commit 48f6c2c

7 files changed

Lines changed: 13 additions & 12 deletions

lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ interface ApprovalRuleKeySetMessage extends Message
1717
public const FIELD_OLD_KEY = 'oldKey';
1818

1919
/**
20-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
20+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
2121
*
2222
2323
* @return null|string
2424
*/
2525
public function getKey();
2626

2727
/**
28-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
28+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
2929
*
3030
3131
* @return null|string

lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessageBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function getResourceUserProvidedIdentifiers()
211211
}
212212

213213
/**
214-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
214+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
215215
*
216216
217217
* @return null|string
@@ -222,7 +222,7 @@ public function getKey()
222222
}
223223

224224
/**
225-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
225+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
226226
*
227227
228228
* @return null|string

lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessageModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ public function getResourceUserProvidedIdentifiers()
373373
}
374374

375375
/**
376-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
376+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
377377
*
378378
*
379379
* @return null|string
@@ -393,7 +393,7 @@ public function getKey()
393393
}
394394

395395
/**
396-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
396+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
397397
*
398398
*
399399
* @return null|string

lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessagePayload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ interface ApprovalRuleKeySetMessagePayload extends MessagePayload
1717
public const FIELD_OLD_KEY = 'oldKey';
1818

1919
/**
20-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
20+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
2121
*
2222
2323
* @return null|string
2424
*/
2525
public function getKey();
2626

2727
/**
28-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
28+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
2929
*
3030
3131
* @return null|string

lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessagePayloadBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class ApprovalRuleKeySetMessagePayloadBuilder implements Builder
3333
private $oldKey;
3434

3535
/**
36-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
36+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
3737
*
3838
3939
* @return null|string
@@ -44,7 +44,7 @@ public function getKey()
4444
}
4545

4646
/**
47-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
47+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
4848
*
4949
5050
* @return null|string

lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessagePayloadModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getType()
7171
}
7272

7373
/**
74-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
74+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> after the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
7575
*
7676
*
7777
* @return null|string
@@ -91,7 +91,7 @@ public function getKey()
9191
}
9292

9393
/**
94-
* <p>Description of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
94+
* <p><code>key</code> value of the <a href="ctp:api:type:ApprovalRule">ApprovalRule</a> before the <a href="ctp:api:type:ApprovalRuleSetKeyAction">Set Key</a> update action.</p>
9595
*
9696
*
9797
* @return null|string

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,4 @@ ab2859c84d9f146e5d8556e905538b92af4aa044
419419
7c59b29681399c1a3000934fd59a46c10cbe5401
420420
dd595db3882a9eef83a47515f013be37deae6bff
421421
10b807d404cfeba225736763251d8ba6d8b16db3
422+
fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc

0 commit comments

Comments
 (0)