@mondaydotcomorg/monday-authorization 1.1.9-featurebelkaauthz-sdk-update.2214 → 1.1.9-featurebelkaauthz-sdk-update.2216

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.
@@ -205,6 +205,10 @@ function getAttributionsFromApi() {
205
205
  // @ts-expect-error not an error
206
206
  const { runtimeAttributions } = tridentContext;
207
207
  const attributionsHeaders = Object.fromEntries(runtimeAttributions === null || runtimeAttributions === void 0 ? void 0 : runtimeAttributions.buildOutgoingHeaders('HTTP_INTERNAL'));
208
+ // const attributionHeadersInternal = {};
209
+ // Object.keys(attributionsHeaders).forEach(function (key) {
210
+ // attributionHeadersInternal[`${key}_internal`] = attributionsHeaders[key];
211
+ // });
208
212
  // let attributions = getVariable('runtime_attributions/valid_attributes', { silent: true });
209
213
  return attributionsHeaders;
210
214
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.9-featurebelkaauthz-sdk-update.2214+e9f3d6d6d",
3
+ "version": "1.1.9-featurebelkaauthz-sdk-update.2216+2b62de57a",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "BSD-3-Clause",
@@ -33,5 +33,5 @@
33
33
  "files": [
34
34
  "dist/"
35
35
  ],
36
- "gitHead": "e9f3d6d6d13d674a9712b5f7ced8a1dcd58ea953"
36
+ "gitHead": "2b62de57a2f9febf0252f64d25e11624a59bb765"
37
37
  }