mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 12:08:03 +08:00
28 lines
674 B
JSON
28 lines
674 B
JSON
{
|
|
"status": 0,
|
|
"result": {
|
|
"inboundFiles": [
|
|
{
|
|
"state": "Created",
|
|
"fullName": "AccountService",
|
|
"type": "ApexClass",
|
|
"filePath": "force-app/main/default/classes/AccountService.cls"
|
|
},
|
|
{
|
|
"state": "Created",
|
|
"fullName": "AccountService",
|
|
"type": "ApexClass",
|
|
"filePath": "force-app/main/default/classes/AccountService.cls-meta.xml"
|
|
},
|
|
{
|
|
"state": "Changed",
|
|
"fullName": "Account",
|
|
"type": "CustomObject",
|
|
"filePath": "force-app/main/default/objects/Account/Account.object-meta.xml"
|
|
}
|
|
],
|
|
"packages": [],
|
|
"warnings": []
|
|
}
|
|
}
|