Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in LoadLocalAttributesRequest #26

Merged
merged 4 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-schema/xcherry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ components:
type: array
items:
type: string
keysToLockWithLock:
keysToLoadWithLock:
type: array
items:
type: string
Expand Down
62 changes: 31 additions & 31 deletions goapi/xcapi/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -657,9 +657,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -762,9 +762,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -806,9 +806,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -886,9 +886,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -1019,9 +1019,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -1319,15 +1319,15 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
properties:
keysToLoadNoLock:
items:
type: string
type: array
keysToLockWithLock:
keysToLoadWithLock:
items:
type: string
type: array
Expand Down Expand Up @@ -1446,9 +1446,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -1781,9 +1781,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down Expand Up @@ -1825,9 +1825,9 @@ components:
- keysToLoadNoLock
- keysToLoadNoLock
lockingPolicy: null
keysToLockWithLock:
- keysToLockWithLock
- keysToLockWithLock
keysToLoadWithLock:
- keysToLoadWithLock
- keysToLoadWithLock
executeApiTimeoutSeconds: 6
stateFailureRecoveryOptions:
stateFailureProceedStateId: stateFailureProceedStateId
Expand Down
26 changes: 13 additions & 13 deletions goapi/xcapi/docs/LoadLocalAttributesRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**KeysToLoadNoLock** | Pointer to **[]string** | | [optional]
**KeysToLockWithLock** | Pointer to **[]string** | | [optional]
**KeysToLoadWithLock** | Pointer to **[]string** | | [optional]
**LockingPolicy** | Pointer to [**TableReadLockingPolicy**](TableReadLockingPolicy.md) | | [optional]

## Methods
Expand Down Expand Up @@ -52,30 +52,30 @@ SetKeysToLoadNoLock sets KeysToLoadNoLock field to given value.

HasKeysToLoadNoLock returns a boolean if a field has been set.

### GetKeysToLockWithLock
### GetKeysToLoadWithLock

`func (o *LoadLocalAttributesRequest) GetKeysToLockWithLock() []string`
`func (o *LoadLocalAttributesRequest) GetKeysToLoadWithLock() []string`

GetKeysToLockWithLock returns the KeysToLockWithLock field if non-nil, zero value otherwise.
GetKeysToLoadWithLock returns the KeysToLoadWithLock field if non-nil, zero value otherwise.

### GetKeysToLockWithLockOk
### GetKeysToLoadWithLockOk

`func (o *LoadLocalAttributesRequest) GetKeysToLockWithLockOk() (*[]string, bool)`
`func (o *LoadLocalAttributesRequest) GetKeysToLoadWithLockOk() (*[]string, bool)`

GetKeysToLockWithLockOk returns a tuple with the KeysToLockWithLock field if it's non-nil, zero value otherwise
GetKeysToLoadWithLockOk returns a tuple with the KeysToLoadWithLock field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetKeysToLockWithLock
### SetKeysToLoadWithLock

`func (o *LoadLocalAttributesRequest) SetKeysToLockWithLock(v []string)`
`func (o *LoadLocalAttributesRequest) SetKeysToLoadWithLock(v []string)`

SetKeysToLockWithLock sets KeysToLockWithLock field to given value.
SetKeysToLoadWithLock sets KeysToLoadWithLock field to given value.

### HasKeysToLockWithLock
### HasKeysToLoadWithLock

`func (o *LoadLocalAttributesRequest) HasKeysToLockWithLock() bool`
`func (o *LoadLocalAttributesRequest) HasKeysToLoadWithLock() bool`

HasKeysToLockWithLock returns a boolean if a field has been set.
HasKeysToLoadWithLock returns a boolean if a field has been set.

### GetLockingPolicy

Expand Down
34 changes: 17 additions & 17 deletions goapi/xcapi/model_load_local_attributes_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-api/src/api-gen/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export interface LoadLocalAttributesRequest {
* @type {Array<string>}
* @memberof LoadLocalAttributesRequest
*/
'keysToLockWithLock'?: Array<string>;
'keysToLoadWithLock'?: Array<string>;
/**
*
* @type {TableReadLockingPolicy}
Expand Down