@smplkit/sdk 1.3.38 → 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 +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.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,
|
|
17834
17835
|
type: "flag",
|
|
17835
17836
|
attributes: {
|
|
17836
|
-
id: flag.id,
|
|
17837
17837
|
name: flag.name,
|
|
17838
17838
|
description: flag.description ?? "",
|
|
17839
17839
|
type: flag.type,
|