@gofynd/fdk-client-javascript 1.4.16-beta.3 → 1.4.16-beta.4
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/ApplicationClient.d.ts +0 -2
- package/sdk/application/ApplicationClient.js +0 -2
- package/sdk/application/Cart/CartApplicationClient.d.ts +48 -68
- package/sdk/application/Cart/CartApplicationClient.js +27 -117
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +58 -59
- package/sdk/application/Catalog/CatalogApplicationClient.js +29 -30
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +1 -1
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +20 -20
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationClient.d.ts +30 -51
- package/sdk/application/Content/ContentApplicationClient.js +56 -161
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +11 -9
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +10 -7
- package/sdk/application/Lead/LeadApplicationClient.d.ts +2 -2
- package/sdk/application/Lead/LeadApplicationClient.js +1 -1
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +15 -35
- package/sdk/application/Logistic/LogisticApplicationClient.js +8 -101
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -22
- package/sdk/application/Order/OrderApplicationClient.js +8 -56
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +87 -87
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +13 -13
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
- package/sdk/application/Theme/ThemeApplicationClient.js +2 -4
- package/sdk/application/User/UserApplicationClient.d.ts +10 -10
- package/sdk/application/User/UserApplicationClient.js +6 -6
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
- package/sdk/application/Webhook/WebhookApplicationClient.js +3 -3
- package/sdk/common/Utility.js +6 -3
- package/sdk/common/utils.d.ts +0 -1
- package/sdk/common/utils.js +0 -14
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +21 -116
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +16 -121
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
- package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +167 -1200
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +160 -571
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +7 -121
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
- package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
- package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
- package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
- package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
- package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
- package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
- package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
- package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +115 -419
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -121
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -109
- package/sdk/platform/Cart/CartPlatformModel.d.ts +1294 -5068
- package/sdk/platform/Cart/CartPlatformModel.js +1217 -1992
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -209
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +400 -457
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +142 -185
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +78 -96
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +117 -154
- package/sdk/platform/Catalog/CatalogPlatformClient.js +172 -292
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1647 -6389
- package/sdk/platform/Catalog/CatalogPlatformModel.js +1681 -3222
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +31 -72
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +24 -50
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
- package/sdk/platform/Common/CommonPlatformClient.js +2 -3
- package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
- package/sdk/platform/Common/CommonPlatformModel.js +6 -6
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
- package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +131 -283
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +97 -219
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -204
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +475 -1073
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -253
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -256
- package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
- package/sdk/platform/Content/ContentPlatformClient.js +336 -523
- package/sdk/platform/Content/ContentPlatformModel.d.ts +403 -1375
- package/sdk/platform/Content/ContentPlatformModel.js +394 -631
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
- package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
- package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
- package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +39 -95
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +63 -462
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +22 -20
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +24 -21
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +116 -370
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +104 -313
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
- package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
- package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
- package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
- package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +6 -17
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +7 -85
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +24 -95
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +19 -39
- package/sdk/platform/Order/OrderPlatformClient.d.ts +96 -153
- package/sdk/platform/Order/OrderPlatformClient.js +198 -416
- package/sdk/platform/Order/OrderPlatformModel.d.ts +1286 -7619
- package/sdk/platform/Order/OrderPlatformModel.js +1265 -3922
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +109 -270
- package/sdk/platform/Order/OrderPlatformValidator.js +77 -135
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
- package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +105 -93
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +141 -129
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +48 -48
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +48 -48
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
- package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +319 -333
- package/sdk/platform/Payment/PaymentPlatformModel.js +278 -288
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
- package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
- package/sdk/platform/PlatformClient.d.ts +2 -0
- package/sdk/platform/PlatformClient.js +4 -0
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
- package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +36 -46
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +41 -132
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +17 -46
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +14 -34
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +68 -62
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +612 -1845
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +554 -886
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +49 -45
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +30 -28
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +9 -9
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +6 -3
- package/sdk/platform/Share/SharePlatformApplicationValidator.js +2 -2
- package/sdk/platform/Share/SharePlatformModel.d.ts +7 -46
- package/sdk/platform/Share/SharePlatformModel.js +6 -31
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
- package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
- package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
- package/sdk/platform/User/UserPlatformModel.js +23 -23
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
- package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
- package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
- package/sdk/platform/index.d.ts +1 -0
- package/sdk/platform/index.js +2 -0
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
- package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
- package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
- package/sdk/public/Content/ContentPublicClient.js +6 -810
- package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
- package/sdk/public/Content/ContentPublicModel.js +3 -649
- package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
- package/sdk/public/Content/ContentPublicValidator.js +2 -88
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
- package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
- package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
- package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -29
- package/sdk/application/Finance/FinanceApplicationClient.js +0 -111
|
@@ -59,6 +59,20 @@ declare class Content {
|
|
|
59
59
|
* @description: Generate and add a new announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAnnouncement/).
|
|
60
60
|
*/
|
|
61
61
|
createAnnouncement({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
62
|
+
/**
|
|
63
|
+
* @param {ContentPlatformApplicationValidator.CreateAppCustomFieldByResourceIdParam} arg
|
|
64
|
+
* - Arg object
|
|
65
|
+
*
|
|
66
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
67
|
+
* @param {import("../PlatformAPIClient").Options} - Options
|
|
68
|
+
* @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
|
|
69
|
+
* - Success response
|
|
70
|
+
*
|
|
71
|
+
* @name createAppCustomFieldByResourceId
|
|
72
|
+
* @summary: Create custom field entries for gives resource and resource_id
|
|
73
|
+
* @description: You can add a custom field using this endpoint to any resource by providing the resource ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldByResourceId/).
|
|
74
|
+
*/
|
|
75
|
+
createAppCustomFieldByResourceId({ resource, resourceId, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
62
76
|
/**
|
|
63
77
|
* @param {ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam} arg
|
|
64
78
|
* - Arg object
|
|
@@ -69,36 +83,35 @@ declare class Content {
|
|
|
69
83
|
* - Success response
|
|
70
84
|
*
|
|
71
85
|
* @name createAppCustomFieldDefinition
|
|
72
|
-
* @summary: Create custom field definition
|
|
86
|
+
* @summary: Create custom field definition
|
|
73
87
|
* @description: You can create custom fields definition to any resource so you can extend property of resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldDefinition/).
|
|
74
88
|
*/
|
|
75
|
-
createAppCustomFieldDefinition({
|
|
89
|
+
createAppCustomFieldDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
76
90
|
/**
|
|
77
|
-
* @param {ContentPlatformApplicationValidator.
|
|
91
|
+
* @param {ContentPlatformApplicationValidator.CreateAppCustomObjectParam} arg
|
|
78
92
|
* - Arg object
|
|
79
93
|
*
|
|
80
94
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
81
95
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
82
96
|
* @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
|
|
83
|
-
* @name
|
|
97
|
+
* @name createAppCustomObject
|
|
84
98
|
* @summary: Create custom object entries
|
|
85
|
-
* @description: Custom object entries against the custom object definition can be added using this API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
99
|
+
* @description: Custom object entries against the custom object definition can be added using this API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObject/).
|
|
86
100
|
*/
|
|
87
|
-
|
|
101
|
+
createAppCustomObject({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
|
|
88
102
|
/**
|
|
89
103
|
* @param {ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam} arg
|
|
90
104
|
* - Arg object
|
|
91
105
|
*
|
|
92
106
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
93
107
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
94
|
-
* @returns {Promise<ContentPlatformModel.
|
|
95
|
-
*
|
|
96
|
-
*
|
|
108
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
|
|
109
|
+
* Success response
|
|
97
110
|
* @name createAppCustomObjectDefinition
|
|
98
111
|
* @summary: Create custom object definition
|
|
99
112
|
* @description: Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObjectDefinition/).
|
|
100
113
|
*/
|
|
101
|
-
createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
114
|
+
createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
|
|
102
115
|
/**
|
|
103
116
|
* @param {ContentPlatformApplicationValidator.CreateBlogParam} arg - Arg object
|
|
104
117
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -177,17 +190,6 @@ declare class Content {
|
|
|
177
190
|
* @description: Use this API to Create SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSEOMarkupSchema/).
|
|
178
191
|
*/
|
|
179
192
|
createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
180
|
-
/**
|
|
181
|
-
* @param {ContentPlatformApplicationValidator.CreateSitemapParam} arg - Arg object
|
|
182
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
183
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
184
|
-
* @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
|
|
185
|
-
* @name createSitemap
|
|
186
|
-
* @summary: Create a new sitemap configuration
|
|
187
|
-
* @description: Create a new sitemap configuration for a specific company and application. The name must be unique within the scope of the application. The sitemap XML data must be valid XML following the sitemap protocol specification. Once created, the configuration can be activated or deactivated using the is_active flag.
|
|
188
|
-
* - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSitemap/).
|
|
189
|
-
*/
|
|
190
|
-
createSitemap({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
|
|
191
193
|
/**
|
|
192
194
|
* @param {ContentPlatformApplicationValidator.CreateSlideshowParam} arg - Arg object
|
|
193
195
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -212,31 +214,31 @@ declare class Content {
|
|
|
212
214
|
*/
|
|
213
215
|
deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
214
216
|
/**
|
|
215
|
-
* @param {ContentPlatformApplicationValidator.
|
|
217
|
+
* @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam} arg
|
|
216
218
|
* - Arg object
|
|
217
219
|
*
|
|
218
220
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
219
221
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
220
222
|
* @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
|
|
221
|
-
* @name
|
|
223
|
+
* @name deleteAppCustomFieldDefinition
|
|
222
224
|
* @summary: Delete custom fields definition
|
|
223
|
-
* @description: Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
225
|
+
* @description: Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomFieldDefinition/).
|
|
224
226
|
*/
|
|
225
|
-
|
|
227
|
+
deleteAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
|
|
226
228
|
/**
|
|
227
|
-
* @param {ContentPlatformApplicationValidator.
|
|
229
|
+
* @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectParam} arg
|
|
228
230
|
* - Arg object
|
|
229
231
|
*
|
|
230
232
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
231
233
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
232
234
|
* @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
|
|
233
|
-
* @name
|
|
235
|
+
* @name deleteAppCustomObject
|
|
234
236
|
* @summary: Delete custom object
|
|
235
|
-
* @description:
|
|
237
|
+
* @description: Custom object entries can be deleted by providing the delete ID using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObject/).
|
|
236
238
|
*/
|
|
237
|
-
|
|
239
|
+
deleteAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
|
|
238
240
|
/**
|
|
239
|
-
* @param {ContentPlatformApplicationValidator.
|
|
241
|
+
* @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam} arg
|
|
240
242
|
* - Arg object
|
|
241
243
|
*
|
|
242
244
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -244,11 +246,11 @@ declare class Content {
|
|
|
244
246
|
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>}
|
|
245
247
|
* - Success response
|
|
246
248
|
*
|
|
247
|
-
* @name
|
|
249
|
+
* @name deleteAppCustomObjectDefinition
|
|
248
250
|
* @summary: Delete custom object definition
|
|
249
|
-
* @description: Custom object definitions can be deleted using this endpoint by providing the definition ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
251
|
+
* @description: Custom object definitions can be deleted using this endpoint by providing the definition ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObjectDefinition/).
|
|
250
252
|
*/
|
|
251
|
-
|
|
253
|
+
deleteAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
|
|
252
254
|
/**
|
|
253
255
|
* @param {ContentPlatformApplicationValidator.DeleteBlogParam} arg - Arg object
|
|
254
256
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -348,17 +350,6 @@ declare class Content {
|
|
|
348
350
|
* @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
|
|
349
351
|
*/
|
|
350
352
|
deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
351
|
-
/**
|
|
352
|
-
* @param {ContentPlatformApplicationValidator.DeleteSitemapParam} arg - Arg object
|
|
353
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
354
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
355
|
-
* @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
|
|
356
|
-
* @name deleteSitemap
|
|
357
|
-
* @summary: Delete a specific sitemap configuration
|
|
358
|
-
* @description: Permanently delete a sitemap configuration identified by its name. This action cannot be undone. All associated data including the sitemap XML data will be removed.
|
|
359
|
-
* - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSitemap/).
|
|
360
|
-
*/
|
|
361
|
-
deleteSitemap({ name, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
|
|
362
353
|
/**
|
|
363
354
|
* @param {ContentPlatformApplicationValidator.DeleteSlideshowParam} arg - Arg object
|
|
364
355
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -405,7 +396,7 @@ declare class Content {
|
|
|
405
396
|
*/
|
|
406
397
|
editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
407
398
|
/**
|
|
408
|
-
* @param {ContentPlatformApplicationValidator.
|
|
399
|
+
* @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam} arg
|
|
409
400
|
* - Arg object
|
|
410
401
|
*
|
|
411
402
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -413,11 +404,11 @@ declare class Content {
|
|
|
413
404
|
* @returns {Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>}
|
|
414
405
|
* - Success response
|
|
415
406
|
*
|
|
416
|
-
* @name
|
|
407
|
+
* @name exportAppCustomObjectEntries
|
|
417
408
|
* @summary: Initiate download for bulk custom object entries
|
|
418
|
-
* @description: Custom object bulk export of bulk entries can be perform using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
409
|
+
* @description: Custom object bulk export of bulk entries can be perform using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/exportAppCustomObjectEntries/).
|
|
419
410
|
*/
|
|
420
|
-
|
|
411
|
+
exportAppCustomObjectEntries({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
|
|
421
412
|
/**
|
|
422
413
|
* @param {ContentPlatformApplicationValidator.GenerateSEOTitleParam} arg - Arg object
|
|
423
414
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -454,32 +445,19 @@ declare class Content {
|
|
|
454
445
|
*/
|
|
455
446
|
getAnnouncementsList({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementsListParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAnnouncementListSchema>;
|
|
456
447
|
/**
|
|
457
|
-
* @param {ContentPlatformApplicationValidator.
|
|
448
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam} arg
|
|
458
449
|
* - Arg object
|
|
459
450
|
*
|
|
460
451
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
461
452
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
462
|
-
* @returns {Promise<ContentPlatformModel.
|
|
463
|
-
* Success response
|
|
464
|
-
* @name getAppCustomFieldDefinitionByResource
|
|
465
|
-
* @summary: Get custom fields definitions for a given resource type
|
|
466
|
-
* @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinitionByResource/).
|
|
467
|
-
*/
|
|
468
|
-
getAppCustomFieldDefinitionByResource({ pageNo, pageSize, resource, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
|
|
469
|
-
/**
|
|
470
|
-
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam} arg
|
|
471
|
-
* - Arg object
|
|
472
|
-
*
|
|
473
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
474
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
475
|
-
* @returns {Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>}
|
|
453
|
+
* @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
|
|
476
454
|
* - Success response
|
|
477
455
|
*
|
|
478
|
-
* @name
|
|
479
|
-
* @summary: Get custom fields definition
|
|
480
|
-
* @description: Custom field definitions can be
|
|
456
|
+
* @name getAppCustomFieldDefinition
|
|
457
|
+
* @summary: Get custom fields definition
|
|
458
|
+
* @description: Custom field definitions can be fetch using definition id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinition/).
|
|
481
459
|
*/
|
|
482
|
-
|
|
460
|
+
getAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
483
461
|
/**
|
|
484
462
|
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam} arg
|
|
485
463
|
* - Arg object
|
|
@@ -492,21 +470,34 @@ declare class Content {
|
|
|
492
470
|
* @summary: Get custom fields definitions
|
|
493
471
|
* @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinitions/).
|
|
494
472
|
*/
|
|
495
|
-
getAppCustomFieldDefinitions({ pageNo, pageSize,
|
|
473
|
+
getAppCustomFieldDefinitions({ pageNo, pageSize, resource, type, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
|
|
496
474
|
/**
|
|
497
475
|
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldTypesParam} arg
|
|
498
476
|
* - Arg object
|
|
499
477
|
*
|
|
500
478
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
501
479
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
502
|
-
* @returns {Promise<ContentPlatformModel.
|
|
480
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
|
|
503
481
|
* @name getAppCustomFieldTypes
|
|
504
482
|
* @summary: Get custom field types
|
|
505
483
|
* @description: Each custom field and custom field definition has a type, which defines the type of information that it can store. The custom field types have built-in validation. This api will give list of supported custom fields types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldTypes/).
|
|
506
484
|
*/
|
|
507
|
-
getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
485
|
+
getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
|
|
486
|
+
/**
|
|
487
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldsParam} arg
|
|
488
|
+
* - Arg object
|
|
489
|
+
*
|
|
490
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
491
|
+
* @param {import("../PlatformAPIClient").Options} - Options
|
|
492
|
+
* @returns {Promise<ContentPlatformModel.CustomFieldsResponseSchema>} -
|
|
493
|
+
* Success response
|
|
494
|
+
* @name getAppCustomFields
|
|
495
|
+
* @summary: Get list of custom fields of gives resource
|
|
496
|
+
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFields/).
|
|
497
|
+
*/
|
|
498
|
+
getAppCustomFields({ resource, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseSchema>;
|
|
508
499
|
/**
|
|
509
|
-
* @param {ContentPlatformApplicationValidator.
|
|
500
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam} arg
|
|
510
501
|
* - Arg object
|
|
511
502
|
*
|
|
512
503
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -514,38 +505,36 @@ declare class Content {
|
|
|
514
505
|
* @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
|
|
515
506
|
* - Success response
|
|
516
507
|
*
|
|
517
|
-
* @name
|
|
518
|
-
* @summary: Get list of custom fields of given resource and resource
|
|
519
|
-
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource
|
|
508
|
+
* @name getAppCustomFieldsByResourceId
|
|
509
|
+
* @summary: Get list of custom fields of given resource and resource id
|
|
510
|
+
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldsByResourceId/).
|
|
520
511
|
*/
|
|
521
|
-
|
|
512
|
+
getAppCustomFieldsByResourceId({ resource, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
522
513
|
/**
|
|
523
|
-
* @param {ContentPlatformApplicationValidator.
|
|
514
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectParam} arg
|
|
524
515
|
* - Arg object
|
|
525
516
|
*
|
|
526
517
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
527
518
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
528
|
-
* @returns {Promise<ContentPlatformModel.
|
|
529
|
-
*
|
|
530
|
-
* @name getAppCustomObjectBySlug
|
|
519
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
|
|
520
|
+
* @name getAppCustomObject
|
|
531
521
|
* @summary: Get custom object details
|
|
532
|
-
* @description: Details of
|
|
522
|
+
* @description: Details of custom objects, their field details, definitions, and references can be obtained using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObject/).
|
|
533
523
|
*/
|
|
534
|
-
|
|
524
|
+
getAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
|
|
535
525
|
/**
|
|
536
|
-
* @param {ContentPlatformApplicationValidator.
|
|
526
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam} arg
|
|
537
527
|
* - Arg object
|
|
538
528
|
*
|
|
539
529
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
540
530
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
541
|
-
* @returns {Promise<ContentPlatformModel.
|
|
542
|
-
*
|
|
543
|
-
*
|
|
544
|
-
* @name getAppCustomObjectDefinitionBySlug
|
|
531
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
|
|
532
|
+
* Success response
|
|
533
|
+
* @name getAppCustomObjectDefinition
|
|
545
534
|
* @summary: Get custom object definition
|
|
546
|
-
* @description: Custom object definitions can be fetched using their
|
|
535
|
+
* @description: Custom object definitions can be fetched using their definition ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinition/).
|
|
547
536
|
*/
|
|
548
|
-
|
|
537
|
+
getAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
|
|
549
538
|
/**
|
|
550
539
|
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam} arg
|
|
551
540
|
* - Arg object
|
|
@@ -560,17 +549,17 @@ declare class Content {
|
|
|
560
549
|
*/
|
|
561
550
|
getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
|
|
562
551
|
/**
|
|
563
|
-
* @param {ContentPlatformApplicationValidator.
|
|
552
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectsParam} arg
|
|
564
553
|
* - Arg object
|
|
565
554
|
*
|
|
566
555
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
567
556
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
568
557
|
* @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
|
|
569
|
-
* @name
|
|
558
|
+
* @name getAppCustomObjects
|
|
570
559
|
* @summary: Get list of custom objects
|
|
571
|
-
* @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
560
|
+
* @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjects/).
|
|
572
561
|
*/
|
|
573
|
-
|
|
562
|
+
getAppCustomObjects({ pageNo, pageSize, definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
|
|
574
563
|
/**
|
|
575
564
|
* @param {ContentPlatformApplicationValidator.GetAppJobsParam} arg - Arg object
|
|
576
565
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -605,12 +594,12 @@ declare class Content {
|
|
|
605
594
|
* @param {ContentPlatformApplicationValidator.GetBlogsParam} arg - Arg object
|
|
606
595
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
607
596
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
608
|
-
* @returns {Promise<ContentPlatformModel.
|
|
597
|
+
* @returns {Promise<ContentPlatformModel.BlogGetResponse>} - Success response
|
|
609
598
|
* @name getBlogs
|
|
610
599
|
* @summary: List blogs
|
|
611
600
|
* @description: List all blogs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
|
|
612
601
|
*/
|
|
613
|
-
getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
602
|
+
getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetResponse>;
|
|
614
603
|
/**
|
|
615
604
|
* @param {ContentPlatformApplicationValidator.GetDataLoadersParam} arg - Arg object
|
|
616
605
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -640,13 +629,13 @@ declare class Content {
|
|
|
640
629
|
*
|
|
641
630
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
642
631
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
643
|
-
* @returns {Promise<ContentPlatformModel.
|
|
632
|
+
* @returns {Promise<ContentPlatformModel.DefaultNavigationResponse>} -
|
|
644
633
|
* Success response
|
|
645
634
|
* @name getDefaultNavigations
|
|
646
635
|
* @summary: Get default navigations
|
|
647
636
|
* @description: Retrieve default navigation elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultNavigations/).
|
|
648
637
|
*/
|
|
649
|
-
getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
638
|
+
getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationResponse>;
|
|
650
639
|
/**
|
|
651
640
|
* @param {ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam} arg
|
|
652
641
|
* - Arg object
|
|
@@ -659,18 +648,6 @@ declare class Content {
|
|
|
659
648
|
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSEOMarkupSchema/).
|
|
660
649
|
*/
|
|
661
650
|
getDefaultSEOMarkupSchema({ pageType, requestHeaders }?: ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSchemaComponent>;
|
|
662
|
-
/**
|
|
663
|
-
* @param {ContentPlatformApplicationValidator.GetDefaultSitemapConfigParam} arg
|
|
664
|
-
* - Arg object
|
|
665
|
-
*
|
|
666
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
667
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
668
|
-
* @returns {Promise<ContentPlatformModel.DefaultSitemapConfig>} - Success response
|
|
669
|
-
* @name getDefaultSitemapConfig
|
|
670
|
-
* @summary: Get default sitemap configuration
|
|
671
|
-
* @description: Retrieves the current default sitemap configuration settings - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSitemapConfig/).
|
|
672
|
-
*/
|
|
673
|
-
getDefaultSitemapConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSitemapConfig>;
|
|
674
651
|
/**
|
|
675
652
|
* @param {ContentPlatformApplicationValidator.GetFaqByIdOrSlugParam} arg - Arg object
|
|
676
653
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -732,12 +709,12 @@ declare class Content {
|
|
|
732
709
|
* @param {ContentPlatformApplicationValidator.GetLandingPagesParam} arg - Arg object
|
|
733
710
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
734
711
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
735
|
-
* @returns {Promise<ContentPlatformModel.
|
|
712
|
+
* @returns {Promise<ContentPlatformModel.LandingPageGetResponse>} - Success response
|
|
736
713
|
* @name getLandingPages
|
|
737
714
|
* @summary: Get landing pages
|
|
738
715
|
* @description: Lists a list landing pages as per device types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLandingPages/).
|
|
739
716
|
*/
|
|
740
|
-
getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
717
|
+
getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetResponse>;
|
|
741
718
|
/**
|
|
742
719
|
* @param {ContentPlatformApplicationValidator.GetLegalInformationParam} arg
|
|
743
720
|
* - Arg object
|
|
@@ -766,12 +743,12 @@ declare class Content {
|
|
|
766
743
|
* @param {ContentPlatformApplicationValidator.GetNavigationsParam} arg - Arg object
|
|
767
744
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
768
745
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
769
|
-
* @returns {Promise<ContentPlatformModel.
|
|
746
|
+
* @returns {Promise<ContentPlatformModel.NavigationGetResponse>} - Success response
|
|
770
747
|
* @name getNavigations
|
|
771
748
|
* @summary: Get navigation items
|
|
772
749
|
* @description: Retrieve a list of navigational elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getNavigations/).
|
|
773
750
|
*/
|
|
774
|
-
getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
751
|
+
getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetResponse>;
|
|
775
752
|
/**
|
|
776
753
|
* @param {ContentPlatformApplicationValidator.GetPageBySlugParam} arg - Arg object
|
|
777
754
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -806,12 +783,12 @@ declare class Content {
|
|
|
806
783
|
* @param {ContentPlatformApplicationValidator.GetPagesParam} arg - Arg object
|
|
807
784
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
808
785
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
809
|
-
* @returns {Promise<ContentPlatformModel.
|
|
786
|
+
* @returns {Promise<ContentPlatformModel.PageGetResponse>} - Success response
|
|
810
787
|
* @name getPages
|
|
811
788
|
* @summary: Get pages
|
|
812
789
|
* @description: Retrieve a list of available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPages/).
|
|
813
790
|
*/
|
|
814
|
-
getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
791
|
+
getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetResponse>;
|
|
815
792
|
/**
|
|
816
793
|
* @param {ContentPlatformApplicationValidator.GetPathRedirectionRuleParam} arg
|
|
817
794
|
* - Arg object
|
|
@@ -872,29 +849,6 @@ declare class Content {
|
|
|
872
849
|
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchemas/).
|
|
873
850
|
*/
|
|
874
851
|
getSEOMarkupSchemas({ title, active, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchemaComponent>;
|
|
875
|
-
/**
|
|
876
|
-
* @param {ContentPlatformApplicationValidator.GetSitemapParam} arg - Arg object
|
|
877
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
878
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
879
|
-
* @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
|
|
880
|
-
* @name getSitemap
|
|
881
|
-
* @summary: Get a specific sitemap configuration
|
|
882
|
-
* @description: Retrieve a specific sitemap configuration by its name. Returns the complete configuration including the sitemap XML data, activation status, and timestamps.
|
|
883
|
-
* - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSitemap/).
|
|
884
|
-
*/
|
|
885
|
-
getSitemap({ name, requestHeaders }?: ContentPlatformApplicationValidator.GetSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
|
|
886
|
-
/**
|
|
887
|
-
* @param {ContentPlatformApplicationValidator.GetSitemapsParam} arg - Arg object
|
|
888
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
889
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
890
|
-
* @returns {Promise<ContentPlatformModel.SitemapConfigurationList>} -
|
|
891
|
-
* Success response
|
|
892
|
-
* @name getSitemaps
|
|
893
|
-
* @summary: List sitemap configurations
|
|
894
|
-
* @description: Retrieve a list of sitemap configurations for a specific company and application. Each configuration contains the sitemap XML data and its activation status.
|
|
895
|
-
* - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSitemaps/).
|
|
896
|
-
*/
|
|
897
|
-
getSitemaps({ pageNo, pageSize, isActive, name, requestHeaders }?: ContentPlatformApplicationValidator.GetSitemapsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfigurationList>;
|
|
898
852
|
/**
|
|
899
853
|
* @param {ContentPlatformApplicationValidator.GetSlideshowBySlugParam} arg
|
|
900
854
|
* - Arg object
|
|
@@ -911,12 +865,32 @@ declare class Content {
|
|
|
911
865
|
* @param {ContentPlatformApplicationValidator.GetSlideshowsParam} arg - Arg object
|
|
912
866
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
913
867
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
914
|
-
* @returns {Promise<ContentPlatformModel.
|
|
868
|
+
* @returns {Promise<ContentPlatformModel.SlideshowGetResponse>} - Success response
|
|
915
869
|
* @name getSlideshows
|
|
916
870
|
* @summary: List Slideshows
|
|
917
871
|
* @description: Use this API to list all Slideshows - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshows/).
|
|
918
872
|
*/
|
|
919
|
-
getSlideshows({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
873
|
+
getSlideshows({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowGetResponse>;
|
|
874
|
+
/**
|
|
875
|
+
* @param {Object} arg - Arg object.
|
|
876
|
+
* @param {string} arg.companyId - Numeric ID allotted to a business account
|
|
877
|
+
* on Fynd Platform
|
|
878
|
+
* @param {string} arg.applicationId - Numeric ID allotted to an application
|
|
879
|
+
* created within a business account.
|
|
880
|
+
* @param {string} arg.devicePlatform - Filter slideshows by platform.
|
|
881
|
+
* Acceptable values are: web, android, ios and all
|
|
882
|
+
* @param {number} [arg.pageSize] - The number of items to retrieve in each
|
|
883
|
+
* page. Default value is 10.
|
|
884
|
+
* @returns {Paginator<ContentPlatformModel.SlideshowGetResponse>}
|
|
885
|
+
* @summary: List Slideshows
|
|
886
|
+
* @description: Use this API to list all Slideshows
|
|
887
|
+
*/
|
|
888
|
+
getSlideshowsPaginator({ companyId, applicationId, devicePlatform, pageSize, }?: {
|
|
889
|
+
companyId: string;
|
|
890
|
+
applicationId: string;
|
|
891
|
+
devicePlatform: string;
|
|
892
|
+
pageSize?: number;
|
|
893
|
+
}): Paginator<ContentPlatformModel.SlideshowGetResponse>;
|
|
920
894
|
/**
|
|
921
895
|
* @param {ContentPlatformApplicationValidator.GetSupportInformationParam} arg
|
|
922
896
|
* - Arg object
|
|
@@ -930,31 +904,32 @@ declare class Content {
|
|
|
930
904
|
*/
|
|
931
905
|
getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
|
|
932
906
|
/**
|
|
933
|
-
* @param {ContentPlatformApplicationValidator.
|
|
907
|
+
* @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam} arg
|
|
934
908
|
* - Arg object
|
|
935
909
|
*
|
|
936
910
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
937
911
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
938
|
-
* @returns {Promise<ContentPlatformModel.
|
|
912
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>}
|
|
939
913
|
* - Success response
|
|
940
914
|
*
|
|
941
|
-
* @name
|
|
915
|
+
* @name importAppCustomObjectEntries
|
|
942
916
|
* @summary: Bulk custom object entries upload
|
|
943
|
-
* @description: Custom object bulk import of bulk entries can be performed using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
917
|
+
* @description: Custom object bulk import of bulk entries can be performed using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/importAppCustomObjectEntries/).
|
|
944
918
|
*/
|
|
945
|
-
|
|
919
|
+
importAppCustomObjectEntries({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>;
|
|
946
920
|
/**
|
|
947
921
|
* @param {ContentPlatformApplicationValidator.RemoveInjectableTagParam} arg
|
|
948
922
|
* - Arg object
|
|
949
923
|
*
|
|
950
924
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
951
925
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
952
|
-
* @returns {Promise<ContentPlatformModel.
|
|
926
|
+
* @returns {Promise<ContentPlatformModel.TagDeleteSuccessResponse>} -
|
|
927
|
+
* Success response
|
|
953
928
|
* @name removeInjectableTag
|
|
954
929
|
* @summary: Remove HTML tag
|
|
955
930
|
* @description: Delete a specific injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/removeInjectableTag/).
|
|
956
931
|
*/
|
|
957
|
-
removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
932
|
+
removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessResponse>;
|
|
958
933
|
/**
|
|
959
934
|
* @param {ContentPlatformApplicationValidator.ResetDataLoaderParam} arg - Arg object
|
|
960
935
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -967,17 +942,17 @@ declare class Content {
|
|
|
967
942
|
*/
|
|
968
943
|
resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
|
|
969
944
|
/**
|
|
970
|
-
* @param {ContentPlatformApplicationValidator.
|
|
945
|
+
* @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam} arg
|
|
971
946
|
* - Arg object
|
|
972
947
|
*
|
|
973
948
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
974
949
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
975
950
|
* @returns {Promise<string>} - Success response
|
|
976
|
-
* @name
|
|
951
|
+
* @name sampleAppCustomObjectBulkEntry
|
|
977
952
|
* @summary: Download sample for custom object bulk entry
|
|
978
|
-
* @description: Sample files for custom object bulk import can be obtained from this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
953
|
+
* @description: Sample files for custom object bulk import can be obtained from this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/sampleAppCustomObjectBulkEntry/).
|
|
979
954
|
*/
|
|
980
|
-
|
|
955
|
+
sampleAppCustomObjectBulkEntry({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam, { responseHeaders }?: object): Promise<string>;
|
|
981
956
|
/**
|
|
982
957
|
* @param {ContentPlatformApplicationValidator.SelectDataLoaderParam} arg - Arg object
|
|
983
958
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -1016,21 +991,7 @@ declare class Content {
|
|
|
1016
991
|
*/
|
|
1017
992
|
updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
1018
993
|
/**
|
|
1019
|
-
* @param {ContentPlatformApplicationValidator.
|
|
1020
|
-
* - Arg object
|
|
1021
|
-
*
|
|
1022
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1023
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1024
|
-
* @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
|
|
1025
|
-
* - Success response
|
|
1026
|
-
*
|
|
1027
|
-
* @name updateAppCustomFieldByResourceSlug
|
|
1028
|
-
* @summary: Create custom field entries for gives resource and resource slug
|
|
1029
|
-
* @description: You can add a custom field using this endpoint to any resource by providing the resource slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomFieldByResourceSlug/).
|
|
1030
|
-
*/
|
|
1031
|
-
updateAppCustomFieldByResourceSlug({ resource, resourceSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
1032
|
-
/**
|
|
1033
|
-
* @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam} arg
|
|
994
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam} arg
|
|
1034
995
|
* - Arg object
|
|
1035
996
|
*
|
|
1036
997
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -1038,38 +999,36 @@ declare class Content {
|
|
|
1038
999
|
* @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
|
|
1039
1000
|
* - Success response
|
|
1040
1001
|
*
|
|
1041
|
-
* @name
|
|
1002
|
+
* @name updateAppCustomFieldDefinition
|
|
1042
1003
|
* @summary: Update custom field definition
|
|
1043
|
-
* @description: Custom fields definition can be update using this api, You can update custom field definition name and description. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
1004
|
+
* @description: Custom fields definition can be update using this api, You can update custom field definition name and description. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomFieldDefinition/).
|
|
1044
1005
|
*/
|
|
1045
|
-
|
|
1006
|
+
updateAppCustomFieldDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
1046
1007
|
/**
|
|
1047
|
-
* @param {ContentPlatformApplicationValidator.
|
|
1008
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectParam} arg
|
|
1048
1009
|
* - Arg object
|
|
1049
1010
|
*
|
|
1050
1011
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1051
1012
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1052
|
-
* @returns {Promise<ContentPlatformModel.
|
|
1053
|
-
*
|
|
1054
|
-
* @name updateAppCustomObjectBySlug
|
|
1013
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
|
|
1014
|
+
* @name updateAppCustomObject
|
|
1055
1015
|
* @summary: Update custom object details
|
|
1056
|
-
* @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
1016
|
+
* @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObject/).
|
|
1057
1017
|
*/
|
|
1058
|
-
|
|
1018
|
+
updateAppCustomObject({ metaobjectId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
|
|
1059
1019
|
/**
|
|
1060
|
-
* @param {ContentPlatformApplicationValidator.
|
|
1020
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam} arg
|
|
1061
1021
|
* - Arg object
|
|
1062
1022
|
*
|
|
1063
1023
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1064
1024
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1065
|
-
* @returns {Promise<ContentPlatformModel.
|
|
1066
|
-
*
|
|
1067
|
-
*
|
|
1068
|
-
* @name updateAppCustomObjectDefinitionBySlug
|
|
1025
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
|
|
1026
|
+
* Success response
|
|
1027
|
+
* @name updateAppCustomObjectDefinition
|
|
1069
1028
|
* @summary: Update custom object definition
|
|
1070
|
-
* @description: Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
1029
|
+
* @description: Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectDefinition/).
|
|
1071
1030
|
*/
|
|
1072
|
-
|
|
1031
|
+
updateAppCustomObjectDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
|
|
1073
1032
|
/**
|
|
1074
1033
|
* @param {ContentPlatformApplicationValidator.UpdateBlogParam} arg - Arg object
|
|
1075
1034
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -1080,18 +1039,6 @@ declare class Content {
|
|
|
1080
1039
|
* @description: Modify the content and settings of a specific blog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateBlog/).
|
|
1081
1040
|
*/
|
|
1082
1041
|
updateBlog({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
|
|
1083
|
-
/**
|
|
1084
|
-
* @param {ContentPlatformApplicationValidator.UpdateDefaultSitemapConfigParam} arg
|
|
1085
|
-
* - Arg object
|
|
1086
|
-
*
|
|
1087
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1088
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1089
|
-
* @returns {Promise<ContentPlatformModel.DefaultSitemapConfig>} - Success response
|
|
1090
|
-
* @name updateDefaultSitemapConfig
|
|
1091
|
-
* @summary: Update default sitemap configuration
|
|
1092
|
-
* @description: Updates the default sitemap configuration settings - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateDefaultSitemapConfig/).
|
|
1093
|
-
*/
|
|
1094
|
-
updateDefaultSitemapConfig({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateDefaultSitemapConfigParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSitemapConfig>;
|
|
1095
1042
|
/**
|
|
1096
1043
|
* @param {ContentPlatformApplicationValidator.UpdateFaqParam} arg - Arg object
|
|
1097
1044
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -1206,17 +1153,6 @@ declare class Content {
|
|
|
1206
1153
|
* @description: Modify configuration settings for SEO. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSEOConfiguration/).
|
|
1207
1154
|
*/
|
|
1208
1155
|
updateSEOConfiguration({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSEOConfigurationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchema>;
|
|
1209
|
-
/**
|
|
1210
|
-
* @param {ContentPlatformApplicationValidator.UpdateSitemapParam} arg - Arg object
|
|
1211
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1212
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1213
|
-
* @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
|
|
1214
|
-
* @name updateSitemap
|
|
1215
|
-
* @summary: Update a specific sitemap configuration
|
|
1216
|
-
* @description: Update an existing sitemap configuration identified by its name. You can update the activation status and/or the sitemap XML data. The name cannot be modified once the configuration is created. The updated sitemap XML data must be valid XML following the sitemap protocol specification.
|
|
1217
|
-
* - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSitemap/).
|
|
1218
|
-
*/
|
|
1219
|
-
updateSitemap({ name, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
|
|
1220
1156
|
/**
|
|
1221
1157
|
* @param {ContentPlatformApplicationValidator.UpdateSlideshowParam} arg - Arg object
|
|
1222
1158
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -1242,3 +1178,4 @@ declare class Content {
|
|
|
1242
1178
|
}
|
|
1243
1179
|
import ContentPlatformApplicationValidator = require("./ContentPlatformApplicationValidator");
|
|
1244
1180
|
import ContentPlatformModel = require("./ContentPlatformModel");
|
|
1181
|
+
import Paginator = require("../../common/Paginator");
|