-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix instances where inline schemas were overwriting each other
* DataKiosk pagination * Messaging links and embeds * Solicitation links and embeds
- Loading branch information
Showing
14 changed files
with
191 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\DataKioskV20231115\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Pagination2 extends Dto | ||
{ | ||
/** | ||
* @param ?string $nextToken A token that can be used to fetch the next page of results. | ||
*/ | ||
public function __construct( | ||
public readonly ?string $nextToken = null, | ||
) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\MessagingV1\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Embedded2 extends Dto | ||
{ | ||
/** | ||
* @param ?GetSchemaResponse $schema | ||
*/ | ||
public function __construct( | ||
public readonly ?GetSchemaResponse $schema = null, | ||
) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\MessagingV1\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Links2 extends Dto | ||
{ | ||
/** | ||
* @param LinkObject $self A Link object. | ||
* @param LinkObject $schema A Link object. | ||
*/ | ||
public function __construct( | ||
public readonly LinkObject $self, | ||
public readonly LinkObject $schema, | ||
) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\MessagingV1\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Links3 extends Dto | ||
{ | ||
/** | ||
* @param LinkObject $self A Link object. | ||
*/ | ||
public function __construct( | ||
public readonly LinkObject $self, | ||
) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\SolicitationsV1\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Embedded2 extends Dto | ||
{ | ||
/** | ||
* @param ?GetSchemaResponse $schema | ||
*/ | ||
public function __construct( | ||
public readonly ?GetSchemaResponse $schema = null, | ||
) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\SolicitationsV1\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Links2 extends Dto | ||
{ | ||
/** | ||
* @param LinkObject $self A Link object. | ||
* @param LinkObject $schema A Link object. | ||
*/ | ||
public function __construct( | ||
public readonly LinkObject $self, | ||
public readonly LinkObject $schema, | ||
) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is auto-generated by Saloon SDK Generator | ||
* Generator: Crescat\SaloonSdkGenerator\Generators\DtoGenerator | ||
* Do not modify it directly. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SellingPartnerApi\Seller\SolicitationsV1\Dto; | ||
|
||
use SellingPartnerApi\Dto; | ||
|
||
final class Links3 extends Dto | ||
{ | ||
/** | ||
* @param LinkObject $self A Link object. | ||
*/ | ||
public function __construct( | ||
public readonly LinkObject $self, | ||
) { | ||
} | ||
} |