@caraer/client 2.0.391 → 2.0.393

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
@@ -2221,8 +2221,8 @@ export const EventRsvpRequestScopeEnum = {
2221
2221
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2222
2222
 
2223
2223
  export interface ExistingWidgetSummary {
2224
- 'ymetric'?: string;
2225
2224
  'xproperty'?: string;
2225
+ 'ymetric'?: string;
2226
2226
  'yproperty'?: string;
2227
2227
  'title'?: string;
2228
2228
  'chartType'?: string;
package/dist/api.d.ts CHANGED
@@ -2200,8 +2200,8 @@ export declare const EventRsvpRequestScopeEnum: {
2200
2200
  };
2201
2201
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2202
2202
  export interface ExistingWidgetSummary {
2203
- 'ymetric'?: string;
2204
2203
  'xproperty'?: string;
2204
+ 'ymetric'?: string;
2205
2205
  'yproperty'?: string;
2206
2206
  'title'?: string;
2207
2207
  'chartType'?: string;
package/dist/esm/api.d.ts CHANGED
@@ -2200,8 +2200,8 @@ export declare const EventRsvpRequestScopeEnum: {
2200
2200
  };
2201
2201
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2202
2202
  export interface ExistingWidgetSummary {
2203
- 'ymetric'?: string;
2204
2203
  'xproperty'?: string;
2204
+ 'ymetric'?: string;
2205
2205
  'yproperty'?: string;
2206
2206
  'title'?: string;
2207
2207
  'chartType'?: string;
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **ymetric** | **string** | | [optional] [default to undefined]
9
8
  **xproperty** | **string** | | [optional] [default to undefined]
9
+ **ymetric** | **string** | | [optional] [default to undefined]
10
10
  **yproperty** | **string** | | [optional] [default to undefined]
11
11
  **title** | **string** | | [optional] [default to undefined]
12
12
  **chartType** | **string** | | [optional] [default to undefined]
@@ -20,8 +20,8 @@ Name | Type | Description | Notes
20
20
  import { ExistingWidgetSummary } from '@caraer/client';
21
21
 
22
22
  const instance: ExistingWidgetSummary = {
23
- ymetric,
24
23
  xproperty,
24
+ ymetric,
25
25
  yproperty,
26
26
  title,
27
27
  chartType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.391",
3
+ "version": "2.0.393",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {