Skip to content

Commit

Permalink
Update generated SDKs (#487)
Browse files Browse the repository at this point in the history
* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* build(codegen): updating SDK

* Create mighty-dogs-fetch.md

Add changeset and release notes.

---------

Co-authored-by: Auto Mation <[email protected]>
Co-authored-by: Ajima Chukwuemeka <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2023
1 parent 29dcb38 commit d22b639
Show file tree
Hide file tree
Showing 29 changed files with 4,875 additions and 989 deletions.
326 changes: 326 additions & 0 deletions .changeset/mighty-dogs-fetch.md

Large diffs are not rendered by default.

351 changes: 291 additions & 60 deletions changes.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export class ByProjectKeyByResourceTypeByIDRequestBuilder {
baseUri?: string
}
) {}
/**
* The `view_audit_log:{projectKey}` scope is required, and depending on the [resource type](ctp:history:type:ChangeHistoryResourceType) queried, their respective scopes must be granted.
*/
public get(methodArgs?: {
queryArgs?: {
'date.from'?: any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export class ByProjectKeyByResourceTypeRequestBuilder {
})
}

/**
* The `view_audit_log:{projectKey}` scope is required, and depending on the [resource type](ctp:history:type:ChangeHistoryResourceType) queried, their respective scopes must be granted.
*/
public get(methodArgs?: {
queryArgs?: {
'date.from'?: any
Expand All @@ -45,7 +48,7 @@ export class ByProjectKeyByResourceTypeRequestBuilder {
userId?: string
type?: string
clientId?: string
resourceId?: string
resourceKey?: string
source?: string
changes?: string | string[]
stores?: string | string[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export class ByProjectKeyRequestBuilder {
})
}

/**
* The `view_audit_log:{projectKey}` scope is required, and depending on the [resource type](ctp:history:type:ChangeHistoryResourceType) queried, their respective scopes must be granted.
*/
public get(methodArgs?: {
queryArgs?: {
resourceTypes?: ChangeHistoryResourceType | ChangeHistoryResourceType[]
Expand All @@ -47,6 +50,7 @@ export class ByProjectKeyRequestBuilder {
type?: string
clientId?: string
resourceId?: string
resourceKey?: string
source?: string
changes?: string | string[]
stores?: string | string[]
Expand Down
Loading

0 comments on commit d22b639

Please sign in to comment.