@smplkit/sdk 1.4.0 → 1.5.1
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -19477,6 +19477,10 @@ var SmplClient = class {
|
|
|
19477
19477
|
await this._appHttp.POST("/api/v1/contexts/bulk", {
|
|
19478
19478
|
body: {
|
|
19479
19479
|
contexts: [
|
|
19480
|
+
{
|
|
19481
|
+
type: "environment",
|
|
19482
|
+
key: this._environment
|
|
19483
|
+
},
|
|
19480
19484
|
{
|
|
19481
19485
|
type: "service",
|
|
19482
19486
|
key: this._service,
|