@mondaydotcomorg/monday-authorization 1.1.9-authzbashanyeadd-async-resource-attributes-support.3112 → 1.1.9-authzbashanyeadd-async-resource-attributes-support.3113

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.
@@ -95,8 +95,8 @@ class AuthorizationAttributesService {
95
95
  }
96
96
  static getSnsTopicArn() {
97
97
  var _a;
98
- return ((_a = trident_backend_api_1.Api.getPart('configurationVariables')) === null || _a === void 0 ? void 0 : _a.get('authorization_resource_attributes_sns')) ||
99
- process.env.AUTHORIZATION_RESOURCE_ATTRIBUTES_SNS;
98
+ return ((_a = trident_backend_api_1.Api.getPart('configurationVariables')) === null || _a === void 0 ? void 0 : _a.get('authorization_resource_attributes_sns_topic').arn) ||
99
+ process.env.AUTHORIZATION_RESOURCE_ATTRIBUTES_SNS_TOPIC;
100
100
  }
101
101
  static getResourceAttributesUrl(accountId) {
102
102
  return `${process.env.AUTHORIZATION_URL}/attributes/${accountId}/resource`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.9-authzbashanyeadd-async-resource-attributes-support.3112+963c7b49f",
3
+ "version": "1.1.9-authzbashanyeadd-async-resource-attributes-support.3113+4eb10e851",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "BSD-3-Clause",
@@ -34,5 +34,5 @@
34
34
  "files": [
35
35
  "dist/"
36
36
  ],
37
- "gitHead": "963c7b49f6bf56bb15150dc2b76f0d875c77ec97"
37
+ "gitHead": "4eb10e851465776272c932f8ae85f76aa12a9d5d"
38
38
  }