@gofynd/fdk-client-javascript 1.4.16-beta.2 → 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 -114
- 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
|
@@ -21,14 +21,18 @@ export = ContentPlatformApplicationValidator;
|
|
|
21
21
|
* @property {ContentPlatformModel.AdminAnnouncementSchema} body
|
|
22
22
|
*/
|
|
23
23
|
/**
|
|
24
|
-
* @typedef
|
|
24
|
+
* @typedef CreateAppCustomFieldByResourceIdParam
|
|
25
25
|
* @property {string} resource
|
|
26
|
+
* @property {string} resourceId
|
|
27
|
+
* @property {ContentPlatformModel.CustomFieldRequestSchema} body
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* @typedef CreateAppCustomFieldDefinitionParam
|
|
26
31
|
* @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
|
|
27
32
|
*/
|
|
28
33
|
/**
|
|
29
|
-
* @typedef
|
|
30
|
-
* @property {
|
|
31
|
-
* @property {ContentPlatformModel.CustomObjectRequestSchemaWithoutId} body
|
|
34
|
+
* @typedef CreateAppCustomObjectParam
|
|
35
|
+
* @property {ContentPlatformModel.CustomObjectRequestSchema} body
|
|
32
36
|
*/
|
|
33
37
|
/**
|
|
34
38
|
* @typedef CreateAppCustomObjectDefinitionParam
|
|
@@ -36,7 +40,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
36
40
|
*/
|
|
37
41
|
/**
|
|
38
42
|
* @typedef CreateBlogParam
|
|
39
|
-
* @property {ContentPlatformModel.
|
|
43
|
+
* @property {ContentPlatformModel.BlogRequest} body
|
|
40
44
|
*/
|
|
41
45
|
/**
|
|
42
46
|
* @typedef CreateFaqCategoryParam
|
|
@@ -48,46 +52,39 @@ export = ContentPlatformApplicationValidator;
|
|
|
48
52
|
*/
|
|
49
53
|
/**
|
|
50
54
|
* @typedef CreateNavigationParam
|
|
51
|
-
* @property {ContentPlatformModel.
|
|
55
|
+
* @property {ContentPlatformModel.NavigationRequest} body
|
|
52
56
|
*/
|
|
53
57
|
/**
|
|
54
58
|
* @typedef CreatePageParam
|
|
55
|
-
* @property {ContentPlatformModel.
|
|
59
|
+
* @property {ContentPlatformModel.PageRequest} body
|
|
56
60
|
*/
|
|
57
61
|
/**
|
|
58
62
|
* @typedef CreatePagePreviewParam
|
|
59
|
-
* @property {ContentPlatformModel.
|
|
63
|
+
* @property {ContentPlatformModel.PageRequest} body
|
|
60
64
|
*/
|
|
61
65
|
/**
|
|
62
66
|
* @typedef CreateSEOMarkupSchemaParam
|
|
63
67
|
* @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
|
|
64
68
|
*/
|
|
65
|
-
/**
|
|
66
|
-
* @typedef CreateSitemapParam
|
|
67
|
-
* @property {ContentPlatformModel.SitemapConfigCreate} body
|
|
68
|
-
*/
|
|
69
69
|
/**
|
|
70
70
|
* @typedef CreateSlideshowParam
|
|
71
|
-
* @property {ContentPlatformModel.
|
|
71
|
+
* @property {ContentPlatformModel.SlideshowRequest} body
|
|
72
72
|
*/
|
|
73
73
|
/**
|
|
74
74
|
* @typedef DeleteAnnouncementParam
|
|
75
75
|
* @property {string} announcementId - ID allotted to the announcement.
|
|
76
76
|
*/
|
|
77
77
|
/**
|
|
78
|
-
* @typedef
|
|
79
|
-
* @property {string}
|
|
80
|
-
* @property {string} resource
|
|
81
|
-
* @property {string} namespace
|
|
78
|
+
* @typedef DeleteAppCustomFieldDefinitionParam
|
|
79
|
+
* @property {string} definitionId
|
|
82
80
|
*/
|
|
83
81
|
/**
|
|
84
|
-
* @typedef
|
|
85
|
-
* @property {string}
|
|
86
|
-
* @property {string} slug
|
|
82
|
+
* @typedef DeleteAppCustomObjectParam
|
|
83
|
+
* @property {string} metaobjectId
|
|
87
84
|
*/
|
|
88
85
|
/**
|
|
89
|
-
* @typedef
|
|
90
|
-
* @property {string}
|
|
86
|
+
* @typedef DeleteAppCustomObjectDefinitionParam
|
|
87
|
+
* @property {string} definitionId
|
|
91
88
|
*/
|
|
92
89
|
/**
|
|
93
90
|
* @typedef DeleteBlogParam
|
|
@@ -127,10 +124,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
127
124
|
* @property {string} id - Alphanumeric ID allotted to a SEO Markup Schema
|
|
128
125
|
* Template created within a business.
|
|
129
126
|
*/
|
|
130
|
-
/**
|
|
131
|
-
* @typedef DeleteSitemapParam
|
|
132
|
-
* @property {string} name
|
|
133
|
-
*/
|
|
134
127
|
/**
|
|
135
128
|
* @typedef DeleteSlideshowParam
|
|
136
129
|
* @property {string} id - ID allotted to the slideshow.
|
|
@@ -152,8 +145,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
152
145
|
* @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
|
|
153
146
|
*/
|
|
154
147
|
/**
|
|
155
|
-
* @typedef
|
|
156
|
-
* @property {string}
|
|
148
|
+
* @typedef ExportAppCustomObjectEntriesParam
|
|
149
|
+
* @property {string} definitionId
|
|
157
150
|
*/
|
|
158
151
|
/**
|
|
159
152
|
* @typedef GenerateSEOTitleParam
|
|
@@ -174,45 +167,34 @@ export = ContentPlatformApplicationValidator;
|
|
|
174
167
|
* Default value is 10.
|
|
175
168
|
*/
|
|
176
169
|
/**
|
|
177
|
-
* @typedef
|
|
178
|
-
* @property {string}
|
|
179
|
-
* @property {string} pageSize
|
|
180
|
-
* @property {string} resource
|
|
181
|
-
* @property {string} [types]
|
|
182
|
-
* @property {string} [search]
|
|
183
|
-
* @property {string} [slugs]
|
|
184
|
-
* @property {string} [namespaces]
|
|
185
|
-
*/
|
|
186
|
-
/**
|
|
187
|
-
* @typedef GetAppCustomFieldDefinitionBySlugParam
|
|
188
|
-
* @property {string} slug
|
|
189
|
-
* @property {string} resource
|
|
190
|
-
* @property {string} namespace
|
|
170
|
+
* @typedef GetAppCustomFieldDefinitionParam
|
|
171
|
+
* @property {string} definitionId
|
|
191
172
|
*/
|
|
192
173
|
/**
|
|
193
174
|
* @typedef GetAppCustomFieldDefinitionsParam
|
|
194
175
|
* @property {string} pageNo
|
|
195
176
|
* @property {string} pageSize
|
|
196
|
-
* @property {string} [
|
|
197
|
-
* @property {string} [
|
|
177
|
+
* @property {string} [resource]
|
|
178
|
+
* @property {string} [type]
|
|
198
179
|
* @property {string} [search]
|
|
199
|
-
* @property {string} [slugs]
|
|
200
|
-
* @property {string} [namespaces]
|
|
201
180
|
*/
|
|
202
181
|
/** @typedef GetAppCustomFieldTypesParam */
|
|
203
182
|
/**
|
|
204
|
-
* @typedef
|
|
183
|
+
* @typedef GetAppCustomFieldsParam
|
|
184
|
+
* @property {string} resource
|
|
185
|
+
*/
|
|
186
|
+
/**
|
|
187
|
+
* @typedef GetAppCustomFieldsByResourceIdParam
|
|
205
188
|
* @property {string} resource
|
|
206
|
-
* @property {string}
|
|
189
|
+
* @property {string} resourceId
|
|
207
190
|
*/
|
|
208
191
|
/**
|
|
209
|
-
* @typedef
|
|
210
|
-
* @property {string}
|
|
211
|
-
* @property {string} slug
|
|
192
|
+
* @typedef GetAppCustomObjectParam
|
|
193
|
+
* @property {string} metaobjectId
|
|
212
194
|
*/
|
|
213
195
|
/**
|
|
214
|
-
* @typedef
|
|
215
|
-
* @property {string}
|
|
196
|
+
* @typedef GetAppCustomObjectDefinitionParam
|
|
197
|
+
* @property {string} definitionId
|
|
216
198
|
*/
|
|
217
199
|
/**
|
|
218
200
|
* @typedef GetAppCustomObjectDefinitionsParam
|
|
@@ -221,10 +203,10 @@ export = ContentPlatformApplicationValidator;
|
|
|
221
203
|
* @property {string} [search]
|
|
222
204
|
*/
|
|
223
205
|
/**
|
|
224
|
-
* @typedef
|
|
206
|
+
* @typedef GetAppCustomObjectsParam
|
|
207
|
+
* @property {string} [definitionId]
|
|
225
208
|
* @property {string} pageNo
|
|
226
209
|
* @property {string} pageSize
|
|
227
|
-
* @property {string} definitionSlug
|
|
228
210
|
*/
|
|
229
211
|
/**
|
|
230
212
|
* @typedef GetAppJobsParam
|
|
@@ -261,7 +243,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
261
243
|
* @property {string} [pageType] - The type of page against which schema
|
|
262
244
|
* template was created
|
|
263
245
|
*/
|
|
264
|
-
/** @typedef GetDefaultSitemapConfigParam */
|
|
265
246
|
/**
|
|
266
247
|
* @typedef GetFaqByIdOrSlugParam
|
|
267
248
|
* @property {string} idOrSlug - ID or the slug allotted to an FAQ category.
|
|
@@ -297,8 +278,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
297
278
|
* @typedef GetNavigationBySlugParam
|
|
298
279
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
299
280
|
* a navigation. You can get slug value of a navigation from `getNavigations` API.
|
|
300
|
-
* @property {string}
|
|
301
|
-
* Acceptable values are: web, android, ios
|
|
281
|
+
* @property {string} devicePlatform - Filter navigations by platform.
|
|
282
|
+
* Acceptable values are: web, android, ios, all
|
|
302
283
|
*/
|
|
303
284
|
/**
|
|
304
285
|
* @typedef GetNavigationsParam
|
|
@@ -349,18 +330,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
349
330
|
* @property {number} [pageSize] - The number of items to retrieve in each page.
|
|
350
331
|
* Default value is 10.
|
|
351
332
|
*/
|
|
352
|
-
/**
|
|
353
|
-
* @typedef GetSitemapParam
|
|
354
|
-
* @property {string} name
|
|
355
|
-
*/
|
|
356
|
-
/**
|
|
357
|
-
* @typedef GetSitemapsParam
|
|
358
|
-
* @property {string} pageNo
|
|
359
|
-
* @property {string} pageSize
|
|
360
|
-
* @property {boolean} [isActive] - Boolean flag for checking if sitemap is
|
|
361
|
-
* active or not in storefront
|
|
362
|
-
* @property {string} [name] - Query parameter to search sitemaps with name
|
|
363
|
-
*/
|
|
364
333
|
/**
|
|
365
334
|
* @typedef GetSlideshowBySlugParam
|
|
366
335
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
@@ -379,8 +348,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
379
348
|
*/
|
|
380
349
|
/** @typedef GetSupportInformationParam */
|
|
381
350
|
/**
|
|
382
|
-
* @typedef
|
|
383
|
-
* @property {string}
|
|
351
|
+
* @typedef ImportAppCustomObjectEntriesParam
|
|
352
|
+
* @property {string} definitionId
|
|
384
353
|
* @property {ContentPlatformModel.CustomObjectBulkSchema} body
|
|
385
354
|
*/
|
|
386
355
|
/**
|
|
@@ -393,8 +362,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
393
362
|
* @property {string} operationId - Name of operation id of the service.
|
|
394
363
|
*/
|
|
395
364
|
/**
|
|
396
|
-
* @typedef
|
|
397
|
-
* @property {string}
|
|
365
|
+
* @typedef SampleAppCustomObjectBulkEntryParam
|
|
366
|
+
* @property {string} definitionId
|
|
398
367
|
*/
|
|
399
368
|
/**
|
|
400
369
|
* @typedef SelectDataLoaderParam
|
|
@@ -411,37 +380,24 @@ export = ContentPlatformApplicationValidator;
|
|
|
411
380
|
* @property {ContentPlatformModel.ScheduleSchema} body
|
|
412
381
|
*/
|
|
413
382
|
/**
|
|
414
|
-
* @typedef
|
|
415
|
-
* @property {string}
|
|
416
|
-
* @property {string} resourceSlug
|
|
417
|
-
* @property {ContentPlatformModel.CustomFieldRequestSchema} body
|
|
418
|
-
*/
|
|
419
|
-
/**
|
|
420
|
-
* @typedef UpdateAppCustomFieldDefinitionBySlugParam
|
|
421
|
-
* @property {string} slug
|
|
422
|
-
* @property {string} resource
|
|
423
|
-
* @property {string} namespace
|
|
383
|
+
* @typedef UpdateAppCustomFieldDefinitionParam
|
|
384
|
+
* @property {string} definitionId
|
|
424
385
|
* @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
|
|
425
386
|
*/
|
|
426
387
|
/**
|
|
427
|
-
* @typedef
|
|
428
|
-
* @property {string}
|
|
429
|
-
* @property {
|
|
430
|
-
* @property {ContentPlatformModel.CustomObjectRequestSchemaWithoutId} body
|
|
388
|
+
* @typedef UpdateAppCustomObjectParam
|
|
389
|
+
* @property {string} metaobjectId
|
|
390
|
+
* @property {ContentPlatformModel.CustomObjectRequestSchema} body
|
|
431
391
|
*/
|
|
432
392
|
/**
|
|
433
|
-
* @typedef
|
|
434
|
-
* @property {string}
|
|
393
|
+
* @typedef UpdateAppCustomObjectDefinitionParam
|
|
394
|
+
* @property {string} definitionId
|
|
435
395
|
* @property {ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema} body
|
|
436
396
|
*/
|
|
437
397
|
/**
|
|
438
398
|
* @typedef UpdateBlogParam
|
|
439
399
|
* @property {string} id - ID allotted to the blog.
|
|
440
|
-
* @property {ContentPlatformModel.
|
|
441
|
-
*/
|
|
442
|
-
/**
|
|
443
|
-
* @typedef UpdateDefaultSitemapConfigParam
|
|
444
|
-
* @property {ContentPlatformModel.DefaultSitemapConfig} body
|
|
400
|
+
* @property {ContentPlatformModel.BlogRequest} body
|
|
445
401
|
*/
|
|
446
402
|
/**
|
|
447
403
|
* @typedef UpdateFaqParam
|
|
@@ -470,7 +426,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
470
426
|
/**
|
|
471
427
|
* @typedef UpdateNavigationParam
|
|
472
428
|
* @property {string} id - ID allotted to the navigation.
|
|
473
|
-
* @property {ContentPlatformModel.
|
|
429
|
+
* @property {ContentPlatformModel.NavigationRequest} body
|
|
474
430
|
*/
|
|
475
431
|
/**
|
|
476
432
|
* @typedef UpdatePageParam
|
|
@@ -481,7 +437,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
481
437
|
* @typedef UpdatePagePreviewParam
|
|
482
438
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
483
439
|
* a page. You can get slug value of a page from `getPages` API.
|
|
484
|
-
* @property {ContentPlatformModel.
|
|
440
|
+
* @property {ContentPlatformModel.PagePublishRequest} body
|
|
485
441
|
*/
|
|
486
442
|
/**
|
|
487
443
|
* @typedef UpdatePathRedirectionRulesParam
|
|
@@ -492,15 +448,10 @@ export = ContentPlatformApplicationValidator;
|
|
|
492
448
|
* @typedef UpdateSEOConfigurationParam
|
|
493
449
|
* @property {ContentPlatformModel.SeoComponent} body
|
|
494
450
|
*/
|
|
495
|
-
/**
|
|
496
|
-
* @typedef UpdateSitemapParam
|
|
497
|
-
* @property {string} name
|
|
498
|
-
* @property {ContentPlatformModel.SitemapConfigUpdate} body
|
|
499
|
-
*/
|
|
500
451
|
/**
|
|
501
452
|
* @typedef UpdateSlideshowParam
|
|
502
453
|
* @property {string} id - ID allotted to the slideshow.
|
|
503
|
-
* @property {ContentPlatformModel.
|
|
454
|
+
* @property {ContentPlatformModel.SlideshowRequest} body
|
|
504
455
|
*/
|
|
505
456
|
/**
|
|
506
457
|
* @typedef UpdateSupportInformationParam
|
|
@@ -517,10 +468,12 @@ declare class ContentPlatformApplicationValidator {
|
|
|
517
468
|
static addPathRedirectionRules(): AddPathRedirectionRulesParam;
|
|
518
469
|
/** @returns {CreateAnnouncementParam} */
|
|
519
470
|
static createAnnouncement(): CreateAnnouncementParam;
|
|
471
|
+
/** @returns {CreateAppCustomFieldByResourceIdParam} */
|
|
472
|
+
static createAppCustomFieldByResourceId(): CreateAppCustomFieldByResourceIdParam;
|
|
520
473
|
/** @returns {CreateAppCustomFieldDefinitionParam} */
|
|
521
474
|
static createAppCustomFieldDefinition(): CreateAppCustomFieldDefinitionParam;
|
|
522
|
-
/** @returns {
|
|
523
|
-
static
|
|
475
|
+
/** @returns {CreateAppCustomObjectParam} */
|
|
476
|
+
static createAppCustomObject(): CreateAppCustomObjectParam;
|
|
524
477
|
/** @returns {CreateAppCustomObjectDefinitionParam} */
|
|
525
478
|
static createAppCustomObjectDefinition(): CreateAppCustomObjectDefinitionParam;
|
|
526
479
|
/** @returns {CreateBlogParam} */
|
|
@@ -537,18 +490,16 @@ declare class ContentPlatformApplicationValidator {
|
|
|
537
490
|
static createPagePreview(): CreatePagePreviewParam;
|
|
538
491
|
/** @returns {CreateSEOMarkupSchemaParam} */
|
|
539
492
|
static createSEOMarkupSchema(): CreateSEOMarkupSchemaParam;
|
|
540
|
-
/** @returns {CreateSitemapParam} */
|
|
541
|
-
static createSitemap(): CreateSitemapParam;
|
|
542
493
|
/** @returns {CreateSlideshowParam} */
|
|
543
494
|
static createSlideshow(): CreateSlideshowParam;
|
|
544
495
|
/** @returns {DeleteAnnouncementParam} */
|
|
545
496
|
static deleteAnnouncement(): DeleteAnnouncementParam;
|
|
546
|
-
/** @returns {
|
|
547
|
-
static
|
|
548
|
-
/** @returns {
|
|
549
|
-
static
|
|
550
|
-
/** @returns {
|
|
551
|
-
static
|
|
497
|
+
/** @returns {DeleteAppCustomFieldDefinitionParam} */
|
|
498
|
+
static deleteAppCustomFieldDefinition(): DeleteAppCustomFieldDefinitionParam;
|
|
499
|
+
/** @returns {DeleteAppCustomObjectParam} */
|
|
500
|
+
static deleteAppCustomObject(): DeleteAppCustomObjectParam;
|
|
501
|
+
/** @returns {DeleteAppCustomObjectDefinitionParam} */
|
|
502
|
+
static deleteAppCustomObjectDefinition(): DeleteAppCustomObjectDefinitionParam;
|
|
552
503
|
/** @returns {DeleteBlogParam} */
|
|
553
504
|
static deleteBlog(): DeleteBlogParam;
|
|
554
505
|
/** @returns {DeleteDataLoaderParam} */
|
|
@@ -567,8 +518,6 @@ declare class ContentPlatformApplicationValidator {
|
|
|
567
518
|
static deletePathRedirectionRules(): DeletePathRedirectionRulesParam;
|
|
568
519
|
/** @returns {DeleteSEOMarkupSchemaParam} */
|
|
569
520
|
static deleteSEOMarkupSchema(): DeleteSEOMarkupSchemaParam;
|
|
570
|
-
/** @returns {DeleteSitemapParam} */
|
|
571
|
-
static deleteSitemap(): DeleteSitemapParam;
|
|
572
521
|
/** @returns {DeleteSlideshowParam} */
|
|
573
522
|
static deleteSlideshow(): DeleteSlideshowParam;
|
|
574
523
|
/** @returns {EditDataLoaderParam} */
|
|
@@ -577,32 +526,32 @@ declare class ContentPlatformApplicationValidator {
|
|
|
577
526
|
static editInjectableTag(): EditInjectableTagParam;
|
|
578
527
|
/** @returns {EditSEOMarkupSchemaParam} */
|
|
579
528
|
static editSEOMarkupSchema(): EditSEOMarkupSchemaParam;
|
|
580
|
-
/** @returns {
|
|
581
|
-
static
|
|
529
|
+
/** @returns {ExportAppCustomObjectEntriesParam} */
|
|
530
|
+
static exportAppCustomObjectEntries(): ExportAppCustomObjectEntriesParam;
|
|
582
531
|
/** @returns {GenerateSEOTitleParam} */
|
|
583
532
|
static generateSEOTitle(): GenerateSEOTitleParam;
|
|
584
533
|
/** @returns {GetAnnouncementByIdParam} */
|
|
585
534
|
static getAnnouncementById(): GetAnnouncementByIdParam;
|
|
586
535
|
/** @returns {GetAnnouncementsListParam} */
|
|
587
536
|
static getAnnouncementsList(): GetAnnouncementsListParam;
|
|
588
|
-
/** @returns {
|
|
589
|
-
static
|
|
590
|
-
/** @returns {GetAppCustomFieldDefinitionBySlugParam} */
|
|
591
|
-
static getAppCustomFieldDefinitionBySlug(): GetAppCustomFieldDefinitionBySlugParam;
|
|
537
|
+
/** @returns {GetAppCustomFieldDefinitionParam} */
|
|
538
|
+
static getAppCustomFieldDefinition(): GetAppCustomFieldDefinitionParam;
|
|
592
539
|
/** @returns {GetAppCustomFieldDefinitionsParam} */
|
|
593
540
|
static getAppCustomFieldDefinitions(): GetAppCustomFieldDefinitionsParam;
|
|
594
541
|
/** @returns {GetAppCustomFieldTypesParam} */
|
|
595
542
|
static getAppCustomFieldTypes(): any;
|
|
596
|
-
/** @returns {
|
|
597
|
-
static
|
|
598
|
-
/** @returns {
|
|
599
|
-
static
|
|
600
|
-
/** @returns {
|
|
601
|
-
static
|
|
543
|
+
/** @returns {GetAppCustomFieldsParam} */
|
|
544
|
+
static getAppCustomFields(): GetAppCustomFieldsParam;
|
|
545
|
+
/** @returns {GetAppCustomFieldsByResourceIdParam} */
|
|
546
|
+
static getAppCustomFieldsByResourceId(): GetAppCustomFieldsByResourceIdParam;
|
|
547
|
+
/** @returns {GetAppCustomObjectParam} */
|
|
548
|
+
static getAppCustomObject(): GetAppCustomObjectParam;
|
|
549
|
+
/** @returns {GetAppCustomObjectDefinitionParam} */
|
|
550
|
+
static getAppCustomObjectDefinition(): GetAppCustomObjectDefinitionParam;
|
|
602
551
|
/** @returns {GetAppCustomObjectDefinitionsParam} */
|
|
603
552
|
static getAppCustomObjectDefinitions(): GetAppCustomObjectDefinitionsParam;
|
|
604
|
-
/** @returns {
|
|
605
|
-
static
|
|
553
|
+
/** @returns {GetAppCustomObjectsParam} */
|
|
554
|
+
static getAppCustomObjects(): GetAppCustomObjectsParam;
|
|
606
555
|
/** @returns {GetAppJobsParam} */
|
|
607
556
|
static getAppJobs(): GetAppJobsParam;
|
|
608
557
|
/** @returns {GetAppResourcesParam} */
|
|
@@ -619,8 +568,6 @@ declare class ContentPlatformApplicationValidator {
|
|
|
619
568
|
static getDefaultNavigations(): any;
|
|
620
569
|
/** @returns {GetDefaultSEOMarkupSchemaParam} */
|
|
621
570
|
static getDefaultSEOMarkupSchema(): GetDefaultSEOMarkupSchemaParam;
|
|
622
|
-
/** @returns {GetDefaultSitemapConfigParam} */
|
|
623
|
-
static getDefaultSitemapConfig(): any;
|
|
624
571
|
/** @returns {GetFaqByIdOrSlugParam} */
|
|
625
572
|
static getFaqByIdOrSlug(): GetFaqByIdOrSlugParam;
|
|
626
573
|
/** @returns {GetFaqCategoriesParam} */
|
|
@@ -657,42 +604,34 @@ declare class ContentPlatformApplicationValidator {
|
|
|
657
604
|
static getSEOMarkupSchema(): GetSEOMarkupSchemaParam;
|
|
658
605
|
/** @returns {GetSEOMarkupSchemasParam} */
|
|
659
606
|
static getSEOMarkupSchemas(): GetSEOMarkupSchemasParam;
|
|
660
|
-
/** @returns {GetSitemapParam} */
|
|
661
|
-
static getSitemap(): GetSitemapParam;
|
|
662
|
-
/** @returns {GetSitemapsParam} */
|
|
663
|
-
static getSitemaps(): GetSitemapsParam;
|
|
664
607
|
/** @returns {GetSlideshowBySlugParam} */
|
|
665
608
|
static getSlideshowBySlug(): GetSlideshowBySlugParam;
|
|
666
609
|
/** @returns {GetSlideshowsParam} */
|
|
667
610
|
static getSlideshows(): GetSlideshowsParam;
|
|
668
611
|
/** @returns {GetSupportInformationParam} */
|
|
669
612
|
static getSupportInformation(): any;
|
|
670
|
-
/** @returns {
|
|
671
|
-
static
|
|
613
|
+
/** @returns {ImportAppCustomObjectEntriesParam} */
|
|
614
|
+
static importAppCustomObjectEntries(): ImportAppCustomObjectEntriesParam;
|
|
672
615
|
/** @returns {RemoveInjectableTagParam} */
|
|
673
616
|
static removeInjectableTag(): RemoveInjectableTagParam;
|
|
674
617
|
/** @returns {ResetDataLoaderParam} */
|
|
675
618
|
static resetDataLoader(): ResetDataLoaderParam;
|
|
676
|
-
/** @returns {
|
|
677
|
-
static
|
|
619
|
+
/** @returns {SampleAppCustomObjectBulkEntryParam} */
|
|
620
|
+
static sampleAppCustomObjectBulkEntry(): SampleAppCustomObjectBulkEntryParam;
|
|
678
621
|
/** @returns {SelectDataLoaderParam} */
|
|
679
622
|
static selectDataLoader(): SelectDataLoaderParam;
|
|
680
623
|
/** @returns {UpdateAnnouncementParam} */
|
|
681
624
|
static updateAnnouncement(): UpdateAnnouncementParam;
|
|
682
625
|
/** @returns {UpdateAnnouncementScheduleParam} */
|
|
683
626
|
static updateAnnouncementSchedule(): UpdateAnnouncementScheduleParam;
|
|
684
|
-
/** @returns {
|
|
685
|
-
static
|
|
686
|
-
/** @returns {
|
|
687
|
-
static
|
|
688
|
-
/** @returns {
|
|
689
|
-
static
|
|
690
|
-
/** @returns {UpdateAppCustomObjectDefinitionBySlugParam} */
|
|
691
|
-
static updateAppCustomObjectDefinitionBySlug(): UpdateAppCustomObjectDefinitionBySlugParam;
|
|
627
|
+
/** @returns {UpdateAppCustomFieldDefinitionParam} */
|
|
628
|
+
static updateAppCustomFieldDefinition(): UpdateAppCustomFieldDefinitionParam;
|
|
629
|
+
/** @returns {UpdateAppCustomObjectParam} */
|
|
630
|
+
static updateAppCustomObject(): UpdateAppCustomObjectParam;
|
|
631
|
+
/** @returns {UpdateAppCustomObjectDefinitionParam} */
|
|
632
|
+
static updateAppCustomObjectDefinition(): UpdateAppCustomObjectDefinitionParam;
|
|
692
633
|
/** @returns {UpdateBlogParam} */
|
|
693
634
|
static updateBlog(): UpdateBlogParam;
|
|
694
|
-
/** @returns {UpdateDefaultSitemapConfigParam} */
|
|
695
|
-
static updateDefaultSitemapConfig(): UpdateDefaultSitemapConfigParam;
|
|
696
635
|
/** @returns {UpdateFaqParam} */
|
|
697
636
|
static updateFaq(): UpdateFaqParam;
|
|
698
637
|
/** @returns {UpdateFaqCategoryParam} */
|
|
@@ -713,15 +652,13 @@ declare class ContentPlatformApplicationValidator {
|
|
|
713
652
|
static updatePathRedirectionRules(): UpdatePathRedirectionRulesParam;
|
|
714
653
|
/** @returns {UpdateSEOConfigurationParam} */
|
|
715
654
|
static updateSEOConfiguration(): UpdateSEOConfigurationParam;
|
|
716
|
-
/** @returns {UpdateSitemapParam} */
|
|
717
|
-
static updateSitemap(): UpdateSitemapParam;
|
|
718
655
|
/** @returns {UpdateSlideshowParam} */
|
|
719
656
|
static updateSlideshow(): UpdateSlideshowParam;
|
|
720
657
|
/** @returns {UpdateSupportInformationParam} */
|
|
721
658
|
static updateSupportInformation(): UpdateSupportInformationParam;
|
|
722
659
|
}
|
|
723
660
|
declare namespace ContentPlatformApplicationValidator {
|
|
724
|
-
export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam, CreateAppCustomFieldDefinitionParam,
|
|
661
|
+
export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam, CreateAppCustomFieldByResourceIdParam, CreateAppCustomFieldDefinitionParam, CreateAppCustomObjectParam, CreateAppCustomObjectDefinitionParam, CreateBlogParam, CreateFaqCategoryParam, CreateLandingPageParam, CreateNavigationParam, CreatePageParam, CreatePagePreviewParam, CreateSEOMarkupSchemaParam, CreateSlideshowParam, DeleteAnnouncementParam, DeleteAppCustomFieldDefinitionParam, DeleteAppCustomObjectParam, DeleteAppCustomObjectDefinitionParam, DeleteBlogParam, DeleteDataLoaderParam, DeleteFaqParam, DeleteFaqCategoryParam, DeleteLandingPageParam, DeleteNavigationParam, DeletePageParam, DeletePathRedirectionRulesParam, DeleteSEOMarkupSchemaParam, DeleteSlideshowParam, EditDataLoaderParam, EditInjectableTagParam, EditSEOMarkupSchemaParam, ExportAppCustomObjectEntriesParam, GenerateSEOTitleParam, GetAnnouncementByIdParam, GetAnnouncementsListParam, GetAppCustomFieldDefinitionParam, GetAppCustomFieldDefinitionsParam, GetAppCustomFieldTypesParam, GetAppCustomFieldsParam, GetAppCustomFieldsByResourceIdParam, GetAppCustomObjectParam, GetAppCustomObjectDefinitionParam, GetAppCustomObjectDefinitionsParam, GetAppCustomObjectsParam, GetAppJobsParam, GetAppResourcesParam, GetBlogBySlugParam, GetBlogsParam, GetDataLoadersParam, GetDataLoadersByServiceParam, GetDefaultNavigationsParam, GetDefaultSEOMarkupSchemaParam, GetFaqByIdOrSlugParam, GetFaqCategoriesParam, GetFaqCategoryBySlugOrIdParam, GetFaqsByCategoryIdOrSlugParam, GetInjectableTagsParam, GetLandingPagesParam, GetLegalInformationParam, GetNavigationBySlugParam, GetNavigationsParam, GetPageBySlugParam, GetPageMetaParam, GetPageSpecParam, GetPagesParam, GetPathRedirectionRuleParam, GetPathRedirectionRulesParam, GetSEOConfigurationParam, GetSEOMarkupSchemaParam, GetSEOMarkupSchemasParam, GetSlideshowBySlugParam, GetSlideshowsParam, GetSupportInformationParam, ImportAppCustomObjectEntriesParam, RemoveInjectableTagParam, ResetDataLoaderParam, SampleAppCustomObjectBulkEntryParam, SelectDataLoaderParam, UpdateAnnouncementParam, UpdateAnnouncementScheduleParam, UpdateAppCustomFieldDefinitionParam, UpdateAppCustomObjectParam, UpdateAppCustomObjectDefinitionParam, UpdateBlogParam, UpdateFaqParam, UpdateFaqCategoryParam, UpdateInjectableTagParam, UpdateLandingPageParam, UpdateLegalInformationParam, UpdateNavigationParam, UpdatePageParam, UpdatePagePreviewParam, UpdatePathRedirectionRulesParam, UpdateSEOConfigurationParam, UpdateSlideshowParam, UpdateSupportInformationParam };
|
|
725
662
|
}
|
|
726
663
|
type AddDataLoaderParam = {
|
|
727
664
|
body: ContentPlatformModel.DataLoaderSchema;
|
|
@@ -742,19 +679,22 @@ type AddPathRedirectionRulesParam = {
|
|
|
742
679
|
type CreateAnnouncementParam = {
|
|
743
680
|
body: ContentPlatformModel.AdminAnnouncementSchema;
|
|
744
681
|
};
|
|
745
|
-
type
|
|
682
|
+
type CreateAppCustomFieldByResourceIdParam = {
|
|
746
683
|
resource: string;
|
|
684
|
+
resourceId: string;
|
|
685
|
+
body: ContentPlatformModel.CustomFieldRequestSchema;
|
|
686
|
+
};
|
|
687
|
+
type CreateAppCustomFieldDefinitionParam = {
|
|
747
688
|
body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
|
|
748
689
|
};
|
|
749
|
-
type
|
|
750
|
-
|
|
751
|
-
body: ContentPlatformModel.CustomObjectRequestSchemaWithoutId;
|
|
690
|
+
type CreateAppCustomObjectParam = {
|
|
691
|
+
body: ContentPlatformModel.CustomObjectRequestSchema;
|
|
752
692
|
};
|
|
753
693
|
type CreateAppCustomObjectDefinitionParam = {
|
|
754
694
|
body: ContentPlatformModel.CustomObjectDefinitionRequestSchema;
|
|
755
695
|
};
|
|
756
696
|
type CreateBlogParam = {
|
|
757
|
-
body: ContentPlatformModel.
|
|
697
|
+
body: ContentPlatformModel.BlogRequest;
|
|
758
698
|
};
|
|
759
699
|
type CreateFaqCategoryParam = {
|
|
760
700
|
body: ContentPlatformModel.CreateFaqCategoryRequestSchema;
|
|
@@ -763,22 +703,19 @@ type CreateLandingPageParam = {
|
|
|
763
703
|
body: ContentPlatformModel.LandingPageSchema;
|
|
764
704
|
};
|
|
765
705
|
type CreateNavigationParam = {
|
|
766
|
-
body: ContentPlatformModel.
|
|
706
|
+
body: ContentPlatformModel.NavigationRequest;
|
|
767
707
|
};
|
|
768
708
|
type CreatePageParam = {
|
|
769
|
-
body: ContentPlatformModel.
|
|
709
|
+
body: ContentPlatformModel.PageRequest;
|
|
770
710
|
};
|
|
771
711
|
type CreatePagePreviewParam = {
|
|
772
|
-
body: ContentPlatformModel.
|
|
712
|
+
body: ContentPlatformModel.PageRequest;
|
|
773
713
|
};
|
|
774
714
|
type CreateSEOMarkupSchemaParam = {
|
|
775
715
|
body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
|
|
776
716
|
};
|
|
777
|
-
type CreateSitemapParam = {
|
|
778
|
-
body: ContentPlatformModel.SitemapConfigCreate;
|
|
779
|
-
};
|
|
780
717
|
type CreateSlideshowParam = {
|
|
781
|
-
body: ContentPlatformModel.
|
|
718
|
+
body: ContentPlatformModel.SlideshowRequest;
|
|
782
719
|
};
|
|
783
720
|
type DeleteAnnouncementParam = {
|
|
784
721
|
/**
|
|
@@ -786,17 +723,14 @@ type DeleteAnnouncementParam = {
|
|
|
786
723
|
*/
|
|
787
724
|
announcementId: string;
|
|
788
725
|
};
|
|
789
|
-
type
|
|
790
|
-
|
|
791
|
-
resource: string;
|
|
792
|
-
namespace: string;
|
|
726
|
+
type DeleteAppCustomFieldDefinitionParam = {
|
|
727
|
+
definitionId: string;
|
|
793
728
|
};
|
|
794
|
-
type
|
|
795
|
-
|
|
796
|
-
slug: string;
|
|
729
|
+
type DeleteAppCustomObjectParam = {
|
|
730
|
+
metaobjectId: string;
|
|
797
731
|
};
|
|
798
|
-
type
|
|
799
|
-
|
|
732
|
+
type DeleteAppCustomObjectDefinitionParam = {
|
|
733
|
+
definitionId: string;
|
|
800
734
|
};
|
|
801
735
|
type DeleteBlogParam = {
|
|
802
736
|
/**
|
|
@@ -857,9 +791,6 @@ type DeleteSEOMarkupSchemaParam = {
|
|
|
857
791
|
*/
|
|
858
792
|
id: string;
|
|
859
793
|
};
|
|
860
|
-
type DeleteSitemapParam = {
|
|
861
|
-
name: string;
|
|
862
|
-
};
|
|
863
794
|
type DeleteSlideshowParam = {
|
|
864
795
|
/**
|
|
865
796
|
* - ID allotted to the slideshow.
|
|
@@ -888,8 +819,8 @@ type EditSEOMarkupSchemaParam = {
|
|
|
888
819
|
id: string;
|
|
889
820
|
body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
|
|
890
821
|
};
|
|
891
|
-
type
|
|
892
|
-
|
|
822
|
+
type ExportAppCustomObjectEntriesParam = {
|
|
823
|
+
definitionId: string;
|
|
893
824
|
};
|
|
894
825
|
type GenerateSEOTitleParam = {
|
|
895
826
|
/**
|
|
@@ -918,49 +849,38 @@ type GetAnnouncementsListParam = {
|
|
|
918
849
|
*/
|
|
919
850
|
pageSize?: number;
|
|
920
851
|
};
|
|
921
|
-
type
|
|
922
|
-
|
|
923
|
-
pageSize: string;
|
|
924
|
-
resource: string;
|
|
925
|
-
types?: string;
|
|
926
|
-
search?: string;
|
|
927
|
-
slugs?: string;
|
|
928
|
-
namespaces?: string;
|
|
929
|
-
};
|
|
930
|
-
type GetAppCustomFieldDefinitionBySlugParam = {
|
|
931
|
-
slug: string;
|
|
932
|
-
resource: string;
|
|
933
|
-
namespace: string;
|
|
852
|
+
type GetAppCustomFieldDefinitionParam = {
|
|
853
|
+
definitionId: string;
|
|
934
854
|
};
|
|
935
855
|
type GetAppCustomFieldDefinitionsParam = {
|
|
936
856
|
pageNo: string;
|
|
937
857
|
pageSize: string;
|
|
938
|
-
|
|
939
|
-
|
|
858
|
+
resource?: string;
|
|
859
|
+
type?: string;
|
|
940
860
|
search?: string;
|
|
941
|
-
slugs?: string;
|
|
942
|
-
namespaces?: string;
|
|
943
861
|
};
|
|
944
|
-
type
|
|
862
|
+
type GetAppCustomFieldsParam = {
|
|
945
863
|
resource: string;
|
|
946
|
-
resourceSlug: string;
|
|
947
864
|
};
|
|
948
|
-
type
|
|
949
|
-
|
|
950
|
-
|
|
865
|
+
type GetAppCustomFieldsByResourceIdParam = {
|
|
866
|
+
resource: string;
|
|
867
|
+
resourceId: string;
|
|
951
868
|
};
|
|
952
|
-
type
|
|
953
|
-
|
|
869
|
+
type GetAppCustomObjectParam = {
|
|
870
|
+
metaobjectId: string;
|
|
871
|
+
};
|
|
872
|
+
type GetAppCustomObjectDefinitionParam = {
|
|
873
|
+
definitionId: string;
|
|
954
874
|
};
|
|
955
875
|
type GetAppCustomObjectDefinitionsParam = {
|
|
956
876
|
pageNo: string;
|
|
957
877
|
pageSize: string;
|
|
958
878
|
search?: string;
|
|
959
879
|
};
|
|
960
|
-
type
|
|
880
|
+
type GetAppCustomObjectsParam = {
|
|
881
|
+
definitionId?: string;
|
|
961
882
|
pageNo: string;
|
|
962
883
|
pageSize: string;
|
|
963
|
-
definitionSlug: string;
|
|
964
884
|
};
|
|
965
885
|
type GetAppJobsParam = {
|
|
966
886
|
page: string;
|
|
@@ -1069,9 +989,9 @@ type GetNavigationBySlugParam = {
|
|
|
1069
989
|
slug: string;
|
|
1070
990
|
/**
|
|
1071
991
|
* - Filter navigations by platform.
|
|
1072
|
-
* Acceptable values are: web, android, ios
|
|
992
|
+
* Acceptable values are: web, android, ios, all
|
|
1073
993
|
*/
|
|
1074
|
-
devicePlatform
|
|
994
|
+
devicePlatform: string;
|
|
1075
995
|
};
|
|
1076
996
|
type GetNavigationsParam = {
|
|
1077
997
|
/**
|
|
@@ -1154,22 +1074,6 @@ type GetSEOMarkupSchemasParam = {
|
|
|
1154
1074
|
*/
|
|
1155
1075
|
pageSize?: number;
|
|
1156
1076
|
};
|
|
1157
|
-
type GetSitemapParam = {
|
|
1158
|
-
name: string;
|
|
1159
|
-
};
|
|
1160
|
-
type GetSitemapsParam = {
|
|
1161
|
-
pageNo: string;
|
|
1162
|
-
pageSize: string;
|
|
1163
|
-
/**
|
|
1164
|
-
* - Boolean flag for checking if sitemap is
|
|
1165
|
-
* active or not in storefront
|
|
1166
|
-
*/
|
|
1167
|
-
isActive?: boolean;
|
|
1168
|
-
/**
|
|
1169
|
-
* - Query parameter to search sitemaps with name
|
|
1170
|
-
*/
|
|
1171
|
-
name?: string;
|
|
1172
|
-
};
|
|
1173
1077
|
type GetSlideshowBySlugParam = {
|
|
1174
1078
|
/**
|
|
1175
1079
|
* - A short, human-readable, URL-friendly identifier of
|
|
@@ -1199,8 +1103,8 @@ type GetSlideshowsParam = {
|
|
|
1199
1103
|
*/
|
|
1200
1104
|
pageSize?: number;
|
|
1201
1105
|
};
|
|
1202
|
-
type
|
|
1203
|
-
|
|
1106
|
+
type ImportAppCustomObjectEntriesParam = {
|
|
1107
|
+
definitionId: string;
|
|
1204
1108
|
body: ContentPlatformModel.CustomObjectBulkSchema;
|
|
1205
1109
|
};
|
|
1206
1110
|
type RemoveInjectableTagParam = {
|
|
@@ -1216,8 +1120,8 @@ type ResetDataLoaderParam = {
|
|
|
1216
1120
|
*/
|
|
1217
1121
|
operationId: string;
|
|
1218
1122
|
};
|
|
1219
|
-
type
|
|
1220
|
-
|
|
1123
|
+
type SampleAppCustomObjectBulkEntryParam = {
|
|
1124
|
+
definitionId: string;
|
|
1221
1125
|
};
|
|
1222
1126
|
type SelectDataLoaderParam = {
|
|
1223
1127
|
/**
|
|
@@ -1239,24 +1143,16 @@ type UpdateAnnouncementScheduleParam = {
|
|
|
1239
1143
|
announcementId: string;
|
|
1240
1144
|
body: ContentPlatformModel.ScheduleSchema;
|
|
1241
1145
|
};
|
|
1242
|
-
type
|
|
1243
|
-
|
|
1244
|
-
resourceSlug: string;
|
|
1245
|
-
body: ContentPlatformModel.CustomFieldRequestSchema;
|
|
1246
|
-
};
|
|
1247
|
-
type UpdateAppCustomFieldDefinitionBySlugParam = {
|
|
1248
|
-
slug: string;
|
|
1249
|
-
resource: string;
|
|
1250
|
-
namespace: string;
|
|
1146
|
+
type UpdateAppCustomFieldDefinitionParam = {
|
|
1147
|
+
definitionId: string;
|
|
1251
1148
|
body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
|
|
1252
1149
|
};
|
|
1253
|
-
type
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
body: ContentPlatformModel.CustomObjectRequestSchemaWithoutId;
|
|
1150
|
+
type UpdateAppCustomObjectParam = {
|
|
1151
|
+
metaobjectId: string;
|
|
1152
|
+
body: ContentPlatformModel.CustomObjectRequestSchema;
|
|
1257
1153
|
};
|
|
1258
|
-
type
|
|
1259
|
-
|
|
1154
|
+
type UpdateAppCustomObjectDefinitionParam = {
|
|
1155
|
+
definitionId: string;
|
|
1260
1156
|
body: ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema;
|
|
1261
1157
|
};
|
|
1262
1158
|
type UpdateBlogParam = {
|
|
@@ -1264,10 +1160,7 @@ type UpdateBlogParam = {
|
|
|
1264
1160
|
* - ID allotted to the blog.
|
|
1265
1161
|
*/
|
|
1266
1162
|
id: string;
|
|
1267
|
-
body: ContentPlatformModel.
|
|
1268
|
-
};
|
|
1269
|
-
type UpdateDefaultSitemapConfigParam = {
|
|
1270
|
-
body: ContentPlatformModel.DefaultSitemapConfig;
|
|
1163
|
+
body: ContentPlatformModel.BlogRequest;
|
|
1271
1164
|
};
|
|
1272
1165
|
type UpdateFaqParam = {
|
|
1273
1166
|
/**
|
|
@@ -1305,7 +1198,7 @@ type UpdateNavigationParam = {
|
|
|
1305
1198
|
* - ID allotted to the navigation.
|
|
1306
1199
|
*/
|
|
1307
1200
|
id: string;
|
|
1308
|
-
body: ContentPlatformModel.
|
|
1201
|
+
body: ContentPlatformModel.NavigationRequest;
|
|
1309
1202
|
};
|
|
1310
1203
|
type UpdatePageParam = {
|
|
1311
1204
|
/**
|
|
@@ -1320,7 +1213,7 @@ type UpdatePagePreviewParam = {
|
|
|
1320
1213
|
* a page. You can get slug value of a page from `getPages` API.
|
|
1321
1214
|
*/
|
|
1322
1215
|
slug: string;
|
|
1323
|
-
body: ContentPlatformModel.
|
|
1216
|
+
body: ContentPlatformModel.PagePublishRequest;
|
|
1324
1217
|
};
|
|
1325
1218
|
type UpdatePathRedirectionRulesParam = {
|
|
1326
1219
|
/**
|
|
@@ -1332,16 +1225,12 @@ type UpdatePathRedirectionRulesParam = {
|
|
|
1332
1225
|
type UpdateSEOConfigurationParam = {
|
|
1333
1226
|
body: ContentPlatformModel.SeoComponent;
|
|
1334
1227
|
};
|
|
1335
|
-
type UpdateSitemapParam = {
|
|
1336
|
-
name: string;
|
|
1337
|
-
body: ContentPlatformModel.SitemapConfigUpdate;
|
|
1338
|
-
};
|
|
1339
1228
|
type UpdateSlideshowParam = {
|
|
1340
1229
|
/**
|
|
1341
1230
|
* - ID allotted to the slideshow.
|
|
1342
1231
|
*/
|
|
1343
1232
|
id: string;
|
|
1344
|
-
body: ContentPlatformModel.
|
|
1233
|
+
body: ContentPlatformModel.SlideshowRequest;
|
|
1345
1234
|
};
|
|
1346
1235
|
type UpdateSupportInformationParam = {
|
|
1347
1236
|
body: ContentPlatformModel.Support;
|
|
@@ -1350,7 +1239,6 @@ type GetAppCustomFieldTypesParam = any;
|
|
|
1350
1239
|
type GetAppResourcesParam = any;
|
|
1351
1240
|
type GetDataLoadersParam = any;
|
|
1352
1241
|
type GetDefaultNavigationsParam = any;
|
|
1353
|
-
type GetDefaultSitemapConfigParam = any;
|
|
1354
1242
|
type GetFaqCategoriesParam = any;
|
|
1355
1243
|
type GetLegalInformationParam = any;
|
|
1356
1244
|
type GetPageMetaParam = any;
|