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

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.
@@ -30,7 +30,7 @@ class AuthorizationAttributesService {
30
30
  headers: {
31
31
  Authorization: internalAuthToken,
32
32
  'Content-Type': 'application/json',
33
- 'x-internal-controller-caller-app-name': (0, authorization_service_1.getCurrentAppName)(),
33
+ 'X-INTERNAL-CONTROLLER-CALLER-APP-NAME': (0, authorization_service_1.getCurrentAppName)(),
34
34
  },
35
35
  timeout: authorization_internal_service_1.AuthorizationInternalService.getRequestTimeout(),
36
36
  body: JSON.stringify({ resourceAttributeAssignments }),
@@ -57,7 +57,7 @@ class AuthorizationAttributesService {
57
57
  headers: {
58
58
  Authorization: internalAuthToken,
59
59
  'Content-Type': 'application/json',
60
- 'x-internal-controller-caller-app-name': (0, authorization_service_1.getCurrentAppName)(),
60
+ 'X-INTERNAL-CONTROLLER-CALLER-APP-NAME': (0, authorization_service_1.getCurrentAppName)(),
61
61
  },
62
62
  timeout: authorization_internal_service_1.AuthorizationInternalService.getRequestTimeout(),
63
63
  body: JSON.stringify({ keys: attributeKeys }),
@@ -96,7 +96,7 @@ class AuthorizationService {
96
96
  headers: {
97
97
  Authorization: internalAuthToken,
98
98
  'Content-Type': 'application/json',
99
- 'x-internal-controller-caller-app-name': getCurrentAppName(),
99
+ 'X-INTERNAL-CONTROLLER-CALLER-APP-NAME': getCurrentAppName(),
100
100
  },
101
101
  timeout: authorization_internal_service_1.AuthorizationInternalService.getRequestTimeout(),
102
102
  body: JSON.stringify({
@@ -131,7 +131,7 @@ class AuthorizationService {
131
131
  headers: {
132
132
  Authorization: internalAuthToken,
133
133
  'Content-Type': 'application/json',
134
- 'x-internal-controller-caller-app-name': getCurrentAppName(),
134
+ 'X-INTERNAL-CONTROLLER-CALLER-APP-NAME': getCurrentAppName(),
135
135
  },
136
136
  timeout: authorization_internal_service_1.AuthorizationInternalService.getRequestTimeout(),
137
137
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.9-featurebelkaauthz-sdk-update.2210+3a2ebfca5",
3
+ "version": "1.1.9-featurebelkaauthz-sdk-update.2212+6ac21a2aa",
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": "3a2ebfca5cb1d1aad2149f24c735f14283b8c822"
35
+ "gitHead": "6ac21a2aabda80ae5e61ca9e840d5b553131f7d0"
36
36
  }