The model for officectl’s API.
Forked Package
This repository is a fork of another repository. You might be more interested in the parent. happn-app/officectl-modelDescription
- Swift Tools 5.7.0
Description
{ "name": "OfficeModel", "path": "/usr/src/package", "targets": [ { "name": "OfficeModelTests", "path": "Tests/OfficeModelTests", "type": "test", "c99name": "OfficeModelTests", "sources": [ "TaggedIDTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "OfficeModelCore", "OfficeModel" ] }, { "name": "OfficeModelCore", "path": "Sources/OfficeModelCore", "type": "library", "c99name": "OfficeModelCore", "sources": [ "None.swift", "RemoteProperty.swift", "Tag.swift", "TaggedID.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "OfficeModelCore", "OfficeModel" ], "product_dependencies": [ "UnwrapOrThrow" ] }, { "name": "OfficeModel", "path": "Sources/OfficeModel", "type": "library", "c99name": "OfficeModel", "sources": [ "Common/ActionQueries/User/ChangeUserPasswordQuery.swift", "Common/ActionQueries/User/CreateOrUpdateUserQuery.swift", "Common/ActionQueries/User/DeleteUserQuery.swift", "Common/AuthScope.swift", "Common/Result+Codable.swift", "Common/Result+Utils.swift", "FromApi/Actions/ApiAction.swift", "FromApi/Actions/ApiActionStatus.swift", "FromApi/ApiError.swift", "FromApi/ApiMultiServicesID.swift", "FromApi/ApiMultiServicesResults.swift", "FromApi/ApiService.swift", "FromApi/ApiTokenResponse.swift", "FromApi/User/ApiDirectoryUser.swift", "FromApi/User/ApiMergedUser.swift", "FromApi/User/ApiUser.swift", "FromApi/User/ApiUsers.swift", "ToApi/ApiAuthPasswordGrantRequest.swift", "ToApi/ApiAuthTokenRevokeRequest.swift", "_Exports.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "OfficeModel" ], "target_dependencies": [ "OfficeModelCore" ], "product_dependencies": [ "Email", "GenericJSON", "LegibleError", "UnwrapOrThrow" ] } ], "products": [ { "name": "OfficeModelCore", "type": { "library": [ "automatic" ] }, "targets": [ "OfficeModelCore" ] }, { "name": "OfficeModel", "type": { "library": [ "automatic" ] }, "targets": [ "OfficeModel" ] } ], "platforms": [ { "name": "macos", "version": "12.0" } ], "dependencies": [ { "url": "https://github.com/Frizlab/swift-email.git", "type": "sourceControl", "identity": "swift-email", "requirement": { "range": [ { "lower_bound": "0.2.1", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/Frizlab/UnwrapOrThrow.git", "type": "sourceControl", "identity": "unwraporthrow", "requirement": { "range": [ { "lower_bound": "1.0.0-beta", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/iwill/generic-json-swift.git", "type": "sourceControl", "identity": "generic-json-swift", "requirement": { "range": [ { "lower_bound": "2.0.1", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/mxcl/LegibleError.git", "type": "sourceControl", "identity": "legibleerror", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "OfficeModel" }
Package Dump
{ "name": "OfficeModel", "targets": [ { "name": "OfficeModelCore", "type": "regular", "exclude": [], "settings": [ { "kind": { "unsafeFlags": { "_0": [ "-cross-module-optimization" ] } }, "tool": "swift", "condition": { "config": "release", "platformNames": [] } } ], "resources": [], "dependencies": [ { "byName": [ "UnwrapOrThrow", null ] } ], "packageAccess": false }, { "name": "OfficeModel", "type": "regular", "exclude": [], "settings": [ { "kind": { "unsafeFlags": { "_0": [ "-cross-module-optimization" ] } }, "tool": "swift", "condition": { "config": "release", "platformNames": [] } } ], "resources": [], "dependencies": [ { "product": [ "Email", "swift-email", null, null ] }, { "product": [ "GenericJSON", "generic-json-swift", null, null ] }, { "product": [ "LegibleError", "LegibleError", null, null ] }, { "product": [ "UnwrapOrThrow", "UnwrapOrThrow", null, null ] }, { "target": [ "OfficeModelCore", null ] } ], "packageAccess": false }, { "name": "OfficeModelTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "OfficeModelCore", null ] }, { "byName": [ "OfficeModel", null ] } ], "packageAccess": false } ], "products": [ { "name": "OfficeModelCore", "type": { "library": [ "automatic" ] }, "targets": [ "OfficeModelCore" ] }, { "name": "OfficeModel", "type": { "library": [ "automatic" ] }, "targets": [ "OfficeModel" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "12.0", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-email", "location": { "remote": [ { "urlString": "https://github.com/Frizlab/swift-email.git" } ] }, "requirement": { "range": [ { "lowerBound": "0.2.1", "upperBound": "1.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "unwraporthrow", "location": { "remote": [ { "urlString": "https://github.com/Frizlab/UnwrapOrThrow.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0-beta", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "generic-json-swift", "location": { "remote": [ { "urlString": "https://github.com/iwill/generic-json-swift.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.0.1", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "legibleerror", "location": { "remote": [ { "urlString": "https://github.com/mxcl/LegibleError.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-email0.2.5
- UnwrapOrThrow1.0.0
- GenericJSON2.0.2
- LegibleError1.0.6
Dependencies
{ "url": "/usr/src/package", "name": "OfficeModel", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/Frizlab/swift-email.git", "name": "swift-email", "path": "/usr/src/package/.build/checkouts/swift-email", "version": "0.2.5", "identity": "swift-email", "dependencies": [] }, { "url": "https://github.com/Frizlab/UnwrapOrThrow.git", "name": "UnwrapOrThrow", "path": "/usr/src/package/.build/checkouts/UnwrapOrThrow", "version": "1.0.0", "identity": "unwraporthrow", "dependencies": [] }, { "url": "https://github.com/iwill/generic-json-swift.git", "name": "GenericJSON", "path": "/usr/src/package/.build/checkouts/generic-json-swift", "version": "2.0.2", "identity": "generic-json-swift", "dependencies": [] }, { "url": "https://github.com/mxcl/LegibleError.git", "name": "LegibleError", "path": "/usr/src/package/.build/checkouts/LegibleError", "version": "1.0.6", "identity": "legibleerror", "dependencies": [] } ] }