@@ -17717,10 +17717,6 @@ module.exports = (() => {
1771717717 return cmdtyViewHistoryContractRollChanged;
1771817718 }
1771917719
17720- static get ENTITLEMENTS_AUTHORIZATION_FAILED() {
17721- return entitlementsAuthorizationFailed;
17722- }
17723-
1772417720 static get CMDTYVIEW_HISTORY_INDICATOR_DIALOG_SHOWN() {
1772517721 return cmdtyViewHistoryIndicatorDialogShown;
1772617722 }
@@ -17775,6 +17771,10 @@ module.exports = (() => {
1777517771 return entitlementsAuthorizationFailed;
1777617772 }
1777717773
17774+ static get ENTITLEMENTS_AUTHORIZATION_FAILED() {
17775+ return entitlementsAuthorizationFailed;
17776+ }
17777+
1777817778 // MARKETPLACE
1777917779
1778017780 static get MARKETPLACE_CUSTOMER_CREATED() {
@@ -18181,6 +18181,9 @@ module.exports = (() => {
1818118181 .withArray('filter.types', DataType.forEnum(EventType, 'EventType'), true)
1818218182 .withField('filter.start', DataType.TIMESTAMP, true)
1818318183 .withField('filter.end', DataType.TIMESTAMP, true)
18184+ .withField('export.delimiter', DataType.STRING, true)
18185+ .withField('export.bucketName', DataType.STRING, true)
18186+ .withField('export.bucketKey', DataType.STRING, true)
1818418187 .schema
1818518188 );
1818618189
@@ -19541,7 +19544,7 @@ module.exports = (() => {
1954119544 'use strict';
1954219545
1954319546 return {
19544- version: '5.6.0 '
19547+ version: '5.6.1 '
1954519548 };
1954619549})();
1954719550
0 commit comments