@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
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
## Inventory Methods
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
* [getJobsByCompany](#getjobsbycompany)
|
|
12
|
-
* [updateJob](#updatejob)
|
|
13
11
|
* [createJob](#createjob)
|
|
14
|
-
* [suppressStores](#suppressstores)
|
|
15
|
-
* [getConfigByCompany](#getconfigbycompany)
|
|
16
|
-
* [getJobSteps](#getjobsteps)
|
|
17
|
-
* [getJobByCompanyAndIntegration](#getjobbycompanyandintegration)
|
|
18
12
|
* [disable](#disable)
|
|
19
|
-
* [
|
|
13
|
+
* [getConfigByCompany](#getconfigbycompany)
|
|
20
14
|
* [getJobByCode](#getjobbycode)
|
|
15
|
+
* [getJobByCompanyAndIntegration](#getjobbycompanyandintegration)
|
|
21
16
|
* [getJobCodeMetrics](#getjobcodemetrics)
|
|
22
17
|
* [getJobCodesByCompanyAndIntegration](#getjobcodesbycompanyandintegration)
|
|
18
|
+
* [getJobConfigDefaults](#getjobconfigdefaults)
|
|
19
|
+
* [getJobSteps](#getjobsteps)
|
|
20
|
+
* [getJobsByCompany](#getjobsbycompany)
|
|
21
|
+
* [suppressStores](#suppressstores)
|
|
22
|
+
* [updateJob](#updatejob)
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
@@ -28,19 +28,17 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
###
|
|
32
|
-
|
|
31
|
+
### createJob
|
|
32
|
+
Creates A New Job Config
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
```javascript
|
|
37
37
|
// Promise
|
|
38
|
-
const promise = client.inventory.
|
|
39
|
-
pageSize : value });
|
|
38
|
+
const promise = client.inventory.createJob({ body : value });
|
|
40
39
|
|
|
41
40
|
// Async/Await
|
|
42
|
-
const data = await client.inventory.
|
|
43
|
-
pageSize : value });
|
|
41
|
+
const data = await client.inventory.createJob({ body : value });
|
|
44
42
|
```
|
|
45
43
|
|
|
46
44
|
|
|
@@ -48,22 +46,20 @@ const data = await client.inventory.getJobsByCompany({ pageNo : value,
|
|
|
48
46
|
|
|
49
47
|
|
|
50
48
|
| Argument | Type | Required | Description |
|
|
51
|
-
| --------- | ----- | -------- | ----------- |
|
|
52
|
-
|
|
|
53
|
-
| pageSize | number | no | Page Size |
|
|
54
|
-
|
|
49
|
+
| --------- | ----- | -------- | ----------- |
|
|
50
|
+
| body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
|
|
55
51
|
|
|
56
52
|
|
|
57
|
-
REST Endpoint that
|
|
53
|
+
REST Endpoint that creates a new job config
|
|
58
54
|
|
|
59
55
|
*Returned Response:*
|
|
60
56
|
|
|
61
57
|
|
|
62
58
|
|
|
63
59
|
|
|
64
|
-
[
|
|
60
|
+
[ResponseEnvelopeString](#ResponseEnvelopeString)
|
|
65
61
|
|
|
66
|
-
|
|
62
|
+
Job Config Created Successfully
|
|
67
63
|
|
|
68
64
|
|
|
69
65
|
|
|
@@ -87,17 +83,17 @@ Successful operation
|
|
|
87
83
|
---
|
|
88
84
|
|
|
89
85
|
|
|
90
|
-
###
|
|
91
|
-
|
|
86
|
+
### disable
|
|
87
|
+
Disable Job Config
|
|
92
88
|
|
|
93
89
|
|
|
94
90
|
|
|
95
91
|
```javascript
|
|
96
92
|
// Promise
|
|
97
|
-
const promise = client.inventory.
|
|
93
|
+
const promise = client.inventory.disable({ integrationId : value });
|
|
98
94
|
|
|
99
95
|
// Async/Await
|
|
100
|
-
const data = await client.inventory.
|
|
96
|
+
const data = await client.inventory.disable({ integrationId : value });
|
|
101
97
|
```
|
|
102
98
|
|
|
103
99
|
|
|
@@ -105,11 +101,12 @@ const data = await client.inventory.updateJob({ body : value });
|
|
|
105
101
|
|
|
106
102
|
|
|
107
103
|
| Argument | Type | Required | Description |
|
|
108
|
-
| --------- | ----- | -------- | ----------- |
|
|
109
|
-
|
|
|
104
|
+
| --------- | ----- | -------- | ----------- |
|
|
105
|
+
| integrationId | string | yes | IntegrationId |
|
|
110
106
|
|
|
111
107
|
|
|
112
|
-
|
|
108
|
+
|
|
109
|
+
REST Endpoint that disables Inventory Job Config
|
|
113
110
|
|
|
114
111
|
*Returned Response:*
|
|
115
112
|
|
|
@@ -118,7 +115,7 @@ REST Endpoint that updates a job config
|
|
|
118
115
|
|
|
119
116
|
[ResponseEnvelopeString](#ResponseEnvelopeString)
|
|
120
117
|
|
|
121
|
-
|
|
118
|
+
Successful operation
|
|
122
119
|
|
|
123
120
|
|
|
124
121
|
|
|
@@ -142,38 +139,34 @@ Job Config Updated Successfully
|
|
|
142
139
|
---
|
|
143
140
|
|
|
144
141
|
|
|
145
|
-
###
|
|
146
|
-
|
|
142
|
+
### getConfigByCompany
|
|
143
|
+
Get Slingshot Configuration Of A Company
|
|
147
144
|
|
|
148
145
|
|
|
149
146
|
|
|
150
147
|
```javascript
|
|
151
148
|
// Promise
|
|
152
|
-
const promise = client.inventory.
|
|
149
|
+
const promise = client.inventory.getConfigByCompany();
|
|
153
150
|
|
|
154
151
|
// Async/Await
|
|
155
|
-
const data = await client.inventory.
|
|
152
|
+
const data = await client.inventory.getConfigByCompany();
|
|
156
153
|
```
|
|
157
154
|
|
|
158
155
|
|
|
159
156
|
|
|
160
157
|
|
|
161
158
|
|
|
162
|
-
| Argument | Type | Required | Description |
|
|
163
|
-
| --------- | ----- | -------- | ----------- |
|
|
164
|
-
| body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
|
|
165
|
-
|
|
166
159
|
|
|
167
|
-
REST Endpoint that
|
|
160
|
+
REST Endpoint that returns all configuration detail of a company
|
|
168
161
|
|
|
169
162
|
*Returned Response:*
|
|
170
163
|
|
|
171
164
|
|
|
172
165
|
|
|
173
166
|
|
|
174
|
-
[
|
|
167
|
+
[ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
|
|
175
168
|
|
|
176
|
-
|
|
169
|
+
Successful operation
|
|
177
170
|
|
|
178
171
|
|
|
179
172
|
|
|
@@ -197,17 +190,17 @@ Job Config Created Successfully
|
|
|
197
190
|
---
|
|
198
191
|
|
|
199
192
|
|
|
200
|
-
###
|
|
201
|
-
Get
|
|
193
|
+
### getJobByCode
|
|
194
|
+
Get Job Config By Code
|
|
202
195
|
|
|
203
196
|
|
|
204
197
|
|
|
205
198
|
```javascript
|
|
206
199
|
// Promise
|
|
207
|
-
const promise = client.inventory.
|
|
200
|
+
const promise = client.inventory.getJobByCode({ code : value });
|
|
208
201
|
|
|
209
202
|
// Async/Await
|
|
210
|
-
const data = await client.inventory.
|
|
203
|
+
const data = await client.inventory.getJobByCode({ code : value });
|
|
211
204
|
```
|
|
212
205
|
|
|
213
206
|
|
|
@@ -215,18 +208,19 @@ const data = await client.inventory.suppressStores({ body : value });
|
|
|
215
208
|
|
|
216
209
|
|
|
217
210
|
| Argument | Type | Required | Description |
|
|
218
|
-
| --------- | ----- | -------- | ----------- |
|
|
219
|
-
|
|
|
211
|
+
| --------- | ----- | -------- | ----------- |
|
|
212
|
+
| code | string | yes | Job Code |
|
|
220
213
|
|
|
221
214
|
|
|
222
|
-
|
|
215
|
+
|
|
216
|
+
REST Endpoint that returns job config by code
|
|
223
217
|
|
|
224
218
|
*Returned Response:*
|
|
225
219
|
|
|
226
220
|
|
|
227
221
|
|
|
228
222
|
|
|
229
|
-
[
|
|
223
|
+
[ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
|
|
230
224
|
|
|
231
225
|
Successful operation
|
|
232
226
|
|
|
@@ -252,32 +246,43 @@ Successful operation
|
|
|
252
246
|
---
|
|
253
247
|
|
|
254
248
|
|
|
255
|
-
###
|
|
256
|
-
Get
|
|
249
|
+
### getJobByCompanyAndIntegration
|
|
250
|
+
Get Job Configs By Company And Integration
|
|
257
251
|
|
|
258
252
|
|
|
259
253
|
|
|
260
254
|
```javascript
|
|
261
255
|
// Promise
|
|
262
|
-
const promise = client.inventory.
|
|
256
|
+
const promise = client.inventory.getJobByCompanyAndIntegration({ integrationId : value,
|
|
257
|
+
pageNo : value,
|
|
258
|
+
pageSize : value });
|
|
263
259
|
|
|
264
260
|
// Async/Await
|
|
265
|
-
const data = await client.inventory.
|
|
261
|
+
const data = await client.inventory.getJobByCompanyAndIntegration({ integrationId : value,
|
|
262
|
+
pageNo : value,
|
|
263
|
+
pageSize : value });
|
|
266
264
|
```
|
|
267
265
|
|
|
268
266
|
|
|
269
267
|
|
|
270
268
|
|
|
271
269
|
|
|
270
|
+
| Argument | Type | Required | Description |
|
|
271
|
+
| --------- | ----- | -------- | ----------- |
|
|
272
|
+
| integrationId | string | yes | Integration Id |
|
|
273
|
+
| pageNo | number | no | Page Number |
|
|
274
|
+
| pageSize | number | no | Page Size |
|
|
272
275
|
|
|
273
|
-
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
REST Endpoint that returns all job configs by company And integration
|
|
274
279
|
|
|
275
280
|
*Returned Response:*
|
|
276
281
|
|
|
277
282
|
|
|
278
283
|
|
|
279
284
|
|
|
280
|
-
[
|
|
285
|
+
[ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
|
|
281
286
|
|
|
282
287
|
Successful operation
|
|
283
288
|
|
|
@@ -303,17 +308,25 @@ Successful operation
|
|
|
303
308
|
---
|
|
304
309
|
|
|
305
310
|
|
|
306
|
-
###
|
|
307
|
-
Get Job
|
|
311
|
+
### getJobCodeMetrics
|
|
312
|
+
Get Job Metrics
|
|
308
313
|
|
|
309
314
|
|
|
310
315
|
|
|
311
316
|
```javascript
|
|
312
317
|
// Promise
|
|
313
|
-
const promise = client.inventory.
|
|
318
|
+
const promise = client.inventory.getJobCodeMetrics({ code : value,
|
|
319
|
+
pageNo : value,
|
|
320
|
+
pageSize : value,
|
|
321
|
+
status : value,
|
|
322
|
+
date : value });
|
|
314
323
|
|
|
315
324
|
// Async/Await
|
|
316
|
-
const data = await client.inventory.
|
|
325
|
+
const data = await client.inventory.getJobCodeMetrics({ code : value,
|
|
326
|
+
pageNo : value,
|
|
327
|
+
pageSize : value,
|
|
328
|
+
status : value,
|
|
329
|
+
date : value });
|
|
317
330
|
```
|
|
318
331
|
|
|
319
332
|
|
|
@@ -322,18 +335,22 @@ const data = await client.inventory.getJobSteps({ jobId : value });
|
|
|
322
335
|
|
|
323
336
|
| Argument | Type | Required | Description |
|
|
324
337
|
| --------- | ----- | -------- | ----------- |
|
|
325
|
-
|
|
|
338
|
+
| code | string | yes | Code |
|
|
339
|
+
| pageNo | number | no | Page Number |
|
|
340
|
+
| pageSize | number | no | Page Size |
|
|
341
|
+
| status | string | no | Status |
|
|
342
|
+
| date | string | no | From Date |
|
|
326
343
|
|
|
327
344
|
|
|
328
345
|
|
|
329
|
-
REST Endpoint that returns Inventory Job
|
|
346
|
+
REST Endpoint that returns Inventory Run History For A Job Code
|
|
330
347
|
|
|
331
348
|
*Returned Response:*
|
|
332
349
|
|
|
333
350
|
|
|
334
351
|
|
|
335
352
|
|
|
336
|
-
[
|
|
353
|
+
[ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
|
|
337
354
|
|
|
338
355
|
Successful operation
|
|
339
356
|
|
|
@@ -359,19 +376,19 @@ Successful operation
|
|
|
359
376
|
---
|
|
360
377
|
|
|
361
378
|
|
|
362
|
-
###
|
|
363
|
-
Get Job
|
|
379
|
+
### getJobCodesByCompanyAndIntegration
|
|
380
|
+
Get Job Codes By Company And Integration
|
|
364
381
|
|
|
365
382
|
|
|
366
383
|
|
|
367
384
|
```javascript
|
|
368
385
|
// Promise
|
|
369
|
-
const promise = client.inventory.
|
|
386
|
+
const promise = client.inventory.getJobCodesByCompanyAndIntegration({ integrationId : value,
|
|
370
387
|
pageNo : value,
|
|
371
388
|
pageSize : value });
|
|
372
389
|
|
|
373
390
|
// Async/Await
|
|
374
|
-
const data = await client.inventory.
|
|
391
|
+
const data = await client.inventory.getJobCodesByCompanyAndIntegration({ integrationId : value,
|
|
375
392
|
pageNo : value,
|
|
376
393
|
pageSize : value });
|
|
377
394
|
```
|
|
@@ -388,14 +405,14 @@ const data = await client.inventory.getJobByCompanyAndIntegration({ integration
|
|
|
388
405
|
|
|
389
406
|
|
|
390
407
|
|
|
391
|
-
REST Endpoint that returns all job
|
|
408
|
+
REST Endpoint that returns all job codes by company And integration
|
|
392
409
|
|
|
393
410
|
*Returned Response:*
|
|
394
411
|
|
|
395
412
|
|
|
396
413
|
|
|
397
414
|
|
|
398
|
-
[
|
|
415
|
+
[ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
|
|
399
416
|
|
|
400
417
|
Successful operation
|
|
401
418
|
|
|
@@ -421,37 +438,32 @@ Successful operation
|
|
|
421
438
|
---
|
|
422
439
|
|
|
423
440
|
|
|
424
|
-
###
|
|
425
|
-
|
|
441
|
+
### getJobConfigDefaults
|
|
442
|
+
Get Job Configs Defaults
|
|
426
443
|
|
|
427
444
|
|
|
428
445
|
|
|
429
446
|
```javascript
|
|
430
447
|
// Promise
|
|
431
|
-
const promise = client.inventory.
|
|
448
|
+
const promise = client.inventory.getJobConfigDefaults();
|
|
432
449
|
|
|
433
450
|
// Async/Await
|
|
434
|
-
const data = await client.inventory.
|
|
451
|
+
const data = await client.inventory.getJobConfigDefaults();
|
|
435
452
|
```
|
|
436
453
|
|
|
437
454
|
|
|
438
455
|
|
|
439
456
|
|
|
440
457
|
|
|
441
|
-
| Argument | Type | Required | Description |
|
|
442
|
-
| --------- | ----- | -------- | ----------- |
|
|
443
|
-
| integrationId | string | yes | IntegrationId |
|
|
444
|
-
|
|
445
|
-
|
|
446
458
|
|
|
447
|
-
REST Endpoint that
|
|
459
|
+
REST Endpoint that returns default fields job configs by company And integration
|
|
448
460
|
|
|
449
461
|
*Returned Response:*
|
|
450
462
|
|
|
451
463
|
|
|
452
464
|
|
|
453
465
|
|
|
454
|
-
[
|
|
466
|
+
[ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
|
|
455
467
|
|
|
456
468
|
Successful operation
|
|
457
469
|
|
|
@@ -477,32 +489,37 @@ Successful operation
|
|
|
477
489
|
---
|
|
478
490
|
|
|
479
491
|
|
|
480
|
-
###
|
|
481
|
-
Get Job
|
|
492
|
+
### getJobSteps
|
|
493
|
+
Get Job Code Steps
|
|
482
494
|
|
|
483
495
|
|
|
484
496
|
|
|
485
497
|
```javascript
|
|
486
498
|
// Promise
|
|
487
|
-
const promise = client.inventory.
|
|
499
|
+
const promise = client.inventory.getJobSteps({ jobId : value });
|
|
488
500
|
|
|
489
501
|
// Async/Await
|
|
490
|
-
const data = await client.inventory.
|
|
502
|
+
const data = await client.inventory.getJobSteps({ jobId : value });
|
|
491
503
|
```
|
|
492
504
|
|
|
493
505
|
|
|
494
506
|
|
|
495
507
|
|
|
496
508
|
|
|
509
|
+
| Argument | Type | Required | Description |
|
|
510
|
+
| --------- | ----- | -------- | ----------- |
|
|
511
|
+
| jobId | number | yes | Job Id |
|
|
497
512
|
|
|
498
|
-
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
REST Endpoint that returns Inventory Job Steps
|
|
499
516
|
|
|
500
517
|
*Returned Response:*
|
|
501
518
|
|
|
502
519
|
|
|
503
520
|
|
|
504
521
|
|
|
505
|
-
[
|
|
522
|
+
[ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
|
|
506
523
|
|
|
507
524
|
Successful operation
|
|
508
525
|
|
|
@@ -528,17 +545,19 @@ Successful operation
|
|
|
528
545
|
---
|
|
529
546
|
|
|
530
547
|
|
|
531
|
-
###
|
|
532
|
-
Get Job
|
|
548
|
+
### getJobsByCompany
|
|
549
|
+
Get Job Configs For A Company
|
|
533
550
|
|
|
534
551
|
|
|
535
552
|
|
|
536
553
|
```javascript
|
|
537
554
|
// Promise
|
|
538
|
-
const promise = client.inventory.
|
|
555
|
+
const promise = client.inventory.getJobsByCompany({ pageNo : value,
|
|
556
|
+
pageSize : value });
|
|
539
557
|
|
|
540
558
|
// Async/Await
|
|
541
|
-
const data = await client.inventory.
|
|
559
|
+
const data = await client.inventory.getJobsByCompany({ pageNo : value,
|
|
560
|
+
pageSize : value });
|
|
542
561
|
```
|
|
543
562
|
|
|
544
563
|
|
|
@@ -546,19 +565,20 @@ const data = await client.inventory.getJobByCode({ code : value });
|
|
|
546
565
|
|
|
547
566
|
|
|
548
567
|
| Argument | Type | Required | Description |
|
|
549
|
-
| --------- | ----- | -------- | ----------- |
|
|
550
|
-
|
|
|
568
|
+
| --------- | ----- | -------- | ----------- |
|
|
569
|
+
| pageNo | number | no | Page Number |
|
|
570
|
+
| pageSize | number | no | Page Size |
|
|
551
571
|
|
|
552
572
|
|
|
553
573
|
|
|
554
|
-
REST Endpoint that returns job
|
|
574
|
+
REST Endpoint that returns all job configs for a company
|
|
555
575
|
|
|
556
576
|
*Returned Response:*
|
|
557
577
|
|
|
558
578
|
|
|
559
579
|
|
|
560
580
|
|
|
561
|
-
[
|
|
581
|
+
[ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
|
|
562
582
|
|
|
563
583
|
Successful operation
|
|
564
584
|
|
|
@@ -584,25 +604,17 @@ Successful operation
|
|
|
584
604
|
---
|
|
585
605
|
|
|
586
606
|
|
|
587
|
-
###
|
|
588
|
-
Get
|
|
607
|
+
### suppressStores
|
|
608
|
+
Get Slingshot Configuration Of A Company
|
|
589
609
|
|
|
590
610
|
|
|
591
611
|
|
|
592
612
|
```javascript
|
|
593
613
|
// Promise
|
|
594
|
-
const promise = client.inventory.
|
|
595
|
-
pageNo : value,
|
|
596
|
-
pageSize : value,
|
|
597
|
-
status : value,
|
|
598
|
-
date : value });
|
|
614
|
+
const promise = client.inventory.suppressStores({ body : value });
|
|
599
615
|
|
|
600
616
|
// Async/Await
|
|
601
|
-
const data = await client.inventory.
|
|
602
|
-
pageNo : value,
|
|
603
|
-
pageSize : value,
|
|
604
|
-
status : value,
|
|
605
|
-
date : value });
|
|
617
|
+
const data = await client.inventory.suppressStores({ body : value });
|
|
606
618
|
```
|
|
607
619
|
|
|
608
620
|
|
|
@@ -610,23 +622,18 @@ const data = await client.inventory.getJobCodeMetrics({ code : value,
|
|
|
610
622
|
|
|
611
623
|
|
|
612
624
|
| Argument | Type | Required | Description |
|
|
613
|
-
| --------- | ----- | -------- | ----------- |
|
|
614
|
-
|
|
|
615
|
-
| pageNo | number | no | Page Number |
|
|
616
|
-
| pageSize | number | no | Page Size |
|
|
617
|
-
| status | string | no | Status |
|
|
618
|
-
| date | string | no | From Date |
|
|
619
|
-
|
|
625
|
+
| --------- | ----- | -------- | ----------- |
|
|
626
|
+
| body | [SuppressStorePayload](#SuppressStorePayload) | yes | Request body |
|
|
620
627
|
|
|
621
628
|
|
|
622
|
-
REST Endpoint that returns
|
|
629
|
+
REST Endpoint that returns all configuration detail of a company
|
|
623
630
|
|
|
624
631
|
*Returned Response:*
|
|
625
632
|
|
|
626
633
|
|
|
627
634
|
|
|
628
635
|
|
|
629
|
-
[
|
|
636
|
+
[ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
|
|
630
637
|
|
|
631
638
|
Successful operation
|
|
632
639
|
|
|
@@ -652,21 +659,17 @@ Successful operation
|
|
|
652
659
|
---
|
|
653
660
|
|
|
654
661
|
|
|
655
|
-
###
|
|
656
|
-
|
|
662
|
+
### updateJob
|
|
663
|
+
Updates An Existing Job Config
|
|
657
664
|
|
|
658
665
|
|
|
659
666
|
|
|
660
667
|
```javascript
|
|
661
668
|
// Promise
|
|
662
|
-
const promise = client.inventory.
|
|
663
|
-
pageNo : value,
|
|
664
|
-
pageSize : value });
|
|
669
|
+
const promise = client.inventory.updateJob({ body : value });
|
|
665
670
|
|
|
666
671
|
// Async/Await
|
|
667
|
-
const data = await client.inventory.
|
|
668
|
-
pageNo : value,
|
|
669
|
-
pageSize : value });
|
|
672
|
+
const data = await client.inventory.updateJob({ body : value });
|
|
670
673
|
```
|
|
671
674
|
|
|
672
675
|
|
|
@@ -674,23 +677,20 @@ const data = await client.inventory.getJobCodesByCompanyAndIntegration({ integr
|
|
|
674
677
|
|
|
675
678
|
|
|
676
679
|
| Argument | Type | Required | Description |
|
|
677
|
-
| --------- | ----- | -------- | ----------- |
|
|
678
|
-
|
|
|
679
|
-
| pageNo | number | no | Page Number |
|
|
680
|
-
| pageSize | number | no | Page Size |
|
|
681
|
-
|
|
680
|
+
| --------- | ----- | -------- | ----------- |
|
|
681
|
+
| body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
|
|
682
682
|
|
|
683
683
|
|
|
684
|
-
REST Endpoint that
|
|
684
|
+
REST Endpoint that updates a job config
|
|
685
685
|
|
|
686
686
|
*Returned Response:*
|
|
687
687
|
|
|
688
688
|
|
|
689
689
|
|
|
690
690
|
|
|
691
|
-
[
|
|
691
|
+
[ResponseEnvelopeString](#ResponseEnvelopeString)
|
|
692
692
|
|
|
693
|
-
|
|
693
|
+
Job Config Updated Successfully
|
|
694
694
|
|
|
695
695
|
|
|
696
696
|
|
|
@@ -717,1060 +717,417 @@ Successful operation
|
|
|
717
717
|
|
|
718
718
|
### Schemas
|
|
719
719
|
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
#### [DataTresholdDTO](#DataTresholdDTO)
|
|
720
|
+
|
|
721
|
+
#### [ArchiveConfig](#ArchiveConfig)
|
|
723
722
|
|
|
724
723
|
| Properties | Type | Nullable | Description |
|
|
725
|
-
| ---------- | ---- | -------- | ----------- |
|
|
726
|
-
| min_price | number | no | |
|
|
727
|
-
| safe_stock | number | no | |
|
|
728
|
-
| period_threshold | number | no | |
|
|
729
|
-
| period_threshold_type | string | no | |
|
|
730
|
-
| period_type_list | [[GenericDTO](#GenericDTO)] | no | |
|
|
724
|
+
| ---------- | ---- | -------- | ----------- || archive | boolean | no | || archive_dir | string | no | || delete | boolean | no | |
|
|
731
725
|
|
|
732
726
|
---
|
|
733
727
|
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
#### [GenericDTO](#GenericDTO)
|
|
728
|
+
#### [Audit](#Audit)
|
|
738
729
|
|
|
739
730
|
| Properties | Type | Nullable | Description |
|
|
740
|
-
| ---------- | ---- | -------- | ----------- |
|
|
741
|
-
| text | string | no | |
|
|
742
|
-
| value | string | no | |
|
|
731
|
+
| ---------- | ---- | -------- | ----------- || created_by | string | no | || created_on | string | no | || modified_by | string | no | || modified_on | string | no | |
|
|
743
732
|
|
|
744
733
|
---
|
|
745
734
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
#### [JobConfigDTO](#JobConfigDTO)
|
|
735
|
+
#### [AWSS3config](#AWSS3config)
|
|
750
736
|
|
|
751
737
|
| Properties | Type | Nullable | Description |
|
|
752
|
-
| ---------- | ---- | -------- | ----------- |
|
|
753
|
-
| integration_data | string | no | |
|
|
754
|
-
| company_name | string | no | |
|
|
755
|
-
| integration | string | yes | |
|
|
756
|
-
| company_id | number | yes | |
|
|
757
|
-
| task_details | [TaskDTO](#TaskDTO) | no | |
|
|
758
|
-
| threshold_details | [DataTresholdDTO](#DataTresholdDTO) | no | |
|
|
759
|
-
| job_code | string | no | |
|
|
760
|
-
| alias | string | no | |
|
|
738
|
+
| ---------- | ---- | -------- | ----------- || access_key | string | no | || archive | boolean | no | || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || archive_path | string | no | || bucket | string | no | || delete | boolean | no | || dir | string | no | || file_regex | string | no | || local_file_path | string | no | || region | string | no | || secret_key | string | no | || unzip | boolean | no | || zip_format | string | no | |
|
|
761
739
|
|
|
762
740
|
---
|
|
763
741
|
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
#### [TaskDTO](#TaskDTO)
|
|
742
|
+
#### [CatalogMasterConfig](#CatalogMasterConfig)
|
|
768
743
|
|
|
769
744
|
| Properties | Type | Nullable | Description |
|
|
770
|
-
| ---------- | ---- | -------- | ----------- |
|
|
771
|
-
| type | number | no | |
|
|
772
|
-
| group_list | [[GenericDTO](#GenericDTO)] | no | |
|
|
745
|
+
| ---------- | ---- | -------- | ----------- || source_slug | string | no | |
|
|
773
746
|
|
|
774
747
|
---
|
|
775
748
|
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
#### [Page](#Page)
|
|
749
|
+
#### [CompanyConfig](#CompanyConfig)
|
|
780
750
|
|
|
781
751
|
| Properties | Type | Nullable | Description |
|
|
782
|
-
| ---------- | ---- | -------- | ----------- |
|
|
783
|
-
| type | string | yes | |
|
|
784
|
-
| size | number | no | |
|
|
785
|
-
| current | number | no | |
|
|
786
|
-
| has_next | boolean | no | |
|
|
787
|
-
| item_total | number | no | |
|
|
788
|
-
| next_id | string | no | |
|
|
789
|
-
| has_previous | boolean | no | |
|
|
752
|
+
| ---------- | ---- | -------- | ----------- || company_id | number | no | || delete_quantity_threshold | number | no | || exclude_steps | [number] | no | || hidden_closet_keys | [string] | no | || open_tags | string | no | || tax_identifiers | [string] | no | |
|
|
790
753
|
|
|
791
754
|
---
|
|
792
755
|
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
#### [ResponseEnvelopeString](#ResponseEnvelopeString)
|
|
756
|
+
#### [DataTresholdDTO](#DataTresholdDTO)
|
|
797
757
|
|
|
798
758
|
| Properties | Type | Nullable | Description |
|
|
799
|
-
| ---------- | ---- | -------- | ----------- |
|
|
800
|
-
| timestamp | string | no | |
|
|
801
|
-
| status | number | no | |
|
|
802
|
-
| error | string | no | |
|
|
803
|
-
| exception | string | no | |
|
|
804
|
-
| message | string | no | |
|
|
805
|
-
| total_time_taken_in_millis | number | no | |
|
|
806
|
-
| http_status | string | no | |
|
|
807
|
-
| items | string | no | |
|
|
808
|
-
| payload | string | no | |
|
|
809
|
-
| trace_id | string | no | |
|
|
810
|
-
| page | [Page](#Page) | no | |
|
|
759
|
+
| ---------- | ---- | -------- | ----------- || min_price | number | no | || period_threshold | number | no | || period_threshold_type | string | no | || period_type_list | [[GenericDTO](#GenericDTO)] | no | || safe_stock | number | no | |
|
|
811
760
|
|
|
812
761
|
---
|
|
813
762
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
#### [KafkaMetaModel](#KafkaMetaModel)
|
|
763
|
+
#### [DBConfig](#DBConfig)
|
|
818
764
|
|
|
819
765
|
| Properties | Type | Nullable | Description |
|
|
820
|
-
| ---------- | ---- | -------- | ----------- |
|
|
821
|
-
| job_type | string | no | |
|
|
822
|
-
| batch_id | number | no | |
|
|
823
|
-
| action | string | no | |
|
|
824
|
-
| trace | [string] | no | |
|
|
825
|
-
| created_on | string | no | |
|
|
826
|
-
| created_timestamp | number | no | |
|
|
766
|
+
| ---------- | ---- | -------- | ----------- || dbname | string | no | || driver_class | string | no | || host | string | no | || jdbc_url | string | no | || optional_properties | [String: string] | no | || password | string | no | || port | number | no | || procedure | boolean | no | || query | string | no | || username | string | no | || vendor | string | no | |
|
|
827
767
|
|
|
828
768
|
---
|
|
829
769
|
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
#### [SuppressStoreModel](#SuppressStoreModel)
|
|
770
|
+
#### [DBConnectionProfile](#DBConnectionProfile)
|
|
834
771
|
|
|
835
772
|
| Properties | Type | Nullable | Description |
|
|
836
|
-
| ---------- | ---- | -------- | ----------- |
|
|
837
|
-
| stores | [number] | no | |
|
|
773
|
+
| ---------- | ---- | -------- | ----------- || inventory | string | no | |
|
|
838
774
|
|
|
839
775
|
---
|
|
840
776
|
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
#### [SuppressStorePayload](#SuppressStorePayload)
|
|
777
|
+
#### [DBParamConfig](#DBParamConfig)
|
|
845
778
|
|
|
846
779
|
| Properties | Type | Nullable | Description |
|
|
847
|
-
| ---------- | ---- | -------- | ----------- |
|
|
848
|
-
| payload | [[SuppressStoreModel](#SuppressStoreModel)] | no | |
|
|
849
|
-
| meta | [KafkaMetaModel](#KafkaMetaModel) | no | |
|
|
780
|
+
| ---------- | ---- | -------- | ----------- || params | string | no | |
|
|
850
781
|
|
|
851
782
|
---
|
|
852
783
|
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
#### [KafkaResponse](#KafkaResponse)
|
|
784
|
+
#### [DefaultHeadersDTO](#DefaultHeadersDTO)
|
|
857
785
|
|
|
858
786
|
| Properties | Type | Nullable | Description |
|
|
859
|
-
| ---------- | ---- | -------- | ----------- |
|
|
860
|
-
| offset | number | no | |
|
|
861
|
-
| partition | number | no | |
|
|
787
|
+
| ---------- | ---- | -------- | ----------- || intf_article_id | [PropBeanDTO](#PropBeanDTO) | no | || price_effective | [PropBeanDTO](#PropBeanDTO) | no | || quantity | [PropBeanDTO](#PropBeanDTO) | no | || store | [PropBeanDTO](#PropBeanDTO) | no | |
|
|
862
788
|
|
|
863
789
|
---
|
|
864
790
|
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
#### [ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
|
|
791
|
+
#### [DocMappingConfig](#DocMappingConfig)
|
|
869
792
|
|
|
870
793
|
| Properties | Type | Nullable | Description |
|
|
871
|
-
| ---------- | ---- | -------- | ----------- |
|
|
872
|
-
| timestamp | string | no | |
|
|
873
|
-
| status | number | no | |
|
|
874
|
-
| error | string | no | |
|
|
875
|
-
| exception | string | no | |
|
|
876
|
-
| message | string | no | |
|
|
877
|
-
| total_time_taken_in_millis | number | no | |
|
|
878
|
-
| http_status | string | no | |
|
|
879
|
-
| items | [KafkaResponse](#KafkaResponse) | no | |
|
|
880
|
-
| payload | [KafkaResponse](#KafkaResponse) | no | |
|
|
881
|
-
| trace_id | string | no | |
|
|
882
|
-
| page | [Page](#Page) | no | |
|
|
794
|
+
| ---------- | ---- | -------- | ----------- || default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | || junk_data_threshold_count | number | no | || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | || properties | string | no | || unwind_field | string | no | |
|
|
883
795
|
|
|
884
796
|
---
|
|
885
797
|
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
#### [GCompany](#GCompany)
|
|
798
|
+
#### [EmailConfig](#EmailConfig)
|
|
890
799
|
|
|
891
800
|
| Properties | Type | Nullable | Description |
|
|
892
|
-
| ---------- | ---- | -------- | ----------- |
|
|
893
|
-
| _id | string | no | |
|
|
894
|
-
| integration | string | no | |
|
|
895
|
-
| level | string | no | |
|
|
896
|
-
| uid | number | no | |
|
|
897
|
-
| opted | boolean | no | |
|
|
898
|
-
| permissions | [string] | no | |
|
|
899
|
-
| token | string | no | |
|
|
900
|
-
| name | string | no | |
|
|
901
|
-
| stores | [[GStore](#GStore)] | no | |
|
|
801
|
+
| ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || attachment_mandate | boolean | no | || attachment_regex | string | no | || body_content_regex | string | no | || content_type | string | no | || downloadable_link | boolean | no | || filter_based_on_recepients | boolean | no | || filter_files_after_extraction | boolean | no | || folder_name_hierarchies | [string] | no | || host | string | no | || local_dir | string | no | || password | string | no | || password_protected | boolean | no | || pcol | string | no | || properties | [String: string] | no | || read_all_unread_mails | boolean | no | || read_from_content | boolean | no | || recepient | string | no | || sender_address | string | no | || subject_line_regex | string | no | || unzip | boolean | no | || username | string | no | || zip_format | string | no | |
|
|
902
802
|
|
|
903
803
|
---
|
|
904
804
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
#### [GStore](#GStore)
|
|
805
|
+
#### [FileConfig](#FileConfig)
|
|
909
806
|
|
|
910
807
|
| Properties | Type | Nullable | Description |
|
|
911
|
-
| ---------- | ---- | -------- | ----------- |
|
|
912
|
-
| _id | string | no | |
|
|
913
|
-
| integration | string | no | |
|
|
914
|
-
| level | string | no | |
|
|
915
|
-
| uid | number | no | |
|
|
916
|
-
| opted | boolean | no | |
|
|
917
|
-
| permissions | [string] | no | |
|
|
918
|
-
| token | string | no | |
|
|
919
|
-
| code | string | no | |
|
|
920
|
-
| name | string | no | |
|
|
921
|
-
| data | [StoreData](#StoreData) | no | |
|
|
808
|
+
| ---------- | ---- | -------- | ----------- || charset | string | no | || data_start_index | number | no | || default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | || delimiter | string | no | || escape_char | string | no | || file_has_header | boolean | no | || file_type | string | no | || header_array | [string] | no | || header_index | number | no | || junk_data_threshold_count | number | no | || line_validity_check | boolean | no | || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | || properties | string | no | || quote_char | string | no | || read_all_sheets | boolean | no | || sheet_names | [string] | no | |
|
|
922
809
|
|
|
923
810
|
---
|
|
924
811
|
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
#### [Metum](#Metum)
|
|
812
|
+
#### [FTPConfig](#FTPConfig)
|
|
929
813
|
|
|
930
814
|
| Properties | Type | Nullable | Description |
|
|
931
|
-
| ---------- | ---- | -------- | ----------- |
|
|
932
|
-
| _id | string | no | |
|
|
933
|
-
| name | string | no | |
|
|
934
|
-
| value | string | no | |
|
|
815
|
+
| ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || file_regex | string | no | || host | string | no | || interval | number | no | || local_dir | string | no | || password | string | no | || port | number | no | || read_all_files | boolean | no | || remote_dir | string | no | || retries | number | no | || unzip | boolean | no | || username | string | no | || zip_file_regex | string | no | || zip_format | string | no | |
|
|
935
816
|
|
|
936
817
|
---
|
|
937
818
|
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
#### [ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
|
|
819
|
+
#### [GCompany](#GCompany)
|
|
942
820
|
|
|
943
821
|
| Properties | Type | Nullable | Description |
|
|
944
|
-
| ---------- | ---- | -------- | ----------- |
|
|
945
|
-
| timestamp | string | no | |
|
|
946
|
-
| status | number | no | |
|
|
947
|
-
| error | string | no | |
|
|
948
|
-
| exception | string | no | |
|
|
949
|
-
| message | string | no | |
|
|
950
|
-
| total_time_taken_in_millis | number | no | |
|
|
951
|
-
| http_status | string | no | |
|
|
952
|
-
| items | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | |
|
|
953
|
-
| payload | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | |
|
|
954
|
-
| trace_id | string | no | |
|
|
955
|
-
| page | [Page](#Page) | no | |
|
|
822
|
+
| ---------- | ---- | -------- | ----------- || _id | string | no | || integration | string | no | || level | string | no | || name | string | no | || opted | boolean | no | || permissions | [string] | no | || stores | [[GStore](#GStore)] | no | || token | string | no | || uid | number | no | |
|
|
956
823
|
|
|
957
824
|
---
|
|
958
825
|
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
#### [SlingshotConfigurationDetail](#SlingshotConfigurationDetail)
|
|
826
|
+
#### [GenericDTO](#GenericDTO)
|
|
963
827
|
|
|
964
828
|
| Properties | Type | Nullable | Description |
|
|
965
|
-
| ---------- | ---- | -------- | ----------- |
|
|
966
|
-
| integration | [SlingshotIntegration](#SlingshotIntegration) | no | |
|
|
967
|
-
| companies | [[GCompany](#GCompany)] | no | |
|
|
829
|
+
| ---------- | ---- | -------- | ----------- || text | string | no | || value | string | no | |
|
|
968
830
|
|
|
969
831
|
---
|
|
970
832
|
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
#### [SlingshotIntegration](#SlingshotIntegration)
|
|
833
|
+
#### [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig)
|
|
975
834
|
|
|
976
835
|
| Properties | Type | Nullable | Description |
|
|
977
|
-
| ---------- | ---- | -------- | ----------- |
|
|
978
|
-
| _id | string | no | |
|
|
979
|
-
| description | string | no | |
|
|
980
|
-
| name | string | no | |
|
|
981
|
-
| slug | string | no | |
|
|
982
|
-
| meta | [[Metum](#Metum)] | no | |
|
|
836
|
+
| ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || client_secret_location | string | no | || cred_storage_directory | string | no | || local_dir | string | no | || range | string | no | || sheet_id | string | no | |
|
|
983
837
|
|
|
984
838
|
---
|
|
985
839
|
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
#### [StoreData](#StoreData)
|
|
840
|
+
#### [GStore](#GStore)
|
|
990
841
|
|
|
991
842
|
| Properties | Type | Nullable | Description |
|
|
992
|
-
| ---------- | ---- | -------- | ----------- |
|
|
993
|
-
| location_id | string | no | |
|
|
843
|
+
| ---------- | ---- | -------- | ----------- || _id | string | no | || code | string | no | || data | [StoreData](#StoreData) | no | || integration | string | no | || level | string | no | || name | string | no | || opted | boolean | no | || permissions | [string] | no | || token | string | no | || uid | number | no | |
|
|
994
844
|
|
|
995
845
|
---
|
|
996
846
|
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
#### [AWSS3config](#AWSS3config)
|
|
847
|
+
#### [HttpConfig](#HttpConfig)
|
|
1001
848
|
|
|
1002
849
|
| Properties | Type | Nullable | Description |
|
|
1003
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1004
|
-
| bucket | string | no | |
|
|
1005
|
-
| region | string | no | |
|
|
1006
|
-
| dir | string | no | |
|
|
1007
|
-
| access_key | string | no | |
|
|
1008
|
-
| secret_key | string | no | |
|
|
1009
|
-
| local_file_path | string | no | |
|
|
1010
|
-
| archive_path | string | no | |
|
|
1011
|
-
| archive | boolean | no | |
|
|
1012
|
-
| delete | boolean | no | |
|
|
1013
|
-
| unzip | boolean | no | |
|
|
1014
|
-
| zip_format | string | no | |
|
|
1015
|
-
| file_regex | string | no | |
|
|
1016
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
850
|
+
| ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || hosturl | string | no | || http_method | string | no | || local_path | string | no | || password | string | no | || request_params | [String: string] | no | || request_payload | string | no | || username | string | no | |
|
|
1017
851
|
|
|
1018
852
|
---
|
|
1019
853
|
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
#### [ArchiveConfig](#ArchiveConfig)
|
|
854
|
+
#### [JobConfig](#JobConfig)
|
|
1024
855
|
|
|
1025
856
|
| Properties | Type | Nullable | Description |
|
|
1026
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1027
|
-
| delete | boolean | no | |
|
|
1028
|
-
| archive | boolean | no | |
|
|
1029
|
-
| archive_dir | string | no | |
|
|
857
|
+
| ---------- | ---- | -------- | ----------- || _id | number | no | || aggregator_types | [string] | no | || alias | string | no | || audit | [Audit](#Audit) | no | || catalog_master_config | [CatalogMasterConfig](#CatalogMasterConfig) | no | || company_config | [[CompanyConfig](#CompanyConfig)] | no | || company_ids | [number] | no | || cron_expression | string | no | || db_connection_profile | [DBConnectionProfile](#DBConnectionProfile) | no | || delete_quantity_threshold | number | no | || dependent_job_codes | [string] | no | || disable | boolean | no | || immediate_first_run | boolean | no | || integration_type | string | no | || job_code | string | no | || min_price | number | no | || open_tags | string | no | || params | string | no | || period_threshold | number | no | || period_threshold_type | string | no | || priority | string | no | || process_config | [ProcessConfig](#ProcessConfig) | no | || properties | [String: string] | no | || store_config | [[StoreConfig](#StoreConfig)] | no | || store_filter | [StoreFilter](#StoreFilter) | no | || sync_delay | number | no | || task_type | string | no | || tax_identifiers | [string] | no | || version | number | no | |
|
|
1030
858
|
|
|
1031
859
|
---
|
|
1032
860
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
#### [Audit](#Audit)
|
|
861
|
+
#### [JobConfigDTO](#JobConfigDTO)
|
|
1037
862
|
|
|
1038
863
|
| Properties | Type | Nullable | Description |
|
|
1039
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1040
|
-
| created_by | string | no | |
|
|
1041
|
-
| modified_by | string | no | |
|
|
1042
|
-
| created_on | string | no | |
|
|
1043
|
-
| modified_on | string | no | |
|
|
864
|
+
| ---------- | ---- | -------- | ----------- || alias | string | no | || company_id | number | yes | || company_name | string | no | || integration | string | yes | || integration_data | string | no | || job_code | string | no | || task_details | [TaskDTO](#TaskDTO) | no | || threshold_details | [DataTresholdDTO](#DataTresholdDTO) | no | |
|
|
1044
865
|
|
|
1045
866
|
---
|
|
1046
867
|
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
#### [CatalogMasterConfig](#CatalogMasterConfig)
|
|
868
|
+
#### [JobConfigListDTO](#JobConfigListDTO)
|
|
1051
869
|
|
|
1052
870
|
| Properties | Type | Nullable | Description |
|
|
1053
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1054
|
-
| source_slug | string | no | |
|
|
871
|
+
| ---------- | ---- | -------- | ----------- || active | boolean | no | || alias | string | no | || code | string | no | || created_by | string | no | || created_on | string | no | || modified_by | string | no | || modified_on | string | no | || type | string | no | |
|
|
1055
872
|
|
|
1056
873
|
---
|
|
1057
874
|
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
#### [CompanyConfig](#CompanyConfig)
|
|
875
|
+
#### [JobConfigRawDTO](#JobConfigRawDTO)
|
|
1062
876
|
|
|
1063
877
|
| Properties | Type | Nullable | Description |
|
|
1064
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1065
|
-
| company_id | number | no | |
|
|
1066
|
-
| exclude_steps | [number] | no | |
|
|
1067
|
-
| hidden_closet_keys | [string] | no | |
|
|
1068
|
-
| open_tags | string | no | |
|
|
1069
|
-
| tax_identifiers | [string] | no | |
|
|
1070
|
-
| delete_quantity_threshold | number | no | |
|
|
878
|
+
| ---------- | ---- | -------- | ----------- || company_id | number | yes | || company_name | string | yes | || data | [JobConfig](#JobConfig) | no | || integration | string | yes | |
|
|
1071
879
|
|
|
1072
880
|
---
|
|
1073
881
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
#### [DBConfig](#DBConfig)
|
|
882
|
+
#### [JobHistoryDto](#JobHistoryDto)
|
|
1078
883
|
|
|
1079
884
|
| Properties | Type | Nullable | Description |
|
|
1080
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1081
|
-
| vendor | string | no | |
|
|
1082
|
-
| host | string | no | |
|
|
1083
|
-
| port | number | no | |
|
|
1084
|
-
| username | string | no | |
|
|
1085
|
-
| password | string | no | |
|
|
1086
|
-
| dbname | string | no | |
|
|
1087
|
-
| query | string | no | |
|
|
1088
|
-
| procedure | boolean | no | |
|
|
1089
|
-
| driver_class | string | no | |
|
|
1090
|
-
| jdbc_url | string | no | |
|
|
1091
|
-
| optional_properties | [String: string] | no | |
|
|
885
|
+
| ---------- | ---- | -------- | ----------- || error_type | string | no | || filename | [string] | no | || job_code | string | no | || job_id | number | no | || message | string | no | || processed_on | string | no | || status | string | no | || total_added_count | number | no | || total_initial_count | number | no | || total_suppressed_count | number | no | || total_updated_count | number | no | |
|
|
1092
886
|
|
|
1093
887
|
---
|
|
1094
888
|
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
#### [DBConnectionProfile](#DBConnectionProfile)
|
|
889
|
+
#### [JobMetricsDto](#JobMetricsDto)
|
|
1099
890
|
|
|
1100
891
|
| Properties | Type | Nullable | Description |
|
|
1101
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1102
|
-
| inventory | string | no | |
|
|
892
|
+
| ---------- | ---- | -------- | ----------- || is_run_more_than_usual | string | no | || job_code | string | no | || job_history | [[JobHistoryDto](#JobHistoryDto)] | no | || total_failure_count | number | no | || total_job_runs | number | no | || total_success_count | number | no | || total_suppressed_count | number | no | || total_warning_count | number | no | |
|
|
1103
893
|
|
|
1104
894
|
---
|
|
1105
895
|
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
#### [DBParamConfig](#DBParamConfig)
|
|
896
|
+
#### [JobStepsDTO](#JobStepsDTO)
|
|
1110
897
|
|
|
1111
898
|
| Properties | Type | Nullable | Description |
|
|
1112
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1113
|
-
| params | string | no | |
|
|
899
|
+
| ---------- | ---- | -------- | ----------- || deleted_count | number | no | || end_count | number | no | || processed_at | string | no | || processed_start_time | string | no | || start_count | number | no | || step_execution_time | number | no | || step_name | string | no | || type | string | no | |
|
|
1114
900
|
|
|
1115
901
|
---
|
|
1116
902
|
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
#### [DefaultHeadersDTO](#DefaultHeadersDTO)
|
|
903
|
+
#### [JsonDocConfig](#JsonDocConfig)
|
|
1121
904
|
|
|
1122
905
|
| Properties | Type | Nullable | Description |
|
|
1123
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1124
|
-
| store | [PropBeanDTO](#PropBeanDTO) | no | |
|
|
1125
|
-
| intf_article_id | [PropBeanDTO](#PropBeanDTO) | no | |
|
|
1126
|
-
| price_effective | [PropBeanDTO](#PropBeanDTO) | no | |
|
|
1127
|
-
| quantity | [PropBeanDTO](#PropBeanDTO) | no | |
|
|
906
|
+
| ---------- | ---- | -------- | ----------- || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
|
|
1128
907
|
|
|
1129
908
|
---
|
|
1130
909
|
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
#### [DocMappingConfig](#DocMappingConfig)
|
|
910
|
+
#### [KafkaMetaModel](#KafkaMetaModel)
|
|
1135
911
|
|
|
1136
912
|
| Properties | Type | Nullable | Description |
|
|
1137
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1138
|
-
| properties | string | no | |
|
|
1139
|
-
| junk_data_threshold_count | number | no | |
|
|
1140
|
-
| prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
|
|
1141
|
-
| unwind_field | string | no | |
|
|
1142
|
-
| default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | |
|
|
913
|
+
| ---------- | ---- | -------- | ----------- || action | string | no | || batch_id | number | no | || created_on | string | no | || created_timestamp | number | no | || job_type | string | no | || trace | [string] | no | |
|
|
1143
914
|
|
|
1144
915
|
---
|
|
1145
916
|
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
#### [EmailConfig](#EmailConfig)
|
|
917
|
+
#### [KafkaResponse](#KafkaResponse)
|
|
1150
918
|
|
|
1151
919
|
| Properties | Type | Nullable | Description |
|
|
1152
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
| unzip | boolean | no | |
|
|
1158
|
-
| read_from_content | boolean | no | |
|
|
1159
|
-
| filter_based_on_recepients | boolean | no | |
|
|
1160
|
-
| pcol | string | no | |
|
|
1161
|
-
| subject_line_regex | string | no | |
|
|
1162
|
-
| sender_address | string | no | |
|
|
1163
|
-
| local_dir | string | no | |
|
|
1164
|
-
| folder_name_hierarchies | [string] | no | |
|
|
1165
|
-
| attachment_regex | string | no | |
|
|
1166
|
-
| body_content_regex | string | no | |
|
|
1167
|
-
| password_protected | boolean | no | |
|
|
1168
|
-
| zip_format | string | no | |
|
|
1169
|
-
| attachment_mandate | boolean | no | |
|
|
1170
|
-
| filter_files_after_extraction | boolean | no | |
|
|
1171
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
1172
|
-
| read_all_unread_mails | boolean | no | |
|
|
1173
|
-
| content_type | string | no | |
|
|
1174
|
-
| downloadable_link | boolean | no | |
|
|
1175
|
-
| properties | [String: string] | no | |
|
|
1176
|
-
|
|
1177
|
-
---
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
#### [FTPConfig](#FTPConfig)
|
|
920
|
+
| ---------- | ---- | -------- | ----------- || offset | number | no | || partition | number | no | |
|
|
921
|
+
|
|
922
|
+
---
|
|
923
|
+
|
|
924
|
+
#### [LocalFileConfig](#LocalFileConfig)
|
|
1183
925
|
|
|
1184
926
|
| Properties | Type | Nullable | Description |
|
|
1185
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1186
|
-
| host | string | no | |
|
|
1187
|
-
| port | number | no | |
|
|
1188
|
-
| username | string | no | |
|
|
1189
|
-
| password | string | no | |
|
|
1190
|
-
| unzip | boolean | no | |
|
|
1191
|
-
| retries | number | no | |
|
|
1192
|
-
| interval | number | no | |
|
|
1193
|
-
| local_dir | string | no | |
|
|
1194
|
-
| remote_dir | string | no | |
|
|
1195
|
-
| zip_file_regex | string | no | |
|
|
1196
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
1197
|
-
| file_regex | string | no | |
|
|
1198
|
-
| zip_format | string | no | |
|
|
1199
|
-
| read_all_files | boolean | no | |
|
|
927
|
+
| ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || file_regex | string | no | || interval | number | no | || local_dir | string | no | || read_all_files | boolean | no | || retries | number | no | || unzip | boolean | no | || working_dir | string | no | || zip_file_regex | string | no | || zip_format | string | no | |
|
|
1200
928
|
|
|
1201
929
|
---
|
|
1202
930
|
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
#### [FileConfig](#FileConfig)
|
|
931
|
+
#### [Metum](#Metum)
|
|
1207
932
|
|
|
1208
933
|
| Properties | Type | Nullable | Description |
|
|
1209
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
| header_index | number | no | |
|
|
1215
|
-
| header_array | [string] | no | |
|
|
1216
|
-
| data_start_index | number | no | |
|
|
1217
|
-
| prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
|
|
1218
|
-
| junk_data_threshold_count | number | no | |
|
|
1219
|
-
| file_type | string | no | |
|
|
1220
|
-
| line_validity_check | boolean | no | |
|
|
1221
|
-
| sheet_names | [string] | no | |
|
|
1222
|
-
| read_all_sheets | boolean | no | |
|
|
1223
|
-
| quote_char | string | no | |
|
|
1224
|
-
| escape_char | string | no | |
|
|
1225
|
-
| default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | |
|
|
1226
|
-
|
|
1227
|
-
---
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
#### [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig)
|
|
934
|
+
| ---------- | ---- | -------- | ----------- || _id | string | no | || name | string | no | || value | string | no | |
|
|
935
|
+
|
|
936
|
+
---
|
|
937
|
+
|
|
938
|
+
#### [MongoDocConfig](#MongoDocConfig)
|
|
1233
939
|
|
|
1234
940
|
| Properties | Type | Nullable | Description |
|
|
1235
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1236
|
-
| range | string | no | |
|
|
1237
|
-
| sheet_id | string | no | |
|
|
1238
|
-
| client_secret_location | string | no | |
|
|
1239
|
-
| cred_storage_directory | string | no | |
|
|
1240
|
-
| local_dir | string | no | |
|
|
1241
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
941
|
+
| ---------- | ---- | -------- | ----------- || aggregate_pipeline | [string] | no | || collection_name | string | no | || find_query | string | no | || projection_query | string | no | || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | || skip_save | boolean | no | |
|
|
1242
942
|
|
|
1243
943
|
---
|
|
1244
944
|
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
#### [HttpConfig](#HttpConfig)
|
|
945
|
+
#### [OAuthConfig](#OAuthConfig)
|
|
1249
946
|
|
|
1250
947
|
| Properties | Type | Nullable | Description |
|
|
1251
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1252
|
-
| hosturl | string | no | |
|
|
1253
|
-
| username | string | no | |
|
|
1254
|
-
| password | string | no | |
|
|
1255
|
-
| request_params | [String: string] | no | |
|
|
1256
|
-
| http_method | string | no | |
|
|
1257
|
-
| request_payload | string | no | |
|
|
1258
|
-
| local_path | string | no | |
|
|
1259
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
948
|
+
| ---------- | ---- | -------- | ----------- || consumer_key | string | no | || consumer_secret | string | no | || function_name | string | no | || interval | number | no | || limit | number | no | || pages | number | no | || rest_base_url | string | no | || rest_url | string | no | || token | string | no | || token_secret | string | no | |
|
|
1260
949
|
|
|
1261
950
|
---
|
|
1262
951
|
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
#### [JobConfig](#JobConfig)
|
|
952
|
+
#### [Page](#Page)
|
|
1267
953
|
|
|
1268
954
|
| Properties | Type | Nullable | Description |
|
|
1269
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
| cron_expression | string | no | |
|
|
1275
|
-
| store_filter | [StoreFilter](#StoreFilter) | no | |
|
|
1276
|
-
| process_config | [ProcessConfig](#ProcessConfig) | no | |
|
|
1277
|
-
| store_config | [[StoreConfig](#StoreConfig)] | no | |
|
|
1278
|
-
| properties | [String: string] | no | |
|
|
1279
|
-
| immediate_first_run | boolean | no | |
|
|
1280
|
-
| disable | boolean | no | |
|
|
1281
|
-
| dependent_job_codes | [string] | no | |
|
|
1282
|
-
| company_config | [[CompanyConfig](#CompanyConfig)] | no | |
|
|
1283
|
-
| company_ids | [number] | no | |
|
|
1284
|
-
| tax_identifiers | [string] | no | |
|
|
1285
|
-
| priority | string | no | |
|
|
1286
|
-
| period_threshold | number | no | |
|
|
1287
|
-
| period_threshold_type | string | no | |
|
|
1288
|
-
| db_connection_profile | [DBConnectionProfile](#DBConnectionProfile) | no | |
|
|
1289
|
-
| params | string | no | |
|
|
1290
|
-
| open_tags | string | no | |
|
|
1291
|
-
| delete_quantity_threshold | number | no | |
|
|
1292
|
-
| catalog_master_config | [CatalogMasterConfig](#CatalogMasterConfig) | no | |
|
|
1293
|
-
| aggregator_types | [string] | no | |
|
|
1294
|
-
| integration_type | string | no | |
|
|
1295
|
-
| min_price | number | no | |
|
|
1296
|
-
| audit | [Audit](#Audit) | no | |
|
|
1297
|
-
| version | number | no | |
|
|
1298
|
-
| alias | string | no | |
|
|
1299
|
-
|
|
1300
|
-
---
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
#### [JobConfigRawDTO](#JobConfigRawDTO)
|
|
955
|
+
| ---------- | ---- | -------- | ----------- || current | number | no | || has_next | boolean | no | || has_previous | boolean | no | || item_total | number | no | || next_id | string | no | || size | number | no | || type | string | yes | |
|
|
956
|
+
|
|
957
|
+
---
|
|
958
|
+
|
|
959
|
+
#### [ProcessConfig](#ProcessConfig)
|
|
1306
960
|
|
|
1307
961
|
| Properties | Type | Nullable | Description |
|
|
1308
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1309
|
-
| company_name | string | yes | |
|
|
1310
|
-
| integration | string | yes | |
|
|
1311
|
-
| company_id | number | yes | |
|
|
1312
|
-
| data | [JobConfig](#JobConfig) | no | |
|
|
962
|
+
| ---------- | ---- | -------- | ----------- || aws_s3_config | [AWSS3config](#AWSS3config) | no | || db_config | [DBConfig](#DBConfig) | no | || db_param_config | [DBParamConfig](#DBParamConfig) | no | || doc_mapping_config | [DocMappingConfig](#DocMappingConfig) | no | || email_config | [EmailConfig](#EmailConfig) | no | || file_config | [FileConfig](#FileConfig) | no | || ftp_config | [FTPConfig](#FTPConfig) | no | || google_spreadsheet_config | [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig) | no | || http_config | [HttpConfig](#HttpConfig) | no | || json_doc_config | [JsonDocConfig](#JsonDocConfig) | no | || local_file_config | [LocalFileConfig](#LocalFileConfig) | no | || mongo_doc_config | [MongoDocConfig](#MongoDocConfig) | no | || oauth_config | [OAuthConfig](#OAuthConfig) | no | || sftp_config | [SFTPConfig](#SFTPConfig) | no | || task_step_config | [TaskStepConfig](#TaskStepConfig) | no | |
|
|
1313
963
|
|
|
1314
964
|
---
|
|
1315
965
|
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
#### [JsonDocConfig](#JsonDocConfig)
|
|
966
|
+
#### [PropBeanConfig](#PropBeanConfig)
|
|
1320
967
|
|
|
1321
968
|
| Properties | Type | Nullable | Description |
|
|
1322
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1323
|
-
| prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
|
|
969
|
+
| ---------- | ---- | -------- | ----------- || all_param_function_name | string | no | || concat_str | string | no | || const_value | string | no | || data_type | string | no | || default_value | string | no | || destination_field | string | no | || enrich_from_master | boolean | no | || function_name | string | no | || identifier_type | string | no | || ignore_if_not_exists | boolean | no | || include | boolean | no | || index_field | string | no | || optional | boolean | no | || projection_query | string | no | || required | boolean | no | || send | [Send](#Send) | no | || source_field | string | no | || source_fields | [string] | no | || sub_separator | string | no | || transformer_name | string | no | || validations | [string] | no | || values | [string] | no | |
|
|
1324
970
|
|
|
1325
971
|
---
|
|
1326
972
|
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
#### [LocalFileConfig](#LocalFileConfig)
|
|
973
|
+
#### [PropBeanDTO](#PropBeanDTO)
|
|
1331
974
|
|
|
1332
975
|
| Properties | Type | Nullable | Description |
|
|
1333
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1334
|
-
| retries | number | no | |
|
|
1335
|
-
| interval | number | no | |
|
|
1336
|
-
| local_dir | string | no | |
|
|
1337
|
-
| working_dir | string | no | |
|
|
1338
|
-
| unzip | boolean | no | |
|
|
1339
|
-
| zip_file_regex | string | no | |
|
|
1340
|
-
| file_regex | string | no | |
|
|
1341
|
-
| zip_format | string | no | |
|
|
1342
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
1343
|
-
| read_all_files | boolean | no | |
|
|
976
|
+
| ---------- | ---- | -------- | ----------- || all_param_function_name | string | no | || concat_str | string | no | || const_value | string | no | || data_type | string | no | || default_value | string | no | || destination_field | string | no | || enrich_from_master | boolean | no | || function_name | string | no | || identifier_type | string | no | || ignore_if_not_exists | boolean | no | || include | boolean | no | || index_field | string | no | || optional | boolean | no | || projection_query | string | no | || required | boolean | no | || source_field | string | no | || source_fields | [string] | no | || sub_separator | string | no | || transformer_name | string | no | |
|
|
1344
977
|
|
|
1345
978
|
---
|
|
1346
979
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
#### [MongoDocConfig](#MongoDocConfig)
|
|
980
|
+
#### [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
|
|
1351
981
|
|
|
1352
982
|
| Properties | Type | Nullable | Description |
|
|
1353
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1354
|
-
| collection_name | string | no | |
|
|
1355
|
-
| find_query | string | no | |
|
|
1356
|
-
| projection_query | string | no | |
|
|
1357
|
-
| prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
|
|
1358
|
-
| aggregate_pipeline | [string] | no | |
|
|
1359
|
-
| skip_save | boolean | no | |
|
|
983
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [JobConfigDTO](#JobConfigDTO) | no | || message | string | no | || page | [Page](#Page) | no | || payload | [JobConfigDTO](#JobConfigDTO) | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1360
984
|
|
|
1361
985
|
---
|
|
1362
986
|
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
#### [OAuthConfig](#OAuthConfig)
|
|
987
|
+
#### [ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
|
|
1367
988
|
|
|
1368
989
|
| Properties | Type | Nullable | Description |
|
|
1369
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1370
|
-
| limit | number | no | |
|
|
1371
|
-
| pages | number | no | |
|
|
1372
|
-
| interval | number | no | |
|
|
1373
|
-
| consumer_key | string | no | |
|
|
1374
|
-
| consumer_secret | string | no | |
|
|
1375
|
-
| token | string | no | |
|
|
1376
|
-
| token_secret | string | no | |
|
|
1377
|
-
| rest_url | string | no | |
|
|
1378
|
-
| rest_base_url | string | no | |
|
|
1379
|
-
| function_name | string | no | |
|
|
990
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [JobMetricsDto](#JobMetricsDto) | no | || message | string | no | || page | [Page](#Page) | no | || payload | [JobMetricsDto](#JobMetricsDto) | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1380
991
|
|
|
1381
992
|
---
|
|
1382
993
|
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
#### [ProcessConfig](#ProcessConfig)
|
|
994
|
+
#### [ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
|
|
1387
995
|
|
|
1388
996
|
| Properties | Type | Nullable | Description |
|
|
1389
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1390
|
-
| db_config | [DBConfig](#DBConfig) | no | |
|
|
1391
|
-
| db_param_config | [DBParamConfig](#DBParamConfig) | no | |
|
|
1392
|
-
| sftp_config | [SFTPConfig](#SFTPConfig) | no | |
|
|
1393
|
-
| aws_s3_config | [AWSS3config](#AWSS3config) | no | |
|
|
1394
|
-
| mongo_doc_config | [MongoDocConfig](#MongoDocConfig) | no | |
|
|
1395
|
-
| ftp_config | [FTPConfig](#FTPConfig) | no | |
|
|
1396
|
-
| email_config | [EmailConfig](#EmailConfig) | no | |
|
|
1397
|
-
| file_config | [FileConfig](#FileConfig) | no | |
|
|
1398
|
-
| json_doc_config | [JsonDocConfig](#JsonDocConfig) | no | |
|
|
1399
|
-
| doc_mapping_config | [DocMappingConfig](#DocMappingConfig) | no | |
|
|
1400
|
-
| task_step_config | [TaskStepConfig](#TaskStepConfig) | no | |
|
|
1401
|
-
| http_config | [HttpConfig](#HttpConfig) | no | |
|
|
1402
|
-
| local_file_config | [LocalFileConfig](#LocalFileConfig) | no | |
|
|
1403
|
-
| oauth_config | [OAuthConfig](#OAuthConfig) | no | |
|
|
1404
|
-
| google_spreadsheet_config | [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig) | no | |
|
|
1405
|
-
|
|
1406
|
-
---
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
#### [PropBeanConfig](#PropBeanConfig)
|
|
997
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [KafkaResponse](#KafkaResponse) | no | || message | string | no | || page | [Page](#Page) | no | || payload | [KafkaResponse](#KafkaResponse) | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1412
998
|
|
|
1413
|
-
|
|
1414
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1415
|
-
| required | boolean | no | |
|
|
1416
|
-
| optional | boolean | no | |
|
|
1417
|
-
| send | [Send](#Send) | no | |
|
|
1418
|
-
| validations | [string] | no | |
|
|
1419
|
-
| values | [string] | no | |
|
|
1420
|
-
| include | boolean | no | |
|
|
1421
|
-
| source_field | string | no | |
|
|
1422
|
-
| source_fields | [string] | no | |
|
|
1423
|
-
| destination_field | string | no | |
|
|
1424
|
-
| data_type | string | no | |
|
|
1425
|
-
| default_value | string | no | |
|
|
1426
|
-
| const_value | string | no | |
|
|
1427
|
-
| concat_str | string | no | |
|
|
1428
|
-
| function_name | string | no | |
|
|
1429
|
-
| transformer_name | string | no | |
|
|
1430
|
-
| all_param_function_name | string | no | |
|
|
1431
|
-
| sub_separator | string | no | |
|
|
1432
|
-
| index_field | string | no | |
|
|
1433
|
-
| ignore_if_not_exists | boolean | no | |
|
|
1434
|
-
| identifier_type | string | no | |
|
|
1435
|
-
| projection_query | string | no | |
|
|
1436
|
-
| enrich_from_master | boolean | no | |
|
|
1437
|
-
|
|
1438
|
-
---
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
#### [PropBeanDTO](#PropBeanDTO)
|
|
999
|
+
---
|
|
1444
1000
|
|
|
1445
|
-
|
|
1446
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1447
|
-
| required | boolean | no | |
|
|
1448
|
-
| optional | boolean | no | |
|
|
1449
|
-
| include | boolean | no | |
|
|
1450
|
-
| source_field | string | no | |
|
|
1451
|
-
| source_fields | [string] | no | |
|
|
1452
|
-
| destination_field | string | no | |
|
|
1453
|
-
| data_type | string | no | |
|
|
1454
|
-
| default_value | string | no | |
|
|
1455
|
-
| const_value | string | no | |
|
|
1456
|
-
| concat_str | string | no | |
|
|
1457
|
-
| function_name | string | no | |
|
|
1458
|
-
| transformer_name | string | no | |
|
|
1459
|
-
| all_param_function_name | string | no | |
|
|
1460
|
-
| sub_separator | string | no | |
|
|
1461
|
-
| index_field | string | no | |
|
|
1462
|
-
| ignore_if_not_exists | boolean | no | |
|
|
1463
|
-
| identifier_type | string | no | |
|
|
1464
|
-
| projection_query | string | no | |
|
|
1465
|
-
| enrich_from_master | boolean | no | |
|
|
1466
|
-
|
|
1467
|
-
---
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
#### [ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
|
|
1001
|
+
#### [ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
|
|
1473
1002
|
|
|
1474
1003
|
| Properties | Type | Nullable | Description |
|
|
1475
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1476
|
-
| timestamp | string | no | |
|
|
1477
|
-
| status | number | no | |
|
|
1478
|
-
| error | string | no | |
|
|
1479
|
-
| exception | string | no | |
|
|
1480
|
-
| message | string | no | |
|
|
1481
|
-
| total_time_taken_in_millis | number | no | |
|
|
1482
|
-
| http_status | string | no | |
|
|
1483
|
-
| items | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | |
|
|
1484
|
-
| payload | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | |
|
|
1485
|
-
| trace_id | string | no | |
|
|
1486
|
-
| page | [Page](#Page) | no | |
|
|
1004
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobConfigDTO](#JobConfigDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobConfigDTO](#JobConfigDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1487
1005
|
|
|
1488
1006
|
---
|
|
1489
1007
|
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
#### [SFTPConfig](#SFTPConfig)
|
|
1008
|
+
#### [ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
|
|
1494
1009
|
|
|
1495
1010
|
| Properties | Type | Nullable | Description |
|
|
1496
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
| unzip | boolean | no | |
|
|
1502
|
-
| retries | number | no | |
|
|
1503
|
-
| interval | number | no | |
|
|
1504
|
-
| private_key_path | string | no | |
|
|
1505
|
-
| strict_host_key_checking | boolean | no | |
|
|
1506
|
-
| local_dir | string | no | |
|
|
1507
|
-
| remote_dir | string | no | |
|
|
1508
|
-
| password_protected | boolean | no | |
|
|
1509
|
-
| zip_file_regex | string | no | |
|
|
1510
|
-
| file_regex | string | no | |
|
|
1511
|
-
| zip_format | string | no | |
|
|
1512
|
-
| archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
|
|
1513
|
-
| read_all_files | boolean | no | |
|
|
1514
|
-
|
|
1515
|
-
---
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
#### [Send](#Send)
|
|
1011
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobConfigListDTO](#JobConfigListDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobConfigListDTO](#JobConfigListDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1012
|
+
|
|
1013
|
+
---
|
|
1014
|
+
|
|
1015
|
+
#### [ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
|
|
1521
1016
|
|
|
1522
1017
|
| Properties | Type | Nullable | Description |
|
|
1523
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1524
|
-
| raw | boolean | no | |
|
|
1525
|
-
| processed | boolean | no | |
|
|
1018
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1526
1019
|
|
|
1527
1020
|
---
|
|
1528
1021
|
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
#### [StoreConfig](#StoreConfig)
|
|
1022
|
+
#### [ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
|
|
1533
1023
|
|
|
1534
1024
|
| Properties | Type | Nullable | Description |
|
|
1535
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1536
|
-
| job_code | string | no | |
|
|
1537
|
-
| storeid | string | no | |
|
|
1538
|
-
| store_alias | string | no | |
|
|
1539
|
-
| store_file_regex | string | no | |
|
|
1540
|
-
| store_file_name | string | no | |
|
|
1541
|
-
| process_config | [ProcessConfig](#ProcessConfig) | no | |
|
|
1542
|
-
| properties | [String: string] | no | |
|
|
1025
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobStepsDTO](#JobStepsDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobStepsDTO](#JobStepsDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1543
1026
|
|
|
1544
1027
|
---
|
|
1545
1028
|
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
#### [StoreFilter](#StoreFilter)
|
|
1029
|
+
#### [ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
|
|
1550
1030
|
|
|
1551
1031
|
| Properties | Type | Nullable | Description |
|
|
1552
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1553
|
-
| include_tags | [string] | no | |
|
|
1554
|
-
| exclude_tags | [string] | no | |
|
|
1555
|
-
| query | string | no | |
|
|
1032
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1556
1033
|
|
|
1557
1034
|
---
|
|
1558
1035
|
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
#### [TaskConfig](#TaskConfig)
|
|
1036
|
+
#### [ResponseEnvelopeString](#ResponseEnvelopeString)
|
|
1563
1037
|
|
|
1564
1038
|
| Properties | Type | Nullable | Description |
|
|
1565
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1566
|
-
| name | string | no | |
|
|
1567
|
-
| task_config_id | number | no | |
|
|
1568
|
-
| task_params | [[TaskParam](#TaskParam)] | no | |
|
|
1039
|
+
| ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | string | no | || message | string | no | || page | [Page](#Page) | no | || payload | string | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
|
|
1569
1040
|
|
|
1570
1041
|
---
|
|
1571
1042
|
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
#### [TaskParam](#TaskParam)
|
|
1043
|
+
#### [Send](#Send)
|
|
1576
1044
|
|
|
1577
1045
|
| Properties | Type | Nullable | Description |
|
|
1578
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1579
|
-
| name | string | no | |
|
|
1580
|
-
| value | string | no | |
|
|
1046
|
+
| ---------- | ---- | -------- | ----------- || processed | boolean | no | || raw | boolean | no | |
|
|
1581
1047
|
|
|
1582
1048
|
---
|
|
1583
1049
|
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
#### [TaskStepConfig](#TaskStepConfig)
|
|
1050
|
+
#### [SFTPConfig](#SFTPConfig)
|
|
1588
1051
|
|
|
1589
1052
|
| Properties | Type | Nullable | Description |
|
|
1590
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1591
|
-
| task_configs | [[TaskConfig](#TaskConfig)] | no | |
|
|
1592
|
-
| task_config_ids | [number] | no | |
|
|
1593
|
-
| task_config_group_ids | [number] | no | |
|
|
1053
|
+
| ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || file_regex | string | no | || host | string | no | || interval | number | no | || local_dir | string | no | || password | string | no | || password_protected | boolean | no | || port | number | no | || private_key_path | string | no | || read_all_files | boolean | no | || remote_dir | string | no | || retries | number | no | || strict_host_key_checking | boolean | no | || unzip | boolean | no | || username | string | no | || zip_file_regex | string | no | || zip_format | string | no | |
|
|
1594
1054
|
|
|
1595
1055
|
---
|
|
1596
1056
|
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
#### [JobStepsDTO](#JobStepsDTO)
|
|
1057
|
+
#### [SlingshotConfigurationDetail](#SlingshotConfigurationDetail)
|
|
1601
1058
|
|
|
1602
1059
|
| Properties | Type | Nullable | Description |
|
|
1603
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1604
|
-
| step_name | string | no | |
|
|
1605
|
-
| type | string | no | |
|
|
1606
|
-
| step_execution_time | number | no | |
|
|
1607
|
-
| start_count | number | no | |
|
|
1608
|
-
| end_count | number | no | |
|
|
1609
|
-
| deleted_count | number | no | |
|
|
1610
|
-
| processed_start_time | string | no | |
|
|
1611
|
-
| processed_at | string | no | |
|
|
1060
|
+
| ---------- | ---- | -------- | ----------- || companies | [[GCompany](#GCompany)] | no | || integration | [SlingshotIntegration](#SlingshotIntegration) | no | |
|
|
1612
1061
|
|
|
1613
1062
|
---
|
|
1614
1063
|
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
#### [ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
|
|
1064
|
+
#### [SlingshotIntegration](#SlingshotIntegration)
|
|
1619
1065
|
|
|
1620
1066
|
| Properties | Type | Nullable | Description |
|
|
1621
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1622
|
-
| timestamp | string | no | |
|
|
1623
|
-
| status | number | no | |
|
|
1624
|
-
| error | string | no | |
|
|
1625
|
-
| exception | string | no | |
|
|
1626
|
-
| message | string | no | |
|
|
1627
|
-
| total_time_taken_in_millis | number | no | |
|
|
1628
|
-
| http_status | string | no | |
|
|
1629
|
-
| items | [[JobStepsDTO](#JobStepsDTO)] | no | |
|
|
1630
|
-
| payload | [[JobStepsDTO](#JobStepsDTO)] | no | |
|
|
1631
|
-
| trace_id | string | no | |
|
|
1632
|
-
| page | [Page](#Page) | no | |
|
|
1067
|
+
| ---------- | ---- | -------- | ----------- || _id | string | no | || description | string | no | || meta | [[Metum](#Metum)] | no | || name | string | no | || slug | string | no | |
|
|
1633
1068
|
|
|
1634
1069
|
---
|
|
1635
1070
|
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
#### [ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
|
|
1071
|
+
#### [StoreConfig](#StoreConfig)
|
|
1640
1072
|
|
|
1641
1073
|
| Properties | Type | Nullable | Description |
|
|
1642
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1643
|
-
| timestamp | string | no | |
|
|
1644
|
-
| status | number | no | |
|
|
1645
|
-
| error | string | no | |
|
|
1646
|
-
| exception | string | no | |
|
|
1647
|
-
| message | string | no | |
|
|
1648
|
-
| total_time_taken_in_millis | number | no | |
|
|
1649
|
-
| http_status | string | no | |
|
|
1650
|
-
| items | [[JobConfigDTO](#JobConfigDTO)] | no | |
|
|
1651
|
-
| payload | [[JobConfigDTO](#JobConfigDTO)] | no | |
|
|
1652
|
-
| trace_id | string | no | |
|
|
1653
|
-
| page | [Page](#Page) | no | |
|
|
1074
|
+
| ---------- | ---- | -------- | ----------- || job_code | string | no | || process_config | [ProcessConfig](#ProcessConfig) | no | || properties | [String: string] | no | || store_alias | string | no | || store_file_name | string | no | || store_file_regex | string | no | || storeid | string | no | |
|
|
1654
1075
|
|
|
1655
1076
|
---
|
|
1656
1077
|
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
#### [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
|
|
1078
|
+
#### [StoreData](#StoreData)
|
|
1661
1079
|
|
|
1662
1080
|
| Properties | Type | Nullable | Description |
|
|
1663
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1664
|
-
| timestamp | string | no | |
|
|
1665
|
-
| status | number | no | |
|
|
1666
|
-
| error | string | no | |
|
|
1667
|
-
| exception | string | no | |
|
|
1668
|
-
| message | string | no | |
|
|
1669
|
-
| total_time_taken_in_millis | number | no | |
|
|
1670
|
-
| http_status | string | no | |
|
|
1671
|
-
| items | [JobConfigDTO](#JobConfigDTO) | no | |
|
|
1672
|
-
| payload | [JobConfigDTO](#JobConfigDTO) | no | |
|
|
1673
|
-
| trace_id | string | no | |
|
|
1674
|
-
| page | [Page](#Page) | no | |
|
|
1081
|
+
| ---------- | ---- | -------- | ----------- || location_id | string | no | |
|
|
1675
1082
|
|
|
1676
1083
|
---
|
|
1677
1084
|
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
#### [JobHistoryDto](#JobHistoryDto)
|
|
1085
|
+
#### [StoreFilter](#StoreFilter)
|
|
1682
1086
|
|
|
1683
1087
|
| Properties | Type | Nullable | Description |
|
|
1684
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1685
|
-
| total_added_count | number | no | |
|
|
1686
|
-
| total_updated_count | number | no | |
|
|
1687
|
-
| total_suppressed_count | number | no | |
|
|
1688
|
-
| total_initial_count | number | no | |
|
|
1689
|
-
| job_id | number | no | |
|
|
1690
|
-
| status | string | no | |
|
|
1691
|
-
| job_code | string | no | |
|
|
1692
|
-
| processed_on | string | no | |
|
|
1693
|
-
| filename | [string] | no | |
|
|
1694
|
-
| error_type | string | no | |
|
|
1695
|
-
| message | string | no | |
|
|
1088
|
+
| ---------- | ---- | -------- | ----------- || exclude_tags | [string] | no | || include_tags | [string] | no | || query | string | no | |
|
|
1696
1089
|
|
|
1697
1090
|
---
|
|
1698
1091
|
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
#### [JobMetricsDto](#JobMetricsDto)
|
|
1092
|
+
#### [SuppressStoreModel](#SuppressStoreModel)
|
|
1703
1093
|
|
|
1704
1094
|
| Properties | Type | Nullable | Description |
|
|
1705
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1706
|
-
| job_code | string | no | |
|
|
1707
|
-
| is_run_more_than_usual | string | no | |
|
|
1708
|
-
| job_history | [[JobHistoryDto](#JobHistoryDto)] | no | |
|
|
1709
|
-
| total_success_count | number | no | |
|
|
1710
|
-
| total_failure_count | number | no | |
|
|
1711
|
-
| total_warning_count | number | no | |
|
|
1712
|
-
| total_suppressed_count | number | no | |
|
|
1713
|
-
| total_job_runs | number | no | |
|
|
1095
|
+
| ---------- | ---- | -------- | ----------- || stores | [number] | no | |
|
|
1714
1096
|
|
|
1715
1097
|
---
|
|
1716
1098
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
#### [ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
|
|
1099
|
+
#### [SuppressStorePayload](#SuppressStorePayload)
|
|
1721
1100
|
|
|
1722
1101
|
| Properties | Type | Nullable | Description |
|
|
1723
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1724
|
-
| timestamp | string | no | |
|
|
1725
|
-
| status | number | no | |
|
|
1726
|
-
| error | string | no | |
|
|
1727
|
-
| exception | string | no | |
|
|
1728
|
-
| message | string | no | |
|
|
1729
|
-
| total_time_taken_in_millis | number | no | |
|
|
1730
|
-
| http_status | string | no | |
|
|
1731
|
-
| items | [JobMetricsDto](#JobMetricsDto) | no | |
|
|
1732
|
-
| payload | [JobMetricsDto](#JobMetricsDto) | no | |
|
|
1733
|
-
| trace_id | string | no | |
|
|
1734
|
-
| page | [Page](#Page) | no | |
|
|
1102
|
+
| ---------- | ---- | -------- | ----------- || meta | [KafkaMetaModel](#KafkaMetaModel) | no | || payload | [[SuppressStoreModel](#SuppressStoreModel)] | no | |
|
|
1735
1103
|
|
|
1736
1104
|
---
|
|
1737
1105
|
|
|
1106
|
+
#### [TaskConfig](#TaskConfig)
|
|
1107
|
+
|
|
1108
|
+
| Properties | Type | Nullable | Description |
|
|
1109
|
+
| ---------- | ---- | -------- | ----------- || name | string | no | || task_config_id | number | no | || task_params | [[TaskParam](#TaskParam)] | no | |
|
|
1110
|
+
|
|
1111
|
+
---
|
|
1738
1112
|
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
#### [JobConfigListDTO](#JobConfigListDTO)
|
|
1113
|
+
#### [TaskDTO](#TaskDTO)
|
|
1742
1114
|
|
|
1743
1115
|
| Properties | Type | Nullable | Description |
|
|
1744
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1745
|
-
| code | string | no | |
|
|
1746
|
-
| alias | string | no | |
|
|
1747
|
-
| modified_by | string | no | |
|
|
1748
|
-
| created_by | string | no | |
|
|
1749
|
-
| modified_on | string | no | |
|
|
1750
|
-
| created_on | string | no | |
|
|
1751
|
-
| active | boolean | no | |
|
|
1752
|
-
| type | string | no | |
|
|
1116
|
+
| ---------- | ---- | -------- | ----------- || group_list | [[GenericDTO](#GenericDTO)] | no | || type | number | no | |
|
|
1753
1117
|
|
|
1754
1118
|
---
|
|
1755
1119
|
|
|
1120
|
+
#### [TaskParam](#TaskParam)
|
|
1121
|
+
|
|
1122
|
+
| Properties | Type | Nullable | Description |
|
|
1123
|
+
| ---------- | ---- | -------- | ----------- || name | string | no | || value | string | no | |
|
|
1124
|
+
|
|
1125
|
+
---
|
|
1756
1126
|
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
#### [ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
|
|
1127
|
+
#### [TaskStepConfig](#TaskStepConfig)
|
|
1760
1128
|
|
|
1761
1129
|
| Properties | Type | Nullable | Description |
|
|
1762
|
-
| ---------- | ---- | -------- | ----------- |
|
|
1763
|
-
| timestamp | string | no | |
|
|
1764
|
-
| status | number | no | |
|
|
1765
|
-
| error | string | no | |
|
|
1766
|
-
| exception | string | no | |
|
|
1767
|
-
| message | string | no | |
|
|
1768
|
-
| total_time_taken_in_millis | number | no | |
|
|
1769
|
-
| http_status | string | no | |
|
|
1770
|
-
| items | [[JobConfigListDTO](#JobConfigListDTO)] | no | |
|
|
1771
|
-
| payload | [[JobConfigListDTO](#JobConfigListDTO)] | no | |
|
|
1772
|
-
| trace_id | string | no | |
|
|
1773
|
-
| page | [Page](#Page) | no | |
|
|
1130
|
+
| ---------- | ---- | -------- | ----------- || task_config_group_ids | [number] | no | || task_config_ids | [number] | no | || task_configs | [[TaskConfig](#TaskConfig)] | no | |
|
|
1774
1131
|
|
|
1775
1132
|
---
|
|
1776
1133
|
|