@seamapi/types 1.89.0 → 1.91.0

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
@@ -5030,6 +5030,7 @@ var openapi_default = {
5030
5030
  type: "string"
5031
5031
  },
5032
5032
  external_type_display_name: { type: "string" },
5033
+ is_multi_phone_sync_credential: { type: "boolean" },
5033
5034
  starts_at: { type: "string" },
5034
5035
  workspace_id: { format: "uuid", type: "string" }
5035
5036
  },
@@ -5113,6 +5114,7 @@ var openapi_default = {
5113
5114
  type: "string"
5114
5115
  },
5115
5116
  external_type_display_name: { type: "string" },
5117
+ is_multi_phone_sync_credential: { type: "boolean" },
5116
5118
  starts_at: { type: "string" },
5117
5119
  workspace_id: { format: "uuid", type: "string" }
5118
5120
  },
@@ -5221,6 +5223,7 @@ var openapi_default = {
5221
5223
  type: "string"
5222
5224
  },
5223
5225
  external_type_display_name: { type: "string" },
5226
+ is_multi_phone_sync_credential: { type: "boolean" },
5224
5227
  starts_at: { type: "string" },
5225
5228
  workspace_id: { format: "uuid", type: "string" }
5226
5229
  },
@@ -5349,6 +5352,7 @@ var openapi_default = {
5349
5352
  type: "string"
5350
5353
  },
5351
5354
  external_type_display_name: { type: "string" },
5355
+ is_multi_phone_sync_credential: { type: "boolean" },
5352
5356
  starts_at: { type: "string" },
5353
5357
  workspace_id: { format: "uuid", type: "string" }
5354
5358
  },
@@ -5461,6 +5465,7 @@ var openapi_default = {
5461
5465
  type: "string"
5462
5466
  },
5463
5467
  external_type_display_name: { type: "string" },
5468
+ is_multi_phone_sync_credential: { type: "boolean" },
5464
5469
  starts_at: { type: "string" },
5465
5470
  workspace_id: { format: "uuid", type: "string" }
5466
5471
  },
@@ -5550,6 +5555,7 @@ var openapi_default = {
5550
5555
  type: "string"
5551
5556
  },
5552
5557
  external_type_display_name: { type: "string" },
5558
+ is_multi_phone_sync_credential: { type: "boolean" },
5553
5559
  starts_at: { type: "string" },
5554
5560
  workspace_id: { format: "uuid", type: "string" }
5555
5561
  },
@@ -5633,6 +5639,7 @@ var openapi_default = {
5633
5639
  type: "string"
5634
5640
  },
5635
5641
  external_type_display_name: { type: "string" },
5642
+ is_multi_phone_sync_credential: { type: "boolean" },
5636
5643
  starts_at: { type: "string" },
5637
5644
  workspace_id: { format: "uuid", type: "string" }
5638
5645
  },
@@ -5719,6 +5726,7 @@ var openapi_default = {
5719
5726
  type: "string"
5720
5727
  },
5721
5728
  external_type_display_name: { type: "string" },
5729
+ is_multi_phone_sync_credential: { type: "boolean" },
5722
5730
  starts_at: { type: "string" },
5723
5731
  workspace_id: { format: "uuid", type: "string" }
5724
5732
  },
@@ -5802,6 +5810,7 @@ var openapi_default = {
5802
5810
  type: "string"
5803
5811
  },
5804
5812
  external_type_display_name: { type: "string" },
5813
+ is_multi_phone_sync_credential: { type: "boolean" },
5805
5814
  starts_at: { type: "string" },
5806
5815
  workspace_id: { format: "uuid", type: "string" }
5807
5816
  },
@@ -8888,6 +8897,39 @@ var openapi_default = {
8888
8897
  summary: "/health",
8889
8898
  tags: ["/health"],
8890
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
8891
8933
  }
8892
8934
  },
8893
8935
  "/health/get_health": {
@@ -8922,6 +8964,39 @@ var openapi_default = {
8922
8964
  },
8923
8965
  summary: "/health/get_health",
8924
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"],
8925
9000
  "x-fern-sdk-group-name": ["health"],
8926
9001
  "x-fern-sdk-method-name": "get_health"
8927
9002
  }