@smplkit/sdk 3.0.66 → 3.0.67

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/dist/index.d.cts CHANGED
@@ -209,13 +209,13 @@ interface HttpHeader {
209
209
  * policies) and will get its own type if customer demand warrants.
210
210
  */
211
211
  declare enum ForwarderType {
212
- DATADOG = "DATADOG",
213
- ELASTIC = "ELASTIC",
214
- HONEYCOMB = "HONEYCOMB",
215
- HTTP = "HTTP",
216
- NEW_RELIC = "NEW_RELIC",
217
- SPLUNK_HEC = "SPLUNK_HEC",
218
- SUMO_LOGIC = "SUMO_LOGIC"
212
+ DATADOG = "datadog",
213
+ ELASTIC = "elastic",
214
+ HONEYCOMB = "honeycomb",
215
+ HTTP = "http",
216
+ NEW_RELIC = "new_relic",
217
+ SPLUNK_HEC = "splunk_hec",
218
+ SUMO_LOGIC = "sumo_logic"
219
219
  }
220
220
  /**
221
221
  * HTTP verb used by a forwarder's outbound delivery.
package/dist/index.d.ts CHANGED
@@ -209,13 +209,13 @@ interface HttpHeader {
209
209
  * policies) and will get its own type if customer demand warrants.
210
210
  */
211
211
  declare enum ForwarderType {
212
- DATADOG = "DATADOG",
213
- ELASTIC = "ELASTIC",
214
- HONEYCOMB = "HONEYCOMB",
215
- HTTP = "HTTP",
216
- NEW_RELIC = "NEW_RELIC",
217
- SPLUNK_HEC = "SPLUNK_HEC",
218
- SUMO_LOGIC = "SUMO_LOGIC"
212
+ DATADOG = "datadog",
213
+ ELASTIC = "elastic",
214
+ HONEYCOMB = "honeycomb",
215
+ HTTP = "http",
216
+ NEW_RELIC = "new_relic",
217
+ SPLUNK_HEC = "splunk_hec",
218
+ SUMO_LOGIC = "sumo_logic"
219
219
  }
220
220
  /**
221
221
  * HTTP verb used by a forwarder's outbound delivery.