@smplkit/sdk 3.0.65 → 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.
@@ -1317,7 +1317,7 @@ interface components {
1317
1317
  Flag: {
1318
1318
  /**
1319
1319
  * Name
1320
- * @description Human-readable display name for the flag.
1320
+ * @description Human-readable display name for the flag. Cannot be empty or whitespace-only.
1321
1321
  */
1322
1322
  name: string;
1323
1323
  /**
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.
@@ -1317,7 +1317,7 @@ interface components {
1317
1317
  Flag: {
1318
1318
  /**
1319
1319
  * Name
1320
- * @description Human-readable display name for the flag.
1320
+ * @description Human-readable display name for the flag. Cannot be empty or whitespace-only.
1321
1321
  */
1322
1322
  name: string;
1323
1323
  /**