cityworks 0.0.41 → 0.0.42
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/dist/cityworks.d.ts +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.m.js.map +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/cityworks.d.ts
CHANGED
|
@@ -44,16 +44,16 @@ export declare class Cityworks implements Citywork {
|
|
|
44
44
|
* Stores settings including path (defaults to "cityworks"), secure (defaults to true), expires (defaults to null - does not expire), default_domain
|
|
45
45
|
*/
|
|
46
46
|
private settings;
|
|
47
|
-
error?:
|
|
48
|
-
general?:
|
|
49
|
-
search?:
|
|
50
|
-
activity_link?:
|
|
51
|
-
message_queue?:
|
|
52
|
-
gis?:
|
|
53
|
-
request?:
|
|
54
|
-
inspection?:
|
|
55
|
-
workorder?:
|
|
56
|
-
case?:
|
|
47
|
+
error?: any;
|
|
48
|
+
general?: any;
|
|
49
|
+
search?: any;
|
|
50
|
+
activity_link?: any;
|
|
51
|
+
message_queue?: any;
|
|
52
|
+
gis?: any;
|
|
53
|
+
request?: any;
|
|
54
|
+
inspection?: any;
|
|
55
|
+
workorder?: any;
|
|
56
|
+
case?: any;
|
|
57
57
|
private extensions;
|
|
58
58
|
private features;
|
|
59
59
|
private potential_loads;
|