@@ -118,9 +118,11 @@ export type AcsChatThreadWithUserDeletedEventData = AcsChatThreadEventBase & {
118118
119119// @public
120120export interface AcsRecordingChunkInfo {
121+ contentLocation: string ;
121122 documentId: string ;
122123 endReason: string ;
123124 index: number ;
125+ metadataLocation: string ;
124126}
125127
126128// @public
@@ -165,6 +167,260 @@ export type AcsSmsReceivedEventData = AcsSmsEventBase & {
165167 receivedTimestamp: string ;
166168};
167169
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+
168424// @public
169425export type AppAction = string ;
170426
@@ -1160,6 +1416,17 @@ export interface StorageBlobDeletedEventData {
11601416 url: string ;
11611417}
11621418
1419+ // @public
1420+ export interface StorageBlobInventoryPolicyCompletedEventData {
1421+ accountName: string ;
1422+ manifestBlobUrl: string ;
1423+ policyRunId: string ;
1424+ policyRunStatus: string ;
1425+ policyRunStatusMessage: string ;
1426+ ruleName: string ;
1427+ scheduleDateTime: string ;
1428+ }
1429+
11631430// @public
11641431export interface StorageBlobRenamedEventData {
11651432 api: string ;
@@ -1250,6 +1517,21 @@ export interface SubscriptionValidationEventData {
12501517
12511518// @public
12521519export 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 ;
12531535 " Microsoft.AppConfiguration.KeyValueDeleted" : AppConfigurationKeyValueDeletedEventData ;
12541536 " Microsoft.AppConfiguration.KeyValueModified" : AppConfigurationKeyValueModifiedEventData ;
12551537 " Microsoft.Communication.ChatMessageDeleted" : AcsChatMessageDeletedEventData ;
@@ -1332,10 +1614,11 @@ export interface SystemEventNameToEventData {
13321614 " Microsoft.Resources.ResourceWriteFailure" : ResourceWriteFailureEventData ;
13331615 " Microsoft.Resources.ResourceWriteSuccess" : ResourceWriteSuccessEventData ;
13341616 " Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners" : ServiceBusActiveMessagesAvailableWithNoListenersEventData ;
1335- " Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener " : ServiceBusDeadletterMessagesAvailableWithNoListenersEventData ;
1617+ " Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners " : ServiceBusDeadletterMessagesAvailableWithNoListenersEventData ;
13361618 " Microsoft.Storage.AsyncOperationInitiated" : StorageAsyncOperationInitiatedEventData ;
13371619 " Microsoft.Storage.BlobCreated" : StorageBlobCreatedEventData ;
13381620 " Microsoft.Storage.BlobDeleted" : StorageBlobDeletedEventData ;
1621+ " Microsoft.Storage.BlobInventoryPolicyCompleted" : StorageBlobInventoryPolicyCompletedEventData ;
13391622 " Microsoft.Storage.BlobRenamed" : StorageBlobRenamedEventData ;
13401623 " Microsoft.Storage.BlobTierChanged" : StorageBlobTierChangedEventData ;
13411624 " Microsoft.Storage.DirectoryCreated" : StorageDirectoryCreatedEventData ;
0 commit comments