@gofynd/fdk-client-javascript 1.4.15-beta.2 → 1.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/application.d.ts +1 -2
- package/application.js +2 -3
- package/index.d.ts +1 -2
- package/index.js +7 -1
- package/package.json +2 -3
- package/sdk/application/ApplicationClient.d.ts +2 -0
- package/sdk/application/ApplicationClient.js +2 -18
- package/sdk/application/Cart/CartApplicationClient.d.ts +75 -90
- package/sdk/application/Cart/CartApplicationClient.js +108 -1199
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +81 -142
- package/sdk/application/Catalog/CatalogApplicationClient.js +41 -1344
- package/sdk/application/Common/CommonApplicationClient.d.ts +4 -8
- package/sdk/application/Common/CommonApplicationClient.js +2 -92
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -19
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -148
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -73
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -727
- package/sdk/application/Content/ContentApplicationClient.d.ts +48 -111
- package/sdk/application/Content/ContentApplicationClient.js +43 -1065
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -13
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +8 -138
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +29 -0
- package/sdk/application/Finance/FinanceApplicationClient.js +105 -0
- package/sdk/application/Lead/LeadApplicationClient.d.ts +10 -18
- package/sdk/application/Lead/LeadApplicationClient.js +5 -217
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +42 -39
- package/sdk/application/Logistic/LogisticApplicationClient.js +91 -493
- package/sdk/application/Order/OrderApplicationClient.d.ts +36 -46
- package/sdk/application/Order/OrderApplicationClient.js +52 -507
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +103 -213
- package/sdk/application/Payment/PaymentApplicationClient.js +84 -2105
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +15 -29
- package/sdk/application/Rewards/RewardsApplicationClient.js +8 -312
- package/sdk/application/Share/ShareApplicationClient.d.ts +14 -24
- package/sdk/application/Share/ShareApplicationClient.js +7 -309
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -14
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -176
- package/sdk/application/User/UserApplicationClient.d.ts +87 -138
- package/sdk/application/User/UserApplicationClient.js +44 -1820
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -7
- package/sdk/application/Webhook/WebhookApplicationClient.js +3 -52
- package/sdk/application/index.d.ts +0 -18
- package/sdk/application/index.js +0 -33
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +86 -12
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +582 -24
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +116 -19
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +121 -14
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +8 -1
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +51 -4
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
- package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +157 -30
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +1177 -56
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +1662 -249
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +774 -162
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +13 -1
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +141 -12
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +8 -10
- package/sdk/partner/Theme/ThemePartnerClient.js +14 -16
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +96 -37
- package/sdk/partner/Theme/ThemePartnerModel.js +90 -36
- package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +28 -18
- package/sdk/partner/Webhook/WebhookPartnerClient.js +103 -18
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +612 -179
- package/sdk/partner/Webhook/WebhookPartnerModel.js +253 -150
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +1 -0
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +11 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +5 -4
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +14 -8
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +59 -9
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +40 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +2 -32
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +3 -243
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +11 -130
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +12 -152
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -39
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +0 -35
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
- package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +443 -388
- package/sdk/platform/Billing/BillingPlatformModel.js +280 -263
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +16 -18
- package/sdk/platform/Billing/BillingPlatformValidator.js +8 -9
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +134 -103
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +407 -112
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +111 -65
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +106 -44
- package/sdk/platform/Cart/CartPlatformModel.d.ts +5060 -1300
- package/sdk/platform/Cart/CartPlatformModel.js +1985 -1217
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +209 -183
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +452 -395
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +185 -142
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +96 -78
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +178 -117
- package/sdk/platform/Catalog/CatalogPlatformClient.js +468 -172
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +6554 -1772
- package/sdk/platform/Catalog/CatalogPlatformModel.js +3264 -1690
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +116 -31
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +85 -24
- package/sdk/platform/Common/CommonPlatformClient.d.ts +3 -2
- package/sdk/platform/Common/CommonPlatformClient.js +3 -2
- package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
- package/sdk/platform/Common/CommonPlatformModel.js +6 -6
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +16 -17
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +16 -17
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +43 -33
- package/sdk/platform/Communication/CommunicationPlatformModel.js +38 -34
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +46 -42
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +47 -43
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +210 -212
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +46 -33
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +67 -54
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +45 -24
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +134 -30
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +283 -124
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +219 -94
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +37 -9
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +27 -8
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +122 -191
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +447 -831
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +174 -220
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +164 -199
- package/sdk/platform/Content/ContentPlatformClient.d.ts +142 -106
- package/sdk/platform/Content/ContentPlatformClient.js +523 -336
- package/sdk/platform/Content/ContentPlatformModel.d.ts +1233 -476
- package/sdk/platform/Content/ContentPlatformModel.js +514 -487
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +168 -117
- package/sdk/platform/Content/ContentPlatformValidator.js +162 -108
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +14 -12
- package/sdk/platform/Discount/DiscountPlatformClient.js +14 -12
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
- package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +94 -36
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +462 -60
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +62 -15
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +75 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +370 -101
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +313 -84
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
- package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +17 -6
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +85 -7
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +95 -24
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +39 -19
- package/sdk/platform/Order/OrderPlatformClient.d.ts +153 -96
- package/sdk/platform/Order/OrderPlatformClient.js +424 -198
- package/sdk/platform/Order/OrderPlatformModel.d.ts +7747 -1342
- package/sdk/platform/Order/OrderPlatformModel.js +3960 -1262
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +292 -109
- package/sdk/platform/Order/OrderPlatformValidator.js +145 -77
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +9 -7
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
- package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +93 -105
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +129 -141
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +48 -48
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +48 -48
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
- package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +333 -319
- package/sdk/platform/Payment/PaymentPlatformModel.js +288 -278
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
- package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
- package/sdk/platform/PlatformClient.d.ts +0 -2
- package/sdk/platform/PlatformClient.js +0 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
- package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +46 -36
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +132 -41
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +46 -17
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +34 -14
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +132 -44
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +681 -64
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2458 -650
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1266 -572
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +176 -47
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +134 -28
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
- package/sdk/platform/Share/SharePlatformModel.d.ts +36 -5
- package/sdk/platform/Share/SharePlatformModel.js +27 -4
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +8 -4
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +5 -0
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +2 -0
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +37 -11
- package/sdk/platform/Theme/ThemePlatformModel.js +33 -15
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
- package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
- package/sdk/platform/User/UserPlatformModel.js +23 -23
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +25 -78
- package/sdk/platform/Webhook/WebhookPlatformClient.js +75 -470
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +720 -427
- package/sdk/platform/Webhook/WebhookPlatformModel.js +410 -386
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -55
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +12 -72
- package/sdk/platform/index.d.ts +0 -1
- package/sdk/platform/index.js +0 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +10 -7
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
- package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
- package/sdk/public/Content/ContentPublicClient.d.ts +112 -2
- package/sdk/public/Content/ContentPublicClient.js +795 -7
- package/sdk/public/Content/ContentPublicModel.d.ts +549 -3
- package/sdk/public/Content/ContentPublicModel.js +649 -3
- package/sdk/public/Content/ContentPublicValidator.d.ts +69 -3
- package/sdk/public/Content/ContentPublicValidator.js +88 -2
- package/sdk/public/Partner/PartnerPublicClient.js +4 -2
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
- package/sdk/public/Webhook/WebhookPublicClient.js +12 -10
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
- package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
- package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
- package/sdk/application/Cart/CartApplicationModel.d.ts +0 -3994
- package/sdk/application/Cart/CartApplicationModel.js +0 -2497
- package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -769
- package/sdk/application/Cart/CartApplicationValidator.js +0 -530
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +0 -3857
- package/sdk/application/Catalog/CatalogApplicationModel.js +0 -2629
- package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +0 -791
- package/sdk/application/Catalog/CatalogApplicationValidator.js +0 -551
- package/sdk/application/Common/CommonApplicationModel.d.ts +0 -449
- package/sdk/application/Common/CommonApplicationModel.js +0 -308
- package/sdk/application/Common/CommonApplicationValidator.d.ts +0 -46
- package/sdk/application/Common/CommonApplicationValidator.js +0 -38
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +0 -293
- package/sdk/application/Communication/CommunicationApplicationModel.js +0 -201
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +0 -29
- package/sdk/application/Communication/CommunicationApplicationValidator.js +0 -38
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +0 -2556
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +0 -1887
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +0 -179
- package/sdk/application/Configuration/ConfigurationApplicationValidator.js +0 -176
- package/sdk/application/Content/ContentApplicationModel.d.ts +0 -2133
- package/sdk/application/Content/ContentApplicationModel.js +0 -1589
- package/sdk/application/Content/ContentApplicationValidator.d.ts +0 -284
- package/sdk/application/Content/ContentApplicationValidator.js +0 -264
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +0 -272
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +0 -190
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +0 -56
- package/sdk/application/FileStorage/FileStorageApplicationValidator.js +0 -53
- package/sdk/application/Lead/LeadApplicationModel.d.ts +0 -590
- package/sdk/application/Lead/LeadApplicationModel.js +0 -480
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +0 -68
- package/sdk/application/Lead/LeadApplicationValidator.js +0 -71
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +0 -1675
- package/sdk/application/Logistic/LogisticApplicationModel.js +0 -1121
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +0 -254
- package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -190
- package/sdk/application/Order/OrderApplicationModel.d.ts +0 -2296
- package/sdk/application/Order/OrderApplicationModel.js +0 -1471
- package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -265
- package/sdk/application/Order/OrderApplicationValidator.js +0 -197
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +0 -4058
- package/sdk/application/Payment/PaymentApplicationModel.js +0 -2630
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +0 -576
- package/sdk/application/Payment/PaymentApplicationValidator.js +0 -594
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +0 -365
- package/sdk/application/Rewards/RewardsApplicationModel.js +0 -396
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +0 -73
- package/sdk/application/Rewards/RewardsApplicationValidator.js +0 -84
- package/sdk/application/Share/ShareApplicationModel.d.ts +0 -339
- package/sdk/application/Share/ShareApplicationModel.js +0 -234
- package/sdk/application/Share/ShareApplicationValidator.d.ts +0 -90
- package/sdk/application/Share/ShareApplicationValidator.js +0 -91
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +0 -1713
- package/sdk/application/Theme/ThemeApplicationModel.js +0 -1426
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -66
- package/sdk/application/Theme/ThemeApplicationValidator.js +0 -58
- package/sdk/application/User/UserApplicationModel.d.ts +0 -1943
- package/sdk/application/User/UserApplicationModel.js +0 -1382
- package/sdk/application/User/UserApplicationValidator.d.ts +0 -560
- package/sdk/application/User/UserApplicationValidator.js +0 -573
- package/sdk/application/Webhook/WebhookApplicationModel.d.ts +0 -52
- package/sdk/application/Webhook/WebhookApplicationModel.js +0 -46
- package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +0 -16
- package/sdk/application/Webhook/WebhookApplicationValidator.js +0 -19
- package/sdk/common/Clickstream.d.ts +0 -1
- package/sdk/common/Clickstream.js +0 -464
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -320
- package/sdk/platform/Finance/FinancePlatformClient.js +0 -2333
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +0 -2890
- package/sdk/platform/Finance/FinancePlatformModel.js +0 -2148
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +0 -284
- package/sdk/platform/Finance/FinancePlatformValidator.js +0 -354
|
@@ -20,19 +20,15 @@ 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
23
|
/**
|
|
30
24
|
* @typedef CreateAppCustomFieldDefinitionParam
|
|
25
|
+
* @property {string} resource
|
|
31
26
|
* @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
|
|
32
27
|
*/
|
|
33
28
|
/**
|
|
34
|
-
* @typedef
|
|
35
|
-
* @property {
|
|
29
|
+
* @typedef CreateAppCustomObjectBySlugParam
|
|
30
|
+
* @property {string} definitionSlug
|
|
31
|
+
* @property {ContentPlatformModel.CustomObjectRequestSchemaWithoutId} body
|
|
36
32
|
*/
|
|
37
33
|
/**
|
|
38
34
|
* @typedef CreateAppCustomObjectDefinitionParam
|
|
@@ -40,7 +36,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
40
36
|
*/
|
|
41
37
|
/**
|
|
42
38
|
* @typedef CreateBlogParam
|
|
43
|
-
* @property {ContentPlatformModel.
|
|
39
|
+
* @property {ContentPlatformModel.BlogPayload} body
|
|
44
40
|
*/
|
|
45
41
|
/**
|
|
46
42
|
* @typedef CreateFaqCategoryParam
|
|
@@ -52,39 +48,38 @@ export = ContentPlatformApplicationValidator;
|
|
|
52
48
|
*/
|
|
53
49
|
/**
|
|
54
50
|
* @typedef CreateNavigationParam
|
|
55
|
-
* @property {ContentPlatformModel.
|
|
51
|
+
* @property {ContentPlatformModel.NavigationPayload} body
|
|
56
52
|
*/
|
|
57
53
|
/**
|
|
58
54
|
* @typedef CreatePageParam
|
|
59
|
-
* @property {ContentPlatformModel.
|
|
55
|
+
* @property {ContentPlatformModel.PagePayload} body
|
|
60
56
|
*/
|
|
61
57
|
/**
|
|
62
58
|
* @typedef CreatePagePreviewParam
|
|
63
|
-
* @property {ContentPlatformModel.
|
|
59
|
+
* @property {ContentPlatformModel.PagePayload} body
|
|
64
60
|
*/
|
|
65
61
|
/**
|
|
66
62
|
* @typedef CreateSEOMarkupSchemaParam
|
|
67
63
|
* @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
|
|
68
64
|
*/
|
|
69
|
-
/**
|
|
70
|
-
* @typedef CreateSlideshowParam
|
|
71
|
-
* @property {ContentPlatformModel.SlideshowRequest} body
|
|
72
|
-
*/
|
|
73
65
|
/**
|
|
74
66
|
* @typedef DeleteAnnouncementParam
|
|
75
67
|
* @property {string} announcementId - ID allotted to the announcement.
|
|
76
68
|
*/
|
|
77
69
|
/**
|
|
78
|
-
* @typedef
|
|
79
|
-
* @property {string}
|
|
70
|
+
* @typedef DeleteAppCustomFieldDefinitionBySlugParam
|
|
71
|
+
* @property {string} slug
|
|
72
|
+
* @property {string} resource
|
|
73
|
+
* @property {string} namespace
|
|
80
74
|
*/
|
|
81
75
|
/**
|
|
82
|
-
* @typedef
|
|
83
|
-
* @property {string}
|
|
76
|
+
* @typedef DeleteAppCustomObjectBySlugParam
|
|
77
|
+
* @property {string} definitionSlug
|
|
78
|
+
* @property {string} slug
|
|
84
79
|
*/
|
|
85
80
|
/**
|
|
86
|
-
* @typedef
|
|
87
|
-
* @property {string}
|
|
81
|
+
* @typedef DeleteAppCustomObjectDefinitionBySlugParam
|
|
82
|
+
* @property {string} slug
|
|
88
83
|
*/
|
|
89
84
|
/**
|
|
90
85
|
* @typedef DeleteBlogParam
|
|
@@ -124,10 +119,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
124
119
|
* @property {string} id - Alphanumeric ID allotted to a SEO Markup Schema
|
|
125
120
|
* Template created within a business.
|
|
126
121
|
*/
|
|
127
|
-
/**
|
|
128
|
-
* @typedef DeleteSlideshowParam
|
|
129
|
-
* @property {string} id - ID allotted to the slideshow.
|
|
130
|
-
*/
|
|
131
122
|
/**
|
|
132
123
|
* @typedef EditDataLoaderParam
|
|
133
124
|
* @property {string} dataLoaderId - ID allotted to the data loader.
|
|
@@ -145,8 +136,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
145
136
|
* @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
|
|
146
137
|
*/
|
|
147
138
|
/**
|
|
148
|
-
* @typedef
|
|
149
|
-
* @property {string}
|
|
139
|
+
* @typedef ExportAppCustomObjectEntriesBySlugParam
|
|
140
|
+
* @property {string} slug
|
|
150
141
|
*/
|
|
151
142
|
/**
|
|
152
143
|
* @typedef GenerateSEOTitleParam
|
|
@@ -167,34 +158,45 @@ export = ContentPlatformApplicationValidator;
|
|
|
167
158
|
* Default value is 10.
|
|
168
159
|
*/
|
|
169
160
|
/**
|
|
170
|
-
* @typedef
|
|
171
|
-
* @property {string}
|
|
161
|
+
* @typedef GetAppCustomFieldDefinitionByResourceParam
|
|
162
|
+
* @property {string} pageNo
|
|
163
|
+
* @property {string} pageSize
|
|
164
|
+
* @property {string} resource
|
|
165
|
+
* @property {string} [types]
|
|
166
|
+
* @property {string} [search]
|
|
167
|
+
* @property {string} [slugs]
|
|
168
|
+
* @property {string} [namespaces]
|
|
169
|
+
*/
|
|
170
|
+
/**
|
|
171
|
+
* @typedef GetAppCustomFieldDefinitionBySlugParam
|
|
172
|
+
* @property {string} slug
|
|
173
|
+
* @property {string} resource
|
|
174
|
+
* @property {string} namespace
|
|
172
175
|
*/
|
|
173
176
|
/**
|
|
174
177
|
* @typedef GetAppCustomFieldDefinitionsParam
|
|
175
178
|
* @property {string} pageNo
|
|
176
179
|
* @property {string} pageSize
|
|
177
|
-
* @property {string} [
|
|
178
|
-
* @property {string} [
|
|
180
|
+
* @property {string} [resources]
|
|
181
|
+
* @property {string} [types]
|
|
179
182
|
* @property {string} [search]
|
|
183
|
+
* @property {string} [slugs]
|
|
184
|
+
* @property {string} [namespaces]
|
|
180
185
|
*/
|
|
181
186
|
/** @typedef GetAppCustomFieldTypesParam */
|
|
182
187
|
/**
|
|
183
|
-
* @typedef
|
|
184
|
-
* @property {string} resource
|
|
185
|
-
*/
|
|
186
|
-
/**
|
|
187
|
-
* @typedef GetAppCustomFieldsByResourceIdParam
|
|
188
|
+
* @typedef GetAppCustomFieldsByResourceSlugParam
|
|
188
189
|
* @property {string} resource
|
|
189
|
-
* @property {string}
|
|
190
|
+
* @property {string} resourceSlug
|
|
190
191
|
*/
|
|
191
192
|
/**
|
|
192
|
-
* @typedef
|
|
193
|
-
* @property {string}
|
|
193
|
+
* @typedef GetAppCustomObjectBySlugParam
|
|
194
|
+
* @property {string} definitionSlug
|
|
195
|
+
* @property {string} slug
|
|
194
196
|
*/
|
|
195
197
|
/**
|
|
196
|
-
* @typedef
|
|
197
|
-
* @property {string}
|
|
198
|
+
* @typedef GetAppCustomObjectDefinitionBySlugParam
|
|
199
|
+
* @property {string} slug
|
|
198
200
|
*/
|
|
199
201
|
/**
|
|
200
202
|
* @typedef GetAppCustomObjectDefinitionsParam
|
|
@@ -203,10 +205,10 @@ export = ContentPlatformApplicationValidator;
|
|
|
203
205
|
* @property {string} [search]
|
|
204
206
|
*/
|
|
205
207
|
/**
|
|
206
|
-
* @typedef
|
|
207
|
-
* @property {string} [definitionId]
|
|
208
|
+
* @typedef GetAppCustomObjectsBySlugParam
|
|
208
209
|
* @property {string} pageNo
|
|
209
210
|
* @property {string} pageSize
|
|
211
|
+
* @property {string} definitionSlug
|
|
210
212
|
*/
|
|
211
213
|
/**
|
|
212
214
|
* @typedef GetAppJobsParam
|
|
@@ -278,8 +280,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
278
280
|
* @typedef GetNavigationBySlugParam
|
|
279
281
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
280
282
|
* a navigation. You can get slug value of a navigation from `getNavigations` API.
|
|
281
|
-
* @property {string} devicePlatform - Filter navigations by platform.
|
|
282
|
-
* Acceptable values are: web, android, ios
|
|
283
|
+
* @property {string} [devicePlatform] - Filter navigations by platform.
|
|
284
|
+
* Acceptable values are: web, android, ios.
|
|
283
285
|
*/
|
|
284
286
|
/**
|
|
285
287
|
* @typedef GetNavigationsParam
|
|
@@ -330,26 +332,10 @@ export = ContentPlatformApplicationValidator;
|
|
|
330
332
|
* @property {number} [pageSize] - The number of items to retrieve in each page.
|
|
331
333
|
* Default value is 10.
|
|
332
334
|
*/
|
|
333
|
-
/**
|
|
334
|
-
* @typedef GetSlideshowBySlugParam
|
|
335
|
-
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
336
|
-
* a slideshow. You can get slug value of a page from `getSlideshows` API.
|
|
337
|
-
* @property {string} devicePlatform - Filter slideshows by platform. Acceptable
|
|
338
|
-
* values are: web, android, ios and all
|
|
339
|
-
*/
|
|
340
|
-
/**
|
|
341
|
-
* @typedef GetSlideshowsParam
|
|
342
|
-
* @property {string} devicePlatform - Filter slideshows by platform. Acceptable
|
|
343
|
-
* values are: web, android, ios and all
|
|
344
|
-
* @property {number} [pageNo] - The page number to navigate through the given
|
|
345
|
-
* set of results. Default value is 1.
|
|
346
|
-
* @property {number} [pageSize] - The number of items to retrieve in each page.
|
|
347
|
-
* Default value is 10.
|
|
348
|
-
*/
|
|
349
335
|
/** @typedef GetSupportInformationParam */
|
|
350
336
|
/**
|
|
351
|
-
* @typedef
|
|
352
|
-
* @property {string}
|
|
337
|
+
* @typedef ImportAppCustomObjectEntriesBySlugParam
|
|
338
|
+
* @property {string} slug
|
|
353
339
|
* @property {ContentPlatformModel.CustomObjectBulkSchema} body
|
|
354
340
|
*/
|
|
355
341
|
/**
|
|
@@ -362,8 +348,8 @@ export = ContentPlatformApplicationValidator;
|
|
|
362
348
|
* @property {string} operationId - Name of operation id of the service.
|
|
363
349
|
*/
|
|
364
350
|
/**
|
|
365
|
-
* @typedef
|
|
366
|
-
* @property {string}
|
|
351
|
+
* @typedef SampleAppCustomObjectBulkEntryBySlugParam
|
|
352
|
+
* @property {string} slug
|
|
367
353
|
*/
|
|
368
354
|
/**
|
|
369
355
|
* @typedef SelectDataLoaderParam
|
|
@@ -380,24 +366,33 @@ export = ContentPlatformApplicationValidator;
|
|
|
380
366
|
* @property {ContentPlatformModel.ScheduleSchema} body
|
|
381
367
|
*/
|
|
382
368
|
/**
|
|
383
|
-
* @typedef
|
|
384
|
-
* @property {string}
|
|
369
|
+
* @typedef UpdateAppCustomFieldByResourceSlugParam
|
|
370
|
+
* @property {string} resource
|
|
371
|
+
* @property {string} resourceSlug
|
|
372
|
+
* @property {ContentPlatformModel.CustomFieldRequestSchema} body
|
|
373
|
+
*/
|
|
374
|
+
/**
|
|
375
|
+
* @typedef UpdateAppCustomFieldDefinitionBySlugParam
|
|
376
|
+
* @property {string} slug
|
|
377
|
+
* @property {string} resource
|
|
378
|
+
* @property {string} namespace
|
|
385
379
|
* @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
|
|
386
380
|
*/
|
|
387
381
|
/**
|
|
388
|
-
* @typedef
|
|
389
|
-
* @property {string}
|
|
390
|
-
* @property {
|
|
382
|
+
* @typedef UpdateAppCustomObjectBySlugParam
|
|
383
|
+
* @property {string} definitionSlug
|
|
384
|
+
* @property {string} slug
|
|
385
|
+
* @property {ContentPlatformModel.CustomObjectRequestSchemaWithoutId} body
|
|
391
386
|
*/
|
|
392
387
|
/**
|
|
393
|
-
* @typedef
|
|
394
|
-
* @property {string}
|
|
388
|
+
* @typedef UpdateAppCustomObjectDefinitionBySlugParam
|
|
389
|
+
* @property {string} slug
|
|
395
390
|
* @property {ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema} body
|
|
396
391
|
*/
|
|
397
392
|
/**
|
|
398
393
|
* @typedef UpdateBlogParam
|
|
399
394
|
* @property {string} id - ID allotted to the blog.
|
|
400
|
-
* @property {ContentPlatformModel.
|
|
395
|
+
* @property {ContentPlatformModel.BlogPayload} body
|
|
401
396
|
*/
|
|
402
397
|
/**
|
|
403
398
|
* @typedef UpdateFaqParam
|
|
@@ -426,7 +421,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
426
421
|
/**
|
|
427
422
|
* @typedef UpdateNavigationParam
|
|
428
423
|
* @property {string} id - ID allotted to the navigation.
|
|
429
|
-
* @property {ContentPlatformModel.
|
|
424
|
+
* @property {ContentPlatformModel.NavigationPayload} body
|
|
430
425
|
*/
|
|
431
426
|
/**
|
|
432
427
|
* @typedef UpdatePageParam
|
|
@@ -437,7 +432,7 @@ export = ContentPlatformApplicationValidator;
|
|
|
437
432
|
* @typedef UpdatePagePreviewParam
|
|
438
433
|
* @property {string} slug - A short, human-readable, URL-friendly identifier of
|
|
439
434
|
* a page. You can get slug value of a page from `getPages` API.
|
|
440
|
-
* @property {ContentPlatformModel.
|
|
435
|
+
* @property {ContentPlatformModel.PagePublishPayload} body
|
|
441
436
|
*/
|
|
442
437
|
/**
|
|
443
438
|
* @typedef UpdatePathRedirectionRulesParam
|
|
@@ -448,11 +443,6 @@ export = ContentPlatformApplicationValidator;
|
|
|
448
443
|
* @typedef UpdateSEOConfigurationParam
|
|
449
444
|
* @property {ContentPlatformModel.SeoComponent} body
|
|
450
445
|
*/
|
|
451
|
-
/**
|
|
452
|
-
* @typedef UpdateSlideshowParam
|
|
453
|
-
* @property {string} id - ID allotted to the slideshow.
|
|
454
|
-
* @property {ContentPlatformModel.SlideshowRequest} body
|
|
455
|
-
*/
|
|
456
446
|
/**
|
|
457
447
|
* @typedef UpdateSupportInformationParam
|
|
458
448
|
* @property {ContentPlatformModel.Support} body
|
|
@@ -468,12 +458,10 @@ declare class ContentPlatformApplicationValidator {
|
|
|
468
458
|
static addPathRedirectionRules(): AddPathRedirectionRulesParam;
|
|
469
459
|
/** @returns {CreateAnnouncementParam} */
|
|
470
460
|
static createAnnouncement(): CreateAnnouncementParam;
|
|
471
|
-
/** @returns {CreateAppCustomFieldByResourceIdParam} */
|
|
472
|
-
static createAppCustomFieldByResourceId(): CreateAppCustomFieldByResourceIdParam;
|
|
473
461
|
/** @returns {CreateAppCustomFieldDefinitionParam} */
|
|
474
462
|
static createAppCustomFieldDefinition(): CreateAppCustomFieldDefinitionParam;
|
|
475
|
-
/** @returns {
|
|
476
|
-
static
|
|
463
|
+
/** @returns {CreateAppCustomObjectBySlugParam} */
|
|
464
|
+
static createAppCustomObjectBySlug(): CreateAppCustomObjectBySlugParam;
|
|
477
465
|
/** @returns {CreateAppCustomObjectDefinitionParam} */
|
|
478
466
|
static createAppCustomObjectDefinition(): CreateAppCustomObjectDefinitionParam;
|
|
479
467
|
/** @returns {CreateBlogParam} */
|
|
@@ -490,16 +478,14 @@ declare class ContentPlatformApplicationValidator {
|
|
|
490
478
|
static createPagePreview(): CreatePagePreviewParam;
|
|
491
479
|
/** @returns {CreateSEOMarkupSchemaParam} */
|
|
492
480
|
static createSEOMarkupSchema(): CreateSEOMarkupSchemaParam;
|
|
493
|
-
/** @returns {CreateSlideshowParam} */
|
|
494
|
-
static createSlideshow(): CreateSlideshowParam;
|
|
495
481
|
/** @returns {DeleteAnnouncementParam} */
|
|
496
482
|
static deleteAnnouncement(): DeleteAnnouncementParam;
|
|
497
|
-
/** @returns {
|
|
498
|
-
static
|
|
499
|
-
/** @returns {
|
|
500
|
-
static
|
|
501
|
-
/** @returns {
|
|
502
|
-
static
|
|
483
|
+
/** @returns {DeleteAppCustomFieldDefinitionBySlugParam} */
|
|
484
|
+
static deleteAppCustomFieldDefinitionBySlug(): DeleteAppCustomFieldDefinitionBySlugParam;
|
|
485
|
+
/** @returns {DeleteAppCustomObjectBySlugParam} */
|
|
486
|
+
static deleteAppCustomObjectBySlug(): DeleteAppCustomObjectBySlugParam;
|
|
487
|
+
/** @returns {DeleteAppCustomObjectDefinitionBySlugParam} */
|
|
488
|
+
static deleteAppCustomObjectDefinitionBySlug(): DeleteAppCustomObjectDefinitionBySlugParam;
|
|
503
489
|
/** @returns {DeleteBlogParam} */
|
|
504
490
|
static deleteBlog(): DeleteBlogParam;
|
|
505
491
|
/** @returns {DeleteDataLoaderParam} */
|
|
@@ -518,40 +504,38 @@ declare class ContentPlatformApplicationValidator {
|
|
|
518
504
|
static deletePathRedirectionRules(): DeletePathRedirectionRulesParam;
|
|
519
505
|
/** @returns {DeleteSEOMarkupSchemaParam} */
|
|
520
506
|
static deleteSEOMarkupSchema(): DeleteSEOMarkupSchemaParam;
|
|
521
|
-
/** @returns {DeleteSlideshowParam} */
|
|
522
|
-
static deleteSlideshow(): DeleteSlideshowParam;
|
|
523
507
|
/** @returns {EditDataLoaderParam} */
|
|
524
508
|
static editDataLoader(): EditDataLoaderParam;
|
|
525
509
|
/** @returns {EditInjectableTagParam} */
|
|
526
510
|
static editInjectableTag(): EditInjectableTagParam;
|
|
527
511
|
/** @returns {EditSEOMarkupSchemaParam} */
|
|
528
512
|
static editSEOMarkupSchema(): EditSEOMarkupSchemaParam;
|
|
529
|
-
/** @returns {
|
|
530
|
-
static
|
|
513
|
+
/** @returns {ExportAppCustomObjectEntriesBySlugParam} */
|
|
514
|
+
static exportAppCustomObjectEntriesBySlug(): ExportAppCustomObjectEntriesBySlugParam;
|
|
531
515
|
/** @returns {GenerateSEOTitleParam} */
|
|
532
516
|
static generateSEOTitle(): GenerateSEOTitleParam;
|
|
533
517
|
/** @returns {GetAnnouncementByIdParam} */
|
|
534
518
|
static getAnnouncementById(): GetAnnouncementByIdParam;
|
|
535
519
|
/** @returns {GetAnnouncementsListParam} */
|
|
536
520
|
static getAnnouncementsList(): GetAnnouncementsListParam;
|
|
537
|
-
/** @returns {
|
|
538
|
-
static
|
|
521
|
+
/** @returns {GetAppCustomFieldDefinitionByResourceParam} */
|
|
522
|
+
static getAppCustomFieldDefinitionByResource(): GetAppCustomFieldDefinitionByResourceParam;
|
|
523
|
+
/** @returns {GetAppCustomFieldDefinitionBySlugParam} */
|
|
524
|
+
static getAppCustomFieldDefinitionBySlug(): GetAppCustomFieldDefinitionBySlugParam;
|
|
539
525
|
/** @returns {GetAppCustomFieldDefinitionsParam} */
|
|
540
526
|
static getAppCustomFieldDefinitions(): GetAppCustomFieldDefinitionsParam;
|
|
541
527
|
/** @returns {GetAppCustomFieldTypesParam} */
|
|
542
528
|
static getAppCustomFieldTypes(): any;
|
|
543
|
-
/** @returns {
|
|
544
|
-
static
|
|
545
|
-
/** @returns {
|
|
546
|
-
static
|
|
547
|
-
/** @returns {
|
|
548
|
-
static
|
|
549
|
-
/** @returns {GetAppCustomObjectDefinitionParam} */
|
|
550
|
-
static getAppCustomObjectDefinition(): GetAppCustomObjectDefinitionParam;
|
|
529
|
+
/** @returns {GetAppCustomFieldsByResourceSlugParam} */
|
|
530
|
+
static getAppCustomFieldsByResourceSlug(): GetAppCustomFieldsByResourceSlugParam;
|
|
531
|
+
/** @returns {GetAppCustomObjectBySlugParam} */
|
|
532
|
+
static getAppCustomObjectBySlug(): GetAppCustomObjectBySlugParam;
|
|
533
|
+
/** @returns {GetAppCustomObjectDefinitionBySlugParam} */
|
|
534
|
+
static getAppCustomObjectDefinitionBySlug(): GetAppCustomObjectDefinitionBySlugParam;
|
|
551
535
|
/** @returns {GetAppCustomObjectDefinitionsParam} */
|
|
552
536
|
static getAppCustomObjectDefinitions(): GetAppCustomObjectDefinitionsParam;
|
|
553
|
-
/** @returns {
|
|
554
|
-
static
|
|
537
|
+
/** @returns {GetAppCustomObjectsBySlugParam} */
|
|
538
|
+
static getAppCustomObjectsBySlug(): GetAppCustomObjectsBySlugParam;
|
|
555
539
|
/** @returns {GetAppJobsParam} */
|
|
556
540
|
static getAppJobs(): GetAppJobsParam;
|
|
557
541
|
/** @returns {GetAppResourcesParam} */
|
|
@@ -604,32 +588,30 @@ declare class ContentPlatformApplicationValidator {
|
|
|
604
588
|
static getSEOMarkupSchema(): GetSEOMarkupSchemaParam;
|
|
605
589
|
/** @returns {GetSEOMarkupSchemasParam} */
|
|
606
590
|
static getSEOMarkupSchemas(): GetSEOMarkupSchemasParam;
|
|
607
|
-
/** @returns {GetSlideshowBySlugParam} */
|
|
608
|
-
static getSlideshowBySlug(): GetSlideshowBySlugParam;
|
|
609
|
-
/** @returns {GetSlideshowsParam} */
|
|
610
|
-
static getSlideshows(): GetSlideshowsParam;
|
|
611
591
|
/** @returns {GetSupportInformationParam} */
|
|
612
592
|
static getSupportInformation(): any;
|
|
613
|
-
/** @returns {
|
|
614
|
-
static
|
|
593
|
+
/** @returns {ImportAppCustomObjectEntriesBySlugParam} */
|
|
594
|
+
static importAppCustomObjectEntriesBySlug(): ImportAppCustomObjectEntriesBySlugParam;
|
|
615
595
|
/** @returns {RemoveInjectableTagParam} */
|
|
616
596
|
static removeInjectableTag(): RemoveInjectableTagParam;
|
|
617
597
|
/** @returns {ResetDataLoaderParam} */
|
|
618
598
|
static resetDataLoader(): ResetDataLoaderParam;
|
|
619
|
-
/** @returns {
|
|
620
|
-
static
|
|
599
|
+
/** @returns {SampleAppCustomObjectBulkEntryBySlugParam} */
|
|
600
|
+
static sampleAppCustomObjectBulkEntryBySlug(): SampleAppCustomObjectBulkEntryBySlugParam;
|
|
621
601
|
/** @returns {SelectDataLoaderParam} */
|
|
622
602
|
static selectDataLoader(): SelectDataLoaderParam;
|
|
623
603
|
/** @returns {UpdateAnnouncementParam} */
|
|
624
604
|
static updateAnnouncement(): UpdateAnnouncementParam;
|
|
625
605
|
/** @returns {UpdateAnnouncementScheduleParam} */
|
|
626
606
|
static updateAnnouncementSchedule(): UpdateAnnouncementScheduleParam;
|
|
627
|
-
/** @returns {
|
|
628
|
-
static
|
|
629
|
-
/** @returns {
|
|
630
|
-
static
|
|
631
|
-
/** @returns {
|
|
632
|
-
static
|
|
607
|
+
/** @returns {UpdateAppCustomFieldByResourceSlugParam} */
|
|
608
|
+
static updateAppCustomFieldByResourceSlug(): UpdateAppCustomFieldByResourceSlugParam;
|
|
609
|
+
/** @returns {UpdateAppCustomFieldDefinitionBySlugParam} */
|
|
610
|
+
static updateAppCustomFieldDefinitionBySlug(): UpdateAppCustomFieldDefinitionBySlugParam;
|
|
611
|
+
/** @returns {UpdateAppCustomObjectBySlugParam} */
|
|
612
|
+
static updateAppCustomObjectBySlug(): UpdateAppCustomObjectBySlugParam;
|
|
613
|
+
/** @returns {UpdateAppCustomObjectDefinitionBySlugParam} */
|
|
614
|
+
static updateAppCustomObjectDefinitionBySlug(): UpdateAppCustomObjectDefinitionBySlugParam;
|
|
633
615
|
/** @returns {UpdateBlogParam} */
|
|
634
616
|
static updateBlog(): UpdateBlogParam;
|
|
635
617
|
/** @returns {UpdateFaqParam} */
|
|
@@ -652,13 +634,11 @@ declare class ContentPlatformApplicationValidator {
|
|
|
652
634
|
static updatePathRedirectionRules(): UpdatePathRedirectionRulesParam;
|
|
653
635
|
/** @returns {UpdateSEOConfigurationParam} */
|
|
654
636
|
static updateSEOConfiguration(): UpdateSEOConfigurationParam;
|
|
655
|
-
/** @returns {UpdateSlideshowParam} */
|
|
656
|
-
static updateSlideshow(): UpdateSlideshowParam;
|
|
657
637
|
/** @returns {UpdateSupportInformationParam} */
|
|
658
638
|
static updateSupportInformation(): UpdateSupportInformationParam;
|
|
659
639
|
}
|
|
660
640
|
declare namespace ContentPlatformApplicationValidator {
|
|
661
|
-
export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam,
|
|
641
|
+
export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam, CreateAppCustomFieldDefinitionParam, CreateAppCustomObjectBySlugParam, CreateAppCustomObjectDefinitionParam, CreateBlogParam, CreateFaqCategoryParam, CreateLandingPageParam, CreateNavigationParam, CreatePageParam, CreatePagePreviewParam, CreateSEOMarkupSchemaParam, DeleteAnnouncementParam, DeleteAppCustomFieldDefinitionBySlugParam, DeleteAppCustomObjectBySlugParam, DeleteAppCustomObjectDefinitionBySlugParam, DeleteBlogParam, DeleteDataLoaderParam, DeleteFaqParam, DeleteFaqCategoryParam, DeleteLandingPageParam, DeleteNavigationParam, DeletePageParam, DeletePathRedirectionRulesParam, DeleteSEOMarkupSchemaParam, EditDataLoaderParam, EditInjectableTagParam, EditSEOMarkupSchemaParam, ExportAppCustomObjectEntriesBySlugParam, GenerateSEOTitleParam, GetAnnouncementByIdParam, GetAnnouncementsListParam, GetAppCustomFieldDefinitionByResourceParam, GetAppCustomFieldDefinitionBySlugParam, GetAppCustomFieldDefinitionsParam, GetAppCustomFieldTypesParam, GetAppCustomFieldsByResourceSlugParam, GetAppCustomObjectBySlugParam, GetAppCustomObjectDefinitionBySlugParam, GetAppCustomObjectDefinitionsParam, GetAppCustomObjectsBySlugParam, 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, GetSupportInformationParam, ImportAppCustomObjectEntriesBySlugParam, RemoveInjectableTagParam, ResetDataLoaderParam, SampleAppCustomObjectBulkEntryBySlugParam, SelectDataLoaderParam, UpdateAnnouncementParam, UpdateAnnouncementScheduleParam, UpdateAppCustomFieldByResourceSlugParam, UpdateAppCustomFieldDefinitionBySlugParam, UpdateAppCustomObjectBySlugParam, UpdateAppCustomObjectDefinitionBySlugParam, UpdateBlogParam, UpdateFaqParam, UpdateFaqCategoryParam, UpdateInjectableTagParam, UpdateLandingPageParam, UpdateLegalInformationParam, UpdateNavigationParam, UpdatePageParam, UpdatePagePreviewParam, UpdatePathRedirectionRulesParam, UpdateSEOConfigurationParam, UpdateSupportInformationParam };
|
|
662
642
|
}
|
|
663
643
|
type AddDataLoaderParam = {
|
|
664
644
|
body: ContentPlatformModel.DataLoaderSchema;
|
|
@@ -679,22 +659,19 @@ type AddPathRedirectionRulesParam = {
|
|
|
679
659
|
type CreateAnnouncementParam = {
|
|
680
660
|
body: ContentPlatformModel.AdminAnnouncementSchema;
|
|
681
661
|
};
|
|
682
|
-
type CreateAppCustomFieldByResourceIdParam = {
|
|
683
|
-
resource: string;
|
|
684
|
-
resourceId: string;
|
|
685
|
-
body: ContentPlatformModel.CustomFieldRequestSchema;
|
|
686
|
-
};
|
|
687
662
|
type CreateAppCustomFieldDefinitionParam = {
|
|
663
|
+
resource: string;
|
|
688
664
|
body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
|
|
689
665
|
};
|
|
690
|
-
type
|
|
691
|
-
|
|
666
|
+
type CreateAppCustomObjectBySlugParam = {
|
|
667
|
+
definitionSlug: string;
|
|
668
|
+
body: ContentPlatformModel.CustomObjectRequestSchemaWithoutId;
|
|
692
669
|
};
|
|
693
670
|
type CreateAppCustomObjectDefinitionParam = {
|
|
694
671
|
body: ContentPlatformModel.CustomObjectDefinitionRequestSchema;
|
|
695
672
|
};
|
|
696
673
|
type CreateBlogParam = {
|
|
697
|
-
body: ContentPlatformModel.
|
|
674
|
+
body: ContentPlatformModel.BlogPayload;
|
|
698
675
|
};
|
|
699
676
|
type CreateFaqCategoryParam = {
|
|
700
677
|
body: ContentPlatformModel.CreateFaqCategoryRequestSchema;
|
|
@@ -703,34 +680,34 @@ type CreateLandingPageParam = {
|
|
|
703
680
|
body: ContentPlatformModel.LandingPageSchema;
|
|
704
681
|
};
|
|
705
682
|
type CreateNavigationParam = {
|
|
706
|
-
body: ContentPlatformModel.
|
|
683
|
+
body: ContentPlatformModel.NavigationPayload;
|
|
707
684
|
};
|
|
708
685
|
type CreatePageParam = {
|
|
709
|
-
body: ContentPlatformModel.
|
|
686
|
+
body: ContentPlatformModel.PagePayload;
|
|
710
687
|
};
|
|
711
688
|
type CreatePagePreviewParam = {
|
|
712
|
-
body: ContentPlatformModel.
|
|
689
|
+
body: ContentPlatformModel.PagePayload;
|
|
713
690
|
};
|
|
714
691
|
type CreateSEOMarkupSchemaParam = {
|
|
715
692
|
body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
|
|
716
693
|
};
|
|
717
|
-
type CreateSlideshowParam = {
|
|
718
|
-
body: ContentPlatformModel.SlideshowRequest;
|
|
719
|
-
};
|
|
720
694
|
type DeleteAnnouncementParam = {
|
|
721
695
|
/**
|
|
722
696
|
* - ID allotted to the announcement.
|
|
723
697
|
*/
|
|
724
698
|
announcementId: string;
|
|
725
699
|
};
|
|
726
|
-
type
|
|
727
|
-
|
|
700
|
+
type DeleteAppCustomFieldDefinitionBySlugParam = {
|
|
701
|
+
slug: string;
|
|
702
|
+
resource: string;
|
|
703
|
+
namespace: string;
|
|
728
704
|
};
|
|
729
|
-
type
|
|
730
|
-
|
|
705
|
+
type DeleteAppCustomObjectBySlugParam = {
|
|
706
|
+
definitionSlug: string;
|
|
707
|
+
slug: string;
|
|
731
708
|
};
|
|
732
|
-
type
|
|
733
|
-
|
|
709
|
+
type DeleteAppCustomObjectDefinitionBySlugParam = {
|
|
710
|
+
slug: string;
|
|
734
711
|
};
|
|
735
712
|
type DeleteBlogParam = {
|
|
736
713
|
/**
|
|
@@ -791,12 +768,6 @@ type DeleteSEOMarkupSchemaParam = {
|
|
|
791
768
|
*/
|
|
792
769
|
id: string;
|
|
793
770
|
};
|
|
794
|
-
type DeleteSlideshowParam = {
|
|
795
|
-
/**
|
|
796
|
-
* - ID allotted to the slideshow.
|
|
797
|
-
*/
|
|
798
|
-
id: string;
|
|
799
|
-
};
|
|
800
771
|
type EditDataLoaderParam = {
|
|
801
772
|
/**
|
|
802
773
|
* - ID allotted to the data loader.
|
|
@@ -819,8 +790,8 @@ type EditSEOMarkupSchemaParam = {
|
|
|
819
790
|
id: string;
|
|
820
791
|
body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
|
|
821
792
|
};
|
|
822
|
-
type
|
|
823
|
-
|
|
793
|
+
type ExportAppCustomObjectEntriesBySlugParam = {
|
|
794
|
+
slug: string;
|
|
824
795
|
};
|
|
825
796
|
type GenerateSEOTitleParam = {
|
|
826
797
|
/**
|
|
@@ -849,38 +820,49 @@ type GetAnnouncementsListParam = {
|
|
|
849
820
|
*/
|
|
850
821
|
pageSize?: number;
|
|
851
822
|
};
|
|
852
|
-
type
|
|
853
|
-
definitionId: string;
|
|
854
|
-
};
|
|
855
|
-
type GetAppCustomFieldDefinitionsParam = {
|
|
823
|
+
type GetAppCustomFieldDefinitionByResourceParam = {
|
|
856
824
|
pageNo: string;
|
|
857
825
|
pageSize: string;
|
|
858
|
-
resource
|
|
859
|
-
|
|
826
|
+
resource: string;
|
|
827
|
+
types?: string;
|
|
860
828
|
search?: string;
|
|
829
|
+
slugs?: string;
|
|
830
|
+
namespaces?: string;
|
|
861
831
|
};
|
|
862
|
-
type
|
|
832
|
+
type GetAppCustomFieldDefinitionBySlugParam = {
|
|
833
|
+
slug: string;
|
|
863
834
|
resource: string;
|
|
835
|
+
namespace: string;
|
|
864
836
|
};
|
|
865
|
-
type
|
|
837
|
+
type GetAppCustomFieldDefinitionsParam = {
|
|
838
|
+
pageNo: string;
|
|
839
|
+
pageSize: string;
|
|
840
|
+
resources?: string;
|
|
841
|
+
types?: string;
|
|
842
|
+
search?: string;
|
|
843
|
+
slugs?: string;
|
|
844
|
+
namespaces?: string;
|
|
845
|
+
};
|
|
846
|
+
type GetAppCustomFieldsByResourceSlugParam = {
|
|
866
847
|
resource: string;
|
|
867
|
-
|
|
848
|
+
resourceSlug: string;
|
|
868
849
|
};
|
|
869
|
-
type
|
|
870
|
-
|
|
850
|
+
type GetAppCustomObjectBySlugParam = {
|
|
851
|
+
definitionSlug: string;
|
|
852
|
+
slug: string;
|
|
871
853
|
};
|
|
872
|
-
type
|
|
873
|
-
|
|
854
|
+
type GetAppCustomObjectDefinitionBySlugParam = {
|
|
855
|
+
slug: string;
|
|
874
856
|
};
|
|
875
857
|
type GetAppCustomObjectDefinitionsParam = {
|
|
876
858
|
pageNo: string;
|
|
877
859
|
pageSize: string;
|
|
878
860
|
search?: string;
|
|
879
861
|
};
|
|
880
|
-
type
|
|
881
|
-
definitionId?: string;
|
|
862
|
+
type GetAppCustomObjectsBySlugParam = {
|
|
882
863
|
pageNo: string;
|
|
883
864
|
pageSize: string;
|
|
865
|
+
definitionSlug: string;
|
|
884
866
|
};
|
|
885
867
|
type GetAppJobsParam = {
|
|
886
868
|
page: string;
|
|
@@ -989,9 +971,9 @@ type GetNavigationBySlugParam = {
|
|
|
989
971
|
slug: string;
|
|
990
972
|
/**
|
|
991
973
|
* - Filter navigations by platform.
|
|
992
|
-
* Acceptable values are: web, android, ios
|
|
974
|
+
* Acceptable values are: web, android, ios.
|
|
993
975
|
*/
|
|
994
|
-
devicePlatform
|
|
976
|
+
devicePlatform?: string;
|
|
995
977
|
};
|
|
996
978
|
type GetNavigationsParam = {
|
|
997
979
|
/**
|
|
@@ -1074,37 +1056,8 @@ type GetSEOMarkupSchemasParam = {
|
|
|
1074
1056
|
*/
|
|
1075
1057
|
pageSize?: number;
|
|
1076
1058
|
};
|
|
1077
|
-
type
|
|
1078
|
-
/**
|
|
1079
|
-
* - A short, human-readable, URL-friendly identifier of
|
|
1080
|
-
* a slideshow. You can get slug value of a page from `getSlideshows` API.
|
|
1081
|
-
*/
|
|
1059
|
+
type ImportAppCustomObjectEntriesBySlugParam = {
|
|
1082
1060
|
slug: string;
|
|
1083
|
-
/**
|
|
1084
|
-
* - Filter slideshows by platform. Acceptable
|
|
1085
|
-
* values are: web, android, ios and all
|
|
1086
|
-
*/
|
|
1087
|
-
devicePlatform: string;
|
|
1088
|
-
};
|
|
1089
|
-
type GetSlideshowsParam = {
|
|
1090
|
-
/**
|
|
1091
|
-
* - Filter slideshows by platform. Acceptable
|
|
1092
|
-
* values are: web, android, ios and all
|
|
1093
|
-
*/
|
|
1094
|
-
devicePlatform: string;
|
|
1095
|
-
/**
|
|
1096
|
-
* - The page number to navigate through the given
|
|
1097
|
-
* set of results. Default value is 1.
|
|
1098
|
-
*/
|
|
1099
|
-
pageNo?: number;
|
|
1100
|
-
/**
|
|
1101
|
-
* - The number of items to retrieve in each page.
|
|
1102
|
-
* Default value is 10.
|
|
1103
|
-
*/
|
|
1104
|
-
pageSize?: number;
|
|
1105
|
-
};
|
|
1106
|
-
type ImportAppCustomObjectEntriesParam = {
|
|
1107
|
-
definitionId: string;
|
|
1108
1061
|
body: ContentPlatformModel.CustomObjectBulkSchema;
|
|
1109
1062
|
};
|
|
1110
1063
|
type RemoveInjectableTagParam = {
|
|
@@ -1120,8 +1073,8 @@ type ResetDataLoaderParam = {
|
|
|
1120
1073
|
*/
|
|
1121
1074
|
operationId: string;
|
|
1122
1075
|
};
|
|
1123
|
-
type
|
|
1124
|
-
|
|
1076
|
+
type SampleAppCustomObjectBulkEntryBySlugParam = {
|
|
1077
|
+
slug: string;
|
|
1125
1078
|
};
|
|
1126
1079
|
type SelectDataLoaderParam = {
|
|
1127
1080
|
/**
|
|
@@ -1143,16 +1096,24 @@ type UpdateAnnouncementScheduleParam = {
|
|
|
1143
1096
|
announcementId: string;
|
|
1144
1097
|
body: ContentPlatformModel.ScheduleSchema;
|
|
1145
1098
|
};
|
|
1146
|
-
type
|
|
1147
|
-
|
|
1099
|
+
type UpdateAppCustomFieldByResourceSlugParam = {
|
|
1100
|
+
resource: string;
|
|
1101
|
+
resourceSlug: string;
|
|
1102
|
+
body: ContentPlatformModel.CustomFieldRequestSchema;
|
|
1103
|
+
};
|
|
1104
|
+
type UpdateAppCustomFieldDefinitionBySlugParam = {
|
|
1105
|
+
slug: string;
|
|
1106
|
+
resource: string;
|
|
1107
|
+
namespace: string;
|
|
1148
1108
|
body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
|
|
1149
1109
|
};
|
|
1150
|
-
type
|
|
1151
|
-
|
|
1152
|
-
|
|
1110
|
+
type UpdateAppCustomObjectBySlugParam = {
|
|
1111
|
+
definitionSlug: string;
|
|
1112
|
+
slug: string;
|
|
1113
|
+
body: ContentPlatformModel.CustomObjectRequestSchemaWithoutId;
|
|
1153
1114
|
};
|
|
1154
|
-
type
|
|
1155
|
-
|
|
1115
|
+
type UpdateAppCustomObjectDefinitionBySlugParam = {
|
|
1116
|
+
slug: string;
|
|
1156
1117
|
body: ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema;
|
|
1157
1118
|
};
|
|
1158
1119
|
type UpdateBlogParam = {
|
|
@@ -1160,7 +1121,7 @@ type UpdateBlogParam = {
|
|
|
1160
1121
|
* - ID allotted to the blog.
|
|
1161
1122
|
*/
|
|
1162
1123
|
id: string;
|
|
1163
|
-
body: ContentPlatformModel.
|
|
1124
|
+
body: ContentPlatformModel.BlogPayload;
|
|
1164
1125
|
};
|
|
1165
1126
|
type UpdateFaqParam = {
|
|
1166
1127
|
/**
|
|
@@ -1198,7 +1159,7 @@ type UpdateNavigationParam = {
|
|
|
1198
1159
|
* - ID allotted to the navigation.
|
|
1199
1160
|
*/
|
|
1200
1161
|
id: string;
|
|
1201
|
-
body: ContentPlatformModel.
|
|
1162
|
+
body: ContentPlatformModel.NavigationPayload;
|
|
1202
1163
|
};
|
|
1203
1164
|
type UpdatePageParam = {
|
|
1204
1165
|
/**
|
|
@@ -1213,7 +1174,7 @@ type UpdatePagePreviewParam = {
|
|
|
1213
1174
|
* a page. You can get slug value of a page from `getPages` API.
|
|
1214
1175
|
*/
|
|
1215
1176
|
slug: string;
|
|
1216
|
-
body: ContentPlatformModel.
|
|
1177
|
+
body: ContentPlatformModel.PagePublishPayload;
|
|
1217
1178
|
};
|
|
1218
1179
|
type UpdatePathRedirectionRulesParam = {
|
|
1219
1180
|
/**
|
|
@@ -1225,13 +1186,6 @@ type UpdatePathRedirectionRulesParam = {
|
|
|
1225
1186
|
type UpdateSEOConfigurationParam = {
|
|
1226
1187
|
body: ContentPlatformModel.SeoComponent;
|
|
1227
1188
|
};
|
|
1228
|
-
type UpdateSlideshowParam = {
|
|
1229
|
-
/**
|
|
1230
|
-
* - ID allotted to the slideshow.
|
|
1231
|
-
*/
|
|
1232
|
-
id: string;
|
|
1233
|
-
body: ContentPlatformModel.SlideshowRequest;
|
|
1234
|
-
};
|
|
1235
1189
|
type UpdateSupportInformationParam = {
|
|
1236
1190
|
body: ContentPlatformModel.Support;
|
|
1237
1191
|
};
|