@deepintel-ltd/farmpro-contracts 1.5.20 → 1.5.21
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/routes/invoices.routes.d.ts +30 -30
- package/dist/routes/organizations.routes.d.ts +2120 -0
- package/dist/routes/organizations.routes.d.ts.map +1 -1
- package/dist/routes/organizations.routes.js +86 -1
- package/dist/routes/waybills.routes.d.ts +30 -30
- package/dist/schemas/invoices.schemas.d.ts +18 -18
- package/dist/schemas/organizations.schemas.d.ts +466 -0
- package/dist/schemas/organizations.schemas.d.ts.map +1 -1
- package/dist/schemas/organizations.schemas.js +40 -0
- package/dist/schemas/waybills.schemas.d.ts +18 -18
- package/package.json +1 -1
|
@@ -95,8 +95,8 @@ export declare const invoicesRouter: {
|
|
|
95
95
|
unitPrice: number;
|
|
96
96
|
taxRate?: number | undefined;
|
|
97
97
|
}[];
|
|
98
|
-
issueDate: string;
|
|
99
98
|
organizationId: string;
|
|
99
|
+
issueDate: string;
|
|
100
100
|
invoiceNumber: string;
|
|
101
101
|
billFromName: string;
|
|
102
102
|
billToName: string;
|
|
@@ -129,8 +129,8 @@ export declare const invoicesRouter: {
|
|
|
129
129
|
unitPrice: number;
|
|
130
130
|
taxRate?: number | undefined;
|
|
131
131
|
}[];
|
|
132
|
-
issueDate: string;
|
|
133
132
|
organizationId: string;
|
|
133
|
+
issueDate: string;
|
|
134
134
|
invoiceNumber: string;
|
|
135
135
|
billFromName: string;
|
|
136
136
|
billToName: string;
|
|
@@ -172,8 +172,8 @@ export declare const invoicesRouter: {
|
|
|
172
172
|
unitPrice: number;
|
|
173
173
|
taxRate?: number | undefined;
|
|
174
174
|
}[];
|
|
175
|
-
issueDate: string;
|
|
176
175
|
organizationId: string;
|
|
176
|
+
issueDate: string;
|
|
177
177
|
invoiceNumber: string;
|
|
178
178
|
billFromName: string;
|
|
179
179
|
billToName: string;
|
|
@@ -213,8 +213,8 @@ export declare const invoicesRouter: {
|
|
|
213
213
|
unitPrice: number;
|
|
214
214
|
taxRate?: number | undefined;
|
|
215
215
|
}[];
|
|
216
|
-
issueDate: string;
|
|
217
216
|
organizationId: string;
|
|
217
|
+
issueDate: string;
|
|
218
218
|
invoiceNumber: string;
|
|
219
219
|
billFromName: string;
|
|
220
220
|
billToName: string;
|
|
@@ -282,8 +282,8 @@ export declare const invoicesRouter: {
|
|
|
282
282
|
unitPrice: number;
|
|
283
283
|
taxRate?: number | undefined;
|
|
284
284
|
}[];
|
|
285
|
-
issueDate: string;
|
|
286
285
|
organizationId: string;
|
|
286
|
+
issueDate: string;
|
|
287
287
|
invoiceNumber: string;
|
|
288
288
|
billFromName: string;
|
|
289
289
|
billToName: string;
|
|
@@ -335,8 +335,8 @@ export declare const invoicesRouter: {
|
|
|
335
335
|
unitPrice: number;
|
|
336
336
|
taxRate?: number | undefined;
|
|
337
337
|
}[];
|
|
338
|
-
issueDate: string;
|
|
339
338
|
organizationId: string;
|
|
339
|
+
issueDate: string;
|
|
340
340
|
invoiceNumber: string;
|
|
341
341
|
billFromName: string;
|
|
342
342
|
billToName: string;
|
|
@@ -843,8 +843,8 @@ export declare const invoicesRouter: {
|
|
|
843
843
|
unitPrice: number;
|
|
844
844
|
taxRate?: number | undefined;
|
|
845
845
|
}[];
|
|
846
|
-
issueDate: string;
|
|
847
846
|
organizationId: string;
|
|
847
|
+
issueDate: string;
|
|
848
848
|
invoiceNumber: string;
|
|
849
849
|
billFromName: string;
|
|
850
850
|
billToName: string;
|
|
@@ -877,8 +877,8 @@ export declare const invoicesRouter: {
|
|
|
877
877
|
unitPrice: number;
|
|
878
878
|
taxRate?: number | undefined;
|
|
879
879
|
}[];
|
|
880
|
-
issueDate: string;
|
|
881
880
|
organizationId: string;
|
|
881
|
+
issueDate: string;
|
|
882
882
|
invoiceNumber: string;
|
|
883
883
|
billFromName: string;
|
|
884
884
|
billToName: string;
|
|
@@ -920,8 +920,8 @@ export declare const invoicesRouter: {
|
|
|
920
920
|
unitPrice: number;
|
|
921
921
|
taxRate?: number | undefined;
|
|
922
922
|
}[];
|
|
923
|
-
issueDate: string;
|
|
924
923
|
organizationId: string;
|
|
924
|
+
issueDate: string;
|
|
925
925
|
invoiceNumber: string;
|
|
926
926
|
billFromName: string;
|
|
927
927
|
billToName: string;
|
|
@@ -961,8 +961,8 @@ export declare const invoicesRouter: {
|
|
|
961
961
|
unitPrice: number;
|
|
962
962
|
taxRate?: number | undefined;
|
|
963
963
|
}[];
|
|
964
|
-
issueDate: string;
|
|
965
964
|
organizationId: string;
|
|
965
|
+
issueDate: string;
|
|
966
966
|
invoiceNumber: string;
|
|
967
967
|
billFromName: string;
|
|
968
968
|
billToName: string;
|
|
@@ -1030,8 +1030,8 @@ export declare const invoicesRouter: {
|
|
|
1030
1030
|
unitPrice: number;
|
|
1031
1031
|
taxRate?: number | undefined;
|
|
1032
1032
|
}[];
|
|
1033
|
-
issueDate: string;
|
|
1034
1033
|
organizationId: string;
|
|
1034
|
+
issueDate: string;
|
|
1035
1035
|
invoiceNumber: string;
|
|
1036
1036
|
billFromName: string;
|
|
1037
1037
|
billToName: string;
|
|
@@ -1083,8 +1083,8 @@ export declare const invoicesRouter: {
|
|
|
1083
1083
|
unitPrice: number;
|
|
1084
1084
|
taxRate?: number | undefined;
|
|
1085
1085
|
}[];
|
|
1086
|
-
issueDate: string;
|
|
1087
1086
|
organizationId: string;
|
|
1087
|
+
issueDate: string;
|
|
1088
1088
|
invoiceNumber: string;
|
|
1089
1089
|
billFromName: string;
|
|
1090
1090
|
billToName: string;
|
|
@@ -1565,8 +1565,8 @@ export declare const invoicesRouter: {
|
|
|
1565
1565
|
unitPrice: number;
|
|
1566
1566
|
taxRate?: number | undefined;
|
|
1567
1567
|
}[];
|
|
1568
|
-
issueDate: string;
|
|
1569
1568
|
organizationId: string;
|
|
1569
|
+
issueDate: string;
|
|
1570
1570
|
invoiceNumber: string;
|
|
1571
1571
|
billFromName: string;
|
|
1572
1572
|
billToName: string;
|
|
@@ -1599,8 +1599,8 @@ export declare const invoicesRouter: {
|
|
|
1599
1599
|
unitPrice: number;
|
|
1600
1600
|
taxRate?: number | undefined;
|
|
1601
1601
|
}[];
|
|
1602
|
-
issueDate: string;
|
|
1603
1602
|
organizationId: string;
|
|
1603
|
+
issueDate: string;
|
|
1604
1604
|
invoiceNumber: string;
|
|
1605
1605
|
billFromName: string;
|
|
1606
1606
|
billToName: string;
|
|
@@ -1642,8 +1642,8 @@ export declare const invoicesRouter: {
|
|
|
1642
1642
|
unitPrice: number;
|
|
1643
1643
|
taxRate?: number | undefined;
|
|
1644
1644
|
}[];
|
|
1645
|
-
issueDate: string;
|
|
1646
1645
|
organizationId: string;
|
|
1646
|
+
issueDate: string;
|
|
1647
1647
|
invoiceNumber: string;
|
|
1648
1648
|
billFromName: string;
|
|
1649
1649
|
billToName: string;
|
|
@@ -1683,8 +1683,8 @@ export declare const invoicesRouter: {
|
|
|
1683
1683
|
unitPrice: number;
|
|
1684
1684
|
taxRate?: number | undefined;
|
|
1685
1685
|
}[];
|
|
1686
|
-
issueDate: string;
|
|
1687
1686
|
organizationId: string;
|
|
1687
|
+
issueDate: string;
|
|
1688
1688
|
invoiceNumber: string;
|
|
1689
1689
|
billFromName: string;
|
|
1690
1690
|
billToName: string;
|
|
@@ -1752,8 +1752,8 @@ export declare const invoicesRouter: {
|
|
|
1752
1752
|
unitPrice: number;
|
|
1753
1753
|
taxRate?: number | undefined;
|
|
1754
1754
|
}[];
|
|
1755
|
-
issueDate: string;
|
|
1756
1755
|
organizationId: string;
|
|
1756
|
+
issueDate: string;
|
|
1757
1757
|
invoiceNumber: string;
|
|
1758
1758
|
billFromName: string;
|
|
1759
1759
|
billToName: string;
|
|
@@ -1805,8 +1805,8 @@ export declare const invoicesRouter: {
|
|
|
1805
1805
|
unitPrice: number;
|
|
1806
1806
|
taxRate?: number | undefined;
|
|
1807
1807
|
}[];
|
|
1808
|
-
issueDate: string;
|
|
1809
1808
|
organizationId: string;
|
|
1809
|
+
issueDate: string;
|
|
1810
1810
|
invoiceNumber: string;
|
|
1811
1811
|
billFromName: string;
|
|
1812
1812
|
billToName: string;
|
|
@@ -2329,8 +2329,8 @@ export declare const invoicesRouter: {
|
|
|
2329
2329
|
unitPrice: number;
|
|
2330
2330
|
taxRate?: number | undefined;
|
|
2331
2331
|
}[];
|
|
2332
|
-
issueDate: string;
|
|
2333
2332
|
organizationId: string;
|
|
2333
|
+
issueDate: string;
|
|
2334
2334
|
invoiceNumber: string;
|
|
2335
2335
|
billFromName: string;
|
|
2336
2336
|
billToName: string;
|
|
@@ -2363,8 +2363,8 @@ export declare const invoicesRouter: {
|
|
|
2363
2363
|
unitPrice: number;
|
|
2364
2364
|
taxRate?: number | undefined;
|
|
2365
2365
|
}[];
|
|
2366
|
-
issueDate: string;
|
|
2367
2366
|
organizationId: string;
|
|
2367
|
+
issueDate: string;
|
|
2368
2368
|
invoiceNumber: string;
|
|
2369
2369
|
billFromName: string;
|
|
2370
2370
|
billToName: string;
|
|
@@ -2406,8 +2406,8 @@ export declare const invoicesRouter: {
|
|
|
2406
2406
|
unitPrice: number;
|
|
2407
2407
|
taxRate?: number | undefined;
|
|
2408
2408
|
}[];
|
|
2409
|
-
issueDate: string;
|
|
2410
2409
|
organizationId: string;
|
|
2410
|
+
issueDate: string;
|
|
2411
2411
|
invoiceNumber: string;
|
|
2412
2412
|
billFromName: string;
|
|
2413
2413
|
billToName: string;
|
|
@@ -2447,8 +2447,8 @@ export declare const invoicesRouter: {
|
|
|
2447
2447
|
unitPrice: number;
|
|
2448
2448
|
taxRate?: number | undefined;
|
|
2449
2449
|
}[];
|
|
2450
|
-
issueDate: string;
|
|
2451
2450
|
organizationId: string;
|
|
2451
|
+
issueDate: string;
|
|
2452
2452
|
invoiceNumber: string;
|
|
2453
2453
|
billFromName: string;
|
|
2454
2454
|
billToName: string;
|
|
@@ -2516,8 +2516,8 @@ export declare const invoicesRouter: {
|
|
|
2516
2516
|
unitPrice: number;
|
|
2517
2517
|
taxRate?: number | undefined;
|
|
2518
2518
|
}[];
|
|
2519
|
-
issueDate: string;
|
|
2520
2519
|
organizationId: string;
|
|
2520
|
+
issueDate: string;
|
|
2521
2521
|
invoiceNumber: string;
|
|
2522
2522
|
billFromName: string;
|
|
2523
2523
|
billToName: string;
|
|
@@ -2569,8 +2569,8 @@ export declare const invoicesRouter: {
|
|
|
2569
2569
|
unitPrice: number;
|
|
2570
2570
|
taxRate?: number | undefined;
|
|
2571
2571
|
}[];
|
|
2572
|
-
issueDate: string;
|
|
2573
2572
|
organizationId: string;
|
|
2573
|
+
issueDate: string;
|
|
2574
2574
|
invoiceNumber: string;
|
|
2575
2575
|
billFromName: string;
|
|
2576
2576
|
billToName: string;
|
|
@@ -3052,8 +3052,8 @@ export declare const invoicesRouter: {
|
|
|
3052
3052
|
unitPrice: number;
|
|
3053
3053
|
taxRate?: number | undefined;
|
|
3054
3054
|
}[];
|
|
3055
|
-
issueDate: string;
|
|
3056
3055
|
organizationId: string;
|
|
3056
|
+
issueDate: string;
|
|
3057
3057
|
invoiceNumber: string;
|
|
3058
3058
|
billFromName: string;
|
|
3059
3059
|
billToName: string;
|
|
@@ -3086,8 +3086,8 @@ export declare const invoicesRouter: {
|
|
|
3086
3086
|
unitPrice: number;
|
|
3087
3087
|
taxRate?: number | undefined;
|
|
3088
3088
|
}[];
|
|
3089
|
-
issueDate: string;
|
|
3090
3089
|
organizationId: string;
|
|
3090
|
+
issueDate: string;
|
|
3091
3091
|
invoiceNumber: string;
|
|
3092
3092
|
billFromName: string;
|
|
3093
3093
|
billToName: string;
|
|
@@ -3129,8 +3129,8 @@ export declare const invoicesRouter: {
|
|
|
3129
3129
|
unitPrice: number;
|
|
3130
3130
|
taxRate?: number | undefined;
|
|
3131
3131
|
}[];
|
|
3132
|
-
issueDate: string;
|
|
3133
3132
|
organizationId: string;
|
|
3133
|
+
issueDate: string;
|
|
3134
3134
|
invoiceNumber: string;
|
|
3135
3135
|
billFromName: string;
|
|
3136
3136
|
billToName: string;
|
|
@@ -3170,8 +3170,8 @@ export declare const invoicesRouter: {
|
|
|
3170
3170
|
unitPrice: number;
|
|
3171
3171
|
taxRate?: number | undefined;
|
|
3172
3172
|
}[];
|
|
3173
|
-
issueDate: string;
|
|
3174
3173
|
organizationId: string;
|
|
3174
|
+
issueDate: string;
|
|
3175
3175
|
invoiceNumber: string;
|
|
3176
3176
|
billFromName: string;
|
|
3177
3177
|
billToName: string;
|
|
@@ -3239,8 +3239,8 @@ export declare const invoicesRouter: {
|
|
|
3239
3239
|
unitPrice: number;
|
|
3240
3240
|
taxRate?: number | undefined;
|
|
3241
3241
|
}[];
|
|
3242
|
-
issueDate: string;
|
|
3243
3242
|
organizationId: string;
|
|
3243
|
+
issueDate: string;
|
|
3244
3244
|
invoiceNumber: string;
|
|
3245
3245
|
billFromName: string;
|
|
3246
3246
|
billToName: string;
|
|
@@ -3292,8 +3292,8 @@ export declare const invoicesRouter: {
|
|
|
3292
3292
|
unitPrice: number;
|
|
3293
3293
|
taxRate?: number | undefined;
|
|
3294
3294
|
}[];
|
|
3295
|
-
issueDate: string;
|
|
3296
3295
|
organizationId: string;
|
|
3296
|
+
issueDate: string;
|
|
3297
3297
|
invoiceNumber: string;
|
|
3298
3298
|
billFromName: string;
|
|
3299
3299
|
billToName: string;
|