@greensecurity/javascript-sdk 0.39.51 → 0.39.53

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.51",
34164
- genVersion: "2.674.3",
34165
- userAgent: "speakeasy-sdk/typescript 0.39.51 2.674.3 0.0.3 @greensecurity/javascript-sdk"
34163
+ sdkVersion: "0.39.53",
34164
+ genVersion: "2.675.0",
34165
+ userAgent: "speakeasy-sdk/typescript 0.39.53 2.675.0 0.0.3 @greensecurity/javascript-sdk"
34166
34166
  };
34167
34167
  });
34168
34168
 
@@ -39904,6 +39904,8 @@ var init_user = __esm(() => {
39904
39904
  phone: nullableType(stringType()).optional(),
39905
39905
  mobile_phone: nullableType(stringType()).optional(),
39906
39906
  fax: nullableType(stringType()).optional(),
39907
+ phone_confirmed: booleanType().optional(),
39908
+ email_confirmed: booleanType().optional(),
39907
39909
  user_type: UserType$inboundSchema,
39908
39910
  timezone: nullableType(stringType()).optional(),
39909
39911
  image_urls: nullableType(ImageSet$inboundSchema).optional(),
@@ -39913,6 +39915,8 @@ var init_user = __esm(() => {
39913
39915
  first_name: "firstName",
39914
39916
  last_name: "lastName",
39915
39917
  mobile_phone: "mobilePhone",
39918
+ phone_confirmed: "phoneConfirmed",
39919
+ email_confirmed: "emailConfirmed",
39916
39920
  user_type: "userType",
39917
39921
  image_urls: "imageUrls"
39918
39922
  });
@@ -39925,6 +39929,8 @@ var init_user = __esm(() => {
39925
39929
  phone: nullableType(stringType()).optional(),
39926
39930
  mobilePhone: nullableType(stringType()).optional(),
39927
39931
  fax: nullableType(stringType()).optional(),
39932
+ phoneConfirmed: booleanType().optional(),
39933
+ emailConfirmed: booleanType().optional(),
39928
39934
  userType: UserType$outboundSchema,
39929
39935
  timezone: nullableType(stringType()).optional(),
39930
39936
  imageUrls: nullableType(ImageSet$outboundSchema).optional(),
@@ -39934,6 +39940,8 @@ var init_user = __esm(() => {
39934
39940
  firstName: "first_name",
39935
39941
  lastName: "last_name",
39936
39942
  mobilePhone: "mobile_phone",
39943
+ phoneConfirmed: "phone_confirmed",
39944
+ emailConfirmed: "email_confirmed",
39937
39945
  userType: "user_type",
39938
39946
  imageUrls: "image_urls"
39939
39947
  });
@@ -56128,7 +56136,7 @@ Security zone checkin request`,
56128
56136
  function createMCPServer(deps) {
56129
56137
  const server = new McpServer({
56130
56138
  name: "GreenSecurity",
56131
- version: "0.39.51"
56139
+ version: "0.39.53"
56132
56140
  });
56133
56141
  const client = new GreenSecurityCore({
56134
56142
  security: deps.security,
@@ -57504,7 +57512,7 @@ var routes = rn({
57504
57512
  var app = Ve(routes, {
57505
57513
  name: "mcp",
57506
57514
  versionInfo: {
57507
- currentVersion: "0.39.51"
57515
+ currentVersion: "0.39.53"
57508
57516
  }
57509
57517
  });
57510
57518
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -57512,5 +57520,5 @@ export {
57512
57520
  app
57513
57521
  };
57514
57522
 
57515
- //# debugId=7649CB98E6445E1064756E2164756E21
57523
+ //# debugId=2609C3914ED85EC664756E2164756E21
57516
57524
  //# sourceMappingURL=mcp-server.js.map