sr-npm 1.7.537 → 1.7.538

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.
@@ -36,6 +36,7 @@ const AMOUNT_OF_JOBS_PER_DEPARTMENT_COLLECTION_FIELDS = {
36
36
  const CUSTOM_VALUES_COLLECTION_FIELDS = {
37
37
  TITLE: 'title',
38
38
  CUSTOM_FIELD: 'customField',
39
+ JOBS: 'jobs',
39
40
  }
40
41
  const CUSTOM_FIELDS_COLLECTION_FIELDS = {
41
42
  TITLE: 'title',
@@ -97,6 +98,7 @@ const COLLECTIONS_FIELDS = {
97
98
  CUSTOM_VALUES: [
98
99
  {key:'title', type: 'TEXT'},
99
100
  {key:'customField', type: 'REFERENCE', typeMetadata: { reference: { referencedCollectionId: COLLECTIONS.CUSTOM_FIELDS } } },
101
+ {key:'jobs', type: 'MULTI-REFERENCE', typeMetadata: { reference: { referencedCollectionId: COLLECTIONS.JOBS } } },
100
102
  ],
101
103
  CUSTOM_FIELDS: [
102
104
  {key:'title', type: 'TEXT'},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.537",
3
+ "version": "1.7.538",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {