Skip to content

Commit

Permalink
Merge pull request #19 from mulesoft-consulting/dev
Browse files Browse the repository at this point in the history
Generates modules from pipeline.
  • Loading branch information
soufi authored May 1, 2021
2 parents 884a18b + 734dcfe commit cab3955
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion org/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ components:
title: entitlements
type: object
entitlementsCore:
default: {}
description: An explanation about the purpose of this instance.
example:
globalDeployment: false
Expand Down
2 changes: 1 addition & 1 deletion org/docs/BGPostReqBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Entitlements** | [**EntitlementsCore**](EntitlementsCore.md) | | [default to {}]
**Entitlements** | [**EntitlementsCore**](EntitlementsCore.md) | |
**Name** | **string** | An explanation about the purpose of this instance. | [default to ""]
**OwnerId** | **string** | An explanation about the purpose of this instance. | [default to ""]
**ParentOrganizationId** | **string** | An explanation about the purpose of this instance. | [default to ""]
Expand Down
2 changes: 1 addition & 1 deletion org/docs/BGPutReqBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Entitlements** | Pointer to [**EntitlementsCore**](EntitlementsCore.md) | | [optional] [default to {}]
**Entitlements** | Pointer to [**EntitlementsCore**](EntitlementsCore.md) | | [optional]
**Name** | Pointer to **string** | An explanation about the purpose of this instance. | [optional] [default to ""]
**OwnerId** | Pointer to **string** | An explanation about the purpose of this instance. | [optional] [default to ""]
**SessionTimeout** | Pointer to **int32** | An explanation about the purpose of this instance. | [optional] [default to 0]
Expand Down
2 changes: 0 additions & 2 deletions org/model_bg_post_req_body.go

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

4 changes: 0 additions & 4 deletions org/model_bg_put_req_body.go

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

0 comments on commit cab3955

Please sign in to comment.