@gofynd/fdk-client-javascript 1.4.15-beta.2 → 1.4.15
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 +2 -2
- package/application.d.ts +1 -2
- package/application.js +2 -3
- package/index.d.ts +1 -2
- package/index.js +7 -1
- package/package.json +2 -3
- package/sdk/application/ApplicationClient.d.ts +2 -0
- package/sdk/application/ApplicationClient.js +2 -18
- package/sdk/application/Cart/CartApplicationClient.d.ts +75 -90
- package/sdk/application/Cart/CartApplicationClient.js +108 -1199
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +81 -142
- package/sdk/application/Catalog/CatalogApplicationClient.js +41 -1344
- package/sdk/application/Common/CommonApplicationClient.d.ts +4 -8
- package/sdk/application/Common/CommonApplicationClient.js +2 -92
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -19
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -148
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -73
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -727
- package/sdk/application/Content/ContentApplicationClient.d.ts +48 -111
- package/sdk/application/Content/ContentApplicationClient.js +43 -1065
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -13
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +8 -138
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +29 -0
- package/sdk/application/Finance/FinanceApplicationClient.js +105 -0
- package/sdk/application/Lead/LeadApplicationClient.d.ts +10 -18
- package/sdk/application/Lead/LeadApplicationClient.js +5 -217
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +42 -39
- package/sdk/application/Logistic/LogisticApplicationClient.js +91 -493
- package/sdk/application/Order/OrderApplicationClient.d.ts +36 -46
- package/sdk/application/Order/OrderApplicationClient.js +52 -507
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +103 -213
- package/sdk/application/Payment/PaymentApplicationClient.js +84 -2105
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +15 -29
- package/sdk/application/Rewards/RewardsApplicationClient.js +8 -312
- package/sdk/application/Share/ShareApplicationClient.d.ts +14 -24
- package/sdk/application/Share/ShareApplicationClient.js +7 -309
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -14
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -176
- package/sdk/application/User/UserApplicationClient.d.ts +87 -138
- package/sdk/application/User/UserApplicationClient.js +44 -1820
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -7
- package/sdk/application/Webhook/WebhookApplicationClient.js +3 -52
- package/sdk/application/index.d.ts +0 -18
- package/sdk/application/index.js +0 -33
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +86 -12
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +582 -24
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +116 -19
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +121 -14
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +8 -1
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +51 -4
- 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 +157 -30
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +1177 -56
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +1662 -249
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +774 -162
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +13 -1
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +141 -12
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +8 -10
- package/sdk/partner/Theme/ThemePartnerClient.js +14 -16
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +96 -37
- package/sdk/partner/Theme/ThemePartnerModel.js +90 -36
- package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +28 -18
- package/sdk/partner/Webhook/WebhookPartnerClient.js +103 -18
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +612 -179
- package/sdk/partner/Webhook/WebhookPartnerModel.js +253 -150
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +1 -0
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +11 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +5 -4
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +14 -8
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +59 -9
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +40 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +2 -32
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +3 -243
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +11 -130
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +12 -152
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -39
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +0 -35
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
- package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +443 -388
- package/sdk/platform/Billing/BillingPlatformModel.js +280 -263
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +16 -18
- package/sdk/platform/Billing/BillingPlatformValidator.js +8 -9
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +134 -103
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +407 -112
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +111 -65
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +106 -44
- package/sdk/platform/Cart/CartPlatformModel.d.ts +5060 -1300
- package/sdk/platform/Cart/CartPlatformModel.js +1985 -1217
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +209 -183
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +452 -395
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +185 -142
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +96 -78
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +178 -117
- package/sdk/platform/Catalog/CatalogPlatformClient.js +468 -172
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +6554 -1772
- package/sdk/platform/Catalog/CatalogPlatformModel.js +3264 -1690
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +116 -31
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +85 -24
- package/sdk/platform/Common/CommonPlatformClient.d.ts +3 -2
- package/sdk/platform/Common/CommonPlatformClient.js +3 -2
- package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
- package/sdk/platform/Common/CommonPlatformModel.js +6 -6
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +16 -17
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +16 -17
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +43 -33
- package/sdk/platform/Communication/CommunicationPlatformModel.js +38 -34
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +46 -42
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +47 -43
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +210 -212
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +46 -33
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +67 -54
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +45 -24
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +134 -30
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +283 -124
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +219 -94
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +37 -9
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +27 -8
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +122 -191
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +447 -831
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +174 -220
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +164 -199
- package/sdk/platform/Content/ContentPlatformClient.d.ts +142 -106
- package/sdk/platform/Content/ContentPlatformClient.js +523 -336
- package/sdk/platform/Content/ContentPlatformModel.d.ts +1233 -476
- package/sdk/platform/Content/ContentPlatformModel.js +514 -487
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +168 -117
- package/sdk/platform/Content/ContentPlatformValidator.js +162 -108
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +14 -12
- package/sdk/platform/Discount/DiscountPlatformClient.js +14 -12
- 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 +94 -36
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +462 -60
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +62 -15
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +75 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +370 -101
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +313 -84
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
- 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 +17 -6
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +85 -7
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +95 -24
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +39 -19
- package/sdk/platform/Order/OrderPlatformClient.d.ts +153 -96
- package/sdk/platform/Order/OrderPlatformClient.js +424 -198
- package/sdk/platform/Order/OrderPlatformModel.d.ts +7747 -1342
- package/sdk/platform/Order/OrderPlatformModel.js +3960 -1262
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +292 -109
- package/sdk/platform/Order/OrderPlatformValidator.js +145 -77
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +9 -7
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
- package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +93 -105
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +129 -141
- 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 +333 -319
- package/sdk/platform/Payment/PaymentPlatformModel.js +288 -278
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
- package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
- package/sdk/platform/PlatformClient.d.ts +0 -2
- package/sdk/platform/PlatformClient.js +0 -4
- 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 +46 -36
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +132 -41
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +46 -17
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +34 -14
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +132 -44
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +681 -64
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2458 -650
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1266 -572
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +176 -47
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +134 -28
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
- package/sdk/platform/Share/SharePlatformModel.d.ts +36 -5
- package/sdk/platform/Share/SharePlatformModel.js +27 -4
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +8 -4
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +5 -0
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +2 -0
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +37 -11
- package/sdk/platform/Theme/ThemePlatformModel.js +33 -15
- 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 +25 -78
- package/sdk/platform/Webhook/WebhookPlatformClient.js +75 -470
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +720 -427
- package/sdk/platform/Webhook/WebhookPlatformModel.js +410 -386
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -55
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +12 -72
- package/sdk/platform/index.d.ts +0 -1
- package/sdk/platform/index.js +0 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +10 -7
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
- package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
- package/sdk/public/Content/ContentPublicClient.d.ts +112 -2
- package/sdk/public/Content/ContentPublicClient.js +795 -7
- package/sdk/public/Content/ContentPublicModel.d.ts +549 -3
- package/sdk/public/Content/ContentPublicModel.js +649 -3
- package/sdk/public/Content/ContentPublicValidator.d.ts +69 -3
- package/sdk/public/Content/ContentPublicValidator.js +88 -2
- package/sdk/public/Partner/PartnerPublicClient.js +4 -2
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
- package/sdk/public/Webhook/WebhookPublicClient.js +12 -10
- 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/Cart/CartApplicationModel.d.ts +0 -3994
- package/sdk/application/Cart/CartApplicationModel.js +0 -2497
- package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -769
- package/sdk/application/Cart/CartApplicationValidator.js +0 -530
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +0 -3857
- package/sdk/application/Catalog/CatalogApplicationModel.js +0 -2629
- package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +0 -791
- package/sdk/application/Catalog/CatalogApplicationValidator.js +0 -551
- package/sdk/application/Common/CommonApplicationModel.d.ts +0 -449
- package/sdk/application/Common/CommonApplicationModel.js +0 -308
- package/sdk/application/Common/CommonApplicationValidator.d.ts +0 -46
- package/sdk/application/Common/CommonApplicationValidator.js +0 -38
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +0 -293
- package/sdk/application/Communication/CommunicationApplicationModel.js +0 -201
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +0 -29
- package/sdk/application/Communication/CommunicationApplicationValidator.js +0 -38
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +0 -2556
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +0 -1887
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +0 -179
- package/sdk/application/Configuration/ConfigurationApplicationValidator.js +0 -176
- package/sdk/application/Content/ContentApplicationModel.d.ts +0 -2133
- package/sdk/application/Content/ContentApplicationModel.js +0 -1589
- package/sdk/application/Content/ContentApplicationValidator.d.ts +0 -284
- package/sdk/application/Content/ContentApplicationValidator.js +0 -264
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +0 -272
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +0 -190
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +0 -56
- package/sdk/application/FileStorage/FileStorageApplicationValidator.js +0 -53
- package/sdk/application/Lead/LeadApplicationModel.d.ts +0 -590
- package/sdk/application/Lead/LeadApplicationModel.js +0 -480
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +0 -68
- package/sdk/application/Lead/LeadApplicationValidator.js +0 -71
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +0 -1675
- package/sdk/application/Logistic/LogisticApplicationModel.js +0 -1121
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +0 -254
- package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -190
- package/sdk/application/Order/OrderApplicationModel.d.ts +0 -2296
- package/sdk/application/Order/OrderApplicationModel.js +0 -1471
- package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -265
- package/sdk/application/Order/OrderApplicationValidator.js +0 -197
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +0 -4058
- package/sdk/application/Payment/PaymentApplicationModel.js +0 -2630
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +0 -576
- package/sdk/application/Payment/PaymentApplicationValidator.js +0 -594
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +0 -365
- package/sdk/application/Rewards/RewardsApplicationModel.js +0 -396
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +0 -73
- package/sdk/application/Rewards/RewardsApplicationValidator.js +0 -84
- package/sdk/application/Share/ShareApplicationModel.d.ts +0 -339
- package/sdk/application/Share/ShareApplicationModel.js +0 -234
- package/sdk/application/Share/ShareApplicationValidator.d.ts +0 -90
- package/sdk/application/Share/ShareApplicationValidator.js +0 -91
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +0 -1713
- package/sdk/application/Theme/ThemeApplicationModel.js +0 -1426
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -66
- package/sdk/application/Theme/ThemeApplicationValidator.js +0 -58
- package/sdk/application/User/UserApplicationModel.d.ts +0 -1943
- package/sdk/application/User/UserApplicationModel.js +0 -1382
- package/sdk/application/User/UserApplicationValidator.d.ts +0 -560
- package/sdk/application/User/UserApplicationValidator.js +0 -573
- package/sdk/application/Webhook/WebhookApplicationModel.d.ts +0 -52
- package/sdk/application/Webhook/WebhookApplicationModel.js +0 -46
- package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +0 -16
- package/sdk/application/Webhook/WebhookApplicationValidator.js +0 -19
- package/sdk/common/Clickstream.d.ts +0 -1
- package/sdk/common/Clickstream.js +0 -464
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -320
- package/sdk/platform/Finance/FinancePlatformClient.js +0 -2333
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +0 -2890
- package/sdk/platform/Finance/FinancePlatformModel.js +0 -2148
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +0 -284
- package/sdk/platform/Finance/FinancePlatformValidator.js +0 -354
|
@@ -59,20 +59,6 @@ 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>;
|
|
76
62
|
/**
|
|
77
63
|
* @param {ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam} arg
|
|
78
64
|
* - Arg object
|
|
@@ -83,35 +69,36 @@ declare class Content {
|
|
|
83
69
|
* - Success response
|
|
84
70
|
*
|
|
85
71
|
* @name createAppCustomFieldDefinition
|
|
86
|
-
* @summary: Create custom field definition
|
|
72
|
+
* @summary: Create custom field definition for a given resource type
|
|
87
73
|
* @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/).
|
|
88
74
|
*/
|
|
89
|
-
createAppCustomFieldDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
75
|
+
createAppCustomFieldDefinition({ resource, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
90
76
|
/**
|
|
91
|
-
* @param {ContentPlatformApplicationValidator.
|
|
77
|
+
* @param {ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam} arg
|
|
92
78
|
* - Arg object
|
|
93
79
|
*
|
|
94
80
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
95
81
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
96
82
|
* @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
|
|
97
|
-
* @name
|
|
83
|
+
* @name createAppCustomObjectBySlug
|
|
98
84
|
* @summary: Create custom object entries
|
|
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/
|
|
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/createAppCustomObjectBySlug/).
|
|
100
86
|
*/
|
|
101
|
-
|
|
87
|
+
createAppCustomObjectBySlug({ definitionSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
|
|
102
88
|
/**
|
|
103
89
|
* @param {ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam} arg
|
|
104
90
|
* - Arg object
|
|
105
91
|
*
|
|
106
92
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
107
93
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
108
|
-
* @returns {Promise<ContentPlatformModel.
|
|
109
|
-
* Success response
|
|
94
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
|
|
95
|
+
* - Success response
|
|
96
|
+
*
|
|
110
97
|
* @name createAppCustomObjectDefinition
|
|
111
98
|
* @summary: Create custom object definition
|
|
112
99
|
* @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/).
|
|
113
100
|
*/
|
|
114
|
-
createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
101
|
+
createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
|
|
115
102
|
/**
|
|
116
103
|
* @param {ContentPlatformApplicationValidator.CreateBlogParam} arg - Arg object
|
|
117
104
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -190,16 +177,6 @@ declare class Content {
|
|
|
190
177
|
* @description: Use this API to Create SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSEOMarkupSchema/).
|
|
191
178
|
*/
|
|
192
179
|
createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
193
|
-
/**
|
|
194
|
-
* @param {ContentPlatformApplicationValidator.CreateSlideshowParam} arg - Arg object
|
|
195
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
196
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
197
|
-
* @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
|
|
198
|
-
* @name createSlideshow
|
|
199
|
-
* @summary: Create a slideshow
|
|
200
|
-
* @description: Use this API to create a slideshow. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSlideshow/).
|
|
201
|
-
*/
|
|
202
|
-
createSlideshow({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSlideshowParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
|
|
203
180
|
/**
|
|
204
181
|
* @param {ContentPlatformApplicationValidator.DeleteAnnouncementParam} arg
|
|
205
182
|
* - Arg object
|
|
@@ -214,31 +191,31 @@ declare class Content {
|
|
|
214
191
|
*/
|
|
215
192
|
deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
216
193
|
/**
|
|
217
|
-
* @param {ContentPlatformApplicationValidator.
|
|
194
|
+
* @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam} arg
|
|
218
195
|
* - Arg object
|
|
219
196
|
*
|
|
220
197
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
221
198
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
222
199
|
* @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
|
|
223
|
-
* @name
|
|
200
|
+
* @name deleteAppCustomFieldDefinitionBySlug
|
|
224
201
|
* @summary: Delete custom fields definition
|
|
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/
|
|
202
|
+
* @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/deleteAppCustomFieldDefinitionBySlug/).
|
|
226
203
|
*/
|
|
227
|
-
|
|
204
|
+
deleteAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
|
|
228
205
|
/**
|
|
229
|
-
* @param {ContentPlatformApplicationValidator.
|
|
206
|
+
* @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam} arg
|
|
230
207
|
* - Arg object
|
|
231
208
|
*
|
|
232
209
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
233
210
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
234
211
|
* @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
|
|
235
|
-
* @name
|
|
212
|
+
* @name deleteAppCustomObjectBySlug
|
|
236
213
|
* @summary: Delete custom object
|
|
237
|
-
* @description: Custom object
|
|
214
|
+
* @description: A Custom object entry can be deleted by providing the custom object definition slug and custom object entry slug using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObjectBySlug/).
|
|
238
215
|
*/
|
|
239
|
-
|
|
216
|
+
deleteAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
|
|
240
217
|
/**
|
|
241
|
-
* @param {ContentPlatformApplicationValidator.
|
|
218
|
+
* @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam} arg
|
|
242
219
|
* - Arg object
|
|
243
220
|
*
|
|
244
221
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -246,11 +223,11 @@ declare class Content {
|
|
|
246
223
|
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>}
|
|
247
224
|
* - Success response
|
|
248
225
|
*
|
|
249
|
-
* @name
|
|
226
|
+
* @name deleteAppCustomObjectDefinitionBySlug
|
|
250
227
|
* @summary: Delete custom object definition
|
|
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/
|
|
228
|
+
* @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/deleteAppCustomObjectDefinitionBySlug/).
|
|
252
229
|
*/
|
|
253
|
-
|
|
230
|
+
deleteAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
|
|
254
231
|
/**
|
|
255
232
|
* @param {ContentPlatformApplicationValidator.DeleteBlogParam} arg - Arg object
|
|
256
233
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -350,16 +327,6 @@ declare class Content {
|
|
|
350
327
|
* @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
|
|
351
328
|
*/
|
|
352
329
|
deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
353
|
-
/**
|
|
354
|
-
* @param {ContentPlatformApplicationValidator.DeleteSlideshowParam} arg - Arg object
|
|
355
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
356
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
357
|
-
* @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
|
|
358
|
-
* @name deleteSlideshow
|
|
359
|
-
* @summary: Delete a slideshow
|
|
360
|
-
* @description: Use this API to delete an existing slideshow. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSlideshow/).
|
|
361
|
-
*/
|
|
362
|
-
deleteSlideshow({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSlideshowParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
|
|
363
330
|
/**
|
|
364
331
|
* @param {ContentPlatformApplicationValidator.EditDataLoaderParam} arg - Arg object
|
|
365
332
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -396,7 +363,7 @@ declare class Content {
|
|
|
396
363
|
*/
|
|
397
364
|
editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
|
|
398
365
|
/**
|
|
399
|
-
* @param {ContentPlatformApplicationValidator.
|
|
366
|
+
* @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam} arg
|
|
400
367
|
* - Arg object
|
|
401
368
|
*
|
|
402
369
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -404,11 +371,11 @@ declare class Content {
|
|
|
404
371
|
* @returns {Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>}
|
|
405
372
|
* - Success response
|
|
406
373
|
*
|
|
407
|
-
* @name
|
|
374
|
+
* @name exportAppCustomObjectEntriesBySlug
|
|
408
375
|
* @summary: Initiate download for bulk custom object entries
|
|
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/
|
|
376
|
+
* @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/exportAppCustomObjectEntriesBySlug/).
|
|
410
377
|
*/
|
|
411
|
-
|
|
378
|
+
exportAppCustomObjectEntriesBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
|
|
412
379
|
/**
|
|
413
380
|
* @param {ContentPlatformApplicationValidator.GenerateSEOTitleParam} arg - Arg object
|
|
414
381
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -445,19 +412,32 @@ declare class Content {
|
|
|
445
412
|
*/
|
|
446
413
|
getAnnouncementsList({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementsListParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAnnouncementListSchema>;
|
|
447
414
|
/**
|
|
448
|
-
* @param {ContentPlatformApplicationValidator.
|
|
415
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam} arg
|
|
449
416
|
* - Arg object
|
|
450
417
|
*
|
|
451
418
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
452
419
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
453
|
-
* @returns {Promise<ContentPlatformModel.
|
|
420
|
+
* @returns {Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>} -
|
|
421
|
+
* Success response
|
|
422
|
+
* @name getAppCustomFieldDefinitionByResource
|
|
423
|
+
* @summary: Get custom fields definitions for a given resource type
|
|
424
|
+
* @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/).
|
|
425
|
+
*/
|
|
426
|
+
getAppCustomFieldDefinitionByResource({ pageNo, pageSize, resource, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
|
|
427
|
+
/**
|
|
428
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam} arg
|
|
429
|
+
* - Arg object
|
|
430
|
+
*
|
|
431
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
432
|
+
* @param {import("../PlatformAPIClient").Options} - Options
|
|
433
|
+
* @returns {Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>}
|
|
454
434
|
* - Success response
|
|
455
435
|
*
|
|
456
|
-
* @name
|
|
457
|
-
* @summary: Get custom fields definition
|
|
458
|
-
* @description: Custom field definitions can be
|
|
436
|
+
* @name getAppCustomFieldDefinitionBySlug
|
|
437
|
+
* @summary: Get custom fields definition by resource, slug and namespace
|
|
438
|
+
* @description: Custom field definitions can be retrived from this using its slug, namespace and resource - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinitionBySlug/).
|
|
459
439
|
*/
|
|
460
|
-
|
|
440
|
+
getAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>;
|
|
461
441
|
/**
|
|
462
442
|
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam} arg
|
|
463
443
|
* - Arg object
|
|
@@ -470,34 +450,21 @@ declare class Content {
|
|
|
470
450
|
* @summary: Get custom fields definitions
|
|
471
451
|
* @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/).
|
|
472
452
|
*/
|
|
473
|
-
getAppCustomFieldDefinitions({ pageNo, pageSize,
|
|
453
|
+
getAppCustomFieldDefinitions({ pageNo, pageSize, resources, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
|
|
474
454
|
/**
|
|
475
455
|
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldTypesParam} arg
|
|
476
456
|
* - Arg object
|
|
477
457
|
*
|
|
478
458
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
479
459
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
480
|
-
* @returns {Promise<ContentPlatformModel.
|
|
460
|
+
* @returns {Promise<ContentPlatformModel.MetafieldTypesSchema>} - Success response
|
|
481
461
|
* @name getAppCustomFieldTypes
|
|
482
462
|
* @summary: Get custom field types
|
|
483
463
|
* @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/).
|
|
484
464
|
*/
|
|
485
|
-
getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
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>;
|
|
465
|
+
getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.MetafieldTypesSchema>;
|
|
499
466
|
/**
|
|
500
|
-
* @param {ContentPlatformApplicationValidator.
|
|
467
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam} arg
|
|
501
468
|
* - Arg object
|
|
502
469
|
*
|
|
503
470
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -505,36 +472,38 @@ declare class Content {
|
|
|
505
472
|
* @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
|
|
506
473
|
* - Success response
|
|
507
474
|
*
|
|
508
|
-
* @name
|
|
509
|
-
* @summary: Get list of custom fields of given resource and resource
|
|
510
|
-
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource
|
|
475
|
+
* @name getAppCustomFieldsByResourceSlug
|
|
476
|
+
* @summary: Get list of custom fields of given resource and resource slug
|
|
477
|
+
* @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldsByResourceSlug/).
|
|
511
478
|
*/
|
|
512
|
-
|
|
479
|
+
getAppCustomFieldsByResourceSlug({ resource, resourceSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
513
480
|
/**
|
|
514
|
-
* @param {ContentPlatformApplicationValidator.
|
|
481
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam} arg
|
|
515
482
|
* - Arg object
|
|
516
483
|
*
|
|
517
484
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
518
485
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
519
|
-
* @returns {Promise<ContentPlatformModel.
|
|
520
|
-
*
|
|
486
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectBySlugSchema>} -
|
|
487
|
+
* Success response
|
|
488
|
+
* @name getAppCustomObjectBySlug
|
|
521
489
|
* @summary: Get custom object details
|
|
522
|
-
* @description: Details of custom
|
|
490
|
+
* @description: Details of a custom object entry can be obtained using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectBySlug/).
|
|
523
491
|
*/
|
|
524
|
-
|
|
492
|
+
getAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
|
|
525
493
|
/**
|
|
526
|
-
* @param {ContentPlatformApplicationValidator.
|
|
494
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam} arg
|
|
527
495
|
* - Arg object
|
|
528
496
|
*
|
|
529
497
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
530
498
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
531
|
-
* @returns {Promise<ContentPlatformModel.
|
|
532
|
-
* Success response
|
|
533
|
-
*
|
|
499
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
|
|
500
|
+
* - Success response
|
|
501
|
+
*
|
|
502
|
+
* @name getAppCustomObjectDefinitionBySlug
|
|
534
503
|
* @summary: Get custom object definition
|
|
535
|
-
* @description: Custom object definitions can be fetched using their definition
|
|
504
|
+
* @description: Custom object definitions can be fetched using their custom object definition slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinitionBySlug/).
|
|
536
505
|
*/
|
|
537
|
-
|
|
506
|
+
getAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
|
|
538
507
|
/**
|
|
539
508
|
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam} arg
|
|
540
509
|
* - Arg object
|
|
@@ -549,17 +518,17 @@ declare class Content {
|
|
|
549
518
|
*/
|
|
550
519
|
getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
|
|
551
520
|
/**
|
|
552
|
-
* @param {ContentPlatformApplicationValidator.
|
|
521
|
+
* @param {ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam} arg
|
|
553
522
|
* - Arg object
|
|
554
523
|
*
|
|
555
524
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
556
525
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
557
526
|
* @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
|
|
558
|
-
* @name
|
|
527
|
+
* @name getAppCustomObjectsBySlug
|
|
559
528
|
* @summary: Get list of custom objects
|
|
560
|
-
* @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
529
|
+
* @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectsBySlug/).
|
|
561
530
|
*/
|
|
562
|
-
|
|
531
|
+
getAppCustomObjectsBySlug({ pageNo, pageSize, definitionSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
|
|
563
532
|
/**
|
|
564
533
|
* @param {ContentPlatformApplicationValidator.GetAppJobsParam} arg - Arg object
|
|
565
534
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -594,12 +563,12 @@ declare class Content {
|
|
|
594
563
|
* @param {ContentPlatformApplicationValidator.GetBlogsParam} arg - Arg object
|
|
595
564
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
596
565
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
597
|
-
* @returns {Promise<ContentPlatformModel.
|
|
566
|
+
* @returns {Promise<ContentPlatformModel.BlogGetDetails>} - Success response
|
|
598
567
|
* @name getBlogs
|
|
599
568
|
* @summary: List blogs
|
|
600
569
|
* @description: List all blogs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
|
|
601
570
|
*/
|
|
602
|
-
getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
571
|
+
getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetDetails>;
|
|
603
572
|
/**
|
|
604
573
|
* @param {ContentPlatformApplicationValidator.GetDataLoadersParam} arg - Arg object
|
|
605
574
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -629,13 +598,13 @@ declare class Content {
|
|
|
629
598
|
*
|
|
630
599
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
631
600
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
632
|
-
* @returns {Promise<ContentPlatformModel.
|
|
601
|
+
* @returns {Promise<ContentPlatformModel.DefaultNavigationDetails>} -
|
|
633
602
|
* Success response
|
|
634
603
|
* @name getDefaultNavigations
|
|
635
604
|
* @summary: Get default navigations
|
|
636
605
|
* @description: Retrieve default navigation elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultNavigations/).
|
|
637
606
|
*/
|
|
638
|
-
getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
607
|
+
getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationDetails>;
|
|
639
608
|
/**
|
|
640
609
|
* @param {ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam} arg
|
|
641
610
|
* - Arg object
|
|
@@ -709,12 +678,12 @@ declare class Content {
|
|
|
709
678
|
* @param {ContentPlatformApplicationValidator.GetLandingPagesParam} arg - Arg object
|
|
710
679
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
711
680
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
712
|
-
* @returns {Promise<ContentPlatformModel.
|
|
681
|
+
* @returns {Promise<ContentPlatformModel.LandingPageGetDetails>} - Success response
|
|
713
682
|
* @name getLandingPages
|
|
714
683
|
* @summary: Get landing pages
|
|
715
684
|
* @description: Lists a list landing pages as per device types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLandingPages/).
|
|
716
685
|
*/
|
|
717
|
-
getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
686
|
+
getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetDetails>;
|
|
718
687
|
/**
|
|
719
688
|
* @param {ContentPlatformApplicationValidator.GetLegalInformationParam} arg
|
|
720
689
|
* - Arg object
|
|
@@ -743,12 +712,12 @@ declare class Content {
|
|
|
743
712
|
* @param {ContentPlatformApplicationValidator.GetNavigationsParam} arg - Arg object
|
|
744
713
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
745
714
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
746
|
-
* @returns {Promise<ContentPlatformModel.
|
|
715
|
+
* @returns {Promise<ContentPlatformModel.NavigationGetDetails>} - Success response
|
|
747
716
|
* @name getNavigations
|
|
748
717
|
* @summary: Get navigation items
|
|
749
718
|
* @description: Retrieve a list of navigational elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getNavigations/).
|
|
750
719
|
*/
|
|
751
|
-
getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
720
|
+
getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetDetails>;
|
|
752
721
|
/**
|
|
753
722
|
* @param {ContentPlatformApplicationValidator.GetPageBySlugParam} arg - Arg object
|
|
754
723
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -783,12 +752,12 @@ declare class Content {
|
|
|
783
752
|
* @param {ContentPlatformApplicationValidator.GetPagesParam} arg - Arg object
|
|
784
753
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
785
754
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
786
|
-
* @returns {Promise<ContentPlatformModel.
|
|
755
|
+
* @returns {Promise<ContentPlatformModel.PageGetDetails>} - Success response
|
|
787
756
|
* @name getPages
|
|
788
757
|
* @summary: Get pages
|
|
789
758
|
* @description: Retrieve a list of available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPages/).
|
|
790
759
|
*/
|
|
791
|
-
getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
760
|
+
getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetDetails>;
|
|
792
761
|
/**
|
|
793
762
|
* @param {ContentPlatformApplicationValidator.GetPathRedirectionRuleParam} arg
|
|
794
763
|
* - Arg object
|
|
@@ -849,48 +818,6 @@ declare class Content {
|
|
|
849
818
|
* @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchemas/).
|
|
850
819
|
*/
|
|
851
820
|
getSEOMarkupSchemas({ title, active, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchemaComponent>;
|
|
852
|
-
/**
|
|
853
|
-
* @param {ContentPlatformApplicationValidator.GetSlideshowBySlugParam} arg
|
|
854
|
-
* - Arg object
|
|
855
|
-
*
|
|
856
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
857
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
858
|
-
* @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
|
|
859
|
-
* @name getSlideshowBySlug
|
|
860
|
-
* @summary: Get Slideshow
|
|
861
|
-
* @description: Use this API to get the details of a slideshow by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshowBySlug/).
|
|
862
|
-
*/
|
|
863
|
-
getSlideshowBySlug({ slug, devicePlatform, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
|
|
864
|
-
/**
|
|
865
|
-
* @param {ContentPlatformApplicationValidator.GetSlideshowsParam} arg - Arg object
|
|
866
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
867
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
868
|
-
* @returns {Promise<ContentPlatformModel.SlideshowGetResponse>} - Success response
|
|
869
|
-
* @name getSlideshows
|
|
870
|
-
* @summary: List Slideshows
|
|
871
|
-
* @description: Use this API to list all Slideshows - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshows/).
|
|
872
|
-
*/
|
|
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>;
|
|
894
821
|
/**
|
|
895
822
|
* @param {ContentPlatformApplicationValidator.GetSupportInformationParam} arg
|
|
896
823
|
* - Arg object
|
|
@@ -904,32 +831,31 @@ declare class Content {
|
|
|
904
831
|
*/
|
|
905
832
|
getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
|
|
906
833
|
/**
|
|
907
|
-
* @param {ContentPlatformApplicationValidator.
|
|
834
|
+
* @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam} arg
|
|
908
835
|
* - Arg object
|
|
909
836
|
*
|
|
910
837
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
911
838
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
912
|
-
* @returns {Promise<ContentPlatformModel.
|
|
839
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>}
|
|
913
840
|
* - Success response
|
|
914
841
|
*
|
|
915
|
-
* @name
|
|
842
|
+
* @name importAppCustomObjectEntriesBySlug
|
|
916
843
|
* @summary: Bulk custom object entries upload
|
|
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/
|
|
844
|
+
* @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/importAppCustomObjectEntriesBySlug/).
|
|
918
845
|
*/
|
|
919
|
-
|
|
846
|
+
importAppCustomObjectEntriesBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>;
|
|
920
847
|
/**
|
|
921
848
|
* @param {ContentPlatformApplicationValidator.RemoveInjectableTagParam} arg
|
|
922
849
|
* - Arg object
|
|
923
850
|
*
|
|
924
851
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
925
852
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
926
|
-
* @returns {Promise<ContentPlatformModel.
|
|
927
|
-
* Success response
|
|
853
|
+
* @returns {Promise<ContentPlatformModel.TagDeleteSuccessDetails>} - Success response
|
|
928
854
|
* @name removeInjectableTag
|
|
929
855
|
* @summary: Remove HTML tag
|
|
930
856
|
* @description: Delete a specific injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/removeInjectableTag/).
|
|
931
857
|
*/
|
|
932
|
-
removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.
|
|
858
|
+
removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessDetails>;
|
|
933
859
|
/**
|
|
934
860
|
* @param {ContentPlatformApplicationValidator.ResetDataLoaderParam} arg - Arg object
|
|
935
861
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -942,17 +868,17 @@ declare class Content {
|
|
|
942
868
|
*/
|
|
943
869
|
resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
|
|
944
870
|
/**
|
|
945
|
-
* @param {ContentPlatformApplicationValidator.
|
|
871
|
+
* @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam} arg
|
|
946
872
|
* - Arg object
|
|
947
873
|
*
|
|
948
874
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
949
875
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
950
876
|
* @returns {Promise<string>} - Success response
|
|
951
|
-
* @name
|
|
877
|
+
* @name sampleAppCustomObjectBulkEntryBySlug
|
|
952
878
|
* @summary: Download sample for custom object bulk entry
|
|
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/
|
|
879
|
+
* @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/sampleAppCustomObjectBulkEntryBySlug/).
|
|
954
880
|
*/
|
|
955
|
-
|
|
881
|
+
sampleAppCustomObjectBulkEntryBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam, { responseHeaders }?: object): Promise<string>;
|
|
956
882
|
/**
|
|
957
883
|
* @param {ContentPlatformApplicationValidator.SelectDataLoaderParam} arg - Arg object
|
|
958
884
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -991,7 +917,21 @@ declare class Content {
|
|
|
991
917
|
*/
|
|
992
918
|
updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
|
|
993
919
|
/**
|
|
994
|
-
* @param {ContentPlatformApplicationValidator.
|
|
920
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam} arg
|
|
921
|
+
* - Arg object
|
|
922
|
+
*
|
|
923
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
924
|
+
* @param {import("../PlatformAPIClient").Options} - Options
|
|
925
|
+
* @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
|
|
926
|
+
* - Success response
|
|
927
|
+
*
|
|
928
|
+
* @name updateAppCustomFieldByResourceSlug
|
|
929
|
+
* @summary: Create custom field entries for gives resource and resource slug
|
|
930
|
+
* @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/).
|
|
931
|
+
*/
|
|
932
|
+
updateAppCustomFieldByResourceSlug({ resource, resourceSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
|
|
933
|
+
/**
|
|
934
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam} arg
|
|
995
935
|
* - Arg object
|
|
996
936
|
*
|
|
997
937
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -999,36 +939,38 @@ declare class Content {
|
|
|
999
939
|
* @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
|
|
1000
940
|
* - Success response
|
|
1001
941
|
*
|
|
1002
|
-
* @name
|
|
942
|
+
* @name updateAppCustomFieldDefinitionBySlug
|
|
1003
943
|
* @summary: Update custom field definition
|
|
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/
|
|
944
|
+
* @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/updateAppCustomFieldDefinitionBySlug/).
|
|
1005
945
|
*/
|
|
1006
|
-
|
|
946
|
+
updateAppCustomFieldDefinitionBySlug({ slug, resource, namespace, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
|
|
1007
947
|
/**
|
|
1008
|
-
* @param {ContentPlatformApplicationValidator.
|
|
948
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam} arg
|
|
1009
949
|
* - Arg object
|
|
1010
950
|
*
|
|
1011
951
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1012
952
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1013
|
-
* @returns {Promise<ContentPlatformModel.
|
|
1014
|
-
*
|
|
953
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectBySlugSchema>} -
|
|
954
|
+
* Success response
|
|
955
|
+
* @name updateAppCustomObjectBySlug
|
|
1015
956
|
* @summary: Update custom object details
|
|
1016
|
-
* @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/
|
|
957
|
+
* @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectBySlug/).
|
|
1017
958
|
*/
|
|
1018
|
-
|
|
959
|
+
updateAppCustomObjectBySlug({ definitionSlug, slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
|
|
1019
960
|
/**
|
|
1020
|
-
* @param {ContentPlatformApplicationValidator.
|
|
961
|
+
* @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam} arg
|
|
1021
962
|
* - Arg object
|
|
1022
963
|
*
|
|
1023
964
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1024
965
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1025
|
-
* @returns {Promise<ContentPlatformModel.
|
|
1026
|
-
* Success response
|
|
1027
|
-
*
|
|
966
|
+
* @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
|
|
967
|
+
* - Success response
|
|
968
|
+
*
|
|
969
|
+
* @name updateAppCustomObjectDefinitionBySlug
|
|
1028
970
|
* @summary: Update custom object definition
|
|
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/
|
|
971
|
+
* @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/updateAppCustomObjectDefinitionBySlug/).
|
|
1030
972
|
*/
|
|
1031
|
-
|
|
973
|
+
updateAppCustomObjectDefinitionBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
|
|
1032
974
|
/**
|
|
1033
975
|
* @param {ContentPlatformApplicationValidator.UpdateBlogParam} arg - Arg object
|
|
1034
976
|
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
@@ -1153,16 +1095,6 @@ declare class Content {
|
|
|
1153
1095
|
* @description: Modify configuration settings for SEO. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSEOConfiguration/).
|
|
1154
1096
|
*/
|
|
1155
1097
|
updateSEOConfiguration({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSEOConfigurationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchema>;
|
|
1156
|
-
/**
|
|
1157
|
-
* @param {ContentPlatformApplicationValidator.UpdateSlideshowParam} arg - Arg object
|
|
1158
|
-
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
1159
|
-
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1160
|
-
* @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
|
|
1161
|
-
* @name updateSlideshow
|
|
1162
|
-
* @summary: Update a slideshow
|
|
1163
|
-
* @description: Use this API to Update Slideshow - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSlideshow/).
|
|
1164
|
-
*/
|
|
1165
|
-
updateSlideshow({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSlideshowParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
|
|
1166
1098
|
/**
|
|
1167
1099
|
* @param {ContentPlatformApplicationValidator.UpdateSupportInformationParam} arg
|
|
1168
1100
|
* - Arg object
|
|
@@ -1178,4 +1110,3 @@ declare class Content {
|
|
|
1178
1110
|
}
|
|
1179
1111
|
import ContentPlatformApplicationValidator = require("./ContentPlatformApplicationValidator");
|
|
1180
1112
|
import ContentPlatformModel = require("./ContentPlatformModel");
|
|
1181
|
-
import Paginator = require("../../common/Paginator");
|