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

Authorize Editor #372

Draft
wants to merge 49 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
0d2fa8f
first draft static config
patrickcping Jul 24, 2024
4fea6ec
first generate
patrickcping Jul 24, 2024
31f0f9a
correction to spec with generate
patrickcping Jul 24, 2024
7493bea
remove broken models
patrickcping Jul 24, 2024
43cafc5
authz version bump and changelogs
patrickcping Jul 24, 2024
29f8233
update with latest openapi
patrickcping Aug 19, 2024
c930fcd
separate `EnumAuthorizeEditorDataValueTypeDTO`
patrickcping Sep 26, 2024
63bb443
Merge branch 'main' into support-authorize-editor-202407
patrickcping Sep 26, 2024
057da52
expand `AuthorizeEditorDataProcessorDTO` type def
patrickcping Sep 30, 2024
0db4ad7
expand `AuthorizeEditorDataAuthenticationDTO` type def
patrickcping Sep 30, 2024
56d8763
expand `AuthorizeEditorDataInputMappingDTO` type def
patrickcping Sep 30, 2024
e708a27
expand `AuthorizeEditorDataDefinitionsServiceDefinitionDTO` type def
patrickcping Sep 30, 2024
fb21faa
expand `AuthorizeEditorDataConditionsComparisonConditionDTO` comparat…
patrickcping Oct 1, 2024
fae9277
expand `AuthorizeEditorDataConditionDTO` type def
patrickcping Oct 1, 2024
51369e5
expand `AuthorizeEditorDataRulesEffectSettingsDTO` type def
patrickcping Oct 1, 2024
46abbc9
expand `AuthorizeEditorDataResolverDTO` type def
patrickcping Oct 1, 2024
5c4c5c6
expand enum defs
patrickcping Oct 1, 2024
59c1df8
expand `AuthorizeEditorDataInputDTO` type def
patrickcping Oct 1, 2024
b138a7f
correct mapping syntax
patrickcping Oct 1, 2024
5ce8240
expand `AuthorizeEditorDataAttributeResolversUserQueryDTO` type def
patrickcping Oct 1, 2024
1ec2a5f
remove unnecessary files
patrickcping Oct 1, 2024
ed4cf6f
redef `AuthorizeEditorDataRulesEffectSettingsDTO`
patrickcping Oct 1, 2024
1f12b29
redef `AuthorizeEditorDataAuthenticationDTO`
patrickcping Oct 1, 2024
864eeaf
redef `AuthorizeEditorDataInputDTO`
patrickcping Oct 1, 2024
8906100
redef `AuthorizeEditorDataInputMappingDTO`
patrickcping Oct 1, 2024
02fbfb0
redef `AuthorizeEditorDataProcessorDTO`
patrickcping Oct 1, 2024
9aa95e0
redef `AuthorizeEditorDataDefinitionsServiceDefinitionDTO`
patrickcping Oct 1, 2024
e27a812
redef `AuthorizeEditorDataConditionDTO`
patrickcping Oct 1, 2024
29348d1
redef `AuthorizeEditorDataConditionsComparandDTO`
patrickcping Oct 1, 2024
d3e6ac2
redef `AuthorizeEditorDataResolverDTO`
patrickcping Oct 1, 2024
438451a
redef `AuthorizeEditorDataAttributeResolversUserQueryDTO`
patrickcping Oct 1, 2024
7a759ef
define `EnumAuthorizeEditorDataAttributeResolversUserQueryDTOType` enum
patrickcping Oct 4, 2024
9ac9e25
remove redundent enum value
patrickcping Oct 4, 2024
8b040fd
generate following spec refinements
patrickcping Oct 8, 2024
b8bb394
update models
patrickcping Oct 8, 2024
2fcfa55
add `type` as required to the `AuthorizeEditorDataDefinitionsProcesso…
patrickcping Oct 8, 2024
cb975f4
updates to data models
patrickcping Oct 10, 2024
42221af
generate whitespace correction
patrickcping Oct 10, 2024
c52cbeb
change models to use entityarray (the standard in this sdk)
patrickcping Oct 11, 2024
c5ed178
fix 400 error responses
patrickcping Oct 21, 2024
44db3af
`AuthorizeEditorDataConditionDTO` postprocessor
patrickcping Oct 22, 2024
b990ebf
fix Or condition
patrickcping Oct 23, 2024
56aec2e
`AuthorizeEditorDataDefinitionsServiceDefinitionDTO` UnmarshalJSON
patrickcping Oct 23, 2024
bc0e32f
change `ApiCreateServiceRequest` to use `AuthorizeEditorDataDefinitio…
patrickcping Oct 23, 2024
840234f
`AuthorizeEditorDataResolverDTO` Unmarshal postprocessor
patrickcping Oct 25, 2024
6758290
add post processing multiple objects
patrickcping Oct 25, 2024
21d2a06
Merge branch 'main' into support-authorize-editor-202407
patrickcping Nov 15, 2024
5d90c3d
regenerate for paged results
patrickcping Nov 15, 2024
8d1fec3
Update data model to align with comparand validation
patrickcping Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
* **Note** Upgraded go version to 1.22 to align with the go [release policy](https://go.dev/doc/devel/release#policy). [#376](https://github.com/patrickcping/pingone-go-sdk-v2/pull/376)
* `github.com/patrickcping/pingone-go-sdk-v2/agreementmanagement` : [v0.3.3](./agreementmanagement/CHANGELOG.md)
* **Note** Upgraded go version to 1.22 to align with the go [release policy](https://go.dev/doc/devel/release#policy). [#376](https://github.com/patrickcping/pingone-go-sdk-v2/pull/376)
* `github.com/patrickcping/pingone-go-sdk-v2/authorize` : [v0.6.1](./authorize/CHANGELOG.md)
* `github.com/patrickcping/pingone-go-sdk-v2/authorize` : [v0.7.0](./authorize/CHANGELOG.md)
* **Note** Upgraded go version to 1.22 to align with the go [release policy](https://go.dev/doc/devel/release#policy). [#376](https://github.com/patrickcping/pingone-go-sdk-v2/pull/376)
* **Feature** Add support for Authorize Editor Attributes API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Conditions API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Connector Templates API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Policies API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Processors API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Rules API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Services API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Statements API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* `github.com/patrickcping/pingone-go-sdk-v2/credentials` : [v0.9.1](./credentials/CHANGELOG.md)
* **Note** Upgraded go version to 1.22 to align with the go [release policy](https://go.dev/doc/devel/release#policy). [#376](https://github.com/patrickcping/pingone-go-sdk-v2/pull/376)
* `github.com/patrickcping/pingone-go-sdk-v2/management` : [v0.43.1](./management/CHANGELOG.md)
Expand Down
312 changes: 312 additions & 0 deletions authorize/.openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion authorize/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.7.0
10 changes: 9 additions & 1 deletion authorize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# v0.6.1 (Unreleased)
# v0.7.0 (Unreleased)

* **Note** Upgraded go version to 1.22 to align with the go [release policy](https://go.dev/doc/devel/release#policy). [#376](https://github.com/patrickcping/pingone-go-sdk-v2/pull/376)
* **Feature** Add support for Authorize Editor Attributes API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Conditions API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Connector Templates API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Policies API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Processors API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Rules API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Services API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)
* **Feature** Add support for Authorize Editor Statements API. [#372](https://github.com/patrickcping/pingone-go-sdk-v2/pull/372)

# v0.6.0 (2024-07-04)

Expand Down
197 changes: 196 additions & 1 deletion authorize/README.md

Large diffs are not rendered by default.

Loading
Loading