@carbonorm/carbonnode 3.3.8 → 3.3.9
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
|
@@ -141,6 +141,8 @@ async function dynamicRestImport(tableName: string) : Promise<iDynamicApiImport>
|
|
|
141
141
|
return module
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
export type RestTableInterfaces = {{{RestTableInterfaces}}};
|
|
145
|
+
|
|
144
146
|
export const C6 : iC6Object = {
|
|
145
147
|
...C6Constants,
|
|
146
148
|
C6VERSION: '{{C6VERSION}}',
|
|
@@ -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
|