@gofynd/fdk-client-javascript 1.4.2-beta.2 → 1.4.2-beta.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.
Files changed (106) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationModel.d.ts +1742 -1726
  4. package/sdk/application/Cart/CartApplicationModel.js +1497 -1481
  5. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
  6. package/sdk/application/Catalog/CatalogApplicationModel.js +1611 -1611
  7. package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
  8. package/sdk/application/Common/CommonApplicationModel.js +172 -172
  9. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
  10. package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
  11. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1614 -1614
  12. package/sdk/application/Configuration/ConfigurationApplicationModel.js +1151 -1151
  13. package/sdk/application/Content/ContentApplicationModel.d.ts +797 -797
  14. package/sdk/application/Content/ContentApplicationModel.js +757 -757
  15. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
  16. package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
  17. package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
  18. package/sdk/application/Lead/LeadApplicationModel.js +301 -301
  19. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +666 -666
  20. package/sdk/application/Logistic/LogisticApplicationModel.js +601 -601
  21. package/sdk/application/Order/OrderApplicationModel.d.ts +846 -846
  22. package/sdk/application/Order/OrderApplicationModel.js +822 -822
  23. package/sdk/application/Payment/PaymentApplicationClient.d.ts +5 -5
  24. package/sdk/application/Payment/PaymentApplicationClient.js +10 -10
  25. package/sdk/application/Payment/PaymentApplicationModel.d.ts +2155 -2150
  26. package/sdk/application/Payment/PaymentApplicationModel.js +1460 -1458
  27. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  28. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  29. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1462 -1462
  30. package/sdk/application/PosCart/PosCartApplicationModel.js +1260 -1260
  31. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
  32. package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
  33. package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
  34. package/sdk/application/Share/ShareApplicationModel.js +121 -121
  35. package/sdk/application/Theme/ThemeApplicationModel.d.ts +895 -895
  36. package/sdk/application/Theme/ThemeApplicationModel.js +684 -684
  37. package/sdk/application/User/UserApplicationModel.d.ts +762 -762
  38. package/sdk/application/User/UserApplicationModel.js +738 -738
  39. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +63 -63
  40. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +65 -65
  41. package/sdk/partner/Lead/LeadPartnerModel.d.ts +661 -661
  42. package/sdk/partner/Lead/LeadPartnerModel.js +491 -491
  43. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +223 -223
  44. package/sdk/partner/Logistics/LogisticsPartnerModel.js +235 -235
  45. package/sdk/partner/Theme/ThemePartnerModel.d.ts +1087 -1087
  46. package/sdk/partner/Theme/ThemePartnerModel.js +819 -819
  47. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +386 -386
  48. package/sdk/partner/Webhook/WebhookPartnerModel.js +342 -342
  49. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
  50. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
  51. package/sdk/platform/Billing/BillingPlatformModel.d.ts +801 -801
  52. package/sdk/platform/Billing/BillingPlatformModel.js +783 -783
  53. package/sdk/platform/Cart/CartPlatformModel.d.ts +3333 -3317
  54. package/sdk/platform/Cart/CartPlatformModel.js +2936 -2920
  55. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1013 -1013
  56. package/sdk/platform/Catalog/CatalogPlatformModel.js +923 -923
  57. package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
  58. package/sdk/platform/Common/CommonPlatformModel.js +187 -187
  59. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1238 -1238
  60. package/sdk/platform/Communication/CommunicationPlatformModel.js +1273 -1273
  61. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +661 -661
  62. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +692 -692
  63. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +3198 -3198
  64. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2247 -2247
  65. package/sdk/platform/Content/ContentPlatformModel.d.ts +1833 -1833
  66. package/sdk/platform/Content/ContentPlatformModel.js +1837 -1837
  67. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +245 -245
  68. package/sdk/platform/Discount/DiscountPlatformModel.js +248 -248
  69. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +865 -865
  70. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +877 -877
  71. package/sdk/platform/Finance/FinancePlatformModel.d.ts +1044 -1044
  72. package/sdk/platform/Finance/FinancePlatformModel.js +974 -974
  73. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
  74. package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
  75. package/sdk/platform/Lead/LeadPlatformModel.d.ts +608 -608
  76. package/sdk/platform/Lead/LeadPlatformModel.js +465 -465
  77. package/sdk/platform/Order/OrderPlatformModel.d.ts +5180 -5176
  78. package/sdk/platform/Order/OrderPlatformModel.js +4740 -4736
  79. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
  80. package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
  81. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2670 -2660
  82. package/sdk/platform/Payment/PaymentPlatformModel.js +1831 -1827
  83. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
  84. package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
  85. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +1505 -1507
  86. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1532 -1536
  87. package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
  88. package/sdk/platform/Share/SharePlatformModel.js +139 -139
  89. package/sdk/platform/Theme/ThemePlatformModel.d.ts +1046 -1046
  90. package/sdk/platform/Theme/ThemePlatformModel.js +789 -789
  91. package/sdk/platform/User/UserPlatformModel.d.ts +758 -758
  92. package/sdk/platform/User/UserPlatformModel.js +643 -643
  93. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +439 -439
  94. package/sdk/platform/Webhook/WebhookPlatformModel.js +364 -364
  95. package/sdk/public/Billing/BillingPublicModel.d.ts +55 -55
  96. package/sdk/public/Billing/BillingPublicModel.js +51 -51
  97. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
  98. package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
  99. package/sdk/public/Content/ContentPublicModel.d.ts +26 -26
  100. package/sdk/public/Content/ContentPublicModel.js +28 -28
  101. package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
  102. package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
  103. package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
  104. package/sdk/public/Partner/PartnerPublicModel.js +113 -113
  105. package/sdk/public/Webhook/WebhookPublicModel.d.ts +87 -87
  106. package/sdk/public/Webhook/WebhookPublicModel.js +93 -93
@@ -1,32 +1,184 @@
1
1
  export = InventoryPlatformModel;
2
2
  /**
3
- * @typedef ArchiveConfig
4
- * @property {boolean} [archive]
5
- * @property {string} [archive_dir]
6
- * @property {boolean} [delete]
3
+ * @typedef DataTresholdDTO
4
+ * @property {number} [min_price]
5
+ * @property {number} [safe_stock]
6
+ * @property {number} [period_threshold]
7
+ * @property {string} [period_threshold_type]
8
+ * @property {GenericDTO[]} [period_type_list]
7
9
  */
8
10
  /**
9
- * @typedef Audit
10
- * @property {string} [created_by]
11
+ * @typedef GenericDTO
12
+ * @property {string} [text]
13
+ * @property {Object} [value]
14
+ */
15
+ /**
16
+ * @typedef JobConfigDTO
17
+ * @property {Object} [integration_data]
18
+ * @property {string} [company_name]
19
+ * @property {string} integration
20
+ * @property {number} company_id
21
+ * @property {TaskDTO} [task_details]
22
+ * @property {DataTresholdDTO} [threshold_details]
23
+ * @property {string} [job_code]
24
+ * @property {string} [alias]
25
+ */
26
+ /**
27
+ * @typedef TaskDTO
28
+ * @property {number} [type]
29
+ * @property {GenericDTO[]} [group_list]
30
+ */
31
+ /**
32
+ * @typedef Page
33
+ * @property {number} [item_total]
34
+ * @property {string} [next_id]
35
+ * @property {boolean} [has_previous]
36
+ * @property {boolean} [has_next]
37
+ * @property {number} [current]
38
+ * @property {string} type
39
+ * @property {number} [size]
40
+ */
41
+ /**
42
+ * @typedef ResponseEnvelopeString
43
+ * @property {string} [timestamp]
44
+ * @property {number} [status]
45
+ * @property {string} [error]
46
+ * @property {string} [exception]
47
+ * @property {string} [message]
48
+ * @property {number} [total_time_taken_in_millis]
49
+ * @property {string} [http_status]
50
+ * @property {string} [items]
51
+ * @property {string} [payload]
52
+ * @property {string} [trace_id]
53
+ * @property {Page} [page]
54
+ */
55
+ /**
56
+ * @typedef KafkaMetaModel
57
+ * @property {string} [job_type]
58
+ * @property {number} [batch_id]
59
+ * @property {string} [action]
60
+ * @property {string[]} [trace]
11
61
  * @property {string} [created_on]
12
- * @property {string} [modified_by]
13
- * @property {string} [modified_on]
62
+ * @property {number} [created_timestamp]
63
+ */
64
+ /**
65
+ * @typedef SuppressStoreModel
66
+ * @property {number[]} [stores]
67
+ */
68
+ /**
69
+ * @typedef SuppressStorePayload
70
+ * @property {SuppressStoreModel[]} [payload]
71
+ * @property {KafkaMetaModel} [meta]
72
+ */
73
+ /**
74
+ * @typedef KafkaResponse
75
+ * @property {number} [offset]
76
+ * @property {number} [partition]
77
+ */
78
+ /**
79
+ * @typedef ResponseEnvelopeKafkaResponse
80
+ * @property {string} [timestamp]
81
+ * @property {number} [status]
82
+ * @property {string} [error]
83
+ * @property {string} [exception]
84
+ * @property {string} [message]
85
+ * @property {number} [total_time_taken_in_millis]
86
+ * @property {string} [http_status]
87
+ * @property {KafkaResponse} [items]
88
+ * @property {KafkaResponse} [payload]
89
+ * @property {string} [trace_id]
90
+ * @property {Page} [page]
91
+ */
92
+ /**
93
+ * @typedef GCompany
94
+ * @property {string} [_id]
95
+ * @property {string} [integration]
96
+ * @property {string} [level]
97
+ * @property {number} [uid]
98
+ * @property {boolean} [opted]
99
+ * @property {string[]} [permissions]
100
+ * @property {string} [token]
101
+ * @property {string} [name]
102
+ * @property {GStore[]} [stores]
103
+ */
104
+ /**
105
+ * @typedef GStore
106
+ * @property {string} [_id]
107
+ * @property {string} [integration]
108
+ * @property {string} [level]
109
+ * @property {number} [uid]
110
+ * @property {boolean} [opted]
111
+ * @property {string[]} [permissions]
112
+ * @property {string} [token]
113
+ * @property {string} [code]
114
+ * @property {string} [name]
115
+ * @property {StoreData} [data]
116
+ */
117
+ /**
118
+ * @typedef Metum
119
+ * @property {string} [_id]
120
+ * @property {string} [name]
121
+ * @property {string} [value]
122
+ */
123
+ /**
124
+ * @typedef ResponseEnvelopeListSlingshotConfigurationDetail
125
+ * @property {string} [timestamp]
126
+ * @property {number} [status]
127
+ * @property {string} [error]
128
+ * @property {string} [exception]
129
+ * @property {string} [message]
130
+ * @property {number} [total_time_taken_in_millis]
131
+ * @property {string} [http_status]
132
+ * @property {SlingshotConfigurationDetail[]} [items]
133
+ * @property {SlingshotConfigurationDetail[]} [payload]
134
+ * @property {string} [trace_id]
135
+ * @property {Page} [page]
136
+ */
137
+ /**
138
+ * @typedef SlingshotConfigurationDetail
139
+ * @property {SlingshotIntegration} [integration]
140
+ * @property {GCompany[]} [companies]
141
+ */
142
+ /**
143
+ * @typedef SlingshotIntegration
144
+ * @property {string} [_id]
145
+ * @property {string} [description]
146
+ * @property {string} [name]
147
+ * @property {string} [slug]
148
+ * @property {Metum[]} [meta]
149
+ */
150
+ /**
151
+ * @typedef StoreData
152
+ * @property {string} [location_id]
14
153
  */
15
154
  /**
16
155
  * @typedef AWSS3config
17
- * @property {string} [access_key]
18
- * @property {boolean} [archive]
19
- * @property {ArchiveConfig} [archive_config]
20
- * @property {string} [archive_path]
21
156
  * @property {string} [bucket]
22
- * @property {boolean} [delete]
23
- * @property {string} [dir]
24
- * @property {string} [file_regex]
25
- * @property {string} [local_file_path]
26
157
  * @property {string} [region]
158
+ * @property {string} [dir]
159
+ * @property {string} [access_key]
27
160
  * @property {string} [secret_key]
161
+ * @property {string} [local_file_path]
162
+ * @property {string} [archive_path]
163
+ * @property {boolean} [archive]
164
+ * @property {boolean} [delete]
28
165
  * @property {boolean} [unzip]
29
166
  * @property {string} [zip_format]
167
+ * @property {string} [file_regex]
168
+ * @property {ArchiveConfig} [archive_config]
169
+ */
170
+ /**
171
+ * @typedef ArchiveConfig
172
+ * @property {boolean} [delete]
173
+ * @property {boolean} [archive]
174
+ * @property {string} [archive_dir]
175
+ */
176
+ /**
177
+ * @typedef Audit
178
+ * @property {string} [created_by]
179
+ * @property {string} [modified_by]
180
+ * @property {string} [created_on]
181
+ * @property {string} [modified_on]
30
182
  */
31
183
  /**
32
184
  * @typedef CatalogMasterConfig
@@ -35,33 +187,25 @@ export = InventoryPlatformModel;
35
187
  /**
36
188
  * @typedef CompanyConfig
37
189
  * @property {number} [company_id]
38
- * @property {number} [delete_quantity_threshold]
39
190
  * @property {number[]} [exclude_steps]
40
191
  * @property {string[]} [hidden_closet_keys]
41
192
  * @property {Object} [open_tags]
42
193
  * @property {string[]} [tax_identifiers]
43
- */
44
- /**
45
- * @typedef DataTresholdDTO
46
- * @property {number} [min_price]
47
- * @property {number} [period_threshold]
48
- * @property {string} [period_threshold_type]
49
- * @property {GenericDTO[]} [period_type_list]
50
- * @property {number} [safe_stock]
194
+ * @property {number} [delete_quantity_threshold]
51
195
  */
52
196
  /**
53
197
  * @typedef DBConfig
198
+ * @property {string} [vendor]
199
+ * @property {string} [host]
200
+ * @property {number} [port]
201
+ * @property {string} [username]
202
+ * @property {string} [password]
54
203
  * @property {string} [dbname]
204
+ * @property {string} [query]
205
+ * @property {boolean} [procedure]
55
206
  * @property {string} [driver_class]
56
- * @property {string} [host]
57
207
  * @property {string} [jdbc_url]
58
208
  * @property {Object} [optional_properties]
59
- * @property {string} [password]
60
- * @property {number} [port]
61
- * @property {boolean} [procedure]
62
- * @property {string} [query]
63
- * @property {string} [username]
64
- * @property {string} [vendor]
65
209
  */
66
210
  /**
67
211
  * @typedef DBConnectionProfile
@@ -73,566 +217,305 @@ export = InventoryPlatformModel;
73
217
  */
74
218
  /**
75
219
  * @typedef DefaultHeadersDTO
220
+ * @property {PropBeanDTO} [store]
76
221
  * @property {PropBeanDTO} [intf_article_id]
77
222
  * @property {PropBeanDTO} [price_effective]
78
223
  * @property {PropBeanDTO} [quantity]
79
- * @property {PropBeanDTO} [store]
80
224
  */
81
225
  /**
82
226
  * @typedef DocMappingConfig
83
- * @property {DefaultHeadersDTO} [default_headers]
227
+ * @property {Object} [properties]
84
228
  * @property {number} [junk_data_threshold_count]
85
229
  * @property {PropBeanConfig[]} [prop_bean_configs]
86
- * @property {Object} [properties]
87
230
  * @property {string} [unwind_field]
231
+ * @property {DefaultHeadersDTO} [default_headers]
88
232
  */
89
233
  /**
90
234
  * @typedef EmailConfig
91
- * @property {ArchiveConfig} [archive_config]
92
- * @property {boolean} [attachment_mandate]
93
- * @property {string} [attachment_regex]
94
- * @property {string} [body_content_regex]
95
- * @property {string} [content_type]
96
- * @property {boolean} [downloadable_link]
97
- * @property {boolean} [filter_based_on_recepients]
98
- * @property {boolean} [filter_files_after_extraction]
99
- * @property {string[]} [folder_name_hierarchies]
235
+ * @property {string} [recepient]
100
236
  * @property {string} [host]
101
- * @property {string} [local_dir]
237
+ * @property {string} [username]
102
238
  * @property {string} [password]
103
- * @property {boolean} [password_protected]
104
- * @property {string} [pcol]
105
- * @property {Object} [properties]
106
- * @property {boolean} [read_all_unread_mails]
239
+ * @property {boolean} [unzip]
107
240
  * @property {boolean} [read_from_content]
108
- * @property {string} [recepient]
109
- * @property {string} [sender_address]
241
+ * @property {boolean} [filter_based_on_recepients]
242
+ * @property {string} [pcol]
110
243
  * @property {string} [subject_line_regex]
111
- * @property {boolean} [unzip]
112
- * @property {string} [username]
244
+ * @property {string} [sender_address]
245
+ * @property {string} [local_dir]
246
+ * @property {string[]} [folder_name_hierarchies]
247
+ * @property {string} [attachment_regex]
248
+ * @property {string} [body_content_regex]
249
+ * @property {boolean} [password_protected]
113
250
  * @property {string} [zip_format]
114
- */
115
- /**
116
- * @typedef FileConfig
117
- * @property {string} [charset]
118
- * @property {number} [data_start_index]
119
- * @property {DefaultHeadersDTO} [default_headers]
120
- * @property {string} [delimiter]
121
- * @property {string} [escape_char]
122
- * @property {boolean} [file_has_header]
123
- * @property {string} [file_type]
124
- * @property {string[]} [header_array]
125
- * @property {number} [header_index]
126
- * @property {number} [junk_data_threshold_count]
127
- * @property {boolean} [line_validity_check]
128
- * @property {PropBeanConfig[]} [prop_bean_configs]
129
- * @property {Object} [properties]
130
- * @property {string} [quote_char]
131
- * @property {boolean} [read_all_sheets]
132
- * @property {string[]} [sheet_names]
251
+ * @property {boolean} [attachment_mandate]
252
+ * @property {boolean} [filter_files_after_extraction]
253
+ * @property {ArchiveConfig} [archive_config]
254
+ * @property {boolean} [read_all_unread_mails]
255
+ * @property {string} [content_type]
256
+ * @property {boolean} [downloadable_link]
257
+ * @property {Object} [properties]
133
258
  */
134
259
  /**
135
260
  * @typedef FTPConfig
136
- * @property {ArchiveConfig} [archive_config]
137
- * @property {string} [file_regex]
138
261
  * @property {string} [host]
262
+ * @property {number} [port]
263
+ * @property {string} [username]
264
+ * @property {string} [password]
265
+ * @property {boolean} [unzip]
266
+ * @property {number} [retries]
139
267
  * @property {number} [interval]
140
268
  * @property {string} [local_dir]
141
- * @property {string} [password]
142
- * @property {number} [port]
143
- * @property {boolean} [read_all_files]
144
269
  * @property {string} [remote_dir]
145
- * @property {number} [retries]
146
- * @property {boolean} [unzip]
147
- * @property {string} [username]
148
270
  * @property {string} [zip_file_regex]
271
+ * @property {ArchiveConfig} [archive_config]
272
+ * @property {string} [file_regex]
149
273
  * @property {string} [zip_format]
274
+ * @property {boolean} [read_all_files]
150
275
  */
151
276
  /**
152
- * @typedef GCompany
153
- * @property {string} [_id]
154
- * @property {string} [integration]
155
- * @property {string} [level]
156
- * @property {string} [name]
157
- * @property {boolean} [opted]
158
- * @property {string[]} [permissions]
159
- * @property {GStore[]} [stores]
160
- * @property {string} [token]
161
- * @property {number} [uid]
162
- */
163
- /**
164
- * @typedef GenericDTO
165
- * @property {string} [text]
166
- * @property {Object} [value]
277
+ * @typedef FileConfig
278
+ * @property {string} [delimiter]
279
+ * @property {string} [charset]
280
+ * @property {Object} [properties]
281
+ * @property {boolean} [file_has_header]
282
+ * @property {number} [header_index]
283
+ * @property {string[]} [header_array]
284
+ * @property {number} [data_start_index]
285
+ * @property {PropBeanConfig[]} [prop_bean_configs]
286
+ * @property {number} [junk_data_threshold_count]
287
+ * @property {string} [file_type]
288
+ * @property {boolean} [line_validity_check]
289
+ * @property {string[]} [sheet_names]
290
+ * @property {boolean} [read_all_sheets]
291
+ * @property {string} [quote_char]
292
+ * @property {string} [escape_char]
293
+ * @property {DefaultHeadersDTO} [default_headers]
167
294
  */
168
295
  /**
169
296
  * @typedef GoogleSpreadSheetConfig
170
- * @property {ArchiveConfig} [archive_config]
297
+ * @property {string} [range]
298
+ * @property {string} [sheet_id]
171
299
  * @property {string} [client_secret_location]
172
300
  * @property {string} [cred_storage_directory]
173
301
  * @property {string} [local_dir]
174
- * @property {string} [range]
175
- * @property {string} [sheet_id]
176
- */
177
- /**
178
- * @typedef GStore
179
- * @property {string} [_id]
180
- * @property {string} [code]
181
- * @property {StoreData} [data]
182
- * @property {string} [integration]
183
- * @property {string} [level]
184
- * @property {string} [name]
185
- * @property {boolean} [opted]
186
- * @property {string[]} [permissions]
187
- * @property {string} [token]
188
- * @property {number} [uid]
302
+ * @property {ArchiveConfig} [archive_config]
189
303
  */
190
304
  /**
191
305
  * @typedef HttpConfig
192
- * @property {ArchiveConfig} [archive_config]
193
306
  * @property {string} [hosturl]
194
- * @property {string} [http_method]
195
- * @property {string} [local_path]
307
+ * @property {string} [username]
196
308
  * @property {string} [password]
197
309
  * @property {Object} [request_params]
310
+ * @property {string} [http_method]
198
311
  * @property {string} [request_payload]
199
- * @property {string} [username]
312
+ * @property {string} [local_path]
313
+ * @property {ArchiveConfig} [archive_config]
200
314
  */
201
315
  /**
202
316
  * @typedef JobConfig
203
317
  * @property {number} [_id]
204
- * @property {string[]} [aggregator_types]
205
- * @property {string} [alias]
206
- * @property {Audit} [audit]
207
- * @property {CatalogMasterConfig} [catalog_master_config]
318
+ * @property {string} [job_code]
319
+ * @property {string} [task_type]
320
+ * @property {number} [sync_delay]
321
+ * @property {string} [cron_expression]
322
+ * @property {StoreFilter} [store_filter]
323
+ * @property {ProcessConfig} [process_config]
324
+ * @property {StoreConfig[]} [store_config]
325
+ * @property {Object} [properties]
326
+ * @property {boolean} [immediate_first_run]
327
+ * @property {boolean} [disable]
328
+ * @property {string[]} [dependent_job_codes]
208
329
  * @property {CompanyConfig[]} [company_config]
209
330
  * @property {number[]} [company_ids]
210
- * @property {string} [cron_expression]
331
+ * @property {string[]} [tax_identifiers]
332
+ * @property {string} [priority]
333
+ * @property {number} [period_threshold]
334
+ * @property {string} [period_threshold_type]
211
335
  * @property {DBConnectionProfile} [db_connection_profile]
336
+ * @property {Object} [params]
337
+ * @property {Object} [open_tags]
212
338
  * @property {number} [delete_quantity_threshold]
213
- * @property {string[]} [dependent_job_codes]
214
- * @property {boolean} [disable]
215
- * @property {boolean} [immediate_first_run]
339
+ * @property {CatalogMasterConfig} [catalog_master_config]
340
+ * @property {string[]} [aggregator_types]
216
341
  * @property {string} [integration_type]
217
- * @property {string} [job_code]
218
342
  * @property {number} [min_price]
219
- * @property {Object} [open_tags]
220
- * @property {Object} [params]
221
- * @property {number} [period_threshold]
222
- * @property {string} [period_threshold_type]
223
- * @property {string} [priority]
224
- * @property {ProcessConfig} [process_config]
225
- * @property {Object} [properties]
226
- * @property {StoreConfig[]} [store_config]
227
- * @property {StoreFilter} [store_filter]
228
- * @property {number} [sync_delay]
229
- * @property {string} [task_type]
230
- * @property {string[]} [tax_identifiers]
343
+ * @property {Audit} [audit]
231
344
  * @property {number} [version]
232
- */
233
- /**
234
- * @typedef JobConfigDTO
235
- * @property {string} [alias]
236
- * @property {number} company_id
237
- * @property {string} [company_name]
238
- * @property {string} integration
239
- * @property {Object} [integration_data]
240
- * @property {string} [job_code]
241
- * @property {TaskDTO} [task_details]
242
- * @property {DataTresholdDTO} [threshold_details]
243
- */
244
- /**
245
- * @typedef JobConfigListDTO
246
- * @property {boolean} [active]
247
345
  * @property {string} [alias]
248
- * @property {string} [code]
249
- * @property {string} [created_by]
250
- * @property {string} [created_on]
251
- * @property {string} [modified_by]
252
- * @property {string} [modified_on]
253
- * @property {string} [type]
254
346
  */
255
347
  /**
256
348
  * @typedef JobConfigRawDTO
257
- * @property {number} company_id
258
349
  * @property {string} company_name
259
- * @property {JobConfig} [data]
260
350
  * @property {string} integration
261
- */
262
- /**
263
- * @typedef JobHistoryDto
264
- * @property {string} [error_type]
265
- * @property {string[]} [filename]
266
- * @property {string} [job_code]
267
- * @property {number} [job_id]
268
- * @property {string} [message]
269
- * @property {string} [processed_on]
270
- * @property {string} [status]
271
- * @property {number} [total_added_count]
272
- * @property {number} [total_initial_count]
273
- * @property {number} [total_suppressed_count]
274
- * @property {number} [total_updated_count]
275
- */
276
- /**
277
- * @typedef JobMetricsDto
278
- * @property {string} [is_run_more_than_usual]
279
- * @property {string} [job_code]
280
- * @property {JobHistoryDto[]} [job_history]
281
- * @property {number} [total_failure_count]
282
- * @property {number} [total_job_runs]
283
- * @property {number} [total_success_count]
284
- * @property {number} [total_suppressed_count]
285
- * @property {number} [total_warning_count]
286
- */
287
- /**
288
- * @typedef JobStepsDTO
289
- * @property {number} [deleted_count]
290
- * @property {number} [end_count]
291
- * @property {string} [processed_at]
292
- * @property {string} [processed_start_time]
293
- * @property {number} [start_count]
294
- * @property {number} [step_execution_time]
295
- * @property {string} [step_name]
296
- * @property {string} [type]
351
+ * @property {number} company_id
352
+ * @property {JobConfig} [data]
297
353
  */
298
354
  /**
299
355
  * @typedef JsonDocConfig
300
356
  * @property {PropBeanConfig[]} [prop_bean_configs]
301
357
  */
302
- /**
303
- * @typedef KafkaMetaModel
304
- * @property {string} [action]
305
- * @property {number} [batch_id]
306
- * @property {string} [created_on]
307
- * @property {number} [created_timestamp]
308
- * @property {string} [job_type]
309
- * @property {string[]} [trace]
310
- */
311
- /**
312
- * @typedef KafkaResponse
313
- * @property {number} [offset]
314
- * @property {number} [partition]
315
- */
316
358
  /**
317
359
  * @typedef LocalFileConfig
318
- * @property {ArchiveConfig} [archive_config]
319
- * @property {string} [file_regex]
360
+ * @property {number} [retries]
320
361
  * @property {number} [interval]
321
362
  * @property {string} [local_dir]
322
- * @property {boolean} [read_all_files]
323
- * @property {number} [retries]
324
- * @property {boolean} [unzip]
325
363
  * @property {string} [working_dir]
364
+ * @property {boolean} [unzip]
326
365
  * @property {string} [zip_file_regex]
366
+ * @property {string} [file_regex]
327
367
  * @property {string} [zip_format]
328
- */
329
- /**
330
- * @typedef Metum
331
- * @property {string} [_id]
332
- * @property {string} [name]
333
- * @property {string} [value]
368
+ * @property {ArchiveConfig} [archive_config]
369
+ * @property {boolean} [read_all_files]
334
370
  */
335
371
  /**
336
372
  * @typedef MongoDocConfig
337
- * @property {Object[]} [aggregate_pipeline]
338
373
  * @property {string} [collection_name]
339
374
  * @property {Object} [find_query]
340
375
  * @property {Object} [projection_query]
341
376
  * @property {PropBeanConfig[]} [prop_bean_configs]
377
+ * @property {Object[]} [aggregate_pipeline]
342
378
  * @property {boolean} [skip_save]
343
379
  */
344
380
  /**
345
381
  * @typedef OAuthConfig
346
- * @property {string} [consumer_key]
347
- * @property {string} [consumer_secret]
348
- * @property {string} [function_name]
349
- * @property {number} [interval]
350
382
  * @property {number} [limit]
351
383
  * @property {number} [pages]
352
- * @property {string} [rest_base_url]
353
- * @property {string} [rest_url]
384
+ * @property {number} [interval]
385
+ * @property {string} [consumer_key]
386
+ * @property {string} [consumer_secret]
354
387
  * @property {string} [token]
355
388
  * @property {string} [token_secret]
356
- */
357
- /**
358
- * @typedef Page
359
- * @property {number} [current]
360
- * @property {boolean} [has_next]
361
- * @property {boolean} [has_previous]
362
- * @property {number} [item_total]
363
- * @property {string} [next_id]
364
- * @property {number} [size]
365
- * @property {string} type
389
+ * @property {string} [rest_url]
390
+ * @property {string} [rest_base_url]
391
+ * @property {string} [function_name]
366
392
  */
367
393
  /**
368
394
  * @typedef ProcessConfig
369
- * @property {AWSS3config} [aws_s3_config]
370
395
  * @property {DBConfig} [db_config]
371
396
  * @property {DBParamConfig} [db_param_config]
372
- * @property {DocMappingConfig} [doc_mapping_config]
397
+ * @property {SFTPConfig} [sftp_config]
398
+ * @property {AWSS3config} [aws_s3_config]
399
+ * @property {MongoDocConfig} [mongo_doc_config]
400
+ * @property {FTPConfig} [ftp_config]
373
401
  * @property {EmailConfig} [email_config]
374
402
  * @property {FileConfig} [file_config]
375
- * @property {FTPConfig} [ftp_config]
376
- * @property {GoogleSpreadSheetConfig} [google_spreadsheet_config]
377
- * @property {HttpConfig} [http_config]
378
403
  * @property {JsonDocConfig} [json_doc_config]
404
+ * @property {DocMappingConfig} [doc_mapping_config]
405
+ * @property {TaskStepConfig} [task_step_config]
406
+ * @property {HttpConfig} [http_config]
379
407
  * @property {LocalFileConfig} [local_file_config]
380
- * @property {MongoDocConfig} [mongo_doc_config]
381
408
  * @property {OAuthConfig} [oauth_config]
382
- * @property {SFTPConfig} [sftp_config]
383
- * @property {TaskStepConfig} [task_step_config]
409
+ * @property {GoogleSpreadSheetConfig} [google_spreadsheet_config]
384
410
  */
385
411
  /**
386
412
  * @typedef PropBeanConfig
387
- * @property {string} [all_param_function_name]
388
- * @property {string} [concat_str]
389
- * @property {Object} [const_value]
390
- * @property {string} [data_type]
391
- * @property {Object} [default_value]
392
- * @property {string} [destination_field]
393
- * @property {boolean} [enrich_from_master]
394
- * @property {string} [function_name]
395
- * @property {string} [identifier_type]
396
- * @property {boolean} [ignore_if_not_exists]
397
- * @property {boolean} [include]
398
- * @property {string} [index_field]
399
- * @property {boolean} [optional]
400
- * @property {Object} [projection_query]
401
413
  * @property {boolean} [required]
414
+ * @property {boolean} [optional]
402
415
  * @property {Send} [send]
403
- * @property {string} [source_field]
404
- * @property {string[]} [source_fields]
405
- * @property {string} [sub_separator]
406
- * @property {string} [transformer_name]
407
416
  * @property {Object[]} [validations]
408
417
  * @property {string[]} [values]
409
- */
410
- /**
411
- * @typedef PropBeanDTO
412
- * @property {string} [all_param_function_name]
413
- * @property {string} [concat_str]
414
- * @property {Object} [const_value]
418
+ * @property {boolean} [include]
419
+ * @property {string} [source_field]
420
+ * @property {string[]} [source_fields]
421
+ * @property {string} [destination_field]
415
422
  * @property {string} [data_type]
416
423
  * @property {Object} [default_value]
417
- * @property {string} [destination_field]
418
- * @property {boolean} [enrich_from_master]
424
+ * @property {Object} [const_value]
425
+ * @property {string} [concat_str]
419
426
  * @property {string} [function_name]
420
- * @property {string} [identifier_type]
421
- * @property {boolean} [ignore_if_not_exists]
422
- * @property {boolean} [include]
427
+ * @property {string} [transformer_name]
428
+ * @property {string} [all_param_function_name]
429
+ * @property {string} [sub_separator]
423
430
  * @property {string} [index_field]
424
- * @property {boolean} [optional]
431
+ * @property {boolean} [ignore_if_not_exists]
432
+ * @property {string} [identifier_type]
425
433
  * @property {Object} [projection_query]
434
+ * @property {boolean} [enrich_from_master]
435
+ */
436
+ /**
437
+ * @typedef PropBeanDTO
426
438
  * @property {boolean} [required]
439
+ * @property {boolean} [optional]
440
+ * @property {boolean} [include]
427
441
  * @property {string} [source_field]
428
442
  * @property {string[]} [source_fields]
429
- * @property {string} [sub_separator]
443
+ * @property {string} [destination_field]
444
+ * @property {string} [data_type]
445
+ * @property {Object} [default_value]
446
+ * @property {Object} [const_value]
447
+ * @property {string} [concat_str]
448
+ * @property {string} [function_name]
430
449
  * @property {string} [transformer_name]
450
+ * @property {string} [all_param_function_name]
451
+ * @property {string} [sub_separator]
452
+ * @property {string} [index_field]
453
+ * @property {boolean} [ignore_if_not_exists]
454
+ * @property {string} [identifier_type]
455
+ * @property {Object} [projection_query]
456
+ * @property {boolean} [enrich_from_master]
431
457
  */
432
458
  /**
433
- * @typedef ResponseEnvelopeJobConfigDTO
434
- * @property {string} [error]
435
- * @property {string} [exception]
436
- * @property {string} [http_status]
437
- * @property {JobConfigDTO} [items]
438
- * @property {string} [message]
439
- * @property {Page} [page]
440
- * @property {JobConfigDTO} [payload]
441
- * @property {number} [status]
442
- * @property {string} [timestamp]
443
- * @property {number} [total_time_taken_in_millis]
444
- * @property {string} [trace_id]
445
- */
446
- /**
447
- * @typedef ResponseEnvelopeJobMetricsDto
448
- * @property {string} [error]
449
- * @property {string} [exception]
450
- * @property {string} [http_status]
451
- * @property {JobMetricsDto} [items]
452
- * @property {string} [message]
453
- * @property {Page} [page]
454
- * @property {JobMetricsDto} [payload]
455
- * @property {number} [status]
456
- * @property {string} [timestamp]
457
- * @property {number} [total_time_taken_in_millis]
458
- * @property {string} [trace_id]
459
- */
460
- /**
461
- * @typedef ResponseEnvelopeKafkaResponse
462
- * @property {string} [error]
463
- * @property {string} [exception]
464
- * @property {string} [http_status]
465
- * @property {KafkaResponse} [items]
466
- * @property {string} [message]
467
- * @property {Page} [page]
468
- * @property {KafkaResponse} [payload]
469
- * @property {number} [status]
459
+ * @typedef ResponseEnvelopeListJobConfigRawDTO
470
460
  * @property {string} [timestamp]
471
- * @property {number} [total_time_taken_in_millis]
472
- * @property {string} [trace_id]
473
- */
474
- /**
475
- * @typedef ResponseEnvelopeListJobConfigDTO
476
- * @property {string} [error]
477
- * @property {string} [exception]
478
- * @property {string} [http_status]
479
- * @property {JobConfigDTO[]} [items]
480
- * @property {string} [message]
481
- * @property {Page} [page]
482
- * @property {JobConfigDTO[]} [payload]
483
461
  * @property {number} [status]
484
- * @property {string} [timestamp]
485
- * @property {number} [total_time_taken_in_millis]
486
- * @property {string} [trace_id]
487
- */
488
- /**
489
- * @typedef ResponseEnvelopeListJobConfigListDTO
490
462
  * @property {string} [error]
491
463
  * @property {string} [exception]
492
- * @property {string} [http_status]
493
- * @property {JobConfigListDTO[]} [items]
494
464
  * @property {string} [message]
495
- * @property {Page} [page]
496
- * @property {JobConfigListDTO[]} [payload]
497
- * @property {number} [status]
498
- * @property {string} [timestamp]
499
465
  * @property {number} [total_time_taken_in_millis]
500
- * @property {string} [trace_id]
501
- */
502
- /**
503
- * @typedef ResponseEnvelopeListJobConfigRawDTO
504
- * @property {string} [error]
505
- * @property {string} [exception]
506
466
  * @property {string} [http_status]
507
467
  * @property {JobConfigRawDTO[]} [items]
508
- * @property {string} [message]
509
- * @property {Page} [page]
510
468
  * @property {JobConfigRawDTO[]} [payload]
511
- * @property {number} [status]
512
- * @property {string} [timestamp]
513
- * @property {number} [total_time_taken_in_millis]
514
- * @property {string} [trace_id]
515
- */
516
- /**
517
- * @typedef ResponseEnvelopeListJobStepsDTO
518
- * @property {string} [error]
519
- * @property {string} [exception]
520
- * @property {string} [http_status]
521
- * @property {JobStepsDTO[]} [items]
522
- * @property {string} [message]
523
- * @property {Page} [page]
524
- * @property {JobStepsDTO[]} [payload]
525
- * @property {number} [status]
526
- * @property {string} [timestamp]
527
- * @property {number} [total_time_taken_in_millis]
528
- * @property {string} [trace_id]
529
- */
530
- /**
531
- * @typedef ResponseEnvelopeListSlingshotConfigurationDetail
532
- * @property {string} [error]
533
- * @property {string} [exception]
534
- * @property {string} [http_status]
535
- * @property {SlingshotConfigurationDetail[]} [items]
536
- * @property {string} [message]
537
- * @property {Page} [page]
538
- * @property {SlingshotConfigurationDetail[]} [payload]
539
- * @property {number} [status]
540
- * @property {string} [timestamp]
541
- * @property {number} [total_time_taken_in_millis]
542
469
  * @property {string} [trace_id]
543
- */
544
- /**
545
- * @typedef ResponseEnvelopeString
546
- * @property {string} [error]
547
- * @property {string} [exception]
548
- * @property {string} [http_status]
549
- * @property {string} [items]
550
- * @property {string} [message]
551
470
  * @property {Page} [page]
552
- * @property {string} [payload]
553
- * @property {number} [status]
554
- * @property {string} [timestamp]
555
- * @property {number} [total_time_taken_in_millis]
556
- * @property {string} [trace_id]
557
- */
558
- /**
559
- * @typedef Send
560
- * @property {boolean} [processed]
561
- * @property {boolean} [raw]
562
471
  */
563
472
  /**
564
473
  * @typedef SFTPConfig
565
- * @property {ArchiveConfig} [archive_config]
566
- * @property {string} [file_regex]
567
474
  * @property {string} [host]
568
- * @property {number} [interval]
569
- * @property {string} [local_dir]
570
- * @property {string} [password]
571
- * @property {boolean} [password_protected]
572
475
  * @property {number} [port]
573
- * @property {string} [private_key_path]
574
- * @property {boolean} [read_all_files]
575
- * @property {string} [remote_dir]
476
+ * @property {string} [username]
477
+ * @property {string} [password]
478
+ * @property {boolean} [unzip]
576
479
  * @property {number} [retries]
480
+ * @property {number} [interval]
481
+ * @property {string} [private_key_path]
577
482
  * @property {boolean} [strict_host_key_checking]
578
- * @property {boolean} [unzip]
579
- * @property {string} [username]
483
+ * @property {string} [local_dir]
484
+ * @property {string} [remote_dir]
485
+ * @property {boolean} [password_protected]
580
486
  * @property {string} [zip_file_regex]
487
+ * @property {string} [file_regex]
581
488
  * @property {string} [zip_format]
489
+ * @property {ArchiveConfig} [archive_config]
490
+ * @property {boolean} [read_all_files]
582
491
  */
583
492
  /**
584
- * @typedef SlingshotConfigurationDetail
585
- * @property {GCompany[]} [companies]
586
- * @property {SlingshotIntegration} [integration]
587
- */
588
- /**
589
- * @typedef SlingshotIntegration
590
- * @property {string} [_id]
591
- * @property {string} [description]
592
- * @property {Metum[]} [meta]
593
- * @property {string} [name]
594
- * @property {string} [slug]
493
+ * @typedef Send
494
+ * @property {boolean} [raw]
495
+ * @property {boolean} [processed]
595
496
  */
596
497
  /**
597
498
  * @typedef StoreConfig
598
499
  * @property {string} [job_code]
599
- * @property {ProcessConfig} [process_config]
600
- * @property {Object} [properties]
500
+ * @property {string} [storeid]
601
501
  * @property {string} [store_alias]
602
- * @property {string} [store_file_name]
603
502
  * @property {string} [store_file_regex]
604
- * @property {string} [storeid]
605
- */
606
- /**
607
- * @typedef StoreData
608
- * @property {string} [location_id]
503
+ * @property {string} [store_file_name]
504
+ * @property {ProcessConfig} [process_config]
505
+ * @property {Object} [properties]
609
506
  */
610
507
  /**
611
508
  * @typedef StoreFilter
612
- * @property {string[]} [exclude_tags]
613
509
  * @property {string[]} [include_tags]
510
+ * @property {string[]} [exclude_tags]
614
511
  * @property {Object} [query]
615
512
  */
616
- /**
617
- * @typedef SuppressStoreModel
618
- * @property {number[]} [stores]
619
- */
620
- /**
621
- * @typedef SuppressStorePayload
622
- * @property {KafkaMetaModel} [meta]
623
- * @property {SuppressStoreModel[]} [payload]
624
- */
625
513
  /**
626
514
  * @typedef TaskConfig
627
515
  * @property {string} [name]
628
516
  * @property {number} [task_config_id]
629
517
  * @property {TaskParam[]} [task_params]
630
518
  */
631
- /**
632
- * @typedef TaskDTO
633
- * @property {GenericDTO[]} [group_list]
634
- * @property {number} [type]
635
- */
636
519
  /**
637
520
  * @typedef TaskParam
638
521
  * @property {string} [name]
@@ -640,85 +523,363 @@ export = InventoryPlatformModel;
640
523
  */
641
524
  /**
642
525
  * @typedef TaskStepConfig
643
- * @property {number[]} [task_config_group_ids]
644
- * @property {number[]} [task_config_ids]
645
526
  * @property {TaskConfig[]} [task_configs]
527
+ * @property {number[]} [task_config_ids]
528
+ * @property {number[]} [task_config_group_ids]
646
529
  */
647
- declare class InventoryPlatformModel {
648
- }
649
- declare namespace InventoryPlatformModel {
650
- export { ArchiveConfig, Audit, AWSS3config, CatalogMasterConfig, CompanyConfig, DataTresholdDTO, DBConfig, DBConnectionProfile, DBParamConfig, DefaultHeadersDTO, DocMappingConfig, EmailConfig, FileConfig, FTPConfig, GCompany, GenericDTO, GoogleSpreadSheetConfig, GStore, HttpConfig, JobConfig, JobConfigDTO, JobConfigListDTO, JobConfigRawDTO, JobHistoryDto, JobMetricsDto, JobStepsDTO, JsonDocConfig, KafkaMetaModel, KafkaResponse, LocalFileConfig, Metum, MongoDocConfig, OAuthConfig, Page, ProcessConfig, PropBeanConfig, PropBeanDTO, ResponseEnvelopeJobConfigDTO, ResponseEnvelopeJobMetricsDto, ResponseEnvelopeKafkaResponse, ResponseEnvelopeListJobConfigDTO, ResponseEnvelopeListJobConfigListDTO, ResponseEnvelopeListJobConfigRawDTO, ResponseEnvelopeListJobStepsDTO, ResponseEnvelopeListSlingshotConfigurationDetail, ResponseEnvelopeString, Send, SFTPConfig, SlingshotConfigurationDetail, SlingshotIntegration, StoreConfig, StoreData, StoreFilter, SuppressStoreModel, SuppressStorePayload, TaskConfig, TaskDTO, TaskParam, TaskStepConfig };
530
+ /**
531
+ * @typedef JobStepsDTO
532
+ * @property {string} [step_name]
533
+ * @property {string} [type]
534
+ * @property {number} [step_execution_time]
535
+ * @property {number} [start_count]
536
+ * @property {number} [end_count]
537
+ * @property {number} [deleted_count]
538
+ * @property {string} [processed_start_time]
539
+ * @property {string} [processed_at]
540
+ */
541
+ /**
542
+ * @typedef ResponseEnvelopeListJobStepsDTO
543
+ * @property {string} [timestamp]
544
+ * @property {number} [status]
545
+ * @property {string} [error]
546
+ * @property {string} [exception]
547
+ * @property {string} [message]
548
+ * @property {number} [total_time_taken_in_millis]
549
+ * @property {string} [http_status]
550
+ * @property {JobStepsDTO[]} [items]
551
+ * @property {JobStepsDTO[]} [payload]
552
+ * @property {string} [trace_id]
553
+ * @property {Page} [page]
554
+ */
555
+ /**
556
+ * @typedef ResponseEnvelopeListJobConfigDTO
557
+ * @property {string} [timestamp]
558
+ * @property {number} [status]
559
+ * @property {string} [error]
560
+ * @property {string} [exception]
561
+ * @property {string} [message]
562
+ * @property {number} [total_time_taken_in_millis]
563
+ * @property {string} [http_status]
564
+ * @property {JobConfigDTO[]} [items]
565
+ * @property {JobConfigDTO[]} [payload]
566
+ * @property {string} [trace_id]
567
+ * @property {Page} [page]
568
+ */
569
+ /**
570
+ * @typedef ResponseEnvelopeJobConfigDTO
571
+ * @property {string} [timestamp]
572
+ * @property {number} [status]
573
+ * @property {string} [error]
574
+ * @property {string} [exception]
575
+ * @property {string} [message]
576
+ * @property {number} [total_time_taken_in_millis]
577
+ * @property {string} [http_status]
578
+ * @property {JobConfigDTO} [items]
579
+ * @property {JobConfigDTO} [payload]
580
+ * @property {string} [trace_id]
581
+ * @property {Page} [page]
582
+ */
583
+ /**
584
+ * @typedef JobHistoryDto
585
+ * @property {number} [total_added_count]
586
+ * @property {number} [total_updated_count]
587
+ * @property {number} [total_suppressed_count]
588
+ * @property {number} [total_initial_count]
589
+ * @property {number} [job_id]
590
+ * @property {string} [status]
591
+ * @property {string} [job_code]
592
+ * @property {string} [processed_on]
593
+ * @property {string[]} [filename]
594
+ * @property {string} [error_type]
595
+ * @property {string} [message]
596
+ */
597
+ /**
598
+ * @typedef JobMetricsDto
599
+ * @property {string} [job_code]
600
+ * @property {string} [is_run_more_than_usual]
601
+ * @property {JobHistoryDto[]} [job_history]
602
+ * @property {number} [total_success_count]
603
+ * @property {number} [total_failure_count]
604
+ * @property {number} [total_warning_count]
605
+ * @property {number} [total_suppressed_count]
606
+ * @property {number} [total_job_runs]
607
+ */
608
+ /**
609
+ * @typedef ResponseEnvelopeJobMetricsDto
610
+ * @property {string} [timestamp]
611
+ * @property {number} [status]
612
+ * @property {string} [error]
613
+ * @property {string} [exception]
614
+ * @property {string} [message]
615
+ * @property {number} [total_time_taken_in_millis]
616
+ * @property {string} [http_status]
617
+ * @property {JobMetricsDto} [items]
618
+ * @property {JobMetricsDto} [payload]
619
+ * @property {string} [trace_id]
620
+ * @property {Page} [page]
621
+ */
622
+ /**
623
+ * @typedef JobConfigListDTO
624
+ * @property {string} [code]
625
+ * @property {string} [alias]
626
+ * @property {string} [modified_by]
627
+ * @property {string} [created_by]
628
+ * @property {string} [modified_on]
629
+ * @property {string} [created_on]
630
+ * @property {boolean} [active]
631
+ * @property {string} [type]
632
+ */
633
+ /**
634
+ * @typedef ResponseEnvelopeListJobConfigListDTO
635
+ * @property {string} [timestamp]
636
+ * @property {number} [status]
637
+ * @property {string} [error]
638
+ * @property {string} [exception]
639
+ * @property {string} [message]
640
+ * @property {number} [total_time_taken_in_millis]
641
+ * @property {string} [http_status]
642
+ * @property {JobConfigListDTO[]} [items]
643
+ * @property {JobConfigListDTO[]} [payload]
644
+ * @property {string} [trace_id]
645
+ * @property {Page} [page]
646
+ */
647
+ declare class InventoryPlatformModel {
648
+ }
649
+ declare namespace InventoryPlatformModel {
650
+ export { DataTresholdDTO, GenericDTO, JobConfigDTO, TaskDTO, Page, ResponseEnvelopeString, KafkaMetaModel, SuppressStoreModel, SuppressStorePayload, KafkaResponse, ResponseEnvelopeKafkaResponse, GCompany, GStore, Metum, ResponseEnvelopeListSlingshotConfigurationDetail, SlingshotConfigurationDetail, SlingshotIntegration, StoreData, AWSS3config, ArchiveConfig, Audit, CatalogMasterConfig, CompanyConfig, DBConfig, DBConnectionProfile, DBParamConfig, DefaultHeadersDTO, DocMappingConfig, EmailConfig, FTPConfig, FileConfig, GoogleSpreadSheetConfig, HttpConfig, JobConfig, JobConfigRawDTO, JsonDocConfig, LocalFileConfig, MongoDocConfig, OAuthConfig, ProcessConfig, PropBeanConfig, PropBeanDTO, ResponseEnvelopeListJobConfigRawDTO, SFTPConfig, Send, StoreConfig, StoreFilter, TaskConfig, TaskParam, TaskStepConfig, JobStepsDTO, ResponseEnvelopeListJobStepsDTO, ResponseEnvelopeListJobConfigDTO, ResponseEnvelopeJobConfigDTO, JobHistoryDto, JobMetricsDto, ResponseEnvelopeJobMetricsDto, JobConfigListDTO, ResponseEnvelopeListJobConfigListDTO };
651
651
  }
652
+ /** @returns {DataTresholdDTO} */
653
+ declare function DataTresholdDTO(): DataTresholdDTO;
654
+ type DataTresholdDTO = {
655
+ min_price?: number;
656
+ safe_stock?: number;
657
+ period_threshold?: number;
658
+ period_threshold_type?: string;
659
+ period_type_list?: GenericDTO[];
660
+ };
661
+ /** @returns {GenericDTO} */
662
+ declare function GenericDTO(): GenericDTO;
663
+ type GenericDTO = {
664
+ text?: string;
665
+ value?: any;
666
+ };
667
+ /** @returns {JobConfigDTO} */
668
+ declare function JobConfigDTO(): JobConfigDTO;
669
+ type JobConfigDTO = {
670
+ integration_data?: any;
671
+ company_name?: string;
672
+ integration: string;
673
+ company_id: number;
674
+ task_details?: TaskDTO;
675
+ threshold_details?: DataTresholdDTO;
676
+ job_code?: string;
677
+ alias?: string;
678
+ };
679
+ /** @returns {TaskDTO} */
680
+ declare function TaskDTO(): TaskDTO;
681
+ type TaskDTO = {
682
+ type?: number;
683
+ group_list?: GenericDTO[];
684
+ };
685
+ /** @returns {Page} */
686
+ declare function Page(): Page;
687
+ type Page = {
688
+ item_total?: number;
689
+ next_id?: string;
690
+ has_previous?: boolean;
691
+ has_next?: boolean;
692
+ current?: number;
693
+ type: string;
694
+ size?: number;
695
+ };
696
+ /** @returns {ResponseEnvelopeString} */
697
+ declare function ResponseEnvelopeString(): ResponseEnvelopeString;
698
+ type ResponseEnvelopeString = {
699
+ timestamp?: string;
700
+ status?: number;
701
+ error?: string;
702
+ exception?: string;
703
+ message?: string;
704
+ total_time_taken_in_millis?: number;
705
+ http_status?: string;
706
+ items?: string;
707
+ payload?: string;
708
+ trace_id?: string;
709
+ page?: Page;
710
+ };
711
+ /** @returns {KafkaMetaModel} */
712
+ declare function KafkaMetaModel(): KafkaMetaModel;
713
+ type KafkaMetaModel = {
714
+ job_type?: string;
715
+ batch_id?: number;
716
+ action?: string;
717
+ trace?: string[];
718
+ created_on?: string;
719
+ created_timestamp?: number;
720
+ };
721
+ /** @returns {SuppressStoreModel} */
722
+ declare function SuppressStoreModel(): SuppressStoreModel;
723
+ type SuppressStoreModel = {
724
+ stores?: number[];
725
+ };
726
+ /** @returns {SuppressStorePayload} */
727
+ declare function SuppressStorePayload(): SuppressStorePayload;
728
+ type SuppressStorePayload = {
729
+ payload?: SuppressStoreModel[];
730
+ meta?: KafkaMetaModel;
731
+ };
732
+ /** @returns {KafkaResponse} */
733
+ declare function KafkaResponse(): KafkaResponse;
734
+ type KafkaResponse = {
735
+ offset?: number;
736
+ partition?: number;
737
+ };
738
+ /** @returns {ResponseEnvelopeKafkaResponse} */
739
+ declare function ResponseEnvelopeKafkaResponse(): ResponseEnvelopeKafkaResponse;
740
+ type ResponseEnvelopeKafkaResponse = {
741
+ timestamp?: string;
742
+ status?: number;
743
+ error?: string;
744
+ exception?: string;
745
+ message?: string;
746
+ total_time_taken_in_millis?: number;
747
+ http_status?: string;
748
+ items?: KafkaResponse;
749
+ payload?: KafkaResponse;
750
+ trace_id?: string;
751
+ page?: Page;
752
+ };
753
+ /** @returns {GCompany} */
754
+ declare function GCompany(): GCompany;
755
+ type GCompany = {
756
+ _id?: string;
757
+ integration?: string;
758
+ level?: string;
759
+ uid?: number;
760
+ opted?: boolean;
761
+ permissions?: string[];
762
+ token?: string;
763
+ name?: string;
764
+ stores?: GStore[];
765
+ };
766
+ /** @returns {GStore} */
767
+ declare function GStore(): GStore;
768
+ type GStore = {
769
+ _id?: string;
770
+ integration?: string;
771
+ level?: string;
772
+ uid?: number;
773
+ opted?: boolean;
774
+ permissions?: string[];
775
+ token?: string;
776
+ code?: string;
777
+ name?: string;
778
+ data?: StoreData;
779
+ };
780
+ /** @returns {Metum} */
781
+ declare function Metum(): Metum;
782
+ type Metum = {
783
+ _id?: string;
784
+ name?: string;
785
+ value?: string;
786
+ };
787
+ /** @returns {ResponseEnvelopeListSlingshotConfigurationDetail} */
788
+ declare function ResponseEnvelopeListSlingshotConfigurationDetail(): ResponseEnvelopeListSlingshotConfigurationDetail;
789
+ type ResponseEnvelopeListSlingshotConfigurationDetail = {
790
+ timestamp?: string;
791
+ status?: number;
792
+ error?: string;
793
+ exception?: string;
794
+ message?: string;
795
+ total_time_taken_in_millis?: number;
796
+ http_status?: string;
797
+ items?: SlingshotConfigurationDetail[];
798
+ payload?: SlingshotConfigurationDetail[];
799
+ trace_id?: string;
800
+ page?: Page;
801
+ };
802
+ /** @returns {SlingshotConfigurationDetail} */
803
+ declare function SlingshotConfigurationDetail(): SlingshotConfigurationDetail;
804
+ type SlingshotConfigurationDetail = {
805
+ integration?: SlingshotIntegration;
806
+ companies?: GCompany[];
807
+ };
808
+ /** @returns {SlingshotIntegration} */
809
+ declare function SlingshotIntegration(): SlingshotIntegration;
810
+ type SlingshotIntegration = {
811
+ _id?: string;
812
+ description?: string;
813
+ name?: string;
814
+ slug?: string;
815
+ meta?: Metum[];
816
+ };
817
+ /** @returns {StoreData} */
818
+ declare function StoreData(): StoreData;
819
+ type StoreData = {
820
+ location_id?: string;
821
+ };
822
+ /** @returns {AWSS3config} */
823
+ declare function AWSS3config(): AWSS3config;
824
+ type AWSS3config = {
825
+ bucket?: string;
826
+ region?: string;
827
+ dir?: string;
828
+ access_key?: string;
829
+ secret_key?: string;
830
+ local_file_path?: string;
831
+ archive_path?: string;
832
+ archive?: boolean;
833
+ delete?: boolean;
834
+ unzip?: boolean;
835
+ zip_format?: string;
836
+ file_regex?: string;
837
+ archive_config?: ArchiveConfig;
838
+ };
652
839
  /** @returns {ArchiveConfig} */
653
840
  declare function ArchiveConfig(): ArchiveConfig;
654
841
  type ArchiveConfig = {
842
+ delete?: boolean;
655
843
  archive?: boolean;
656
844
  archive_dir?: string;
657
- delete?: boolean;
658
845
  };
659
846
  /** @returns {Audit} */
660
847
  declare function Audit(): Audit;
661
848
  type Audit = {
662
849
  created_by?: string;
663
- created_on?: string;
664
850
  modified_by?: string;
851
+ created_on?: string;
665
852
  modified_on?: string;
666
853
  };
667
- /** @returns {AWSS3config} */
668
- declare function AWSS3config(): AWSS3config;
669
- type AWSS3config = {
670
- access_key?: string;
671
- archive?: boolean;
672
- archive_config?: ArchiveConfig;
673
- archive_path?: string;
674
- bucket?: string;
675
- delete?: boolean;
676
- dir?: string;
677
- file_regex?: string;
678
- local_file_path?: string;
679
- region?: string;
680
- secret_key?: string;
681
- unzip?: boolean;
682
- zip_format?: string;
683
- };
684
854
  /** @returns {CatalogMasterConfig} */
685
855
  declare function CatalogMasterConfig(): CatalogMasterConfig;
686
856
  type CatalogMasterConfig = {
687
857
  source_slug?: string;
688
858
  };
689
- /** @returns {CompanyConfig} */
690
- declare function CompanyConfig(): CompanyConfig;
691
- type CompanyConfig = {
692
- company_id?: number;
693
- delete_quantity_threshold?: number;
694
- exclude_steps?: number[];
695
- hidden_closet_keys?: string[];
696
- open_tags?: any;
697
- tax_identifiers?: string[];
698
- };
699
- /** @returns {DataTresholdDTO} */
700
- declare function DataTresholdDTO(): DataTresholdDTO;
701
- type DataTresholdDTO = {
702
- min_price?: number;
703
- period_threshold?: number;
704
- period_threshold_type?: string;
705
- period_type_list?: GenericDTO[];
706
- safe_stock?: number;
859
+ /** @returns {CompanyConfig} */
860
+ declare function CompanyConfig(): CompanyConfig;
861
+ type CompanyConfig = {
862
+ company_id?: number;
863
+ exclude_steps?: number[];
864
+ hidden_closet_keys?: string[];
865
+ open_tags?: any;
866
+ tax_identifiers?: string[];
867
+ delete_quantity_threshold?: number;
707
868
  };
708
869
  /** @returns {DBConfig} */
709
870
  declare function DBConfig(): DBConfig;
710
871
  type DBConfig = {
872
+ vendor?: string;
873
+ host?: string;
874
+ port?: number;
875
+ username?: string;
876
+ password?: string;
711
877
  dbname?: string;
878
+ query?: string;
879
+ procedure?: boolean;
712
880
  driver_class?: string;
713
- host?: string;
714
881
  jdbc_url?: string;
715
882
  optional_properties?: any;
716
- password?: string;
717
- port?: number;
718
- procedure?: boolean;
719
- query?: string;
720
- username?: string;
721
- vendor?: string;
722
883
  };
723
884
  /** @returns {DBConnectionProfile} */
724
885
  declare function DBConnectionProfile(): DBConnectionProfile;
@@ -733,600 +894,319 @@ type DBParamConfig = {
733
894
  /** @returns {DefaultHeadersDTO} */
734
895
  declare function DefaultHeadersDTO(): DefaultHeadersDTO;
735
896
  type DefaultHeadersDTO = {
897
+ store?: PropBeanDTO;
736
898
  intf_article_id?: PropBeanDTO;
737
899
  price_effective?: PropBeanDTO;
738
900
  quantity?: PropBeanDTO;
739
- store?: PropBeanDTO;
740
901
  };
741
902
  /** @returns {DocMappingConfig} */
742
903
  declare function DocMappingConfig(): DocMappingConfig;
743
904
  type DocMappingConfig = {
744
- default_headers?: DefaultHeadersDTO;
905
+ properties?: any;
745
906
  junk_data_threshold_count?: number;
746
907
  prop_bean_configs?: PropBeanConfig[];
747
- properties?: any;
748
908
  unwind_field?: string;
909
+ default_headers?: DefaultHeadersDTO;
749
910
  };
750
911
  /** @returns {EmailConfig} */
751
912
  declare function EmailConfig(): EmailConfig;
752
913
  type EmailConfig = {
753
- archive_config?: ArchiveConfig;
754
- attachment_mandate?: boolean;
914
+ recepient?: string;
915
+ host?: string;
916
+ username?: string;
917
+ password?: string;
918
+ unzip?: boolean;
919
+ read_from_content?: boolean;
920
+ filter_based_on_recepients?: boolean;
921
+ pcol?: string;
922
+ subject_line_regex?: string;
923
+ sender_address?: string;
924
+ local_dir?: string;
925
+ folder_name_hierarchies?: string[];
755
926
  attachment_regex?: string;
756
927
  body_content_regex?: string;
928
+ password_protected?: boolean;
929
+ zip_format?: string;
930
+ attachment_mandate?: boolean;
931
+ filter_files_after_extraction?: boolean;
932
+ archive_config?: ArchiveConfig;
933
+ read_all_unread_mails?: boolean;
757
934
  content_type?: string;
758
935
  downloadable_link?: boolean;
759
- filter_based_on_recepients?: boolean;
760
- filter_files_after_extraction?: boolean;
761
- folder_name_hierarchies?: string[];
936
+ properties?: any;
937
+ };
938
+ /** @returns {FTPConfig} */
939
+ declare function FTPConfig(): FTPConfig;
940
+ type FTPConfig = {
762
941
  host?: string;
763
- local_dir?: string;
942
+ port?: number;
943
+ username?: string;
764
944
  password?: string;
765
- password_protected?: boolean;
766
- pcol?: string;
767
- properties?: any;
768
- read_all_unread_mails?: boolean;
769
- read_from_content?: boolean;
770
- recepient?: string;
771
- sender_address?: string;
772
- subject_line_regex?: string;
773
945
  unzip?: boolean;
774
- username?: string;
946
+ retries?: number;
947
+ interval?: number;
948
+ local_dir?: string;
949
+ remote_dir?: string;
950
+ zip_file_regex?: string;
951
+ archive_config?: ArchiveConfig;
952
+ file_regex?: string;
775
953
  zip_format?: string;
954
+ read_all_files?: boolean;
776
955
  };
777
956
  /** @returns {FileConfig} */
778
957
  declare function FileConfig(): FileConfig;
779
958
  type FileConfig = {
780
- charset?: string;
781
- data_start_index?: number;
782
- default_headers?: DefaultHeadersDTO;
783
959
  delimiter?: string;
784
- escape_char?: string;
960
+ charset?: string;
961
+ properties?: any;
785
962
  file_has_header?: boolean;
786
- file_type?: string;
787
- header_array?: string[];
788
963
  header_index?: number;
964
+ header_array?: string[];
965
+ data_start_index?: number;
966
+ prop_bean_configs?: PropBeanConfig[];
789
967
  junk_data_threshold_count?: number;
968
+ file_type?: string;
790
969
  line_validity_check?: boolean;
791
- prop_bean_configs?: PropBeanConfig[];
792
- properties?: any;
793
- quote_char?: string;
794
- read_all_sheets?: boolean;
795
970
  sheet_names?: string[];
796
- };
797
- /** @returns {FTPConfig} */
798
- declare function FTPConfig(): FTPConfig;
799
- type FTPConfig = {
800
- archive_config?: ArchiveConfig;
801
- file_regex?: string;
802
- host?: string;
803
- interval?: number;
804
- local_dir?: string;
805
- password?: string;
806
- port?: number;
807
- read_all_files?: boolean;
808
- remote_dir?: string;
809
- retries?: number;
810
- unzip?: boolean;
811
- username?: string;
812
- zip_file_regex?: string;
813
- zip_format?: string;
814
- };
815
- /** @returns {GCompany} */
816
- declare function GCompany(): GCompany;
817
- type GCompany = {
818
- _id?: string;
819
- integration?: string;
820
- level?: string;
821
- name?: string;
822
- opted?: boolean;
823
- permissions?: string[];
824
- stores?: GStore[];
825
- token?: string;
826
- uid?: number;
827
- };
828
- /** @returns {GenericDTO} */
829
- declare function GenericDTO(): GenericDTO;
830
- type GenericDTO = {
831
- text?: string;
832
- value?: any;
971
+ read_all_sheets?: boolean;
972
+ quote_char?: string;
973
+ escape_char?: string;
974
+ default_headers?: DefaultHeadersDTO;
833
975
  };
834
976
  /** @returns {GoogleSpreadSheetConfig} */
835
977
  declare function GoogleSpreadSheetConfig(): GoogleSpreadSheetConfig;
836
978
  type GoogleSpreadSheetConfig = {
837
- archive_config?: ArchiveConfig;
979
+ range?: string;
980
+ sheet_id?: string;
838
981
  client_secret_location?: string;
839
982
  cred_storage_directory?: string;
840
983
  local_dir?: string;
841
- range?: string;
842
- sheet_id?: string;
843
- };
844
- /** @returns {GStore} */
845
- declare function GStore(): GStore;
846
- type GStore = {
847
- _id?: string;
848
- code?: string;
849
- data?: StoreData;
850
- integration?: string;
851
- level?: string;
852
- name?: string;
853
- opted?: boolean;
854
- permissions?: string[];
855
- token?: string;
856
- uid?: number;
984
+ archive_config?: ArchiveConfig;
857
985
  };
858
986
  /** @returns {HttpConfig} */
859
987
  declare function HttpConfig(): HttpConfig;
860
988
  type HttpConfig = {
861
- archive_config?: ArchiveConfig;
862
989
  hosturl?: string;
863
- http_method?: string;
864
- local_path?: string;
990
+ username?: string;
865
991
  password?: string;
866
992
  request_params?: any;
993
+ http_method?: string;
867
994
  request_payload?: string;
868
- username?: string;
995
+ local_path?: string;
996
+ archive_config?: ArchiveConfig;
869
997
  };
870
998
  /** @returns {JobConfig} */
871
999
  declare function JobConfig(): JobConfig;
872
1000
  type JobConfig = {
873
1001
  _id?: number;
874
- aggregator_types?: string[];
875
- alias?: string;
876
- audit?: Audit;
877
- catalog_master_config?: CatalogMasterConfig;
878
- company_config?: CompanyConfig[];
879
- company_ids?: number[];
880
- cron_expression?: string;
881
- db_connection_profile?: DBConnectionProfile;
882
- delete_quantity_threshold?: number;
883
- dependent_job_codes?: string[];
884
- disable?: boolean;
885
- immediate_first_run?: boolean;
886
- integration_type?: string;
887
1002
  job_code?: string;
888
- min_price?: number;
889
- open_tags?: any;
890
- params?: any;
891
- period_threshold?: number;
892
- period_threshold_type?: string;
893
- priority?: string;
1003
+ task_type?: string;
1004
+ sync_delay?: number;
1005
+ cron_expression?: string;
1006
+ store_filter?: StoreFilter;
894
1007
  process_config?: ProcessConfig;
895
- properties?: any;
896
1008
  store_config?: StoreConfig[];
897
- store_filter?: StoreFilter;
898
- sync_delay?: number;
899
- task_type?: string;
1009
+ properties?: any;
1010
+ immediate_first_run?: boolean;
1011
+ disable?: boolean;
1012
+ dependent_job_codes?: string[];
1013
+ company_config?: CompanyConfig[];
1014
+ company_ids?: number[];
900
1015
  tax_identifiers?: string[];
901
- version?: number;
902
- };
903
- /** @returns {JobConfigDTO} */
904
- declare function JobConfigDTO(): JobConfigDTO;
905
- type JobConfigDTO = {
906
- alias?: string;
907
- company_id: number;
908
- company_name?: string;
909
- integration: string;
910
- integration_data?: any;
911
- job_code?: string;
912
- task_details?: TaskDTO;
913
- threshold_details?: DataTresholdDTO;
914
- };
915
- /** @returns {JobConfigListDTO} */
916
- declare function JobConfigListDTO(): JobConfigListDTO;
917
- type JobConfigListDTO = {
918
- active?: boolean;
919
- alias?: string;
920
- code?: string;
921
- created_by?: string;
922
- created_on?: string;
923
- modified_by?: string;
924
- modified_on?: string;
925
- type?: string;
926
- };
927
- /** @returns {JobConfigRawDTO} */
928
- declare function JobConfigRawDTO(): JobConfigRawDTO;
929
- type JobConfigRawDTO = {
930
- company_id: number;
931
- company_name: string;
932
- data?: JobConfig;
933
- integration: string;
934
- };
935
- /** @returns {JobHistoryDto} */
936
- declare function JobHistoryDto(): JobHistoryDto;
937
- type JobHistoryDto = {
938
- error_type?: string;
939
- filename?: string[];
940
- job_code?: string;
941
- job_id?: number;
942
- message?: string;
943
- processed_on?: string;
944
- status?: string;
945
- total_added_count?: number;
946
- total_initial_count?: number;
947
- total_suppressed_count?: number;
948
- total_updated_count?: number;
949
- };
950
- /** @returns {JobMetricsDto} */
951
- declare function JobMetricsDto(): JobMetricsDto;
952
- type JobMetricsDto = {
953
- is_run_more_than_usual?: string;
954
- job_code?: string;
955
- job_history?: JobHistoryDto[];
956
- total_failure_count?: number;
957
- total_job_runs?: number;
958
- total_success_count?: number;
959
- total_suppressed_count?: number;
960
- total_warning_count?: number;
1016
+ priority?: string;
1017
+ period_threshold?: number;
1018
+ period_threshold_type?: string;
1019
+ db_connection_profile?: DBConnectionProfile;
1020
+ params?: any;
1021
+ open_tags?: any;
1022
+ delete_quantity_threshold?: number;
1023
+ catalog_master_config?: CatalogMasterConfig;
1024
+ aggregator_types?: string[];
1025
+ integration_type?: string;
1026
+ min_price?: number;
1027
+ audit?: Audit;
1028
+ version?: number;
1029
+ alias?: string;
961
1030
  };
962
- /** @returns {JobStepsDTO} */
963
- declare function JobStepsDTO(): JobStepsDTO;
964
- type JobStepsDTO = {
965
- deleted_count?: number;
966
- end_count?: number;
967
- processed_at?: string;
968
- processed_start_time?: string;
969
- start_count?: number;
970
- step_execution_time?: number;
971
- step_name?: string;
972
- type?: string;
1031
+ /** @returns {JobConfigRawDTO} */
1032
+ declare function JobConfigRawDTO(): JobConfigRawDTO;
1033
+ type JobConfigRawDTO = {
1034
+ company_name: string;
1035
+ integration: string;
1036
+ company_id: number;
1037
+ data?: JobConfig;
973
1038
  };
974
1039
  /** @returns {JsonDocConfig} */
975
1040
  declare function JsonDocConfig(): JsonDocConfig;
976
1041
  type JsonDocConfig = {
977
1042
  prop_bean_configs?: PropBeanConfig[];
978
1043
  };
979
- /** @returns {KafkaMetaModel} */
980
- declare function KafkaMetaModel(): KafkaMetaModel;
981
- type KafkaMetaModel = {
982
- action?: string;
983
- batch_id?: number;
984
- created_on?: string;
985
- created_timestamp?: number;
986
- job_type?: string;
987
- trace?: string[];
988
- };
989
- /** @returns {KafkaResponse} */
990
- declare function KafkaResponse(): KafkaResponse;
991
- type KafkaResponse = {
992
- offset?: number;
993
- partition?: number;
994
- };
995
1044
  /** @returns {LocalFileConfig} */
996
1045
  declare function LocalFileConfig(): LocalFileConfig;
997
1046
  type LocalFileConfig = {
998
- archive_config?: ArchiveConfig;
999
- file_regex?: string;
1047
+ retries?: number;
1000
1048
  interval?: number;
1001
1049
  local_dir?: string;
1002
- read_all_files?: boolean;
1003
- retries?: number;
1004
- unzip?: boolean;
1005
1050
  working_dir?: string;
1051
+ unzip?: boolean;
1006
1052
  zip_file_regex?: string;
1053
+ file_regex?: string;
1007
1054
  zip_format?: string;
1008
- };
1009
- /** @returns {Metum} */
1010
- declare function Metum(): Metum;
1011
- type Metum = {
1012
- _id?: string;
1013
- name?: string;
1014
- value?: string;
1055
+ archive_config?: ArchiveConfig;
1056
+ read_all_files?: boolean;
1015
1057
  };
1016
1058
  /** @returns {MongoDocConfig} */
1017
1059
  declare function MongoDocConfig(): MongoDocConfig;
1018
1060
  type MongoDocConfig = {
1019
- aggregate_pipeline?: any[];
1020
1061
  collection_name?: string;
1021
1062
  find_query?: any;
1022
1063
  projection_query?: any;
1023
1064
  prop_bean_configs?: PropBeanConfig[];
1065
+ aggregate_pipeline?: any[];
1024
1066
  skip_save?: boolean;
1025
1067
  };
1026
1068
  /** @returns {OAuthConfig} */
1027
1069
  declare function OAuthConfig(): OAuthConfig;
1028
1070
  type OAuthConfig = {
1029
- consumer_key?: string;
1030
- consumer_secret?: string;
1031
- function_name?: string;
1032
- interval?: number;
1033
1071
  limit?: number;
1034
1072
  pages?: number;
1035
- rest_base_url?: string;
1036
- rest_url?: string;
1073
+ interval?: number;
1074
+ consumer_key?: string;
1075
+ consumer_secret?: string;
1037
1076
  token?: string;
1038
1077
  token_secret?: string;
1039
- };
1040
- /** @returns {Page} */
1041
- declare function Page(): Page;
1042
- type Page = {
1043
- current?: number;
1044
- has_next?: boolean;
1045
- has_previous?: boolean;
1046
- item_total?: number;
1047
- next_id?: string;
1048
- size?: number;
1049
- type: string;
1078
+ rest_url?: string;
1079
+ rest_base_url?: string;
1080
+ function_name?: string;
1050
1081
  };
1051
1082
  /** @returns {ProcessConfig} */
1052
1083
  declare function ProcessConfig(): ProcessConfig;
1053
1084
  type ProcessConfig = {
1054
- aws_s3_config?: AWSS3config;
1055
1085
  db_config?: DBConfig;
1056
1086
  db_param_config?: DBParamConfig;
1057
- doc_mapping_config?: DocMappingConfig;
1087
+ sftp_config?: SFTPConfig;
1088
+ aws_s3_config?: AWSS3config;
1089
+ mongo_doc_config?: MongoDocConfig;
1090
+ ftp_config?: FTPConfig;
1058
1091
  email_config?: EmailConfig;
1059
1092
  file_config?: FileConfig;
1060
- ftp_config?: FTPConfig;
1061
- google_spreadsheet_config?: GoogleSpreadSheetConfig;
1062
- http_config?: HttpConfig;
1063
1093
  json_doc_config?: JsonDocConfig;
1094
+ doc_mapping_config?: DocMappingConfig;
1095
+ task_step_config?: TaskStepConfig;
1096
+ http_config?: HttpConfig;
1064
1097
  local_file_config?: LocalFileConfig;
1065
- mongo_doc_config?: MongoDocConfig;
1066
1098
  oauth_config?: OAuthConfig;
1067
- sftp_config?: SFTPConfig;
1068
- task_step_config?: TaskStepConfig;
1099
+ google_spreadsheet_config?: GoogleSpreadSheetConfig;
1069
1100
  };
1070
1101
  /** @returns {PropBeanConfig} */
1071
1102
  declare function PropBeanConfig(): PropBeanConfig;
1072
1103
  type PropBeanConfig = {
1073
- all_param_function_name?: string;
1074
- concat_str?: string;
1075
- const_value?: any;
1076
- data_type?: string;
1077
- default_value?: any;
1078
- destination_field?: string;
1079
- enrich_from_master?: boolean;
1080
- function_name?: string;
1081
- identifier_type?: string;
1082
- ignore_if_not_exists?: boolean;
1083
- include?: boolean;
1084
- index_field?: string;
1085
- optional?: boolean;
1086
- projection_query?: any;
1087
1104
  required?: boolean;
1105
+ optional?: boolean;
1088
1106
  send?: Send;
1089
- source_field?: string;
1090
- source_fields?: string[];
1091
- sub_separator?: string;
1092
- transformer_name?: string;
1093
1107
  validations?: any[];
1094
1108
  values?: string[];
1095
- };
1096
- /** @returns {PropBeanDTO} */
1097
- declare function PropBeanDTO(): PropBeanDTO;
1098
- type PropBeanDTO = {
1099
- all_param_function_name?: string;
1100
- concat_str?: string;
1101
- const_value?: any;
1109
+ include?: boolean;
1110
+ source_field?: string;
1111
+ source_fields?: string[];
1112
+ destination_field?: string;
1102
1113
  data_type?: string;
1103
1114
  default_value?: any;
1104
- destination_field?: string;
1105
- enrich_from_master?: boolean;
1115
+ const_value?: any;
1116
+ concat_str?: string;
1106
1117
  function_name?: string;
1107
- identifier_type?: string;
1108
- ignore_if_not_exists?: boolean;
1109
- include?: boolean;
1118
+ transformer_name?: string;
1119
+ all_param_function_name?: string;
1120
+ sub_separator?: string;
1110
1121
  index_field?: string;
1111
- optional?: boolean;
1122
+ ignore_if_not_exists?: boolean;
1123
+ identifier_type?: string;
1112
1124
  projection_query?: any;
1125
+ enrich_from_master?: boolean;
1126
+ };
1127
+ /** @returns {PropBeanDTO} */
1128
+ declare function PropBeanDTO(): PropBeanDTO;
1129
+ type PropBeanDTO = {
1113
1130
  required?: boolean;
1131
+ optional?: boolean;
1132
+ include?: boolean;
1114
1133
  source_field?: string;
1115
1134
  source_fields?: string[];
1116
- sub_separator?: string;
1135
+ destination_field?: string;
1136
+ data_type?: string;
1137
+ default_value?: any;
1138
+ const_value?: any;
1139
+ concat_str?: string;
1140
+ function_name?: string;
1117
1141
  transformer_name?: string;
1142
+ all_param_function_name?: string;
1143
+ sub_separator?: string;
1144
+ index_field?: string;
1145
+ ignore_if_not_exists?: boolean;
1146
+ identifier_type?: string;
1147
+ projection_query?: any;
1148
+ enrich_from_master?: boolean;
1118
1149
  };
1119
- /** @returns {ResponseEnvelopeJobConfigDTO} */
1120
- declare function ResponseEnvelopeJobConfigDTO(): ResponseEnvelopeJobConfigDTO;
1121
- type ResponseEnvelopeJobConfigDTO = {
1122
- error?: string;
1123
- exception?: string;
1124
- http_status?: string;
1125
- items?: JobConfigDTO;
1126
- message?: string;
1127
- page?: Page;
1128
- payload?: JobConfigDTO;
1129
- status?: number;
1130
- timestamp?: string;
1131
- total_time_taken_in_millis?: number;
1132
- trace_id?: string;
1133
- };
1134
- /** @returns {ResponseEnvelopeJobMetricsDto} */
1135
- declare function ResponseEnvelopeJobMetricsDto(): ResponseEnvelopeJobMetricsDto;
1136
- type ResponseEnvelopeJobMetricsDto = {
1137
- error?: string;
1138
- exception?: string;
1139
- http_status?: string;
1140
- items?: JobMetricsDto;
1141
- message?: string;
1142
- page?: Page;
1143
- payload?: JobMetricsDto;
1144
- status?: number;
1145
- timestamp?: string;
1146
- total_time_taken_in_millis?: number;
1147
- trace_id?: string;
1148
- };
1149
- /** @returns {ResponseEnvelopeKafkaResponse} */
1150
- declare function ResponseEnvelopeKafkaResponse(): ResponseEnvelopeKafkaResponse;
1151
- type ResponseEnvelopeKafkaResponse = {
1152
- error?: string;
1153
- exception?: string;
1154
- http_status?: string;
1155
- items?: KafkaResponse;
1156
- message?: string;
1157
- page?: Page;
1158
- payload?: KafkaResponse;
1159
- status?: number;
1160
- timestamp?: string;
1161
- total_time_taken_in_millis?: number;
1162
- trace_id?: string;
1163
- };
1164
- /** @returns {ResponseEnvelopeListJobConfigDTO} */
1165
- declare function ResponseEnvelopeListJobConfigDTO(): ResponseEnvelopeListJobConfigDTO;
1166
- type ResponseEnvelopeListJobConfigDTO = {
1167
- error?: string;
1168
- exception?: string;
1169
- http_status?: string;
1170
- items?: JobConfigDTO[];
1171
- message?: string;
1172
- page?: Page;
1173
- payload?: JobConfigDTO[];
1174
- status?: number;
1175
- timestamp?: string;
1176
- total_time_taken_in_millis?: number;
1177
- trace_id?: string;
1178
- };
1179
- /** @returns {ResponseEnvelopeListJobConfigListDTO} */
1180
- declare function ResponseEnvelopeListJobConfigListDTO(): ResponseEnvelopeListJobConfigListDTO;
1181
- type ResponseEnvelopeListJobConfigListDTO = {
1182
- error?: string;
1183
- exception?: string;
1184
- http_status?: string;
1185
- items?: JobConfigListDTO[];
1186
- message?: string;
1187
- page?: Page;
1188
- payload?: JobConfigListDTO[];
1189
- status?: number;
1190
- timestamp?: string;
1191
- total_time_taken_in_millis?: number;
1192
- trace_id?: string;
1193
- };
1194
- /** @returns {ResponseEnvelopeListJobConfigRawDTO} */
1195
- declare function ResponseEnvelopeListJobConfigRawDTO(): ResponseEnvelopeListJobConfigRawDTO;
1196
- type ResponseEnvelopeListJobConfigRawDTO = {
1197
- error?: string;
1198
- exception?: string;
1199
- http_status?: string;
1200
- items?: JobConfigRawDTO[];
1201
- message?: string;
1202
- page?: Page;
1203
- payload?: JobConfigRawDTO[];
1204
- status?: number;
1205
- timestamp?: string;
1206
- total_time_taken_in_millis?: number;
1207
- trace_id?: string;
1208
- };
1209
- /** @returns {ResponseEnvelopeListJobStepsDTO} */
1210
- declare function ResponseEnvelopeListJobStepsDTO(): ResponseEnvelopeListJobStepsDTO;
1211
- type ResponseEnvelopeListJobStepsDTO = {
1212
- error?: string;
1213
- exception?: string;
1214
- http_status?: string;
1215
- items?: JobStepsDTO[];
1216
- message?: string;
1217
- page?: Page;
1218
- payload?: JobStepsDTO[];
1219
- status?: number;
1150
+ /** @returns {ResponseEnvelopeListJobConfigRawDTO} */
1151
+ declare function ResponseEnvelopeListJobConfigRawDTO(): ResponseEnvelopeListJobConfigRawDTO;
1152
+ type ResponseEnvelopeListJobConfigRawDTO = {
1220
1153
  timestamp?: string;
1221
- total_time_taken_in_millis?: number;
1222
- trace_id?: string;
1223
- };
1224
- /** @returns {ResponseEnvelopeListSlingshotConfigurationDetail} */
1225
- declare function ResponseEnvelopeListSlingshotConfigurationDetail(): ResponseEnvelopeListSlingshotConfigurationDetail;
1226
- type ResponseEnvelopeListSlingshotConfigurationDetail = {
1227
- error?: string;
1228
- exception?: string;
1229
- http_status?: string;
1230
- items?: SlingshotConfigurationDetail[];
1231
- message?: string;
1232
- page?: Page;
1233
- payload?: SlingshotConfigurationDetail[];
1234
1154
  status?: number;
1235
- timestamp?: string;
1236
- total_time_taken_in_millis?: number;
1237
- trace_id?: string;
1238
- };
1239
- /** @returns {ResponseEnvelopeString} */
1240
- declare function ResponseEnvelopeString(): ResponseEnvelopeString;
1241
- type ResponseEnvelopeString = {
1242
1155
  error?: string;
1243
1156
  exception?: string;
1244
- http_status?: string;
1245
- items?: string;
1246
1157
  message?: string;
1247
- page?: Page;
1248
- payload?: string;
1249
- status?: number;
1250
- timestamp?: string;
1251
1158
  total_time_taken_in_millis?: number;
1159
+ http_status?: string;
1160
+ items?: JobConfigRawDTO[];
1161
+ payload?: JobConfigRawDTO[];
1252
1162
  trace_id?: string;
1253
- };
1254
- /** @returns {Send} */
1255
- declare function Send(): Send;
1256
- type Send = {
1257
- processed?: boolean;
1258
- raw?: boolean;
1163
+ page?: Page;
1259
1164
  };
1260
1165
  /** @returns {SFTPConfig} */
1261
1166
  declare function SFTPConfig(): SFTPConfig;
1262
1167
  type SFTPConfig = {
1263
- archive_config?: ArchiveConfig;
1264
- file_regex?: string;
1265
1168
  host?: string;
1266
- interval?: number;
1267
- local_dir?: string;
1268
- password?: string;
1269
- password_protected?: boolean;
1270
1169
  port?: number;
1271
- private_key_path?: string;
1272
- read_all_files?: boolean;
1273
- remote_dir?: string;
1170
+ username?: string;
1171
+ password?: string;
1172
+ unzip?: boolean;
1274
1173
  retries?: number;
1174
+ interval?: number;
1175
+ private_key_path?: string;
1275
1176
  strict_host_key_checking?: boolean;
1276
- unzip?: boolean;
1277
- username?: string;
1177
+ local_dir?: string;
1178
+ remote_dir?: string;
1179
+ password_protected?: boolean;
1278
1180
  zip_file_regex?: string;
1181
+ file_regex?: string;
1279
1182
  zip_format?: string;
1183
+ archive_config?: ArchiveConfig;
1184
+ read_all_files?: boolean;
1280
1185
  };
1281
- /** @returns {SlingshotConfigurationDetail} */
1282
- declare function SlingshotConfigurationDetail(): SlingshotConfigurationDetail;
1283
- type SlingshotConfigurationDetail = {
1284
- companies?: GCompany[];
1285
- integration?: SlingshotIntegration;
1286
- };
1287
- /** @returns {SlingshotIntegration} */
1288
- declare function SlingshotIntegration(): SlingshotIntegration;
1289
- type SlingshotIntegration = {
1290
- _id?: string;
1291
- description?: string;
1292
- meta?: Metum[];
1293
- name?: string;
1294
- slug?: string;
1186
+ /** @returns {Send} */
1187
+ declare function Send(): Send;
1188
+ type Send = {
1189
+ raw?: boolean;
1190
+ processed?: boolean;
1295
1191
  };
1296
1192
  /** @returns {StoreConfig} */
1297
1193
  declare function StoreConfig(): StoreConfig;
1298
1194
  type StoreConfig = {
1299
1195
  job_code?: string;
1300
- process_config?: ProcessConfig;
1301
- properties?: any;
1196
+ storeid?: string;
1302
1197
  store_alias?: string;
1303
- store_file_name?: string;
1304
1198
  store_file_regex?: string;
1305
- storeid?: string;
1306
- };
1307
- /** @returns {StoreData} */
1308
- declare function StoreData(): StoreData;
1309
- type StoreData = {
1310
- location_id?: string;
1199
+ store_file_name?: string;
1200
+ process_config?: ProcessConfig;
1201
+ properties?: any;
1311
1202
  };
1312
1203
  /** @returns {StoreFilter} */
1313
1204
  declare function StoreFilter(): StoreFilter;
1314
1205
  type StoreFilter = {
1315
- exclude_tags?: string[];
1316
1206
  include_tags?: string[];
1207
+ exclude_tags?: string[];
1317
1208
  query?: any;
1318
1209
  };
1319
- /** @returns {SuppressStoreModel} */
1320
- declare function SuppressStoreModel(): SuppressStoreModel;
1321
- type SuppressStoreModel = {
1322
- stores?: number[];
1323
- };
1324
- /** @returns {SuppressStorePayload} */
1325
- declare function SuppressStorePayload(): SuppressStorePayload;
1326
- type SuppressStorePayload = {
1327
- meta?: KafkaMetaModel;
1328
- payload?: SuppressStoreModel[];
1329
- };
1330
1210
  /** @returns {TaskConfig} */
1331
1211
  declare function TaskConfig(): TaskConfig;
1332
1212
  type TaskConfig = {
@@ -1334,12 +1214,6 @@ type TaskConfig = {
1334
1214
  task_config_id?: number;
1335
1215
  task_params?: TaskParam[];
1336
1216
  };
1337
- /** @returns {TaskDTO} */
1338
- declare function TaskDTO(): TaskDTO;
1339
- type TaskDTO = {
1340
- group_list?: GenericDTO[];
1341
- type?: number;
1342
- };
1343
1217
  /** @returns {TaskParam} */
1344
1218
  declare function TaskParam(): TaskParam;
1345
1219
  type TaskParam = {
@@ -1349,7 +1223,133 @@ type TaskParam = {
1349
1223
  /** @returns {TaskStepConfig} */
1350
1224
  declare function TaskStepConfig(): TaskStepConfig;
1351
1225
  type TaskStepConfig = {
1352
- task_config_group_ids?: number[];
1353
- task_config_ids?: number[];
1354
1226
  task_configs?: TaskConfig[];
1227
+ task_config_ids?: number[];
1228
+ task_config_group_ids?: number[];
1229
+ };
1230
+ /** @returns {JobStepsDTO} */
1231
+ declare function JobStepsDTO(): JobStepsDTO;
1232
+ type JobStepsDTO = {
1233
+ step_name?: string;
1234
+ type?: string;
1235
+ step_execution_time?: number;
1236
+ start_count?: number;
1237
+ end_count?: number;
1238
+ deleted_count?: number;
1239
+ processed_start_time?: string;
1240
+ processed_at?: string;
1241
+ };
1242
+ /** @returns {ResponseEnvelopeListJobStepsDTO} */
1243
+ declare function ResponseEnvelopeListJobStepsDTO(): ResponseEnvelopeListJobStepsDTO;
1244
+ type ResponseEnvelopeListJobStepsDTO = {
1245
+ timestamp?: string;
1246
+ status?: number;
1247
+ error?: string;
1248
+ exception?: string;
1249
+ message?: string;
1250
+ total_time_taken_in_millis?: number;
1251
+ http_status?: string;
1252
+ items?: JobStepsDTO[];
1253
+ payload?: JobStepsDTO[];
1254
+ trace_id?: string;
1255
+ page?: Page;
1256
+ };
1257
+ /** @returns {ResponseEnvelopeListJobConfigDTO} */
1258
+ declare function ResponseEnvelopeListJobConfigDTO(): ResponseEnvelopeListJobConfigDTO;
1259
+ type ResponseEnvelopeListJobConfigDTO = {
1260
+ timestamp?: string;
1261
+ status?: number;
1262
+ error?: string;
1263
+ exception?: string;
1264
+ message?: string;
1265
+ total_time_taken_in_millis?: number;
1266
+ http_status?: string;
1267
+ items?: JobConfigDTO[];
1268
+ payload?: JobConfigDTO[];
1269
+ trace_id?: string;
1270
+ page?: Page;
1271
+ };
1272
+ /** @returns {ResponseEnvelopeJobConfigDTO} */
1273
+ declare function ResponseEnvelopeJobConfigDTO(): ResponseEnvelopeJobConfigDTO;
1274
+ type ResponseEnvelopeJobConfigDTO = {
1275
+ timestamp?: string;
1276
+ status?: number;
1277
+ error?: string;
1278
+ exception?: string;
1279
+ message?: string;
1280
+ total_time_taken_in_millis?: number;
1281
+ http_status?: string;
1282
+ items?: JobConfigDTO;
1283
+ payload?: JobConfigDTO;
1284
+ trace_id?: string;
1285
+ page?: Page;
1286
+ };
1287
+ /** @returns {JobHistoryDto} */
1288
+ declare function JobHistoryDto(): JobHistoryDto;
1289
+ type JobHistoryDto = {
1290
+ total_added_count?: number;
1291
+ total_updated_count?: number;
1292
+ total_suppressed_count?: number;
1293
+ total_initial_count?: number;
1294
+ job_id?: number;
1295
+ status?: string;
1296
+ job_code?: string;
1297
+ processed_on?: string;
1298
+ filename?: string[];
1299
+ error_type?: string;
1300
+ message?: string;
1301
+ };
1302
+ /** @returns {JobMetricsDto} */
1303
+ declare function JobMetricsDto(): JobMetricsDto;
1304
+ type JobMetricsDto = {
1305
+ job_code?: string;
1306
+ is_run_more_than_usual?: string;
1307
+ job_history?: JobHistoryDto[];
1308
+ total_success_count?: number;
1309
+ total_failure_count?: number;
1310
+ total_warning_count?: number;
1311
+ total_suppressed_count?: number;
1312
+ total_job_runs?: number;
1313
+ };
1314
+ /** @returns {ResponseEnvelopeJobMetricsDto} */
1315
+ declare function ResponseEnvelopeJobMetricsDto(): ResponseEnvelopeJobMetricsDto;
1316
+ type ResponseEnvelopeJobMetricsDto = {
1317
+ timestamp?: string;
1318
+ status?: number;
1319
+ error?: string;
1320
+ exception?: string;
1321
+ message?: string;
1322
+ total_time_taken_in_millis?: number;
1323
+ http_status?: string;
1324
+ items?: JobMetricsDto;
1325
+ payload?: JobMetricsDto;
1326
+ trace_id?: string;
1327
+ page?: Page;
1328
+ };
1329
+ /** @returns {JobConfigListDTO} */
1330
+ declare function JobConfigListDTO(): JobConfigListDTO;
1331
+ type JobConfigListDTO = {
1332
+ code?: string;
1333
+ alias?: string;
1334
+ modified_by?: string;
1335
+ created_by?: string;
1336
+ modified_on?: string;
1337
+ created_on?: string;
1338
+ active?: boolean;
1339
+ type?: string;
1340
+ };
1341
+ /** @returns {ResponseEnvelopeListJobConfigListDTO} */
1342
+ declare function ResponseEnvelopeListJobConfigListDTO(): ResponseEnvelopeListJobConfigListDTO;
1343
+ type ResponseEnvelopeListJobConfigListDTO = {
1344
+ timestamp?: string;
1345
+ status?: number;
1346
+ error?: string;
1347
+ exception?: string;
1348
+ message?: string;
1349
+ total_time_taken_in_millis?: number;
1350
+ http_status?: string;
1351
+ items?: JobConfigListDTO[];
1352
+ payload?: JobConfigListDTO[];
1353
+ trace_id?: string;
1354
+ page?: Page;
1355
1355
  };