@seamapi/types 1.90.0 → 1.91.1

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/dist/connect.cjs CHANGED
@@ -8897,6 +8897,39 @@ var openapi_default = {
8897
8897
  summary: "/health",
8898
8898
  tags: ["/health"],
8899
8899
  "x-fern-ignore": true
8900
+ },
8901
+ post: {
8902
+ operationId: "healthPost",
8903
+ responses: {
8904
+ 200: {
8905
+ content: {
8906
+ "application/json": {
8907
+ schema: {
8908
+ properties: {
8909
+ last_service_evaluation_at: { type: "string" },
8910
+ msg: {
8911
+ enum: ["I\u2019m one with the Force. The Force is with me."],
8912
+ type: "string"
8913
+ },
8914
+ ok: { type: "boolean" },
8915
+ service_health_statuses: {
8916
+ items: { $ref: "#/components/schemas/service_health" },
8917
+ type: "array"
8918
+ }
8919
+ },
8920
+ required: ["ok", "msg", "service_health_statuses"],
8921
+ type: "object"
8922
+ }
8923
+ }
8924
+ },
8925
+ description: "OK"
8926
+ },
8927
+ 400: { description: "Bad Request" },
8928
+ 401: { description: "Unauthorized" }
8929
+ },
8930
+ summary: "/health",
8931
+ tags: ["/health"],
8932
+ "x-fern-ignore": true
8900
8933
  }
8901
8934
  },
8902
8935
  "/health/get_health": {
@@ -8931,6 +8964,39 @@ var openapi_default = {
8931
8964
  },
8932
8965
  summary: "/health/get_health",
8933
8966
  tags: ["/health"],
8967
+ "x-fern-ignore": true
8968
+ },
8969
+ post: {
8970
+ operationId: "healthGetHealthPost",
8971
+ responses: {
8972
+ 200: {
8973
+ content: {
8974
+ "application/json": {
8975
+ schema: {
8976
+ properties: {
8977
+ last_service_evaluation_at: { type: "string" },
8978
+ msg: {
8979
+ enum: ["I\u2019m one with the Force. The Force is with me."],
8980
+ type: "string"
8981
+ },
8982
+ ok: { type: "boolean" },
8983
+ service_health_statuses: {
8984
+ items: { $ref: "#/components/schemas/service_health" },
8985
+ type: "array"
8986
+ }
8987
+ },
8988
+ required: ["ok", "msg", "service_health_statuses"],
8989
+ type: "object"
8990
+ }
8991
+ }
8992
+ },
8993
+ description: "OK"
8994
+ },
8995
+ 400: { description: "Bad Request" },
8996
+ 401: { description: "Unauthorized" }
8997
+ },
8998
+ summary: "/health/get_health",
8999
+ tags: ["/health"],
8934
9000
  "x-fern-sdk-group-name": ["health"],
8935
9001
  "x-fern-sdk-method-name": "get_health"
8936
9002
  }