@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.
@@ -32014,6 +32014,71 @@ declare const _default: {
32014
32014
  'x-title': string;
32015
32015
  };
32016
32016
  };
32017
+ '/connected_accounts/simulate/disconnect': {
32018
+ post: {
32019
+ description: string;
32020
+ operationId: string;
32021
+ requestBody: {
32022
+ content: {
32023
+ 'application/json': {
32024
+ schema: {
32025
+ properties: {
32026
+ connected_account_id: {
32027
+ format: string;
32028
+ type: string;
32029
+ };
32030
+ };
32031
+ required: string[];
32032
+ type: string;
32033
+ };
32034
+ };
32035
+ };
32036
+ };
32037
+ responses: {
32038
+ 200: {
32039
+ content: {
32040
+ 'application/json': {
32041
+ schema: {
32042
+ properties: {
32043
+ ok: {
32044
+ type: string;
32045
+ };
32046
+ };
32047
+ required: string[];
32048
+ type: string;
32049
+ };
32050
+ };
32051
+ };
32052
+ description: string;
32053
+ };
32054
+ 400: {
32055
+ description: string;
32056
+ };
32057
+ 401: {
32058
+ description: string;
32059
+ };
32060
+ };
32061
+ security: ({
32062
+ api_key: never[];
32063
+ pat_with_workspace?: never;
32064
+ console_session_with_workspace?: never;
32065
+ } | {
32066
+ pat_with_workspace: never[];
32067
+ api_key?: never;
32068
+ console_session_with_workspace?: never;
32069
+ } | {
32070
+ console_session_with_workspace: never[];
32071
+ api_key?: never;
32072
+ pat_with_workspace?: never;
32073
+ })[];
32074
+ summary: string;
32075
+ tags: string[];
32076
+ 'x-fern-sdk-group-name': string[];
32077
+ 'x-fern-sdk-method-name': string;
32078
+ 'x-response-key': null;
32079
+ 'x-title': string;
32080
+ };
32081
+ };
32017
32082
  '/connected_accounts/sync': {
32018
32083
  post: {
32019
32084
  description: string;
@@ -47692,6 +47757,71 @@ declare const _default: {
47692
47757
  'x-undocumented': string;
47693
47758
  };
47694
47759
  };
47760
+ '/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
47761
+ post: {
47762
+ description: string;
47763
+ operationId: string;
47764
+ requestBody: {
47765
+ content: {
47766
+ 'application/json': {
47767
+ schema: {
47768
+ properties: {
47769
+ acs_system_id: {
47770
+ format: string;
47771
+ type: string;
47772
+ };
47773
+ salto_space_metadata: {
47774
+ properties: {
47775
+ justin_mobile_sdk_audit_trail_data: {
47776
+ type: string;
47777
+ };
47778
+ };
47779
+ required: string[];
47780
+ type: string;
47781
+ };
47782
+ };
47783
+ required: string[];
47784
+ type: string;
47785
+ };
47786
+ };
47787
+ };
47788
+ };
47789
+ responses: {
47790
+ 200: {
47791
+ content: {
47792
+ 'application/json': {
47793
+ schema: {
47794
+ properties: {
47795
+ ok: {
47796
+ type: string;
47797
+ };
47798
+ };
47799
+ required: string[];
47800
+ type: string;
47801
+ };
47802
+ };
47803
+ };
47804
+ description: string;
47805
+ };
47806
+ 400: {
47807
+ description: string;
47808
+ };
47809
+ 401: {
47810
+ description: string;
47811
+ };
47812
+ };
47813
+ security: {
47814
+ client_session: never[];
47815
+ }[];
47816
+ summary: string;
47817
+ tags: never[];
47818
+ 'x-fern-sdk-group-name': string[];
47819
+ 'x-fern-sdk-method-name': string;
47820
+ 'x-response-key': null;
47821
+ 'x-title': string;
47822
+ 'x-undocumented': string;
47823
+ };
47824
+ };
47695
47825
  '/seam/partner/v1/building_blocks/spaces/auto_map': {
47696
47826
  get: {
47697
47827
  description: string;
@@ -37339,6 +37339,52 @@ export default {
37339
37339
  'x-title': 'List Connected Accounts',
37340
37340
  },
37341
37341
  },
37342
+ '/connected_accounts/simulate/disconnect': {
37343
+ post: {
37344
+ description: 'Simulates a connected account becoming disconnected from Seam. Only applicable for [sandbox workspaces](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces).',
37345
+ operationId: 'connectedAccountsSimulateDisconnectPost',
37346
+ requestBody: {
37347
+ content: {
37348
+ 'application/json': {
37349
+ schema: {
37350
+ properties: {
37351
+ connected_account_id: { format: 'uuid', type: 'string' },
37352
+ },
37353
+ required: ['connected_account_id'],
37354
+ type: 'object',
37355
+ },
37356
+ },
37357
+ },
37358
+ },
37359
+ responses: {
37360
+ 200: {
37361
+ content: {
37362
+ 'application/json': {
37363
+ schema: {
37364
+ properties: { ok: { type: 'boolean' } },
37365
+ required: ['ok'],
37366
+ type: 'object',
37367
+ },
37368
+ },
37369
+ },
37370
+ description: 'OK',
37371
+ },
37372
+ 400: { description: 'Bad Request' },
37373
+ 401: { description: 'Unauthorized' },
37374
+ },
37375
+ security: [
37376
+ { api_key: [] },
37377
+ { pat_with_workspace: [] },
37378
+ { console_session_with_workspace: [] },
37379
+ ],
37380
+ summary: '/connected_accounts/simulate/disconnect',
37381
+ tags: ['/connected_accounts'],
37382
+ 'x-fern-sdk-group-name': ['connected_accounts', 'simulate'],
37383
+ 'x-fern-sdk-method-name': 'disconnect',
37384
+ 'x-response-key': null,
37385
+ 'x-title': 'Simulate Connected Account Disconnection',
37386
+ },
37387
+ },
37342
37388
  '/connected_accounts/sync': {
37343
37389
  post: {
37344
37390
  description: 'Request a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) sync attempt for the specified `connected_account_id`.',
@@ -52149,6 +52195,56 @@ export default {
52149
52195
  'x-undocumented': 'Mobile SDK only.',
52150
52196
  },
52151
52197
  },
52198
+ '/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
52199
+ post: {
52200
+ description: 'Reports audit trail data from Salto Space mobile SDK.',
52201
+ operationId: 'seamMobileSdkV1ReportSaltoSpaceAuditTrailPost',
52202
+ requestBody: {
52203
+ content: {
52204
+ 'application/json': {
52205
+ schema: {
52206
+ properties: {
52207
+ acs_system_id: { format: 'uuid', type: 'string' },
52208
+ salto_space_metadata: {
52209
+ properties: {
52210
+ justin_mobile_sdk_audit_trail_data: { type: 'string' },
52211
+ },
52212
+ required: ['justin_mobile_sdk_audit_trail_data'],
52213
+ type: 'object',
52214
+ },
52215
+ },
52216
+ required: ['acs_system_id', 'salto_space_metadata'],
52217
+ type: 'object',
52218
+ },
52219
+ },
52220
+ },
52221
+ },
52222
+ responses: {
52223
+ 200: {
52224
+ content: {
52225
+ 'application/json': {
52226
+ schema: {
52227
+ properties: { ok: { type: 'boolean' } },
52228
+ required: ['ok'],
52229
+ type: 'object',
52230
+ },
52231
+ },
52232
+ },
52233
+ description: 'OK',
52234
+ },
52235
+ 400: { description: 'Bad Request' },
52236
+ 401: { description: 'Unauthorized' },
52237
+ },
52238
+ security: [{ client_session: [] }],
52239
+ summary: '/seam/mobile_sdk/v1/report_salto_space_audit_trail',
52240
+ tags: [],
52241
+ 'x-fern-sdk-group-name': ['seam', 'mobile_sdk', 'v1'],
52242
+ 'x-fern-sdk-method-name': 'report_salto_space_audit_trail',
52243
+ 'x-response-key': null,
52244
+ 'x-title': 'Report Salto Space Audit Trail',
52245
+ 'x-undocumented': 'Mobile SDK only.',
52246
+ },
52247
+ },
52152
52248
  '/seam/partner/v1/building_blocks/spaces/auto_map': {
52153
52249
  get: {
52154
52250
  description: 'Auto-maps partner resources that have been pushed to Seam.',