@carbonorm/carbonnode 3.5.8 → 3.6.0

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.
Files changed (79) hide show
  1. package/dist/api/orm/builders/ConditionBuilder.d.ts +1 -0
  2. package/dist/index.cjs.js +1251 -997
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.esm.js +1253 -999
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +2 -5
  7. package/scripts/generateRestBindings.cjs +1 -1
  8. package/scripts/generateRestBindings.ts +1 -1
  9. package/src/api/executors/HttpExecutor.ts +1 -3
  10. package/src/api/executors/SqlExecutor.ts +2 -1
  11. package/src/api/orm/builders/ConditionBuilder.ts +20 -9
  12. package/src/api/orm/queries/DeleteQueryBuilder.ts +1 -0
  13. package/src/api/orm/queries/PostQueryBuilder.ts +1 -0
  14. package/src/api/orm/queries/SelectQueryBuilder.ts +1 -0
  15. package/src/api/orm/queries/UpdateQueryBuilder.ts +1 -0
  16. package/dist/api/builders/queryHelpers.d.ts +0 -4
  17. package/dist/api/builders/sqlBuilder.d.ts +0 -33
  18. package/dist/api/carbonSqlExecutor.d.ts +0 -17
  19. package/dist/api/interfaces/ormInterfaces.d.ts +0 -87
  20. package/dist/api/orm/SqlBuilder.d.ts +0 -17
  21. package/dist/api/rest/Blog_Categories.d.ts +0 -37
  22. package/dist/api/rest/Blog_Categories.test.d.ts +0 -11
  23. package/dist/api/rest/Blog_Images.d.ts +0 -37
  24. package/dist/api/rest/Blog_Images.test.d.ts +0 -15
  25. package/dist/api/rest/Blog_Post_Categories.d.ts +0 -37
  26. package/dist/api/rest/Blog_Post_Categories.test.d.ts +0 -13
  27. package/dist/api/rest/Blog_Post_Tags.d.ts +0 -37
  28. package/dist/api/rest/Blog_Post_Tags.test.d.ts +0 -13
  29. package/dist/api/rest/Blog_Posts.d.ts +0 -37
  30. package/dist/api/rest/Blog_Posts.test.d.ts +0 -21
  31. package/dist/api/rest/Blog_Tags.d.ts +0 -37
  32. package/dist/api/rest/Blog_Tags.test.d.ts +0 -11
  33. package/dist/api/rest/C6.d.ts +0 -1000
  34. package/dist/api/rest/Cache.d.ts +0 -37
  35. package/dist/api/rest/Cache.test.d.ts +0 -12
  36. package/dist/api/rest/Cities.d.ts +0 -37
  37. package/dist/api/rest/Cities.test.d.ts +0 -17
  38. package/dist/api/rest/Counties.d.ts +0 -37
  39. package/dist/api/rest/Counties.test.d.ts +0 -18
  40. package/dist/api/rest/Countries.d.ts +0 -37
  41. package/dist/api/rest/Countries.test.d.ts +0 -24
  42. package/dist/api/rest/Geometries.d.ts +0 -37
  43. package/dist/api/rest/Geometries.test.d.ts +0 -16
  44. package/dist/api/rest/Images.d.ts +0 -37
  45. package/dist/api/rest/Images.test.d.ts +0 -16
  46. package/dist/api/rest/Land_Section_Info.d.ts +0 -37
  47. package/dist/api/rest/Land_Section_Info.test.d.ts +0 -15
  48. package/dist/api/rest/Neighborhoods.d.ts +0 -37
  49. package/dist/api/rest/Neighborhoods.test.d.ts +0 -12
  50. package/dist/api/rest/Parcel_Building_Details.d.ts +0 -37
  51. package/dist/api/rest/Parcel_Building_Details.test.d.ts +0 -40
  52. package/dist/api/rest/Parcel_Neighborhoods.d.ts +0 -37
  53. package/dist/api/rest/Parcel_Neighborhoods.test.d.ts +0 -15
  54. package/dist/api/rest/Parcel_Owners.d.ts +0 -37
  55. package/dist/api/rest/Parcel_Owners.test.d.ts +0 -23
  56. package/dist/api/rest/Parcel_Sales.d.ts +0 -37
  57. package/dist/api/rest/Parcel_Sales.test.d.ts +0 -19
  58. package/dist/api/rest/Parcel_Tax_History.d.ts +0 -37
  59. package/dist/api/rest/Parcel_Tax_History.test.d.ts +0 -24
  60. package/dist/api/rest/Parcels.d.ts +0 -37
  61. package/dist/api/rest/Parcels.test.d.ts +0 -42
  62. package/dist/api/rest/Payment_Charge_Logs.d.ts +0 -37
  63. package/dist/api/rest/Payment_Charge_Logs.test.d.ts +0 -17
  64. package/dist/api/rest/Payment_Subscriptions.d.ts +0 -37
  65. package/dist/api/rest/Payment_Subscriptions.test.d.ts +0 -20
  66. package/dist/api/rest/Property_Units.d.ts +0 -37
  67. package/dist/api/rest/Property_Units.test.d.ts +0 -55
  68. package/dist/api/rest/Sources.d.ts +0 -37
  69. package/dist/api/rest/Sources.test.d.ts +0 -17
  70. package/dist/api/rest/States.d.ts +0 -37
  71. package/dist/api/rest/States.test.d.ts +0 -20
  72. package/dist/api/rest/Tax_Districts.d.ts +0 -37
  73. package/dist/api/rest/Tax_Districts.test.d.ts +0 -12
  74. package/dist/api/rest/Users.d.ts +0 -37
  75. package/dist/api/rest/Users.test.d.ts +0 -14
  76. package/dist/api/rest/Valuation_Reports.d.ts +0 -37
  77. package/dist/api/rest/Valuation_Reports.test.d.ts +0 -36
  78. package/dist/api/rest/Zip_Codes.d.ts +0 -37
  79. package/dist/api/rest/Zip_Codes.test.d.ts +0 -15
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iCache } from "./C6";
3
- declare const Cache: {
4
- Get: (request?: Omit<iCache, never> & {
5
- dataInsertMultipleRows?: Omit<iCache, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iCache>>) | import("axios").AxiosResponse<iGetC6RestResponse<iCache>, any> | null | undefined>;
12
- Post: (request?: Omit<iCache, never> & {
13
- dataInsertMultipleRows?: Omit<iCache, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iCache>, any> | null | undefined>;
20
- Put: (request?: Omit<iCache, never> & {
21
- dataInsertMultipleRows?: Omit<iCache, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iCache, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iCache, never> & {
29
- dataInsertMultipleRows?: Omit<iCache, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iCache, any>, any> | null | undefined>;
36
- };
37
- export default Cache;
@@ -1,12 +0,0 @@
1
- import { iCache } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `cache` (
4
- `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
5
- `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
6
- `ttl` bigint NOT NULL,
7
- `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
8
- PRIMARY KEY (`id`)
9
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
10
- **/
11
- declare const Test_Data: iCache;
12
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iCities } from "./C6";
3
- declare const Cities: {
4
- Get: (request?: Omit<iCities, never> & {
5
- dataInsertMultipleRows?: Omit<iCities, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iCities>>) | import("axios").AxiosResponse<iGetC6RestResponse<iCities>, any> | null | undefined>;
12
- Post: (request?: Omit<iCities, never> & {
13
- dataInsertMultipleRows?: Omit<iCities, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iCities>, any> | null | undefined>;
20
- Put: (request?: Omit<iCities, never> & {
21
- dataInsertMultipleRows?: Omit<iCities, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iCities, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iCities, never> & {
29
- dataInsertMultipleRows?: Omit<iCities, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iCities, any>, any> | null | undefined>;
36
- };
37
- export default Cities;
@@ -1,17 +0,0 @@
1
- import { iCities } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `cities` (
4
- `city_id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
6
- `state_id` binary(16) NOT NULL,
7
- `geometry_id` binary(16) DEFAULT NULL,
8
- `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
9
- PRIMARY KEY (`city_id`),
10
- KEY `state_id` (`state_id`),
11
- KEY `geometry_id` (`geometry_id`),
12
- CONSTRAINT `cities_ibfk_1` FOREIGN KEY (`state_id`) REFERENCES `states` (`state_id`) ON DELETE RESTRICT,
13
- CONSTRAINT `cities_ibfk_2` FOREIGN KEY (`geometry_id`) REFERENCES `geometries` (`geometry_id`) ON DELETE RESTRICT
14
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
15
- **/
16
- declare const Test_Data: iCities;
17
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iCounties } from "./C6";
3
- declare const Counties: {
4
- Get: (request?: Omit<iCounties, never> & {
5
- dataInsertMultipleRows?: Omit<iCounties, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iCounties>>) | import("axios").AxiosResponse<iGetC6RestResponse<iCounties>, any> | null | undefined>;
12
- Post: (request?: Omit<iCounties, never> & {
13
- dataInsertMultipleRows?: Omit<iCounties, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iCounties>, any> | null | undefined>;
20
- Put: (request?: Omit<iCounties, never> & {
21
- dataInsertMultipleRows?: Omit<iCounties, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iCounties, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iCounties, never> & {
29
- dataInsertMultipleRows?: Omit<iCounties, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iCounties, any>, any> | null | undefined>;
36
- };
37
- export default Counties;
@@ -1,18 +0,0 @@
1
- import { iCounties } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `counties` (
4
- `county_id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `state_id` binary(16) NOT NULL,
6
- `county_fips` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
7
- `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
8
- `geometry_id` binary(16) DEFAULT NULL,
9
- `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
10
- PRIMARY KEY (`county_id`),
11
- UNIQUE KEY `uq_state_county` (`state_id`,`county_fips`),
12
- KEY `geometry_id` (`geometry_id`),
13
- CONSTRAINT `counties_ibfk_1` FOREIGN KEY (`geometry_id`) REFERENCES `geometries` (`geometry_id`) ON DELETE RESTRICT,
14
- CONSTRAINT `counties_ibfk_2` FOREIGN KEY (`state_id`) REFERENCES `states` (`state_id`) ON DELETE RESTRICT
15
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
16
- **/
17
- declare const Test_Data: iCounties;
18
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iCountries } from "./C6";
3
- declare const Countries: {
4
- Get: (request?: Omit<iCountries, never> & {
5
- dataInsertMultipleRows?: Omit<iCountries, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iCountries>>) | import("axios").AxiosResponse<iGetC6RestResponse<iCountries>, any> | null | undefined>;
12
- Post: (request?: Omit<iCountries, never> & {
13
- dataInsertMultipleRows?: Omit<iCountries, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iCountries>, any> | null | undefined>;
20
- Put: (request?: Omit<iCountries, never> & {
21
- dataInsertMultipleRows?: Omit<iCountries, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iCountries, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iCountries, never> & {
29
- dataInsertMultipleRows?: Omit<iCountries, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iCountries, any>, any> | null | undefined>;
36
- };
37
- export default Countries;
@@ -1,24 +0,0 @@
1
- import { iCountries } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `countries` (
4
- `country_code` char(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
5
- `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
6
- `alpha_3_code` char(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
7
- `numeric_code` char(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
8
- `official_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
9
- `common_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
10
- `cca2` char(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
11
- `cca3` char(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
12
- `region` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
13
- `subregion` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
14
- `latitude` decimal(10,8) DEFAULT NULL,
15
- `longitude` decimal(11,8) DEFAULT NULL,
16
- `geometry_id` binary(16) DEFAULT NULL,
17
- `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
18
- PRIMARY KEY (`country_code`),
19
- KEY `geometry_id` (`geometry_id`),
20
- CONSTRAINT `countries_ibfk_1` FOREIGN KEY (`geometry_id`) REFERENCES `geometries` (`geometry_id`) ON DELETE SET NULL
21
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
22
- **/
23
- declare const Test_Data: iCountries;
24
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iGeometries } from "./C6";
3
- declare const Geometries: {
4
- Get: (request?: Omit<iGeometries, never> & {
5
- dataInsertMultipleRows?: Omit<iGeometries, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iGeometries>>) | import("axios").AxiosResponse<iGetC6RestResponse<iGeometries>, any> | null | undefined>;
12
- Post: (request?: Omit<iGeometries, never> & {
13
- dataInsertMultipleRows?: Omit<iGeometries, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iGeometries>, any> | null | undefined>;
20
- Put: (request?: Omit<iGeometries, never> & {
21
- dataInsertMultipleRows?: Omit<iGeometries, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iGeometries, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iGeometries, never> & {
29
- dataInsertMultipleRows?: Omit<iGeometries, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iGeometries, any>, any> | null | undefined>;
36
- };
37
- export default Geometries;
@@ -1,16 +0,0 @@
1
- import { iGeometries } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `geometries` (
4
- `geometry_id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `geometry_type` enum('Parcel','Road','District','Zip Code','State Boundary','Country Boundary','County Boundary','City Boundary','Unclaimed Land','Other') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
6
- `shape` geometry NOT NULL /!* SRID 4326 *!/,
7
- `shape_hash` binary(16) GENERATED ALWAYS AS (unhex(md5(st_aswkb(`shape`)))) STORED,
8
- `area` double GENERATED ALWAYS AS (st_area(`shape`)) STORED,
9
- `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
10
- PRIMARY KEY (`geometry_id`),
11
- UNIQUE KEY `uq_geometry` (`geometry_type`,`shape_hash`),
12
- SPATIAL KEY `shape` (`shape`)
13
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
14
- **/
15
- declare const Test_Data: iGeometries;
16
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iImages } from "./C6";
3
- declare const Images: {
4
- Get: (request?: Omit<iImages, never> & {
5
- dataInsertMultipleRows?: Omit<iImages, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iImages>>) | import("axios").AxiosResponse<iGetC6RestResponse<iImages>, any> | null | undefined>;
12
- Post: (request?: Omit<iImages, never> & {
13
- dataInsertMultipleRows?: Omit<iImages, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iImages>, any> | null | undefined>;
20
- Put: (request?: Omit<iImages, never> & {
21
- dataInsertMultipleRows?: Omit<iImages, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iImages, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iImages, never> & {
29
- dataInsertMultipleRows?: Omit<iImages, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iImages, any>, any> | null | undefined>;
36
- };
37
- export default Images;
@@ -1,16 +0,0 @@
1
- import { iImages } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `images` (
4
- `image_id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `parcel_id` binary(16) NOT NULL,
6
- `label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
7
- `data_uri` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
8
- `uploaded_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
9
- `source_id` binary(16) DEFAULT NULL,
10
- PRIMARY KEY (`image_id`),
11
- KEY `parcel_id` (`parcel_id`),
12
- CONSTRAINT `images_ibfk_1` FOREIGN KEY (`parcel_id`) REFERENCES `parcels` (`parcel_id`) ON DELETE CASCADE
13
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
14
- **/
15
- declare const Test_Data: iImages;
16
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iLand_Section_Info } from "./C6";
3
- declare const Land_Section_Info: {
4
- Get: (request?: Omit<iLand_Section_Info, never> & {
5
- dataInsertMultipleRows?: Omit<iLand_Section_Info, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iLand_Section_Info>>) | import("axios").AxiosResponse<iGetC6RestResponse<iLand_Section_Info>, any> | null | undefined>;
12
- Post: (request?: Omit<iLand_Section_Info, never> & {
13
- dataInsertMultipleRows?: Omit<iLand_Section_Info, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iLand_Section_Info>, any> | null | undefined>;
20
- Put: (request?: Omit<iLand_Section_Info, never> & {
21
- dataInsertMultipleRows?: Omit<iLand_Section_Info, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iLand_Section_Info, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iLand_Section_Info, never> & {
29
- dataInsertMultipleRows?: Omit<iLand_Section_Info, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iLand_Section_Info, any>, any> | null | undefined>;
36
- };
37
- export default Land_Section_Info;
@@ -1,15 +0,0 @@
1
- import { iLand_Section_Info } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `land_section_info` (
4
- `parcel_id` binary(16) NOT NULL,
5
- `section` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
6
- `township` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
7
- `range` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
8
- `quarter` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
9
- `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
10
- PRIMARY KEY (`parcel_id`),
11
- CONSTRAINT `land_section_info_ibfk_1` FOREIGN KEY (`parcel_id`) REFERENCES `parcels` (`parcel_id`) ON DELETE CASCADE
12
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
13
- **/
14
- declare const Test_Data: iLand_Section_Info;
15
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iNeighborhoods } from "./C6";
3
- declare const Neighborhoods: {
4
- Get: (request?: Omit<iNeighborhoods, never> & {
5
- dataInsertMultipleRows?: Omit<iNeighborhoods, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iNeighborhoods>>) | import("axios").AxiosResponse<iGetC6RestResponse<iNeighborhoods>, any> | null | undefined>;
12
- Post: (request?: Omit<iNeighborhoods, never> & {
13
- dataInsertMultipleRows?: Omit<iNeighborhoods, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iNeighborhoods>, any> | null | undefined>;
20
- Put: (request?: Omit<iNeighborhoods, never> & {
21
- dataInsertMultipleRows?: Omit<iNeighborhoods, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iNeighborhoods, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iNeighborhoods, never> & {
29
- dataInsertMultipleRows?: Omit<iNeighborhoods, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iNeighborhoods, any>, any> | null | undefined>;
36
- };
37
- export default Neighborhoods;
@@ -1,12 +0,0 @@
1
- import { iNeighborhoods } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `neighborhoods` (
4
- `neighborhood_id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
6
- `extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
7
- PRIMARY KEY (`neighborhood_id`),
8
- UNIQUE KEY `uq_neighborhood` (`code`,`extension`)
9
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
10
- **/
11
- declare const Test_Data: iNeighborhoods;
12
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iParcel_Building_Details } from "./C6";
3
- declare const Parcel_Building_Details: {
4
- Get: (request?: Omit<iParcel_Building_Details, never> & {
5
- dataInsertMultipleRows?: Omit<iParcel_Building_Details, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iParcel_Building_Details>>) | import("axios").AxiosResponse<iGetC6RestResponse<iParcel_Building_Details>, any> | null | undefined>;
12
- Post: (request?: Omit<iParcel_Building_Details, never> & {
13
- dataInsertMultipleRows?: Omit<iParcel_Building_Details, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iParcel_Building_Details>, any> | null | undefined>;
20
- Put: (request?: Omit<iParcel_Building_Details, never> & {
21
- dataInsertMultipleRows?: Omit<iParcel_Building_Details, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iParcel_Building_Details, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iParcel_Building_Details, never> & {
29
- dataInsertMultipleRows?: Omit<iParcel_Building_Details, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iParcel_Building_Details, any>, any> | null | undefined>;
36
- };
37
- export default Parcel_Building_Details;
@@ -1,40 +0,0 @@
1
- import { iParcel_Building_Details } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `parcel_building_details` (
4
- `building_id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `parcel_id` binary(16) NOT NULL,
6
- `gla` decimal(10,2) DEFAULT NULL,
7
- `basement_area` decimal(10,2) DEFAULT NULL,
8
- `finished_basement_area` decimal(10,2) DEFAULT NULL,
9
- `bathrooms` int DEFAULT NULL,
10
- `garage_size` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
11
- `quality` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
12
- `condition` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
13
- `site_size_sqft` decimal(12,2) DEFAULT NULL,
14
- `zoning_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
15
- `zoning_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
16
- `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
17
- `year_built` year DEFAULT NULL,
18
- `bedrooms` int DEFAULT NULL,
19
- `style` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
20
- `property_age` int DEFAULT NULL,
21
- `legal_block` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
22
- `prior_sale_price` decimal(14,2) DEFAULT NULL,
23
- `prior_sale_date` date DEFAULT NULL,
24
- `lot_number` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
25
- `subdivision_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
26
- `subdivision_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
27
- `tract` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
28
- `walkout_basement_flag` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
29
- `occupancy_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
30
- `built_as_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
31
- `exterior_construction_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
32
- `interior_finish_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
33
- `source_id` binary(16) DEFAULT NULL,
34
- PRIMARY KEY (`building_id`),
35
- KEY `parcel_id` (`parcel_id`),
36
- CONSTRAINT `parcel_building_details_ibfk_1` FOREIGN KEY (`parcel_id`) REFERENCES `parcels` (`parcel_id`) ON DELETE CASCADE
37
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
38
- **/
39
- declare const Test_Data: iParcel_Building_Details;
40
- export default Test_Data;
@@ -1,37 +0,0 @@
1
- import { iPostC6RestResponse, iDeleteC6RestResponse, iGetC6RestResponse, iPutC6RestResponse } from "@carbonorm/carbonnode";
2
- import { iParcel_Neighborhoods } from "./C6";
3
- declare const Parcel_Neighborhoods: {
4
- Get: (request?: Omit<iParcel_Neighborhoods, never> & {
5
- dataInsertMultipleRows?: Omit<iParcel_Neighborhoods, never>[] | undefined;
6
- cacheResults?: boolean;
7
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
8
- debug?: boolean;
9
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
10
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
11
- }) => Promise<(() => import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<iParcel_Neighborhoods>>) | import("axios").AxiosResponse<iGetC6RestResponse<iParcel_Neighborhoods>, any> | null | undefined>;
12
- Post: (request?: Omit<iParcel_Neighborhoods, never> & {
13
- dataInsertMultipleRows?: Omit<iParcel_Neighborhoods, never>[] | undefined;
14
- cacheResults?: boolean;
15
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
16
- debug?: boolean;
17
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
18
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
19
- }) => Promise<import("axios").AxiosResponse<iPostC6RestResponse<iParcel_Neighborhoods>, any> | null | undefined>;
20
- Put: (request?: Omit<iParcel_Neighborhoods, never> & {
21
- dataInsertMultipleRows?: Omit<iParcel_Neighborhoods, never>[] | undefined;
22
- cacheResults?: boolean;
23
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
24
- debug?: boolean;
25
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
26
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
27
- }) => Promise<import("axios").AxiosResponse<iPutC6RestResponse<iParcel_Neighborhoods, any>, any> | null | undefined>;
28
- Delete: (request?: Omit<iParcel_Neighborhoods, never> & {
29
- dataInsertMultipleRows?: Omit<iParcel_Neighborhoods, never>[] | undefined;
30
- cacheResults?: boolean;
31
- fetchDependencies?: number | import("@carbonorm/carbonnode").eFetchDependencies | Awaited<import("@carbonorm/carbonnode").apiReturn<iGetC6RestResponse<any>>>[];
32
- debug?: boolean;
33
- success?: string | ((r: import("axios").AxiosResponse) => (string | void));
34
- error?: string | ((r: import("axios").AxiosResponse) => (string | void));
35
- }) => Promise<import("axios").AxiosResponse<iDeleteC6RestResponse<iParcel_Neighborhoods, any>, any> | null | undefined>;
36
- };
37
- export default Parcel_Neighborhoods;
@@ -1,15 +0,0 @@
1
- import { iParcel_Neighborhoods } from "api/rest/C6";
2
- /**
3
- CREATE TABLE `parcel_neighborhoods` (
4
- `id` binary(16) NOT NULL DEFAULT (uuid_to_bin(uuid(),1)),
5
- `parcel_id` binary(16) NOT NULL,
6
- `neighborhood_id` binary(16) NOT NULL,
7
- PRIMARY KEY (`id`),
8
- UNIQUE KEY `uq_parcel_neighborhood` (`parcel_id`,`neighborhood_id`),
9
- KEY `neighborhood_id` (`neighborhood_id`),
10
- CONSTRAINT `parcel_neighborhoods_ibfk_1` FOREIGN KEY (`parcel_id`) REFERENCES `parcels` (`parcel_id`) ON DELETE CASCADE,
11
- CONSTRAINT `parcel_neighborhoods_ibfk_2` FOREIGN KEY (`neighborhood_id`) REFERENCES `neighborhoods` (`neighborhood_id`) ON DELETE CASCADE
12
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
13
- **/
14
- declare const Test_Data: iParcel_Neighborhoods;
15
- export default Test_Data;