@shopware-ag/app-server-sdk 1.1.14 → 1.1.15
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.
- package/dist/commonjs/mod.d.ts +1 -1
- package/dist/commonjs/mod.d.ts.map +1 -1
- package/dist/commonjs/mod.js +8 -1
- package/dist/commonjs/mod.js.map +1 -1
- package/dist/esm/mod.d.ts +1 -1
- package/dist/esm/mod.d.ts.map +1 -1
- package/dist/esm/mod.js +1 -0
- package/dist/esm/mod.js.map +1 -1
- package/package.json +1 -1
package/dist/commonjs/mod.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ export { InMemoryShopRepository, SimpleShop } from "./repository.js";
|
|
|
3
3
|
export type { ShopInterface, ShopRepositoryInterface } from "./repository.js";
|
|
4
4
|
export { HttpClient, HttpClientResponse, ApiClientAuthenticationFailed, ApiClientRequestFailed, } from "./http-client.js";
|
|
5
5
|
export { Context } from "./context-resolver.js";
|
|
6
|
-
export
|
|
6
|
+
export { ShopAuthorizeEvent, AppInstallEvent, AppActivateEvent, AppDeactivateEvent, AppUpdateEvent, AppUninstallEvent, } from "./registration.js";
|
|
7
7
|
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,6BAA6B,EAC7B,sBAAsB,GACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,6BAA6B,EAC7B,sBAAsB,GACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EACN,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,iBAAiB,GACjB,MAAM,mBAAmB,CAAC"}
|
package/dist/commonjs/mod.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Context = exports.ApiClientRequestFailed = exports.ApiClientAuthenticationFailed = exports.HttpClientResponse = exports.HttpClient = exports.SimpleShop = exports.InMemoryShopRepository = exports.AppServer = void 0;
|
|
3
|
+
exports.AppUninstallEvent = exports.AppUpdateEvent = exports.AppDeactivateEvent = exports.AppActivateEvent = exports.AppInstallEvent = exports.ShopAuthorizeEvent = exports.Context = exports.ApiClientRequestFailed = exports.ApiClientAuthenticationFailed = exports.HttpClientResponse = exports.HttpClient = exports.SimpleShop = exports.InMemoryShopRepository = exports.AppServer = void 0;
|
|
4
4
|
var app_js_1 = require("./app.js");
|
|
5
5
|
Object.defineProperty(exports, "AppServer", { enumerable: true, get: function () { return app_js_1.AppServer; } });
|
|
6
6
|
var repository_js_1 = require("./repository.js");
|
|
@@ -13,4 +13,11 @@ Object.defineProperty(exports, "ApiClientAuthenticationFailed", { enumerable: tr
|
|
|
13
13
|
Object.defineProperty(exports, "ApiClientRequestFailed", { enumerable: true, get: function () { return http_client_js_1.ApiClientRequestFailed; } });
|
|
14
14
|
var context_resolver_js_1 = require("./context-resolver.js");
|
|
15
15
|
Object.defineProperty(exports, "Context", { enumerable: true, get: function () { return context_resolver_js_1.Context; } });
|
|
16
|
+
var registration_js_1 = require("./registration.js");
|
|
17
|
+
Object.defineProperty(exports, "ShopAuthorizeEvent", { enumerable: true, get: function () { return registration_js_1.ShopAuthorizeEvent; } });
|
|
18
|
+
Object.defineProperty(exports, "AppInstallEvent", { enumerable: true, get: function () { return registration_js_1.AppInstallEvent; } });
|
|
19
|
+
Object.defineProperty(exports, "AppActivateEvent", { enumerable: true, get: function () { return registration_js_1.AppActivateEvent; } });
|
|
20
|
+
Object.defineProperty(exports, "AppDeactivateEvent", { enumerable: true, get: function () { return registration_js_1.AppDeactivateEvent; } });
|
|
21
|
+
Object.defineProperty(exports, "AppUpdateEvent", { enumerable: true, get: function () { return registration_js_1.AppUpdateEvent; } });
|
|
22
|
+
Object.defineProperty(exports, "AppUninstallEvent", { enumerable: true, get: function () { return registration_js_1.AppUninstallEvent; } });
|
|
16
23
|
//# sourceMappingURL=mod.js.map
|
package/dist/commonjs/mod.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.js","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":";;;AAAA,mCAAqC;AAA5B,mGAAA,SAAS,OAAA;AAClB,iDAAqE;AAA5D,uHAAA,sBAAsB,OAAA;AAAE,2GAAA,UAAU,OAAA;AAE3C,mDAK0B;AAJzB,4GAAA,UAAU,OAAA;AACV,oHAAA,kBAAkB,OAAA;AAClB,+HAAA,6BAA6B,OAAA;AAC7B,wHAAA,sBAAsB,OAAA;AAEvB,6DAAgD;AAAvC,8GAAA,OAAO,OAAA","sourcesContent":["export { AppServer } from \"./app.js\";\nexport { InMemoryShopRepository, SimpleShop } from \"./repository.js\";\nexport type { ShopInterface, ShopRepositoryInterface } from \"./repository.js\";\nexport {\n\tHttpClient,\n\tHttpClientResponse,\n\tApiClientAuthenticationFailed,\n\tApiClientRequestFailed,\n} from \"./http-client.js\";\nexport { Context } from \"./context-resolver.js\";\nexport
|
|
1
|
+
{"version":3,"file":"mod.js","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":";;;AAAA,mCAAqC;AAA5B,mGAAA,SAAS,OAAA;AAClB,iDAAqE;AAA5D,uHAAA,sBAAsB,OAAA;AAAE,2GAAA,UAAU,OAAA;AAE3C,mDAK0B;AAJzB,4GAAA,UAAU,OAAA;AACV,oHAAA,kBAAkB,OAAA;AAClB,+HAAA,6BAA6B,OAAA;AAC7B,wHAAA,sBAAsB,OAAA;AAEvB,6DAAgD;AAAvC,8GAAA,OAAO,OAAA;AAChB,qDAO2B;AAN1B,qHAAA,kBAAkB,OAAA;AAClB,kHAAA,eAAe,OAAA;AACf,mHAAA,gBAAgB,OAAA;AAChB,qHAAA,kBAAkB,OAAA;AAClB,iHAAA,cAAc,OAAA;AACd,oHAAA,iBAAiB,OAAA","sourcesContent":["export { AppServer } from \"./app.js\";\nexport { InMemoryShopRepository, SimpleShop } from \"./repository.js\";\nexport type { ShopInterface, ShopRepositoryInterface } from \"./repository.js\";\nexport {\n\tHttpClient,\n\tHttpClientResponse,\n\tApiClientAuthenticationFailed,\n\tApiClientRequestFailed,\n} from \"./http-client.js\";\nexport { Context } from \"./context-resolver.js\";\nexport {\n\tShopAuthorizeEvent,\n\tAppInstallEvent,\n\tAppActivateEvent,\n\tAppDeactivateEvent,\n\tAppUpdateEvent,\n\tAppUninstallEvent,\n} from \"./registration.js\";\n"]}
|
package/dist/esm/mod.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ export { InMemoryShopRepository, SimpleShop } from "./repository.js";
|
|
|
3
3
|
export type { ShopInterface, ShopRepositoryInterface } from "./repository.js";
|
|
4
4
|
export { HttpClient, HttpClientResponse, ApiClientAuthenticationFailed, ApiClientRequestFailed, } from "./http-client.js";
|
|
5
5
|
export { Context } from "./context-resolver.js";
|
|
6
|
-
export
|
|
6
|
+
export { ShopAuthorizeEvent, AppInstallEvent, AppActivateEvent, AppDeactivateEvent, AppUpdateEvent, AppUninstallEvent, } from "./registration.js";
|
|
7
7
|
//# sourceMappingURL=mod.d.ts.map
|
package/dist/esm/mod.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,6BAA6B,EAC7B,sBAAsB,GACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,6BAA6B,EAC7B,sBAAsB,GACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EACN,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,iBAAiB,GACjB,MAAM,mBAAmB,CAAC"}
|
package/dist/esm/mod.js
CHANGED
|
@@ -2,4 +2,5 @@ export { AppServer } from "./app.js";
|
|
|
2
2
|
export { InMemoryShopRepository, SimpleShop } from "./repository.js";
|
|
3
3
|
export { HttpClient, HttpClientResponse, ApiClientAuthenticationFailed, ApiClientRequestFailed, } from "./http-client.js";
|
|
4
4
|
export { Context } from "./context-resolver.js";
|
|
5
|
+
export { ShopAuthorizeEvent, AppInstallEvent, AppActivateEvent, AppDeactivateEvent, AppUpdateEvent, AppUninstallEvent, } from "./registration.js";
|
|
5
6
|
//# sourceMappingURL=mod.js.map
|
package/dist/esm/mod.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.js","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAErE,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,6BAA6B,EAC7B,sBAAsB,GACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC","sourcesContent":["export { AppServer } from \"./app.js\";\nexport { InMemoryShopRepository, SimpleShop } from \"./repository.js\";\nexport type { ShopInterface, ShopRepositoryInterface } from \"./repository.js\";\nexport {\n\tHttpClient,\n\tHttpClientResponse,\n\tApiClientAuthenticationFailed,\n\tApiClientRequestFailed,\n} from \"./http-client.js\";\nexport { Context } from \"./context-resolver.js\";\nexport
|
|
1
|
+
{"version":3,"file":"mod.js","sourceRoot":"","sources":["../../src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAErE,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,6BAA6B,EAC7B,sBAAsB,GACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EACN,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,iBAAiB,GACjB,MAAM,mBAAmB,CAAC","sourcesContent":["export { AppServer } from \"./app.js\";\nexport { InMemoryShopRepository, SimpleShop } from \"./repository.js\";\nexport type { ShopInterface, ShopRepositoryInterface } from \"./repository.js\";\nexport {\n\tHttpClient,\n\tHttpClientResponse,\n\tApiClientAuthenticationFailed,\n\tApiClientRequestFailed,\n} from \"./http-client.js\";\nexport { Context } from \"./context-resolver.js\";\nexport {\n\tShopAuthorizeEvent,\n\tAppInstallEvent,\n\tAppActivateEvent,\n\tAppDeactivateEvent,\n\tAppUpdateEvent,\n\tAppUninstallEvent,\n} from \"./registration.js\";\n"]}
|