@cristian-israel/giganet_lib_conecta 1.0.78 → 1.0.79

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/index.js CHANGED
@@ -394,7 +394,7 @@ var MonthlyFeesForClientResponseSchema = IXCSoftResponseSchema.extend({
394
394
  var RoutinesCancellationAnalysisResource = class {
395
395
  constructor(client) {
396
396
  this.client = client;
397
- this.endpoint = "/jobs/cancellation-analysis";
397
+ this.endpoint = "/v1/jobs/cancellation-analysis";
398
398
  }
399
399
  /**
400
400
  * GET /jobs/cancellation-analysis
package/dist/index.mjs CHANGED
@@ -350,7 +350,7 @@ var MonthlyFeesForClientResponseSchema = IXCSoftResponseSchema.extend({
350
350
  var RoutinesCancellationAnalysisResource = class {
351
351
  constructor(client) {
352
352
  this.client = client;
353
- this.endpoint = "/jobs/cancellation-analysis";
353
+ this.endpoint = "/v1/jobs/cancellation-analysis";
354
354
  }
355
355
  /**
356
356
  * GET /jobs/cancellation-analysis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",