Interface CredentialCompactSemanticApplePassTemplateCreateSuccessEvent

interface CredentialCompactSemanticApplePassTemplateCreateSuccessEventSanitised {
    category: "credential-compact-semantic";
    data: {
        fileName: string;
        id: undefined | string;
        name: string;
        passTypeIdentifier: string;
        teamIdentifier: string;
        templateId: string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-compact-semantic"
data: {
    fileName: string;
    id: undefined | string;
    name: string;
    passTypeIdentifier: string;
    teamIdentifier: string;
    templateId: string;
}

Type declaration

  • fileName: string
  • id: undefined | string
  • name: string
  • passTypeIdentifier: string
  • teamIdentifier: string
  • templateId: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"