This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git

commit b2a3a74dd478e1a75e6aeacf61e5381cc61f6dc7
Author: ocket8888 <[email protected]>
AuthorDate: Fri Jul 8 10:13:29 2022 -0600

    Fix PostResponseCDNFederation missing 'id' property
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 src/federation.ts | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 0143b7e..586db72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
        "name": "trafficops-types",
-       "version": "3.1.0-beta-10",
+       "version": "3.1.0-beta-11",
        "lockfileVersion": 2,
        "requires": true,
        "packages": {
diff --git a/package.json b/package.json
index 7f122c3..4bfeb52 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
        "name": "trafficops-types",
-       "version": "3.1.0-beta-10",
+       "version": "3.1.0-beta-11",
        "description": "A library for dealing with Apache Traffic Control 
objects",
        "main": "dist/index.js",
        "scripts": {
diff --git a/src/federation.ts b/src/federation.ts
index fc0d6d5..5a1de6b 100644
--- a/src/federation.ts
+++ b/src/federation.ts
@@ -40,6 +40,7 @@ export interface ResponseCDNFederation {
 export interface PostResponseCDNFederation {
        cname: string;
        description: string;
+       readonly id: number;
        readonly lastUpdated: Date;
        /** In hours. */
        ttl: number;

Reply via email to