@caraer/client 2.0.443 → 2.0.445

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
@@ -2203,8 +2203,8 @@ export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof t
2203
2203
 
2204
2204
  export interface ExistingWidgetSummary {
2205
2205
  'xproperty'?: string;
2206
- 'yproperty'?: string;
2207
2206
  'ymetric'?: string;
2207
+ 'yproperty'?: string;
2208
2208
  'title'?: string;
2209
2209
  'chartType'?: string;
2210
2210
  'xProperty'?: string;
@@ -2990,8 +2990,8 @@ export interface ModelRecord {
2990
2990
  'updatedByUuid'?: string;
2991
2991
  'deletedByUuid'?: string;
2992
2992
  'index'?: number;
2993
- 'complete'?: boolean;
2994
2993
  'deleted'?: boolean;
2994
+ 'complete'?: boolean;
2995
2995
  'uuid': string;
2996
2996
  'properties'?: Array<FilledProperty>;
2997
2997
  'objects'?: { [key: string]: any | null; };
@@ -5157,8 +5157,8 @@ export interface SettingField {
5157
5157
  'hidden'?: boolean;
5158
5158
  'disabled'?: boolean;
5159
5159
  'options'?: Array<SettingOption>;
5160
- 'defaultValue'?: any;
5161
5160
  'value'?: any;
5161
+ 'defaultValue'?: any;
5162
5162
  }
5163
5163
 
5164
5164
  export const SettingFieldTypeEnum = {
@@ -6437,8 +6437,8 @@ export interface Team {
6437
6437
  'filtersString'?: string;
6438
6438
  'filters'?: { [key: string]: Filter; };
6439
6439
  'memberCount'?: number;
6440
- 'complete'?: boolean;
6441
6440
  'deleted'?: boolean;
6441
+ 'complete'?: boolean;
6442
6442
  'uuid': string;
6443
6443
  }
6444
6444
  export interface TeamDTO {
package/dist/api.d.ts CHANGED
@@ -2181,8 +2181,8 @@ export declare const EventRsvpRequestScopeEnum: {
2181
2181
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2182
2182
  export interface ExistingWidgetSummary {
2183
2183
  'xproperty'?: string;
2184
- 'yproperty'?: string;
2185
2184
  'ymetric'?: string;
2185
+ 'yproperty'?: string;
2186
2186
  'title'?: string;
2187
2187
  'chartType'?: string;
2188
2188
  'xProperty'?: string;
@@ -2982,8 +2982,8 @@ export interface ModelRecord {
2982
2982
  'updatedByUuid'?: string;
2983
2983
  'deletedByUuid'?: string;
2984
2984
  'index'?: number;
2985
- 'complete'?: boolean;
2986
2985
  'deleted'?: boolean;
2986
+ 'complete'?: boolean;
2987
2987
  'uuid': string;
2988
2988
  'properties'?: Array<FilledProperty>;
2989
2989
  'objects'?: {
@@ -5187,8 +5187,8 @@ export interface SettingField {
5187
5187
  'hidden'?: boolean;
5188
5188
  'disabled'?: boolean;
5189
5189
  'options'?: Array<SettingOption>;
5190
- 'defaultValue'?: any;
5191
5190
  'value'?: any;
5191
+ 'defaultValue'?: any;
5192
5192
  }
5193
5193
  export declare const SettingFieldTypeEnum: {
5194
5194
  readonly String: "STRING";
@@ -6535,8 +6535,8 @@ export interface Team {
6535
6535
  [key: string]: Filter;
6536
6536
  };
6537
6537
  'memberCount'?: number;
6538
- 'complete'?: boolean;
6539
6538
  'deleted'?: boolean;
6539
+ 'complete'?: boolean;
6540
6540
  'uuid': string;
6541
6541
  }
6542
6542
  export interface TeamDTO {
package/dist/esm/api.d.ts CHANGED
@@ -2181,8 +2181,8 @@ export declare const EventRsvpRequestScopeEnum: {
2181
2181
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2182
2182
  export interface ExistingWidgetSummary {
2183
2183
  'xproperty'?: string;
2184
- 'yproperty'?: string;
2185
2184
  'ymetric'?: string;
2185
+ 'yproperty'?: string;
2186
2186
  'title'?: string;
2187
2187
  'chartType'?: string;
2188
2188
  'xProperty'?: string;
@@ -2982,8 +2982,8 @@ export interface ModelRecord {
2982
2982
  'updatedByUuid'?: string;
2983
2983
  'deletedByUuid'?: string;
2984
2984
  'index'?: number;
2985
- 'complete'?: boolean;
2986
2985
  'deleted'?: boolean;
2986
+ 'complete'?: boolean;
2987
2987
  'uuid': string;
2988
2988
  'properties'?: Array<FilledProperty>;
2989
2989
  'objects'?: {
@@ -5187,8 +5187,8 @@ export interface SettingField {
5187
5187
  'hidden'?: boolean;
5188
5188
  'disabled'?: boolean;
5189
5189
  'options'?: Array<SettingOption>;
5190
- 'defaultValue'?: any;
5191
5190
  'value'?: any;
5191
+ 'defaultValue'?: any;
5192
5192
  }
5193
5193
  export declare const SettingFieldTypeEnum: {
5194
5194
  readonly String: "STRING";
@@ -6535,8 +6535,8 @@ export interface Team {
6535
6535
  [key: string]: Filter;
6536
6536
  };
6537
6537
  'memberCount'?: number;
6538
- 'complete'?: boolean;
6539
6538
  'deleted'?: boolean;
6539
+ 'complete'?: boolean;
6540
6540
  'uuid': string;
6541
6541
  }
6542
6542
  export interface TeamDTO {
@@ -6,8 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **xproperty** | **string** | | [optional] [default to undefined]
9
- **yproperty** | **string** | | [optional] [default to undefined]
10
9
  **ymetric** | **string** | | [optional] [default to undefined]
10
+ **yproperty** | **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]
@@ -21,8 +21,8 @@ import { ExistingWidgetSummary } from '@caraer/client';
21
21
 
22
22
  const instance: ExistingWidgetSummary = {
23
23
  xproperty,
24
- yproperty,
25
24
  ymetric,
25
+ yproperty,
26
26
  title,
27
27
  chartType,
28
28
  xProperty,
package/docs/Record.md CHANGED
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  **updatedByUuid** | **string** | | [optional] [default to undefined]
15
15
  **deletedByUuid** | **string** | | [optional] [default to undefined]
16
16
  **index** | **number** | | [optional] [default to undefined]
17
- **complete** | **boolean** | | [optional] [default to undefined]
18
17
  **deleted** | **boolean** | | [optional] [default to undefined]
18
+ **complete** | **boolean** | | [optional] [default to undefined]
19
19
  **uuid** | **string** | | [default to undefined]
20
20
  **properties** | [**Array&lt;FilledProperty&gt;**](FilledProperty.md) | | [optional] [default to undefined]
21
21
  **objects** | **{ [key: string]: any | null; }** | | [optional] [default to undefined]
@@ -36,8 +36,8 @@ const instance: ModelRecord = {
36
36
  updatedByUuid,
37
37
  deletedByUuid,
38
38
  index,
39
- complete,
40
39
  deleted,
40
+ complete,
41
41
  uuid,
42
42
  properties,
43
43
  objects,
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  **hidden** | **boolean** | | [optional] [default to undefined]
15
15
  **disabled** | **boolean** | | [optional] [default to undefined]
16
16
  **_options** | [**Array&lt;SettingOption&gt;**](SettingOption.md) | | [optional] [default to undefined]
17
- **defaultValue** | **any** | | [optional] [default to undefined]
18
17
  **value** | **any** | | [optional] [default to undefined]
18
+ **defaultValue** | **any** | | [optional] [default to undefined]
19
19
 
20
20
  ## Example
21
21
 
@@ -32,8 +32,8 @@ const instance: SettingField = {
32
32
  hidden,
33
33
  disabled,
34
34
  _options,
35
- defaultValue,
36
35
  value,
36
+ defaultValue,
37
37
  };
38
38
  ```
39
39
 
package/docs/Team.md CHANGED
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
19
19
  **filtersString** | **string** | | [optional] [default to undefined]
20
20
  **filters** | [**{ [key: string]: Filter; }**](Filter.md) | | [optional] [default to undefined]
21
21
  **memberCount** | **number** | | [optional] [default to undefined]
22
- **complete** | **boolean** | | [optional] [default to undefined]
23
22
  **deleted** | **boolean** | | [optional] [default to undefined]
23
+ **complete** | **boolean** | | [optional] [default to undefined]
24
24
  **uuid** | **string** | | [default to undefined]
25
25
 
26
26
  ## Example
@@ -43,8 +43,8 @@ const instance: Team = {
43
43
  filtersString,
44
44
  filters,
45
45
  memberCount,
46
- complete,
47
46
  deleted,
47
+ complete,
48
48
  uuid,
49
49
  };
50
50
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.443",
3
+ "version": "2.0.445",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {