flexinet-api 0.0.1051-prerelease0 → 0.0.1056-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 CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.1051-prerelease0
1
+ ## flexinet-api@0.0.1056-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.1051-prerelease0 --save
39
+ npm install flexinet-api@0.0.1056-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -150,7 +150,8 @@ export interface AuditLogListResponse {
150
150
  */
151
151
 
152
152
  export const AuditLogObjectType = {
153
- Promotion: 'promotion'
153
+ Promotion: 'promotion',
154
+ ApiKey: 'api_key'
154
155
  } as const;
155
156
 
156
157
  export type AuditLogObjectType = typeof AuditLogObjectType[keyof typeof AuditLogObjectType];
package/dist/api.d.ts CHANGED
@@ -129,6 +129,7 @@ export interface AuditLogListResponse {
129
129
  */
130
130
  export declare const AuditLogObjectType: {
131
131
  readonly Promotion: "promotion";
132
+ readonly ApiKey: "api_key";
132
133
  };
133
134
  export type AuditLogObjectType = typeof AuditLogObjectType[keyof typeof AuditLogObjectType];
134
135
  /**
package/dist/api.js CHANGED
@@ -50,7 +50,8 @@ exports.AuditLogActionEnum = {
50
50
  * @enum {string}
51
51
  */
52
52
  exports.AuditLogObjectType = {
53
- Promotion: 'promotion'
53
+ Promotion: 'promotion',
54
+ ApiKey: 'api_key'
54
55
  };
55
56
  /**
56
57
  *
package/dist/esm/api.d.ts CHANGED
@@ -129,6 +129,7 @@ export interface AuditLogListResponse {
129
129
  */
130
130
  export declare const AuditLogObjectType: {
131
131
  readonly Promotion: "promotion";
132
+ readonly ApiKey: "api_key";
132
133
  };
133
134
  export type AuditLogObjectType = typeof AuditLogObjectType[keyof typeof AuditLogObjectType];
134
135
  /**
package/dist/esm/api.js CHANGED
@@ -45,7 +45,8 @@ export const AuditLogActionEnum = {
45
45
  * @enum {string}
46
46
  */
47
47
  export const AuditLogObjectType = {
48
- Promotion: 'promotion'
48
+ Promotion: 'promotion',
49
+ ApiKey: 'api_key'
49
50
  };
50
51
  /**
51
52
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1051-prerelease0",
3
+ "version": "0.0.1056-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {