@smplkit/sdk 3.0.25 → 3.0.27

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.cjs CHANGED
@@ -16873,7 +16873,7 @@ function _forwarderFromResource(resource) {
16873
16873
  id: resource.id,
16874
16874
  name: String(a.name ?? ""),
16875
16875
  slug: String(a.slug ?? ""),
16876
- forwarderType: String(a.forwarder_type ?? ""),
16876
+ forwarderType: a.forwarder_type,
16877
16877
  enabled: Boolean(a.enabled ?? true),
16878
16878
  filter: a.filter ?? null,
16879
16879
  transform: a.transform ?? null,