@bigfootai/bigfoot-types 4.9.13 → 4.9.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/metadata/tables/case.js +3 -3
- package/metadata/tables/case.ts +3 -3
- package/metadata/tables/issue.js +3 -3
- package/metadata/tables/issue.ts +3 -3
- package/metadata/tables/opportunity.js +2 -2
- package/metadata/tables/opportunity.ts +2 -2
- package/model.js +1 -0
- package/model.ts +1 -0
- package/package.json +1 -1
- /package/metadata/{documents → dashboards}/account_overview.js +0 -0
- /package/metadata/{documents → dashboards}/account_overview.ts +0 -0
package/metadata/tables/case.js
CHANGED
@@ -95,7 +95,7 @@ exports.Case = {
|
|
95
95
|
label: 'Account',
|
96
96
|
name: 'Account.Name',
|
97
97
|
description: 'Name of the account associated with this case.',
|
98
|
-
fieldType: model_1.FieldType.
|
98
|
+
fieldType: model_1.FieldType.Lookup,
|
99
99
|
readOnly: false,
|
100
100
|
important: true,
|
101
101
|
status: false,
|
@@ -104,7 +104,7 @@ exports.Case = {
|
|
104
104
|
label: 'Contact Name',
|
105
105
|
name: 'Contact.Name',
|
106
106
|
description: 'Name of the contact associated with this case.',
|
107
|
-
fieldType: model_1.FieldType.
|
107
|
+
fieldType: model_1.FieldType.Lookup,
|
108
108
|
readOnly: false,
|
109
109
|
important: true,
|
110
110
|
status: false,
|
@@ -113,7 +113,7 @@ exports.Case = {
|
|
113
113
|
label: 'Owner',
|
114
114
|
name: 'Owner.Name',
|
115
115
|
description: 'Name of the User who has been assigned to work on this case.',
|
116
|
-
fieldType: model_1.FieldType.
|
116
|
+
fieldType: model_1.FieldType.Lookup,
|
117
117
|
readOnly: false,
|
118
118
|
important: true,
|
119
119
|
status: false,
|
package/metadata/tables/case.ts
CHANGED
@@ -100,7 +100,7 @@ export const Case: TableMetadata = {
|
|
100
100
|
label: 'Account',
|
101
101
|
name: 'Account.Name',
|
102
102
|
description: 'Name of the account associated with this case.',
|
103
|
-
fieldType: FieldType.
|
103
|
+
fieldType: FieldType.Lookup,
|
104
104
|
readOnly: false,
|
105
105
|
important: true,
|
106
106
|
status: false,
|
@@ -109,7 +109,7 @@ export const Case: TableMetadata = {
|
|
109
109
|
label: 'Contact Name',
|
110
110
|
name: 'Contact.Name',
|
111
111
|
description: 'Name of the contact associated with this case.',
|
112
|
-
fieldType: FieldType.
|
112
|
+
fieldType: FieldType.Lookup,
|
113
113
|
readOnly: false,
|
114
114
|
important: true,
|
115
115
|
status: false,
|
@@ -119,7 +119,7 @@ export const Case: TableMetadata = {
|
|
119
119
|
name: 'Owner.Name',
|
120
120
|
description:
|
121
121
|
'Name of the User who has been assigned to work on this case.',
|
122
|
-
fieldType: FieldType.
|
122
|
+
fieldType: FieldType.Lookup,
|
123
123
|
readOnly: false,
|
124
124
|
important: true,
|
125
125
|
status: false,
|
package/metadata/tables/issue.js
CHANGED
@@ -105,7 +105,7 @@ exports.Case = {
|
|
105
105
|
label: 'Account',
|
106
106
|
name: 'Account.Name',
|
107
107
|
description: 'Name of the account associated with this issue.',
|
108
|
-
fieldType: model_1.FieldType.
|
108
|
+
fieldType: model_1.FieldType.Lookup,
|
109
109
|
readOnly: false,
|
110
110
|
important: true,
|
111
111
|
status: false,
|
@@ -114,7 +114,7 @@ exports.Case = {
|
|
114
114
|
label: 'Contact Name',
|
115
115
|
name: 'Contact.Name',
|
116
116
|
description: 'Name of the contact associated with this issue.',
|
117
|
-
fieldType: model_1.FieldType.
|
117
|
+
fieldType: model_1.FieldType.Lookup,
|
118
118
|
readOnly: false,
|
119
119
|
important: true,
|
120
120
|
status: false,
|
@@ -123,7 +123,7 @@ exports.Case = {
|
|
123
123
|
label: 'Owner',
|
124
124
|
name: 'Owner.Name',
|
125
125
|
description: 'Name of the User who has been assigned to work on this issue.',
|
126
|
-
fieldType: model_1.FieldType.
|
126
|
+
fieldType: model_1.FieldType.Lookup,
|
127
127
|
readOnly: false,
|
128
128
|
important: true,
|
129
129
|
status: false,
|
package/metadata/tables/issue.ts
CHANGED
@@ -110,7 +110,7 @@ export const Case: TableMetadata = {
|
|
110
110
|
label: 'Account',
|
111
111
|
name: 'Account.Name',
|
112
112
|
description: 'Name of the account associated with this issue.',
|
113
|
-
fieldType: FieldType.
|
113
|
+
fieldType: FieldType.Lookup,
|
114
114
|
readOnly: false,
|
115
115
|
important: true,
|
116
116
|
status: false,
|
@@ -119,7 +119,7 @@ export const Case: TableMetadata = {
|
|
119
119
|
label: 'Contact Name',
|
120
120
|
name: 'Contact.Name',
|
121
121
|
description: 'Name of the contact associated with this issue.',
|
122
|
-
fieldType: FieldType.
|
122
|
+
fieldType: FieldType.Lookup,
|
123
123
|
readOnly: false,
|
124
124
|
important: true,
|
125
125
|
status: false,
|
@@ -129,7 +129,7 @@ export const Case: TableMetadata = {
|
|
129
129
|
name: 'Owner.Name',
|
130
130
|
description:
|
131
131
|
'Name of the User who has been assigned to work on this issue.',
|
132
|
-
fieldType: FieldType.
|
132
|
+
fieldType: FieldType.Lookup,
|
133
133
|
readOnly: false,
|
134
134
|
important: true,
|
135
135
|
status: false,
|
@@ -27,7 +27,7 @@ exports.Opportunity = {
|
|
27
27
|
label: 'Account',
|
28
28
|
name: 'Account.Name',
|
29
29
|
description: 'Name of the account associated with this opportunity.',
|
30
|
-
fieldType: model_1.FieldType.
|
30
|
+
fieldType: model_1.FieldType.Lookup,
|
31
31
|
readOnly: false,
|
32
32
|
important: true,
|
33
33
|
status: false,
|
@@ -117,7 +117,7 @@ exports.Opportunity = {
|
|
117
117
|
label: 'Owner',
|
118
118
|
name: 'Owner.Name',
|
119
119
|
description: 'Name of the User who has been assigned to work on this opportunity.',
|
120
|
-
fieldType: model_1.FieldType.
|
120
|
+
fieldType: model_1.FieldType.Lookup,
|
121
121
|
readOnly: false,
|
122
122
|
important: true,
|
123
123
|
status: false,
|
@@ -31,7 +31,7 @@ export const Opportunity: TableMetadata = {
|
|
31
31
|
name: 'Account.Name',
|
32
32
|
description:
|
33
33
|
'Name of the account associated with this opportunity.',
|
34
|
-
fieldType: FieldType.
|
34
|
+
fieldType: FieldType.Lookup,
|
35
35
|
readOnly: false,
|
36
36
|
important: true,
|
37
37
|
status: false,
|
@@ -122,7 +122,7 @@ export const Opportunity: TableMetadata = {
|
|
122
122
|
name: 'Owner.Name',
|
123
123
|
description:
|
124
124
|
'Name of the User who has been assigned to work on this opportunity.',
|
125
|
-
fieldType: FieldType.
|
125
|
+
fieldType: FieldType.Lookup,
|
126
126
|
readOnly: false,
|
127
127
|
important: true,
|
128
128
|
status: false,
|
package/model.js
CHANGED
@@ -1201,6 +1201,7 @@ var FieldType;
|
|
1201
1201
|
FieldType["Text"] = "input";
|
1202
1202
|
FieldType["Select"] = "select";
|
1203
1203
|
FieldType["Checkbox"] = "checkbox";
|
1204
|
+
FieldType["Lookup"] = "lookup";
|
1204
1205
|
})(FieldType || (exports.FieldType = FieldType = {}));
|
1205
1206
|
var FieldVariation;
|
1206
1207
|
(function (FieldVariation) {
|
package/model.ts
CHANGED
package/package.json
CHANGED
File without changes
|
File without changes
|