@greensecurity/javascript-sdk 0.39.4 → 0.39.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/mcp-server.js CHANGED
@@ -34160,9 +34160,9 @@ var init_config = __esm(() => {
34160
34160
  SDK_METADATA = {
34161
34161
  language: "typescript",
34162
34162
  openapiDocVersion: "0.0.3",
34163
- sdkVersion: "0.39.4",
34164
- genVersion: "2.662.0",
34165
- userAgent: "speakeasy-sdk/typescript 0.39.4 2.662.0 0.0.3 @greensecurity/javascript-sdk"
34163
+ sdkVersion: "0.39.6",
34164
+ genVersion: "2.664.0",
34165
+ userAgent: "speakeasy-sdk/typescript 0.39.6 2.664.0 0.0.3 @greensecurity/javascript-sdk"
34166
34166
  };
34167
34167
  });
34168
34168
 
@@ -40217,7 +40217,9 @@ var init_vendorfacilitystatusview = __esm(() => {
40217
40217
  facility_status: nullableType(stringType()).optional(),
40218
40218
  vendor_scan_id: nullableType(numberType().int()).optional(),
40219
40219
  vendor_scan_type: nullableType(numberType().int()).optional(),
40220
- date_scanned: nullableType(stringType()).optional()
40220
+ date_scanned: nullableType(stringType()).optional(),
40221
+ facility_city: nullableType(stringType()).optional(),
40222
+ facility_state: nullableType(stringType()).optional()
40221
40223
  }).transform((v2) => {
40222
40224
  return remap(v2, {
40223
40225
  vendor_id: "vendorId",
@@ -40226,7 +40228,9 @@ var init_vendorfacilitystatusview = __esm(() => {
40226
40228
  facility_status: "facilityStatus",
40227
40229
  vendor_scan_id: "vendorScanId",
40228
40230
  vendor_scan_type: "vendorScanType",
40229
- date_scanned: "dateScanned"
40231
+ date_scanned: "dateScanned",
40232
+ facility_city: "facilityCity",
40233
+ facility_state: "facilityState"
40230
40234
  });
40231
40235
  });
40232
40236
  VendorFacilityStatusView$outboundSchema = objectType({
@@ -40236,7 +40240,9 @@ var init_vendorfacilitystatusview = __esm(() => {
40236
40240
  facilityStatus: nullableType(stringType()).optional(),
40237
40241
  vendorScanId: nullableType(numberType().int()).optional(),
40238
40242
  vendorScanType: nullableType(numberType().int()).optional(),
40239
- dateScanned: nullableType(stringType()).optional()
40243
+ dateScanned: nullableType(stringType()).optional(),
40244
+ facilityCity: nullableType(stringType()).optional(),
40245
+ facilityState: nullableType(stringType()).optional()
40240
40246
  }).transform((v2) => {
40241
40247
  return remap(v2, {
40242
40248
  vendorId: "vendor_id",
@@ -40245,7 +40251,9 @@ var init_vendorfacilitystatusview = __esm(() => {
40245
40251
  facilityStatus: "facility_status",
40246
40252
  vendorScanId: "vendor_scan_id",
40247
40253
  vendorScanType: "vendor_scan_type",
40248
- dateScanned: "date_scanned"
40254
+ dateScanned: "date_scanned",
40255
+ facilityCity: "facility_city",
40256
+ facilityState: "facility_state"
40249
40257
  });
40250
40258
  });
40251
40259
  ((VendorFacilityStatusView$) => {
@@ -54082,7 +54090,7 @@ Security zone checkin request`,
54082
54090
  function createMCPServer(deps) {
54083
54091
  const server = new McpServer({
54084
54092
  name: "GreenSecurity",
54085
- version: "0.39.4"
54093
+ version: "0.39.6"
54086
54094
  });
54087
54095
  const client = new GreenSecurityCore({
54088
54096
  security: deps.security,
@@ -55440,7 +55448,7 @@ var routes = rn({
55440
55448
  var app = Ve(routes, {
55441
55449
  name: "mcp",
55442
55450
  versionInfo: {
55443
- currentVersion: "0.39.4"
55451
+ currentVersion: "0.39.6"
55444
55452
  }
55445
55453
  });
55446
55454
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -55448,5 +55456,5 @@ export {
55448
55456
  app
55449
55457
  };
55450
55458
 
55451
- //# debugId=6001BC7B5082BCAF64756E2164756E21
55459
+ //# debugId=7F327B2CEAB8784464756E2164756E21
55452
55460
  //# sourceMappingURL=mcp-server.js.map