starta.microservice 0.1.5664 → 0.1.5820
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -281,7 +281,7 @@ class SnsSqs {
|
|
|
281
281
|
QueueUrl: queueUrl,
|
|
282
282
|
ReceiptHandle: message.ReceiptHandle
|
|
283
283
|
}).promise();
|
|
284
|
-
executionContext_1.default.getLogger().generic.
|
|
284
|
+
executionContext_1.default.getLogger().generic.info(`RetryException handled\nerror: |${this.serializeError(e)}|\nobject: |${message.Body}|`);
|
|
285
285
|
}
|
|
286
286
|
else {
|
|
287
287
|
executionContext_1.default.getLogger().generic.error(`Consuming error\nerror: |${this.serializeError(e)}|\nobject: |${message.Body}|`, e);
|
|
@@ -92,6 +92,24 @@ declare class Account extends Base {
|
|
|
92
92
|
'pl-pl'?: string;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
|
+
orderDecline: {
|
|
96
|
+
enabled: boolean;
|
|
97
|
+
text?: {
|
|
98
|
+
'en-us'?: string;
|
|
99
|
+
'uk-ua'?: string;
|
|
100
|
+
'ru-ru'?: string;
|
|
101
|
+
'pl-pl'?: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
orderAutoConfirmation: {
|
|
105
|
+
enabled: boolean;
|
|
106
|
+
text?: {
|
|
107
|
+
'en-us'?: string;
|
|
108
|
+
'uk-ua'?: string;
|
|
109
|
+
'ru-ru'?: string;
|
|
110
|
+
'pl-pl'?: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
95
113
|
orderReminder: {
|
|
96
114
|
enabled: boolean;
|
|
97
115
|
hoursBeforeStart: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../src/entities/Account.ts"],"names":[],"mappings":";;;;;AAAA,mCAAoC;AACpC,kDAA0B;AAG1B,MAAM,OAAQ,SAAQ,cAAI;
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../src/entities/Account.ts"],"names":[],"mappings":";;;;;AAAA,mCAAoC;AACpC,kDAA0B;AAG1B,MAAM,OAAQ,SAAQ,cAAI;IAsTxB,MAAM;QACJ,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC;QAE5E,OAAO,IAAI,CAAC;IACd,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,QAAQ,IAAI,OAAO,CAAC;IAClC,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,QAAQ;YACpC,CAAC,CAAC,GAAG,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,QAAQ,EAAE;YACtC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAA;IAChB,CAAC;IAED,UAAU;QACR,OAAO;YACL,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,SAAS,EAAE,IAAI,CAAC,SAAS;YACzB,QAAQ,EAAE,IAAI,CAAC,QAAQ;YACvB,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,MAAM,EAAE,IAAI,CAAC,MAAM;SACpB,CAAA;IACH,CAAC;IAED,eAAe,CAAC,QAAQ;QACtB,IAAI,QAAQ,EAAE;YACZ,IAAI,CAAC,aAAa,GAAG,IAAA,mBAAU,EAAC,KAAK,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;SACvE;IACH,CAAC;IAED,aAAa,CAAC,QAAQ;QACpB,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,aAAa;YAAE,OAAO,KAAK,CAAC;QACnD,MAAM,YAAY,GAAG,IAAA,mBAAU,EAAC,KAAK,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACtE,OAAO,YAAY,KAAK,IAAI,CAAC,aAAa,CAAC;IAC7C,CAAC;IAED,YAAY;QACV,IAAI,CAAC,IAAI,CAAC,KAAK;YAAE,OAAO,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;CACF;AAED,kBAAe,OAAO,CAAC"}
|