/** * VTEX account name * * @note VTEX standard account name. */ export declare const ATTR_VTEX_ACCOUNT_NAME: "vtex.account.name"; export declare const ATTR_VTEX_ACCOUNT_NAME_DESCRIPTION: "VTEX account name"; /** * VTEX account name * * @note The parent is the main account of one client. */ export declare const ATTR_VTEX_ACCOUNT_PARENT_NAME: "vtex.account.parent.name"; export declare const ATTR_VTEX_ACCOUNT_PARENT_NAME_DESCRIPTION: "VTEX account name"; /** * VTEX application id * * @note Each VTEX application have to have unique app id managed by dark kitchen catalog */ export declare const ATTR_VTEX_APPLICATION_ID: "vtex.application.id"; export declare const ATTR_VTEX_APPLICATION_ID_DESCRIPTION: "VTEX application id"; /** * VTEX Diagnostics lib name * * @note Required */ export declare const ATTR_VTEX_DIAGNOSTICS_NAME: "vtex.diagnostics.name"; export declare const ATTR_VTEX_DIAGNOSTICS_NAME_DESCRIPTION: "VTEX Diagnostics lib name"; /** * VTEX Diagnostics lib version * * @note Required */ export declare const ATTR_VTEX_DIAGNOSTICS_VERSION: "vtex.diagnostics.version"; export declare const ATTR_VTEX_DIAGNOSTICS_VERSION_DESCRIPTION: "VTEX Diagnostics lib version"; /** * VTEX Identity user id * * @note VTEX identity system user id */ export declare const ATTR_VTEX_IDENTITY_USER_ID: "vtex.identity.user.id"; export declare const ATTR_VTEX_IDENTITY_USER_ID_DESCRIPTION: "VTEX Identity user id"; /** * VTEX Identity user name * * @note Vtex identity user name */ export declare const ATTR_VTEX_IDENTITY_USER_NAME: "vtex.identity.user.name"; export declare const ATTR_VTEX_IDENTITY_USER_NAME_DESCRIPTION: "VTEX Identity user name"; /** * VTEX guid operation * * @note Each request is one VTEX operation */ export declare const ATTR_VTEX_OPERATION_ID: "vtex.operation.id"; export declare const ATTR_VTEX_OPERATION_ID_DESCRIPTION: "VTEX guid operation"; /** * VTEX main tenant name * * @note Represents an organization that contains one or more stores where some resources can be shared between these stores, such as: catalog and profile system */ export declare const ATTR_VTEX_TENANT_MAIN_NAME: "vtex.tenant.main.name"; export declare const ATTR_VTEX_TENANT_MAIN_NAME_DESCRIPTION: "VTEX main tenant name"; /** * VTEX tenant name * * @note A tenant is defined in VTEX platform as a isolated container of configurations. Explaining basicaly, we can be defined it as a store representation, but can have some cases that tenant represent a group of stores. */ export declare const ATTR_VTEX_TENANT_NAME: "vtex.tenant.name"; export declare const ATTR_VTEX_TENANT_NAME_DESCRIPTION: "VTEX tenant name"; /** * VTEX parent tenant name * * @note The tenants can be grouped in hierarchical structure. One tenant can be configured with a parent in some conditions: When is a seller or When is a franchise */ export declare const ATTR_VTEX_TENANT_PARENT_NAME: "vtex.tenant.parent.name"; export declare const ATTR_VTEX_TENANT_PARENT_NAME_DESCRIPTION: "VTEX parent tenant name"; /** * VTEX user agent * * @note Vtex default user agent convention */ export declare const ATTR_VTEX_USER_AGENT: "vtex.user_agent"; export declare const ATTR_VTEX_USER_AGENT_DESCRIPTION: "VTEX user agent"; /** * VTEX IO app author type, first-party or third-party apps * * @note Indicates what kind of group the vendor of this regular app falls into–if it's `vtex`, the author type will be `1p`, if it's something else, the author type will be `3p`. */ export declare const ATTR_VTEX_IO_APP_AUTHOR_TYPE: "vtex_io.app.author_type"; export declare const ATTR_VTEX_IO_APP_AUTHOR_TYPE_DESCRIPTION: "VTEX IO app author type, first-party or third-party apps"; /** * VTEX IO app ID * * @note String in the format `[vendor].[name]@[version]` */ export declare const ATTR_VTEX_IO_APP_ID: "vtex_io.app.id"; export declare const ATTR_VTEX_IO_APP_ID_DESCRIPTION: "VTEX IO app ID"; /** * VTEX IO app name * * @note Human-readable identifier for this app */ export declare const ATTR_VTEX_IO_APP_NAME: "vtex_io.app.name"; export declare const ATTR_VTEX_IO_APP_NAME_DESCRIPTION: "VTEX IO app name"; /** * VTEX IO app regular or infra apps * * @note Indicates what kind of workload this is in the eyes of the VTEX IO infrastructure: regular apps (the ones created/maintained by VTEX IO users) or infrastructure (the ones created/maintained by the App Platform team). */ export declare const ATTR_VTEX_IO_APP_TYPE: "vtex_io.app.type"; export declare const ATTR_VTEX_IO_APP_TYPE_DESCRIPTION: "VTEX IO app regular or infra apps"; /** * VTEX IO app vendor * * @note The tenant where this app was published */ export declare const ATTR_VTEX_IO_APP_VENDOR: "vtex_io.app.vendor"; export declare const ATTR_VTEX_IO_APP_VENDOR_DESCRIPTION: "VTEX IO app vendor"; /** * VTEX IO app version * * @note App version in the semver format `[major].[minor].[patch]` */ export declare const ATTR_VTEX_IO_APP_VERSION: "vtex_io.app.version"; export declare const ATTR_VTEX_IO_APP_VERSION_DESCRIPTION: "VTEX IO app version"; /** * VTEX IO cluster ID * * @note Identifies the VTEX IO cluster where the telemetry originated. */ export declare const ATTR_VTEX_IO_CLUSTER_ID: "vtex_io.cluster.id"; export declare const ATTR_VTEX_IO_CLUSTER_ID_DESCRIPTION: "VTEX IO cluster ID"; /** * VTEX IO cluster role * * @note The value MUST be one of `stores`, `admins`, `devs`, or `test`. */ export declare const ATTR_VTEX_IO_CLUSTER_ROLE: "vtex_io.cluster.role"; export declare const ATTR_VTEX_IO_CLUSTER_ROLE_DESCRIPTION: "VTEX IO cluster role"; /** * VTEX IO account workspace name * * @note Alphanumerical string beginning with lowercase letter and may contain `-` and/or `_`. Identifies a VTEX IO variant of an account/tenant. */ export declare const ATTR_VTEX_IO_WORKSPACE_NAME: "vtex_io.workspace.name"; export declare const ATTR_VTEX_IO_WORKSPACE_NAME_DESCRIPTION: "VTEX IO account workspace name"; /** * VTEX IO Account workspace type dev or prod * * @note Identifies whether the workspace is a production one (it may receive storefront traffic and can be promoted) or a development one (it may be used for development/testing purposes and cannot be promoted). */ export declare const ATTR_VTEX_IO_WORKSPACE_TYPE: "vtex_io.workspace.type"; export declare const ATTR_VTEX_IO_WORKSPACE_TYPE_DESCRIPTION: "VTEX IO Account workspace type dev or prod";