@seamapi/types 1.644.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.
@@ -47757,6 +47757,71 @@ declare const _default: {
47757
47757
  'x-undocumented': string;
47758
47758
  };
47759
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
+ };
47760
47825
  '/seam/partner/v1/building_blocks/spaces/auto_map': {
47761
47826
  get: {
47762
47827
  description: string;
@@ -52195,6 +52195,56 @@ export default {
52195
52195
  'x-undocumented': 'Mobile SDK only.',
52196
52196
  },
52197
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
+ },
52198
52248
  '/seam/partner/v1/building_blocks/spaces/auto_map': {
52199
52249
  get: {
52200
52250
  description: 'Auto-maps partner resources that have been pushed to Seam.',