taxtank-core 2.0.11 → 2.0.12
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/fesm2022/taxtank-core.mjs +3 -3
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +3 -0
- package/package.json +1 -1
@@ -13379,7 +13379,6 @@ var ClientInviteMessages;
|
|
13379
13379
|
})(ClientInviteMessages || (ClientInviteMessages = {}));
|
13380
13380
|
|
13381
13381
|
class ClientMovementService extends RestService$1 {
|
13382
|
-
// mercureTopic = 'clientMovements';
|
13383
13382
|
constructor(environment) {
|
13384
13383
|
super(environment);
|
13385
13384
|
this.environment = environment;
|
@@ -13387,6 +13386,7 @@ class ClientMovementService extends RestService$1 {
|
|
13387
13386
|
this.collectionClass = ClientMovementCollection;
|
13388
13387
|
this.modelClass = ClientMovement;
|
13389
13388
|
this.disabledMethods = ['postBatch', 'delete', 'deleteBatch'];
|
13389
|
+
this.mercureTopic = 'clientMovements';
|
13390
13390
|
this.listenEvents();
|
13391
13391
|
}
|
13392
13392
|
listenEvents() {
|
@@ -15229,13 +15229,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
15229
15229
|
}] });
|
15230
15230
|
|
15231
15231
|
class ServicePaymentMethodService extends RestService$1 {
|
15232
|
-
// mercureTopic = 'servicePaymentMethods';
|
15233
15232
|
constructor(environment) {
|
15234
15233
|
super(environment);
|
15235
15234
|
this.environment = environment;
|
15236
15235
|
this.endpointUri = 'service-payment-methods';
|
15237
15236
|
this.collectionClass = Collection;
|
15238
15237
|
this.modelClass = ServicePaymentMethod;
|
15238
|
+
this.mercureTopic = 'servicePaymentMethods';
|
15239
15239
|
this.listenEvents();
|
15240
15240
|
}
|
15241
15241
|
listenEvents() {
|
@@ -15301,7 +15301,6 @@ var SubscriptionMessagesEnum;
|
|
15301
15301
|
* @TODO Alex refactor
|
15302
15302
|
*/
|
15303
15303
|
class SubscriptionService extends RestService$1 {
|
15304
|
-
// mercureTopic = 'serviceSubscriptions';
|
15305
15304
|
constructor(http, environment) {
|
15306
15305
|
super(environment);
|
15307
15306
|
this.http = http;
|
@@ -15310,6 +15309,7 @@ class SubscriptionService extends RestService$1 {
|
|
15310
15309
|
this.modelClass = ServiceSubscription;
|
15311
15310
|
this.collectionClass = ServiceSubscriptionCollection;
|
15312
15311
|
this.disabledMethods = ['putBatch', 'delete', 'deleteBatch'];
|
15312
|
+
this.mercureTopic = 'serviceSubscriptions';
|
15313
15313
|
this.listenEvents();
|
15314
15314
|
}
|
15315
15315
|
listenEvents() {
|