@wildix/wda-insights-client 1.1.41 → 1.1.42
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.
- package/dist-types/commands/CreateProjectionCommand.d.ts +1 -0
- package/dist-types/commands/DisableProjectionCommand.d.ts +1 -0
- package/dist-types/commands/EnableProjectionCommand.d.ts +1 -0
- package/dist-types/commands/GetProjectionCommand.d.ts +1 -0
- package/dist-types/commands/ListProjectionsCommand.d.ts +1 -0
- package/dist-types/commands/PauseProjectionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProjectionCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/package.json +1 -1
|
@@ -2689,6 +2689,11 @@ export interface CreateProjectionInput {
|
|
|
2689
2689
|
*/
|
|
2690
2690
|
export interface ProjectionMetadata {
|
|
2691
2691
|
predefined?: boolean | undefined;
|
|
2692
|
+
/**
|
|
2693
|
+
* True when a predefined projection has tenant-specific overrides applied.
|
|
2694
|
+
* @public
|
|
2695
|
+
*/
|
|
2696
|
+
customized?: boolean | undefined;
|
|
2692
2697
|
}
|
|
2693
2698
|
/**
|
|
2694
2699
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-insights-client",
|
|
3
3
|
"description": "@wildix/wda-insights-client client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.42",
|
|
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",
|