@deepintel-ltd/farmpro-contracts 1.5.18 → 1.5.20
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/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/routes/agents.routes.d.ts +192 -18
- package/dist/routes/agents.routes.d.ts.map +1 -1
- package/dist/routes/index.d.ts +9 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +6 -0
- package/dist/routes/invoices.routes.d.ts +3608 -0
- package/dist/routes/invoices.routes.d.ts.map +1 -0
- package/dist/routes/invoices.routes.js +98 -0
- package/dist/routes/organizations.routes.d.ts +1669 -0
- package/dist/routes/organizations.routes.d.ts.map +1 -0
- package/dist/routes/organizations.routes.js +63 -0
- package/dist/routes/subscriptions.routes.d.ts +232 -0
- package/dist/routes/subscriptions.routes.d.ts.map +1 -1
- package/dist/routes/subscriptions.routes.js +25 -2
- package/dist/routes/waybills.routes.d.ts +3225 -0
- package/dist/routes/waybills.routes.d.ts.map +1 -0
- package/dist/routes/waybills.routes.js +95 -0
- package/dist/schemas/agents.schemas.d.ts +760 -49
- package/dist/schemas/agents.schemas.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.js +21 -1
- package/dist/schemas/invoices.schemas.d.ts +1533 -0
- package/dist/schemas/invoices.schemas.d.ts.map +1 -0
- package/dist/schemas/invoices.schemas.js +85 -0
- package/dist/schemas/organizations.schemas.d.ts +509 -0
- package/dist/schemas/organizations.schemas.d.ts.map +1 -0
- package/dist/schemas/organizations.schemas.js +39 -0
- package/dist/schemas/waybills.schemas.d.ts +1261 -0
- package/dist/schemas/waybills.schemas.d.ts.map +1 -0
- package/dist/schemas/waybills.schemas.js +70 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* @module @farmpro/contracts
|
|
7
7
|
*/
|
|
8
8
|
export { apiContract } from './routes';
|
|
9
|
-
export type { ApiContractType, ApiContractDefinition, AuthEndpoints, UsersEndpoints, FarmsEndpoints, FieldsEndpoints, TasksEndpoints, InventoryEndpoints, FinanceEndpoints, HarvestEndpoints, SoilTestsEndpoints, WeatherEndpoints, TeamEndpoints, EquipmentEndpoints, DocumentsEndpoints, SuppliersEndpoints, AnalyticsEndpoints, CategoriesEndpoints, AgentsEndpoints, AgentWorkflowsEndpoints, FieldMonitoringEndpoints, FieldObservationsEndpoints, AdminEndpoints, HealthEndpoints, SeasonalPlansEndpoints, InputUsageEndpoints, PaymentsEndpoints, SubscriptionsEndpoints, } from './routes';
|
|
9
|
+
export type { ApiContractType, ApiContractDefinition, AuthEndpoints, UsersEndpoints, FarmsEndpoints, FieldsEndpoints, TasksEndpoints, InventoryEndpoints, FinanceEndpoints, HarvestEndpoints, SoilTestsEndpoints, WeatherEndpoints, TeamEndpoints, EquipmentEndpoints, DocumentsEndpoints, SuppliersEndpoints, AnalyticsEndpoints, CategoriesEndpoints, AgentsEndpoints, AgentWorkflowsEndpoints, FieldMonitoringEndpoints, FieldObservationsEndpoints, AdminEndpoints, HealthEndpoints, SeasonalPlansEndpoints, InputUsageEndpoints, PaymentsEndpoints, SubscriptionsEndpoints, OrganizationsEndpoints, WaybillsEndpoints, InvoicesEndpoints, } from './routes';
|
|
10
10
|
export { authRouter } from './routes/auth.routes';
|
|
11
11
|
export { usersRouter } from './routes/users.routes';
|
|
12
12
|
export { farmsRouter } from './routes/farms.routes';
|
|
@@ -33,6 +33,9 @@ export { seasonalPlansRouter } from './routes/seasonal-plans.routes';
|
|
|
33
33
|
export { inputUsageRouter } from './routes/input-usage.routes';
|
|
34
34
|
export { paymentsRouter } from './routes/payments.routes';
|
|
35
35
|
export { subscriptionsRouter } from './routes/subscriptions.routes';
|
|
36
|
+
export { organizationsRouter } from './routes/organizations.routes';
|
|
37
|
+
export { waybillsRouter } from './routes/waybills.routes';
|
|
38
|
+
export { invoicesRouter } from './routes/invoices.routes';
|
|
36
39
|
export * from './schemas/common.schemas';
|
|
37
40
|
export * from './schemas/auth.schemas';
|
|
38
41
|
export * from './schemas/users.schemas';
|
|
@@ -60,4 +63,7 @@ export * from './schemas/seasonal-plans.schemas';
|
|
|
60
63
|
export * from './schemas/input-usage.schemas';
|
|
61
64
|
export * from './schemas/payments.schemas';
|
|
62
65
|
export * from './schemas/subscriptions.schemas';
|
|
66
|
+
export * from './schemas/organizations.schemas';
|
|
67
|
+
export * from './schemas/waybills.schemas';
|
|
68
|
+
export * from './schemas/invoices.schemas';
|
|
63
69
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,YAAY,EACV,eAAe,EACf,qBAAqB,EACrB,aAAa,EACb,cAAc,EACd,cAAc,EACd,eAAe,EACf,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,EACnB,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACxB,0BAA0B,EAC1B,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,mBAAmB,EACnB,iBAAiB,EACjB,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,YAAY,EACV,eAAe,EACf,qBAAqB,EACrB,aAAa,EACb,cAAc,EACd,cAAc,EACd,eAAe,EACf,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,EACnB,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACxB,0BAA0B,EAC1B,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,mBAAmB,EACnB,iBAAiB,EACjB,sBAAsB,EACtB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,UAAU,CAAC;AAMlB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAM1D,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -38,6 +38,9 @@ export { seasonalPlansRouter } from './routes/seasonal-plans.routes';
|
|
|
38
38
|
export { inputUsageRouter } from './routes/input-usage.routes';
|
|
39
39
|
export { paymentsRouter } from './routes/payments.routes';
|
|
40
40
|
export { subscriptionsRouter } from './routes/subscriptions.routes';
|
|
41
|
+
export { organizationsRouter } from './routes/organizations.routes';
|
|
42
|
+
export { waybillsRouter } from './routes/waybills.routes';
|
|
43
|
+
export { invoicesRouter } from './routes/invoices.routes';
|
|
41
44
|
// =============================================================================
|
|
42
45
|
// Schemas
|
|
43
46
|
// =============================================================================
|
|
@@ -68,3 +71,6 @@ export * from './schemas/seasonal-plans.schemas';
|
|
|
68
71
|
export * from './schemas/input-usage.schemas';
|
|
69
72
|
export * from './schemas/payments.schemas';
|
|
70
73
|
export * from './schemas/subscriptions.schemas';
|
|
74
|
+
export * from './schemas/organizations.schemas';
|
|
75
|
+
export * from './schemas/waybills.schemas';
|
|
76
|
+
export * from './schemas/invoices.schemas';
|
|
@@ -1578,7 +1578,7 @@ export declare const agentsRouter: {
|
|
|
1578
1578
|
name: string;
|
|
1579
1579
|
};
|
|
1580
1580
|
}>;
|
|
1581
|
-
features: z.ZodArray<z.ZodObject<{
|
|
1581
|
+
features: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1582
1582
|
type: z.ZodLiteral<"Feature">;
|
|
1583
1583
|
properties: z.ZodObject<{
|
|
1584
1584
|
name: z.ZodString;
|
|
@@ -1625,7 +1625,69 @@ export declare const agentsRouter: {
|
|
|
1625
1625
|
area_hectares: number;
|
|
1626
1626
|
data_note?: string | undefined;
|
|
1627
1627
|
};
|
|
1628
|
-
}>,
|
|
1628
|
+
}>, z.ZodObject<{
|
|
1629
|
+
type: z.ZodLiteral<"Feature">;
|
|
1630
|
+
properties: z.ZodObject<{
|
|
1631
|
+
Label: z.ZodString;
|
|
1632
|
+
easting: z.ZodNumber;
|
|
1633
|
+
northing: z.ZodNumber;
|
|
1634
|
+
zone: z.ZodNumber;
|
|
1635
|
+
hemisphere: z.ZodEnum<["N", "S"]>;
|
|
1636
|
+
datum: z.ZodString;
|
|
1637
|
+
}, "strip", z.ZodTypeAny, {
|
|
1638
|
+
Label: string;
|
|
1639
|
+
easting: number;
|
|
1640
|
+
northing: number;
|
|
1641
|
+
zone: number;
|
|
1642
|
+
hemisphere: "N" | "S";
|
|
1643
|
+
datum: string;
|
|
1644
|
+
}, {
|
|
1645
|
+
Label: string;
|
|
1646
|
+
easting: number;
|
|
1647
|
+
northing: number;
|
|
1648
|
+
zone: number;
|
|
1649
|
+
hemisphere: "N" | "S";
|
|
1650
|
+
datum: string;
|
|
1651
|
+
}>;
|
|
1652
|
+
geometry: z.ZodObject<{
|
|
1653
|
+
type: z.ZodLiteral<"Point">;
|
|
1654
|
+
coordinates: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1655
|
+
}, "strip", z.ZodTypeAny, {
|
|
1656
|
+
type: "Point";
|
|
1657
|
+
coordinates: [number, number];
|
|
1658
|
+
}, {
|
|
1659
|
+
type: "Point";
|
|
1660
|
+
coordinates: [number, number];
|
|
1661
|
+
}>;
|
|
1662
|
+
}, "strip", z.ZodTypeAny, {
|
|
1663
|
+
type: "Feature";
|
|
1664
|
+
geometry: {
|
|
1665
|
+
type: "Point";
|
|
1666
|
+
coordinates: [number, number];
|
|
1667
|
+
};
|
|
1668
|
+
properties: {
|
|
1669
|
+
Label: string;
|
|
1670
|
+
easting: number;
|
|
1671
|
+
northing: number;
|
|
1672
|
+
zone: number;
|
|
1673
|
+
hemisphere: "N" | "S";
|
|
1674
|
+
datum: string;
|
|
1675
|
+
};
|
|
1676
|
+
}, {
|
|
1677
|
+
type: "Feature";
|
|
1678
|
+
geometry: {
|
|
1679
|
+
type: "Point";
|
|
1680
|
+
coordinates: [number, number];
|
|
1681
|
+
};
|
|
1682
|
+
properties: {
|
|
1683
|
+
Label: string;
|
|
1684
|
+
easting: number;
|
|
1685
|
+
northing: number;
|
|
1686
|
+
zone: number;
|
|
1687
|
+
hemisphere: "N" | "S";
|
|
1688
|
+
datum: string;
|
|
1689
|
+
};
|
|
1690
|
+
}>]>, "many">;
|
|
1629
1691
|
}, "strip", z.ZodTypeAny, {
|
|
1630
1692
|
type: "FeatureCollection";
|
|
1631
1693
|
crs: {
|
|
@@ -1634,7 +1696,7 @@ export declare const agentsRouter: {
|
|
|
1634
1696
|
name: string;
|
|
1635
1697
|
};
|
|
1636
1698
|
};
|
|
1637
|
-
features: {
|
|
1699
|
+
features: ({
|
|
1638
1700
|
type: "Feature";
|
|
1639
1701
|
geometry: {
|
|
1640
1702
|
type: "Polygon";
|
|
@@ -1645,7 +1707,21 @@ export declare const agentsRouter: {
|
|
|
1645
1707
|
area_hectares: number;
|
|
1646
1708
|
data_note?: string | undefined;
|
|
1647
1709
|
};
|
|
1648
|
-
}
|
|
1710
|
+
} | {
|
|
1711
|
+
type: "Feature";
|
|
1712
|
+
geometry: {
|
|
1713
|
+
type: "Point";
|
|
1714
|
+
coordinates: [number, number];
|
|
1715
|
+
};
|
|
1716
|
+
properties: {
|
|
1717
|
+
Label: string;
|
|
1718
|
+
easting: number;
|
|
1719
|
+
northing: number;
|
|
1720
|
+
zone: number;
|
|
1721
|
+
hemisphere: "N" | "S";
|
|
1722
|
+
datum: string;
|
|
1723
|
+
};
|
|
1724
|
+
})[];
|
|
1649
1725
|
}, {
|
|
1650
1726
|
type: "FeatureCollection";
|
|
1651
1727
|
crs: {
|
|
@@ -1654,7 +1730,7 @@ export declare const agentsRouter: {
|
|
|
1654
1730
|
name: string;
|
|
1655
1731
|
};
|
|
1656
1732
|
};
|
|
1657
|
-
features: {
|
|
1733
|
+
features: ({
|
|
1658
1734
|
type: "Feature";
|
|
1659
1735
|
geometry: {
|
|
1660
1736
|
type: "Polygon";
|
|
@@ -1665,7 +1741,21 @@ export declare const agentsRouter: {
|
|
|
1665
1741
|
area_hectares: number;
|
|
1666
1742
|
data_note?: string | undefined;
|
|
1667
1743
|
};
|
|
1668
|
-
}
|
|
1744
|
+
} | {
|
|
1745
|
+
type: "Feature";
|
|
1746
|
+
geometry: {
|
|
1747
|
+
type: "Point";
|
|
1748
|
+
coordinates: [number, number];
|
|
1749
|
+
};
|
|
1750
|
+
properties: {
|
|
1751
|
+
Label: string;
|
|
1752
|
+
easting: number;
|
|
1753
|
+
northing: number;
|
|
1754
|
+
zone: number;
|
|
1755
|
+
hemisphere: "N" | "S";
|
|
1756
|
+
datum: string;
|
|
1757
|
+
};
|
|
1758
|
+
})[];
|
|
1669
1759
|
}>;
|
|
1670
1760
|
processingNotes: z.ZodOptional<z.ZodString>;
|
|
1671
1761
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1677,7 +1767,7 @@ export declare const agentsRouter: {
|
|
|
1677
1767
|
name: string;
|
|
1678
1768
|
};
|
|
1679
1769
|
};
|
|
1680
|
-
features: {
|
|
1770
|
+
features: ({
|
|
1681
1771
|
type: "Feature";
|
|
1682
1772
|
geometry: {
|
|
1683
1773
|
type: "Polygon";
|
|
@@ -1688,7 +1778,21 @@ export declare const agentsRouter: {
|
|
|
1688
1778
|
area_hectares: number;
|
|
1689
1779
|
data_note?: string | undefined;
|
|
1690
1780
|
};
|
|
1691
|
-
}
|
|
1781
|
+
} | {
|
|
1782
|
+
type: "Feature";
|
|
1783
|
+
geometry: {
|
|
1784
|
+
type: "Point";
|
|
1785
|
+
coordinates: [number, number];
|
|
1786
|
+
};
|
|
1787
|
+
properties: {
|
|
1788
|
+
Label: string;
|
|
1789
|
+
easting: number;
|
|
1790
|
+
northing: number;
|
|
1791
|
+
zone: number;
|
|
1792
|
+
hemisphere: "N" | "S";
|
|
1793
|
+
datum: string;
|
|
1794
|
+
};
|
|
1795
|
+
})[];
|
|
1692
1796
|
};
|
|
1693
1797
|
processingNotes?: string | undefined;
|
|
1694
1798
|
}, {
|
|
@@ -1700,7 +1804,7 @@ export declare const agentsRouter: {
|
|
|
1700
1804
|
name: string;
|
|
1701
1805
|
};
|
|
1702
1806
|
};
|
|
1703
|
-
features: {
|
|
1807
|
+
features: ({
|
|
1704
1808
|
type: "Feature";
|
|
1705
1809
|
geometry: {
|
|
1706
1810
|
type: "Polygon";
|
|
@@ -1711,7 +1815,21 @@ export declare const agentsRouter: {
|
|
|
1711
1815
|
area_hectares: number;
|
|
1712
1816
|
data_note?: string | undefined;
|
|
1713
1817
|
};
|
|
1714
|
-
}
|
|
1818
|
+
} | {
|
|
1819
|
+
type: "Feature";
|
|
1820
|
+
geometry: {
|
|
1821
|
+
type: "Point";
|
|
1822
|
+
coordinates: [number, number];
|
|
1823
|
+
};
|
|
1824
|
+
properties: {
|
|
1825
|
+
Label: string;
|
|
1826
|
+
easting: number;
|
|
1827
|
+
northing: number;
|
|
1828
|
+
zone: number;
|
|
1829
|
+
hemisphere: "N" | "S";
|
|
1830
|
+
datum: string;
|
|
1831
|
+
};
|
|
1832
|
+
})[];
|
|
1715
1833
|
};
|
|
1716
1834
|
processingNotes?: string | undefined;
|
|
1717
1835
|
}>;
|
|
@@ -1730,7 +1848,7 @@ export declare const agentsRouter: {
|
|
|
1730
1848
|
name: string;
|
|
1731
1849
|
};
|
|
1732
1850
|
};
|
|
1733
|
-
features: {
|
|
1851
|
+
features: ({
|
|
1734
1852
|
type: "Feature";
|
|
1735
1853
|
geometry: {
|
|
1736
1854
|
type: "Polygon";
|
|
@@ -1741,7 +1859,21 @@ export declare const agentsRouter: {
|
|
|
1741
1859
|
area_hectares: number;
|
|
1742
1860
|
data_note?: string | undefined;
|
|
1743
1861
|
};
|
|
1744
|
-
}
|
|
1862
|
+
} | {
|
|
1863
|
+
type: "Feature";
|
|
1864
|
+
geometry: {
|
|
1865
|
+
type: "Point";
|
|
1866
|
+
coordinates: [number, number];
|
|
1867
|
+
};
|
|
1868
|
+
properties: {
|
|
1869
|
+
Label: string;
|
|
1870
|
+
easting: number;
|
|
1871
|
+
northing: number;
|
|
1872
|
+
zone: number;
|
|
1873
|
+
hemisphere: "N" | "S";
|
|
1874
|
+
datum: string;
|
|
1875
|
+
};
|
|
1876
|
+
})[];
|
|
1745
1877
|
};
|
|
1746
1878
|
processingNotes?: string | undefined;
|
|
1747
1879
|
};
|
|
@@ -1760,7 +1892,7 @@ export declare const agentsRouter: {
|
|
|
1760
1892
|
name: string;
|
|
1761
1893
|
};
|
|
1762
1894
|
};
|
|
1763
|
-
features: {
|
|
1895
|
+
features: ({
|
|
1764
1896
|
type: "Feature";
|
|
1765
1897
|
geometry: {
|
|
1766
1898
|
type: "Polygon";
|
|
@@ -1771,7 +1903,21 @@ export declare const agentsRouter: {
|
|
|
1771
1903
|
area_hectares: number;
|
|
1772
1904
|
data_note?: string | undefined;
|
|
1773
1905
|
};
|
|
1774
|
-
}
|
|
1906
|
+
} | {
|
|
1907
|
+
type: "Feature";
|
|
1908
|
+
geometry: {
|
|
1909
|
+
type: "Point";
|
|
1910
|
+
coordinates: [number, number];
|
|
1911
|
+
};
|
|
1912
|
+
properties: {
|
|
1913
|
+
Label: string;
|
|
1914
|
+
easting: number;
|
|
1915
|
+
northing: number;
|
|
1916
|
+
zone: number;
|
|
1917
|
+
hemisphere: "N" | "S";
|
|
1918
|
+
datum: string;
|
|
1919
|
+
};
|
|
1920
|
+
})[];
|
|
1775
1921
|
};
|
|
1776
1922
|
processingNotes?: string | undefined;
|
|
1777
1923
|
};
|
|
@@ -1816,7 +1962,7 @@ export declare const agentsRouter: {
|
|
|
1816
1962
|
name: string;
|
|
1817
1963
|
};
|
|
1818
1964
|
};
|
|
1819
|
-
features: {
|
|
1965
|
+
features: ({
|
|
1820
1966
|
type: "Feature";
|
|
1821
1967
|
geometry: {
|
|
1822
1968
|
type: "Polygon";
|
|
@@ -1827,7 +1973,21 @@ export declare const agentsRouter: {
|
|
|
1827
1973
|
area_hectares: number;
|
|
1828
1974
|
data_note?: string | undefined;
|
|
1829
1975
|
};
|
|
1830
|
-
}
|
|
1976
|
+
} | {
|
|
1977
|
+
type: "Feature";
|
|
1978
|
+
geometry: {
|
|
1979
|
+
type: "Point";
|
|
1980
|
+
coordinates: [number, number];
|
|
1981
|
+
};
|
|
1982
|
+
properties: {
|
|
1983
|
+
Label: string;
|
|
1984
|
+
easting: number;
|
|
1985
|
+
northing: number;
|
|
1986
|
+
zone: number;
|
|
1987
|
+
hemisphere: "N" | "S";
|
|
1988
|
+
datum: string;
|
|
1989
|
+
};
|
|
1990
|
+
})[];
|
|
1831
1991
|
};
|
|
1832
1992
|
processingNotes?: string | undefined;
|
|
1833
1993
|
};
|
|
@@ -1858,7 +2018,7 @@ export declare const agentsRouter: {
|
|
|
1858
2018
|
name: string;
|
|
1859
2019
|
};
|
|
1860
2020
|
};
|
|
1861
|
-
features: {
|
|
2021
|
+
features: ({
|
|
1862
2022
|
type: "Feature";
|
|
1863
2023
|
geometry: {
|
|
1864
2024
|
type: "Polygon";
|
|
@@ -1869,7 +2029,21 @@ export declare const agentsRouter: {
|
|
|
1869
2029
|
area_hectares: number;
|
|
1870
2030
|
data_note?: string | undefined;
|
|
1871
2031
|
};
|
|
1872
|
-
}
|
|
2032
|
+
} | {
|
|
2033
|
+
type: "Feature";
|
|
2034
|
+
geometry: {
|
|
2035
|
+
type: "Point";
|
|
2036
|
+
coordinates: [number, number];
|
|
2037
|
+
};
|
|
2038
|
+
properties: {
|
|
2039
|
+
Label: string;
|
|
2040
|
+
easting: number;
|
|
2041
|
+
northing: number;
|
|
2042
|
+
zone: number;
|
|
2043
|
+
hemisphere: "N" | "S";
|
|
2044
|
+
datum: string;
|
|
2045
|
+
};
|
|
2046
|
+
})[];
|
|
1873
2047
|
};
|
|
1874
2048
|
processingNotes?: string | undefined;
|
|
1875
2049
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agents.routes.d.ts","sourceRoot":"","sources":["../../src/routes/agents.routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"agents.routes.d.ts","sourceRoot":"","sources":["../../src/routes/agents.routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGvB,CAAC"}
|
package/dist/routes/index.d.ts
CHANGED
|
@@ -24,6 +24,9 @@ import { seasonalPlansRouter } from './seasonal-plans.routes';
|
|
|
24
24
|
import { inputUsageRouter } from './input-usage.routes';
|
|
25
25
|
import { paymentsRouter } from './payments.routes';
|
|
26
26
|
import { subscriptionsRouter } from './subscriptions.routes';
|
|
27
|
+
import { organizationsRouter } from './organizations.routes';
|
|
28
|
+
import { waybillsRouter } from './waybills.routes';
|
|
29
|
+
import { invoicesRouter } from './invoices.routes';
|
|
27
30
|
/**
|
|
28
31
|
* Explicit interface definition for the API contract.
|
|
29
32
|
* This avoids TypeScript's type serialization limit when combining many routers
|
|
@@ -56,6 +59,9 @@ export interface ApiContractDefinition {
|
|
|
56
59
|
inputUsage: typeof inputUsageRouter;
|
|
57
60
|
payments: typeof paymentsRouter;
|
|
58
61
|
subscriptions: typeof subscriptionsRouter;
|
|
62
|
+
organizations: typeof organizationsRouter;
|
|
63
|
+
waybills: typeof waybillsRouter;
|
|
64
|
+
invoices: typeof invoicesRouter;
|
|
59
65
|
}
|
|
60
66
|
/**
|
|
61
67
|
* Main API contract combining all routers
|
|
@@ -98,4 +104,7 @@ export type SeasonalPlansEndpoints = ApiContractType['seasonalPlans'];
|
|
|
98
104
|
export type InputUsageEndpoints = ApiContractType['inputUsage'];
|
|
99
105
|
export type PaymentsEndpoints = ApiContractType['payments'];
|
|
100
106
|
export type SubscriptionsEndpoints = ApiContractType['subscriptions'];
|
|
107
|
+
export type OrganizationsEndpoints = ApiContractType['organizations'];
|
|
108
|
+
export type WaybillsEndpoints = ApiContractType['waybills'];
|
|
109
|
+
export type InvoicesEndpoints = ApiContractType['invoices'];
|
|
101
110
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"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"}
|
package/dist/routes/index.js
CHANGED
|
@@ -25,6 +25,9 @@ import { seasonalPlansRouter } from './seasonal-plans.routes';
|
|
|
25
25
|
import { inputUsageRouter } from './input-usage.routes';
|
|
26
26
|
import { paymentsRouter } from './payments.routes';
|
|
27
27
|
import { subscriptionsRouter } from './subscriptions.routes';
|
|
28
|
+
import { organizationsRouter } from './organizations.routes';
|
|
29
|
+
import { waybillsRouter } from './waybills.routes';
|
|
30
|
+
import { invoicesRouter } from './invoices.routes';
|
|
28
31
|
const c = initContract();
|
|
29
32
|
/**
|
|
30
33
|
* Main API contract combining all routers
|
|
@@ -59,4 +62,7 @@ export const apiContract = c.router({
|
|
|
59
62
|
inputUsage: inputUsageRouter,
|
|
60
63
|
payments: paymentsRouter,
|
|
61
64
|
subscriptions: subscriptionsRouter,
|
|
65
|
+
organizations: organizationsRouter,
|
|
66
|
+
waybills: waybillsRouter,
|
|
67
|
+
invoices: invoicesRouter,
|
|
62
68
|
});
|