@smplkit/sdk 1.4.0 → 1.5.0

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
@@ -19436,6 +19436,10 @@ var SmplClient = class {
19436
19436
  await this._appHttp.POST("/api/v1/contexts/bulk", {
19437
19437
  body: {
19438
19438
  contexts: [
19439
+ {
19440
+ type: "environment",
19441
+ key: this._environment
19442
+ },
19439
19443
  {
19440
19444
  type: "service",
19441
19445
  key: this._service,