@mondaydotcomorg/monday-authorization 1.1.9-featurebelkaauthz-sdk-update.2212 → 1.1.9-featurebelkaauthz-sdk-update.2213

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.
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.AuthorizationAttributesService = void 0;
13
13
  const monday_fetch_1 = require("@mondaydotcomorg/monday-fetch");
14
14
  const authorization_internal_service_1 = require("./authorization-internal-service");
15
- const authorization_service_1 = require("lib/authorization-service");
15
+ const authorization_service_1 = require("./authorization-service");
16
16
  class AuthorizationAttributesService {
17
17
  /**
18
18
  * Upsert resource attributes synchronously, performing http call to the authorization MS to assign the given attributes to the given resource.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.9-featurebelkaauthz-sdk-update.2212+6ac21a2aa",
3
+ "version": "1.1.9-featurebelkaauthz-sdk-update.2213+3b128b4b9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "BSD-3-Clause",
@@ -32,5 +32,5 @@
32
32
  "files": [
33
33
  "dist/"
34
34
  ],
35
- "gitHead": "6ac21a2aabda80ae5e61ca9e840d5b553131f7d0"
35
+ "gitHead": "3b128b4b94aa90f11b7bc5f2bd6301fd81de8141"
36
36
  }