@agroyaar/sdk 3.1.3 → 3.1.5

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.cjs CHANGED
@@ -105,6 +105,9 @@ var croppingPatternMapper = {
105
105
  growingSeasonIrrigationTimes: dto.growingSeasonIrrigationTimes,
106
106
  irrigationHoursPerShift: dto.irrigationHoursPerShift,
107
107
  reports: dto.reports,
108
+ dailyMaximumTemperatureChange: dto.dailyMaximumTemperatureChange,
109
+ dailyMeanTemperatureChange: dto.dailyMeanTemperatureChange,
110
+ dailyMinimumTemperatureChange: dto.dailyMinimumTemperatureChange,
108
111
  selectedCrops: dto.selectedCrops,
109
112
  status: dto.status
110
113
  })
package/dist/index.d.ts CHANGED
@@ -278,6 +278,40 @@ interface paths {
278
278
  patch?: never;
279
279
  trace?: never;
280
280
  };
281
+ "/farmers/{farmerId}/products": {
282
+ parameters: {
283
+ query?: never;
284
+ header?: never;
285
+ path?: never;
286
+ cookie?: never;
287
+ };
288
+ /** Get resource list */
289
+ get: operations["ProductsController_findAll"];
290
+ put?: never;
291
+ post?: never;
292
+ delete?: never;
293
+ options?: never;
294
+ head?: never;
295
+ patch?: never;
296
+ trace?: never;
297
+ };
298
+ "/farmers/{farmerId}/products/{productId}": {
299
+ parameters: {
300
+ query?: never;
301
+ header?: never;
302
+ path?: never;
303
+ cookie?: never;
304
+ };
305
+ /** Get resource by ID */
306
+ get: operations["ProductsController_findOne"];
307
+ put?: never;
308
+ post?: never;
309
+ delete?: never;
310
+ options?: never;
311
+ head?: never;
312
+ patch?: never;
313
+ trace?: never;
314
+ };
281
315
  "/farmers/{farmerId}/irrigation-sources": {
282
316
  parameters: {
283
317
  query?: never;
@@ -784,7 +818,7 @@ interface components {
784
818
  };
785
819
  ProductKindResponseData: {
786
820
  readonly meta: Record<string, never>;
787
- readonly mechanizationVarieties: components["schemas"]["ProductKind"][];
821
+ readonly productKinds: components["schemas"]["ProductKind"][];
788
822
  };
789
823
  ProductKindResponseResult: {
790
824
  readonly message: string;
@@ -1066,7 +1100,14 @@ interface components {
1066
1100
  /** Format: date-time */
1067
1101
  readonly deletedAt: string;
1068
1102
  };
1069
- Laboratory: {
1103
+ CompanyKind: Record<string, never>;
1104
+ Status: {
1105
+ id: string;
1106
+ label: string;
1107
+ /** @enum {string} */
1108
+ name: "SUBMIT" | "ACTIVE" | "INACTIVE" | "CONFIRMED" | "PAID" | "DRAFT" | "PENDING" | "PROCESSING" | "ARCHIVED" | "COMPLETED" | "PASS_PAYMENT" | "VALID" | "INVALID" | "WRITING" | "REJECTED" | "FAILED" | "SUCCESS" | "DONE" | "VERIFIED" | "UNLOCK" | "LOCK" | "MODIFIED" | "REFUNDED_INVOICE" | "ACTIVE_LABORTORY_FIELD_EXPERIMENT_KIND" | "INACTIVE_LABORTORY_FIELD_EXPERIMENT_KIND" | "VALID_DEVICE_PUSH_TOKEN" | "INVALID_DEVICE_PUSH_TOKEN" | "DRAFT_MISSION" | "APPROVED_MISSION" | "REJECTED_MISSION" | "CANCELED_MISSION" | "COMPLETED_MISSION" | "IN_PROGRESS_MISSION" | "AWAITING_START_MISSION" | "AWAITING_APPROVAL_MISSION" | "AWAITING_REVIEW_DATA_MISSION" | "AWAITING_SAMPLE_DELIVERY_LABORATORY_MISSION" | "COMPLETED_REQUEST" | "AWAITING_SEND_REQUEST" | "AWAITING_REVIEW_REQUEST" | "AWAITING_PAYMENT_REQUEST" | "AWAITING_REVIEW_OFFER" | "AWAITING_COLLEAGUE_APPROVAL_REQUEST" | "AWAITING_MISSION_COMPLETION_REQUEST" | "AWAITING_PURCHASE_REQUEST" | "AWAITING_REVIEW_MISSION_DATA_REQUEST" | "REJECTED_REGISTRATION" | "REJECTED_MODIFICATION" | "REJECTED_ACTIVATION" | "CONFIRMED_ACTIVATION" | "CONFIRMED_REGISTRATION" | "AWAITING_REVIEW_ACTIVATION" | "AWAITING_SUBMIT_ACTIVATION" | "AWAITING_REVIEW_REGISTRATION" | "AWAITING_REVIEW_MODIFICATION" | "APPROVED_EXPERIMENT_ANALYSIS_REQUEST" | "REJECTED_EXPERIMENT_ANALYSIS_REQUEST" | "CANCELED_EXPERIMENT_ANALYSIS_REQUEST" | "COMPLETED_EXPERIMENT_ANALYSIS_REQUEST" | "IN_PROGRESS_EXPERIMENT_ANALYSIS_REQUEST" | "AWAITING_START_EXPERIMENT_ANALYSIS_REQUEST" | "AWAITING_APPROVAL_EXPERIMENT_ANALYSIS_REQUEST" | "DRAFT_EXPERIMENT_ANALYSIS_REQUEST" | "AWAITING_REVIEW_INQUIRY" | "COMPLETED_REGISTRATION" | "CANCELED_REQUEST" | "AWAITING_APPROVAL_RESIDENT_LEADING_EXPERT" | "APPROVED_RESIDENT_LEADING_EXPERT" | "REJECTED_RESIDENT_LEADING_EXPERT" | "AWAITING_SIGNING_CONTRACT" | "ACTIVE_LEADING_EXPERT" | "FAILED_CHARGE_WALLET_TRANSACTION" | "VERIFIED_CHARGE_WALLET_TRANSACTION" | "SUCCESS_PAYMENT_WALLET_TRANSACTION" | "SUCCESS_REFUND_WALLET_TRANSACTION" | "AWAITING_VERIFICATION_CHARGE_WALLET_TRANSACTION";
1109
+ };
1110
+ Comment: {
1070
1111
  readonly id: string;
1071
1112
  /** Format: date-time */
1072
1113
  readonly createdAt: string;
@@ -1075,11 +1116,93 @@ interface components {
1075
1116
  /** Format: date-time */
1076
1117
  readonly deletedAt: string;
1077
1118
  };
1078
- Status: {
1079
- id: string;
1080
- label: string;
1081
- /** @enum {string} */
1082
- name: "SUBMIT" | "ACTIVE" | "INACTIVE" | "CONFIRMED" | "PAID" | "DRAFT" | "PENDING" | "PROCESSING" | "ARCHIVED" | "COMPLETED" | "PASS_PAYMENT" | "VALID" | "INVALID" | "WRITING" | "REJECTED" | "FAILED" | "SUCCESS" | "DONE" | "VERIFIED" | "UNLOCK" | "LOCK" | "MODIFIED" | "REFUNDED_INVOICE" | "ACTIVE_LABORTORY_FIELD_EXPERIMENT_KIND" | "INACTIVE_LABORTORY_FIELD_EXPERIMENT_KIND" | "VALID_DEVICE_PUSH_TOKEN" | "INVALID_DEVICE_PUSH_TOKEN" | "DRAFT_MISSION" | "APPROVED_MISSION" | "REJECTED_MISSION" | "CANCELED_MISSION" | "COMPLETED_MISSION" | "IN_PROGRESS_MISSION" | "AWAITING_START_MISSION" | "AWAITING_APPROVAL_MISSION" | "AWAITING_REVIEW_DATA_MISSION" | "AWAITING_SAMPLE_DELIVERY_LABORATORY_MISSION" | "COMPLETED_REQUEST" | "AWAITING_SEND_REQUEST" | "AWAITING_REVIEW_REQUEST" | "AWAITING_PAYMENT_REQUEST" | "AWAITING_REVIEW_OFFER" | "AWAITING_COLLEAGUE_APPROVAL_REQUEST" | "AWAITING_MISSION_COMPLETION_REQUEST" | "AWAITING_PURCHASE_REQUEST" | "AWAITING_REVIEW_MISSION_DATA_REQUEST" | "REJECTED_REGISTRATION" | "REJECTED_MODIFICATION" | "REJECTED_ACTIVATION" | "CONFIRMED_ACTIVATION" | "CONFIRMED_REGISTRATION" | "AWAITING_REVIEW_ACTIVATION" | "AWAITING_SUBMIT_ACTIVATION" | "AWAITING_REVIEW_REGISTRATION" | "AWAITING_REVIEW_MODIFICATION" | "APPROVED_EXPERIMENT_ANALYSIS_REQUEST" | "REJECTED_EXPERIMENT_ANALYSIS_REQUEST" | "CANCELED_EXPERIMENT_ANALYSIS_REQUEST" | "COMPLETED_EXPERIMENT_ANALYSIS_REQUEST" | "IN_PROGRESS_EXPERIMENT_ANALYSIS_REQUEST" | "AWAITING_START_EXPERIMENT_ANALYSIS_REQUEST" | "AWAITING_APPROVAL_EXPERIMENT_ANALYSIS_REQUEST" | "DRAFT_EXPERIMENT_ANALYSIS_REQUEST" | "AWAITING_REVIEW_INQUIRY" | "COMPLETED_REGISTRATION" | "CANCELED_REQUEST" | "AWAITING_APPROVAL_RESIDENT_LEADING_EXPERT" | "APPROVED_RESIDENT_LEADING_EXPERT" | "REJECTED_RESIDENT_LEADING_EXPERT" | "AWAITING_SIGNING_CONTRACT" | "ACTIVE_LEADING_EXPERT" | "FAILED_CHARGE_WALLET_TRANSACTION" | "VERIFIED_CHARGE_WALLET_TRANSACTION" | "SUCCESS_PAYMENT_WALLET_TRANSACTION" | "SUCCESS_REFUND_WALLET_TRANSACTION" | "AWAITING_VERIFICATION_CHARGE_WALLET_TRANSACTION";
1119
+ User: {
1120
+ readonly id: string;
1121
+ /** Format: date-time */
1122
+ readonly createdAt: string;
1123
+ /** Format: date-time */
1124
+ readonly updatedAt: string;
1125
+ /** Format: date-time */
1126
+ readonly deletedAt: string;
1127
+ };
1128
+ LaboratoryParameter: {
1129
+ readonly id: string;
1130
+ /** Format: date-time */
1131
+ readonly createdAt: string;
1132
+ /** Format: date-time */
1133
+ readonly updatedAt: string;
1134
+ /** Format: date-time */
1135
+ readonly deletedAt: string;
1136
+ };
1137
+ Laboratory: {
1138
+ readonly id: string;
1139
+ /** Format: date-time */
1140
+ readonly createdAt: string;
1141
+ /** Format: date-time */
1142
+ readonly updatedAt: string;
1143
+ /** Format: date-time */
1144
+ readonly deletedAt: string;
1145
+ adminFirstName: string;
1146
+ adminLastName: string;
1147
+ adminNationalCode: string;
1148
+ adminPhoneNumber: string;
1149
+ adminNationalCardFrontImageURL: string;
1150
+ adminNationalCardBackImageURL: string;
1151
+ adminBirthCertificateImageURL: string;
1152
+ legalPerson: boolean;
1153
+ chiefExecutiveOfficerFirstName: string;
1154
+ chiefExecutiveOfficerLastName: string;
1155
+ chiefExecutiveOfficerPhoneNumber: string;
1156
+ chiefExecutiveOfficerNationalCode: string;
1157
+ isAgriculturalEngineeringOrganizationMember: boolean;
1158
+ agriculturalEngineeringOrganizationNumber: string;
1159
+ emergencyPhoneNumber: string;
1160
+ faxNumber: string;
1161
+ companyName: string;
1162
+ companyKindId: number;
1163
+ companyKind: components["schemas"]["CompanyKind"];
1164
+ nationalCompanyId: string;
1165
+ companyRegistrationNumber: string;
1166
+ companyRegistrationLocation: string;
1167
+ companyRegistrationNewspaperURL: string;
1168
+ companyLatestChangeNewspaperURL: string;
1169
+ laboratoryName: string;
1170
+ establishmentLicenseURL: string;
1171
+ operatingLicenseURL: string;
1172
+ landlinePhone: string;
1173
+ websiteURL: string;
1174
+ email: string;
1175
+ province: components["schemas"]["Province"];
1176
+ provinceId: string;
1177
+ city: components["schemas"]["City"];
1178
+ cityId: string;
1179
+ address: string;
1180
+ addressDetails: string;
1181
+ addressDescription: string;
1182
+ postalCode: string;
1183
+ location: components["schemas"]["Coordinate"];
1184
+ contractURL: string;
1185
+ contractCode: string;
1186
+ /** Format: date-time */
1187
+ contractSignedAt: string;
1188
+ sealImageURL: string;
1189
+ statusName: string;
1190
+ status: components["schemas"]["Status"];
1191
+ rejectComment: components["schemas"]["Comment"];
1192
+ users: components["schemas"]["User"][];
1193
+ fields: components["schemas"]["LaboratoryParameter"][];
1194
+ parameters: components["schemas"]["LaboratoryParameter"][];
1195
+ representativeFirstName: string;
1196
+ representativeLastName: string;
1197
+ representativeNationalCode: string;
1198
+ representativePhoneNumber: string;
1199
+ representativePosition: string;
1200
+ legalCompanyAddress: string;
1201
+ legalCompanyPostalCode: string;
1202
+ legalLaboratoryAddress: string;
1203
+ shabaNumber: string;
1204
+ bankName: string;
1205
+ accountHolderName: string;
1083
1206
  };
1084
1207
  Experiment: {
1085
1208
  readonly id: string;
@@ -1172,6 +1295,31 @@ interface components {
1172
1295
  FarmResponseDto: {
1173
1296
  readonly result: components["schemas"]["FarmResponseResult"];
1174
1297
  };
1298
+ ProductsResponseData: {
1299
+ readonly meta: Record<string, never>;
1300
+ readonly totalItems: number;
1301
+ readonly products: components["schemas"]["Product"][];
1302
+ };
1303
+ ProductsResponseResult: {
1304
+ readonly message: string;
1305
+ readonly code: string;
1306
+ readonly data: components["schemas"]["ProductsResponseData"];
1307
+ };
1308
+ ProductsResponseDto: {
1309
+ readonly result: components["schemas"]["ProductsResponseResult"];
1310
+ };
1311
+ ProductResponseData: {
1312
+ readonly meta: Record<string, never>;
1313
+ readonly product: components["schemas"]["Product"];
1314
+ };
1315
+ ProductResponseResult: {
1316
+ readonly message: string;
1317
+ readonly code: string;
1318
+ readonly data: components["schemas"]["ProductResponseData"];
1319
+ };
1320
+ ProductResponseDto: {
1321
+ readonly result: components["schemas"]["ProductResponseResult"];
1322
+ };
1175
1323
  IrrigationSourcesResponseData: {
1176
1324
  readonly meta: Record<string, never>;
1177
1325
  readonly totalItems: number;
@@ -1548,18 +1696,6 @@ interface components {
1548
1696
  */
1549
1697
  value: number;
1550
1698
  };
1551
- DayOfYearChartReportType: {
1552
- /**
1553
- * @description روز سال
1554
- * @example 1
1555
- */
1556
- dayOfYear: number;
1557
- /**
1558
- * @description مقدار
1559
- * @example 20
1560
- */
1561
- value: number;
1562
- };
1563
1699
  MonthlyChartReportType: {
1564
1700
  /**
1565
1701
  * @description شماره ماه
@@ -1616,17 +1752,23 @@ interface components {
1616
1752
  annuallyNetIrrigationRequirement: components["schemas"]["AnnuallyChartReportType"][];
1617
1753
  /** @description درجه روز رشد تامین شده ۳۰ سال گذشته */
1618
1754
  annuallySuppliedGrowingDegreeDay: components["schemas"]["AnnuallyChartReportType"][];
1619
- /** @description تغییرات دمای حداکثر روزانه ۳۰ سال گذشته */
1620
- dailyMaximumTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
1621
- /** @description تغییرات دمای حداقل روزانه ۳۰ سال گذشته */
1622
- dailyMinimumTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
1623
- /** @description تغییرات دمای میانگین روزانه ۳۰ سال گذشته */
1624
- dailyMeanTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
1625
1755
  /** @description ریسک‌های دمایی */
1626
1756
  temperatureRisks: components["schemas"]["CroppingPatternRiskChartType"][];
1627
1757
  /** @description ریسک‌های رطوبتی */
1628
1758
  humidityRisks: components["schemas"]["CroppingPatternRiskChartType"][];
1629
1759
  };
1760
+ DayOfYearChartReportType: {
1761
+ /**
1762
+ * @description روز سال
1763
+ * @example 1
1764
+ */
1765
+ dayOfYear: number;
1766
+ /**
1767
+ * @description مقدار
1768
+ * @example 20
1769
+ */
1770
+ value: number;
1771
+ };
1630
1772
  CroppingPattern: {
1631
1773
  readonly id: string;
1632
1774
  /** Format: date-time */
@@ -1665,6 +1807,12 @@ interface components {
1665
1807
  selectedCrops: components["schemas"]["Product"][];
1666
1808
  /** @description وضعیت */
1667
1809
  status: components["schemas"]["Status"];
1810
+ /** @description تغییرات دمای حداکثر روزانه ۳۰ سال گذشته */
1811
+ dailyMaximumTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
1812
+ /** @description تغییرات دمای حداقل روزانه ۳۰ سال گذشته */
1813
+ dailyMinimumTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
1814
+ /** @description تغییرات دمای میانگین روزانه ۳۰ سال گذشته */
1815
+ dailyMeanTemperatureChange: components["schemas"]["DayOfYearChartReportType"][];
1668
1816
  };
1669
1817
  CroppingPatternResponseData: {
1670
1818
  readonly meta: Record<string, never>;
@@ -2597,6 +2745,149 @@ interface operations {
2597
2745
  };
2598
2746
  };
2599
2747
  };
2748
+ ProductsController_findAll: {
2749
+ parameters: {
2750
+ query?: {
2751
+ /** @description
2752
+ * Filter by string examples:
2753
+ * - "string" → equals
2754
+ * - "!string" → not equals
2755
+ * - "string,string" → in
2756
+ * - "!string,string" → notIn
2757
+ * - "~string" → contains
2758
+ * - "^string" → startsWith
2759
+ * - "string$" → endsWith
2760
+ * */
2761
+ objectId?: string;
2762
+ /** @description
2763
+ * Filter by string examples:
2764
+ * - "string" → equals
2765
+ * - "!string" → not equals
2766
+ * - "string,string" → in
2767
+ * - "!string,string" → notIn
2768
+ * - "~string" → contains
2769
+ * - "^string" → startsWith
2770
+ * - "string$" → endsWith
2771
+ * */
2772
+ product?: string;
2773
+ /** @description
2774
+ * Filter by string examples:
2775
+ * - "string" → equals
2776
+ * - "!string" → not equals
2777
+ * - "string,string" → in
2778
+ * - "!string,string" → notIn
2779
+ * - "~string" → contains
2780
+ * - "^string" → startsWith
2781
+ * - "string$" → endsWith
2782
+ * */
2783
+ imageUrl?: string;
2784
+ /** @description
2785
+ * Filter by string examples:
2786
+ * - "string" → equals
2787
+ * - "!string" → not equals
2788
+ * - "string,string" → in
2789
+ * - "!string,string" → notIn
2790
+ * - "~string" → contains
2791
+ * - "^string" → startsWith
2792
+ * - "string$" → endsWith
2793
+ * */
2794
+ persianName?: string;
2795
+ /** @description
2796
+ * Filter by string examples:
2797
+ * - "string" → equals
2798
+ * - "!string" → not equals
2799
+ * - "string,string" → in
2800
+ * - "!string,string" → notIn
2801
+ * - "~string" → contains
2802
+ * - "^string" → startsWith
2803
+ * - "string$" → endsWith
2804
+ * */
2805
+ pcode?: string;
2806
+ };
2807
+ header?: never;
2808
+ path: {
2809
+ farmerId: unknown;
2810
+ };
2811
+ cookie?: never;
2812
+ };
2813
+ requestBody?: never;
2814
+ responses: {
2815
+ /** @description لیست اطلاعات با موفقیت دریافت شد */
2816
+ 200: {
2817
+ headers: {
2818
+ [name: string]: unknown;
2819
+ };
2820
+ content: {
2821
+ "application/json": components["schemas"]["ProductsResponseDto"];
2822
+ };
2823
+ };
2824
+ /** @description درخواست نامعتبر است */
2825
+ 400: {
2826
+ headers: {
2827
+ [name: string]: unknown;
2828
+ };
2829
+ content?: never;
2830
+ };
2831
+ /** @description دسترسی غیرمجاز است */
2832
+ 401: {
2833
+ headers: {
2834
+ [name: string]: unknown;
2835
+ };
2836
+ content?: never;
2837
+ };
2838
+ /** @description خطای غیرمنتظره در سرور رخ داده است */
2839
+ 500: {
2840
+ headers: {
2841
+ [name: string]: unknown;
2842
+ };
2843
+ content?: never;
2844
+ };
2845
+ };
2846
+ };
2847
+ ProductsController_findOne: {
2848
+ parameters: {
2849
+ query?: never;
2850
+ header?: never;
2851
+ path: {
2852
+ productId: string;
2853
+ farmerId: unknown;
2854
+ };
2855
+ cookie?: never;
2856
+ };
2857
+ requestBody?: never;
2858
+ responses: {
2859
+ /** @description دریافت اطلاعات با موفقیت انجام شد */
2860
+ 200: {
2861
+ headers: {
2862
+ [name: string]: unknown;
2863
+ };
2864
+ content: {
2865
+ "application/json": components["schemas"]["ProductResponseDto"];
2866
+ };
2867
+ };
2868
+ /** @description درخواست نامعتبر است */
2869
+ 400: {
2870
+ headers: {
2871
+ [name: string]: unknown;
2872
+ };
2873
+ content?: never;
2874
+ };
2875
+ /** @description دسترسی غیرمجاز است */
2876
+ 401: {
2877
+ headers: {
2878
+ [name: string]: unknown;
2879
+ };
2880
+ content?: never;
2881
+ };
2882
+ /** @description خطای غیرمنتظره در سرور رخ داده است */
2883
+ 500: {
2884
+ headers: {
2885
+ [name: string]: unknown;
2886
+ };
2887
+ content?: never;
2888
+ };
2889
+ };
2890
+ };
2600
2891
  IrrigationSourcesController_findAll: {
2601
2892
  parameters: {
2602
2893
  query?: {
@@ -4034,9 +4325,6 @@ type CroppingPatternReportModel = {
4034
4325
  annuallyPerformancePotential: AnnuallyChartReportModel[];
4035
4326
  annuallyNetIrrigationRequirement: AnnuallyChartReportModel[];
4036
4327
  annuallySuppliedGrowingDegreeDay: AnnuallyChartReportModel[];
4037
- dailyMaximumTemperatureChange: DayOfYearChartReportModel[];
4038
- dailyMinimumTemperatureChange: DayOfYearChartReportModel[];
4039
- dailyMeanTemperatureChange: DayOfYearChartReportModel[];
4040
4328
  temperatureRisks: CroppingPatternRiskChartModel[];
4041
4329
  humidityRisks: CroppingPatternRiskChartModel[];
4042
4330
  };
@@ -4053,6 +4341,9 @@ type CroppingPatternModel = {
4053
4341
  irrigationHoursPerShift: number;
4054
4342
  cropKind: ProductKind;
4055
4343
  reports: CroppingPatternReportModel[];
4344
+ dailyMaximumTemperatureChange: DayOfYearChartReportModel[];
4345
+ dailyMinimumTemperatureChange: DayOfYearChartReportModel[];
4346
+ dailyMeanTemperatureChange: DayOfYearChartReportModel[];
4056
4347
  selectedCrops: Product[];
4057
4348
  status: Status;
4058
4349
  };
package/dist/index.mjs CHANGED
@@ -69,6 +69,9 @@ var croppingPatternMapper = {
69
69
  growingSeasonIrrigationTimes: dto.growingSeasonIrrigationTimes,
70
70
  irrigationHoursPerShift: dto.irrigationHoursPerShift,
71
71
  reports: dto.reports,
72
+ dailyMaximumTemperatureChange: dto.dailyMaximumTemperatureChange,
73
+ dailyMeanTemperatureChange: dto.dailyMeanTemperatureChange,
74
+ dailyMinimumTemperatureChange: dto.dailyMinimumTemperatureChange,
72
75
  selectedCrops: dto.selectedCrops,
73
76
  status: dto.status
74
77
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",