Skip to content

Commit

Permalink
Property "Common_FormElement.type" was added
Browse files Browse the repository at this point in the history
Property "Common_FormElementInput.type" was removed
Type "MarketplaceInstall" (struct) description has changed from "NULL" to "Installs an object from the marketplace"
Type "MarketplaceObject" (struct) description has changed from "NULL" to "Base class of all objects on the marketplace"
  • Loading branch information
SDKgen-Bot committed Nov 8, 2024
1 parent b3f2f66 commit e8f3fb0
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 48 deletions.
3 changes: 1 addition & 2 deletions sdk/backend_action_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendActionConfig struct {
}
type BackendActionConfig = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_action_execute_request_body.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendActionExecuteRequestBody struct {
}
type BackendActionExecuteRequestBody = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_action_execute_response_body.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendActionExecuteResponseBody struct {
}
type BackendActionExecuteResponseBody = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_action_execute_response_headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendActionExecuteResponseHeaders struct {
}
type BackendActionExecuteResponseHeaders = map[string]string

3 changes: 1 addition & 2 deletions sdk/backend_audit_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
package sdk

// A key value object containing the changes
type BackendAuditObject struct {
}
type BackendAuditObject = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_connection_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendConnectionConfig struct {
}
type BackendConnectionConfig = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_database_row.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendDatabaseRow struct {
}
type BackendDatabaseRow = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_generator_provider_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendGeneratorProviderConfig struct {
}
type BackendGeneratorProviderConfig = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_identity_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendIdentityConfig struct {
}
type BackendIdentityConfig = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_operation_parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendOperationParameters struct {
}
type BackendOperationParameters = map[string]BackendOperationSchema

3 changes: 1 addition & 2 deletions sdk/backend_operation_throws.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendOperationThrows struct {
}
type BackendOperationThrows = map[string]string

3 changes: 1 addition & 2 deletions sdk/backend_schema_form.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
package sdk

// Contains a UI vocabulary to describe the UI of the schema
type BackendSchemaForm struct {
}
type BackendSchemaForm = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_schema_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
package sdk

// Contains the TypeSchema specification
type BackendSchemaSource struct {
}
type BackendSchemaSource = map[string]any

3 changes: 1 addition & 2 deletions sdk/backend_sdk_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendSdkTypes struct {
}
type BackendSdkTypes = map[string]string

3 changes: 1 addition & 2 deletions sdk/backend_statistic_chart_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type BackendStatisticChartData struct {
}
type BackendStatisticChartData = map[string]any

2 changes: 1 addition & 1 deletion sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (



"github.com/apioo/sdkgen-go"
"github.com/apioo/sdkgen-go/v2"



Expand Down
3 changes: 1 addition & 2 deletions sdk/common_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type CommonMetadata struct {
}
type CommonMetadata = map[string]string

3 changes: 1 addition & 2 deletions sdk/marketplace_action_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type MarketplaceActionConfig struct {
}
type MarketplaceActionConfig = map[string]any

3 changes: 1 addition & 2 deletions sdk/passthru.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
package sdk

// No schema information available
type Passthru struct {
}
type Passthru = map[string]any

3 changes: 1 addition & 2 deletions sdk/system_about_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type SystemAboutApps struct {
}
type SystemAboutApps = map[string]string

3 changes: 1 addition & 2 deletions sdk/system_route_method.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type SystemRouteMethod struct {
}
type SystemRouteMethod = map[string]string

3 changes: 1 addition & 2 deletions sdk/system_route_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type SystemRoutePath struct {
}
type SystemRoutePath = map[string]SystemRouteMethod

3 changes: 1 addition & 2 deletions sdk/system_schema_form.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type SystemSchemaForm struct {
}
type SystemSchemaForm = map[string]any

3 changes: 1 addition & 2 deletions sdk/system_schema_type_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

package sdk

type SystemSchemaTypeSchema struct {
}
type SystemSchemaTypeSchema = map[string]any

2 changes: 1 addition & 1 deletion sdkgen.lock

Large diffs are not rendered by default.

0 comments on commit e8f3fb0

Please sign in to comment.