n8n-nodes-clientify 0.2.16 → 0.2.17

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.
@@ -1727,9 +1727,12 @@ exports.operationDefinitions = {
1727
1727
  },
1728
1728
  "ListCompanyTags": {
1729
1729
  "description": "List tags for a company.",
1730
- "fieldDefaults": {},
1730
+ "fieldDefaults": {
1731
+ "fields": "name, color, id"
1732
+ },
1731
1733
  "fieldNames": [
1732
- "companyId"
1734
+ "companyId",
1735
+ "fields"
1733
1736
  ],
1734
1737
  "fixedQuery": {},
1735
1738
  "inspectorInputs": {
@@ -1738,6 +1741,12 @@ exports.operationDefinitions = {
1738
1741
  "label": "Company ID",
1739
1742
  "tooltip": "Set Company ID (can be mapped from previous steps).",
1740
1743
  "type": "number"
1744
+ },
1745
+ "fields": {
1746
+ "index": 2,
1747
+ "label": "Fields",
1748
+ "tooltip": "Set Fields (can be mapped from previous steps).",
1749
+ "type": "text"
1741
1750
  }
1742
1751
  },
1743
1752
  "label": "List Company Tags",
@@ -1961,9 +1970,12 @@ exports.operationDefinitions = {
1961
1970
  },
1962
1971
  "ListContactTags": {
1963
1972
  "description": "List tags for a contact.",
1964
- "fieldDefaults": {},
1973
+ "fieldDefaults": {
1974
+ "fields": "name, color, id"
1975
+ },
1965
1976
  "fieldNames": [
1966
- "contactId"
1977
+ "contactId",
1978
+ "fields"
1967
1979
  ],
1968
1980
  "fixedQuery": {},
1969
1981
  "inspectorInputs": {
@@ -1972,6 +1984,12 @@ exports.operationDefinitions = {
1972
1984
  "label": "Contact ID",
1973
1985
  "tooltip": "Set Contact ID (can be mapped from previous steps).",
1974
1986
  "type": "number"
1987
+ },
1988
+ "fields": {
1989
+ "index": 2,
1990
+ "label": "Fields",
1991
+ "tooltip": "Set Fields (can be mapped from previous steps).",
1992
+ "type": "text"
1975
1993
  }
1976
1994
  },
1977
1995
  "label": "List Contact Tags",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-clientify",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",