Skip to content

Commit

Permalink
chore: Types update
Browse files Browse the repository at this point in the history
Signed-off-by: Mender Test Bot <mender@northern.tech>
  • Loading branch information
mender-test-bot committed Jun 13, 2024
1 parent 3005e4d commit e0e8d59
Show file tree
Hide file tree
Showing 162 changed files with 333 additions and 415 deletions.
3 changes: 1 addition & 2 deletions src/js/api/types/AWSCredentials.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* AWS credentials in the form of access key id and secret access key, a region and a
* device policy name.
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/Actor.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* The actor may be a user or device.
* Depending on the type of the actor different information will be available.
Expand All @@ -25,7 +24,6 @@ export type Actor = {
*/
identity_data?: string;
};

export namespace Actor {
/**
* The type of the actor.
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/Addon.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Mender addon definition.
*/
Expand Down
5 changes: 1 addition & 4 deletions src/js/api/types/Alert.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { AlertSubject } from "./AlertSubject";

export type Alert = {
/**
* A unique ID for the alert.
Expand All @@ -25,7 +23,6 @@ export type Alert = {
*/
timestamp: string;
};

export namespace Alert {
/**
* Alert severity level
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/AlertDetails.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { LineDescriptor } from "./LineDescriptor";

/**
* Additional details on the alert.
*/
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/AlertSubject.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { AlertDetails } from "./AlertDetails";

/**
* Alert subject: the description of the alert origin
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ApiBurst.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* API burst limit definition.
*/
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/ApiLimits.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { ApiBurst } from "./ApiBurst";
import type { ApiQuota } from "./ApiQuota";

/**
* Usage quota and burst limit definitions for an API type.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ApiQuota.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* API usage quota definition.
*/
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/Artifact.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { ArtifactInfo } from "./ArtifactInfo";
import type { Update } from "./Update";

/**
* Detailed artifact.
*/
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/ArtifactDeployments.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { ArtifactInfo } from "./ArtifactInfo";
import type { Update } from "./Update";

/**
* Detailed artifact.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactInfo.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Information about artifact format and version.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactInfoDeployments.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Information about artifact format and version.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactLink.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* URL for artifact file download.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactTypeInfo.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Information about update type.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactTypeInfoDeployments.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Information about update type.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactUpdate.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Artifact information update.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/ArtifactUploadLink.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* URL for artifact file upload.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/Attribute.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Attribute descriptor.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/AttributeInventory.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Attribute descriptor.
*/
Expand Down
5 changes: 1 addition & 4 deletions src/js/api/types/AuditLog.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { Actor } from "./Actor";
import type { Object } from "./Object";

/**
* The audit log.
*/
Expand All @@ -16,7 +14,6 @@ export type AuditLog = {
object: Object;
change?: string;
};

export namespace AuditLog {
export enum action {
CREATE = "create",
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/AuthSet.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* AuthSet describes the identity a device use to authenticate with the Mender servier.
*/
Expand Down
5 changes: 1 addition & 4 deletions src/js/api/types/AuthSetDeviceauth.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { IdentityData } from "./IdentityData";

/**
* Authentication data set
*/
Expand All @@ -28,7 +26,6 @@ export type AuthSetDeviceauth = {
*/
device_id?: string;
};

export namespace AuthSetDeviceauth {
export enum status {
PENDING = "pending",
Expand Down
23 changes: 23 additions & 0 deletions src/js/api/types/AutoAuthRequest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type AutoAuthRequest = {
/**
* Vendor-specific JSON representation of the device identity data (MACs, serial numbers, etc.).
*/
id_data: string;
/**
* The device's public key (PEM encoding), generated by the device or pre-provisioned by the vendor. Currently supported public algorithms are: RSA, ED25519 and ECDSA.
*/
pubkey: string;
/**
* Tenant token.
*/
tenant_token?: string;
/**
* External identity which can be used to verify devices managed by cloud providers.
* Currently, only Azure IoT Edge devices are supported.
*/
external_id?: string;
};
3 changes: 1 addition & 2 deletions src/js/api/types/AzureSharedAccessSecret.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Shared Access Secret is an authentication mechanism in the form of a
* connection string for Azure IoT Hub.
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/BillingInfo.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { CardData } from "./CardData";
import type { SubscriptionData } from "./SubscriptionData";

/**
* Billing related data, such as credit card information and next billing date
*/
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/BinaryDeltaConfiguration.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { XDeltaArgs } from "./XDeltaArgs";

/**
* The mender-binary-delta-generator configuration options.
*/
Expand Down
4 changes: 1 addition & 3 deletions src/js/api/types/BinaryDeltaLimits.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { Limit } from "./Limit";
import type { XDeltaArgsLimits } from "./XDeltaArgsLimits";

/**
* The mender-binary-delta-generator configuration limits.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/CancelRequest.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Cancellation request of a tenant account.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/CardData.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Card information stored in Stripe. The full type description is available at "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.yaml#/components/schemas/payment_method_card"
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/CardSetupData.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Stripe setup intent data.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/js/api/types/CheckoutData.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
* Checkout data.
*/
Expand Down
Loading

0 comments on commit e0e8d59

Please sign in to comment.