@elliemae/ssf-host 2.9.0 → 2.9.1

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.
@@ -49,12 +49,12 @@ const applicationScriptingObject = {
49
49
  "supportsAction",
50
50
  "supportsNavigateTo"
51
51
  ],
52
- objectId: "Application",
52
+ objectId: "application",
53
53
  objectType: "Object"
54
54
  },
55
55
  type: "object"
56
56
  };
57
- const APPLICATION_SERVICE_OBJECT = "Application";
57
+ const APPLICATION_SERVICE_OBJECT = "application";
58
58
  const authScriptingObject = {
59
59
  object: {
60
60
  events: [],
@@ -24,12 +24,12 @@ const applicationScriptingObject = {
24
24
  "supportsAction",
25
25
  "supportsNavigateTo"
26
26
  ],
27
- objectId: "Application",
27
+ objectId: "application",
28
28
  objectType: "Object"
29
29
  },
30
30
  type: "object"
31
31
  };
32
- const APPLICATION_SERVICE_OBJECT = "Application";
32
+ const APPLICATION_SERVICE_OBJECT = "application";
33
33
  const authScriptingObject = {
34
34
  object: {
35
35
  events: [],
@@ -14,7 +14,7 @@ export declare const applicationScriptingObject: {
14
14
  };
15
15
  type: string;
16
16
  };
17
- export declare const APPLICATION_SERVICE_OBJECT = "Application";
17
+ export declare const APPLICATION_SERVICE_OBJECT = "application";
18
18
  export declare const authScriptingObject: {
19
19
  object: {
20
20
  events: never[];