@smplkit/sdk 1.8.0 → 1.8.2

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
@@ -18614,7 +18614,7 @@ var FlagsClient = class {
18614
18614
  return new Flag(this, {
18615
18615
  id: resource.id ?? null,
18616
18616
  name: attrs.name,
18617
- type: attrs.type,
18617
+ type: attrs.type ?? null,
18618
18618
  default: attrs.default,
18619
18619
  values: attrs.values ? attrs.values.map((v) => ({ name: v.name, value: v.value })) : null,
18620
18620
  description: attrs.description ?? null,