@ladesa-ro/api-client-fetch - v1.0.0-next.35
    Preparing search index...

    Variable $DiarioFindOneResultViewConst

    $DiarioFindOneResultView: {
        properties: {
            ambientePadrao: {
                allOf: readonly [
                    { $ref: "#/components/schemas/AmbienteFindOneResultView" },
                ];
                description: "Visão FindOne de um ambiente.";
                kind: "type";
                nullable: true;
            };
            ativo: {
                description: "Situação do diário.";
                nullable: false;
                type: "boolean";
            };
            calendarioLetivo: {
                allOf: readonly [
                    { $ref: "#/components/schemas/CalendarioLetivoFindOneResultView" },
                ];
                description: "Visão FindOne de um calendário letivo.";
                kind: "type";
                nullable: false;
            };
            dateCreated: {
                $id: "ladesa://schemas/v3/generics/date_time.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Data e hora da criação do registro.";
                format: "date-time";
                nullable: false;
                type: "string";
            };
            dateDeleted: {
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Data e hora da exclusão do registro.";
                format: "date-time";
                nullable: true;
                type: "string";
            };
            dateUpdated: {
                $id: "ladesa://schemas/v3/generics/date_time.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Data e hora da alteração do registro.";
                format: "date-time";
                nullable: false;
                type: "string";
            };
            disciplina: {
                allOf: readonly [
                    { $ref: "#/components/schemas/DisciplinaFindOneResultView" },
                ];
                description: "Visão FindOne de uma Disciplina.";
                kind: "type";
                nullable: false;
            };
            id: {
                $id: "ladesa://schemas/v3/generics/uuid.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Identificador do registro (uuid).";
                format: "uuid";
                nullable: false;
                type: "string";
            };
            imagemCapa: {
                allOf: readonly [
                    { $ref: "#/components/schemas/ImagemFindOneResultView" },
                ];
                description: "Visão FindOne de uma imagem.";
                kind: "type";
                nullable: true;
            };
            turma: {
                allOf: readonly [
                    { $ref: "#/components/schemas/TurmaFindOneResultView" },
                ];
                description: "Visão FindOne de uma Turma.";
                kind: "type";
                nullable: false;
            };
        };
        required: readonly [
            "id",
            "ativo",
            "calendarioLetivo",
            "turma",
            "disciplina",
            "ambientePadrao",
            "imagemCapa",
            "dateCreated",
            "dateUpdated",
            "dateDeleted",
        ];
        type: "object";
    } = ...

    Type declaration

    • Readonlyproperties: {
          ambientePadrao: {
              allOf: readonly [
                  { $ref: "#/components/schemas/AmbienteFindOneResultView" },
              ];
              description: "Visão FindOne de um ambiente.";
              kind: "type";
              nullable: true;
          };
          ativo: {
              description: "Situação do diário.";
              nullable: false;
              type: "boolean";
          };
          calendarioLetivo: {
              allOf: readonly [
                  { $ref: "#/components/schemas/CalendarioLetivoFindOneResultView" },
              ];
              description: "Visão FindOne de um calendário letivo.";
              kind: "type";
              nullable: false;
          };
          dateCreated: {
              $id: "ladesa://schemas/v3/generics/date_time.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Data e hora da criação do registro.";
              format: "date-time";
              nullable: false;
              type: "string";
          };
          dateDeleted: {
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Data e hora da exclusão do registro.";
              format: "date-time";
              nullable: true;
              type: "string";
          };
          dateUpdated: {
              $id: "ladesa://schemas/v3/generics/date_time.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Data e hora da alteração do registro.";
              format: "date-time";
              nullable: false;
              type: "string";
          };
          disciplina: {
              allOf: readonly [
                  { $ref: "#/components/schemas/DisciplinaFindOneResultView" },
              ];
              description: "Visão FindOne de uma Disciplina.";
              kind: "type";
              nullable: false;
          };
          id: {
              $id: "ladesa://schemas/v3/generics/uuid.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Identificador do registro (uuid).";
              format: "uuid";
              nullable: false;
              type: "string";
          };
          imagemCapa: {
              allOf: readonly [
                  { $ref: "#/components/schemas/ImagemFindOneResultView" },
              ];
              description: "Visão FindOne de uma imagem.";
              kind: "type";
              nullable: true;
          };
          turma: {
              allOf: readonly [
                  { $ref: "#/components/schemas/TurmaFindOneResultView" },
              ];
              description: "Visão FindOne de uma Turma.";
              kind: "type";
              nullable: false;
          };
      }
    • Readonlyrequired: readonly [
          "id",
          "ativo",
          "calendarioLetivo",
          "turma",
          "disciplina",
          "ambientePadrao",
          "imagemCapa",
          "dateCreated",
          "dateUpdated",
          "dateDeleted",
      ]
    • Readonlytype: "object"