@smplkit/sdk 1.3.32 → 1.3.33

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.js CHANGED
@@ -17831,9 +17831,9 @@ var FlagsClient = class {
17831
17831
  async _createFlag(flag) {
17832
17832
  const body = {
17833
17833
  data: {
17834
- id: flag.id,
17835
17834
  type: "flag",
17836
17835
  attributes: {
17836
+ id: flag.id,
17837
17837
  name: flag.name,
17838
17838
  description: flag.description ?? "",
17839
17839
  type: flag.type,