@smplkit/sdk 1.9.0 → 1.9.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 +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20040,7 +20040,6 @@ var ContextTypesClient = class {
|
|
|
20040
20040
|
id: ct.id,
|
|
20041
20041
|
type: "context_type",
|
|
20042
20042
|
attributes: {
|
|
20043
|
-
id: ct.id,
|
|
20044
20043
|
name: ct.name,
|
|
20045
20044
|
attributes: ct.attributes
|
|
20046
20045
|
}
|
|
@@ -20065,7 +20064,6 @@ var ContextTypesClient = class {
|
|
|
20065
20064
|
id: ct.id,
|
|
20066
20065
|
type: "context_type",
|
|
20067
20066
|
attributes: {
|
|
20068
|
-
id: ct.id,
|
|
20069
20067
|
name: ct.name,
|
|
20070
20068
|
attributes: ct.attributes
|
|
20071
20069
|
}
|