@carbonorm/carbonnode 3.3.8 → 3.3.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbonorm/carbonnode",
3
- "version": "3.3.8",
3
+ "version": "3.3.10",
4
4
  "browser": "dist/index.umd.js",
5
5
  "exports": {
6
6
  ".": {
@@ -141,7 +141,9 @@ async function dynamicRestImport(tableName: string) : Promise<iDynamicApiImport>
141
141
  return module
142
142
  }
143
143
 
144
- export const C6 : iC6Object = {
144
+ export type RestTableInterfaces = {{{RestTableInterfaces}}};
145
+
146
+ export const C6 : iC6Object<RestTableInterfaces> = {
145
147
  ...C6Constants,
146
148
  C6VERSION: '{{C6VERSION}}',
147
149
  IMPORT: dynamicRestImport,
@@ -150,8 +152,6 @@ export const C6 : iC6Object = {
150
152
  ...TABLES
151
153
  };
152
154
 
153
- export type RestTableInterfaces = {{{RestTableInterfaces}}};
154
-
155
155
  export type tStatefulApiData<T> = T[] | undefined | null;
156
156
 
157
157
  // this refers to the value types of the keys above, aka values in the state