@smplkit/sdk 1.3.37 → 1.3.39

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
@@ -17869,9 +17869,9 @@ var FlagsClient = class {
17869
17869
  async _createFlag(flag) {
17870
17870
  const body = {
17871
17871
  data: {
17872
+ id: flag.id,
17872
17873
  type: "flag",
17873
17874
  attributes: {
17874
- id: flag.id,
17875
17875
  name: flag.name,
17876
17876
  description: flag.description ?? "",
17877
17877
  type: flag.type,