@elqnt/entity 1.0.0 → 1.0.5

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.
@@ -0,0 +1,148 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ var _chunk4GC36G4Djs = require('../chunk-4GC36G4D.js');
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+ exports.EntityDefinitionCreate = _chunk4GC36G4Djs.EntityDefinitionCreate; exports.EntityDefinitionCreated = _chunk4GC36G4Djs.EntityDefinitionCreated; exports.EntityDefinitionDelete = _chunk4GC36G4Djs.EntityDefinitionDelete; exports.EntityDefinitionDeleted = _chunk4GC36G4Djs.EntityDefinitionDeleted; exports.EntityDefinitionGet = _chunk4GC36G4Djs.EntityDefinitionGet; exports.EntityDefinitionGetServer = _chunk4GC36G4Djs.EntityDefinitionGetServer; exports.EntityDefinitionList = _chunk4GC36G4Djs.EntityDefinitionList; exports.EntityDefinitionUpdate = _chunk4GC36G4Djs.EntityDefinitionUpdate; exports.EntityDefinitionUpdated = _chunk4GC36G4Djs.EntityDefinitionUpdated; exports.EntityFieldTypeBool = _chunk4GC36G4Djs.EntityFieldTypeBool; exports.EntityFieldTypeCurrency = _chunk4GC36G4Djs.EntityFieldTypeCurrency; exports.EntityFieldTypeDate = _chunk4GC36G4Djs.EntityFieldTypeDate; exports.EntityFieldTypeDateTime = _chunk4GC36G4Djs.EntityFieldTypeDateTime; exports.EntityFieldTypeDropdown = _chunk4GC36G4Djs.EntityFieldTypeDropdown; exports.EntityFieldTypeEmail = _chunk4GC36G4Djs.EntityFieldTypeEmail; exports.EntityFieldTypeFile = _chunk4GC36G4Djs.EntityFieldTypeFile; exports.EntityFieldTypeFloat = _chunk4GC36G4Djs.EntityFieldTypeFloat; exports.EntityFieldTypeImage = _chunk4GC36G4Djs.EntityFieldTypeImage; exports.EntityFieldTypeInt = _chunk4GC36G4Djs.EntityFieldTypeInt; exports.EntityFieldTypeJSON = _chunk4GC36G4Djs.EntityFieldTypeJSON; exports.EntityFieldTypeLookup = _chunk4GC36G4Djs.EntityFieldTypeLookup; exports.EntityFieldTypeMultiLookup = _chunk4GC36G4Djs.EntityFieldTypeMultiLookup; exports.EntityFieldTypeMultiSelect = _chunk4GC36G4Djs.EntityFieldTypeMultiSelect; exports.EntityFieldTypePhone = _chunk4GC36G4Djs.EntityFieldTypePhone; exports.EntityFieldTypeString = _chunk4GC36G4Djs.EntityFieldTypeString; exports.EntityFieldTypeStringMultiline = _chunk4GC36G4Djs.EntityFieldTypeStringMultiline; exports.EntityFieldTypeText = _chunk4GC36G4Djs.EntityFieldTypeText; exports.EntityFieldTypeURL = _chunk4GC36G4Djs.EntityFieldTypeURL; exports.EntityFieldTypes = _chunk4GC36G4Djs.EntityFieldTypes; exports.EntityFilterOperators = _chunk4GC36G4Djs.EntityFilterOperators; exports.EntityOrgSchemaCreate = _chunk4GC36G4Djs.EntityOrgSchemaCreate; exports.EntityOrgSchemaDrop = _chunk4GC36G4Djs.EntityOrgSchemaDrop; exports.EntityRecordCount = _chunk4GC36G4Djs.EntityRecordCount; exports.EntityRecordCreate = _chunk4GC36G4Djs.EntityRecordCreate; exports.EntityRecordCreated = _chunk4GC36G4Djs.EntityRecordCreated; exports.EntityRecordDelete = _chunk4GC36G4Djs.EntityRecordDelete; exports.EntityRecordDeleted = _chunk4GC36G4Djs.EntityRecordDeleted; exports.EntityRecordGet = _chunk4GC36G4Djs.EntityRecordGet; exports.EntityRecordQuery = _chunk4GC36G4Djs.EntityRecordQuery; exports.EntityRecordUpdate = _chunk4GC36G4Djs.EntityRecordUpdate; exports.EntityRecordUpdated = _chunk4GC36G4Djs.EntityRecordUpdated; exports.EntityRecordsBulkCreate = _chunk4GC36G4Djs.EntityRecordsBulkCreate; exports.EntityRecordsBulkCreated = _chunk4GC36G4Djs.EntityRecordsBulkCreated; exports.EntityRecordsBulkDelete = _chunk4GC36G4Djs.EntityRecordsBulkDelete; exports.EntityRecordsBulkDeleted = _chunk4GC36G4Djs.EntityRecordsBulkDeleted; exports.EntityRecordsBulkUpdate = _chunk4GC36G4Djs.EntityRecordsBulkUpdate; exports.EntityRecordsBulkUpdated = _chunk4GC36G4Djs.EntityRecordsBulkUpdated; exports.EntityViewCreate = _chunk4GC36G4Djs.EntityViewCreate; exports.EntityViewCreated = _chunk4GC36G4Djs.EntityViewCreated; exports.EntityViewDelete = _chunk4GC36G4Djs.EntityViewDelete; exports.EntityViewDeleted = _chunk4GC36G4Djs.EntityViewDeleted; exports.EntityViewList = _chunk4GC36G4Djs.EntityViewList; exports.EntityViewUpdate = _chunk4GC36G4Djs.EntityViewUpdate; exports.EntityViewUpdated = _chunk4GC36G4Djs.EntityViewUpdated; exports.OperatorBetween = _chunk4GC36G4Djs.OperatorBetween; exports.OperatorContains = _chunk4GC36G4Djs.OperatorContains; exports.OperatorEmpty = _chunk4GC36G4Djs.OperatorEmpty; exports.OperatorEndsWith = _chunk4GC36G4Djs.OperatorEndsWith; exports.OperatorEq = _chunk4GC36G4Djs.OperatorEq; exports.OperatorExists = _chunk4GC36G4Djs.OperatorExists; exports.OperatorGt = _chunk4GC36G4Djs.OperatorGt; exports.OperatorGte = _chunk4GC36G4Djs.OperatorGte; exports.OperatorIn = _chunk4GC36G4Djs.OperatorIn; exports.OperatorLt = _chunk4GC36G4Djs.OperatorLt; exports.OperatorLte = _chunk4GC36G4Djs.OperatorLte; exports.OperatorNe = _chunk4GC36G4Djs.OperatorNe; exports.OperatorNin = _chunk4GC36G4Djs.OperatorNin; exports.OperatorStartsWith = _chunk4GC36G4Djs.OperatorStartsWith; exports.RecordChangeActionCreated = _chunk4GC36G4Djs.RecordChangeActionCreated; exports.RecordChangeActionDeleted = _chunk4GC36G4Djs.RecordChangeActionDeleted; exports.RecordChangeActionUpdated = _chunk4GC36G4Djs.RecordChangeActionUpdated;
148
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/home/runner/work/eloquent-packages/eloquent-packages/packages/entity/dist/models/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,itJAAC","file":"/home/runner/work/eloquent-packages/eloquent-packages/packages/entity/dist/models/index.js"}
@@ -0,0 +1,148 @@
1
+ "use client";
2
+ import {
3
+ EntityDefinitionCreate,
4
+ EntityDefinitionCreated,
5
+ EntityDefinitionDelete,
6
+ EntityDefinitionDeleted,
7
+ EntityDefinitionGet,
8
+ EntityDefinitionGetServer,
9
+ EntityDefinitionList,
10
+ EntityDefinitionUpdate,
11
+ EntityDefinitionUpdated,
12
+ EntityFieldTypeBool,
13
+ EntityFieldTypeCurrency,
14
+ EntityFieldTypeDate,
15
+ EntityFieldTypeDateTime,
16
+ EntityFieldTypeDropdown,
17
+ EntityFieldTypeEmail,
18
+ EntityFieldTypeFile,
19
+ EntityFieldTypeFloat,
20
+ EntityFieldTypeImage,
21
+ EntityFieldTypeInt,
22
+ EntityFieldTypeJSON,
23
+ EntityFieldTypeLookup,
24
+ EntityFieldTypeMultiLookup,
25
+ EntityFieldTypeMultiSelect,
26
+ EntityFieldTypePhone,
27
+ EntityFieldTypeString,
28
+ EntityFieldTypeStringMultiline,
29
+ EntityFieldTypeText,
30
+ EntityFieldTypeURL,
31
+ EntityFieldTypes,
32
+ EntityFilterOperators,
33
+ EntityOrgSchemaCreate,
34
+ EntityOrgSchemaDrop,
35
+ EntityRecordCount,
36
+ EntityRecordCreate,
37
+ EntityRecordCreated,
38
+ EntityRecordDelete,
39
+ EntityRecordDeleted,
40
+ EntityRecordGet,
41
+ EntityRecordQuery,
42
+ EntityRecordUpdate,
43
+ EntityRecordUpdated,
44
+ EntityRecordsBulkCreate,
45
+ EntityRecordsBulkCreated,
46
+ EntityRecordsBulkDelete,
47
+ EntityRecordsBulkDeleted,
48
+ EntityRecordsBulkUpdate,
49
+ EntityRecordsBulkUpdated,
50
+ EntityViewCreate,
51
+ EntityViewCreated,
52
+ EntityViewDelete,
53
+ EntityViewDeleted,
54
+ EntityViewList,
55
+ EntityViewUpdate,
56
+ EntityViewUpdated,
57
+ OperatorBetween,
58
+ OperatorContains,
59
+ OperatorEmpty,
60
+ OperatorEndsWith,
61
+ OperatorEq,
62
+ OperatorExists,
63
+ OperatorGt,
64
+ OperatorGte,
65
+ OperatorIn,
66
+ OperatorLt,
67
+ OperatorLte,
68
+ OperatorNe,
69
+ OperatorNin,
70
+ OperatorStartsWith,
71
+ RecordChangeActionCreated,
72
+ RecordChangeActionDeleted,
73
+ RecordChangeActionUpdated
74
+ } from "../chunk-LIACJMHV.mjs";
75
+ export {
76
+ EntityDefinitionCreate,
77
+ EntityDefinitionCreated,
78
+ EntityDefinitionDelete,
79
+ EntityDefinitionDeleted,
80
+ EntityDefinitionGet,
81
+ EntityDefinitionGetServer,
82
+ EntityDefinitionList,
83
+ EntityDefinitionUpdate,
84
+ EntityDefinitionUpdated,
85
+ EntityFieldTypeBool,
86
+ EntityFieldTypeCurrency,
87
+ EntityFieldTypeDate,
88
+ EntityFieldTypeDateTime,
89
+ EntityFieldTypeDropdown,
90
+ EntityFieldTypeEmail,
91
+ EntityFieldTypeFile,
92
+ EntityFieldTypeFloat,
93
+ EntityFieldTypeImage,
94
+ EntityFieldTypeInt,
95
+ EntityFieldTypeJSON,
96
+ EntityFieldTypeLookup,
97
+ EntityFieldTypeMultiLookup,
98
+ EntityFieldTypeMultiSelect,
99
+ EntityFieldTypePhone,
100
+ EntityFieldTypeString,
101
+ EntityFieldTypeStringMultiline,
102
+ EntityFieldTypeText,
103
+ EntityFieldTypeURL,
104
+ EntityFieldTypes,
105
+ EntityFilterOperators,
106
+ EntityOrgSchemaCreate,
107
+ EntityOrgSchemaDrop,
108
+ EntityRecordCount,
109
+ EntityRecordCreate,
110
+ EntityRecordCreated,
111
+ EntityRecordDelete,
112
+ EntityRecordDeleted,
113
+ EntityRecordGet,
114
+ EntityRecordQuery,
115
+ EntityRecordUpdate,
116
+ EntityRecordUpdated,
117
+ EntityRecordsBulkCreate,
118
+ EntityRecordsBulkCreated,
119
+ EntityRecordsBulkDelete,
120
+ EntityRecordsBulkDeleted,
121
+ EntityRecordsBulkUpdate,
122
+ EntityRecordsBulkUpdated,
123
+ EntityViewCreate,
124
+ EntityViewCreated,
125
+ EntityViewDelete,
126
+ EntityViewDeleted,
127
+ EntityViewList,
128
+ EntityViewUpdate,
129
+ EntityViewUpdated,
130
+ OperatorBetween,
131
+ OperatorContains,
132
+ OperatorEmpty,
133
+ OperatorEndsWith,
134
+ OperatorEq,
135
+ OperatorExists,
136
+ OperatorGt,
137
+ OperatorGte,
138
+ OperatorIn,
139
+ OperatorLt,
140
+ OperatorLte,
141
+ OperatorNe,
142
+ OperatorNin,
143
+ OperatorStartsWith,
144
+ RecordChangeActionCreated,
145
+ RecordChangeActionDeleted,
146
+ RecordChangeActionUpdated
147
+ };
148
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elqnt/entity",
3
- "version": "1.0.0",
3
+ "version": "1.0.5",
4
4
  "description": "Dynamic entity management for Eloquent platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -10,6 +10,11 @@
10
10
  "import": "./dist/index.mjs",
11
11
  "require": "./dist/index.js",
12
12
  "types": "./dist/index.d.ts"
13
+ },
14
+ "./models": {
15
+ "import": "./dist/models/index.mjs",
16
+ "require": "./dist/models/index.js",
17
+ "types": "./dist/models/index.d.ts"
13
18
  }
14
19
  },
15
20
  "files": ["dist"],