Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dynatrace-sdk/client-app-engine-registry

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynatrace-sdk/client-app-engine-registry - npm Package Compare versions

Comparing version 1.6.0 to 1.6.2

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # AppEngine - Registry

## 1.6.2
### Patch Changes
- Update documentation.
## 1.6.1
### Patch Changes
- Use `Record` type instead of `any` for free-form objects where applicable.
## 1.6.0

@@ -7,0 +19,0 @@

2

cjs/index.js
/**
* @license
* Copyright 2023 Dynatrace LLC
* Copyright 2023-2024 Dynatrace LLC
* Licensed under the Apache License, Version 2.0 (the "License");

@@ -5,0 +5,0 @@ * you may not use this file except in compliance with the License.

@@ -25,3 +25,3 @@ ---

import NpmLogo from '@site/static/img/npm-logo.png';
import NpmLogo from "@site/static/img/npm-logo.png";

@@ -31,8 +31,12 @@ <div class="row margin-bottom--md">

<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry">
<span class="margin-right--xs">@dynatrace-sdk/client-app-engine-registry</span>
<span class="margin-right--xs">
@dynatrace-sdk/client-app-engine-registry
</span>
<img className="no-zoom" width="20px" src={NpmLogo} />
</a>
</div>
<div class="col" style={{textAlign: 'right'}}>
<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.6.0">v1.6.0</a>
<div class="col" style={{ textAlign: "right" }}>
<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.6.2">
v1.6.2
</a>
</div>

@@ -240,3 +244,3 @@ </div>

<!-- no returns -->
{/* no returns */}

@@ -268,3 +272,3 @@ <details>

<div class="padding-bottom--md">
<strong>appEngineRegistrySchemaManifestClient.getAppManifestSchema(abortSignal?): Promise&lt;<a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a>&gt;</strong>
<strong>appEngineRegistrySchemaManifestClient.getAppManifestSchema(abortSignal?): Promise&lt;Record&lt;<a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> &#124; <a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a>&gt;&gt;</strong>

@@ -277,3 +281,3 @@ <div class="padding-left--md">

<!-- no parameters -->
{/* no parameters */}

@@ -311,3 +315,3 @@ #### Returns

<!-- no parameters -->
{/* no parameters */}

@@ -361,16 +365,16 @@ #### Returns

| Name | Type | Description |
| ------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| appIcon | <a href="#appicon">AppIcon</a> | |
| description<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The description of the app |
| id<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The id of the app |
| isBuiltin | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | <p>Whether this is a built-in app or not. Built-in apps are provided by Dynatrace and installed on every environment.</p> |
| isolatedUri | <a href="#appisolateduri">AppIsolatedUri</a> | |
| manifest | <a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a> | |
| modificationInfo<sup>\*required</sup> | <a href="#modificationinfo">ModificationInfo</a> | |
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the app |
| resourceContext | <a href="#resourcecontext">ResourceContext</a> | |
| resourceStatus<sup>\*required</sup> | <a href="#resourcestatus">ResourceStatus</a> | |
| signatureInfo<sup>\*required</sup> | <a href="#appsignatureinfo">AppSignatureInfo</a> | |
| version<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The version of the app |
| Name | Type | Description |
| ------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| appIcon | <a href="#appicon">AppIcon</a> | |
| description<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The description of the app |
| id<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The id of the app |
| isBuiltin | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | <p>Whether this is a built-in app or not. Built-in apps are provided by Dynatrace and installed on every environment.</p> |
| isolatedUri | <a href="#appisolateduri">AppIsolatedUri</a> | |
| manifest | AppInfoManifest | |
| modificationInfo<sup>\*required</sup> | <a href="#modificationinfo">ModificationInfo</a> | |
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the app |
| resourceContext | <a href="#resourcecontext">ResourceContext</a> | |
| resourceStatus<sup>\*required</sup> | <a href="#resourcestatus">ResourceStatus</a> | |
| signatureInfo<sup>\*required</sup> | <a href="#appsignatureinfo">AppSignatureInfo</a> | |
| version<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The version of the app |

@@ -496,7 +500,7 @@ ### AppInfoList

| Name | Type | Description |
| ---------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| actions<sup>\*required</sup> | Array&lt;<a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a>&gt; | List of app actions. Actions are sorted by name in ascending order. Actions without name are last. |
| id<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | App id |
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | App name |
| Name | Type | Description |
| ---------------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| actions<sup>\*required</sup> | Array&lt;SearchAppActionActionsItem&gt; | List of app actions. Actions are sorted by name in ascending order. Actions without name are last. |
| id<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | App id |
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | App name |

@@ -503,0 +507,0 @@ ### SearchAppActionList

{
"dynagen": {
"version": "0.13.0",
"version": "0.13.1",
"generatedAt": "",
"template": {
"name": "@dynatrace-sdk/template-typescript-client",
"version": "0.18.6"
"version": "0.18.10"
}

@@ -9,0 +9,0 @@ },

/**
* @license
* Copyright 2023 Dynatrace LLC
* Copyright 2023-2024 Dynatrace LLC
* Licensed under the Apache License, Version 2.0 (the "License");

@@ -5,0 +5,0 @@ * you may not use this file except in compliance with the License.

{
"name": "@dynatrace-sdk/client-app-engine-registry",
"version": "1.6.0",
"version": "1.6.2",
"description": "Manage Dynatrace AppEngine apps.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

# @dynatrace-sdk/client-app-engine-registry
[![npm](https://img.shields.io/badge/npm-v1.6.0-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.6.0)
[![npm](https://img.shields.io/badge/npm-v1.6.2-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.6.2)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

@@ -5,0 +5,0 @@

@@ -22,3 +22,3 @@ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';

*/
getAppManifestSchema(abortSignal?: AbortSignal): Promise<any>;
getAppManifestSchema(abortSignal?: AbortSignal): Promise<Record<string, any>>;
/**

@@ -25,0 +25,0 @@ * Get default CSP rules for apps

/**
* The manifest of the app
* This is just an alias for a type any.
* @typedef {any} AppInfoManifest
* This is just an alias for a type Record<string, any>.
* @typedef {Record<string, any>} AppInfoManifest
*/
export declare type AppInfoManifest = any;
export declare type AppInfoManifest = Record<string, any>;
import { AppInfoManifest } from './app-info-manifest';
export declare type AsJson = any;
export declare type AsJson = Record<string, any>;
export declare function fromJson($model: AsJson): AppInfoManifest;
export declare function toJson($model: AppInfoManifest): AsJson;
/**
* Action of an app.
* This is just an alias for a type any.
* @typedef {any} SearchAppActionActionsItem
* This is just an alias for a type Record<string, any>.
* @typedef {Record<string, any>} SearchAppActionActionsItem
*/
export declare type SearchAppActionActionsItem = any;
export declare type SearchAppActionActionsItem = Record<string, any>;
import { SearchAppActionActionsItem } from './search-app-action-actions-item';
export declare type AsJson = any;
export declare type AsJson = Record<string, any>;
export declare function fromJson($model: AsJson): SearchAppActionActionsItem;
export declare function toJson($model: SearchAppActionActionsItem): AsJson;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc