@greatapps/greatagents 0.1.13 → 0.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greatapps/greatagents",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Schemas para GreatAgents",
5
5
  "main": "./src/product.js",
6
6
  "type": "module"
@@ -45,6 +45,18 @@ export const properties = {
45
45
  disabled: true
46
46
  }
47
47
  },
48
+ id_external: {
49
+ type: "string",
50
+ required: false,
51
+ filterable: true,
52
+ interface: {
53
+ label: {
54
+ "pt-br": "ID Externo",
55
+ "en": "External ID"
56
+ },
57
+ component: "input"
58
+ }
59
+ },
48
60
  name: {
49
61
  type: "string",
50
62
  required: true,
@@ -102,6 +102,18 @@ export const properties = {
102
102
  disabled: true
103
103
  }
104
104
  },
105
+ id_external: {
106
+ type: "string",
107
+ required: false,
108
+ filterable: true,
109
+ interface: {
110
+ label: {
111
+ "pt-br": "ID Externo",
112
+ "en": "External ID"
113
+ },
114
+ component: "input"
115
+ }
116
+ },
105
117
  key_memory: {
106
118
  type: "string",
107
119
  required: false,