@gofynd/fdk-client-javascript 1.0.2 → 1.0.3
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/documentation/application/CART.md +5934 -4502
- package/documentation/application/CATALOG.md +6338 -7245
- package/documentation/application/COMMON.md +95 -222
- package/documentation/application/COMMUNICATION.md +106 -186
- package/documentation/application/CONFIGURATION.md +903 -1597
- package/documentation/application/CONTENT.md +557 -1279
- package/documentation/application/FILESTORAGE.md +84 -220
- package/documentation/application/LEAD.md +314 -660
- package/documentation/application/LOGISTIC.md +229 -305
- package/documentation/application/ORDER.md +642 -1137
- package/documentation/application/PAYMENT.md +2285 -3031
- package/documentation/application/POSCART.md +6079 -4642
- package/documentation/application/REWARDS.md +94 -248
- package/documentation/application/SHARE.md +152 -250
- package/documentation/application/THEME.md +952 -1235
- package/documentation/application/USER.md +1228 -1765
- package/documentation/platform/ANALYTICS.md +207 -349
- package/documentation/platform/AUDITTRAIL.md +121 -204
- package/documentation/platform/BILLING.md +865 -1376
- package/documentation/platform/CART.md +2814 -3662
- package/documentation/platform/CATALOG.md +14453 -17192
- package/documentation/platform/COMMON.md +95 -222
- package/documentation/platform/COMMUNICATION.md +1632 -2380
- package/documentation/platform/COMPANYPROFILE.md +572 -957
- package/documentation/platform/CONFIGURATION.md +3050 -4073
- package/documentation/platform/CONTENT.md +3438 -4172
- package/documentation/platform/DISCOUNT.md +140 -236
- package/documentation/platform/FILESTORAGE.md +187 -323
- package/documentation/platform/INVENTORY.md +268 -911
- package/documentation/platform/LEAD.md +2195 -2541
- package/documentation/platform/ORDER.md +3400 -5361
- package/documentation/platform/PARTNER.md +9 -36
- package/documentation/platform/PAYMENT.md +903 -1213
- package/documentation/platform/REWARDS.md +183 -347
- package/documentation/platform/SHARE.md +120 -213
- package/documentation/platform/THEME.md +12956 -13239
- package/documentation/platform/USER.md +975 -1120
- package/documentation/platform/WEBHOOK.md +78 -184
- package/documentation/public/CONFIGURATION.md +95 -222
- package/documentation/public/INVENTORY.md +100 -282
- package/documentation/public/WEBHOOK.md +27 -133
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +243 -243
- package/sdk/application/Cart/CartApplicationClient.js +567 -567
- package/sdk/application/Cart/CartApplicationModel.d.ts +64 -63
- package/sdk/application/Cart/CartApplicationModel.js +489 -886
- package/sdk/application/Cart/CartApplicationValidator.d.ts +17 -17
- package/sdk/application/Cart/CartApplicationValidator.js +98 -98
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +358 -358
- package/sdk/application/Catalog/CatalogApplicationClient.js +1036 -1036
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +90 -90
- package/sdk/application/Catalog/CatalogApplicationModel.js +677 -1243
- package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +19 -19
- package/sdk/application/Catalog/CatalogApplicationValidator.js +110 -110
- package/sdk/application/Common/CommonApplicationClient.d.ts +13 -13
- package/sdk/application/Common/CommonApplicationClient.js +38 -38
- package/sdk/application/Common/CommonApplicationModel.d.ts +12 -12
- package/sdk/application/Common/CommonApplicationModel.js +83 -160
- package/sdk/application/Common/CommonApplicationValidator.d.ts +1 -1
- package/sdk/application/Common/CommonApplicationValidator.js +6 -6
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +11 -11
- package/sdk/application/Communication/CommunicationApplicationClient.js +26 -26
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +6 -6
- package/sdk/application/Communication/CommunicationApplicationModel.js +38 -83
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
- package/sdk/application/Communication/CommunicationApplicationValidator.js +4 -4
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +116 -116
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +330 -330
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +85 -85
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +480 -851
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +8 -8
- package/sdk/application/Configuration/ConfigurationApplicationValidator.js +33 -33
- package/sdk/application/Content/ContentApplicationClient.d.ts +67 -67
- package/sdk/application/Content/ContentApplicationClient.js +191 -191
- package/sdk/application/Content/ContentApplicationModel.d.ts +76 -76
- package/sdk/application/Content/ContentApplicationModel.js +467 -884
- package/sdk/application/Content/ContentApplicationValidator.d.ts +5 -5
- package/sdk/application/Content/ContentApplicationValidator.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +25 -25
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +59 -59
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +13 -13
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +86 -169
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
- package/sdk/application/FileStorage/FileStorageApplicationValidator.js +7 -7
- package/sdk/application/Lead/LeadApplicationClient.d.ts +24 -24
- package/sdk/application/Lead/LeadApplicationClient.js +100 -100
- package/sdk/application/Lead/LeadApplicationModel.d.ts +35 -35
- package/sdk/application/Lead/LeadApplicationModel.js +267 -474
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +2 -2
- package/sdk/application/Lead/LeadApplicationValidator.js +11 -11
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +30 -19
- package/sdk/application/Logistic/LogisticApplicationClient.js +110 -43
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +17 -14
- package/sdk/application/Logistic/LogisticApplicationModel.js +133 -201
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +3 -2
- package/sdk/application/Logistic/LogisticApplicationValidator.js +14 -8
- package/sdk/application/Order/OrderApplicationClient.d.ts +85 -85
- package/sdk/application/Order/OrderApplicationClient.js +232 -232
- package/sdk/application/Order/OrderApplicationModel.d.ts +50 -50
- package/sdk/application/Order/OrderApplicationModel.js +352 -656
- package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -7
- package/sdk/application/Order/OrderApplicationValidator.js +28 -28
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +318 -318
- package/sdk/application/Payment/PaymentApplicationClient.js +739 -739
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +72 -72
- package/sdk/application/Payment/PaymentApplicationModel.js +570 -1038
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +28 -28
- package/sdk/application/Payment/PaymentApplicationValidator.js +107 -107
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +254 -254
- package/sdk/application/PosCart/PosCartApplicationClient.js +617 -617
- package/sdk/application/PosCart/PosCartApplicationModel.d.ts +64 -63
- package/sdk/application/PosCart/PosCartApplicationModel.js +475 -871
- package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +18 -18
- package/sdk/application/PosCart/PosCartApplicationValidator.js +103 -103
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +27 -27
- package/sdk/application/Rewards/RewardsApplicationClient.js +112 -112
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +14 -14
- package/sdk/application/Rewards/RewardsApplicationModel.js +96 -191
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +3 -3
- package/sdk/application/Rewards/RewardsApplicationValidator.js +12 -12
- package/sdk/application/Share/ShareApplicationClient.d.ts +37 -37
- package/sdk/application/Share/ShareApplicationClient.js +84 -84
- package/sdk/application/Share/ShareApplicationModel.d.ts +8 -8
- package/sdk/application/Share/ShareApplicationModel.js +63 -123
- package/sdk/application/Share/ShareApplicationValidator.d.ts +4 -4
- package/sdk/application/Share/ShareApplicationValidator.js +12 -12
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
- package/sdk/application/Theme/ThemeApplicationClient.js +31 -31
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +34 -34
- package/sdk/application/Theme/ThemeApplicationModel.js +190 -336
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationValidator.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +280 -280
- package/sdk/application/User/UserApplicationClient.js +581 -581
- package/sdk/application/User/UserApplicationModel.d.ts +79 -72
- package/sdk/application/User/UserApplicationModel.js +440 -689
- package/sdk/application/User/UserApplicationValidator.d.ts +24 -24
- package/sdk/application/User/UserApplicationValidator.js +89 -89
- package/sdk/common/AxiosHelper.js +1 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +179 -179
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +6 -6
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +20 -20
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +11 -11
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +95 -178
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +10 -10
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +41 -41
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +10 -10
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +50 -89
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +6 -6
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +60 -60
- package/sdk/platform/Billing/BillingPlatformClient.js +181 -181
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +40 -40
- package/sdk/platform/Billing/BillingPlatformModel.js +342 -668
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +8 -8
- package/sdk/platform/Billing/BillingPlatformValidator.js +25 -25
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +168 -168
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +553 -553
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +11 -11
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +63 -63
- package/sdk/platform/Cart/CartPlatformModel.d.ts +84 -83
- package/sdk/platform/Cart/CartPlatformModel.js +671 -1205
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +632 -632
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +1525 -1525
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +40 -40
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +174 -174
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +682 -682
- package/sdk/platform/Catalog/CatalogPlatformClient.js +1557 -1557
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +291 -291
- package/sdk/platform/Catalog/CatalogPlatformModel.js +2127 -3904
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +229 -229
- package/sdk/platform/Common/CommonPlatformClient.d.ts +12 -12
- package/sdk/platform/Common/CommonPlatformClient.js +41 -41
- package/sdk/platform/Common/CommonPlatformModel.d.ts +12 -12
- package/sdk/platform/Common/CommonPlatformModel.js +83 -160
- package/sdk/platform/Common/CommonPlatformValidator.d.ts +1 -1
- package/sdk/platform/Common/CommonPlatformValidator.js +6 -6
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +326 -326
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +943 -943
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +30 -30
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +87 -87
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformModel.js +522 -974
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +55 -55
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +212 -212
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +27 -27
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +279 -542
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +7 -7
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +24 -24
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +163 -153
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +615 -552
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +22 -21
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +69 -63
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +125 -125
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +342 -342
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +148 -146
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +854 -1508
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -9
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +38 -38
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +534 -534
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +1324 -1324
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +50 -50
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +156 -156
- package/sdk/platform/Content/ContentPlatformModel.d.ts +78 -78
- package/sdk/platform/Content/ContentPlatformModel.js +484 -907
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +65 -65
- package/sdk/platform/Discount/DiscountPlatformClient.js +216 -216
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +7 -7
- package/sdk/platform/Discount/DiscountPlatformModel.js +60 -121
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +6 -6
- package/sdk/platform/Discount/DiscountPlatformValidator.js +29 -29
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -24
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +58 -58
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +52 -52
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +123 -123
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +13 -13
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +86 -169
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +3 -3
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +11 -11
- package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +63 -63
- package/sdk/platform/Inventory/InventoryPlatformClient.js +228 -228
- package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +30 -30
- package/sdk/platform/Inventory/InventoryPlatformModel.js +497 -964
- package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +7 -7
- package/sdk/platform/Inventory/InventoryPlatformValidator.js +28 -28
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +73 -73
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +200 -200
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +7 -7
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +28 -28
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +80 -80
- package/sdk/platform/Lead/LeadPlatformClient.js +212 -212
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +35 -35
- package/sdk/platform/Lead/LeadPlatformModel.js +267 -474
- package/sdk/platform/Lead/LeadPlatformValidator.d.ts +6 -6
- package/sdk/platform/Lead/LeadPlatformValidator.js +24 -24
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +65 -65
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +6 -6
- package/sdk/platform/Order/OrderPlatformClient.d.ts +357 -357
- package/sdk/platform/Order/OrderPlatformClient.js +1035 -1035
- package/sdk/platform/Order/OrderPlatformModel.d.ts +198 -196
- package/sdk/platform/Order/OrderPlatformModel.js +1574 -2861
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +32 -32
- package/sdk/platform/Order/OrderPlatformValidator.js +160 -160
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +1 -1
- package/sdk/platform/Partner/PartnerPlatformModel.js +10 -26
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +57 -57
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +167 -167
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +6 -6
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +23 -23
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +42 -42
- package/sdk/platform/Payment/PaymentPlatformClient.js +153 -153
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +27 -27
- package/sdk/platform/Payment/PaymentPlatformModel.js +222 -410
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Payment/PaymentPlatformValidator.js +21 -21
- package/sdk/platform/PlatformApplicationClient.d.ts +1496 -10325
- package/sdk/platform/PlatformApplicationClient.js +1584 -13899
- package/sdk/platform/PlatformClient.d.ts +7965 -7885
- package/sdk/platform/PlatformClient.js +8672 -10105
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +83 -83
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +275 -275
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +8 -8
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +34 -34
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +15 -15
- package/sdk/platform/Rewards/RewardsPlatformModel.js +92 -194
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Share/SharePlatformApplicationClient.js +59 -59
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformApplicationValidator.js +6 -6
- package/sdk/platform/Share/SharePlatformModel.d.ts +8 -8
- package/sdk/platform/Share/SharePlatformModel.js +60 -118
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +132 -132
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +310 -310
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +15 -15
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +44 -44
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +34 -34
- package/sdk/platform/Theme/ThemePlatformModel.js +190 -336
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +136 -69
- package/sdk/platform/User/UserPlatformApplicationClient.js +505 -166
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +12 -7
- package/sdk/platform/User/UserPlatformApplicationValidator.js +61 -23
- package/sdk/platform/User/UserPlatformModel.d.ts +79 -72
- package/sdk/platform/User/UserPlatformModel.js +440 -689
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +31 -31
- package/sdk/platform/Webhook/WebhookPlatformClient.js +88 -88
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +7 -7
- package/sdk/platform/Webhook/WebhookPlatformModel.js +68 -136
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +3 -3
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +14 -14
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +13 -13
- package/sdk/public/Configuration/ConfigurationPublicClient.js +38 -38
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +12 -12
- package/sdk/public/Configuration/ConfigurationPublicModel.js +85 -162
- package/sdk/public/Configuration/ConfigurationPublicValidator.d.ts +1 -1
- package/sdk/public/Configuration/ConfigurationPublicValidator.js +6 -6
- package/sdk/public/Inventory/InventoryPublicClient.d.ts +34 -34
- package/sdk/public/Inventory/InventoryPublicClient.js +113 -113
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +10 -10
- package/sdk/public/Inventory/InventoryPublicModel.js +119 -245
- package/sdk/public/Inventory/InventoryPublicValidator.d.ts +3 -3
- package/sdk/public/Inventory/InventoryPublicValidator.js +15 -15
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +7 -7
- package/sdk/public/Webhook/WebhookPublicModel.js +68 -136
- package/tests/application/catalog.spec.js +7 -0
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
export = CommunicationValidator;
|
|
2
2
|
declare class CommunicationValidator {
|
|
3
|
-
static
|
|
3
|
+
static createAudience(): any;
|
|
4
4
|
static createCampaign(): any;
|
|
5
|
-
static
|
|
6
|
-
static
|
|
7
|
-
static
|
|
5
|
+
static createEmailProvider(): any;
|
|
6
|
+
static createEmailTemplate(): any;
|
|
7
|
+
static createSmsProvider(): any;
|
|
8
|
+
static createSmsTemplate(): any;
|
|
9
|
+
static deleteEmailTemplateById(): any;
|
|
10
|
+
static deleteSmsTemplateById(): any;
|
|
11
|
+
static getAudienceById(): any;
|
|
8
12
|
static getAudiences(): any;
|
|
9
|
-
static createAudience(): any;
|
|
10
13
|
static getBigqueryHeaders(): any;
|
|
11
|
-
static
|
|
12
|
-
static
|
|
13
|
-
static
|
|
14
|
-
static getEmailProviders(): any;
|
|
15
|
-
static createEmailProvider(): any;
|
|
14
|
+
static getCampaignById(): any;
|
|
15
|
+
static getCampaigns(): any;
|
|
16
|
+
static getCommunicationLogs(): any;
|
|
16
17
|
static getEmailProviderById(): any;
|
|
17
|
-
static
|
|
18
|
-
static getEmailTemplates(): any;
|
|
19
|
-
static createEmailTemplate(): any;
|
|
20
|
-
static getSystemEmailTemplates(): any;
|
|
18
|
+
static getEmailProviders(): any;
|
|
21
19
|
static getEmailTemplateById(): any;
|
|
22
|
-
static
|
|
23
|
-
static deleteEmailTemplateById(): any;
|
|
24
|
-
static sendCommunicationSynchronously(): any;
|
|
25
|
-
static sendCommunicationAsynchronously(): any;
|
|
20
|
+
static getEmailTemplates(): any;
|
|
26
21
|
static getEventSubscriptions(): any;
|
|
27
|
-
static getJobs(): any;
|
|
28
|
-
static triggerCampaignJob(): any;
|
|
29
22
|
static getJobLogs(): any;
|
|
30
|
-
static
|
|
31
|
-
static
|
|
32
|
-
static verfiyOtp(): any;
|
|
33
|
-
static getSmsProviders(): any;
|
|
34
|
-
static createSmsProvider(): any;
|
|
23
|
+
static getJobs(): any;
|
|
24
|
+
static getNSampleRecordsFromCsv(): any;
|
|
35
25
|
static getSmsProviderById(): any;
|
|
36
|
-
static
|
|
37
|
-
static getSmsTemplates(): any;
|
|
38
|
-
static createSmsTemplate(): any;
|
|
26
|
+
static getSmsProviders(): any;
|
|
39
27
|
static getSmsTemplateById(): any;
|
|
40
|
-
static
|
|
41
|
-
static
|
|
28
|
+
static getSmsTemplates(): any;
|
|
29
|
+
static getStatsOfCampaignById(): any;
|
|
30
|
+
static getSystemEmailTemplates(): any;
|
|
42
31
|
static getSystemSystemTemplates(): any;
|
|
32
|
+
static sendCommunicationAsynchronously(): any;
|
|
33
|
+
static sendCommunicationSynchronously(): any;
|
|
34
|
+
static sendOtp(): any;
|
|
35
|
+
static triggerCampaignJob(): any;
|
|
36
|
+
static updateAudienceById(): any;
|
|
37
|
+
static updateCampaignById(): any;
|
|
38
|
+
static updateEmailProviderById(): any;
|
|
39
|
+
static updateEmailTemplateById(): any;
|
|
40
|
+
static updateSmsProviderById(): any;
|
|
41
|
+
static updateSmsTemplateById(): any;
|
|
42
|
+
static verfiyOtp(): any;
|
|
43
43
|
}
|
|
@@ -2,11 +2,9 @@ const Joi = require("joi");
|
|
|
2
2
|
const CommunicationModel = require("./CommunicationPlatformModel");
|
|
3
3
|
|
|
4
4
|
class CommunicationValidator {
|
|
5
|
-
static
|
|
5
|
+
static createAudience() {
|
|
6
6
|
return Joi.object({
|
|
7
|
-
|
|
8
|
-
pageSize: Joi.number(),
|
|
9
|
-
sort: Joi.any(),
|
|
7
|
+
body: CommunicationModel.AudienceReq().required(),
|
|
10
8
|
}).required();
|
|
11
9
|
}
|
|
12
10
|
|
|
@@ -16,42 +14,39 @@ class CommunicationValidator {
|
|
|
16
14
|
}).required();
|
|
17
15
|
}
|
|
18
16
|
|
|
19
|
-
static
|
|
17
|
+
static createEmailProvider() {
|
|
20
18
|
return Joi.object({
|
|
21
|
-
|
|
19
|
+
body: CommunicationModel.EmailProviderReq().required(),
|
|
22
20
|
}).required();
|
|
23
21
|
}
|
|
24
22
|
|
|
25
|
-
static
|
|
23
|
+
static createEmailTemplate() {
|
|
26
24
|
return Joi.object({
|
|
27
|
-
|
|
28
|
-
body: CommunicationModel.CampaignReq().required(),
|
|
25
|
+
body: CommunicationModel.EmailTemplateReq().required(),
|
|
29
26
|
}).required();
|
|
30
27
|
}
|
|
31
28
|
|
|
32
|
-
static
|
|
29
|
+
static createSmsProvider() {
|
|
33
30
|
return Joi.object({
|
|
34
|
-
|
|
31
|
+
body: CommunicationModel.SmsProviderReq().required(),
|
|
35
32
|
}).required();
|
|
36
33
|
}
|
|
37
34
|
|
|
38
|
-
static
|
|
35
|
+
static createSmsTemplate() {
|
|
39
36
|
return Joi.object({
|
|
40
|
-
|
|
41
|
-
pageSize: Joi.number(),
|
|
42
|
-
sort: Joi.any(),
|
|
37
|
+
body: CommunicationModel.SmsTemplateReq().required(),
|
|
43
38
|
}).required();
|
|
44
39
|
}
|
|
45
40
|
|
|
46
|
-
static
|
|
41
|
+
static deleteEmailTemplateById() {
|
|
47
42
|
return Joi.object({
|
|
48
|
-
|
|
43
|
+
id: Joi.string().allow("").required(),
|
|
49
44
|
}).required();
|
|
50
45
|
}
|
|
51
46
|
|
|
52
|
-
static
|
|
47
|
+
static deleteSmsTemplateById() {
|
|
53
48
|
return Joi.object({
|
|
54
|
-
|
|
49
|
+
id: Joi.string().allow("").required(),
|
|
55
50
|
}).required();
|
|
56
51
|
}
|
|
57
52
|
|
|
@@ -61,20 +56,27 @@ class CommunicationValidator {
|
|
|
61
56
|
}).required();
|
|
62
57
|
}
|
|
63
58
|
|
|
64
|
-
static
|
|
59
|
+
static getAudiences() {
|
|
65
60
|
return Joi.object({
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
pageNo: Joi.number(),
|
|
62
|
+
pageSize: Joi.number(),
|
|
63
|
+
sort: Joi.any(),
|
|
68
64
|
}).required();
|
|
69
65
|
}
|
|
70
66
|
|
|
71
|
-
static
|
|
67
|
+
static getBigqueryHeaders() {
|
|
72
68
|
return Joi.object({
|
|
73
|
-
body: CommunicationModel.
|
|
69
|
+
body: CommunicationModel.BigqueryHeadersReq().required(),
|
|
74
70
|
}).required();
|
|
75
71
|
}
|
|
76
72
|
|
|
77
|
-
static
|
|
73
|
+
static getCampaignById() {
|
|
74
|
+
return Joi.object({
|
|
75
|
+
id: Joi.string().allow("").required(),
|
|
76
|
+
}).required();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
static getCampaigns() {
|
|
78
80
|
return Joi.object({
|
|
79
81
|
pageNo: Joi.number(),
|
|
80
82
|
pageSize: Joi.number(),
|
|
@@ -82,9 +84,12 @@ class CommunicationValidator {
|
|
|
82
84
|
}).required();
|
|
83
85
|
}
|
|
84
86
|
|
|
85
|
-
static
|
|
87
|
+
static getCommunicationLogs() {
|
|
86
88
|
return Joi.object({
|
|
87
|
-
|
|
89
|
+
pageId: Joi.string().allow(""),
|
|
90
|
+
pageSize: Joi.number(),
|
|
91
|
+
sort: Joi.any(),
|
|
92
|
+
query: Joi.any(),
|
|
88
93
|
}).required();
|
|
89
94
|
}
|
|
90
95
|
|
|
@@ -94,10 +99,17 @@ class CommunicationValidator {
|
|
|
94
99
|
}).required();
|
|
95
100
|
}
|
|
96
101
|
|
|
97
|
-
static
|
|
102
|
+
static getEmailProviders() {
|
|
103
|
+
return Joi.object({
|
|
104
|
+
pageNo: Joi.number(),
|
|
105
|
+
pageSize: Joi.number(),
|
|
106
|
+
sort: Joi.any(),
|
|
107
|
+
}).required();
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
static getEmailTemplateById() {
|
|
98
111
|
return Joi.object({
|
|
99
112
|
id: Joi.string().allow("").required(),
|
|
100
|
-
body: CommunicationModel.EmailProviderReq().required(),
|
|
101
113
|
}).required();
|
|
102
114
|
}
|
|
103
115
|
|
|
@@ -109,13 +121,15 @@ class CommunicationValidator {
|
|
|
109
121
|
}).required();
|
|
110
122
|
}
|
|
111
123
|
|
|
112
|
-
static
|
|
124
|
+
static getEventSubscriptions() {
|
|
113
125
|
return Joi.object({
|
|
114
|
-
|
|
126
|
+
pageNo: Joi.number(),
|
|
127
|
+
pageSize: Joi.number(),
|
|
128
|
+
populate: Joi.string().allow(""),
|
|
115
129
|
}).required();
|
|
116
130
|
}
|
|
117
131
|
|
|
118
|
-
static
|
|
132
|
+
static getJobLogs() {
|
|
119
133
|
return Joi.object({
|
|
120
134
|
pageNo: Joi.number(),
|
|
121
135
|
pageSize: Joi.number(),
|
|
@@ -123,46 +137,41 @@ class CommunicationValidator {
|
|
|
123
137
|
}).required();
|
|
124
138
|
}
|
|
125
139
|
|
|
126
|
-
static
|
|
140
|
+
static getJobs() {
|
|
127
141
|
return Joi.object({
|
|
128
|
-
|
|
142
|
+
pageNo: Joi.number(),
|
|
143
|
+
pageSize: Joi.number(),
|
|
144
|
+
sort: Joi.any(),
|
|
129
145
|
}).required();
|
|
130
146
|
}
|
|
131
147
|
|
|
132
|
-
static
|
|
148
|
+
static getNSampleRecordsFromCsv() {
|
|
133
149
|
return Joi.object({
|
|
134
|
-
|
|
135
|
-
body: CommunicationModel.EmailTemplateReq().required(),
|
|
150
|
+
body: CommunicationModel.GetNRecordsCsvReq().required(),
|
|
136
151
|
}).required();
|
|
137
152
|
}
|
|
138
153
|
|
|
139
|
-
static
|
|
154
|
+
static getSmsProviderById() {
|
|
140
155
|
return Joi.object({
|
|
141
156
|
id: Joi.string().allow("").required(),
|
|
142
157
|
}).required();
|
|
143
158
|
}
|
|
144
159
|
|
|
145
|
-
static
|
|
146
|
-
return Joi.object({
|
|
147
|
-
body: CommunicationModel.EngineRequest().required(),
|
|
148
|
-
}).required();
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
static sendCommunicationAsynchronously() {
|
|
160
|
+
static getSmsProviders() {
|
|
152
161
|
return Joi.object({
|
|
153
|
-
|
|
162
|
+
pageNo: Joi.number(),
|
|
163
|
+
pageSize: Joi.number(),
|
|
164
|
+
sort: Joi.any(),
|
|
154
165
|
}).required();
|
|
155
166
|
}
|
|
156
167
|
|
|
157
|
-
static
|
|
168
|
+
static getSmsTemplateById() {
|
|
158
169
|
return Joi.object({
|
|
159
|
-
|
|
160
|
-
pageSize: Joi.number(),
|
|
161
|
-
populate: Joi.string().allow(""),
|
|
170
|
+
id: Joi.string().allow("").required(),
|
|
162
171
|
}).required();
|
|
163
172
|
}
|
|
164
173
|
|
|
165
|
-
static
|
|
174
|
+
static getSmsTemplates() {
|
|
166
175
|
return Joi.object({
|
|
167
176
|
pageNo: Joi.number(),
|
|
168
177
|
pageSize: Joi.number(),
|
|
@@ -170,13 +179,13 @@ class CommunicationValidator {
|
|
|
170
179
|
}).required();
|
|
171
180
|
}
|
|
172
181
|
|
|
173
|
-
static
|
|
182
|
+
static getStatsOfCampaignById() {
|
|
174
183
|
return Joi.object({
|
|
175
|
-
|
|
184
|
+
id: Joi.string().allow("").required(),
|
|
176
185
|
}).required();
|
|
177
186
|
}
|
|
178
187
|
|
|
179
|
-
static
|
|
188
|
+
static getSystemEmailTemplates() {
|
|
180
189
|
return Joi.object({
|
|
181
190
|
pageNo: Joi.number(),
|
|
182
191
|
pageSize: Joi.number(),
|
|
@@ -184,71 +193,70 @@ class CommunicationValidator {
|
|
|
184
193
|
}).required();
|
|
185
194
|
}
|
|
186
195
|
|
|
187
|
-
static
|
|
196
|
+
static getSystemSystemTemplates() {
|
|
188
197
|
return Joi.object({
|
|
189
|
-
|
|
198
|
+
pageNo: Joi.number(),
|
|
190
199
|
pageSize: Joi.number(),
|
|
191
200
|
sort: Joi.any(),
|
|
192
|
-
query: Joi.any(),
|
|
193
201
|
}).required();
|
|
194
202
|
}
|
|
195
203
|
|
|
196
|
-
static
|
|
204
|
+
static sendCommunicationAsynchronously() {
|
|
197
205
|
return Joi.object({
|
|
198
|
-
body: CommunicationModel.
|
|
206
|
+
body: CommunicationModel.EngineRequest().required(),
|
|
199
207
|
}).required();
|
|
200
208
|
}
|
|
201
209
|
|
|
202
|
-
static
|
|
210
|
+
static sendCommunicationSynchronously() {
|
|
203
211
|
return Joi.object({
|
|
204
|
-
body: CommunicationModel.
|
|
212
|
+
body: CommunicationModel.EngineRequest().required(),
|
|
205
213
|
}).required();
|
|
206
214
|
}
|
|
207
215
|
|
|
208
|
-
static
|
|
216
|
+
static sendOtp() {
|
|
209
217
|
return Joi.object({
|
|
210
|
-
|
|
211
|
-
pageSize: Joi.number(),
|
|
212
|
-
sort: Joi.any(),
|
|
218
|
+
body: CommunicationModel.SendOtpCommsReq().required(),
|
|
213
219
|
}).required();
|
|
214
220
|
}
|
|
215
221
|
|
|
216
|
-
static
|
|
222
|
+
static triggerCampaignJob() {
|
|
217
223
|
return Joi.object({
|
|
218
|
-
body: CommunicationModel.
|
|
224
|
+
body: CommunicationModel.TriggerJobRequest().required(),
|
|
219
225
|
}).required();
|
|
220
226
|
}
|
|
221
227
|
|
|
222
|
-
static
|
|
228
|
+
static updateAudienceById() {
|
|
223
229
|
return Joi.object({
|
|
224
230
|
id: Joi.string().allow("").required(),
|
|
231
|
+
body: CommunicationModel.AudienceReq().required(),
|
|
225
232
|
}).required();
|
|
226
233
|
}
|
|
227
234
|
|
|
228
|
-
static
|
|
235
|
+
static updateCampaignById() {
|
|
229
236
|
return Joi.object({
|
|
230
237
|
id: Joi.string().allow("").required(),
|
|
231
|
-
body: CommunicationModel.
|
|
238
|
+
body: CommunicationModel.CampaignReq().required(),
|
|
232
239
|
}).required();
|
|
233
240
|
}
|
|
234
241
|
|
|
235
|
-
static
|
|
242
|
+
static updateEmailProviderById() {
|
|
236
243
|
return Joi.object({
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
sort: Joi.any(),
|
|
244
|
+
id: Joi.string().allow("").required(),
|
|
245
|
+
body: CommunicationModel.EmailProviderReq().required(),
|
|
240
246
|
}).required();
|
|
241
247
|
}
|
|
242
248
|
|
|
243
|
-
static
|
|
249
|
+
static updateEmailTemplateById() {
|
|
244
250
|
return Joi.object({
|
|
245
|
-
|
|
251
|
+
id: Joi.string().allow("").required(),
|
|
252
|
+
body: CommunicationModel.EmailTemplateReq().required(),
|
|
246
253
|
}).required();
|
|
247
254
|
}
|
|
248
255
|
|
|
249
|
-
static
|
|
256
|
+
static updateSmsProviderById() {
|
|
250
257
|
return Joi.object({
|
|
251
258
|
id: Joi.string().allow("").required(),
|
|
259
|
+
body: CommunicationModel.SmsProviderReq().required(),
|
|
252
260
|
}).required();
|
|
253
261
|
}
|
|
254
262
|
|
|
@@ -259,17 +267,9 @@ class CommunicationValidator {
|
|
|
259
267
|
}).required();
|
|
260
268
|
}
|
|
261
269
|
|
|
262
|
-
static
|
|
263
|
-
return Joi.object({
|
|
264
|
-
id: Joi.string().allow("").required(),
|
|
265
|
-
}).required();
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
static getSystemSystemTemplates() {
|
|
270
|
+
static verfiyOtp() {
|
|
269
271
|
return Joi.object({
|
|
270
|
-
|
|
271
|
-
pageSize: Joi.number(),
|
|
272
|
-
sort: Joi.any(),
|
|
272
|
+
body: CommunicationModel.VerifyOtpCommsReq().required(),
|
|
273
273
|
}).required();
|
|
274
274
|
}
|
|
275
275
|
}
|
|
@@ -1,102 +1,102 @@
|
|
|
1
1
|
export = CommunicationModel;
|
|
2
2
|
declare class CommunicationModel {
|
|
3
|
-
static
|
|
4
|
-
static
|
|
5
|
-
static
|
|
6
|
-
static StatsProcessed(): any;
|
|
7
|
-
static Stats(): any;
|
|
8
|
-
static GetStats(): any;
|
|
9
|
-
static CampaignReq(): any;
|
|
10
|
-
static RecipientHeaders(): any;
|
|
11
|
-
static CampaignEmailTemplate(): any;
|
|
12
|
-
static CampignEmailProvider(): any;
|
|
13
|
-
static CampaignEmail(): any;
|
|
14
|
-
static Campaign(): any;
|
|
15
|
-
static Campaigns(): any;
|
|
3
|
+
static Audience(): any;
|
|
4
|
+
static AudienceReq(): any;
|
|
5
|
+
static Audiences(): any;
|
|
16
6
|
static BadRequestSchema(): any;
|
|
17
|
-
static NotFound(): any;
|
|
18
7
|
static BigqueryHeadersReq(): any;
|
|
19
|
-
static BigqueryHeadersResHeaders(): any;
|
|
20
8
|
static BigqueryHeadersRes(): any;
|
|
21
|
-
static
|
|
22
|
-
static
|
|
23
|
-
static
|
|
24
|
-
static
|
|
25
|
-
static
|
|
26
|
-
static
|
|
27
|
-
static
|
|
28
|
-
static EmailProviderReq(): any;
|
|
9
|
+
static BigqueryHeadersResHeaders(): any;
|
|
10
|
+
static Campaign(): any;
|
|
11
|
+
static CampaignEmail(): any;
|
|
12
|
+
static CampaignEmailTemplate(): any;
|
|
13
|
+
static CampaignReq(): any;
|
|
14
|
+
static Campaigns(): any;
|
|
15
|
+
static CampignEmailProvider(): any;
|
|
29
16
|
static EmailProvider(): any;
|
|
17
|
+
static EmailProviderReq(): any;
|
|
18
|
+
static EmailProviderReqFrom(): any;
|
|
30
19
|
static EmailProviders(): any;
|
|
31
|
-
static
|
|
20
|
+
static EmailTemplate(): any;
|
|
32
21
|
static EmailTemplateDeleteFailureRes(): any;
|
|
33
|
-
static
|
|
22
|
+
static EmailTemplateDeleteSuccessRes(): any;
|
|
34
23
|
static EmailTemplateHeaders(): any;
|
|
24
|
+
static EmailTemplateKeys(): any;
|
|
35
25
|
static EmailTemplateReq(): any;
|
|
36
|
-
static TemplateAndType(): any;
|
|
37
26
|
static EmailTemplateRes(): any;
|
|
38
|
-
static EmailTemplate(): any;
|
|
39
|
-
static SystemEmailTemplate(): any;
|
|
40
27
|
static EmailTemplates(): any;
|
|
41
|
-
static SystemEmailTemplates(): any;
|
|
42
|
-
static PayloadEmailTemplateStructure(): any;
|
|
43
|
-
static PayloadEmailProviderStructure(): any;
|
|
44
|
-
static PayloadEmailStructure(): any;
|
|
45
|
-
static PayloadSmsTemplateStructure(): any;
|
|
46
|
-
static PayloadSmsProviderStructure(): any;
|
|
47
|
-
static PayloadSmsStructure(): any;
|
|
48
|
-
static PayloadStructure(): any;
|
|
49
|
-
static MetaStructure(): any;
|
|
50
28
|
static EngineRequest(): any;
|
|
51
29
|
static EngineResponse(): any;
|
|
52
|
-
static EventSubscriptionTemplateSms(): any;
|
|
53
|
-
static EventSubscriptionTemplateEmail(): any;
|
|
54
|
-
static EventSubscriptionTemplate(): any;
|
|
55
30
|
static EventSubscription(): any;
|
|
56
31
|
static EventSubscriptions(): any;
|
|
57
|
-
static
|
|
58
|
-
static
|
|
32
|
+
static EventSubscriptionTemplate(): any;
|
|
33
|
+
static EventSubscriptionTemplateEmail(): any;
|
|
34
|
+
static EventSubscriptionTemplateSms(): any;
|
|
35
|
+
static GetNRecordsCsvReq(): any;
|
|
36
|
+
static GetNRecordsCsvRes(): any;
|
|
37
|
+
static GetNRecordsCsvResItems(): any;
|
|
38
|
+
static GetStats(): any;
|
|
59
39
|
static Job(): any;
|
|
60
|
-
static Jobs(): any;
|
|
61
40
|
static JobLog(): any;
|
|
62
41
|
static JobLogs(): any;
|
|
42
|
+
static Jobs(): any;
|
|
43
|
+
static Log(): any;
|
|
63
44
|
static LogEmail(): any;
|
|
64
|
-
static LogPushnotification(): any;
|
|
65
45
|
static LogMeta(): any;
|
|
66
|
-
static
|
|
46
|
+
static LogPushnotification(): any;
|
|
67
47
|
static Logs(): any;
|
|
68
|
-
static
|
|
69
|
-
static
|
|
70
|
-
static
|
|
48
|
+
static MetaStructure(): any;
|
|
49
|
+
static NotFound(): any;
|
|
50
|
+
static Notification(): any;
|
|
51
|
+
static Page(): any;
|
|
52
|
+
static PayloadEmailProviderStructure(): any;
|
|
53
|
+
static PayloadEmailStructure(): any;
|
|
54
|
+
static PayloadEmailTemplateStructure(): any;
|
|
55
|
+
static PayloadSmsProviderStructure(): any;
|
|
56
|
+
static PayloadSmsStructure(): any;
|
|
57
|
+
static PayloadSmsTemplateStructure(): any;
|
|
58
|
+
static PayloadStructure(): any;
|
|
59
|
+
static PushtokenReq(): any;
|
|
60
|
+
static PushtokenRes(): any;
|
|
61
|
+
static RecipientHeaders(): any;
|
|
62
|
+
static SendOtpCommsReq(): any;
|
|
71
63
|
static SendOtpCommsReqData(): any;
|
|
72
|
-
static SendOtpCommsReqSms(): any;
|
|
73
64
|
static SendOtpCommsReqEmail(): any;
|
|
74
|
-
static
|
|
75
|
-
static SendOtpCommsResEmail(): any;
|
|
76
|
-
static SendOtpCommsReq(): any;
|
|
65
|
+
static SendOtpCommsReqSms(): any;
|
|
77
66
|
static SendOtpCommsRes(): any;
|
|
78
|
-
static
|
|
79
|
-
static
|
|
80
|
-
static
|
|
81
|
-
static
|
|
82
|
-
static
|
|
83
|
-
static SmsProviderReq(): any;
|
|
67
|
+
static SendOtpCommsResEmail(): any;
|
|
68
|
+
static SendOtpCommsResSms(): any;
|
|
69
|
+
static SendOtpEmailCommsTemplate(): any;
|
|
70
|
+
static SendOtpSmsCommsProvider(): any;
|
|
71
|
+
static SendOtpSmsCommsTemplate(): any;
|
|
84
72
|
static SmsProvider(): any;
|
|
73
|
+
static SmsProviderReq(): any;
|
|
85
74
|
static SmsProviders(): any;
|
|
86
|
-
static
|
|
75
|
+
static SmsTemplate(): any;
|
|
87
76
|
static SmsTemplateDeleteFailureRes(): any;
|
|
77
|
+
static SmsTemplateDeleteSuccessRes(): any;
|
|
88
78
|
static SmsTemplateMessage(): any;
|
|
89
79
|
static SmsTemplateReq(): any;
|
|
90
80
|
static SmsTemplateRes(): any;
|
|
91
|
-
static SmsTemplate(): any;
|
|
92
|
-
static SystemSmsTemplate(): any;
|
|
93
81
|
static SmsTemplates(): any;
|
|
94
|
-
static
|
|
95
|
-
static
|
|
96
|
-
static
|
|
97
|
-
static
|
|
82
|
+
static Stats(): any;
|
|
83
|
+
static StatsImported(): any;
|
|
84
|
+
static StatsProcessed(): any;
|
|
85
|
+
static StatsProcessedEmail(): any;
|
|
86
|
+
static StatsProcessedSms(): any;
|
|
87
|
+
static SystemEmailTemplate(): any;
|
|
88
|
+
static SystemEmailTemplates(): any;
|
|
98
89
|
static SystemNotification(): any;
|
|
99
|
-
static SystemNotificationsPage(): any;
|
|
100
90
|
static SystemNotifications(): any;
|
|
101
|
-
static
|
|
91
|
+
static SystemNotificationSettings(): any;
|
|
92
|
+
static SystemNotificationsPage(): any;
|
|
93
|
+
static SystemNotificationUser(): any;
|
|
94
|
+
static SystemSmsTemplate(): any;
|
|
95
|
+
static SystemSmsTemplates(): any;
|
|
96
|
+
static TemplateAndType(): any;
|
|
97
|
+
static TriggerJobRequest(): any;
|
|
98
|
+
static TriggerJobResponse(): any;
|
|
99
|
+
static VerifyOtpCommsErrorRes(): any;
|
|
100
|
+
static VerifyOtpCommsReq(): any;
|
|
101
|
+
static VerifyOtpCommsSuccessRes(): any;
|
|
102
102
|
}
|