@awarevue/api-types 2.0.74 → 2.0.76
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.
|
@@ -171,7 +171,7 @@ exports.sObjectMerge = zod_1.z
|
|
|
171
171
|
kind: zod_1.z.literal('merge'),
|
|
172
172
|
objectId: zod_1.z.string().nonempty().describe('Object ID as in backend'),
|
|
173
173
|
objectKind: zod_1.z.literal('accessRule'),
|
|
174
|
-
original:
|
|
174
|
+
original: rest_1.sCreateAccessRuleRequest,
|
|
175
175
|
props: rest_1.sCreateAccessRuleRequest,
|
|
176
176
|
}),
|
|
177
177
|
// accessRule update
|
|
@@ -187,7 +187,7 @@ exports.sObjectMerge = zod_1.z
|
|
|
187
187
|
kind: zod_1.z.literal('merge'),
|
|
188
188
|
objectId: zod_1.z.string().nonempty().describe('Object ID as in backend'),
|
|
189
189
|
objectKind: zod_1.z.literal('schedule'),
|
|
190
|
-
original:
|
|
190
|
+
original: rest_1.sCreateScheduleRequest,
|
|
191
191
|
props: rest_1.sCreateScheduleRequest,
|
|
192
192
|
}),
|
|
193
193
|
// schedule update
|
|
@@ -203,7 +203,7 @@ exports.sObjectMerge = zod_1.z
|
|
|
203
203
|
kind: zod_1.z.literal('merge'),
|
|
204
204
|
objectId: zod_1.z.string().nonempty().describe('Object ID as in backend'),
|
|
205
205
|
objectKind: zod_1.z.literal('person'),
|
|
206
|
-
original:
|
|
206
|
+
original: rest_1.sCreatePersonRequest,
|
|
207
207
|
props: rest_1.sCreatePersonRequest,
|
|
208
208
|
}),
|
|
209
209
|
// person update
|
|
@@ -219,7 +219,7 @@ exports.sObjectMerge = zod_1.z
|
|
|
219
219
|
kind: zod_1.z.literal('merge'),
|
|
220
220
|
objectId: zod_1.z.string().nonempty().describe('Object ID as in backend'),
|
|
221
221
|
objectKind: zod_1.z.literal('zone'),
|
|
222
|
-
original:
|
|
222
|
+
original: rest_1.sCreateZoneRequest,
|
|
223
223
|
props: rest_1.sCreateZoneRequest,
|
|
224
224
|
}),
|
|
225
225
|
// zone update
|
package/dist/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.76",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.76",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|