Skip to content

Commit

Permalink
Merge pull request #14 from mulesoft-consulting/dev
Browse files Browse the repository at this point in the history
Generates modules from pipeline.
  • Loading branch information
soufi authored Apr 30, 2021
2 parents b017a4c + c05af8b commit 5ffdbbd
Show file tree
Hide file tree
Showing 42 changed files with 3,233 additions and 1,768 deletions.
107 changes: 0 additions & 107 deletions org/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,26 +553,6 @@ components:
type: string
owner:
$ref: '#/components/schemas/owner'
required:
- clientId
- createdAt
- domain
- entitlements
- environments
- id
- idprovider_id
- isAutomaticAdminPromotionExempt
- isFederated
- isMaster
- mfaRequired
- name
- owner
- ownerId
- parentOrganizationIds
- properties
- subOrganizationIds
- tenantOrganizationIds
- updatedAt
title: BGCore
type: object
masterBGDetail:
Expand Down Expand Up @@ -679,7 +659,6 @@ components:
type: integer
required:
- enabled
- productSKU
title: apiQuery
type: object
apiQueryC360:
Expand Down Expand Up @@ -782,9 +761,6 @@ components:
description: An explanation about the purpose of this instance.
title: mozart
type: boolean
required:
- api
- mozart
title: The designCenter schema
type: object
exchange2:
Expand Down Expand Up @@ -861,7 +837,6 @@ components:
type: integer
required:
- assigned
- reassigned
title: loadBalancer
type: object
messaging:
Expand Down Expand Up @@ -922,9 +897,6 @@ components:
description: An explanation about the purpose of this instance.
title: base
type: integer
required:
- addOn
- base
title: mqMessages
type: object
mqRequests:
Expand All @@ -943,9 +915,6 @@ components:
description: An explanation about the purpose of this instance.
title: base
type: integer
required:
- addOn
- base
title: mqRequests
type: object
objectStoreKeys:
Expand All @@ -964,9 +933,6 @@ components:
description: An explanation about the purpose of this instance.
title: base
type: integer
required:
- addOn
- base
title: objectStoreKeys
type: object
objectStoreRequestUnits:
Expand All @@ -985,9 +951,6 @@ components:
description: An explanation about the purpose of this instance.
title: base
type: integer
required:
- addOn
- base
title: objectStoreRequestUnits
type: object
partnersProduction:
Expand Down Expand Up @@ -1064,7 +1027,6 @@ components:
type: integer
required:
- assigned
- reassigned
title: staticIps
type: object
tradingPartnersProduction:
Expand Down Expand Up @@ -1113,7 +1075,6 @@ components:
type: number
required:
- assigned
- reassigned
title: vCoresDesign
type: object
vCoresProduction:
Expand All @@ -1134,7 +1095,6 @@ components:
type: number
required:
- assigned
- reassigned
title: vCoresProduction
type: object
vCoresSandbox:
Expand All @@ -1155,7 +1115,6 @@ components:
type: number
required:
- assigned
- reassigned
title: vCoresSandbox
type: object
vpcs:
Expand All @@ -1176,7 +1135,6 @@ components:
type: integer
required:
- assigned
- reassigned
title: vpcs
type: object
vpns:
Expand All @@ -1197,7 +1155,6 @@ components:
type: integer
required:
- assigned
- reassigned
title: vpns
type: object
workerClouds:
Expand All @@ -1218,7 +1175,6 @@ components:
type: integer
required:
- assigned
- reassigned
title: workerClouds
type: object
workerLoggingOverride:
Expand Down Expand Up @@ -1474,55 +1430,16 @@ components:
workerLoggingOverride:
$ref: '#/components/schemas/workerLoggingOverride'
required:
- angGovernance
- anypointSecurityEdgePolicies
- anypointSecurityTokenization
- apiCommunityManager
- apiMonitoring
- apiQuery
- apiQueryC360
- apis
- appViz
- armAlerts
- autoscaling
- cam
- createEnvironments
- createSubOrgs
- crowd
- crowdSelfServiceMigration
- designCenter
- exchange2
- externalIdentity
- gateways
- globalDeployment
- hybrid
- hybridAutoDiscoverProperties
- hybridInsight
- kpiDashboard
- loadBalancer
- messaging
- monitoringCenter
- mqAdvancedFeatures
- mqMessages
- mqRequests
- objectStoreKeys
- objectStoreRequestUnits
- partnersProduction
- partnersSandbox
- pcf
- runtimeFabric
- runtimeFabricCloud
- serviceMesh
- staticIps
- tradingPartnersProduction
- tradingPartnersSandbox
- vCoresDesign
- vCoresProduction
- vCoresSandbox
- vpcs
- vpns
- workerClouds
- workerLoggingOverride
title: entitlements
type: object
environment:
Expand Down Expand Up @@ -1673,23 +1590,6 @@ components:
description: An explanation about the purpose of this instance.
title: username
type: string
required:
- createdAt
- deleted
- email
- enabled
- firstName
- id
- idprovider_id
- lastLogin
- lastName
- mfaVerificationExcluded
- mfaVerifiersConfigured
- organizationId
- phoneNumber
- type
- updatedAt
- username
title: owner
type: object
subscription:
Expand All @@ -1710,10 +1610,6 @@ components:
description: An explanation about the purpose of this instance.
title: type
type: string
required:
- category
- expiration
- type
title: subscription
type: object
masterBGSpecificDetails:
Expand All @@ -1725,9 +1621,6 @@ components:
type: integer
subscription:
$ref: '#/components/schemas/subscription'
required:
- sessionTimeout
- subscription
title: masterBGSpecificDetails
type: object
securitySchemes:
Expand Down
9 changes: 7 additions & 2 deletions org/docs/ApiQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Enabled** | **bool** | An explanation about the purpose of this instance. | [default to false]
**ProductSKU** | **int32** | An explanation about the purpose of this instance. | [default to 0]
**ProductSKU** | Pointer to **int32** | An explanation about the purpose of this instance. | [optional] [default to 0]

## Methods

### NewApiQuery

`func NewApiQuery(enabled bool, productSKU int32, ) *ApiQuery`
`func NewApiQuery(enabled bool, ) *ApiQuery`

NewApiQuery instantiates a new ApiQuery object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -65,6 +65,11 @@ and a boolean to check if the value has been set.

SetProductSKU sets ProductSKU field to given value.

### HasProductSKU

`func (o *ApiQuery) HasProductSKU() bool`

HasProductSKU returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Loading

0 comments on commit 5ffdbbd

Please sign in to comment.