Skip to content

Commit

Permalink
Namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
iszederyesi-plenty committed Jun 22, 2022
1 parent 1d1d16d commit 98f0141
Show file tree
Hide file tree
Showing 583 changed files with 2,570 additions and 2,570 deletions.
20 changes: 10 additions & 10 deletions src/AmazonPHP/SellingPartner/Api/AplusContentApi/APlusSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function createContentDocument(AccessToken $accessToken, string $region,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentResponse',
[]
);
}
Expand Down Expand Up @@ -380,7 +380,7 @@ public function getContentDocument(AccessToken $accessToken, string $region, str
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\GetContentDocumentResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\GetContentDocumentResponse',
[]
);
}
Expand Down Expand Up @@ -617,7 +617,7 @@ public function listContentDocumentAsinRelations(AccessToken $accessToken, strin
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\ListContentDocumentAsinRelationsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\ListContentDocumentAsinRelationsResponse',
[]
);
}
Expand Down Expand Up @@ -866,7 +866,7 @@ public function postContentDocumentApprovalSubmission(AccessToken $accessToken,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentApprovalSubmissionResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentApprovalSubmissionResponse',
[]
);
}
Expand Down Expand Up @@ -1081,7 +1081,7 @@ public function postContentDocumentAsinRelations(AccessToken $accessToken, strin
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentAsinRelationsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentAsinRelationsResponse',
[]
);
}
Expand Down Expand Up @@ -1311,7 +1311,7 @@ public function postContentDocumentSuspendSubmission(AccessToken $accessToken, s
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentSuspendSubmissionResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentSuspendSubmissionResponse',
[]
);
}
Expand Down Expand Up @@ -1525,7 +1525,7 @@ public function searchContentDocuments(AccessToken $accessToken, string $region,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\SearchContentDocumentsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\SearchContentDocumentsResponse',
[]
);
}
Expand Down Expand Up @@ -1732,7 +1732,7 @@ public function searchContentPublishRecords(AccessToken $accessToken, string $re
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\SearchContentPublishRecordsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\SearchContentPublishRecordsResponse',
[]
);
}
Expand Down Expand Up @@ -1959,7 +1959,7 @@ public function updateContentDocument(AccessToken $accessToken, string $region,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\PostContentDocumentResponse',
[]
);
}
Expand Down Expand Up @@ -2190,7 +2190,7 @@ public function validateContentDocumentAsinRelations(AccessToken $accessToken, s
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\APlus\ValidateContentDocumentAsinRelationsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\APlus\ValidateContentDocumentAsinRelationsResponse',
[]
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function getAuthorizationCode(AccessToken $accessToken, string $region, s
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\Authorization\GetAuthorizationCodeResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\Authorization\GetAuthorizationCodeResponse',
[]
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function getCatalogItem(AccessToken $accessToken, string $region, string
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\CatalogItem\Item',
'\Plenty\AmazonPHP\SellingPartner\Model\CatalogItem\Item',
[]
);
}
Expand Down Expand Up @@ -370,7 +370,7 @@ public function searchCatalogItems(AccessToken $accessToken, string $region, arr
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\CatalogItem\ItemSearchResults',
'\Plenty\AmazonPHP\SellingPartner\Model\CatalogItem\ItemSearchResults',
[]
);
}
Expand Down
8 changes: 4 additions & 4 deletions src/AmazonPHP/SellingPartner/Api/DefaultApi/FinancesSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function listFinancialEventGroups(AccessToken $accessToken, string $regio
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventGroupsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventGroupsResponse',
[]
);
}
Expand Down Expand Up @@ -367,7 +367,7 @@ public function listFinancialEvents(AccessToken $accessToken, string $region, in
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventsResponse',
[]
);
}
Expand Down Expand Up @@ -585,7 +585,7 @@ public function listFinancialEventsByGroupId(AccessToken $accessToken, string $r
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventsResponse',
[]
);
}
Expand Down Expand Up @@ -802,7 +802,7 @@ public function listFinancialEventsByOrderId(AccessToken $accessToken, string $r
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\Finances\ListFinancialEventsResponse',
[]
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function getDefinitionsProductType(AccessToken $accessToken, string $regi
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\ProductTypesDefinitions\ProductTypeDefinition',
'\Plenty\AmazonPHP\SellingPartner\Model\ProductTypesDefinitions\ProductTypeDefinition',
[]
);
}
Expand Down Expand Up @@ -393,7 +393,7 @@ public function searchDefinitionsProductTypes(AccessToken $accessToken, string $
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\ProductTypesDefinitions\ProductTypeList',
'\Plenty\AmazonPHP\SellingPartner\Model\ProductTypesDefinitions\ProductTypeList',
[]
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function getItemEligibilityPreview(AccessToken $accessToken, string $regi
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FBAInbound\GetItemEligibilityPreviewResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FBAInbound\GetItemEligibilityPreviewResponse',
[]
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function confirmPreorder(AccessToken $accessToken, string $region, string
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\ConfirmPreorderResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\ConfirmPreorderResponse',
[]
);
}
Expand Down Expand Up @@ -418,7 +418,7 @@ public function confirmTransport(AccessToken $accessToken, string $region, strin
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\ConfirmTransportResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\ConfirmTransportResponse',
[]
);
}
Expand Down Expand Up @@ -607,7 +607,7 @@ public function createInboundShipment(AccessToken $accessToken, string $region,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\InboundShipmentResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\InboundShipmentResponse',
[]
);
}
Expand Down Expand Up @@ -810,7 +810,7 @@ public function createInboundShipmentPlan(AccessToken $accessToken, string $regi
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\CreateInboundShipmentPlanResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\CreateInboundShipmentPlanResponse',
[]
);
}
Expand Down Expand Up @@ -997,7 +997,7 @@ public function estimateTransport(AccessToken $accessToken, string $region, stri
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\EstimateTransportResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\EstimateTransportResponse',
[]
);
}
Expand Down Expand Up @@ -1185,7 +1185,7 @@ public function getBillOfLading(AccessToken $accessToken, string $region, string
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetBillOfLadingResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetBillOfLadingResponse',
[]
);
}
Expand Down Expand Up @@ -1375,7 +1375,7 @@ public function getInboundGuidance(AccessToken $accessToken, string $region, str
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetInboundGuidanceResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetInboundGuidanceResponse',
[]
);
}
Expand Down Expand Up @@ -1596,7 +1596,7 @@ public function getLabels(AccessToken $accessToken, string $region, string $ship
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetLabelsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetLabelsResponse',
[]
);
}
Expand Down Expand Up @@ -1865,7 +1865,7 @@ public function getPreorderInfo(AccessToken $accessToken, string $region, string
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetPreorderInfoResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetPreorderInfoResponse',
[]
);
}
Expand Down Expand Up @@ -2071,7 +2071,7 @@ public function getPrepInstructions(AccessToken $accessToken, string $region, st
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetPrepInstructionsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetPrepInstructionsResponse',
[]
);
}
Expand Down Expand Up @@ -2289,7 +2289,7 @@ public function getShipmentItems(AccessToken $accessToken, string $region, strin
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetShipmentItemsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetShipmentItemsResponse',
[]
);
}
Expand Down Expand Up @@ -2520,7 +2520,7 @@ public function getShipmentItemsByShipmentId(AccessToken $accessToken, string $r
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetShipmentItemsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetShipmentItemsResponse',
[]
);
}
Expand Down Expand Up @@ -2730,7 +2730,7 @@ public function getShipments(AccessToken $accessToken, string $region, string $q
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetShipmentsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetShipmentsResponse',
[]
);
}
Expand Down Expand Up @@ -2978,7 +2978,7 @@ public function getTransportDetails(AccessToken $accessToken, string $region, st
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetTransportDetailsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\GetTransportDetailsResponse',
[]
);
}
Expand Down Expand Up @@ -3167,7 +3167,7 @@ public function putTransportDetails(AccessToken $accessToken, string $region, st
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\PutTransportDetailsResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\PutTransportDetailsResponse',
[]
);
}
Expand Down Expand Up @@ -3371,7 +3371,7 @@ public function updateInboundShipment(AccessToken $accessToken, string $region,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\InboundShipmentResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\InboundShipmentResponse',
[]
);
}
Expand Down Expand Up @@ -3574,7 +3574,7 @@ public function voidTransport(AccessToken $accessToken, string $region, string $
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FulfillmentInbound\VoidTransportResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FulfillmentInbound\VoidTransportResponse',
[]
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getInventorySummaries(AccessToken $accessToken, string $region,
return ObjectSerializer::deserialize(
$this->configuration,
(string) $response->getBody(),
'\AmazonPHP\SellingPartner\Model\FBAInventory\GetInventorySummariesResponse',
'\Plenty\AmazonPHP\SellingPartner\Model\FBAInventory\GetInventorySummariesResponse',
[]
);
}
Expand Down
Loading

0 comments on commit 98f0141

Please sign in to comment.