@caraer/client 2.0.382 → 2.0.384

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
@@ -2219,8 +2219,8 @@ export const EventRsvpRequestScopeEnum = {
2219
2219
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2220
2220
 
2221
2221
  export interface ExistingWidgetSummary {
2222
- 'xproperty'?: string;
2223
2222
  'ymetric'?: string;
2223
+ 'xproperty'?: string;
2224
2224
  'yproperty'?: string;
2225
2225
  'title'?: string;
2226
2226
  'chartType'?: string;
@@ -2954,8 +2954,8 @@ export interface ModelRecord {
2954
2954
  'updatedByUuid'?: string;
2955
2955
  'deletedByUuid'?: string;
2956
2956
  'index'?: number;
2957
- 'complete'?: boolean;
2958
2957
  'deleted'?: boolean;
2958
+ 'complete'?: boolean;
2959
2959
  'uuid': string;
2960
2960
  'properties'?: Array<FilledProperty>;
2961
2961
  'objects'?: { [key: string]: any | null; };
@@ -5328,8 +5328,8 @@ export interface Team {
5328
5328
  'filtersString'?: string;
5329
5329
  'filters'?: { [key: string]: Filter; };
5330
5330
  'memberCount'?: number;
5331
- 'complete'?: boolean;
5332
5331
  'deleted'?: boolean;
5332
+ 'complete'?: boolean;
5333
5333
  'uuid': string;
5334
5334
  }
5335
5335
  export interface TeamDTO {
package/dist/api.d.ts CHANGED
@@ -2198,8 +2198,8 @@ export declare const EventRsvpRequestScopeEnum: {
2198
2198
  };
2199
2199
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2200
2200
  export interface ExistingWidgetSummary {
2201
- 'xproperty'?: string;
2202
2201
  'ymetric'?: string;
2202
+ 'xproperty'?: string;
2203
2203
  'yproperty'?: string;
2204
2204
  'title'?: string;
2205
2205
  'chartType'?: string;
@@ -2947,8 +2947,8 @@ export interface ModelRecord {
2947
2947
  'updatedByUuid'?: string;
2948
2948
  'deletedByUuid'?: string;
2949
2949
  'index'?: number;
2950
- 'complete'?: boolean;
2951
2950
  'deleted'?: boolean;
2951
+ 'complete'?: boolean;
2952
2952
  'uuid': string;
2953
2953
  'properties'?: Array<FilledProperty>;
2954
2954
  'objects'?: {
@@ -5351,8 +5351,8 @@ export interface Team {
5351
5351
  [key: string]: Filter;
5352
5352
  };
5353
5353
  'memberCount'?: number;
5354
- 'complete'?: boolean;
5355
5354
  'deleted'?: boolean;
5355
+ 'complete'?: boolean;
5356
5356
  'uuid': string;
5357
5357
  }
5358
5358
  export interface TeamDTO {
package/dist/esm/api.d.ts CHANGED
@@ -2198,8 +2198,8 @@ export declare const EventRsvpRequestScopeEnum: {
2198
2198
  };
2199
2199
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2200
2200
  export interface ExistingWidgetSummary {
2201
- 'xproperty'?: string;
2202
2201
  'ymetric'?: string;
2202
+ 'xproperty'?: string;
2203
2203
  'yproperty'?: string;
2204
2204
  'title'?: string;
2205
2205
  'chartType'?: string;
@@ -2947,8 +2947,8 @@ export interface ModelRecord {
2947
2947
  'updatedByUuid'?: string;
2948
2948
  'deletedByUuid'?: string;
2949
2949
  'index'?: number;
2950
- 'complete'?: boolean;
2951
2950
  'deleted'?: boolean;
2951
+ 'complete'?: boolean;
2952
2952
  'uuid': string;
2953
2953
  'properties'?: Array<FilledProperty>;
2954
2954
  'objects'?: {
@@ -5351,8 +5351,8 @@ export interface Team {
5351
5351
  [key: string]: Filter;
5352
5352
  };
5353
5353
  'memberCount'?: number;
5354
- 'complete'?: boolean;
5355
5354
  'deleted'?: boolean;
5355
+ 'complete'?: boolean;
5356
5356
  'uuid': string;
5357
5357
  }
5358
5358
  export interface TeamDTO {
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **xproperty** | **string** | | [optional] [default to undefined]
9
8
  **ymetric** | **string** | | [optional] [default to undefined]
9
+ **xproperty** | **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
- xproperty,
24
23
  ymetric,
24
+ xproperty,
25
25
  yproperty,
26
26
  title,
27
27
  chartType,
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,
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.382",
3
+ "version": "2.0.384",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {