namirasoft-payment 1.4.25 → 1.4.26
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.
|
@@ -4,7 +4,7 @@ exports.NamirasoftPaymentServerBase = void 0;
|
|
|
4
4
|
const namirasoft_account_1 = require("namirasoft-account");
|
|
5
5
|
class NamirasoftPaymentServerBase extends namirasoft_account_1.NSABaseServer {
|
|
6
6
|
constructor(base_url, manager, onError) {
|
|
7
|
-
super(base_url, `1.4.
|
|
7
|
+
super(base_url, `1.4.26`, manager, onError);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
exports.NamirasoftPaymentServerBase = NamirasoftPaymentServerBase;
|
|
@@ -5,7 +5,7 @@ const namirasoft_core_1 = require("namirasoft-core");
|
|
|
5
5
|
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
6
|
class ProductMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
7
|
constructor(database) {
|
|
8
|
-
super(database, "product", "Product", new namirasoft_core_1.BaseUUID("
|
|
8
|
+
super(database, "product", "Product", new namirasoft_core_1.BaseUUID(""));
|
|
9
9
|
this.columns = {
|
|
10
10
|
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "String", true),
|
|
11
11
|
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductMetaTable.js","sourceRoot":"","sources":["../../src/meta/ProductMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,gBAAiB,SAAQ,iCAAe;IAWjD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,0BAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"ProductMetaTable.js","sourceRoot":"","sources":["../../src/meta/ProductMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,gBAAiB,SAAQ,iCAAe;IAWjD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AAxBD,4CAwBC;AAAA,CAAC"}
|
package/package.json
CHANGED
|
@@ -25,6 +25,6 @@ export class NamirasoftPaymentServerBase extends NSABaseServer
|
|
|
25
25
|
{
|
|
26
26
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
27
27
|
{
|
|
28
|
-
super(base_url, `1.4.
|
|
28
|
+
super(base_url, `1.4.26`, manager, onError);
|
|
29
29
|
}
|
|
30
30
|
};
|
|
@@ -34,7 +34,7 @@ export class ProductMetaTable extends NSBaseMetaTable
|
|
|
34
34
|
}
|
|
35
35
|
constructor(database: NSBaseMetaDatabase)
|
|
36
36
|
{
|
|
37
|
-
super(database, "product", "Product", new BaseUUID("
|
|
37
|
+
super(database, "product", "Product", new BaseUUID(""));
|
|
38
38
|
this.columns = {
|
|
39
39
|
id: new BaseMetaColumn(this, "id", "Id", "String", true),
|
|
40
40
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|