fsm-sdk
Version:
Node.JS sdk to interface with SAP Field Service Management APIs.
171 lines • 4.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// note: to update run -> npm run tools:update-dto-versions
exports.ALL_DTO_VERSIONS = {
'Activity': 39,
'ActivityCode': 14,
'ActivityComposedCode': 12,
'ActivityFeedback': 12,
'ActivitySubType': 15,
'ActivityTemplate': 12,
'ActivityTopic': 15,
'Address': 21,
'Alert': 15,
'Approval': 14,
'Attachment': 18,
'Batch': 11,
'BatchQuantity': 12,
'BlanketOrder': 12,
'Branch': 13,
'BusinessPartner': 23,
'BusinessPartnerGroup': 15,
'BusinessProcessStepDefinition': 16,
'Category': 17,
'CheckIn': 11,
'ChecklistAssignment': 14,
'ChecklistCategory': 11,
'ChecklistInstance': 18,
'ChecklistInstanceElement': 17,
'ChecklistTag': 8,
'ChecklistTemplate': 19,
'ChecklistVariable': 8,
'Comment': 11,
'CompanyInfo': 16,
'CompanySettings': 14,
'Competitor': 14,
'CompetitorProduct': 10,
'Configuration': 10,
'Consent': 8,
'Contact': 17,
'Country': 12,
'County': 10,
'CreditNote': 13,
'CrowdExecutionRecord': 8,
'Currency': 12,
'CustomRule': 8,
'Defect': 11,
'DocumentDiscount': 11,
'DocumentDraft': 14,
'EmployeeBranch': 9,
'EmployeeDepartment': 9,
'EmployeePosition': 11,
'Enumeration': 12,
'Equipment': 23,
'EquipmentSubType': 11,
'ErpError': 15,
'Expense': 16,
'ExpenseType': 16,
'FieldConfiguration': 10,
'File': 11,
'FileRef': 11,
'FileRevision': 11,
'Filter': 13,
'Function': 8,
'GenericOrder': 12,
'Group': 14,
'Icon': 10,
'Incident': 12,
'Industry': 14,
'InformationSource': 14,
'Inventory': 11,
'Invoice': 15,
'Item': 23,
'ItemCategory': 15,
'ItemGroup': 11,
'ItemPriceListAssignment': 15,
'ItemProposal': 11,
'ItemReturnReason': 12,
'ItemType': 11,
'ItemWarehouseLevel': 15,
'LevelOfInterest': 14,
'LocationNumberSeries': 11,
'Material': 21,
'Mileage': 17,
'MileageType': 15,
'Notification': 8,
'NowKpi': 8,
'NowPlugin': 9,
'NowPluginInstance': 8,
'NowPluginInstanceSet': 11,
'NowPluginVersion': 8,
'NowShortUrl': 8,
'ObjectGroup': 15,
'ObjectRating': 15,
'PaymentTerm': 15,
'PaymentType': 16,
'Person': 24,
'PersonReservation': 19,
'PersonReservationType': 16,
'PersonWorkTimePattern': 9,
'PlanningScenario': 8,
'Plugin': 8,
'PriceList': 15,
'ProductionOrder': 14,
'ProfileObject': 22,
'Project': 12,
'ProjectMemberTimeFrame': 8,
'ProjectPhase': 12,
'ProjectShift': 8,
'PropertyMeta': 11,
'PurchaseOrder': 14,
'Reason': 14,
'Region': 9,
'ReportData': 15,
'ReportTemplate': 19,
'Requirement': 9,
'ReservedMaterial': 20,
'SalesOpportunity': 16,
'SalesOrder': 18,
'SalesQuotation': 17,
'SalesStage': 14,
'ScreenConfiguration': 12,
'Sequence': 11,
'SerialNumber': 8,
'ServiceAssignment': 28,
'ServiceAssignmentStatus': 15,
'ServiceAssignmentStatusDefinition': 20,
'ServiceCall': 26,
'ServiceCallOrigin': 15,
'ServiceCallProblemType': 15,
'ServiceCallStatus': 15,
'ServiceCallType': 15,
'ServiceCheckout': 15,
'ServiceContract': 13,
'ServiceContractEquipment': 12,
'ServiceErrorCode': 11,
'ServiceErrorCodeItem': 12,
'Shift': 9,
'ShiftTechnician': 9,
'ShippingType': 15,
'Signature': 14,
'Skill': 9,
'State': 10,
'StockTransfer': 15,
'SyncObjectChangelog': 10,
'Tag': 8,
'Tax': 10,
'Team': 13,
'TeamTimeFrame': 10,
'TimeEffort': 16,
'TimeProject': 15,
'TimeSubTask': 15,
'TimeTask': 18,
'ToolAssignment': 8,
'Translation': 11,
'TransportCost': 13,
'UdfMeta': 19,
'UdfMetaGroup': 11,
'UdoMeta': 8,
'UnifiedPerson': 12,
'Usage': 15,
'UsedTool': 8,
'UserSettings': 14,
'UserSyncConfirmation': 14,
'VisitorReport': 11,
'Warehouse': 16,
'Widget': 10,
'WorkTime': 16,
'WorkTimePattern': 9,
'WorkTimeTask': 16
};
//# sourceMappingURL=all-dto-versions.constant.js.map