Skip to content

Commit 50fdbcb

Browse files
committed
build(codegen): updating SDK
1 parent 09bff7f commit 50fdbcb

35 files changed

+72
-20
lines changed

lib/commercetools-api/src/Models/Type/CustomFieldBooleanTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(
3737
}
3838

3939
/**
40+
* <p>Discriminator that determines the type of the field.</p>
41+
*
4042
*
4143
* @return null|string
4244
*/

lib/commercetools-api/src/Models/Type/CustomFieldDateTimeTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(
3737
}
3838

3939
/**
40+
* <p>Discriminator that determines the type of the field.</p>
41+
*
4042
*
4143
* @return null|string
4244
*/

lib/commercetools-api/src/Models/Type/CustomFieldDateTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(
3737
}
3838

3939
/**
40+
* <p>Discriminator that determines the type of the field.</p>
41+
*
4042
*
4143
* @return null|string
4244
*/

lib/commercetools-api/src/Models/Type/CustomFieldEnumTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function __construct(
4545
}
4646

4747
/**
48+
* <p>Discriminator that determines the type of the field.</p>
49+
*
4850
*
4951
* @return null|string
5052
*/

lib/commercetools-api/src/Models/Type/CustomFieldLocalizedEnumTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function __construct(
4545
}
4646

4747
/**
48+
* <p>Discriminator that determines the type of the field.</p>
49+
*
4850
*
4951
* @return null|string
5052
*/

lib/commercetools-api/src/Models/Type/CustomFieldLocalizedStringTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(
3737
}
3838

3939
/**
40+
* <p>Discriminator that determines the type of the field.</p>
41+
*
4042
*
4143
* @return null|string
4244
*/

lib/commercetools-api/src/Models/Type/CustomFieldMoneyTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(
3737
}
3838

3939
/**
40+
* <p>Discriminator that determines the type of the field.</p>
41+
*
4042
*
4143
* @return null|string
4244
*/

lib/commercetools-api/src/Models/Type/CustomFieldNumberTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function __construct(
3737
}
3838

3939
/**
40+
* <p>Discriminator that determines the type of the field.</p>
41+
*
4042
*
4143
* @return null|string
4244
*/

lib/commercetools-api/src/Models/Type/CustomFieldReferenceTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function __construct(
4545
}
4646

4747
/**
48+
* <p>Discriminator that determines the type of the field.</p>
49+
*
4850
*
4951
* @return null|string
5052
*/

lib/commercetools-api/src/Models/Type/CustomFieldSetTypeModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function __construct(
4545
}
4646

4747
/**
48+
* <p>Discriminator that determines the type of the field.</p>
49+
*
4850
*
4951
* @return null|string
5052
*/

0 commit comments

Comments
 (0)