@lingk/sync 0.0.78 → 0.0.79

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.
package/build/main.js CHANGED
@@ -4643,7 +4643,6 @@ module.exports =
4643
4643
  }, m.isDestinationResource && { dataSourceIsDestinationEntity: true }, m.isExternalKeyMapping && { isExternalKeyMapping: true }));
4644
4644
  }
4645
4645
  }); // end wizard.savedMappings.forEach
4646
- console.log(bundle);
4647
4646
  resourceGroups.push(Object.assign({
4648
4647
  name: bundleResource.name,
4649
4648
  resources: resources, mappings: mappings,
@@ -22034,78 +22033,6 @@ module.exports =
22034
22033
 
22035
22034
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
22036
22035
 
22037
- var wiz = {
22038
- title: 'Banner to Salesforce',
22039
- nameStep: false,
22040
- source: {
22041
- type: 'Banner',
22042
- name: 'Banner',
22043
- env: true,
22044
- customizable: false,
22045
- customStep: false
22046
- },
22047
- destination: {
22048
- type: 'Salesforce',
22049
- name: 'Salesforce',
22050
- env: false,
22051
- customizable: false,
22052
- customStep: false
22053
- },
22054
- deployment: ['once', 'daily', 'repeating'],
22055
- scenarios: [{
22056
- name: 'students',
22057
- title: 'Simple Student Demographics to Contact Sync',
22058
- label: 'Sync students with Contacts to drive Student Population reports and dashboards',
22059
- bundleGuid: 'd10440051e2a46aaa181b72b8ee6af67',
22060
- mappingGuid: 'e98da65935534fdbb4c7b4280f07f1ae'
22061
- }, {
22062
- name: 'staff',
22063
- title: 'Simple Staff Demographics to Contact Sync',
22064
- label: 'Sync staff demographics with Contacts to drive Staff reports and dashboards',
22065
- bundleGuid: 'd10440051e2a46aaa181b72b8ee6af67',
22066
- mappingGuid: 'e98da65935534fdbb4c7b4280f07f1ae'
22067
- }, {
22068
- name: 'applicants',
22069
- title: 'HEDA Applicant Sync',
22070
- label: 'Sync applicants with HEDA Contacts and Affiliations to add Applicant data to Admissions reports and dashboards.',
22071
- bundleGuid: 'd10440051e2a46aaa181b72b8ee6af67',
22072
- mappingGuid: 'e98da65935534fdbb4c7b4280f07f1ae'
22073
- }, {
22074
- name: 'studentenrollment',
22075
- title: 'HEDA Student Enrollments',
22076
- label: 'Sync students and institutions with Contacts and Affiliated Educational Institution Accounts',
22077
- bundleGuid: 'f30c27957e6a4a4e97dc37266980ca1a',
22078
- mappingGuid: '00627b04bc1e43c1a6d0c51d7c57c57c'
22079
- }, {
22080
- name: 'courseroster',
22081
- title: 'HEDA Course Roster Sync',
22082
- label: 'Sync course roster with HEDA Contacts, Courses, Affiliations, and Course Enrollments to add Course Roster data to Student Success reports and dashboards.',
22083
- bundleGuid: 'd10440051e2a46aaa181b72b8ee6af67',
22084
- mappingGuid: 'e98da65935534fdbb4c7b4280f07f1ae'
22085
- }],
22086
- magicDefaultNumber: '2147483647'
22087
- };
22088
- /*
22089
- id: 2,
22090
- title: 'Banner to Salesforce',
22091
- description: 'On-premise Banner instance to Salesforce Org.',
22092
- tag:'Activated',
22093
- source:{
22094
- title: 'Banner',
22095
- type: 'banner',
22096
- defaultSchema: 'guid',
22097
- env: true
22098
- },
22099
- destination:{
22100
- title: 'Salesforce',
22101
- type: 'salesforce',
22102
- defaultSchema: 'guid',
22103
- env: false
22104
- },
22105
- defaultMapping: 'guid',
22106
- deployment: ['once', 'scheduled'], // keys for deployment options
22107
- */
22108
-
22109
22036
  var LingkSync = function (_Component) {
22110
22037
  _inherits(LingkSync, _Component);
22111
22038
 
@@ -22174,7 +22101,7 @@ module.exports =
22174
22101
  _createClass(LingkSync, [{
22175
22102
  key: 'componentDidMount',
22176
22103
  value: function componentDidMount() {
22177
- var wizard = wiz;
22104
+ var wizard = this.props.wizardConfig;
22178
22105
  var stepList = [];
22179
22106
 
22180
22107
  for (var i = 0; i < this.allSteps.length; i++) {