Compare commits
2 Commits
8b79333b1e
...
d3b3625f41
| Author | SHA1 | Date | |
|---|---|---|---|
| d3b3625f41 | |||
| f6fc83de2a |
|
|
@ -47,6 +47,8 @@ import { GetBrowseNodesRequest } from "./model/GetBrowseNodesRequest";
|
||||||
import { GetBrowseNodesResource } from "./model/GetBrowseNodesResource";
|
import { GetBrowseNodesResource } from "./model/GetBrowseNodesResource";
|
||||||
import { GetBrowseNodesResponse } from "./model/GetBrowseNodesResponse";
|
import { GetBrowseNodesResponse } from "./model/GetBrowseNodesResponse";
|
||||||
import { GetItemsRequest } from "./model/GetItemsRequest";
|
import { GetItemsRequest } from "./model/GetItemsRequest";
|
||||||
|
import { GetItemsResource } from "./model/GetItemsResource";
|
||||||
|
import { ItemIdType } from "./model/ItemIdType";
|
||||||
import { Languages } from "./model/Languages";
|
import { Languages } from "./model/Languages";
|
||||||
import { LanguageType } from "./model/LanguageType";
|
import { LanguageType } from "./model/LanguageType";
|
||||||
import { MultiValuedAttribute } from "./model/MultiValuedAttribute";
|
import { MultiValuedAttribute } from "./model/MultiValuedAttribute";
|
||||||
|
|
|
||||||
|
|
@ -21,336 +21,326 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function(root, factory) {
|
/**
|
||||||
if (typeof define === 'function' && define.amd) {
|
* Enum class GetItemsResource.
|
||||||
// AMD. Register as an anonymous module.
|
* @enum {}
|
||||||
define(['ApiClient'], factory);
|
* @readonly
|
||||||
} else if (typeof module === 'object' && module.exports) {
|
*/
|
||||||
// CommonJS-like environments that support module.exports, like Node.
|
export const GetItemsResourceValues = {
|
||||||
module.exports = factory(require('../ApiClient'));
|
|
||||||
} else {
|
|
||||||
// Browser globals (root is window)
|
|
||||||
if (!root.ProductAdvertisingAPIv1) {
|
|
||||||
root.ProductAdvertisingAPIv1 = {};
|
|
||||||
}
|
|
||||||
root.ProductAdvertisingAPIv1.GetItemsResource = factory(root.ProductAdvertisingAPIv1.ApiClient);
|
|
||||||
}
|
|
||||||
}(this, function(ApiClient) {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enum class GetItemsResource.
|
* value: "BrowseNodeInfo.BrowseNodes"
|
||||||
* @enum {}
|
* @const
|
||||||
* @readonly
|
|
||||||
*/
|
*/
|
||||||
var exports = {
|
"BrowseNodeInfo.BrowseNodes": "BrowseNodeInfo.BrowseNodes",
|
||||||
/**
|
/**
|
||||||
* value: "BrowseNodeInfo.BrowseNodes"
|
* value: "BrowseNodeInfo.BrowseNodes.Ancestor"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"BrowseNodeInfo.BrowseNodes": "BrowseNodeInfo.BrowseNodes",
|
"BrowseNodeInfo.BrowseNodes.Ancestor": "BrowseNodeInfo.BrowseNodes.Ancestor",
|
||||||
/**
|
/**
|
||||||
* value: "BrowseNodeInfo.BrowseNodes.Ancestor"
|
* value: "BrowseNodeInfo.BrowseNodes.SalesRank"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"BrowseNodeInfo.BrowseNodes.Ancestor": "BrowseNodeInfo.BrowseNodes.Ancestor",
|
"BrowseNodeInfo.BrowseNodes.SalesRank": "BrowseNodeInfo.BrowseNodes.SalesRank",
|
||||||
/**
|
/**
|
||||||
* value: "BrowseNodeInfo.BrowseNodes.SalesRank"
|
* value: "BrowseNodeInfo.WebsiteSalesRank"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"BrowseNodeInfo.BrowseNodes.SalesRank": "BrowseNodeInfo.BrowseNodes.SalesRank",
|
"BrowseNodeInfo.WebsiteSalesRank": "BrowseNodeInfo.WebsiteSalesRank",
|
||||||
/**
|
/**
|
||||||
* value: "BrowseNodeInfo.WebsiteSalesRank"
|
* value: "CustomerReviews.Count"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"BrowseNodeInfo.WebsiteSalesRank": "BrowseNodeInfo.WebsiteSalesRank",
|
"CustomerReviews.Count": "CustomerReviews.Count",
|
||||||
/**
|
/**
|
||||||
* value: "CustomerReviews.Count"
|
* value: "CustomerReviews.StarRating"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"CustomerReviews.Count": "CustomerReviews.Count",
|
"CustomerReviews.StarRating": "CustomerReviews.StarRating",
|
||||||
/**
|
/**
|
||||||
* value: "CustomerReviews.StarRating"
|
* value: "Images.Primary.Small"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"CustomerReviews.StarRating": "CustomerReviews.StarRating",
|
"Images.Primary.Small": "Images.Primary.Small",
|
||||||
/**
|
/**
|
||||||
* value: "Images.Primary.Small"
|
* value: "Images.Primary.Medium"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Images.Primary.Small": "Images.Primary.Small",
|
"Images.Primary.Medium": "Images.Primary.Medium",
|
||||||
/**
|
/**
|
||||||
* value: "Images.Primary.Medium"
|
* value: "Images.Primary.Large"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Images.Primary.Medium": "Images.Primary.Medium",
|
"Images.Primary.Large": "Images.Primary.Large",
|
||||||
/**
|
/**
|
||||||
* value: "Images.Primary.Large"
|
* value: "Images.Variants.Small"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Images.Primary.Large": "Images.Primary.Large",
|
"Images.Variants.Small": "Images.Variants.Small",
|
||||||
/**
|
/**
|
||||||
* value: "Images.Variants.Small"
|
* value: "Images.Variants.Medium"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Images.Variants.Small": "Images.Variants.Small",
|
"Images.Variants.Medium": "Images.Variants.Medium",
|
||||||
/**
|
/**
|
||||||
* value: "Images.Variants.Medium"
|
* value: "Images.Variants.Large"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Images.Variants.Medium": "Images.Variants.Medium",
|
"Images.Variants.Large": "Images.Variants.Large",
|
||||||
/**
|
/**
|
||||||
* value: "Images.Variants.Large"
|
* value: "ItemInfo.ByLineInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Images.Variants.Large": "Images.Variants.Large",
|
"ItemInfo.ByLineInfo": "ItemInfo.ByLineInfo",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.ByLineInfo"
|
* value: "ItemInfo.ContentInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.ByLineInfo": "ItemInfo.ByLineInfo",
|
"ItemInfo.ContentInfo": "ItemInfo.ContentInfo",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.ContentInfo"
|
* value: "ItemInfo.ContentRating"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.ContentInfo": "ItemInfo.ContentInfo",
|
"ItemInfo.ContentRating": "ItemInfo.ContentRating",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.ContentRating"
|
* value: "ItemInfo.Classifications"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.ContentRating": "ItemInfo.ContentRating",
|
"ItemInfo.Classifications": "ItemInfo.Classifications",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.Classifications"
|
* value: "ItemInfo.ExternalIds"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.Classifications": "ItemInfo.Classifications",
|
"ItemInfo.ExternalIds": "ItemInfo.ExternalIds",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.ExternalIds"
|
* value: "ItemInfo.Features"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.ExternalIds": "ItemInfo.ExternalIds",
|
"ItemInfo.Features": "ItemInfo.Features",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.Features"
|
* value: "ItemInfo.ManufactureInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.Features": "ItemInfo.Features",
|
"ItemInfo.ManufactureInfo": "ItemInfo.ManufactureInfo",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.ManufactureInfo"
|
* value: "ItemInfo.ProductInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.ManufactureInfo": "ItemInfo.ManufactureInfo",
|
"ItemInfo.ProductInfo": "ItemInfo.ProductInfo",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.ProductInfo"
|
* value: "ItemInfo.TechnicalInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.ProductInfo": "ItemInfo.ProductInfo",
|
"ItemInfo.TechnicalInfo": "ItemInfo.TechnicalInfo",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.TechnicalInfo"
|
* value: "ItemInfo.Title"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.TechnicalInfo": "ItemInfo.TechnicalInfo",
|
"ItemInfo.Title": "ItemInfo.Title",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.Title"
|
* value: "ItemInfo.TradeInInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.Title": "ItemInfo.Title",
|
"ItemInfo.TradeInInfo": "ItemInfo.TradeInInfo",
|
||||||
/**
|
/**
|
||||||
* value: "ItemInfo.TradeInInfo"
|
* value: "Offers.Listings.Availability.MaxOrderQuantity"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ItemInfo.TradeInInfo": "ItemInfo.TradeInInfo",
|
"Offers.Listings.Availability.MaxOrderQuantity": "Offers.Listings.Availability.MaxOrderQuantity",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Availability.MaxOrderQuantity"
|
* value: "Offers.Listings.Availability.Message"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Availability.MaxOrderQuantity": "Offers.Listings.Availability.MaxOrderQuantity",
|
"Offers.Listings.Availability.Message": "Offers.Listings.Availability.Message",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Availability.Message"
|
* value: "Offers.Listings.Availability.MinOrderQuantity"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Availability.Message": "Offers.Listings.Availability.Message",
|
"Offers.Listings.Availability.MinOrderQuantity": "Offers.Listings.Availability.MinOrderQuantity",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Availability.MinOrderQuantity"
|
* value: "Offers.Listings.Availability.Type"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Availability.MinOrderQuantity": "Offers.Listings.Availability.MinOrderQuantity",
|
"Offers.Listings.Availability.Type": "Offers.Listings.Availability.Type",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Availability.Type"
|
* value: "Offers.Listings.Condition"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Availability.Type": "Offers.Listings.Availability.Type",
|
"Offers.Listings.Condition": "Offers.Listings.Condition",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Condition"
|
* value: "Offers.Listings.Condition.ConditionNote"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Condition": "Offers.Listings.Condition",
|
"Offers.Listings.Condition.ConditionNote": "Offers.Listings.Condition.ConditionNote",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Condition.ConditionNote"
|
* value: "Offers.Listings.Condition.SubCondition"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Condition.ConditionNote": "Offers.Listings.Condition.ConditionNote",
|
"Offers.Listings.Condition.SubCondition": "Offers.Listings.Condition.SubCondition",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Condition.SubCondition"
|
* value: "Offers.Listings.DeliveryInfo.IsAmazonFulfilled"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Condition.SubCondition": "Offers.Listings.Condition.SubCondition",
|
"Offers.Listings.DeliveryInfo.IsAmazonFulfilled": "Offers.Listings.DeliveryInfo.IsAmazonFulfilled",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.DeliveryInfo.IsAmazonFulfilled"
|
* value: "Offers.Listings.DeliveryInfo.IsFreeShippingEligible"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.DeliveryInfo.IsAmazonFulfilled": "Offers.Listings.DeliveryInfo.IsAmazonFulfilled",
|
"Offers.Listings.DeliveryInfo.IsFreeShippingEligible": "Offers.Listings.DeliveryInfo.IsFreeShippingEligible",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.DeliveryInfo.IsFreeShippingEligible"
|
* value: "Offers.Listings.DeliveryInfo.IsPrimeEligible"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.DeliveryInfo.IsFreeShippingEligible": "Offers.Listings.DeliveryInfo.IsFreeShippingEligible",
|
"Offers.Listings.DeliveryInfo.IsPrimeEligible": "Offers.Listings.DeliveryInfo.IsPrimeEligible",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.DeliveryInfo.IsPrimeEligible"
|
* value: "Offers.Listings.DeliveryInfo.ShippingCharges"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.DeliveryInfo.IsPrimeEligible": "Offers.Listings.DeliveryInfo.IsPrimeEligible",
|
"Offers.Listings.DeliveryInfo.ShippingCharges": "Offers.Listings.DeliveryInfo.ShippingCharges",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.DeliveryInfo.ShippingCharges"
|
* value: "Offers.Listings.IsBuyBoxWinner"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.DeliveryInfo.ShippingCharges": "Offers.Listings.DeliveryInfo.ShippingCharges",
|
"Offers.Listings.IsBuyBoxWinner": "Offers.Listings.IsBuyBoxWinner",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.IsBuyBoxWinner"
|
* value: "Offers.Listings.LoyaltyPoints.Points"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.IsBuyBoxWinner": "Offers.Listings.IsBuyBoxWinner",
|
"Offers.Listings.LoyaltyPoints.Points": "Offers.Listings.LoyaltyPoints.Points",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.LoyaltyPoints.Points"
|
* value: "Offers.Listings.MerchantInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.LoyaltyPoints.Points": "Offers.Listings.LoyaltyPoints.Points",
|
"Offers.Listings.MerchantInfo": "Offers.Listings.MerchantInfo",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.MerchantInfo"
|
* value: "Offers.Listings.Price"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.MerchantInfo": "Offers.Listings.MerchantInfo",
|
"Offers.Listings.Price": "Offers.Listings.Price",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Price"
|
* value: "Offers.Listings.ProgramEligibility.IsPrimeExclusive"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Price": "Offers.Listings.Price",
|
"Offers.Listings.ProgramEligibility.IsPrimeExclusive": "Offers.Listings.ProgramEligibility.IsPrimeExclusive",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.ProgramEligibility.IsPrimeExclusive"
|
* value: "Offers.Listings.ProgramEligibility.IsPrimePantry"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.ProgramEligibility.IsPrimeExclusive": "Offers.Listings.ProgramEligibility.IsPrimeExclusive",
|
"Offers.Listings.ProgramEligibility.IsPrimePantry": "Offers.Listings.ProgramEligibility.IsPrimePantry",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.ProgramEligibility.IsPrimePantry"
|
* value: "Offers.Listings.Promotions"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.ProgramEligibility.IsPrimePantry": "Offers.Listings.ProgramEligibility.IsPrimePantry",
|
"Offers.Listings.Promotions": "Offers.Listings.Promotions",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.Promotions"
|
* value: "Offers.Listings.SavingBasis"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.Promotions": "Offers.Listings.Promotions",
|
"Offers.Listings.SavingBasis": "Offers.Listings.SavingBasis",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Listings.SavingBasis"
|
* value: "Offers.Summaries.HighestPrice"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Listings.SavingBasis": "Offers.Listings.SavingBasis",
|
"Offers.Summaries.HighestPrice": "Offers.Summaries.HighestPrice",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Summaries.HighestPrice"
|
* value: "Offers.Summaries.LowestPrice"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Summaries.HighestPrice": "Offers.Summaries.HighestPrice",
|
"Offers.Summaries.LowestPrice": "Offers.Summaries.LowestPrice",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Summaries.LowestPrice"
|
* value: "Offers.Summaries.OfferCount"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Summaries.LowestPrice": "Offers.Summaries.LowestPrice",
|
"Offers.Summaries.OfferCount": "Offers.Summaries.OfferCount",
|
||||||
/**
|
/**
|
||||||
* value: "Offers.Summaries.OfferCount"
|
* value: "ParentASIN"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"Offers.Summaries.OfferCount": "Offers.Summaries.OfferCount",
|
"ParentASIN": "ParentASIN",
|
||||||
/**
|
/**
|
||||||
* value: "ParentASIN"
|
* value: "RentalOffers.Listings.Availability.MaxOrderQuantity"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"ParentASIN": "ParentASIN",
|
"RentalOffers.Listings.Availability.MaxOrderQuantity": "RentalOffers.Listings.Availability.MaxOrderQuantity",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Availability.MaxOrderQuantity"
|
* value: "RentalOffers.Listings.Availability.Message"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Availability.MaxOrderQuantity": "RentalOffers.Listings.Availability.MaxOrderQuantity",
|
"RentalOffers.Listings.Availability.Message": "RentalOffers.Listings.Availability.Message",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Availability.Message"
|
* value: "RentalOffers.Listings.Availability.MinOrderQuantity"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Availability.Message": "RentalOffers.Listings.Availability.Message",
|
"RentalOffers.Listings.Availability.MinOrderQuantity": "RentalOffers.Listings.Availability.MinOrderQuantity",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Availability.MinOrderQuantity"
|
* value: "RentalOffers.Listings.Availability.Type"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Availability.MinOrderQuantity": "RentalOffers.Listings.Availability.MinOrderQuantity",
|
"RentalOffers.Listings.Availability.Type": "RentalOffers.Listings.Availability.Type",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Availability.Type"
|
* value: "RentalOffers.Listings.BasePrice"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Availability.Type": "RentalOffers.Listings.Availability.Type",
|
"RentalOffers.Listings.BasePrice": "RentalOffers.Listings.BasePrice",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.BasePrice"
|
* value: "RentalOffers.Listings.Condition"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.BasePrice": "RentalOffers.Listings.BasePrice",
|
"RentalOffers.Listings.Condition": "RentalOffers.Listings.Condition",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Condition"
|
* value: "RentalOffers.Listings.Condition.ConditionNote"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Condition": "RentalOffers.Listings.Condition",
|
"RentalOffers.Listings.Condition.ConditionNote": "RentalOffers.Listings.Condition.ConditionNote",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Condition.ConditionNote"
|
* value: "RentalOffers.Listings.Condition.SubCondition"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Condition.ConditionNote": "RentalOffers.Listings.Condition.ConditionNote",
|
"RentalOffers.Listings.Condition.SubCondition": "RentalOffers.Listings.Condition.SubCondition",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.Condition.SubCondition"
|
* value: "RentalOffers.Listings.DeliveryInfo.IsAmazonFulfilled"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.Condition.SubCondition": "RentalOffers.Listings.Condition.SubCondition",
|
"RentalOffers.Listings.DeliveryInfo.IsAmazonFulfilled": "RentalOffers.Listings.DeliveryInfo.IsAmazonFulfilled",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.DeliveryInfo.IsAmazonFulfilled"
|
* value: "RentalOffers.Listings.DeliveryInfo.IsFreeShippingEligible"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.DeliveryInfo.IsAmazonFulfilled": "RentalOffers.Listings.DeliveryInfo.IsAmazonFulfilled",
|
"RentalOffers.Listings.DeliveryInfo.IsFreeShippingEligible": "RentalOffers.Listings.DeliveryInfo.IsFreeShippingEligible",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.DeliveryInfo.IsFreeShippingEligible"
|
* value: "RentalOffers.Listings.DeliveryInfo.IsPrimeEligible"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.DeliveryInfo.IsFreeShippingEligible": "RentalOffers.Listings.DeliveryInfo.IsFreeShippingEligible",
|
"RentalOffers.Listings.DeliveryInfo.IsPrimeEligible": "RentalOffers.Listings.DeliveryInfo.IsPrimeEligible",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.DeliveryInfo.IsPrimeEligible"
|
* value: "RentalOffers.Listings.DeliveryInfo.ShippingCharges"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.DeliveryInfo.IsPrimeEligible": "RentalOffers.Listings.DeliveryInfo.IsPrimeEligible",
|
"RentalOffers.Listings.DeliveryInfo.ShippingCharges": "RentalOffers.Listings.DeliveryInfo.ShippingCharges",
|
||||||
/**
|
/**
|
||||||
* value: "RentalOffers.Listings.DeliveryInfo.ShippingCharges"
|
* value: "RentalOffers.Listings.MerchantInfo"
|
||||||
* @const
|
* @const
|
||||||
*/
|
*/
|
||||||
"RentalOffers.Listings.DeliveryInfo.ShippingCharges": "RentalOffers.Listings.DeliveryInfo.ShippingCharges",
|
"RentalOffers.Listings.MerchantInfo": "RentalOffers.Listings.MerchantInfo",
|
||||||
/**
|
};
|
||||||
* value: "RentalOffers.Listings.MerchantInfo"
|
|
||||||
* @const
|
|
||||||
*/
|
|
||||||
"RentalOffers.Listings.MerchantInfo": "RentalOffers.Listings.MerchantInfo" };
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Enum class GetItemsResource.
|
||||||
|
* @enum {}
|
||||||
|
* @readonly
|
||||||
|
*/
|
||||||
|
export class GetItemsResource {
|
||||||
|
[key: string]: any;
|
||||||
|
|
||||||
|
public constructor() {
|
||||||
|
const self = this;
|
||||||
|
Object.keys(GetItemsResourceValues).forEach((key: string) => self[key] = GetItemsResource[key]);
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Returns a <code>GetItemsResource</code> enum value from a Javascript object name.
|
* Returns a <code>GetItemsResource</code> enum value from a Javascript object name.
|
||||||
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
||||||
* @return {module:model/GetItemsResource} The enum <code>GetItemsResource</code> value.
|
* @return {module:model/GetItemsResource} The enum <code>GetItemsResource</code> value.
|
||||||
*/
|
*/
|
||||||
exports.constructFromObject = function(object) {
|
public static constructFromObject(object: string) { return object; }
|
||||||
return object;
|
};
|
||||||
}
|
|
||||||
|
|
||||||
return exports;
|
|
||||||
}));
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,46 +21,35 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function(root, factory) {
|
/**
|
||||||
if (typeof define === 'function' && define.amd) {
|
* Enum class ItemIdType.
|
||||||
// AMD. Register as an anonymous module.
|
* @enum {}
|
||||||
define(['ApiClient'], factory);
|
* @readonly
|
||||||
} else if (typeof module === 'object' && module.exports) {
|
*/
|
||||||
// CommonJS-like environments that support module.exports, like Node.
|
export const ItemIdTypeValues = {
|
||||||
module.exports = factory(require('../ApiClient'));
|
|
||||||
} else {
|
|
||||||
// Browser globals (root is window)
|
|
||||||
if (!root.ProductAdvertisingAPIv1) {
|
|
||||||
root.ProductAdvertisingAPIv1 = {};
|
|
||||||
}
|
|
||||||
root.ProductAdvertisingAPIv1.ItemIdType = factory(root.ProductAdvertisingAPIv1.ApiClient);
|
|
||||||
}
|
|
||||||
}(this, function(ApiClient) {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enum class ItemIdType.
|
* value: "ASIN"
|
||||||
* @enum {}
|
* @const
|
||||||
* @readonly
|
|
||||||
*/
|
*/
|
||||||
var exports = {
|
"ASIN": "ASIN",
|
||||||
/**
|
};
|
||||||
* value: "ASIN"
|
|
||||||
* @const
|
|
||||||
*/
|
|
||||||
"ASIN": "ASIN" };
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Enum class ItemIdType.
|
||||||
|
* @enum {}
|
||||||
|
* @readonly
|
||||||
|
*/
|
||||||
|
export class ItemIdType {
|
||||||
|
/**
|
||||||
|
* value: "ASIN"
|
||||||
|
* @const
|
||||||
|
*/
|
||||||
|
public static get ASIN() { return ItemIdTypeValues.ASIN; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a <code>ItemIdType</code> enum value from a Javascript object name.
|
* Returns a <code>ItemIdType</code> enum value from a Javascript object name.
|
||||||
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
||||||
* @return {module:model/ItemIdType} The enum <code>ItemIdType</code> value.
|
* @return {module:model/ItemIdType} The enum <code>ItemIdType</code> value.
|
||||||
*/
|
*/
|
||||||
exports.constructFromObject = function(object) {
|
public static constructFromObject(object: any) { return object;}
|
||||||
return object;
|
};
|
||||||
}
|
|
||||||
|
|
||||||
return exports;
|
|
||||||
}));
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,42 +21,20 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function(root, factory) {
|
/**
|
||||||
if (typeof define === 'function' && define.amd) {
|
* The OfferCount model module.
|
||||||
// AMD. Register as an anonymous module.
|
* @module model/OfferCount
|
||||||
define(['ApiClient'], factory);
|
* @version 1.0.0
|
||||||
} else if (typeof module === 'object' && module.exports) {
|
*/
|
||||||
// CommonJS-like environments that support module.exports, like Node.
|
|
||||||
module.exports = factory(require('../ApiClient'));
|
|
||||||
} else {
|
|
||||||
// Browser globals (root is window)
|
|
||||||
if (!root.ProductAdvertisingAPIv1) {
|
|
||||||
root.ProductAdvertisingAPIv1 = {};
|
|
||||||
}
|
|
||||||
root.ProductAdvertisingAPIv1.OfferCount = factory(root.ProductAdvertisingAPIv1.ApiClient);
|
|
||||||
}
|
|
||||||
}(this, function(ApiClient) {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
|
// I'm not really even sure why this is a whole code module.
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new <code>OfferCount</code>.
|
||||||
/**
|
* @alias module:model/OfferCount
|
||||||
* The OfferCount model module.
|
* @class
|
||||||
* @module model/OfferCount
|
*/
|
||||||
* @version 1.0.0
|
export class OfferCount {
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructs a new <code>OfferCount</code>.
|
|
||||||
* @alias module:model/OfferCount
|
|
||||||
* @class
|
|
||||||
*/
|
|
||||||
var exports = function() {
|
|
||||||
var _this = this;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a <code>OfferCount</code> from a plain JavaScript object, optionally creating a new instance.
|
* Constructs a <code>OfferCount</code> from a plain JavaScript object, optionally creating a new instance.
|
||||||
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
||||||
|
|
@ -64,14 +42,7 @@
|
||||||
* @param {module:model/OfferCount} obj Optional instance to populate.
|
* @param {module:model/OfferCount} obj Optional instance to populate.
|
||||||
* @return {module:model/OfferCount} The populated <code>OfferCount</code> instance.
|
* @return {module:model/OfferCount} The populated <code>OfferCount</code> instance.
|
||||||
*/
|
*/
|
||||||
exports.constructFromObject = function(data, obj) {
|
public static constructFromObject(data: any, _obj?: string) {
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return exports;
|
|
||||||
}));
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user