@seamapi/types 1.643.0 → 1.645.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
@@ -43233,6 +43233,52 @@ var openapi_default = {
43233
43233
  "x-title": "List Connected Accounts"
43234
43234
  }
43235
43235
  },
43236
+ "/connected_accounts/simulate/disconnect": {
43237
+ post: {
43238
+ description: "Simulates a connected account becoming disconnected from Seam. Only applicable for [sandbox workspaces](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces).",
43239
+ operationId: "connectedAccountsSimulateDisconnectPost",
43240
+ requestBody: {
43241
+ content: {
43242
+ "application/json": {
43243
+ schema: {
43244
+ properties: {
43245
+ connected_account_id: { format: "uuid", type: "string" }
43246
+ },
43247
+ required: ["connected_account_id"],
43248
+ type: "object"
43249
+ }
43250
+ }
43251
+ }
43252
+ },
43253
+ responses: {
43254
+ 200: {
43255
+ content: {
43256
+ "application/json": {
43257
+ schema: {
43258
+ properties: { ok: { type: "boolean" } },
43259
+ required: ["ok"],
43260
+ type: "object"
43261
+ }
43262
+ }
43263
+ },
43264
+ description: "OK"
43265
+ },
43266
+ 400: { description: "Bad Request" },
43267
+ 401: { description: "Unauthorized" }
43268
+ },
43269
+ security: [
43270
+ { api_key: [] },
43271
+ { pat_with_workspace: [] },
43272
+ { console_session_with_workspace: [] }
43273
+ ],
43274
+ summary: "/connected_accounts/simulate/disconnect",
43275
+ tags: ["/connected_accounts"],
43276
+ "x-fern-sdk-group-name": ["connected_accounts", "simulate"],
43277
+ "x-fern-sdk-method-name": "disconnect",
43278
+ "x-response-key": null,
43279
+ "x-title": "Simulate Connected Account Disconnection"
43280
+ }
43281
+ },
43236
43282
  "/connected_accounts/sync": {
43237
43283
  post: {
43238
43284
  description: "Request a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) sync attempt for the specified `connected_account_id`.",
@@ -58043,6 +58089,56 @@ var openapi_default = {
58043
58089
  "x-undocumented": "Mobile SDK only."
58044
58090
  }
58045
58091
  },
58092
+ "/seam/mobile_sdk/v1/report_salto_space_audit_trail": {
58093
+ post: {
58094
+ description: "Reports audit trail data from Salto Space mobile SDK.",
58095
+ operationId: "seamMobileSdkV1ReportSaltoSpaceAuditTrailPost",
58096
+ requestBody: {
58097
+ content: {
58098
+ "application/json": {
58099
+ schema: {
58100
+ properties: {
58101
+ acs_system_id: { format: "uuid", type: "string" },
58102
+ salto_space_metadata: {
58103
+ properties: {
58104
+ justin_mobile_sdk_audit_trail_data: { type: "string" }
58105
+ },
58106
+ required: ["justin_mobile_sdk_audit_trail_data"],
58107
+ type: "object"
58108
+ }
58109
+ },
58110
+ required: ["acs_system_id", "salto_space_metadata"],
58111
+ type: "object"
58112
+ }
58113
+ }
58114
+ }
58115
+ },
58116
+ responses: {
58117
+ 200: {
58118
+ content: {
58119
+ "application/json": {
58120
+ schema: {
58121
+ properties: { ok: { type: "boolean" } },
58122
+ required: ["ok"],
58123
+ type: "object"
58124
+ }
58125
+ }
58126
+ },
58127
+ description: "OK"
58128
+ },
58129
+ 400: { description: "Bad Request" },
58130
+ 401: { description: "Unauthorized" }
58131
+ },
58132
+ security: [{ client_session: [] }],
58133
+ summary: "/seam/mobile_sdk/v1/report_salto_space_audit_trail",
58134
+ tags: [],
58135
+ "x-fern-sdk-group-name": ["seam", "mobile_sdk", "v1"],
58136
+ "x-fern-sdk-method-name": "report_salto_space_audit_trail",
58137
+ "x-response-key": null,
58138
+ "x-title": "Report Salto Space Audit Trail",
58139
+ "x-undocumented": "Mobile SDK only."
58140
+ }
58141
+ },
58046
58142
  "/seam/partner/v1/building_blocks/spaces/auto_map": {
58047
58143
  get: {
58048
58144
  description: "Auto-maps partner resources that have been pushed to Seam.",