cv-dialog-sdk
Version:
Catavolt Dialog Javascript API
41 lines (40 loc) • 1.23 kB
JavaScript
/**
*/
export class Briefcase_EnterOfflineMode_RECORD {
static copyOfResponse() {
return JSON.parse(JSON.stringify(this.RESPONSE));
}
}
Briefcase_EnterOfflineMode_RECORD.PATH = 'tenants/${tenantId}/sessions/${sessionId}/dialogs/15/record';
Briefcase_EnterOfflineMode_RECORD.RESPONSE = {
"dialogAlias": "Briefcase_EnterOfflineMode",
"annotations": [],
"id": null,
"type": "hxgn.api.dialog.Record",
"dialogName": "Briefcase_EnterOfflineMode",
"properties": [{
"name": "P_PASSWORD",
"format": null,
"annotations": [],
"type": "hxgn.api.dialog.Property",
"value": ""
}, {
"name": "P_USERID",
"format": null,
"annotations": [],
"type": "hxgn.api.dialog.Property",
"value": "SomeUser"
}, {
"name": "P_ONLINE",
"format": null,
"annotations": [],
"type": "hxgn.api.dialog.Property",
"value": true
}, {
"name": "P_PASSWORD_CONFIRM",
"format": null,
"annotations": [],
"type": "hxgn.api.dialog.Property",
"value": ""
}]
};