• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "useSraAuth": true,
3    "enableGenerateCompiledEndpointRules": true,
4    "excludedSimpleMethods" : [
5        "associateSoftwareToken"
6    ],
7    "shapeModifiers" : {
8        "AccountTakeoverActionType" : {
9            "modify" : [
10                {
11                    // Clashes with Object#notify
12                    "Notify": {
13                        "emitPropertyName" : "SendNotification"
14                    }
15                }
16            ]
17        }
18    }
19}
20
21