@mondaydotcomorg/monday-authorization 1.1.9-featurebelkaauthz-sdk-update.2215 → 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.
@@ -29,4 +29,6 @@ export declare class AuthorizationService {
29
29
  }
30
30
  export declare function getCurrentAppName(): string;
31
31
  export declare function getAttributions(): any;
32
- export declare function getAttributionsFromApi(): {};
32
+ export declare function getAttributionsFromApi(): {
33
+ [k: string]: any;
34
+ };
@@ -205,12 +205,12 @@ 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}_belka_internal`] = attributionsHeaders[key];
211
- });
208
+ // const attributionHeadersInternal = {};
209
+ // Object.keys(attributionsHeaders).forEach(function (key) {
210
+ // attributionHeadersInternal[`${key}_internal`] = attributionsHeaders[key];
211
+ // });
212
212
  // let attributions = getVariable('runtime_attributions/valid_attributes', { silent: true });
213
- return attributionHeadersInternal;
213
+ return attributionsHeaders;
214
214
  }
215
215
  exports.getAttributionsFromApi = getAttributionsFromApi;
216
216
  function getVariable(key, options = { silent: false }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.9-featurebelkaauthz-sdk-update.2215+1bfb8b39a",
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": "1bfb8b39a050015f349ffafcd707b9aeb44dad91"
36
+ "gitHead": "2b62de57a2f9febf0252f64d25e11624a59bb765"
37
37
  }