@@ -167,260 +167,6 @@ export type AcsSmsReceivedEventData = AcsSmsEventBase & {
167167 receivedTimestamp: string ;
168168};
169169
170- // @public
171- export interface AgriFoodFarmingApplicationDataChangedEventData {
172- actionType: AgriFoodFarmingResourceActionType ;
173- createdDateTime: string ;
174- description: string ;
175- eTag: string ;
176- farmerId: string ;
177- id: string ;
178- modifiedDateTime: string ;
179- name: string ;
180- properties: {
181- [propertyName : string ]: any ;
182- };
183- source: string ;
184- status: string ;
185- }
186-
187- // @public
188- export interface AgriFoodFarmingBoundaryChangedEventData {
189- actionType: AgriFoodFarmingResourceActionType ;
190- createdDateTime: string ;
191- description: string ;
192- eTag: string ;
193- farmerId: string ;
194- id: string ;
195- isPrimary: boolean ;
196- modifiedDateTime: string ;
197- name: string ;
198- parentId: string ;
199- parentType: string ;
200- properties: {
201- [propertyName : string ]: any ;
202- };
203- status: string ;
204- }
205-
206- // @public
207- export interface AgriFoodFarmingCropChangedEventData {
208- actionType: AgriFoodFarmingResourceActionType ;
209- createdDateTime: string ;
210- description: string ;
211- eTag: string ;
212- id: string ;
213- modifiedDateTime: string ;
214- name: string ;
215- properties: {
216- [propertyName : string ]: any ;
217- };
218- status: string ;
219- }
220-
221- // @public
222- export interface AgriFoodFarmingCropVarietyChangedEventData {
223- actionType: AgriFoodFarmingResourceActionType ;
224- createdDateTime: string ;
225- cropId: string ;
226- description: string ;
227- eTag: string ;
228- id: string ;
229- modifiedDateTime: string ;
230- name: string ;
231- properties: {
232- [propertyName : string ]: any ;
233- };
234- status: string ;
235- }
236-
237- // @public
238- export interface AgriFoodFarmingFarmChangedEventData {
239- actionType: AgriFoodFarmingResourceActionType ;
240- createdDateTime: string ;
241- description: string ;
242- eTag: string ;
243- farmerId: string ;
244- id: string ;
245- modifiedDateTime: string ;
246- name: string ;
247- properties: {
248- [propertyName : string ]: any ;
249- };
250- status: string ;
251- }
252-
253- // @public
254- export interface AgriFoodFarmingFarmerChangedEventData {
255- actionType: AgriFoodFarmingResourceActionType ;
256- createdDateTime: string ;
257- description: string ;
258- eTag: string ;
259- id: string ;
260- modifiedDateTime: string ;
261- name: string ;
262- properties: {
263- [propertyName : string ]: any ;
264- };
265- status: string ;
266- }
267-
268- // @public
269- export interface AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventData {
270- createdDateTime: string ;
271- description: string ;
272- farmerId: string ;
273- id: string ;
274- isCancellationRequested: boolean ;
275- lastActionDateTime: string ;
276- message: string ;
277- name: string ;
278- properties: {
279- [propertyName : string ]: any ;
280- };
281- status: AgriFoodFarmingJobStatus ;
282- }
283-
284- // @public
285- export interface AgriFoodFarmingFieldChangedEventData {
286- actionType: AgriFoodFarmingResourceActionType ;
287- createdDateTime: string ;
288- description: string ;
289- eTag: string ;
290- farmerId: string ;
291- farmId: string ;
292- id: string ;
293- modifiedDateTime: string ;
294- name: string ;
295- properties: {
296- [propertyName : string ]: any ;
297- };
298- status: string ;
299- }
300-
301- // @public
302- export interface AgriFoodFarmingHarvestDataChangedEventData {
303- actionType: AgriFoodFarmingResourceActionType ;
304- createdDateTime: string ;
305- description: string ;
306- eTag: string ;
307- farmerId: string ;
308- id: string ;
309- modifiedDateTime: string ;
310- name: string ;
311- properties: {
312- [propertyName : string ]: any ;
313- };
314- source: string ;
315- status: string ;
316- }
317-
318- // @public
319- export type AgriFoodFarmingJobStatus = string ;
320-
321- // @public
322- export interface AgriFoodFarmingPlantingDataChangedEventData {
323- actionType: AgriFoodFarmingResourceActionType ;
324- createdDateTime: string ;
325- description: string ;
326- eTag: string ;
327- farmerId: string ;
328- id: string ;
329- modifiedDateTime: string ;
330- name: string ;
331- properties: {
332- [propertyName : string ]: any ;
333- };
334- source: string ;
335- status: string ;
336- }
337-
338- // @public
339- export type AgriFoodFarmingResourceActionType = string ;
340-
341- // @public
342- export interface AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventData {
343- createdDateTime: string ;
344- description: string ;
345- farmerId: string ;
346- id: string ;
347- isCancellationRequested: boolean ;
348- lastActionDateTime: string ;
349- message: string ;
350- name: string ;
351- properties: {
352- [propertyName : string ]: any ;
353- };
354- status: AgriFoodFarmingJobStatus ;
355- }
356-
357- // @public
358- export interface AgriFoodFarmingSeasonalFieldChangedEventData {
359- actionType: AgriFoodFarmingResourceActionType ;
360- createdDateTime: string ;
361- description: string ;
362- eTag: string ;
363- farmerId: string ;
364- farmId: string ;
365- fieldId: string ;
366- id: string ;
367- modifiedDateTime: string ;
368- name: string ;
369- properties: {
370- [propertyName : string ]: any ;
371- };
372- seasonId: string ;
373- status: string ;
374- }
375-
376- // @public
377- export interface AgriFoodFarmingSeasonChangedEventData {
378- actionType: AgriFoodFarmingResourceActionType ;
379- createdDateTime: string ;
380- description: string ;
381- eTag: string ;
382- id: string ;
383- modifiedDateTime: string ;
384- name: string ;
385- properties: {
386- [propertyName : string ]: any ;
387- };
388- status: string ;
389- }
390-
391- // @public
392- export interface AgriFoodFarmingTillageDataChangedEventData {
393- actionType: AgriFoodFarmingResourceActionType ;
394- createdDateTime: string ;
395- description: string ;
396- eTag: string ;
397- farmerId: string ;
398- id: string ;
399- modifiedDateTime: string ;
400- name: string ;
401- properties: {
402- [propertyName : string ]: any ;
403- };
404- source: string ;
405- status: string ;
406- }
407-
408- // @public
409- export interface AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventData {
410- createdDateTime: string ;
411- description: string ;
412- farmerId: string ;
413- id: string ;
414- isCancellationRequested: boolean ;
415- lastActionDateTime: string ;
416- message: string ;
417- name: string ;
418- properties: {
419- [propertyName : string ]: any ;
420- };
421- status: AgriFoodFarmingJobStatus ;
422- }
423-
424170// @public
425171export type AppAction = string ;
426172
@@ -1517,21 +1263,6 @@ export interface SubscriptionValidationEventData {
15171263
15181264// @public
15191265export interface SystemEventNameToEventData {
1520- " Microsoft.AgFoodPlatform.ApplicationDataChanged" : AgriFoodFarmingApplicationDataChangedEventData ;
1521- " Microsoft.AgFoodPlatform.BoundaryChanged" : AgriFoodFarmingBoundaryChangedEventData ;
1522- " Microsoft.AgFoodPlatform.CropChanged" : AgriFoodFarmingCropChangedEventData ;
1523- " Microsoft.AgFoodPlatform.CropVarietyChanged" : AgriFoodFarmingCropVarietyChangedEventData ;
1524- " Microsoft.AgFoodPlatform.FarmChanged" : AgriFoodFarmingFarmChangedEventData ;
1525- " Microsoft.AgFoodPlatform.FarmerChanged" : AgriFoodFarmingFarmerChangedEventData ;
1526- " Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChanged" : AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventData ;
1527- " Microsoft.AgFoodPlatform.FieldChanged" : AgriFoodFarmingFieldChangedEventData ;
1528- " Microsoft.AgFoodPlatform.HarvestDataChanged" : AgriFoodFarmingHarvestDataChangedEventData ;
1529- " Microsoft.AgFoodPlatform.PlantingDataChanged" : AgriFoodFarmingPlantingDataChangedEventData ;
1530- " Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChanged" : AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventData ;
1531- " Microsoft.AgFoodPlatform.SeasonalFieldChanged" : AgriFoodFarmingSeasonalFieldChangedEventData ;
1532- " Microsoft.AgFoodPlatform.SeasonChanged" : AgriFoodFarmingSeasonChangedEventData ;
1533- " Microsoft.AgFoodPlatform.TillageDataChanged" : AgriFoodFarmingTillageDataChangedEventData ;
1534- " Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChanged" : AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventData ;
15351266 " Microsoft.AppConfiguration.KeyValueDeleted" : AppConfigurationKeyValueDeletedEventData ;
15361267 " Microsoft.AppConfiguration.KeyValueModified" : AppConfigurationKeyValueModifiedEventData ;
15371268 " Microsoft.Communication.ChatMessageDeleted" : AcsChatMessageDeletedEventData ;
0 commit comments