chore(misc): api doc dates and db changes

This commit is contained in:
2025-11-01 00:08:21 -05:00
parent d406a92f3d
commit 52089ecdf0
8 changed files with 3509 additions and 5 deletions

View File

@@ -16,10 +16,10 @@ headers {
body:json { body:json {
{ {
"name": "Bowling Green 1", "name": "Dayton",
"serverDNS": "USBOW1VS006", "serverDNS": "USDAY1VS006",
"plantToken": "usbow1", "plantToken": "usday1",
"ipAddress": "10.25.0.26", "ipAddress": "10.44.0.26",
"greatPlainsPlantCode": 55, "greatPlainsPlantCode": 55,
"lstServerPort": 4000, "lstServerPort": 4000,
"serverLoc": "E$\\LST" "serverLoc": "E$\\LST"

View File

@@ -0,0 +1,15 @@
meta {
name: RFID Trigger
type: http
seq: 1
}
post {
url: {{url}}/lst/old/api/rfid/manualtrigger/wrapper1
body: none
auth: inherit
}
settings {
encodeUrl: true
}

View File

@@ -0,0 +1,8 @@
meta {
name: RFID
seq: 3
}
auth {
mode: inherit
}

View File

@@ -1,5 +1,5 @@
vars { vars {
url: https://usbet1prod.alpla.net url: http://localhost:5500
session_cookie: session_cookie:
urlv2: http://localhost:3000 urlv2: http://localhost:3000
jwtV2: jwtV2:

View File

@@ -0,0 +1 @@
ALTER TABLE "forecast_Data" RENAME COLUMN "request_date" TO "requirement_date";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -183,6 +183,20 @@
"when": 1761830426770, "when": 1761830426770,
"tag": "0025_foamy_mattie_franklin", "tag": "0025_foamy_mattie_franklin",
"breakpoints": true "breakpoints": true
},
{
"idx": 26,
"version": "7",
"when": 1761938410811,
"tag": "0026_heavy_robin_chapel",
"breakpoints": true
},
{
"idx": 27,
"version": "7",
"when": 1761938877395,
"tag": "0027_special_harpoon",
"breakpoints": true
} }
] ]
} }