congress-dot-gov - v0.4.3
    Preparing search index...

    Type Alias AmendmentSummary

    AmendmentSummary:
        | {
            congress: number;
            description: string;
            latestAction?: { actionDate: string; actionTime?: string; text: string };
            number: string;
            purpose?: string;
            type: HAMDT;
            updateDate: string;
            url: string;
        }
        | {
            congress: number;
            latestAction?: { actionDate: string; actionTime?: string; text: string };
            number: string;
            purpose?: string;
            type: SAMDT;
            updateDate: string;
            url: string;
        }
        | {
            congress: number;
            latestAction?: { actionDate: string; actionTime?: string; text: string };
            number: string;
            purpose?: string;
            type: SUAMDT;
            updateDate: string;
            url: string;
        }

    Congress interface generated from zod AmendmentSummarySchema

    Type declaration

    • {
          congress: number;
          description: string;
          latestAction?: { actionDate: string; actionTime?: string; text: string };
          number: string;
          purpose?: string;
          type: HAMDT;
          updateDate: string;
          url: string;
      }
      • congress: number

        The congress during which an amendment was submitted or offered. (e.g. 117)

      • description: string

        The amendment's description. Only House amendments will have this element populated.

      • OptionallatestAction?: { actionDate: string; actionTime?: string; text: string }
        • actionDate: string

          The date of the latest action taken on the amendment. (e.g. 2021-08-08)

        • OptionalactionTime?: string

          The time of the latest action taken on the amendment. Certain actions taken by the House contain this element.

        • text: string

          The text of the latest action taken on the amendment. (e.g. Amendment SA 2137 agreed to in Senate by Yea-Nay Vote. 69 - 28. Record Vote Number: 312.)

      • number: string

        The assigned amendment number. (e.g. 2137)

      • Optionalpurpose?: string

        The amendment's purpose. (e.g. In the nature of a substitute.) House amendments and proposed Senate amendments may have this element populated.

      • type: HAMDT
      • updateDate: string

        The date of update in Congress.gov. (e.g., 2022-06-30T03:50:22Z)

      • url: string

        The referrer URL to the amendment item in the API.

    • {
          congress: number;
          latestAction?: { actionDate: string; actionTime?: string; text: string };
          number: string;
          purpose?: string;
          type: SAMDT;
          updateDate: string;
          url: string;
      }
      • congress: number

        The congress during which an amendment was submitted or offered. (e.g. 117)

      • OptionallatestAction?: { actionDate: string; actionTime?: string; text: string }
        • actionDate: string

          The date of the latest action taken on the amendment. (e.g. 2021-08-08)

        • OptionalactionTime?: string

          The time of the latest action taken on the amendment. Certain actions taken by the House contain this element.

        • text: string

          The text of the latest action taken on the amendment. (e.g. Amendment SA 2137 agreed to in Senate by Yea-Nay Vote. 69 - 28. Record Vote Number: 312.)

      • number: string

        The assigned amendment number. (e.g. 2137)

      • Optionalpurpose?: string

        The amendment's purpose. (e.g. In the nature of a substitute.) House amendments and proposed Senate amendments may have this element populated.

      • type: SAMDT
      • updateDate: string

        The date of update in Congress.gov. (e.g., 2022-06-30T03:50:22Z)

      • url: string

        The referrer URL to the amendment item in the API.

    • {
          congress: number;
          latestAction?: { actionDate: string; actionTime?: string; text: string };
          number: string;
          purpose?: string;
          type: SUAMDT;
          updateDate: string;
          url: string;
      }
      • congress: number

        The congress during which an amendment was submitted or offered. (e.g. 117)

      • OptionallatestAction?: { actionDate: string; actionTime?: string; text: string }
        • actionDate: string

          The date of the latest action taken on the amendment. (e.g. 2021-08-08)

        • OptionalactionTime?: string

          The time of the latest action taken on the amendment. Certain actions taken by the House contain this element.

        • text: string

          The text of the latest action taken on the amendment. (e.g. Amendment SA 2137 agreed to in Senate by Yea-Nay Vote. 69 - 28. Record Vote Number: 312.)

      • number: string

        The assigned amendment number. (e.g. 2137)

      • Optionalpurpose?: string

        The amendment's purpose. (e.g. In the nature of a substitute.) House amendments and proposed Senate amendments may have this element populated.

      • type: SUAMDT
      • updateDate: string

        The date of update in Congress.gov. (e.g., 2022-06-30T03:50:22Z)

      • url: string

        The referrer URL to the amendment item in the API.