@gofynd/fdk-client-javascript 1.4.2-beta.6 → 1.4.3
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 +5 -3
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationAPIClient.js +0 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
- package/sdk/application/Cart/CartApplicationClient.js +25 -25
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
- package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
- package/sdk/application/Content/ContentApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
- package/sdk/application/Content/ContentApplicationModel.js +26 -26
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
- package/sdk/application/Lead/LeadApplicationClient.js +7 -7
- package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
- package/sdk/application/Lead/LeadApplicationModel.js +42 -52
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +13 -13
- package/sdk/application/Order/OrderApplicationClient.js +16 -12
- package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -0
- package/sdk/application/Order/OrderApplicationValidator.js +3 -0
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
- package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +4 -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 +27 -27
- package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
- package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
- package/sdk/application/User/UserApplicationClient.d.ts +28 -28
- package/sdk/application/User/UserApplicationClient.js +28 -28
- package/sdk/application/User/UserApplicationModel.d.ts +44 -13
- package/sdk/application/User/UserApplicationModel.js +17 -13
- package/sdk/common/AxiosHelper.d.ts +1 -1
- package/sdk/common/AxiosHelper.js +38 -17
- package/sdk/common/Clickstream.js +33 -19
- package/sdk/common/curlHelper.js +1 -3
- package/sdk/common/utils.d.ts +15 -0
- package/sdk/common/utils.js +30 -0
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
- package/sdk/partner/OAuthClient.d.ts +3 -3
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerAPIClient.js +0 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
- package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
- package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
- package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
- package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
- package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
- package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
- package/sdk/platform/Content/ContentPlatformClient.js +9 -9
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
- package/sdk/platform/Content/ContentPlatformModel.js +26 -26
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
- package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
- package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
- package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +43 -43
- package/sdk/platform/Order/OrderPlatformClient.js +55 -44
- package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
- package/sdk/platform/Order/OrderPlatformModel.js +8 -2
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +14 -0
- package/sdk/platform/Order/OrderPlatformValidator.js +6 -0
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.js +0 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
- package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
- package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
- package/sdk/platform/User/UserPlatformModel.js +21 -13
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
- package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +5 -45
- package/sdk/platform/Webhook/WebhookPlatformModel.js +4 -50
- package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
- package/sdk/public/Billing/BillingPublicClient.js +4 -4
- package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
- package/sdk/public/Billing/BillingPublicValidator.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
- package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.js +3 -3
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
- package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
export = CatalogPlatformModel;
|
|
2
2
|
/**
|
|
3
3
|
* @typedef Action
|
|
4
|
+
* @property {string} [type]
|
|
4
5
|
* @property {ActionPage} [page]
|
|
5
6
|
* @property {ActionPage} [popup]
|
|
6
|
-
* @property {string} [type]
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* @typedef ActionPage
|
|
10
|
-
* @property {Object} [params]
|
|
11
|
-
* @property {Object} [query]
|
|
12
|
-
* @property {string} [url]
|
|
13
|
-
* @property {PageType} type
|
|
14
7
|
*/
|
|
15
8
|
/**
|
|
16
9
|
* @typedef AllSizes
|
|
@@ -138,10 +131,19 @@ export = CatalogPlatformModel;
|
|
|
138
131
|
* @property {SizePromotionThreshold} [size_promotion_threshold] - Size level
|
|
139
132
|
* promotion limitation information for item
|
|
140
133
|
*/
|
|
134
|
+
/**
|
|
135
|
+
* @typedef ApplicationItemSeoSitemap
|
|
136
|
+
* @property {number} priority - The SEO priority of the item
|
|
137
|
+
* @property {string} frequency - The SEO frequency of the item
|
|
138
|
+
*/
|
|
141
139
|
/**
|
|
142
140
|
* @typedef ApplicationItemSEO
|
|
143
141
|
* @property {string} [description] - The SEO description of the item
|
|
144
142
|
* @property {string} [title] - The SEO title of the item
|
|
143
|
+
* @property {ApplicationItemSeoSitemap} [sitemap]
|
|
144
|
+
* @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
|
|
145
|
+
* @property {ApplicationItemSeoMetaTags[]} [meta_tags]
|
|
146
|
+
* @property {string} [canonical_url]
|
|
145
147
|
*/
|
|
146
148
|
/**
|
|
147
149
|
* @typedef ApplicationProductListingResponse
|
|
@@ -1084,6 +1086,7 @@ export = CatalogPlatformModel;
|
|
|
1084
1086
|
* @property {Object} [variants]
|
|
1085
1087
|
* @property {VerifiedBy} [verified_by]
|
|
1086
1088
|
* @property {string} [verified_on]
|
|
1089
|
+
* @property {string[]} [store_id_list]
|
|
1087
1090
|
*/
|
|
1088
1091
|
/**
|
|
1089
1092
|
* @typedef RawProductListingResponse
|
|
@@ -2114,6 +2117,8 @@ export = CatalogPlatformModel;
|
|
|
2114
2117
|
* @property {boolean} [is_gift]
|
|
2115
2118
|
* @property {MOQData} [moq]
|
|
2116
2119
|
* @property {SEOData} [seo]
|
|
2120
|
+
* @property {Object} [_custom_json] - Custom JSON data for the item
|
|
2121
|
+
* @property {MetaFields[]} [_custom_meta] - Custom meta fields for the item
|
|
2117
2122
|
*/
|
|
2118
2123
|
/**
|
|
2119
2124
|
* @typedef PTErrorResponse
|
|
@@ -2785,7 +2790,7 @@ export = CatalogPlatformModel;
|
|
|
2785
2790
|
/**
|
|
2786
2791
|
* @typedef ApplicationItemSeoAction
|
|
2787
2792
|
* @property {Object} [page]
|
|
2788
|
-
* @property {string}
|
|
2793
|
+
* @property {string} type
|
|
2789
2794
|
*/
|
|
2790
2795
|
/**
|
|
2791
2796
|
* @typedef ApplicationItemSeoBreadcrumbs
|
|
@@ -2794,18 +2799,18 @@ export = CatalogPlatformModel;
|
|
|
2794
2799
|
*/
|
|
2795
2800
|
/**
|
|
2796
2801
|
* @typedef ApplicationItemSeoMetaTagItem
|
|
2797
|
-
* @property {string}
|
|
2798
|
-
* @property {string}
|
|
2802
|
+
* @property {string} key
|
|
2803
|
+
* @property {string} value
|
|
2799
2804
|
*/
|
|
2800
2805
|
/**
|
|
2801
2806
|
* @typedef ApplicationItemSeoMetaTags
|
|
2802
|
-
* @property {string}
|
|
2807
|
+
* @property {string} title
|
|
2803
2808
|
* @property {ApplicationItemSeoMetaTagItem[]} [items]
|
|
2804
2809
|
*/
|
|
2805
2810
|
/**
|
|
2806
2811
|
* @typedef Metatags
|
|
2807
2812
|
* @property {string} [title]
|
|
2808
|
-
* @property {
|
|
2813
|
+
* @property {ApplicationItemSeoMetaTagItem[]} [items]
|
|
2809
2814
|
*/
|
|
2810
2815
|
/**
|
|
2811
2816
|
* @typedef SizePromotionThreshold
|
|
@@ -3228,6 +3233,13 @@ export = CatalogPlatformModel;
|
|
|
3228
3233
|
* @property {CreatedBy} [created_by]
|
|
3229
3234
|
* @property {CreatedBy} [modified_by]
|
|
3230
3235
|
*/
|
|
3236
|
+
/**
|
|
3237
|
+
* @typedef ActionPage
|
|
3238
|
+
* @property {Object} [params]
|
|
3239
|
+
* @property {Object} [query]
|
|
3240
|
+
* @property {string} [url]
|
|
3241
|
+
* @property {PageType} type
|
|
3242
|
+
*/
|
|
3231
3243
|
/**
|
|
3232
3244
|
* @typedef {| "about-us"
|
|
3233
3245
|
* | "addresses"
|
|
@@ -3279,22 +3291,14 @@ export = CatalogPlatformModel;
|
|
|
3279
3291
|
declare class CatalogPlatformModel {
|
|
3280
3292
|
}
|
|
3281
3293
|
declare namespace CatalogPlatformModel {
|
|
3282
|
-
export { Action,
|
|
3294
|
+
export { Action, AllSizes, AllowSingleRequest, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponse, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponse, ApplicationItemMOQ, ApplicationItemMeta, ApplicationItemSeoSitemap, 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, ActionPage, PageType };
|
|
3283
3295
|
}
|
|
3284
3296
|
/** @returns {Action} */
|
|
3285
3297
|
declare function Action(): Action;
|
|
3286
3298
|
type Action = {
|
|
3299
|
+
type?: string;
|
|
3287
3300
|
page?: ActionPage;
|
|
3288
3301
|
popup?: ActionPage;
|
|
3289
|
-
type?: string;
|
|
3290
|
-
};
|
|
3291
|
-
/** @returns {ActionPage} */
|
|
3292
|
-
declare function ActionPage(): ActionPage;
|
|
3293
|
-
type ActionPage = {
|
|
3294
|
-
params?: any;
|
|
3295
|
-
query?: any;
|
|
3296
|
-
url?: string;
|
|
3297
|
-
type: PageType;
|
|
3298
3302
|
};
|
|
3299
3303
|
/** @returns {AllSizes} */
|
|
3300
3304
|
declare function AllSizes(): AllSizes;
|
|
@@ -3485,6 +3489,18 @@ type ApplicationItemMeta = {
|
|
|
3485
3489
|
*/
|
|
3486
3490
|
size_promotion_threshold?: SizePromotionThreshold;
|
|
3487
3491
|
};
|
|
3492
|
+
/** @returns {ApplicationItemSeoSitemap} */
|
|
3493
|
+
declare function ApplicationItemSeoSitemap(): ApplicationItemSeoSitemap;
|
|
3494
|
+
type ApplicationItemSeoSitemap = {
|
|
3495
|
+
/**
|
|
3496
|
+
* - The SEO priority of the item
|
|
3497
|
+
*/
|
|
3498
|
+
priority: number;
|
|
3499
|
+
/**
|
|
3500
|
+
* - The SEO frequency of the item
|
|
3501
|
+
*/
|
|
3502
|
+
frequency: string;
|
|
3503
|
+
};
|
|
3488
3504
|
/** @returns {ApplicationItemSEO} */
|
|
3489
3505
|
declare function ApplicationItemSEO(): ApplicationItemSEO;
|
|
3490
3506
|
type ApplicationItemSEO = {
|
|
@@ -3496,6 +3512,10 @@ type ApplicationItemSEO = {
|
|
|
3496
3512
|
* - The SEO title of the item
|
|
3497
3513
|
*/
|
|
3498
3514
|
title?: string;
|
|
3515
|
+
sitemap?: ApplicationItemSeoSitemap;
|
|
3516
|
+
breadcrumbs?: ApplicationItemSeoBreadcrumbs[];
|
|
3517
|
+
meta_tags?: ApplicationItemSeoMetaTags[];
|
|
3518
|
+
canonical_url?: string;
|
|
3499
3519
|
};
|
|
3500
3520
|
/** @returns {ApplicationProductListingResponse} */
|
|
3501
3521
|
declare function ApplicationProductListingResponse(): ApplicationProductListingResponse;
|
|
@@ -4833,6 +4853,7 @@ type RawProduct = {
|
|
|
4833
4853
|
variants?: any;
|
|
4834
4854
|
verified_by?: VerifiedBy;
|
|
4835
4855
|
verified_on?: string;
|
|
4856
|
+
store_id_list?: string[];
|
|
4836
4857
|
};
|
|
4837
4858
|
/** @returns {RawProductListingResponse} */
|
|
4838
4859
|
declare function RawProductListingResponse(): RawProductListingResponse;
|
|
@@ -6504,6 +6525,14 @@ type OwnerAppItemResponse = {
|
|
|
6504
6525
|
is_gift?: boolean;
|
|
6505
6526
|
moq?: MOQData;
|
|
6506
6527
|
seo?: SEOData;
|
|
6528
|
+
/**
|
|
6529
|
+
* - Custom JSON data for the item
|
|
6530
|
+
*/
|
|
6531
|
+
_custom_json?: any;
|
|
6532
|
+
/**
|
|
6533
|
+
* - Custom meta fields for the item
|
|
6534
|
+
*/
|
|
6535
|
+
_custom_meta?: MetaFields[];
|
|
6507
6536
|
};
|
|
6508
6537
|
/** @returns {PTErrorResponse} */
|
|
6509
6538
|
declare function PTErrorResponse(): PTErrorResponse;
|
|
@@ -7345,7 +7374,7 @@ type Sitemap = {
|
|
|
7345
7374
|
declare function ApplicationItemSeoAction(): ApplicationItemSeoAction;
|
|
7346
7375
|
type ApplicationItemSeoAction = {
|
|
7347
7376
|
page?: any;
|
|
7348
|
-
type
|
|
7377
|
+
type: string;
|
|
7349
7378
|
};
|
|
7350
7379
|
/** @returns {ApplicationItemSeoBreadcrumbs} */
|
|
7351
7380
|
declare function ApplicationItemSeoBreadcrumbs(): ApplicationItemSeoBreadcrumbs;
|
|
@@ -7356,20 +7385,20 @@ type ApplicationItemSeoBreadcrumbs = {
|
|
|
7356
7385
|
/** @returns {ApplicationItemSeoMetaTagItem} */
|
|
7357
7386
|
declare function ApplicationItemSeoMetaTagItem(): ApplicationItemSeoMetaTagItem;
|
|
7358
7387
|
type ApplicationItemSeoMetaTagItem = {
|
|
7359
|
-
key
|
|
7360
|
-
value
|
|
7388
|
+
key: string;
|
|
7389
|
+
value: string;
|
|
7361
7390
|
};
|
|
7362
7391
|
/** @returns {ApplicationItemSeoMetaTags} */
|
|
7363
7392
|
declare function ApplicationItemSeoMetaTags(): ApplicationItemSeoMetaTags;
|
|
7364
7393
|
type ApplicationItemSeoMetaTags = {
|
|
7365
|
-
title
|
|
7394
|
+
title: string;
|
|
7366
7395
|
items?: ApplicationItemSeoMetaTagItem[];
|
|
7367
7396
|
};
|
|
7368
7397
|
/** @returns {Metatags} */
|
|
7369
7398
|
declare function Metatags(): Metatags;
|
|
7370
7399
|
type Metatags = {
|
|
7371
7400
|
title?: string;
|
|
7372
|
-
items?:
|
|
7401
|
+
items?: ApplicationItemSeoMetaTagItem[];
|
|
7373
7402
|
};
|
|
7374
7403
|
/** @returns {SizePromotionThreshold} */
|
|
7375
7404
|
declare function SizePromotionThreshold(): SizePromotionThreshold;
|
|
@@ -7926,6 +7955,14 @@ type UpdateMarketplaceOptinResponse = {
|
|
|
7926
7955
|
created_by?: CreatedBy;
|
|
7927
7956
|
modified_by?: CreatedBy;
|
|
7928
7957
|
};
|
|
7958
|
+
/** @returns {ActionPage} */
|
|
7959
|
+
declare function ActionPage(): ActionPage;
|
|
7960
|
+
type ActionPage = {
|
|
7961
|
+
params?: any;
|
|
7962
|
+
query?: any;
|
|
7963
|
+
url?: string;
|
|
7964
|
+
type: PageType;
|
|
7965
|
+
};
|
|
7929
7966
|
/**
|
|
7930
7967
|
* Enum: PageType Used By: Catalog
|
|
7931
7968
|
*
|
|
@@ -2,17 +2,9 @@ const Joi = require("joi");
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @typedef Action
|
|
5
|
+
* @property {string} [type]
|
|
5
6
|
* @property {ActionPage} [page]
|
|
6
7
|
* @property {ActionPage} [popup]
|
|
7
|
-
* @property {string} [type]
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @typedef ActionPage
|
|
12
|
-
* @property {Object} [params]
|
|
13
|
-
* @property {Object} [query]
|
|
14
|
-
* @property {string} [url]
|
|
15
|
-
* @property {PageType} type
|
|
16
8
|
*/
|
|
17
9
|
|
|
18
10
|
/**
|
|
@@ -156,10 +148,20 @@ const Joi = require("joi");
|
|
|
156
148
|
* promotion limitation information for item
|
|
157
149
|
*/
|
|
158
150
|
|
|
151
|
+
/**
|
|
152
|
+
* @typedef ApplicationItemSeoSitemap
|
|
153
|
+
* @property {number} priority - The SEO priority of the item
|
|
154
|
+
* @property {string} frequency - The SEO frequency of the item
|
|
155
|
+
*/
|
|
156
|
+
|
|
159
157
|
/**
|
|
160
158
|
* @typedef ApplicationItemSEO
|
|
161
159
|
* @property {string} [description] - The SEO description of the item
|
|
162
160
|
* @property {string} [title] - The SEO title of the item
|
|
161
|
+
* @property {ApplicationItemSeoSitemap} [sitemap]
|
|
162
|
+
* @property {ApplicationItemSeoBreadcrumbs[]} [breadcrumbs]
|
|
163
|
+
* @property {ApplicationItemSeoMetaTags[]} [meta_tags]
|
|
164
|
+
* @property {string} [canonical_url]
|
|
163
165
|
*/
|
|
164
166
|
|
|
165
167
|
/**
|
|
@@ -1215,6 +1217,7 @@ const Joi = require("joi");
|
|
|
1215
1217
|
* @property {Object} [variants]
|
|
1216
1218
|
* @property {VerifiedBy} [verified_by]
|
|
1217
1219
|
* @property {string} [verified_on]
|
|
1220
|
+
* @property {string[]} [store_id_list]
|
|
1218
1221
|
*/
|
|
1219
1222
|
|
|
1220
1223
|
/**
|
|
@@ -2361,6 +2364,8 @@ const Joi = require("joi");
|
|
|
2361
2364
|
* @property {boolean} [is_gift]
|
|
2362
2365
|
* @property {MOQData} [moq]
|
|
2363
2366
|
* @property {SEOData} [seo]
|
|
2367
|
+
* @property {Object} [_custom_json] - Custom JSON data for the item
|
|
2368
|
+
* @property {MetaFields[]} [_custom_meta] - Custom meta fields for the item
|
|
2364
2369
|
*/
|
|
2365
2370
|
|
|
2366
2371
|
/**
|
|
@@ -3094,7 +3099,7 @@ const Joi = require("joi");
|
|
|
3094
3099
|
/**
|
|
3095
3100
|
* @typedef ApplicationItemSeoAction
|
|
3096
3101
|
* @property {Object} [page]
|
|
3097
|
-
* @property {string}
|
|
3102
|
+
* @property {string} type
|
|
3098
3103
|
*/
|
|
3099
3104
|
|
|
3100
3105
|
/**
|
|
@@ -3105,20 +3110,20 @@ const Joi = require("joi");
|
|
|
3105
3110
|
|
|
3106
3111
|
/**
|
|
3107
3112
|
* @typedef ApplicationItemSeoMetaTagItem
|
|
3108
|
-
* @property {string}
|
|
3109
|
-
* @property {string}
|
|
3113
|
+
* @property {string} key
|
|
3114
|
+
* @property {string} value
|
|
3110
3115
|
*/
|
|
3111
3116
|
|
|
3112
3117
|
/**
|
|
3113
3118
|
* @typedef ApplicationItemSeoMetaTags
|
|
3114
|
-
* @property {string}
|
|
3119
|
+
* @property {string} title
|
|
3115
3120
|
* @property {ApplicationItemSeoMetaTagItem[]} [items]
|
|
3116
3121
|
*/
|
|
3117
3122
|
|
|
3118
3123
|
/**
|
|
3119
3124
|
* @typedef Metatags
|
|
3120
3125
|
* @property {string} [title]
|
|
3121
|
-
* @property {
|
|
3126
|
+
* @property {ApplicationItemSeoMetaTagItem[]} [items]
|
|
3122
3127
|
*/
|
|
3123
3128
|
|
|
3124
3129
|
/**
|
|
@@ -3595,6 +3600,14 @@ const Joi = require("joi");
|
|
|
3595
3600
|
* @property {CreatedBy} [modified_by]
|
|
3596
3601
|
*/
|
|
3597
3602
|
|
|
3603
|
+
/**
|
|
3604
|
+
* @typedef ActionPage
|
|
3605
|
+
* @property {Object} [params]
|
|
3606
|
+
* @property {Object} [query]
|
|
3607
|
+
* @property {string} [url]
|
|
3608
|
+
* @property {PageType} type
|
|
3609
|
+
*/
|
|
3610
|
+
|
|
3598
3611
|
/**
|
|
3599
3612
|
* @typedef {| "about-us"
|
|
3600
3613
|
* | "addresses"
|
|
@@ -3648,25 +3661,9 @@ class CatalogPlatformModel {
|
|
|
3648
3661
|
/** @returns {Action} */
|
|
3649
3662
|
static Action() {
|
|
3650
3663
|
return Joi.object({
|
|
3664
|
+
type: Joi.string().allow(""),
|
|
3651
3665
|
page: CatalogPlatformModel.ActionPage(),
|
|
3652
3666
|
popup: CatalogPlatformModel.ActionPage(),
|
|
3653
|
-
type: Joi.string().allow(""),
|
|
3654
|
-
});
|
|
3655
|
-
}
|
|
3656
|
-
|
|
3657
|
-
/** @returns {ActionPage} */
|
|
3658
|
-
static ActionPage() {
|
|
3659
|
-
return Joi.object({
|
|
3660
|
-
params: Joi.object().pattern(
|
|
3661
|
-
/\S/,
|
|
3662
|
-
Joi.array().items(Joi.string().allow(""))
|
|
3663
|
-
),
|
|
3664
|
-
query: Joi.object().pattern(
|
|
3665
|
-
/\S/,
|
|
3666
|
-
Joi.array().items(Joi.string().allow(""))
|
|
3667
|
-
),
|
|
3668
|
-
url: Joi.string().allow(""),
|
|
3669
|
-
type: CatalogPlatformModel.PageType().required(),
|
|
3670
3667
|
});
|
|
3671
3668
|
}
|
|
3672
3669
|
|
|
@@ -3838,11 +3835,27 @@ class CatalogPlatformModel {
|
|
|
3838
3835
|
});
|
|
3839
3836
|
}
|
|
3840
3837
|
|
|
3838
|
+
/** @returns {ApplicationItemSeoSitemap} */
|
|
3839
|
+
static ApplicationItemSeoSitemap() {
|
|
3840
|
+
return Joi.object({
|
|
3841
|
+
priority: Joi.number().required(),
|
|
3842
|
+
frequency: Joi.string().allow("").required(),
|
|
3843
|
+
});
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3841
3846
|
/** @returns {ApplicationItemSEO} */
|
|
3842
3847
|
static ApplicationItemSEO() {
|
|
3843
3848
|
return Joi.object({
|
|
3844
3849
|
description: Joi.string().allow(""),
|
|
3845
3850
|
title: Joi.string().allow(""),
|
|
3851
|
+
sitemap: CatalogPlatformModel.ApplicationItemSeoSitemap(),
|
|
3852
|
+
breadcrumbs: Joi.array().items(
|
|
3853
|
+
CatalogPlatformModel.ApplicationItemSeoBreadcrumbs()
|
|
3854
|
+
),
|
|
3855
|
+
meta_tags: Joi.array().items(
|
|
3856
|
+
CatalogPlatformModel.ApplicationItemSeoMetaTags()
|
|
3857
|
+
),
|
|
3858
|
+
canonical_url: Joi.string().allow(""),
|
|
3846
3859
|
});
|
|
3847
3860
|
}
|
|
3848
3861
|
|
|
@@ -5120,6 +5133,7 @@ class CatalogPlatformModel {
|
|
|
5120
5133
|
variants: Joi.any(),
|
|
5121
5134
|
verified_by: CatalogPlatformModel.VerifiedBy(),
|
|
5122
5135
|
verified_on: Joi.string().allow(""),
|
|
5136
|
+
store_id_list: Joi.array().items(Joi.string().allow("")),
|
|
5123
5137
|
});
|
|
5124
5138
|
}
|
|
5125
5139
|
|
|
@@ -6475,6 +6489,8 @@ class CatalogPlatformModel {
|
|
|
6475
6489
|
is_gift: Joi.boolean(),
|
|
6476
6490
|
moq: CatalogPlatformModel.MOQData(),
|
|
6477
6491
|
seo: CatalogPlatformModel.SEOData(),
|
|
6492
|
+
_custom_json: Joi.any(),
|
|
6493
|
+
_custom_meta: Joi.array().items(CatalogPlatformModel.MetaFields()),
|
|
6478
6494
|
});
|
|
6479
6495
|
}
|
|
6480
6496
|
|
|
@@ -7341,7 +7357,7 @@ class CatalogPlatformModel {
|
|
|
7341
7357
|
static ApplicationItemSeoAction() {
|
|
7342
7358
|
return Joi.object({
|
|
7343
7359
|
page: Joi.any(),
|
|
7344
|
-
type: Joi.string().allow(""),
|
|
7360
|
+
type: Joi.string().allow("").required(),
|
|
7345
7361
|
});
|
|
7346
7362
|
}
|
|
7347
7363
|
|
|
@@ -7358,15 +7374,15 @@ class CatalogPlatformModel {
|
|
|
7358
7374
|
/** @returns {ApplicationItemSeoMetaTagItem} */
|
|
7359
7375
|
static ApplicationItemSeoMetaTagItem() {
|
|
7360
7376
|
return Joi.object({
|
|
7361
|
-
key: Joi.string().allow(""),
|
|
7362
|
-
value: Joi.string().allow(""),
|
|
7377
|
+
key: Joi.string().allow("").required(),
|
|
7378
|
+
value: Joi.string().allow("").required(),
|
|
7363
7379
|
});
|
|
7364
7380
|
}
|
|
7365
7381
|
|
|
7366
7382
|
/** @returns {ApplicationItemSeoMetaTags} */
|
|
7367
7383
|
static ApplicationItemSeoMetaTags() {
|
|
7368
7384
|
return Joi.object({
|
|
7369
|
-
title: Joi.string().allow(""),
|
|
7385
|
+
title: Joi.string().allow("").required(),
|
|
7370
7386
|
items: Joi.array().items(
|
|
7371
7387
|
CatalogPlatformModel.ApplicationItemSeoMetaTagItem()
|
|
7372
7388
|
),
|
|
@@ -7378,7 +7394,7 @@ class CatalogPlatformModel {
|
|
|
7378
7394
|
return Joi.object({
|
|
7379
7395
|
title: Joi.string().allow(""),
|
|
7380
7396
|
items: Joi.array().items(
|
|
7381
|
-
CatalogPlatformModel.
|
|
7397
|
+
CatalogPlatformModel.ApplicationItemSeoMetaTagItem()
|
|
7382
7398
|
),
|
|
7383
7399
|
});
|
|
7384
7400
|
}
|
|
@@ -7959,6 +7975,22 @@ class CatalogPlatformModel {
|
|
|
7959
7975
|
});
|
|
7960
7976
|
}
|
|
7961
7977
|
|
|
7978
|
+
/** @returns {ActionPage} */
|
|
7979
|
+
static ActionPage() {
|
|
7980
|
+
return Joi.object({
|
|
7981
|
+
params: Joi.object().pattern(
|
|
7982
|
+
/\S/,
|
|
7983
|
+
Joi.array().items(Joi.string().allow(""))
|
|
7984
|
+
),
|
|
7985
|
+
query: Joi.object().pattern(
|
|
7986
|
+
/\S/,
|
|
7987
|
+
Joi.array().items(Joi.string().allow(""))
|
|
7988
|
+
),
|
|
7989
|
+
url: Joi.string().allow(""),
|
|
7990
|
+
type: CatalogPlatformModel.PageType().required(),
|
|
7991
|
+
});
|
|
7992
|
+
}
|
|
7993
|
+
|
|
7962
7994
|
/**
|
|
7963
7995
|
* Enum: PageType Used By: Catalog
|
|
7964
7996
|
*
|
|
@@ -8,7 +8,7 @@ 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 company locations
|
|
11
|
+
* @summary: Get company locations
|
|
12
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>;
|
|
@@ -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 for applications
|
|
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,7 +20,7 @@ class Common {
|
|
|
20
20
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
21
21
|
* @returns {Promise<CommonPlatformModel.Locations>} - Success response
|
|
22
22
|
* @name getLocations
|
|
23
|
-
* @summary: Get company locations
|
|
23
|
+
* @summary: Get company locations
|
|
24
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(
|
|
@@ -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 for applications
|
|
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(
|