chore(acc): bump function and update inputs

This commit is contained in:
Charles Driesler
2025-08-01 19:26:17 +01:00
parent 3828115c09
commit 85b90e6ecf
2 changed files with 4 additions and 2 deletions
@@ -1,7 +1,7 @@
export const ImporterAutomateFunctions = {
svf2: {
functionId: '2909d29a9d',
functionReleaseId: 'eeff138439'
functionReleaseId: '6bafd557e8'
}
}
@@ -143,9 +143,11 @@ export const triggerSyncItemAutomationFactory =
runId: cryptoRandomString({ length: 15 }),
resultVersions: [],
functionInputs: {
syncItemId: syncItem.id,
projectId: syncItem.projectId,
modelId: syncItem.modelId,
autodeskUrn: syncItem.accFileVersionUrn,
versionUrn: syncItem.accFileVersionUrn,
viewName: syncItem.accFileViewName ?? null,
autodeskRegion: syncItem.accRegion === 'EMEA' ? 1 : 0,
autodeskClientId: getAutodeskIntegrationClientId(),
autodeskClientSecret: getAutodeskIntegrationClientSecret()