flexinet-api 0.0.321-prerelease0 → 0.0.323-prerelease0
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/README.md +2 -2
- package/api.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/esm/api.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.323-prerelease0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install flexinet-api@0.0.
|
|
39
|
+
npm install flexinet-api@0.0.323-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -6602,7 +6602,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
6602
6602
|
assertParamExists('claimPromotionProgress', 'id', id)
|
|
6603
6603
|
// verify required parameter 'progressID' is not null or undefined
|
|
6604
6604
|
assertParamExists('claimPromotionProgress', 'progressID', progressID)
|
|
6605
|
-
const localVarPath = `/
|
|
6605
|
+
const localVarPath = `/admins/promotions/{id}/progress/{progressID}/claims`
|
|
6606
6606
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)))
|
|
6607
6607
|
.replace(`{${"progressID"}}`, encodeURIComponent(String(progressID)));
|
|
6608
6608
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
package/dist/api.js
CHANGED
|
@@ -3517,7 +3517,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3517
3517
|
(0, common_1.assertParamExists)('claimPromotionProgress', 'id', id);
|
|
3518
3518
|
// verify required parameter 'progressID' is not null or undefined
|
|
3519
3519
|
(0, common_1.assertParamExists)('claimPromotionProgress', 'progressID', progressID);
|
|
3520
|
-
const localVarPath = `/
|
|
3520
|
+
const localVarPath = `/admins/promotions/{id}/progress/{progressID}/claims`
|
|
3521
3521
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)))
|
|
3522
3522
|
.replace(`{${"progressID"}}`, encodeURIComponent(String(progressID)));
|
|
3523
3523
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
package/dist/esm/api.js
CHANGED
|
@@ -3464,7 +3464,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3464
3464
|
assertParamExists('claimPromotionProgress', 'id', id);
|
|
3465
3465
|
// verify required parameter 'progressID' is not null or undefined
|
|
3466
3466
|
assertParamExists('claimPromotionProgress', 'progressID', progressID);
|
|
3467
|
-
const localVarPath = `/
|
|
3467
|
+
const localVarPath = `/admins/promotions/{id}/progress/{progressID}/claims`
|
|
3468
3468
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)))
|
|
3469
3469
|
.replace(`{${"progressID"}}`, encodeURIComponent(String(progressID)));
|
|
3470
3470
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|