From 4c3b477b44bf70750c3d18de5caff803dddb01d8 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 14 Sep 2022 17:18:25 +0530 Subject: [PATCH] feat: generate latest specs --- .../{open-api3-1.0.0-client.json => open-api3-1.0.x-client.json} | 0 ...{open-api3-1.0.0-console.json => open-api3-1.0.x-console.json} | 0 .../{open-api3-1.0.0-server.json => open-api3-1.0.x-server.json} | 0 .../{swagger2-1.0.0-client.json => swagger2-1.0.x-client.json} | 0 .../{swagger2-1.0.0-console.json => swagger2-1.0.x-console.json} | 0 .../{swagger2-1.0.0-server.json => swagger2-1.0.x-server.json} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename app/config/specs/{open-api3-1.0.0-client.json => open-api3-1.0.x-client.json} (100%) rename app/config/specs/{open-api3-1.0.0-console.json => open-api3-1.0.x-console.json} (100%) rename app/config/specs/{open-api3-1.0.0-server.json => open-api3-1.0.x-server.json} (100%) rename app/config/specs/{swagger2-1.0.0-client.json => swagger2-1.0.x-client.json} (100%) rename app/config/specs/{swagger2-1.0.0-console.json => swagger2-1.0.x-console.json} (100%) rename app/config/specs/{swagger2-1.0.0-server.json => swagger2-1.0.x-server.json} (100%) diff --git a/app/config/specs/open-api3-1.0.0-client.json b/app/config/specs/open-api3-1.0.x-client.json similarity index 100% rename from app/config/specs/open-api3-1.0.0-client.json rename to app/config/specs/open-api3-1.0.x-client.json diff --git a/app/config/specs/open-api3-1.0.0-console.json b/app/config/specs/open-api3-1.0.x-console.json similarity index 100% rename from app/config/specs/open-api3-1.0.0-console.json rename to app/config/specs/open-api3-1.0.x-console.json diff --git a/app/config/specs/open-api3-1.0.0-server.json b/app/config/specs/open-api3-1.0.x-server.json similarity index 100% rename from app/config/specs/open-api3-1.0.0-server.json rename to app/config/specs/open-api3-1.0.x-server.json diff --git a/app/config/specs/swagger2-1.0.0-client.json b/app/config/specs/swagger2-1.0.x-client.json similarity index 100% rename from app/config/specs/swagger2-1.0.0-client.json rename to app/config/specs/swagger2-1.0.x-client.json diff --git a/app/config/specs/swagger2-1.0.0-console.json b/app/config/specs/swagger2-1.0.x-console.json similarity index 100% rename from app/config/specs/swagger2-1.0.0-console.json rename to app/config/specs/swagger2-1.0.x-console.json diff --git a/app/config/specs/swagger2-1.0.0-server.json b/app/config/specs/swagger2-1.0.x-server.json similarity index 100% rename from app/config/specs/swagger2-1.0.0-server.json rename to app/config/specs/swagger2-1.0.x-server.json