chore(acc): bump function and update inputs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user