@pagerduty/backstage-plugin-entity-processor 0.2.0-next.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/config.d.ts +7 -1
  2. package/package.json +2 -2
package/config.d.ts CHANGED
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { PagerDutyOAuthConfig } from '@pagerduty/backstage-plugin-common';
17
+ import { PagerDutyAccountConfig, PagerDutyOAuthConfig } from '@pagerduty/backstage-plugin-common';
18
18
 
19
19
  export interface Config {
20
20
  /**
@@ -42,5 +42,11 @@ export interface Config {
42
42
  * @deepVisibility secret
43
43
  */
44
44
  oauth?: PagerDutyOAuthConfig;
45
+
46
+ /**
47
+ * Optional PagerDuty multi-account configuration
48
+ * @deepVisibility secret
49
+ */
50
+ accounts?: PagerDutyAccountConfig[];
45
51
  };
46
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-entity-processor",
3
- "version": "0.2.0-next.0",
3
+ "version": "0.2.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "@backstage/catalog-model": "^1.5.0",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/plugin-catalog-node": "^1.12.2",
40
- "@pagerduty/backstage-plugin-common": "0.1.6-next.3",
40
+ "@pagerduty/backstage-plugin-common": "0.2.0",
41
41
  "@rjsf/core": "^5.14.3",
42
42
  "node-fetch": "^2.6.7",
43
43
  "winston": "^3.2.1",