@arsedizioni/ars-utils 21.2.177 → 21.2.181

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.
@@ -3277,10 +3277,33 @@ class ClipperService {
3277
3277
  saveContact(item) {
3278
3278
  return this.httpClient.post(this._serviceUri + '/account/contacts/save', item);
3279
3279
  }
3280
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3281
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3280
+ ///
3281
+ // PROPERTIES
3282
+ ///
3283
+ /**
3284
+ * Retrieve properties
3285
+ */
3286
+ queryProperties(params) {
3287
+ return this.httpClient.post(this._serviceUri + '/account/properties', params);
3288
+ }
3289
+ /**
3290
+ * Delete properties
3291
+ * @param ids: the id list to delete
3292
+ */
3293
+ deleteProperties(ids) {
3294
+ return this.httpClient.post(this._serviceUri + '/account/properties/delete', { ids: ids });
3295
+ }
3296
+ /**
3297
+ * Save property
3298
+ * @param item: the item to save
3299
+ */
3300
+ saveProperty(item) {
3301
+ return this.httpClient.post(this._serviceUri + '/account/properties/save', item);
3302
+ }
3303
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3304
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3282
3305
  }
3283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ClipperService, decorators: [{
3306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperService, decorators: [{
3284
3307
  type: Injectable,
3285
3308
  args: [{
3286
3309
  providedIn: 'root',
@@ -3337,19 +3360,19 @@ class ClipperAuthInterceptor {
3337
3360
  }
3338
3361
  return next.handle(request);
3339
3362
  }
3340
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3341
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ClipperAuthInterceptor }); }
3363
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3364
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperAuthInterceptor }); }
3342
3365
  }
3343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3344
3367
  type: Injectable
3345
3368
  }] });
3346
3369
 
3347
3370
  class ArsClipperCommonModule {
3348
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3349
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: ArsClipperCommonModule }); }
3350
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ArsClipperCommonModule }); }
3371
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3372
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.9", ngImport: i0, type: ArsClipperCommonModule }); }
3373
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ArsClipperCommonModule }); }
3351
3374
  }
3352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3353
3376
  type: NgModule
3354
3377
  }] });
3355
3378