@caraer/client 2.0.447 → 2.0.448

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/api.ts CHANGED
@@ -2202,9 +2202,9 @@ export const EventRsvpRequestScopeEnum = {
2202
2202
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2203
2203
 
2204
2204
  export interface ExistingWidgetSummary {
2205
- 'ymetric'?: string;
2206
2205
  'yproperty'?: string;
2207
2206
  'xproperty'?: string;
2207
+ 'ymetric'?: string;
2208
2208
  'title'?: string;
2209
2209
  'chartType'?: string;
2210
2210
  'xProperty'?: string;
package/dist/api.d.ts CHANGED
@@ -2180,9 +2180,9 @@ export declare const EventRsvpRequestScopeEnum: {
2180
2180
  };
2181
2181
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2182
2182
  export interface ExistingWidgetSummary {
2183
- 'ymetric'?: string;
2184
2183
  'yproperty'?: string;
2185
2184
  'xproperty'?: string;
2185
+ 'ymetric'?: string;
2186
2186
  'title'?: string;
2187
2187
  'chartType'?: string;
2188
2188
  'xProperty'?: string;
package/dist/esm/api.d.ts CHANGED
@@ -2180,9 +2180,9 @@ export declare const EventRsvpRequestScopeEnum: {
2180
2180
  };
2181
2181
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2182
2182
  export interface ExistingWidgetSummary {
2183
- 'ymetric'?: string;
2184
2183
  'yproperty'?: string;
2185
2184
  'xproperty'?: string;
2185
+ 'ymetric'?: string;
2186
2186
  'title'?: string;
2187
2187
  'chartType'?: string;
2188
2188
  'xProperty'?: string;
@@ -5,9 +5,9 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **ymetric** | **string** | | [optional] [default to undefined]
9
8
  **yproperty** | **string** | | [optional] [default to undefined]
10
9
  **xproperty** | **string** | | [optional] [default to undefined]
10
+ **ymetric** | **string** | | [optional] [default to undefined]
11
11
  **title** | **string** | | [optional] [default to undefined]
12
12
  **chartType** | **string** | | [optional] [default to undefined]
13
13
  **xProperty** | **string** | | [optional] [default to undefined]
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
20
20
  import { ExistingWidgetSummary } from '@caraer/client';
21
21
 
22
22
  const instance: ExistingWidgetSummary = {
23
- ymetric,
24
23
  yproperty,
25
24
  xproperty,
25
+ ymetric,
26
26
  title,
27
27
  chartType,
28
28
  xProperty,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.447",
3
+ "version": "2.0.448",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {