@caraer/client 2.0.406 → 2.0.407

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
@@ -2236,8 +2236,8 @@ export const EventRsvpRequestScopeEnum = {
2236
2236
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2237
2237
 
2238
2238
  export interface ExistingWidgetSummary {
2239
- 'xproperty'?: string;
2240
2239
  'yproperty'?: string;
2240
+ 'xproperty'?: string;
2241
2241
  'ymetric'?: string;
2242
2242
  'title'?: string;
2243
2243
  'chartType'?: string;
package/dist/api.d.ts CHANGED
@@ -2215,8 +2215,8 @@ export declare const EventRsvpRequestScopeEnum: {
2215
2215
  };
2216
2216
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2217
2217
  export interface ExistingWidgetSummary {
2218
- 'xproperty'?: string;
2219
2218
  'yproperty'?: string;
2219
+ 'xproperty'?: string;
2220
2220
  'ymetric'?: string;
2221
2221
  'title'?: string;
2222
2222
  'chartType'?: string;
package/dist/esm/api.d.ts CHANGED
@@ -2215,8 +2215,8 @@ export declare const EventRsvpRequestScopeEnum: {
2215
2215
  };
2216
2216
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2217
2217
  export interface ExistingWidgetSummary {
2218
- 'xproperty'?: string;
2219
2218
  'yproperty'?: string;
2219
+ 'xproperty'?: string;
2220
2220
  'ymetric'?: string;
2221
2221
  'title'?: string;
2222
2222
  'chartType'?: string;
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **xproperty** | **string** | | [optional] [default to undefined]
9
8
  **yproperty** | **string** | | [optional] [default to undefined]
9
+ **xproperty** | **string** | | [optional] [default to undefined]
10
10
  **ymetric** | **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
- xproperty,
24
23
  yproperty,
24
+ xproperty,
25
25
  ymetric,
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.406",
3
+ "version": "2.0.407",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {