@gr4vy/sdk 1.0.0-beta.6 → 1.0.0-beta.7

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
@@ -4026,9 +4026,9 @@ var init_config = __esm(() => {
4026
4026
  SDK_METADATA = {
4027
4027
  language: "typescript",
4028
4028
  openapiDocVersion: "1.0.0",
4029
- sdkVersion: "1.0.0-beta.6",
4029
+ sdkVersion: "1.0.0-beta.7",
4030
4030
  genVersion: "2.605.0",
4031
- userAgent: "speakeasy-sdk/typescript 1.0.0-beta.6 2.605.0 1.0.0 @gr4vy/sdk"
4031
+ userAgent: "speakeasy-sdk/typescript 1.0.0-beta.7 2.605.0 1.0.0 @gr4vy/sdk"
4032
4032
  };
4033
4033
  });
4034
4034
 
@@ -35998,6 +35998,7 @@ var init_airline = __esm(() => {
35998
35998
  })(TicketDeliveryMethod$ ||= {});
35999
35999
  Airline$inboundSchema = objectType({
36000
36000
  booking_code: nullableType(stringType()).optional(),
36001
+ is_cardholder_traveling: nullableType(booleanType()).optional(),
36001
36002
  issued_address: nullableType(stringType()).optional(),
36002
36003
  issued_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))).optional(),
36003
36004
  issuing_carrier_code: nullableType(stringType()).optional(),
@@ -36018,6 +36019,7 @@ var init_airline = __esm(() => {
36018
36019
  }).transform((v2) => {
36019
36020
  return remap(v2, {
36020
36021
  booking_code: "bookingCode",
36022
+ is_cardholder_traveling: "isCardholderTraveling",
36021
36023
  issued_address: "issuedAddress",
36022
36024
  issued_at: "issuedAt",
36023
36025
  issuing_carrier_code: "issuingCarrierCode",
@@ -36037,6 +36039,7 @@ var init_airline = __esm(() => {
36037
36039
  });
36038
36040
  Airline$outboundSchema = objectType({
36039
36041
  bookingCode: nullableType(stringType()).optional(),
36042
+ isCardholderTraveling: nullableType(booleanType()).optional(),
36040
36043
  issuedAddress: nullableType(stringType()).optional(),
36041
36044
  issuedAt: nullableType(dateType().transform((v2) => v2.toISOString())).optional(),
36042
36045
  issuingCarrierCode: nullableType(stringType()).optional(),
@@ -36057,6 +36060,7 @@ var init_airline = __esm(() => {
36057
36060
  }).transform((v2) => {
36058
36061
  return remap(v2, {
36059
36062
  bookingCode: "booking_code",
36063
+ isCardholderTraveling: "is_cardholder_traveling",
36060
36064
  issuedAddress: "issued_address",
36061
36065
  issuedAt: "issued_at",
36062
36066
  issuingCarrierCode: "issuing_carrier_code",
@@ -57946,7 +57950,7 @@ Void a previously authorized transaction.`,
57946
57950
  function createMCPServer(deps) {
57947
57951
  const server = new McpServer({
57948
57952
  name: "Gr4vy",
57949
- version: "1.0.0-beta.6"
57953
+ version: "1.0.0-beta.7"
57950
57954
  });
57951
57955
  const client = new Gr4vyCore({
57952
57956
  bearerAuth: deps.bearerAuth,
@@ -59332,7 +59336,7 @@ var routes = an({
59332
59336
  var app = He(routes, {
59333
59337
  name: "mcp",
59334
59338
  versionInfo: {
59335
- currentVersion: "1.0.0-beta.6"
59339
+ currentVersion: "1.0.0-beta.7"
59336
59340
  }
59337
59341
  });
59338
59342
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -59340,5 +59344,5 @@ export {
59340
59344
  app
59341
59345
  };
59342
59346
 
59343
- //# debugId=25C5BBE415E51A8164756E2164756E21
59347
+ //# debugId=DD37E18A2F684BB364756E2164756E21
59344
59348
  //# sourceMappingURL=mcp-server.js.map