@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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
|