052 moving fields in instance from root 2/2

This commit is contained in:
msyu
2025-02-06 15:51:38 +03:00
parent 6403c6b627
commit 13f6cf4811
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
variables.framework.docs.APIVersion="0.051";
variables.framework.docs.APIVersion="0.052";
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
-6
View File
@@ -224,12 +224,6 @@
<cfset "out.queryDurationMs"=getTickCount() - request.startTickCount/>
<!--- deprecated --->
<cfset "out.uptime"=(local.qOperation.is_successful GT 0) ? local.qOperation.seconds_passed : 0/>
<cfset "out.isCreated"=local.isCreated/>
<cfset "out.isDeleted"=qCurrentState.is_deleted GT 0/>
<cfset "out.vaultData"=local.vaultData/>
<!--- /deprecated --->
<cfset "out.instance" = this.helper.appendRecord(
structNew("linked"), "", local.titleMap, local.qInstance, this.helper.snake2camel