@gofynd/fdk-client-javascript 1.4.2-beta.3 → 1.4.2-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +62 -62
- package/sdk/application/Cart/CartApplicationClient.js +82 -71
- package/sdk/application/Cart/CartApplicationValidator.d.ts +189 -34
- package/sdk/application/Cart/CartApplicationValidator.js +59 -34
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +78 -78
- package/sdk/application/Catalog/CatalogApplicationClient.js +78 -78
- package/sdk/application/Common/CommonApplicationClient.d.ts +4 -4
- package/sdk/application/Common/CommonApplicationClient.js +4 -4
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -6
- package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -67
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -106
- package/sdk/application/Content/ContentApplicationClient.d.ts +34 -64
- package/sdk/application/Content/ContentApplicationClient.js +34 -115
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +6 -42
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +6 -42
- package/sdk/application/Lead/LeadApplicationClient.d.ts +14 -14
- package/sdk/application/Lead/LeadApplicationClient.js +14 -14
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +12 -12
- package/sdk/application/Logistic/LogisticApplicationClient.js +12 -12
- package/sdk/application/Order/OrderApplicationClient.d.ts +24 -24
- package/sdk/application/Order/OrderApplicationClient.js +24 -24
- package/sdk/application/Order/OrderApplicationModel.d.ts +29 -1
- package/sdk/application/Order/OrderApplicationModel.js +34 -0
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +89 -89
- package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +524 -3
- package/sdk/application/Payment/PaymentApplicationModel.js +335 -2
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
- package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +54 -54
- package/sdk/application/PosCart/PosCartApplicationClient.js +54 -54
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +14 -25
- package/sdk/application/Rewards/RewardsApplicationClient.js +14 -41
- package/sdk/application/Share/ShareApplicationClient.d.ts +14 -14
- package/sdk/application/Share/ShareApplicationClient.js +14 -14
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
- package/sdk/application/User/UserApplicationClient.d.ts +66 -66
- package/sdk/application/User/UserApplicationClient.js +68 -71
- package/sdk/application/User/UserApplicationModel.d.ts +32 -27
- package/sdk/application/User/UserApplicationModel.js +22 -32
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +38 -38
- package/sdk/partner/Theme/ThemePartnerClient.js +38 -38
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +8 -8
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +34 -36
- package/sdk/platform/Billing/BillingPlatformClient.js +34 -36
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +98 -175
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +98 -254
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +92 -18
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +28 -18
- package/sdk/platform/Cart/CartPlatformModel.d.ts +12 -0
- package/sdk/platform/Cart/CartPlatformModel.js +12 -0
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +221 -108
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +460 -113
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +72 -3
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +46 -2
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +335 -136
- package/sdk/platform/Catalog/CatalogPlatformClient.js +551 -136
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +38 -5
- package/sdk/platform/Catalog/CatalogPlatformModel.js +47 -3
- package/sdk/platform/Common/CommonPlatformClient.d.ts +3 -3
- package/sdk/platform/Common/CommonPlatformClient.js +3 -3
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +115 -290
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +115 -510
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +2 -13
- package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -29
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +32 -32
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -127
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +52 -204
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +35 -111
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +35 -212
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +142 -1
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +96 -0
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +130 -218
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +136 -314
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformClient.js +7 -7
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -1
- package/sdk/platform/Content/ContentPlatformModel.js +20 -0
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +22 -48
- package/sdk/platform/Discount/DiscountPlatformClient.js +22 -73
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +20 -56
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +23 -56
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +2 -0
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +2 -0
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +12 -48
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +12 -48
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +15 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +44 -44
- package/sdk/platform/Finance/FinancePlatformClient.js +44 -44
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +22 -48
- package/sdk/platform/Lead/LeadPlatformClient.js +22 -72
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +4 -4
- package/sdk/platform/Order/OrderPlatformClient.d.ts +79 -208
- package/sdk/platform/Order/OrderPlatformClient.js +79 -294
- package/sdk/platform/Order/OrderPlatformModel.d.ts +42 -1
- package/sdk/platform/Order/OrderPlatformModel.js +44 -0
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +81 -81
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +81 -81
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
- package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +27 -1
- package/sdk/platform/Payment/PaymentPlatformModel.js +19 -0
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +23 -40
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +23 -61
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +10 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +11 -10
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +170 -33
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +171 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +2 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +11 -11
- package/sdk/platform/Share/SharePlatformApplicationClient.js +29 -16
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +13 -3
- package/sdk/platform/Share/SharePlatformApplicationValidator.js +6 -2
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +56 -56
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +56 -56
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +6 -6
- package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +33 -33
- package/sdk/platform/User/UserPlatformApplicationClient.js +33 -33
- package/sdk/platform/User/UserPlatformModel.d.ts +81 -11
- package/sdk/platform/User/UserPlatformModel.js +80 -10
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +32 -45
- package/sdk/platform/Webhook/WebhookPlatformClient.js +32 -45
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +58 -1
- package/sdk/platform/Webhook/WebhookPlatformModel.js +66 -0
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
- package/sdk/public/Partner/PartnerPublicClient.js +2 -2
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
- package/sdk/public/Webhook/WebhookPublicClient.js +4 -4
|
@@ -1408,6 +1408,12 @@ export = CatalogPlatformModel;
|
|
|
1408
1408
|
* @typedef CommonResponseSchemaCollection
|
|
1409
1409
|
* @property {string} [message]
|
|
1410
1410
|
*/
|
|
1411
|
+
/**
|
|
1412
|
+
* @typedef GetQueryFiltersKeysResponse
|
|
1413
|
+
* @property {ProductFiltersKeysOnly[]} [filters]
|
|
1414
|
+
* @property {Object} operators
|
|
1415
|
+
* @property {ProductSortOn[]} [sort_on]
|
|
1416
|
+
*/
|
|
1411
1417
|
/**
|
|
1412
1418
|
* @typedef GetQueryFiltersResponse
|
|
1413
1419
|
* @property {ProductFilters[]} [filters]
|
|
@@ -1438,7 +1444,7 @@ export = CatalogPlatformModel;
|
|
|
1438
1444
|
* @property {number} [priority]
|
|
1439
1445
|
*/
|
|
1440
1446
|
/**
|
|
1441
|
-
* @typedef
|
|
1447
|
+
* @typedef CollectionItemUpdateSchema
|
|
1442
1448
|
* @property {boolean} [allow_facets]
|
|
1443
1449
|
* @property {boolean} [allow_sort]
|
|
1444
1450
|
* @property {CollectionItemSchemaV2[]} [items]
|
|
@@ -2434,6 +2440,15 @@ export = CatalogPlatformModel;
|
|
|
2434
2440
|
* @property {ProductFiltersKey} key
|
|
2435
2441
|
* @property {ProductFiltersValue[]} values
|
|
2436
2442
|
*/
|
|
2443
|
+
/**
|
|
2444
|
+
* @typedef GetQueryFiltersValuesResponse
|
|
2445
|
+
* @property {ProductFiltersValue[]} values
|
|
2446
|
+
* @property {Page} page
|
|
2447
|
+
*/
|
|
2448
|
+
/**
|
|
2449
|
+
* @typedef ProductFiltersKeysOnly
|
|
2450
|
+
* @property {ProductFiltersKey} key
|
|
2451
|
+
*/
|
|
2437
2452
|
/**
|
|
2438
2453
|
* @typedef ProductFiltersKey
|
|
2439
2454
|
* @property {string} display
|
|
@@ -3264,7 +3279,7 @@ export = CatalogPlatformModel;
|
|
|
3264
3279
|
declare class CatalogPlatformModel {
|
|
3265
3280
|
}
|
|
3266
3281
|
declare namespace CatalogPlatformModel {
|
|
3267
|
-
export { Action, ActionPage, AllSizes, AllowSingleRequest, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponse, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponse, ApplicationItemMOQ, ApplicationItemMeta, ApplicationItemSEO, ApplicationProductListingResponse, ApplicationStoreJson, AppReturnConfigResponse, ArticleAssignment, ArticleAssignment1, ArticleQuery, ArticleStoreResponse, AssignStore, AssignStoreArticle, AttributeDetailsGroup, AttributeMaster, AttributeMasterDetails, AttributeMasterFilter, AttributeMasterMandatoryDetails, AttributeMasterMeta, AttributeMasterSerializer, AttributeSchemaRange, AutoCompleteMedia, AutocompleteAction, AutocompletePageAction, AutocompleteResult, BannerImage, BaseAppCategoryReturnConfig, BaseAppCategoryReturnConfigResponse, Brand, BrandItem, BrandListingResponse, BrandMeta, BrandMeta1, BulkAssetResponse, BulkHsnResponse, BulkHsnUpsert, BulkInventoryGet, BulkInventoryGetItems, BulkJob, BulkProductRequest, BulkResponse, CatalogInsightBrand, CatalogInsightItem, CatalogInsightResponse, CategoriesResponse, Category, CategoryCreateResponse, CategoryItems, CategoryListingResponse, CategoryMapping, CategoryMappingValues, CategoryRequestBody, CategoryResponse, CategoryUpdateResponse, Child, CollectionBadge, CollectionBanner, CollectionCreateResponse, CollectionDetailResponse, CollectionImage, CollectionItem, CollectionItemUpdate, CollectionListingFilter, CollectionListingFilterTag, CollectionListingFilterType, CollectionQuery, CollectionSchedule, CompanyBrandDetail, CompanyMeta, CompanyMeta1, CompanyOptIn, ConfigErrorResponse, ConfigSuccessResponse, ConfigurationBucketPoints, ConfigurationListing, ConfigurationListingFilter, ConfigurationListingFilterConfig, ConfigurationListingFilterValue, ConfigurationListingSort, ConfigurationListingSortConfig, ConfigurationProduct, ConfigurationProductConfig, ConfigurationProductSimilar, ConfigurationProductVariant, ConfigurationProductVariantConfig, CreateAutocompleteKeyword, CreateAutocompleteWordsResponse, CreateCollection, CreateSearchConfigurationRequest, CreateSearchConfigurationResponse, CreateSearchKeyword, CreateUpdateAppReturnConfig, CrossSellingData, CrossSellingResponse, CustomOrder, DateMeta, DefaultKeyRequest, DeleteAppCategoryReturnConfig, DeleteResponse, DeleteSearchConfigurationResponse, Department, DepartmentCategoryTree, DepartmentCreateErrorResponse, DepartmentCreateResponse, DepartmentCreateUpdate, DepartmentErrorResponse, DepartmentIdentifier, DepartmentModel, DepartmentResponse, DepartmentsResponse, DimensionResponse, DimensionResponse1, Document, EntityConfiguration, ErrorResponse, FilerList, RawProduct, RawProductListingResponse, GTIN, GenderDetail, GetAddressSerializer, GetAllSizes, GetAppCatalogConfiguration, GetAppCatalogEntityConfiguration, GetAutocompleteWordsData, GetAutocompleteWordsResponse, GetCatalogConfigurationDetailsProduct, GetCatalogConfigurationDetailsSchemaListing, GetCatalogConfigurationMetaData, GetCollectionDetailNest, GetCollectionItemsResponse, GetCollectionListingResponse, GetCollectionQueryOptionResponse, GetCompanySerializer, GetConfigMetadataResponse, GetConfigResponse, GetDepartment, GetInventories, GetInventoriesResponse, GetLocationSerializer, GetOptInPlatform, GetProductBundleCreateResponse, GetProductBundleListingResponse, GetProductBundleResponse, GetProducts, GetCollectionDetailResponse, CommonResponseSchemaCollection, GetQueryFiltersResponse, GetCollectionItemsResponseSchemaV2, Page1, CollectionItemSchemaV2,
|
|
3282
|
+
export { Action, ActionPage, AllSizes, AllowSingleRequest, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponse, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponse, ApplicationItemMOQ, ApplicationItemMeta, ApplicationItemSEO, ApplicationProductListingResponse, ApplicationStoreJson, AppReturnConfigResponse, ArticleAssignment, ArticleAssignment1, ArticleQuery, ArticleStoreResponse, AssignStore, AssignStoreArticle, AttributeDetailsGroup, AttributeMaster, AttributeMasterDetails, AttributeMasterFilter, AttributeMasterMandatoryDetails, AttributeMasterMeta, AttributeMasterSerializer, AttributeSchemaRange, AutoCompleteMedia, AutocompleteAction, AutocompletePageAction, AutocompleteResult, BannerImage, BaseAppCategoryReturnConfig, BaseAppCategoryReturnConfigResponse, Brand, BrandItem, BrandListingResponse, BrandMeta, BrandMeta1, BulkAssetResponse, BulkHsnResponse, BulkHsnUpsert, BulkInventoryGet, BulkInventoryGetItems, BulkJob, BulkProductRequest, BulkResponse, CatalogInsightBrand, CatalogInsightItem, CatalogInsightResponse, CategoriesResponse, Category, CategoryCreateResponse, CategoryItems, CategoryListingResponse, CategoryMapping, CategoryMappingValues, CategoryRequestBody, CategoryResponse, CategoryUpdateResponse, Child, CollectionBadge, CollectionBanner, CollectionCreateResponse, CollectionDetailResponse, CollectionImage, CollectionItem, CollectionItemUpdate, CollectionListingFilter, CollectionListingFilterTag, CollectionListingFilterType, CollectionQuery, CollectionSchedule, CompanyBrandDetail, CompanyMeta, CompanyMeta1, CompanyOptIn, ConfigErrorResponse, ConfigSuccessResponse, ConfigurationBucketPoints, ConfigurationListing, ConfigurationListingFilter, ConfigurationListingFilterConfig, ConfigurationListingFilterValue, ConfigurationListingSort, ConfigurationListingSortConfig, ConfigurationProduct, ConfigurationProductConfig, ConfigurationProductSimilar, ConfigurationProductVariant, ConfigurationProductVariantConfig, CreateAutocompleteKeyword, CreateAutocompleteWordsResponse, CreateCollection, CreateSearchConfigurationRequest, CreateSearchConfigurationResponse, CreateSearchKeyword, CreateUpdateAppReturnConfig, CrossSellingData, CrossSellingResponse, CustomOrder, DateMeta, DefaultKeyRequest, DeleteAppCategoryReturnConfig, DeleteResponse, DeleteSearchConfigurationResponse, Department, DepartmentCategoryTree, DepartmentCreateErrorResponse, DepartmentCreateResponse, DepartmentCreateUpdate, DepartmentErrorResponse, DepartmentIdentifier, DepartmentModel, DepartmentResponse, DepartmentsResponse, DimensionResponse, DimensionResponse1, Document, EntityConfiguration, ErrorResponse, FilerList, RawProduct, RawProductListingResponse, GTIN, GenderDetail, GetAddressSerializer, GetAllSizes, GetAppCatalogConfiguration, GetAppCatalogEntityConfiguration, GetAutocompleteWordsData, GetAutocompleteWordsResponse, GetCatalogConfigurationDetailsProduct, GetCatalogConfigurationDetailsSchemaListing, GetCatalogConfigurationMetaData, GetCollectionDetailNest, GetCollectionItemsResponse, GetCollectionListingResponse, GetCollectionQueryOptionResponse, GetCompanySerializer, GetConfigMetadataResponse, GetConfigResponse, GetDepartment, GetInventories, GetInventoriesResponse, GetLocationSerializer, GetOptInPlatform, GetProductBundleCreateResponse, GetProductBundleListingResponse, GetProductBundleResponse, GetProducts, GetCollectionDetailResponse, CommonResponseSchemaCollection, GetQueryFiltersKeysResponse, GetQueryFiltersResponse, GetCollectionItemsResponseSchemaV2, Page1, CollectionItemSchemaV2, CollectionItemUpdateSchema, CollectionQuerySchemaV2, ProductDetailV2, GetSearchConfigurationResponse, GetSearchWordsData, GetSearchWordsDetailResponse, GetSearchWordsResponse, GlobalValidation, Guide, HSNCodesResponse, HSNData, HSNDataInsertV2, Hierarchy, HsnCode, HsnCodesListingResponseSchemaV2, HsnCodesObject, HsnUpsert, Image, ImageUrls, InvSize, InventoryBulkRequest, InventoryConfig, InventoryCreateRequest, InventoryExportAdvanceOption, InventoryExportFilter, InventoryExportJob, InventoryExportJobListResponse, InventoryExportQuantityFilter, InventoryExportRequest, InventoryExportResponse, InventoryFailedReason, InventoryJobDetailResponse, InventoryJobFilters, InventoryJobPayload, InventoryPage, InventoryPayload, InventoryRequest, InventoryRequestSchemaV2, InventoryResponse, InventoryResponseItem, InventoryResponsePaginated, InventorySellerIdentifierResponsePaginated, InventorySellerResponse, InventorySet, InventoryStockResponse, InventoryUpdateResponse, InventoryValidationResponse, InvoiceCredSerializer, InvoiceDetailsSerializer, ItemQuery, Items, LimitedProductData, ListSizeGuide, LocationDayWiseSerializer, LocationIntegrationType, LocationListSerializer, LocationManagerSerializer, LocationTimingSerializer, Logo, MOQData, ManufacturerResponse, ManufacturerResponse1, Media, Media1, Media2, Meta, MetaDataListingFilterMetaResponse, MetaDataListingFilterResponse, MetaDataListingResponse, MetaDataListingSortMetaResponse, MetaDataListingSortResponse, MetaFields, NetQuantity, NetQuantityResponse, NextSchedule, OptInPostRequest, OptinCompanyBrandDetailsView, OptinCompanyDetail, OptinCompanyMetrics, OptinStoreDetails, OwnerAppItemResponse, PTErrorResponse, Page, PageResponse, PageResponse1, PageResponseType, Price, Price1, PriceArticle, PriceMeta, ProdcutTemplateCategoriesResponse, Product, ProductAttributesResponse, ProductBrand, ProductBulkAssets, ProductBulkRequest, ProductBulkRequestList, ProductBundleItem, ProductBundleRequest, ProductBundleUpdateRequest, ProductConfigurationDownloads, ProductCreateUpdateSchemaV2, ProductDetail, ProductDetailAttribute, ProductDetailGroupedAttribute, ProductDownloadsResponse, ProductFilters, GetQueryFiltersValuesResponse, ProductFiltersKeysOnly, ProductFiltersKey, ProductFiltersValue, ProductListingDetail, ProductListingPrice, ProductListingResponse, ProductListingResponseV2, ProductPublish, ProductPublish1, ProductPublished, ProductReturnConfigSerializer, ProductReturnConfigBaseSerializer, ProductSchemaV2, ProductSize, ProductSizeDeleteDataResponse, ProductSizeDeleteResponse, ProductSortOn, ProductTagsViewResponse, ProductTemplate, ProductTemplateDownloadsExport, ProductTemplateExportFilterRequest, ProductTemplateExportResponse, ProductVariants, ProductVariantsResponse, Properties, Quantities, QuantitiesArticle, Quantity, QuantityBase, ReturnConfig, ReturnConfig1, ReturnConfig2, ReturnConfigResponse, Sitemap, ApplicationItemSeoAction, ApplicationItemSeoBreadcrumbs, ApplicationItemSeoMetaTagItem, ApplicationItemSeoMetaTags, Metatags, SizePromotionThreshold, SEOData, SearchKeywordResult, SearchableAttribute, SecondLevelChild, SellerPhoneNumber, SeoDetail, SetSize, SingleCategoryResponse, SingleProductResponse, Size, SizeDistribution, SizeGuideResponse, StoreAssignResponse, StoreDetail, StoreMeta, SuccessResponse, SuccessResponse1, TaxIdentifier, TaxSlab, TeaserTag, TemplateDetails, TemplateValidationData, TemplatesResponse, TemplatesValidationResponse, ThirdLevelChild, Trader, Trader1, Trader2, UpdateCollection, UpdateSearchConfigurationRequest, UpdateSearchConfigurationResponse, UpdatedResponse, UserCommon, UserDetail, UserDetail1, UserInfo, UserInfo1, UserSerializer, UserSerializer1, UserSerializer2, UserSerializer3, ValidateIdentifier, ValidateProduct, ValidateSizeGuide, VerifiedBy, WeightResponse, WeightResponse1, CreatedBy, Marketplaces, GetAllMarketplaces, UpdateMarketplaceOptinRequest, UpdateMarketplaceOptinResponse, PageType };
|
|
3268
3283
|
}
|
|
3269
3284
|
/** @returns {Action} */
|
|
3270
3285
|
declare function Action(): Action;
|
|
@@ -5172,6 +5187,13 @@ declare function CommonResponseSchemaCollection(): CommonResponseSchemaCollectio
|
|
|
5172
5187
|
type CommonResponseSchemaCollection = {
|
|
5173
5188
|
message?: string;
|
|
5174
5189
|
};
|
|
5190
|
+
/** @returns {GetQueryFiltersKeysResponse} */
|
|
5191
|
+
declare function GetQueryFiltersKeysResponse(): GetQueryFiltersKeysResponse;
|
|
5192
|
+
type GetQueryFiltersKeysResponse = {
|
|
5193
|
+
filters?: ProductFiltersKeysOnly[];
|
|
5194
|
+
operators: any;
|
|
5195
|
+
sort_on?: ProductSortOn[];
|
|
5196
|
+
};
|
|
5175
5197
|
/** @returns {GetQueryFiltersResponse} */
|
|
5176
5198
|
declare function GetQueryFiltersResponse(): GetQueryFiltersResponse;
|
|
5177
5199
|
type GetQueryFiltersResponse = {
|
|
@@ -5205,9 +5227,9 @@ type CollectionItemSchemaV2 = {
|
|
|
5205
5227
|
item_id: number;
|
|
5206
5228
|
priority?: number;
|
|
5207
5229
|
};
|
|
5208
|
-
/** @returns {
|
|
5209
|
-
declare function
|
|
5210
|
-
type
|
|
5230
|
+
/** @returns {CollectionItemUpdateSchema} */
|
|
5231
|
+
declare function CollectionItemUpdateSchema(): CollectionItemUpdateSchema;
|
|
5232
|
+
type CollectionItemUpdateSchema = {
|
|
5211
5233
|
allow_facets?: boolean;
|
|
5212
5234
|
allow_sort?: boolean;
|
|
5213
5235
|
items?: CollectionItemSchemaV2[];
|
|
@@ -6870,6 +6892,17 @@ type ProductFilters = {
|
|
|
6870
6892
|
key: ProductFiltersKey;
|
|
6871
6893
|
values: ProductFiltersValue[];
|
|
6872
6894
|
};
|
|
6895
|
+
/** @returns {GetQueryFiltersValuesResponse} */
|
|
6896
|
+
declare function GetQueryFiltersValuesResponse(): GetQueryFiltersValuesResponse;
|
|
6897
|
+
type GetQueryFiltersValuesResponse = {
|
|
6898
|
+
values: ProductFiltersValue[];
|
|
6899
|
+
page: Page;
|
|
6900
|
+
};
|
|
6901
|
+
/** @returns {ProductFiltersKeysOnly} */
|
|
6902
|
+
declare function ProductFiltersKeysOnly(): ProductFiltersKeysOnly;
|
|
6903
|
+
type ProductFiltersKeysOnly = {
|
|
6904
|
+
key: ProductFiltersKey;
|
|
6905
|
+
};
|
|
6873
6906
|
/** @returns {ProductFiltersKey} */
|
|
6874
6907
|
declare function ProductFiltersKey(): ProductFiltersKey;
|
|
6875
6908
|
type ProductFiltersKey = {
|
|
@@ -1570,6 +1570,13 @@ const Joi = require("joi");
|
|
|
1570
1570
|
* @property {string} [message]
|
|
1571
1571
|
*/
|
|
1572
1572
|
|
|
1573
|
+
/**
|
|
1574
|
+
* @typedef GetQueryFiltersKeysResponse
|
|
1575
|
+
* @property {ProductFiltersKeysOnly[]} [filters]
|
|
1576
|
+
* @property {Object} operators
|
|
1577
|
+
* @property {ProductSortOn[]} [sort_on]
|
|
1578
|
+
*/
|
|
1579
|
+
|
|
1573
1580
|
/**
|
|
1574
1581
|
* @typedef GetQueryFiltersResponse
|
|
1575
1582
|
* @property {ProductFilters[]} [filters]
|
|
@@ -1604,7 +1611,7 @@ const Joi = require("joi");
|
|
|
1604
1611
|
*/
|
|
1605
1612
|
|
|
1606
1613
|
/**
|
|
1607
|
-
* @typedef
|
|
1614
|
+
* @typedef CollectionItemUpdateSchema
|
|
1608
1615
|
* @property {boolean} [allow_facets]
|
|
1609
1616
|
* @property {boolean} [allow_sort]
|
|
1610
1617
|
* @property {CollectionItemSchemaV2[]} [items]
|
|
@@ -2707,6 +2714,17 @@ const Joi = require("joi");
|
|
|
2707
2714
|
* @property {ProductFiltersValue[]} values
|
|
2708
2715
|
*/
|
|
2709
2716
|
|
|
2717
|
+
/**
|
|
2718
|
+
* @typedef GetQueryFiltersValuesResponse
|
|
2719
|
+
* @property {ProductFiltersValue[]} values
|
|
2720
|
+
* @property {Page} page
|
|
2721
|
+
*/
|
|
2722
|
+
|
|
2723
|
+
/**
|
|
2724
|
+
* @typedef ProductFiltersKeysOnly
|
|
2725
|
+
* @property {ProductFiltersKey} key
|
|
2726
|
+
*/
|
|
2727
|
+
|
|
2710
2728
|
/**
|
|
2711
2729
|
* @typedef ProductFiltersKey
|
|
2712
2730
|
* @property {string} display
|
|
@@ -5526,6 +5544,15 @@ class CatalogPlatformModel {
|
|
|
5526
5544
|
});
|
|
5527
5545
|
}
|
|
5528
5546
|
|
|
5547
|
+
/** @returns {GetQueryFiltersKeysResponse} */
|
|
5548
|
+
static GetQueryFiltersKeysResponse() {
|
|
5549
|
+
return Joi.object({
|
|
5550
|
+
filters: Joi.array().items(CatalogPlatformModel.ProductFiltersKeysOnly()),
|
|
5551
|
+
operators: Joi.object().pattern(/\S/, Joi.string().allow("")).required(),
|
|
5552
|
+
sort_on: Joi.array().items(CatalogPlatformModel.ProductSortOn()),
|
|
5553
|
+
});
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5529
5556
|
/** @returns {GetQueryFiltersResponse} */
|
|
5530
5557
|
static GetQueryFiltersResponse() {
|
|
5531
5558
|
return Joi.object({
|
|
@@ -5567,8 +5594,8 @@ class CatalogPlatformModel {
|
|
|
5567
5594
|
});
|
|
5568
5595
|
}
|
|
5569
5596
|
|
|
5570
|
-
/** @returns {
|
|
5571
|
-
static
|
|
5597
|
+
/** @returns {CollectionItemUpdateSchema} */
|
|
5598
|
+
static CollectionItemUpdateSchema() {
|
|
5572
5599
|
return Joi.object({
|
|
5573
5600
|
allow_facets: Joi.boolean(),
|
|
5574
5601
|
allow_sort: Joi.boolean(),
|
|
@@ -6864,6 +6891,23 @@ class CatalogPlatformModel {
|
|
|
6864
6891
|
});
|
|
6865
6892
|
}
|
|
6866
6893
|
|
|
6894
|
+
/** @returns {GetQueryFiltersValuesResponse} */
|
|
6895
|
+
static GetQueryFiltersValuesResponse() {
|
|
6896
|
+
return Joi.object({
|
|
6897
|
+
values: Joi.array()
|
|
6898
|
+
.items(CatalogPlatformModel.ProductFiltersValue())
|
|
6899
|
+
.required(),
|
|
6900
|
+
page: CatalogPlatformModel.Page().required(),
|
|
6901
|
+
});
|
|
6902
|
+
}
|
|
6903
|
+
|
|
6904
|
+
/** @returns {ProductFiltersKeysOnly} */
|
|
6905
|
+
static ProductFiltersKeysOnly() {
|
|
6906
|
+
return Joi.object({
|
|
6907
|
+
key: CatalogPlatformModel.ProductFiltersKey().required(),
|
|
6908
|
+
});
|
|
6909
|
+
}
|
|
6910
|
+
|
|
6867
6911
|
/** @returns {ProductFiltersKey} */
|
|
6868
6912
|
static ProductFiltersKey() {
|
|
6869
6913
|
return Joi.object({
|
|
@@ -8,8 +8,8 @@ declare class Common {
|
|
|
8
8
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
9
9
|
* @returns {Promise<CommonPlatformModel.Locations>} - Success response
|
|
10
10
|
* @name getLocations
|
|
11
|
-
* @summary: Get
|
|
12
|
-
* @description: Retrieve a list of
|
|
11
|
+
* @summary: Get company locations.
|
|
12
|
+
* @description: Retrieve a list of locations associated with the company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/common/getLocations/).
|
|
13
13
|
*/
|
|
14
14
|
getLocations({ locationType, id, requestHeaders }?: CommonPlatformValidator.GetLocationsParam, { responseHeaders }?: object): Promise<CommonPlatformModel.Locations>;
|
|
15
15
|
/**
|
|
@@ -18,7 +18,7 @@ declare class Common {
|
|
|
18
18
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
19
19
|
* @returns {Promise<CommonPlatformModel.ApplicationResponse>} - Success response
|
|
20
20
|
* @name searchApplication
|
|
21
|
-
* @summary: Search
|
|
21
|
+
* @summary: Search for applications.
|
|
22
22
|
* @description: Provide application name or domain url - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/common/searchApplication/).
|
|
23
23
|
*/
|
|
24
24
|
searchApplication({ authorization, query, requestHeaders }?: CommonPlatformValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<CommonPlatformModel.ApplicationResponse>;
|
|
@@ -20,8 +20,8 @@ class Common {
|
|
|
20
20
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
21
21
|
* @returns {Promise<CommonPlatformModel.Locations>} - Success response
|
|
22
22
|
* @name getLocations
|
|
23
|
-
* @summary: Get
|
|
24
|
-
* @description: Retrieve a list of
|
|
23
|
+
* @summary: Get company locations.
|
|
24
|
+
* @description: Retrieve a list of locations associated with the company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/common/getLocations/).
|
|
25
25
|
*/
|
|
26
26
|
async getLocations(
|
|
27
27
|
{ locationType, id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -95,7 +95,7 @@ class Common {
|
|
|
95
95
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
96
96
|
* @returns {Promise<CommonPlatformModel.ApplicationResponse>} - Success response
|
|
97
97
|
* @name searchApplication
|
|
98
|
-
* @summary: Search
|
|
98
|
+
* @summary: Search for applications.
|
|
99
99
|
* @description: Provide application name or domain url - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/common/searchApplication/).
|
|
100
100
|
*/
|
|
101
101
|
async searchApplication(
|