You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2023/01/28 06:54:30 UTC

[trafficcontrol-trafficops-types] branch master updated (8182103 -> 74d5a01)

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

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


    from 8182103  Version bump
     new 76a2951  Fix incorrect Job property name
     new 74d5a01  Version bump

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package-lock.json   | 4 ++--
 package.json        | 2 +-
 src/invalidation.ts | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[trafficcontrol-trafficops-types] 02/02: Version bump

Posted by oc...@apache.org.
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 74d5a011fa5e115204d118ef0f5b213094216df4
Author: ocket8888 <oc...@apache.org>
AuthorDate: Fri Jan 27 23:54:23 2023 -0700

    Version bump
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8efd427..b1f4370 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "trafficops-types",
-	"version": "4.0.3",
+	"version": "4.0.4",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "trafficops-types",
-			"version": "4.0.3",
+			"version": "4.0.4",
 			"license": "Apache-2.0",
 			"devDependencies": {
 				"@typescript-eslint/eslint-plugin": "^5.0.0",
diff --git a/package.json b/package.json
index 29de3ed..9a1447b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "trafficops-types",
-	"version": "4.0.3",
+	"version": "4.0.4",
 	"description": "A library for dealing with Apache Traffic Control objects",
 	"main": "dist/index.js",
 	"scripts": {


[trafficcontrol-trafficops-types] 01/02: Fix incorrect Job property name

Posted by oc...@apache.org.
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 76a29516503d8489668093fdd2172bc9919e109b
Author: ocket8888 <oc...@apache.org>
AuthorDate: Fri Jan 27 23:53:42 2023 -0700

    Fix incorrect Job property name
---
 src/invalidation.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/invalidation.ts b/src/invalidation.ts
index c09bb98..d465f58 100644
--- a/src/invalidation.ts
+++ b/src/invalidation.ts
@@ -39,7 +39,7 @@ export interface ResponseInvalidationJob {
 	 * A regular expression that matches content to be "invalidated" or
 	 * "revalidated".
 	 */
-	assetURL: string;
+	assetUrl: string;
 	/** The name of the user that created the Job. */
 	createdBy: string;
 	/** The XMLID of the Delivery Service within which the Job will operate. */