@smplkit/sdk 3.0.25 → 3.0.26
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -3
- package/dist/index.d.ts +12 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
16876
|
+
forwarderType: a.forwarder_type,
|
|
16877
16877
|
enabled: Boolean(a.enabled ?? true),
|
|
16878
16878
|
filter: a.filter ?? null,
|
|
16879
16879
|
transform: a.transform ?? null,
|