@wildix/wim-knowledge-base-client 0.0.21 → 0.0.22

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.
@@ -71,6 +71,7 @@ declare const DescribeDataSourceCommand_base: {
71
71
  * // { // DescribeDataSourceConfluenceSpaceResult
72
72
  * // id: "STRING_VALUE", // required
73
73
  * // name: "STRING_VALUE", // required
74
+ * // key: "STRING_VALUE",
74
75
  * // },
75
76
  * // ],
76
77
  * // pages: [ // DescribeDataSourceConfluencePagesList
@@ -839,6 +839,11 @@ export interface DescribeDataSourceConfluenceSpaceResult {
839
839
  * @public
840
840
  */
841
841
  name: string;
842
+ /**
843
+ * The key of the space.
844
+ * @public
845
+ */
846
+ key?: string | undefined;
842
847
  }
843
848
  /**
844
849
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wim-knowledge-base-client",
3
3
  "description": "@wildix/wim-knowledge-base-client client",
4
- "version": "0.0.21",
4
+ "version": "0.0.22",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",