flexinet-api 0.0.1125 → 0.0.1128

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.1125
1
+ ## flexinet-api@0.0.1128
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.1125 --save
39
+ npm install flexinet-api@0.0.1128 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -3248,7 +3248,7 @@ export interface TargetLevel {
3248
3248
  export const TargetMu = {
3249
3249
  Currency: 'currency',
3250
3250
  Product: 'product',
3251
- Additional: 'additional'
3251
+ AdditionalMu: 'additionalMU'
3252
3252
  } as const;
3253
3253
 
3254
3254
  export type TargetMu = typeof TargetMu[keyof typeof TargetMu];
package/dist/api.d.ts CHANGED
@@ -3081,7 +3081,7 @@ export interface TargetLevel {
3081
3081
  export declare const TargetMu: {
3082
3082
  readonly Currency: "currency";
3083
3083
  readonly Product: "product";
3084
- readonly Additional: "additional";
3084
+ readonly AdditionalMu: "additionalMU";
3085
3085
  };
3086
3086
  export type TargetMu = typeof TargetMu[keyof typeof TargetMu];
3087
3087
  /**
package/dist/api.js CHANGED
@@ -331,7 +331,7 @@ exports.TagValidatorType = {
331
331
  exports.TargetMu = {
332
332
  Currency: 'currency',
333
333
  Product: 'product',
334
- Additional: 'additional'
334
+ AdditionalMu: 'additionalMU'
335
335
  };
336
336
  /**
337
337
  *
package/dist/esm/api.d.ts CHANGED
@@ -3081,7 +3081,7 @@ export interface TargetLevel {
3081
3081
  export declare const TargetMu: {
3082
3082
  readonly Currency: "currency";
3083
3083
  readonly Product: "product";
3084
- readonly Additional: "additional";
3084
+ readonly AdditionalMu: "additionalMU";
3085
3085
  };
3086
3086
  export type TargetMu = typeof TargetMu[keyof typeof TargetMu];
3087
3087
  /**
package/dist/esm/api.js CHANGED
@@ -326,7 +326,7 @@ export const TagValidatorType = {
326
326
  export const TargetMu = {
327
327
  Currency: 'currency',
328
328
  Product: 'product',
329
- Additional: 'additional'
329
+ AdditionalMu: 'additionalMU'
330
330
  };
331
331
  /**
332
332
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1125",
3
+ "version": "0.0.1128",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {