@caraer/client 2.0.434 → 2.0.435

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
@@ -2097,8 +2097,8 @@ export const EventRsvpRequestScopeEnum = {
2097
2097
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2098
2098
 
2099
2099
  export interface ExistingWidgetSummary {
2100
- 'yproperty'?: string;
2101
2100
  'ymetric'?: string;
2101
+ 'yproperty'?: string;
2102
2102
  'xproperty'?: string;
2103
2103
  'title'?: string;
2104
2104
  'chartType'?: string;
package/dist/api.d.ts CHANGED
@@ -2076,8 +2076,8 @@ export declare const EventRsvpRequestScopeEnum: {
2076
2076
  };
2077
2077
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2078
2078
  export interface ExistingWidgetSummary {
2079
- 'yproperty'?: string;
2080
2079
  'ymetric'?: string;
2080
+ 'yproperty'?: string;
2081
2081
  'xproperty'?: string;
2082
2082
  'title'?: string;
2083
2083
  'chartType'?: string;
package/dist/esm/api.d.ts CHANGED
@@ -2076,8 +2076,8 @@ export declare const EventRsvpRequestScopeEnum: {
2076
2076
  };
2077
2077
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2078
2078
  export interface ExistingWidgetSummary {
2079
- 'yproperty'?: string;
2080
2079
  'ymetric'?: string;
2080
+ 'yproperty'?: string;
2081
2081
  'xproperty'?: string;
2082
2082
  'title'?: string;
2083
2083
  'chartType'?: string;
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **yproperty** | **string** | | [optional] [default to undefined]
9
8
  **ymetric** | **string** | | [optional] [default to undefined]
9
+ **yproperty** | **string** | | [optional] [default to undefined]
10
10
  **xproperty** | **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
- yproperty,
24
23
  ymetric,
24
+ yproperty,
25
25
  xproperty,
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.434",
3
+ "version": "2.0.435",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {