@smplkit/sdk 1.3.32 → 1.3.34
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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,
|
|
17873
17872
|
type: "flag",
|
|
17874
17873
|
attributes: {
|
|
17874
|
+
id: flag.id,
|
|
17875
17875
|
name: flag.name,
|
|
17876
17876
|
description: flag.description ?? "",
|
|
17877
17877
|
type: flag.type,
|