@gofynd/fdk-client-javascript 1.4.1 → 1.4.2-beta.10
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 +3 -2
- package/sdk/application/ApplicationClient.js +20 -0
- package/sdk/application/Cart/CartApplicationClient.d.ts +1 -1
- package/sdk/application/Cart/CartApplicationClient.js +3 -5
- package/sdk/application/Cart/CartApplicationModel.d.ts +1634 -1742
- package/sdk/application/Cart/CartApplicationModel.js +1388 -1464
- package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -4
- package/sdk/application/Cart/CartApplicationValidator.js +0 -4
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +6 -3
- package/sdk/application/Catalog/CatalogApplicationClient.js +20 -7
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
- package/sdk/application/Catalog/CatalogApplicationModel.js +1613 -1613
- package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +14 -0
- package/sdk/application/Catalog/CatalogApplicationValidator.js +6 -0
- package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
- package/sdk/application/Common/CommonApplicationModel.js +172 -172
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
- package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1492 -1626
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +1038 -1180
- package/sdk/application/Content/ContentApplicationClient.d.ts +0 -36
- package/sdk/application/Content/ContentApplicationClient.js +0 -246
- package/sdk/application/Content/ContentApplicationModel.d.ts +546 -753
- package/sdk/application/Content/ContentApplicationModel.js +565 -817
- package/sdk/application/Content/ContentApplicationValidator.d.ts +1 -40
- package/sdk/application/Content/ContentApplicationValidator.js +0 -41
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
- package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
- package/sdk/application/Lead/LeadApplicationModel.js +301 -301
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +0 -67
- package/sdk/application/Logistic/LogisticApplicationClient.js +0 -547
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +257 -712
- package/sdk/application/Logistic/LogisticApplicationModel.js +267 -755
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -211
- package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -131
- package/sdk/application/Order/OrderApplicationClient.d.ts +3 -3
- package/sdk/application/Order/OrderApplicationClient.js +8 -32
- package/sdk/application/Order/OrderApplicationModel.d.ts +845 -853
- package/sdk/application/Order/OrderApplicationModel.js +816 -824
- package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -20
- package/sdk/application/Order/OrderApplicationValidator.js +0 -8
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +2 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +10 -341
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +1892 -2199
- package/sdk/application/Payment/PaymentApplicationModel.js +1235 -1506
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +14 -59
- package/sdk/application/Payment/PaymentApplicationValidator.js +10 -64
- package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1396 -1429
- package/sdk/application/PosCart/PosCartApplicationModel.js +1233 -1257
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
- package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
- package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
- package/sdk/application/Share/ShareApplicationModel.js +121 -121
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.js +3 -7
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +783 -969
- package/sdk/application/Theme/ThemeApplicationModel.js +571 -867
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -10
- package/sdk/application/Theme/ThemeApplicationValidator.js +0 -4
- package/sdk/application/User/UserApplicationClient.d.ts +0 -33
- package/sdk/application/User/UserApplicationClient.js +0 -239
- package/sdk/application/User/UserApplicationModel.d.ts +753 -768
- package/sdk/application/User/UserApplicationModel.js +731 -755
- package/sdk/application/User/UserApplicationValidator.d.ts +1 -34
- package/sdk/application/User/UserApplicationValidator.js +0 -36
- package/sdk/common/Clickstream.d.ts +1 -0
- package/sdk/common/Clickstream.js +254 -0
- package/sdk/common/Utility.js +1 -4
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +72 -60
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +70 -58
- package/sdk/partner/PartnerClient.d.ts +0 -6
- package/sdk/partner/PartnerClient.js +0 -9
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +0 -10
- package/sdk/partner/Theme/ThemePartnerClient.js +0 -80
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +1178 -1153
- package/sdk/partner/Theme/ThemePartnerModel.js +830 -974
- package/sdk/partner/Theme/ThemePartnerValidator.d.ts +0 -1
- package/sdk/partner/Theme/ThemePartnerValidator.js +0 -9
- package/sdk/partner/index.d.ts +0 -3
- package/sdk/partner/index.js +0 -6
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +1 -11
- package/sdk/platform/Billing/BillingPlatformClient.js +3 -110
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +734 -800
- package/sdk/platform/Billing/BillingPlatformModel.js +732 -810
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +4 -43
- package/sdk/platform/Billing/BillingPlatformValidator.js +2 -29
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +11 -1
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +81 -7
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +13 -5
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +12 -4
- package/sdk/platform/Cart/CartPlatformModel.d.ts +3223 -3328
- package/sdk/platform/Cart/CartPlatformModel.js +2875 -2946
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +11 -15
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +21 -52
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +0 -27
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +0 -11
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +15 -27
- package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -189
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +617 -920
- package/sdk/platform/Catalog/CatalogPlatformModel.js +584 -919
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +27 -41
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +19 -31
- package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
- package/sdk/platform/Common/CommonPlatformModel.js +187 -187
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +37 -139
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +52 -737
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +3 -133
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +1 -113
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1079 -1228
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1090 -1262
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +2 -8
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +4 -32
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +629 -658
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +641 -675
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +0 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +0 -6
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +8 -8
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +4 -4
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2992 -3231
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2092 -2303
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +2 -2
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +0 -391
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +1074 -3656
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -351
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +0 -410
- package/sdk/platform/Content/ContentPlatformModel.d.ts +972 -2071
- package/sdk/platform/Content/ContentPlatformModel.js +1039 -2355
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformClient.js +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +174 -259
- package/sdk/platform/Discount/DiscountPlatformModel.js +163 -257
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +6 -16
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +8 -117
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +4 -55
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +2 -39
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +821 -892
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +833 -901
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -33
- package/sdk/platform/Finance/FinancePlatformClient.js +0 -240
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +910 -1056
- package/sdk/platform/Finance/FinancePlatformModel.js +884 -1070
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -38
- package/sdk/platform/Finance/FinancePlatformValidator.js +0 -38
- package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
- package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +28 -38
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +56 -137
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +29 -41
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +21 -33
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +601 -610
- package/sdk/platform/Lead/LeadPlatformModel.js +457 -471
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +1 -11
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +1 -93
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -28
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +0 -18
- package/sdk/platform/Order/OrderPlatformClient.d.ts +22 -143
- package/sdk/platform/Order/OrderPlatformClient.js +160 -1190
- package/sdk/platform/Order/OrderPlatformModel.d.ts +4451 -5275
- package/sdk/platform/Order/OrderPlatformModel.js +4039 -4994
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +21 -257
- package/sdk/platform/Order/OrderPlatformValidator.js +15 -216
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
- package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +13 -119
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +40 -750
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +7 -143
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +6 -133
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformClient.js +1 -1
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2067 -2929
- package/sdk/platform/Payment/PaymentPlatformModel.js +1427 -2090
- package/sdk/platform/PlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/PlatformApplicationClient.js +4 -4
- package/sdk/platform/PlatformClient.d.ts +2 -4
- package/sdk/platform/PlatformClient.js +4 -8
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
- package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +66 -142
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +147 -645
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +63 -131
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +47 -126
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +105 -217
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +349 -1138
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +990 -1589
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +986 -1702
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +133 -382
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +102 -266
- package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
- package/sdk/platform/Share/SharePlatformModel.js +139 -139
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +1 -11
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -87
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +765 -1133
- package/sdk/platform/Theme/ThemePlatformModel.js +561 -1009
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +4 -28
- package/sdk/platform/Theme/ThemePlatformValidator.js +2 -21
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +1 -116
- package/sdk/platform/User/UserPlatformApplicationClient.js +86 -932
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +7 -224
- package/sdk/platform/User/UserPlatformApplicationValidator.js +5 -173
- package/sdk/platform/User/UserPlatformModel.d.ts +428 -765
- package/sdk/platform/User/UserPlatformModel.js +428 -679
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +37 -45
- package/sdk/platform/Webhook/WebhookPlatformClient.js +57 -61
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +403 -448
- package/sdk/platform/Webhook/WebhookPlatformModel.js +309 -369
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -7
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +6 -6
- package/sdk/platform/index.d.ts +1 -1
- package/sdk/platform/index.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
- package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
- package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
- package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
- package/sdk/public/Partner/PartnerPublicModel.js +113 -113
- package/sdk/public/PublicClient.d.ts +0 -4
- package/sdk/public/PublicClient.js +0 -8
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +0 -33
- package/sdk/public/Webhook/WebhookPublicClient.js +0 -242
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +15 -161
- package/sdk/public/Webhook/WebhookPublicModel.js +13 -189
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -23
- package/sdk/public/Webhook/WebhookPublicValidator.js +0 -31
- package/sdk/public/index.d.ts +0 -2
- package/sdk/public/index.js +0 -4
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +0 -125
- package/sdk/partner/Lead/LeadPartnerClient.js +0 -785
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +0 -1127
- package/sdk/partner/Lead/LeadPartnerModel.js +0 -896
- package/sdk/partner/Lead/LeadPartnerValidator.d.ts +0 -12
- package/sdk/partner/Lead/LeadPartnerValidator.js +0 -67
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +0 -155
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +0 -1195
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +0 -372
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +0 -442
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -16
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +0 -123
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +0 -99
- package/sdk/partner/Webhook/WebhookPartnerClient.js +0 -753
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +0 -566
- package/sdk/partner/Webhook/WebhookPartnerModel.js +0 -583
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -12
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +0 -74
- package/sdk/platform/Content/ContentPlatformClient.d.ts +0 -277
- package/sdk/platform/Content/ContentPlatformClient.js +0 -2011
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +0 -247
- package/sdk/platform/Content/ContentPlatformValidator.js +0 -319
- package/sdk/public/Billing/BillingPublicClient.d.ts +0 -23
- package/sdk/public/Billing/BillingPublicClient.js +0 -116
- package/sdk/public/Billing/BillingPublicModel.d.ts +0 -92
- package/sdk/public/Billing/BillingPublicModel.js +0 -96
- package/sdk/public/Billing/BillingPublicValidator.d.ts +0 -18
- package/sdk/public/Billing/BillingPublicValidator.js +0 -19
- package/sdk/public/Content/ContentPublicClient.d.ts +0 -22
- package/sdk/public/Content/ContentPublicClient.js +0 -114
- package/sdk/public/Content/ContentPublicModel.d.ts +0 -53
- package/sdk/public/Content/ContentPublicModel.js +0 -60
- package/sdk/public/Content/ContentPublicValidator.d.ts +0 -18
- package/sdk/public/Content/ContentPublicValidator.js +0 -19
|
@@ -20,24 +20,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
20
20
|
* @typedef CreateAnnouncementParam
|
|
21
21
|
* @property {ContentPlatformModel.AdminAnnouncementSchema} body
|
|
22
22
|
*/
|
|
23
|
-
/**
|
|
24
|
-
* @typedef CreateAppCustomFieldByResourceIdParam
|
|
25
|
-
* @property {string} resource
|
|
26
|
-
* @property {string} resourceId
|
|
27
|
-
* @property {ContentPlatformModel.CustomFieldRequestSchema} body
|
|
28
|
-
*/
|
|
29
|
-
/**
|
|
30
|
-
* @typedef CreateAppCustomFieldDefinitionParam
|
|
31
|
-
* @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
|
|
32
|
-
*/
|
|
33
|
-
/**
|
|
34
|
-
* @typedef CreateAppCustomObjectParam
|
|
35
|
-
* @property {ContentPlatformModel.CustomObjectRequestSchema} body
|
|
36
|
-
*/
|
|
37
|
-
/**
|
|
38
|
-
* @typedef CreateAppCustomObjectDefinitionParam
|
|
39
|
-
* @property {ContentPlatformModel.CustomObjectDefinitionRequestSchema} body
|
|
40
|
-
*/
|
|
41
23
|
/**
|
|
42
24
|
* @typedef CreateBlogParam
|
|
43
25
|
* @property {ContentPlatformModel.BlogRequest} body
|
|
@@ -62,10 +44,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
62
44
|
* @typedef CreatePagePreviewParam
|
|
63
45
|
* @property {ContentPlatformModel.PageRequest} body
|
|
64
46
|
*/
|
|
65
|
-
/**
|
|
66
|
-
* @typedef CreateSEOMarkupSchemaParam
|
|
67
|
-
* @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
|
|
68
|
-
*/
|
|
69
47
|
/**
|
|
70
48
|
* @typedef CreateSlideshowParam
|
|
71
49
|
* @property {ContentPlatformModel.SlideshowRequest} body
|
|
@@ -74,18 +52,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
74
52
|
* @typedef DeleteAnnouncementParam
|
|
75
53
|
* @property {string} announcementId - ID allotted to the announcement.
|
|
76
54
|
*/
|
|
77
|
-
/**
|
|
78
|
-
* @typedef DeleteAppCustomFieldDefinitionParam
|
|
79
|
-
* @property {string} definitionId
|
|
80
|
-
*/
|
|
81
|
-
/**
|
|
82
|
-
* @typedef DeleteAppCustomObjectParam
|
|
83
|
-
* @property {string} metaobjectId
|
|
84
|
-
*/
|
|
85
|
-
/**
|
|
86
|
-
* @typedef DeleteAppCustomObjectDefinitionParam
|
|
87
|
-
* @property {string} definitionId
|
|
88
|
-
*/
|
|
89
55
|
/**
|
|
90
56
|
* @typedef DeleteBlogParam
|
|
91
57
|
* @property {string} id - ID allotted to the blog.
|
|
@@ -119,11 +85,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
119
85
|
* @typedef DeletePathRedirectionRulesParam
|
|
120
86
|
* @property {string} pathId - ID allotted to the path redirection rule.
|
|
121
87
|
*/
|
|
122
|
-
/**
|
|
123
|
-
* @typedef DeleteSEOMarkupSchemaParam
|
|
124
|
-
* @property {string} id - Alphanumeric ID allotted to a SEO Markup Schema
|
|
125
|
-
* Template created within a business.
|
|
126
|
-
*/
|
|
127
88
|
/**
|
|
128
89
|
* @typedef DeleteSlideshowParam
|
|
129
90
|
* @property {string} id - ID allotted to the slideshow.
|
|
@@ -138,16 +99,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
138
99
|
* @property {string} tagId - ID allotted to the tag.
|
|
139
100
|
* @property {ContentPlatformModel.UpdateHandpickedSchema} body
|
|
140
101
|
*/
|
|
141
|
-
/**
|
|
142
|
-
* @typedef EditSEOMarkupSchemaParam
|
|
143
|
-
* @property {string} id - Alphanumeric ID allotted to a SEO Markup Schema
|
|
144
|
-
* Template created within a business.
|
|
145
|
-
* @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
|
|
146
|
-
*/
|
|
147
|
-
/**
|
|
148
|
-
* @typedef ExportAppCustomObjectEntriesParam
|
|
149
|
-
* @property {string} definitionId
|
|
150
|
-
*/
|
|
151
102
|
/**
|
|
152
103
|
* @typedef GenerateSEOTitleParam
|
|
153
104
|
* @property {ContentPlatformModel.GenerationEntityType} type - String
|
|
@@ -166,55 +117,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
166
117
|
* @property {number} [pageSize] - The number of items to retrieve in each page.
|
|
167
118
|
* Default value is 10.
|
|
168
119
|
*/
|
|
169
|
-
/**
|
|
170
|
-
* @typedef GetAppCustomFieldDefinitionParam
|
|
171
|
-
* @property {string} definitionId
|
|
172
|
-
*/
|
|
173
|
-
/**
|
|
174
|
-
* @typedef GetAppCustomFieldDefinitionsParam
|
|
175
|
-
* @property {string} pageNo
|
|
176
|
-
* @property {string} pageSize
|
|
177
|
-
* @property {string} [resource]
|
|
178
|
-
* @property {string} [type]
|
|
179
|
-
* @property {string} [search]
|
|
180
|
-
*/
|
|
181
|
-
/** @typedef GetAppCustomFieldTypesParam */
|
|
182
|
-
/**
|
|
183
|
-
* @typedef GetAppCustomFieldsParam
|
|
184
|
-
* @property {string} resource
|
|
185
|
-
*/
|
|
186
|
-
/**
|
|
187
|
-
* @typedef GetAppCustomFieldsByResourceIdParam
|
|
188
|
-
* @property {string} resource
|
|
189
|
-
* @property {string} resourceId
|
|
190
|
-
*/
|
|
191
|
-
/**
|
|
192
|
-
* @typedef GetAppCustomObjectParam
|
|
193
|
-
* @property {string} metaobjectId
|
|
194
|
-
*/
|
|
195
|
-
/**
|
|
196
|
-
* @typedef GetAppCustomObjectDefinitionParam
|
|
197
|
-
* @property {string} definitionId
|
|
198
|
-
*/
|
|
199
|
-
/**
|
|
200
|
-
* @typedef GetAppCustomObjectDefinitionsParam
|
|
201
|
-
* @property {string} pageNo
|
|
202
|
-
* @property {string} pageSize
|
|
203
|
-
* @property {string} [search]
|
|
204
|
-
*/
|
|
205
|
-
/**
|
|
206
|
-
* @typedef GetAppCustomObjectsParam
|
|
207
|
-
* @property {string} [definitionId]
|
|
208
|
-
* @property {string} pageNo
|
|
209
|
-
* @property {string} pageSize
|
|
210
|
-
*/
|
|
211
|
-
/**
|
|
212
|
-
* @typedef GetAppJobsParam
|
|
213
|
-
* @property {string} page
|
|
214
|
-
* @property {string} pageSize
|
|
215
|
-
* @property {string} actionType
|
|
216
|
-
*/
|
|
217
|
-
/** @typedef GetAppResourcesParam */
|
|
218
120
|
/**
|
|
219
121
|
* @typedef GetBlogBySlugParam
|
|
220
122
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
@@ -233,16 +135,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
233
135
|
* a blog page. You can get slug value of a blog from `getBlogs` API.
|
|
234
136
|
*/
|
|
235
137
|
/** @typedef GetDataLoadersParam */
|
|
236
|
-
/**
|
|
237
|
-
* @typedef GetDataLoadersByServiceParam
|
|
238
|
-
* @property {string} serviceName - Service name of the data loader..
|
|
239
|
-
*/
|
|
240
138
|
/** @typedef GetDefaultNavigationsParam */
|
|
241
|
-
/**
|
|
242
|
-
* @typedef GetDefaultSEOMarkupSchemaParam
|
|
243
|
-
* @property {string} [pageType] - The type of page against which schema
|
|
244
|
-
* template was created
|
|
245
|
-
*/
|
|
246
139
|
/**
|
|
247
140
|
* @typedef GetFaqByIdOrSlugParam
|
|
248
141
|
* @property {string} idOrSlug - ID or the slug allotted to an FAQ category.
|
|
@@ -316,20 +209,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
316
209
|
* set of results. Default value is 1.
|
|
317
210
|
*/
|
|
318
211
|
/** @typedef GetSEOConfigurationParam */
|
|
319
|
-
/**
|
|
320
|
-
* @typedef GetSEOMarkupSchemaParam
|
|
321
|
-
* @property {string} id - Alphanumeric ID allotted to a SEO Markup Schema
|
|
322
|
-
* Template created within a business.
|
|
323
|
-
*/
|
|
324
|
-
/**
|
|
325
|
-
* @typedef GetSEOMarkupSchemasParam
|
|
326
|
-
* @property {string} [title] - Title of the seo schema.
|
|
327
|
-
* @property {string} [active] - Boolean value for fetching seo schema.
|
|
328
|
-
* @property {number} [pageNo] - The page number to navigate through the given
|
|
329
|
-
* set of results. Default value is 1.
|
|
330
|
-
* @property {number} [pageSize] - The number of items to retrieve in each page.
|
|
331
|
-
* Default value is 10.
|
|
332
|
-
*/
|
|
333
212
|
/**
|
|
334
213
|
* @typedef GetSlideshowBySlugParam
|
|
335
214
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
@@ -347,11 +226,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
347
226
|
* Default value is 10.
|
|
348
227
|
*/
|
|
349
228
|
/** @typedef GetSupportInformationParam */
|
|
350
|
-
/**
|
|
351
|
-
* @typedef ImportAppCustomObjectEntriesParam
|
|
352
|
-
* @property {string} definitionId
|
|
353
|
-
* @property {ContentPlatformModel.CustomObjectBulkSchema} body
|
|
354
|
-
*/
|
|
355
229
|
/**
|
|
356
230
|
* @typedef RemoveInjectableTagParam
|
|
357
231
|
* @property {ContentPlatformModel.RemoveHandpickedSchema} body
|
|
@@ -361,10 +235,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
361
235
|
* @property {string} service - Name of service.
|
|
362
236
|
* @property {string} operationId - Name of operation id of the service.
|
|
363
237
|
*/
|
|
364
|
-
/**
|
|
365
|
-
* @typedef SampleAppCustomObjectBulkEntryParam
|
|
366
|
-
* @property {string} definitionId
|
|
367
|
-
*/
|
|
368
238
|
/**
|
|
369
239
|
* @typedef SelectDataLoaderParam
|
|
370
240
|
* @property {string} dataLoaderId - ID allotted to the data loader.
|
|
@@ -379,21 +249,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
379
249
|
* @property {string} announcementId - ID allotted to the announcement.
|
|
380
250
|
* @property {ContentPlatformModel.ScheduleSchema} body
|
|
381
251
|
*/
|
|
382
|
-
/**
|
|
383
|
-
* @typedef UpdateAppCustomFieldDefinitionParam
|
|
384
|
-
* @property {string} definitionId
|
|
385
|
-
* @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
|
|
386
|
-
*/
|
|
387
|
-
/**
|
|
388
|
-
* @typedef UpdateAppCustomObjectParam
|
|
389
|
-
* @property {string} metaobjectId
|
|
390
|
-
* @property {ContentPlatformModel.CustomObjectRequestSchema} body
|
|
391
|
-
*/
|
|
392
|
-
/**
|
|
393
|
-
* @typedef UpdateAppCustomObjectDefinitionParam
|
|
394
|
-
* @property {string} definitionId
|
|
395
|
-
* @property {ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema} body
|
|
396
|
-
*/
|
|
397
252
|
/**
|
|
398
253
|
* @typedef UpdateBlogParam
|
|
399
254
|
* @property {string} id - ID allotted to the blog.
|
|
@@ -468,14 +323,6 @@ declare class ContentPlatformApplicationValidator {
|
|
|
468
323
|
static addPathRedirectionRules(): AddPathRedirectionRulesParam;
|
|
469
324
|
/** @returns {CreateAnnouncementParam} */
|
|
470
325
|
static createAnnouncement(): CreateAnnouncementParam;
|
|
471
|
-
/** @returns {CreateAppCustomFieldByResourceIdParam} */
|
|
472
|
-
static createAppCustomFieldByResourceId(): CreateAppCustomFieldByResourceIdParam;
|
|
473
|
-
/** @returns {CreateAppCustomFieldDefinitionParam} */
|
|
474
|
-
static createAppCustomFieldDefinition(): CreateAppCustomFieldDefinitionParam;
|
|
475
|
-
/** @returns {CreateAppCustomObjectParam} */
|
|
476
|
-
static createAppCustomObject(): CreateAppCustomObjectParam;
|
|
477
|
-
/** @returns {CreateAppCustomObjectDefinitionParam} */
|
|
478
|
-
static createAppCustomObjectDefinition(): CreateAppCustomObjectDefinitionParam;
|
|
479
326
|
/** @returns {CreateBlogParam} */
|
|
480
327
|
static createBlog(): CreateBlogParam;
|
|
481
328
|
/** @returns {CreateFaqCategoryParam} */
|
|
@@ -488,18 +335,10 @@ declare class ContentPlatformApplicationValidator {
|
|
|
488
335
|
static createPage(): CreatePageParam;
|
|
489
336
|
/** @returns {CreatePagePreviewParam} */
|
|
490
337
|
static createPagePreview(): CreatePagePreviewParam;
|
|
491
|
-
/** @returns {CreateSEOMarkupSchemaParam} */
|
|
492
|
-
static createSEOMarkupSchema(): CreateSEOMarkupSchemaParam;
|
|
493
338
|
/** @returns {CreateSlideshowParam} */
|
|
494
339
|
static createSlideshow(): CreateSlideshowParam;
|
|
495
340
|
/** @returns {DeleteAnnouncementParam} */
|
|
496
341
|
static deleteAnnouncement(): DeleteAnnouncementParam;
|
|
497
|
-
/** @returns {DeleteAppCustomFieldDefinitionParam} */
|
|
498
|
-
static deleteAppCustomFieldDefinition(): DeleteAppCustomFieldDefinitionParam;
|
|
499
|
-
/** @returns {DeleteAppCustomObjectParam} */
|
|
500
|
-
static deleteAppCustomObject(): DeleteAppCustomObjectParam;
|
|
501
|
-
/** @returns {DeleteAppCustomObjectDefinitionParam} */
|
|
502
|
-
static deleteAppCustomObjectDefinition(): DeleteAppCustomObjectDefinitionParam;
|
|
503
342
|
/** @returns {DeleteBlogParam} */
|
|
504
343
|
static deleteBlog(): DeleteBlogParam;
|
|
505
344
|
/** @returns {DeleteDataLoaderParam} */
|
|
@@ -516,46 +355,18 @@ declare class ContentPlatformApplicationValidator {
|
|
|
516
355
|
static deletePage(): DeletePageParam;
|
|
517
356
|
/** @returns {DeletePathRedirectionRulesParam} */
|
|
518
357
|
static deletePathRedirectionRules(): DeletePathRedirectionRulesParam;
|
|
519
|
-
/** @returns {DeleteSEOMarkupSchemaParam} */
|
|
520
|
-
static deleteSEOMarkupSchema(): DeleteSEOMarkupSchemaParam;
|
|
521
358
|
/** @returns {DeleteSlideshowParam} */
|
|
522
359
|
static deleteSlideshow(): DeleteSlideshowParam;
|
|
523
360
|
/** @returns {EditDataLoaderParam} */
|
|
524
361
|
static editDataLoader(): EditDataLoaderParam;
|
|
525
362
|
/** @returns {EditInjectableTagParam} */
|
|
526
363
|
static editInjectableTag(): EditInjectableTagParam;
|
|
527
|
-
/** @returns {EditSEOMarkupSchemaParam} */
|
|
528
|
-
static editSEOMarkupSchema(): EditSEOMarkupSchemaParam;
|
|
529
|
-
/** @returns {ExportAppCustomObjectEntriesParam} */
|
|
530
|
-
static exportAppCustomObjectEntries(): ExportAppCustomObjectEntriesParam;
|
|
531
364
|
/** @returns {GenerateSEOTitleParam} */
|
|
532
365
|
static generateSEOTitle(): GenerateSEOTitleParam;
|
|
533
366
|
/** @returns {GetAnnouncementByIdParam} */
|
|
534
367
|
static getAnnouncementById(): GetAnnouncementByIdParam;
|
|
535
368
|
/** @returns {GetAnnouncementsListParam} */
|
|
536
369
|
static getAnnouncementsList(): GetAnnouncementsListParam;
|
|
537
|
-
/** @returns {GetAppCustomFieldDefinitionParam} */
|
|
538
|
-
static getAppCustomFieldDefinition(): GetAppCustomFieldDefinitionParam;
|
|
539
|
-
/** @returns {GetAppCustomFieldDefinitionsParam} */
|
|
540
|
-
static getAppCustomFieldDefinitions(): GetAppCustomFieldDefinitionsParam;
|
|
541
|
-
/** @returns {GetAppCustomFieldTypesParam} */
|
|
542
|
-
static getAppCustomFieldTypes(): any;
|
|
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;
|
|
551
|
-
/** @returns {GetAppCustomObjectDefinitionsParam} */
|
|
552
|
-
static getAppCustomObjectDefinitions(): GetAppCustomObjectDefinitionsParam;
|
|
553
|
-
/** @returns {GetAppCustomObjectsParam} */
|
|
554
|
-
static getAppCustomObjects(): GetAppCustomObjectsParam;
|
|
555
|
-
/** @returns {GetAppJobsParam} */
|
|
556
|
-
static getAppJobs(): GetAppJobsParam;
|
|
557
|
-
/** @returns {GetAppResourcesParam} */
|
|
558
|
-
static getAppResources(): any;
|
|
559
370
|
/** @returns {GetBlogBySlugParam} */
|
|
560
371
|
static getBlogBySlug(): GetBlogBySlugParam;
|
|
561
372
|
/** @returns {GetBlogsParam} */
|
|
@@ -564,12 +375,8 @@ declare class ContentPlatformApplicationValidator {
|
|
|
564
375
|
static getComponentById(): GetComponentByIdParam;
|
|
565
376
|
/** @returns {GetDataLoadersParam} */
|
|
566
377
|
static getDataLoaders(): any;
|
|
567
|
-
/** @returns {GetDataLoadersByServiceParam} */
|
|
568
|
-
static getDataLoadersByService(): GetDataLoadersByServiceParam;
|
|
569
378
|
/** @returns {GetDefaultNavigationsParam} */
|
|
570
379
|
static getDefaultNavigations(): any;
|
|
571
|
-
/** @returns {GetDefaultSEOMarkupSchemaParam} */
|
|
572
|
-
static getDefaultSEOMarkupSchema(): GetDefaultSEOMarkupSchemaParam;
|
|
573
380
|
/** @returns {GetFaqByIdOrSlugParam} */
|
|
574
381
|
static getFaqByIdOrSlug(): GetFaqByIdOrSlugParam;
|
|
575
382
|
/** @returns {GetFaqCategoriesParam} */
|
|
@@ -602,36 +409,22 @@ declare class ContentPlatformApplicationValidator {
|
|
|
602
409
|
static getPathRedirectionRules(): GetPathRedirectionRulesParam;
|
|
603
410
|
/** @returns {GetSEOConfigurationParam} */
|
|
604
411
|
static getSEOConfiguration(): any;
|
|
605
|
-
/** @returns {GetSEOMarkupSchemaParam} */
|
|
606
|
-
static getSEOMarkupSchema(): GetSEOMarkupSchemaParam;
|
|
607
|
-
/** @returns {GetSEOMarkupSchemasParam} */
|
|
608
|
-
static getSEOMarkupSchemas(): GetSEOMarkupSchemasParam;
|
|
609
412
|
/** @returns {GetSlideshowBySlugParam} */
|
|
610
413
|
static getSlideshowBySlug(): GetSlideshowBySlugParam;
|
|
611
414
|
/** @returns {GetSlideshowsParam} */
|
|
612
415
|
static getSlideshows(): GetSlideshowsParam;
|
|
613
416
|
/** @returns {GetSupportInformationParam} */
|
|
614
417
|
static getSupportInformation(): any;
|
|
615
|
-
/** @returns {ImportAppCustomObjectEntriesParam} */
|
|
616
|
-
static importAppCustomObjectEntries(): ImportAppCustomObjectEntriesParam;
|
|
617
418
|
/** @returns {RemoveInjectableTagParam} */
|
|
618
419
|
static removeInjectableTag(): RemoveInjectableTagParam;
|
|
619
420
|
/** @returns {ResetDataLoaderParam} */
|
|
620
421
|
static resetDataLoader(): ResetDataLoaderParam;
|
|
621
|
-
/** @returns {SampleAppCustomObjectBulkEntryParam} */
|
|
622
|
-
static sampleAppCustomObjectBulkEntry(): SampleAppCustomObjectBulkEntryParam;
|
|
623
422
|
/** @returns {SelectDataLoaderParam} */
|
|
624
423
|
static selectDataLoader(): SelectDataLoaderParam;
|
|
625
424
|
/** @returns {UpdateAnnouncementParam} */
|
|
626
425
|
static updateAnnouncement(): UpdateAnnouncementParam;
|
|
627
426
|
/** @returns {UpdateAnnouncementScheduleParam} */
|
|
628
427
|
static updateAnnouncementSchedule(): UpdateAnnouncementScheduleParam;
|
|
629
|
-
/** @returns {UpdateAppCustomFieldDefinitionParam} */
|
|
630
|
-
static updateAppCustomFieldDefinition(): UpdateAppCustomFieldDefinitionParam;
|
|
631
|
-
/** @returns {UpdateAppCustomObjectParam} */
|
|
632
|
-
static updateAppCustomObject(): UpdateAppCustomObjectParam;
|
|
633
|
-
/** @returns {UpdateAppCustomObjectDefinitionParam} */
|
|
634
|
-
static updateAppCustomObjectDefinition(): UpdateAppCustomObjectDefinitionParam;
|
|
635
428
|
/** @returns {UpdateBlogParam} */
|
|
636
429
|
static updateBlog(): UpdateBlogParam;
|
|
637
430
|
/** @returns {UpdateFaqParam} */
|
|
@@ -660,7 +453,7 @@ declare class ContentPlatformApplicationValidator {
|
|
|
660
453
|
static updateSupportInformation(): UpdateSupportInformationParam;
|
|
661
454
|
}
|
|
662
455
|
declare namespace ContentPlatformApplicationValidator {
|
|
663
|
-
export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam,
|
|
456
|
+
export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam, CreateBlogParam, CreateFaqCategoryParam, CreateLandingPageParam, CreateNavigationParam, CreatePageParam, CreatePagePreviewParam, CreateSlideshowParam, DeleteAnnouncementParam, DeleteBlogParam, DeleteDataLoaderParam, DeleteFaqParam, DeleteFaqCategoryParam, DeleteLandingPageParam, DeleteNavigationParam, DeletePageParam, DeletePathRedirectionRulesParam, DeleteSlideshowParam, EditDataLoaderParam, EditInjectableTagParam, GenerateSEOTitleParam, GetAnnouncementByIdParam, GetAnnouncementsListParam, GetBlogBySlugParam, GetBlogsParam, GetComponentByIdParam, GetDataLoadersParam, GetDefaultNavigationsParam, GetFaqByIdOrSlugParam, GetFaqCategoriesParam, GetFaqCategoryBySlugOrIdParam, GetFaqsByCategoryIdOrSlugParam, GetInjectableTagsParam, GetLandingPagesParam, GetLegalInformationParam, GetNavigationBySlugParam, GetNavigationsParam, GetPageBySlugParam, GetPageMetaParam, GetPageSpecParam, GetPagesParam, GetPathRedirectionRuleParam, GetPathRedirectionRulesParam, GetSEOConfigurationParam, GetSlideshowBySlugParam, GetSlideshowsParam, GetSupportInformationParam, RemoveInjectableTagParam, ResetDataLoaderParam, SelectDataLoaderParam, UpdateAnnouncementParam, UpdateAnnouncementScheduleParam, UpdateBlogParam, UpdateFaqParam, UpdateFaqCategoryParam, UpdateInjectableTagParam, UpdateLandingPageParam, UpdateLegalInformationParam, UpdateNavigationParam, UpdatePageParam, UpdatePagePreviewParam, UpdatePathRedirectionRulesParam, UpdateSEOConfigurationParam, UpdateSlideshowParam, UpdateSupportInformationParam };
|
|
664
457
|
}
|
|
665
458
|
type AddDataLoaderParam = {
|
|
666
459
|
body: ContentPlatformModel.DataLoaderSchema;
|
|
@@ -681,20 +474,6 @@ type AddPathRedirectionRulesParam = {
|
|
|
681
474
|
type CreateAnnouncementParam = {
|
|
682
475
|
body: ContentPlatformModel.AdminAnnouncementSchema;
|
|
683
476
|
};
|
|
684
|
-
type CreateAppCustomFieldByResourceIdParam = {
|
|
685
|
-
resource: string;
|
|
686
|
-
resourceId: string;
|
|
687
|
-
body: ContentPlatformModel.CustomFieldRequestSchema;
|
|
688
|
-
};
|
|
689
|
-
type CreateAppCustomFieldDefinitionParam = {
|
|
690
|
-
body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
|
|
691
|
-
};
|
|
692
|
-
type CreateAppCustomObjectParam = {
|
|
693
|
-
body: ContentPlatformModel.CustomObjectRequestSchema;
|
|
694
|
-
};
|
|
695
|
-
type CreateAppCustomObjectDefinitionParam = {
|
|
696
|
-
body: ContentPlatformModel.CustomObjectDefinitionRequestSchema;
|
|
697
|
-
};
|
|
698
477
|
type CreateBlogParam = {
|
|
699
478
|
body: ContentPlatformModel.BlogRequest;
|
|
700
479
|
};
|
|
@@ -713,9 +492,6 @@ type CreatePageParam = {
|
|
|
713
492
|
type CreatePagePreviewParam = {
|
|
714
493
|
body: ContentPlatformModel.PageRequest;
|
|
715
494
|
};
|
|
716
|
-
type CreateSEOMarkupSchemaParam = {
|
|
717
|
-
body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
|
|
718
|
-
};
|
|
719
495
|
type CreateSlideshowParam = {
|
|
720
496
|
body: ContentPlatformModel.SlideshowRequest;
|
|
721
497
|
};
|
|
@@ -725,15 +501,6 @@ type DeleteAnnouncementParam = {
|
|
|
725
501
|
*/
|
|
726
502
|
announcementId: string;
|
|
727
503
|
};
|
|
728
|
-
type DeleteAppCustomFieldDefinitionParam = {
|
|
729
|
-
definitionId: string;
|
|
730
|
-
};
|
|
731
|
-
type DeleteAppCustomObjectParam = {
|
|
732
|
-
metaobjectId: string;
|
|
733
|
-
};
|
|
734
|
-
type DeleteAppCustomObjectDefinitionParam = {
|
|
735
|
-
definitionId: string;
|
|
736
|
-
};
|
|
737
504
|
type DeleteBlogParam = {
|
|
738
505
|
/**
|
|
739
506
|
* - ID allotted to the blog.
|
|
@@ -786,13 +553,6 @@ type DeletePathRedirectionRulesParam = {
|
|
|
786
553
|
*/
|
|
787
554
|
pathId: string;
|
|
788
555
|
};
|
|
789
|
-
type DeleteSEOMarkupSchemaParam = {
|
|
790
|
-
/**
|
|
791
|
-
* - Alphanumeric ID allotted to a SEO Markup Schema
|
|
792
|
-
* Template created within a business.
|
|
793
|
-
*/
|
|
794
|
-
id: string;
|
|
795
|
-
};
|
|
796
556
|
type DeleteSlideshowParam = {
|
|
797
557
|
/**
|
|
798
558
|
* - ID allotted to the slideshow.
|
|
@@ -813,17 +573,6 @@ type EditInjectableTagParam = {
|
|
|
813
573
|
tagId: string;
|
|
814
574
|
body: ContentPlatformModel.UpdateHandpickedSchema;
|
|
815
575
|
};
|
|
816
|
-
type EditSEOMarkupSchemaParam = {
|
|
817
|
-
/**
|
|
818
|
-
* - Alphanumeric ID allotted to a SEO Markup Schema
|
|
819
|
-
* Template created within a business.
|
|
820
|
-
*/
|
|
821
|
-
id: string;
|
|
822
|
-
body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
|
|
823
|
-
};
|
|
824
|
-
type ExportAppCustomObjectEntriesParam = {
|
|
825
|
-
definitionId: string;
|
|
826
|
-
};
|
|
827
576
|
type GenerateSEOTitleParam = {
|
|
828
577
|
/**
|
|
829
578
|
* - String
|
|
@@ -851,44 +600,6 @@ type GetAnnouncementsListParam = {
|
|
|
851
600
|
*/
|
|
852
601
|
pageSize?: number;
|
|
853
602
|
};
|
|
854
|
-
type GetAppCustomFieldDefinitionParam = {
|
|
855
|
-
definitionId: string;
|
|
856
|
-
};
|
|
857
|
-
type GetAppCustomFieldDefinitionsParam = {
|
|
858
|
-
pageNo: string;
|
|
859
|
-
pageSize: string;
|
|
860
|
-
resource?: string;
|
|
861
|
-
type?: string;
|
|
862
|
-
search?: string;
|
|
863
|
-
};
|
|
864
|
-
type GetAppCustomFieldsParam = {
|
|
865
|
-
resource: string;
|
|
866
|
-
};
|
|
867
|
-
type GetAppCustomFieldsByResourceIdParam = {
|
|
868
|
-
resource: string;
|
|
869
|
-
resourceId: string;
|
|
870
|
-
};
|
|
871
|
-
type GetAppCustomObjectParam = {
|
|
872
|
-
metaobjectId: string;
|
|
873
|
-
};
|
|
874
|
-
type GetAppCustomObjectDefinitionParam = {
|
|
875
|
-
definitionId: string;
|
|
876
|
-
};
|
|
877
|
-
type GetAppCustomObjectDefinitionsParam = {
|
|
878
|
-
pageNo: string;
|
|
879
|
-
pageSize: string;
|
|
880
|
-
search?: string;
|
|
881
|
-
};
|
|
882
|
-
type GetAppCustomObjectsParam = {
|
|
883
|
-
definitionId?: string;
|
|
884
|
-
pageNo: string;
|
|
885
|
-
pageSize: string;
|
|
886
|
-
};
|
|
887
|
-
type GetAppJobsParam = {
|
|
888
|
-
page: string;
|
|
889
|
-
pageSize: string;
|
|
890
|
-
actionType: string;
|
|
891
|
-
};
|
|
892
603
|
type GetBlogBySlugParam = {
|
|
893
604
|
/**
|
|
894
605
|
* - A short, human-readable, URL-friendly identifier of
|
|
@@ -915,19 +626,6 @@ type GetComponentByIdParam = {
|
|
|
915
626
|
*/
|
|
916
627
|
slug: string;
|
|
917
628
|
};
|
|
918
|
-
type GetDataLoadersByServiceParam = {
|
|
919
|
-
/**
|
|
920
|
-
* - Service name of the data loader..
|
|
921
|
-
*/
|
|
922
|
-
serviceName: string;
|
|
923
|
-
};
|
|
924
|
-
type GetDefaultSEOMarkupSchemaParam = {
|
|
925
|
-
/**
|
|
926
|
-
* - The type of page against which schema
|
|
927
|
-
* template was created
|
|
928
|
-
*/
|
|
929
|
-
pageType?: string;
|
|
930
|
-
};
|
|
931
629
|
type GetFaqByIdOrSlugParam = {
|
|
932
630
|
/**
|
|
933
631
|
* - ID or the slug allotted to an FAQ category.
|
|
@@ -1036,33 +734,6 @@ type GetPathRedirectionRulesParam = {
|
|
|
1036
734
|
*/
|
|
1037
735
|
pageNo?: number;
|
|
1038
736
|
};
|
|
1039
|
-
type GetSEOMarkupSchemaParam = {
|
|
1040
|
-
/**
|
|
1041
|
-
* - Alphanumeric ID allotted to a SEO Markup Schema
|
|
1042
|
-
* Template created within a business.
|
|
1043
|
-
*/
|
|
1044
|
-
id: string;
|
|
1045
|
-
};
|
|
1046
|
-
type GetSEOMarkupSchemasParam = {
|
|
1047
|
-
/**
|
|
1048
|
-
* - Title of the seo schema.
|
|
1049
|
-
*/
|
|
1050
|
-
title?: string;
|
|
1051
|
-
/**
|
|
1052
|
-
* - Boolean value for fetching seo schema.
|
|
1053
|
-
*/
|
|
1054
|
-
active?: string;
|
|
1055
|
-
/**
|
|
1056
|
-
* - The page number to navigate through the given
|
|
1057
|
-
* set of results. Default value is 1.
|
|
1058
|
-
*/
|
|
1059
|
-
pageNo?: number;
|
|
1060
|
-
/**
|
|
1061
|
-
* - The number of items to retrieve in each page.
|
|
1062
|
-
* Default value is 10.
|
|
1063
|
-
*/
|
|
1064
|
-
pageSize?: number;
|
|
1065
|
-
};
|
|
1066
737
|
type GetSlideshowBySlugParam = {
|
|
1067
738
|
/**
|
|
1068
739
|
* - A short, human-readable, URL-friendly identifier of
|
|
@@ -1092,10 +763,6 @@ type GetSlideshowsParam = {
|
|
|
1092
763
|
*/
|
|
1093
764
|
pageSize?: number;
|
|
1094
765
|
};
|
|
1095
|
-
type ImportAppCustomObjectEntriesParam = {
|
|
1096
|
-
definitionId: string;
|
|
1097
|
-
body: ContentPlatformModel.CustomObjectBulkSchema;
|
|
1098
|
-
};
|
|
1099
766
|
type RemoveInjectableTagParam = {
|
|
1100
767
|
body: ContentPlatformModel.RemoveHandpickedSchema;
|
|
1101
768
|
};
|
|
@@ -1109,9 +776,6 @@ type ResetDataLoaderParam = {
|
|
|
1109
776
|
*/
|
|
1110
777
|
operationId: string;
|
|
1111
778
|
};
|
|
1112
|
-
type SampleAppCustomObjectBulkEntryParam = {
|
|
1113
|
-
definitionId: string;
|
|
1114
|
-
};
|
|
1115
779
|
type SelectDataLoaderParam = {
|
|
1116
780
|
/**
|
|
1117
781
|
* - ID allotted to the data loader.
|
|
@@ -1132,18 +796,6 @@ type UpdateAnnouncementScheduleParam = {
|
|
|
1132
796
|
announcementId: string;
|
|
1133
797
|
body: ContentPlatformModel.ScheduleSchema;
|
|
1134
798
|
};
|
|
1135
|
-
type UpdateAppCustomFieldDefinitionParam = {
|
|
1136
|
-
definitionId: string;
|
|
1137
|
-
body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
|
|
1138
|
-
};
|
|
1139
|
-
type UpdateAppCustomObjectParam = {
|
|
1140
|
-
metaobjectId: string;
|
|
1141
|
-
body: ContentPlatformModel.CustomObjectRequestSchema;
|
|
1142
|
-
};
|
|
1143
|
-
type UpdateAppCustomObjectDefinitionParam = {
|
|
1144
|
-
definitionId: string;
|
|
1145
|
-
body: ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema;
|
|
1146
|
-
};
|
|
1147
799
|
type UpdateBlogParam = {
|
|
1148
800
|
/**
|
|
1149
801
|
* - ID allotted to the blog.
|
|
@@ -1224,8 +876,6 @@ type UpdateSlideshowParam = {
|
|
|
1224
876
|
type UpdateSupportInformationParam = {
|
|
1225
877
|
body: ContentPlatformModel.Support;
|
|
1226
878
|
};
|
|
1227
|
-
type GetAppCustomFieldTypesParam = any;
|
|
1228
|
-
type GetAppResourcesParam = any;
|
|
1229
879
|
type GetDataLoadersParam = any;
|
|
1230
880
|
type GetDefaultNavigationsParam = any;
|
|
1231
881
|
type GetFaqCategoriesParam = any;
|