@snokam/platform-client 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator-ignore +23 -0
- package/README.md +423 -0
- package/dist/apis/PlatformClient.d.ts +2194 -0
- package/dist/apis/PlatformClient.js +5902 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +19 -0
- package/dist/esm/apis/PlatformClient.d.ts +2194 -0
- package/dist/esm/apis/PlatformClient.js +5898 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +3 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/index.d.ts +6691 -0
- package/dist/esm/models/index.js +336 -0
- package/dist/esm/runtime.d.ts +181 -0
- package/dist/esm/runtime.js +342 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/index.d.ts +6691 -0
- package/dist/models/index.js +339 -0
- package/dist/runtime.d.ts +181 -0
- package/dist/runtime.js +357 -0
- package/docs/AccessSubject.md +17 -0
- package/docs/ActivateRequest.md +15 -0
- package/docs/ActivateResult.md +16 -0
- package/docs/AddCustomDomainRequest.md +16 -0
- package/docs/ApiTokenSummary.md +20 -0
- package/docs/ApiTokenVerifyResult.md +16 -0
- package/docs/AppCatalogEntry.md +18 -0
- package/docs/AppModule.md +20 -0
- package/docs/ApproveDeviceRequest.md +15 -0
- package/docs/BillingPaymentMethod.md +16 -0
- package/docs/BillingSessionRequest.md +14 -0
- package/docs/BillingSessionResponse.md +14 -0
- package/docs/BridgeWebhookResult.md +18 -0
- package/docs/Business.md +65 -0
- package/docs/BusinessAccess.md +15 -0
- package/docs/BusinessConfig.md +18 -0
- package/docs/BusinessHealth.md +17 -0
- package/docs/BusinessMeterUsage.md +18 -0
- package/docs/BusinessOwner.md +16 -0
- package/docs/BusinessUsageRollup.md +23 -0
- package/docs/Capability.md +17 -0
- package/docs/CommissionTierReference.md +16 -0
- package/docs/ComponentBlocksInnerOneOfChildrenInner.md +17 -0
- package/docs/ComponentBlocksInnerOneOfMarkDefsInner.md +16 -0
- package/docs/CreateApiTokenRequest.md +15 -0
- package/docs/CreateUserRequest.md +20 -0
- package/docs/CreatedApiToken.md +21 -0
- package/docs/CredentialSummary.md +21 -0
- package/docs/CustomDomain.md +18 -0
- package/docs/CustomDomainProvisioning.md +15 -0
- package/docs/DevicePairRequestBody.md +14 -0
- package/docs/DevicePairing.md +17 -0
- package/docs/DevicePairingStatus.md +17 -0
- package/docs/DevicePollRequestBody.md +15 -0
- package/docs/DeviceScreen.md +20 -0
- package/docs/DirectoryAppRoleItem.md +15 -0
- package/docs/DirectoryGroupItem.md +15 -0
- package/docs/DirectoryGroupsResponse.md +14 -0
- package/docs/DirectoryLicenseItem.md +16 -0
- package/docs/DirectoryLicensesResponse.md +14 -0
- package/docs/DirectoryMailbox.md +15 -0
- package/docs/DirectoryServicePrincipalItem.md +16 -0
- package/docs/DirectoryServicePrincipalsResponse.md +14 -0
- package/docs/DnsRecord.md +16 -0
- package/docs/EmployeeReference.md +16 -0
- package/docs/EmployeeSettings.md +14 -0
- package/docs/EmployeeSystemAccess.md +24 -0
- package/docs/EmployeeSystemConfig.md +18 -0
- package/docs/Entitlements.md +23 -0
- package/docs/FacebookAccount.md +17 -0
- package/docs/GitHubRepo.md +18 -0
- package/docs/GoogleAnalyticsProperty.md +16 -0
- package/docs/GoogleAnalyticsSelection.md +14 -0
- package/docs/ImpersonationHistoryEntry.md +25 -0
- package/docs/IntegrationCheckResult.md +18 -0
- package/docs/IntegrationHealthStatus.md +16 -0
- package/docs/IntegrationSecret.md +16 -0
- package/docs/IntegrationSetting.md +17 -0
- package/docs/IntegrationSummary.md +29 -0
- package/docs/InviteCredentialRequest.md +15 -0
- package/docs/InvoiceBasis.md +20 -0
- package/docs/InvoiceBasisLine.md +18 -0
- package/docs/LoginConfig.md +21 -0
- package/docs/MeApp.md +15 -0
- package/docs/MeterEnforcementDecision.md +19 -0
- package/docs/MeterEntitlement.md +22 -0
- package/docs/ModelReconciliation.md +24 -0
- package/docs/OAuthAccessTokenResponse.md +16 -0
- package/docs/OAuthStartResponse.md +14 -0
- package/docs/OlafApiKeyResponse.md +14 -0
- package/docs/OlafTeamsSettings.md +14 -0
- package/docs/OnboardBusinessRequest.md +27 -0
- package/docs/OnboardingConfig.md +18 -0
- package/docs/OnboardingStatus.md +19 -0
- package/docs/OnboardingStep.md +15 -0
- package/docs/PageEmployeeOrderInner.md +17 -0
- package/docs/PageEquipmentInner.md +17 -0
- package/docs/PasswordLoginRequest.md +17 -0
- package/docs/PasswordLoginResult.md +20 -0
- package/docs/PatchBusinessRequest.md +26 -0
- package/docs/PatchEmployee.md +58 -0
- package/docs/PendingDevicePreview.md +17 -0
- package/docs/PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSalaryConfig.md +14 -0
- package/docs/PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSettings.md +14 -0
- package/docs/PlanFeature.md +16 -0
- package/docs/PlanInfo.md +21 -0
- package/docs/PlanMeter.md +24 -0
- package/docs/PlatformClient.md +9321 -0
- package/docs/PlatformIntegration.md +21 -0
- package/docs/PlatformSanityConfig.md +17 -0
- package/docs/PlatformSecretField.md +16 -0
- package/docs/PlatformSecretStatus.md +16 -0
- package/docs/PowerOfficeConnectResponse.md +14 -0
- package/docs/PowerOfficeProduct.md +15 -0
- package/docs/PowerOfficeProductsResponse.md +15 -0
- package/docs/PowerOfficeProject.md +15 -0
- package/docs/PowerOfficeProjectsResponse.md +15 -0
- package/docs/ProtectedEmployee.md +63 -0
- package/docs/ProvisioningEvent.md +17 -0
- package/docs/RecordImpersonationActivityRequest.md +18 -0
- package/docs/RenameDeviceRequest.md +14 -0
- package/docs/ResetConfirmRequest.md +16 -0
- package/docs/ResetRequest.md +15 -0
- package/docs/RevokeRequest.md +14 -0
- package/docs/RollupMeterTotal.md +18 -0
- package/docs/SanityCreateEmployeeCliftonStrengthsInner.md +17 -0
- package/docs/SanityCreateEmployeeGroupsInner.md +17 -0
- package/docs/SanityCreateEmployeeTagsInner.md +17 -0
- package/docs/SanityCreateEmployeeTechnologiesInner.md +17 -0
- package/docs/SanityEmployeeCliftonStrengthsInner.md +20 -0
- package/docs/SanityEmployeeCommissionTier.md +20 -0
- package/docs/SanityEmployeeEquipmentInner.md +19 -0
- package/docs/SanityEmployeeGroupsInner.md +24 -0
- package/docs/SanityEmployeeManager.md +23 -0
- package/docs/SanityEmployeeNextOfKinInner.md +17 -0
- package/docs/SanityEmployeeSalaryConfig.md +14 -0
- package/docs/SanityEmployeeSettings.md +14 -0
- package/docs/SanityImageAssetReference.md +16 -0
- package/docs/SanityImageCrop.md +18 -0
- package/docs/SanityImageHotspot.md +18 -0
- package/docs/SanityPatchPageMetaImage.md +18 -0
- package/docs/SanitySystemsInnerDescriptionInner.md +20 -0
- package/docs/SanityTechnologyWithRelationsArticlesInnerMediaOneOf.md +15 -0
- package/docs/SanityTechnologyWithRelationsEmployeesInnerTagsInner.md +17 -0
- package/docs/SanityTechnologyWithRelationsProjectsInnerTechnologiesInner.md +18 -0
- package/docs/SanityTvCategoryDashboardsInnerBackgroundImage.md +15 -0
- package/docs/SanityTvCategoryDashboardsInnerBackgroundImageAsset.md +18 -0
- package/docs/ScopeDefinition.md +17 -0
- package/docs/SessionBootstrapRequest.md +14 -0
- package/docs/SetActiveProviderRequest.md +15 -0
- package/docs/SetFacebookAccountRequest.md +17 -0
- package/docs/SetGoogleAnalyticsPropertyRequest.md +14 -0
- package/docs/SetPlatformSecretRequest.md +14 -0
- package/docs/SetScopeGrantsRequest.md +14 -0
- package/docs/SetWorkReposRequest.md +14 -0
- package/docs/SetWorkspaceRepoRequest.md +14 -0
- package/docs/SignupConfig.md +14 -0
- package/docs/SignupRequest.md +25 -0
- package/docs/SignupResult.md +15 -0
- package/docs/Slug.md +16 -0
- package/docs/SsoExchangeRequest.md +14 -0
- package/docs/StartImpersonationRequest.md +16 -0
- package/docs/StartImpersonationResult.md +20 -0
- package/docs/StudioSanityConfig.md +16 -0
- package/docs/SystemRoleOption.md +15 -0
- package/docs/TeamsAcsTokenResponse.md +16 -0
- package/docs/TeamsAuthStateResponse.md +14 -0
- package/docs/TenantDomain.md +17 -0
- package/docs/TenantInfo.md +32 -0
- package/docs/TenantSanityCredentials.md +16 -0
- package/docs/TokenExchangeRequest.md +14 -0
- package/docs/TokenExchangeResult.md +15 -0
- package/docs/TokenReconciliationReport.md +16 -0
- package/docs/TokenReconciliationSnapshot.md +27 -0
- package/docs/TotpEnrollRequest.md +15 -0
- package/docs/TotpEnrollResult.md +16 -0
- package/docs/UpdateAppsRequest.md +14 -0
- package/docs/UpdateSecretsRequest.md +14 -0
- package/docs/UsageDailySeries.md +16 -0
- package/docs/UsageDayPoint.md +15 -0
- package/docs/UsageEvent.md +18 -0
- package/docs/UsageEventsRequest.md +15 -0
- package/docs/UsageMeterDailySeries.md +17 -0
- package/docs/UsageMeterSummary.md +31 -0
- package/docs/UsageRollup.md +16 -0
- package/docs/UsageRollupTotals.md +18 -0
- package/docs/UsageSummary.md +23 -0
- package/docs/VerifyApiTokenRequest.md +14 -0
- package/docs/WorkReposSelection.md +14 -0
- package/docs/WorkspaceRepoSelection.md +14 -0
- package/package.json +20 -0
- package/src/apis/PlatformClient.ts +7514 -0
- package/src/apis/index.ts +3 -0
- package/src/index.ts +5 -0
- package/src/models/index.ts +6789 -0
- package/src/runtime.ts +442 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +16 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
# ImpersonationHistoryEntry
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`actorEmail` | string
|
|
10
|
+
`businessId` | string
|
|
11
|
+
`chainValid` | boolean
|
|
12
|
+
`endReason` | string
|
|
13
|
+
`expiresAt` | Date
|
|
14
|
+
`finance` | boolean
|
|
15
|
+
`reason` | string
|
|
16
|
+
`targetEmail` | string
|
|
17
|
+
`targetName` | string
|
|
18
|
+
`timestamp` | Date
|
|
19
|
+
`tokenId` | string
|
|
20
|
+
`type` | string
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
# IntegrationCheckResult
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`checkedAt` | Date
|
|
10
|
+
`details` | { [key: string]: string; }
|
|
11
|
+
`key` | string
|
|
12
|
+
`message` | string
|
|
13
|
+
`status` | string
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
17
|
+
|
|
18
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# IntegrationHealthStatus
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`healthy` | boolean
|
|
10
|
+
`key` | string
|
|
11
|
+
`message` | string
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# IntegrationSecret
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`description` | string
|
|
10
|
+
`key` | string
|
|
11
|
+
`label` | string
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# IntegrationSetting
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`description` | string
|
|
10
|
+
`key` | string
|
|
11
|
+
`label` | string
|
|
12
|
+
`placeholder` | string
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
# IntegrationSummary
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`authMethod` | string
|
|
10
|
+
`canProbe` | boolean
|
|
11
|
+
`capability` | string
|
|
12
|
+
`connected` | boolean
|
|
13
|
+
`connectedSecretKey` | string
|
|
14
|
+
`description` | string
|
|
15
|
+
`displayName` | string
|
|
16
|
+
`isActive` | boolean
|
|
17
|
+
`isConfigured` | boolean
|
|
18
|
+
`key` | string
|
|
19
|
+
`missingSecretKeys` | Array<string>
|
|
20
|
+
`operatorOnly` | boolean
|
|
21
|
+
`secrets` | [Array<IntegrationSecret>](IntegrationSecret.md)
|
|
22
|
+
`service` | string
|
|
23
|
+
`settingValues` | { [key: string]: string; }
|
|
24
|
+
`settings` | [Array<IntegrationSetting>](IntegrationSetting.md)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
28
|
+
|
|
29
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# InviteCredentialRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`email` | string
|
|
10
|
+
`name` | string
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
# InvoiceBasis
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`businessId` | string
|
|
10
|
+
`currency` | string
|
|
11
|
+
`lines` | [Array<InvoiceBasisLine>](InvoiceBasisLine.md)
|
|
12
|
+
`month` | string
|
|
13
|
+
`plan` | string
|
|
14
|
+
`seatCount` | number
|
|
15
|
+
`totalOre` | number
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
19
|
+
|
|
20
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
# InvoiceBasisLine
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`amountOre` | number
|
|
10
|
+
`description` | string
|
|
11
|
+
`key` | string
|
|
12
|
+
`quantity` | number
|
|
13
|
+
`unitPriceOre` | number
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
17
|
+
|
|
18
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
# LoginConfig
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`businessDisplayName` | string
|
|
10
|
+
`entraEnabled` | boolean
|
|
11
|
+
`logoUrl` | string
|
|
12
|
+
`passwordEnabled` | boolean
|
|
13
|
+
`ssoActive` | boolean
|
|
14
|
+
`ssoDirectoryId` | string
|
|
15
|
+
`ssoEnabled` | boolean
|
|
16
|
+
`ssoProvider` | string
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
20
|
+
|
|
21
|
+
|
package/docs/MeApp.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# MeApp
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`app` | string
|
|
10
|
+
`url` | string
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
# MeterEnforcementDecision
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`allowed` | boolean
|
|
10
|
+
`displayName` | string
|
|
11
|
+
`included` | number
|
|
12
|
+
`meter` | string
|
|
13
|
+
`state` | string
|
|
14
|
+
`used` | number
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
# MeterEntitlement
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`customerVisible` | boolean
|
|
10
|
+
`displayName` | string
|
|
11
|
+
`includedPerMonth` | number
|
|
12
|
+
`kind` | string
|
|
13
|
+
`listUnitPriceOre` | number
|
|
14
|
+
`maxCount` | number
|
|
15
|
+
`modelPriced` | boolean
|
|
16
|
+
`overageUnitPriceOre` | number
|
|
17
|
+
`owningModule` | string
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
21
|
+
|
|
22
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
# ModelReconciliation
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`azureInput` | number
|
|
10
|
+
`azureOutput` | number
|
|
11
|
+
`azureTokens` | number
|
|
12
|
+
`deltaPercent` | number
|
|
13
|
+
`deltaTokens` | number
|
|
14
|
+
`kind` | string
|
|
15
|
+
`model` | string
|
|
16
|
+
`registeredCostOre` | number
|
|
17
|
+
`registeredInput` | number
|
|
18
|
+
`registeredOutput` | number
|
|
19
|
+
`registeredTokens` | number
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
23
|
+
|
|
24
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# OAuthAccessTokenResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`accessToken` | string
|
|
10
|
+
`expiresAt` | Date
|
|
11
|
+
`extras` | { [key: string]: string; }
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# OAuthStartResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`authorizeUrl` | string
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# OlafApiKeyResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`apiKey` | string
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# OlafTeamsSettings
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`voice` | string
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
# OnboardBusinessRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`businessAbbreviation` | string
|
|
10
|
+
`businessName` | string
|
|
11
|
+
`config` | [BusinessConfig](BusinessConfig.md)
|
|
12
|
+
`contactEmail` | string
|
|
13
|
+
`contactName` | string
|
|
14
|
+
`contactPhone` | string
|
|
15
|
+
`displayName` | string
|
|
16
|
+
`domainBase` | string
|
|
17
|
+
`entraTenantId` | string
|
|
18
|
+
`externalDomain` | string
|
|
19
|
+
`plan` | string
|
|
20
|
+
`selectedModules` | Array<string>
|
|
21
|
+
`status` | string
|
|
22
|
+
`subdomain` | string
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
# OnboardingConfig
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`externalGroupId` | string
|
|
10
|
+
`internalGroupId` | string
|
|
11
|
+
`licenseSkuId` | string
|
|
12
|
+
`salesforceRoleId` | string
|
|
13
|
+
`salesforceServicePrincipalId` | string
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
17
|
+
|
|
18
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
# OnboardingStatus
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`businessId` | string
|
|
10
|
+
`complete` | boolean
|
|
11
|
+
`completedCount` | number
|
|
12
|
+
`sanityAvailable` | boolean
|
|
13
|
+
`steps` | [Array<OnboardingStep>](OnboardingStep.md)
|
|
14
|
+
`totalCount` | number
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# OnboardingStep
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`complete` | boolean
|
|
10
|
+
`key` | string
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# PageEmployeeOrderInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`sanityKey` | string
|
|
10
|
+
`sanityRef` | string
|
|
11
|
+
`sanityType` | string
|
|
12
|
+
`sanityWeak` | boolean
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# PageEquipmentInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`sanityKey` | string
|
|
10
|
+
`sanityRef` | string
|
|
11
|
+
`sanityType` | string
|
|
12
|
+
`sanityWeak` | boolean
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# PasswordLoginRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`code` | string
|
|
10
|
+
`email` | string
|
|
11
|
+
`host` | string
|
|
12
|
+
`password` | string
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
# PasswordLoginResult
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`businessId` | string
|
|
10
|
+
`email` | string
|
|
11
|
+
`name` | string
|
|
12
|
+
`refreshToken` | string
|
|
13
|
+
`refreshTokenExpiresAt` | Date
|
|
14
|
+
`siteHost` | string
|
|
15
|
+
`userId` | string
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
19
|
+
|
|
20
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
# PatchBusinessRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`billingMethod` | string
|
|
10
|
+
`billingStatus` | string
|
|
11
|
+
`config` | [BusinessConfig](BusinessConfig.md)
|
|
12
|
+
`contactEmail` | string
|
|
13
|
+
`contactName` | string
|
|
14
|
+
`displayName` | string
|
|
15
|
+
`domainBase` | string
|
|
16
|
+
`externalDomain` | string
|
|
17
|
+
`keyVaultName` | string
|
|
18
|
+
`plan` | string
|
|
19
|
+
`status` | string
|
|
20
|
+
`subdomain` | string
|
|
21
|
+
`trialEndsAt` | Date
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
25
|
+
|
|
26
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
|
|
2
|
+
# PatchEmployee
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`about` | string
|
|
10
|
+
`active` | boolean
|
|
11
|
+
`additionalProperties` | { [key: string]: object; }
|
|
12
|
+
`address` | string
|
|
13
|
+
`allergies` | Array<string>
|
|
14
|
+
`birth_date` | string
|
|
15
|
+
`blurred_image` | [SanityPatchPageMetaImage](SanityPatchPageMetaImage.md)
|
|
16
|
+
`boardMember` | boolean
|
|
17
|
+
`cliftonStrengths` | [Array<SanityCreateEmployeeCliftonStrengthsInner>](SanityCreateEmployeeCliftonStrengthsInner.md)
|
|
18
|
+
`coinbaseAccountEmail` | string
|
|
19
|
+
`commissionTier` | [CommissionTierReference](CommissionTierReference.md)
|
|
20
|
+
`education` | string
|
|
21
|
+
`email` | string
|
|
22
|
+
`equipment` | [Array<PageEquipmentInner>](PageEquipmentInner.md)
|
|
23
|
+
`externalId` | string
|
|
24
|
+
`gender` | string
|
|
25
|
+
`github` | string
|
|
26
|
+
`graduationYear` | number
|
|
27
|
+
`groups` | [Array<SanityCreateEmployeeGroupsInner>](SanityCreateEmployeeGroupsInner.md)
|
|
28
|
+
`image` | [SanityPatchPageMetaImage](SanityPatchPageMetaImage.md)
|
|
29
|
+
`innovativeSalary` | boolean
|
|
30
|
+
`innovativeSalaryPercentage` | number
|
|
31
|
+
`isBot` | boolean
|
|
32
|
+
`isExternal` | boolean
|
|
33
|
+
`isPublic` | boolean
|
|
34
|
+
`isSeekingProject` | boolean
|
|
35
|
+
`linkedin` | string
|
|
36
|
+
`manager` | [EmployeeReference](EmployeeReference.md)
|
|
37
|
+
`maritalStatus` | string
|
|
38
|
+
`media` | Array<{ [key: string]: object; }>
|
|
39
|
+
`name` | string
|
|
40
|
+
`nextOfKin` | [Array<SanityEmployeeNextOfKinInner>](SanityEmployeeNextOfKinInner.md)
|
|
41
|
+
`nrOfChildren` | number
|
|
42
|
+
`parentalLeaveCoverage` | string
|
|
43
|
+
`parentalLeaveStartDate` | string
|
|
44
|
+
`personalProjectRequirements` | string
|
|
45
|
+
`position` | string
|
|
46
|
+
`salaryConfig` | [PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSalaryConfig](PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSalaryConfig.md)
|
|
47
|
+
`sanityType` | string
|
|
48
|
+
`settings` | [PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSettings](PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSettings.md)
|
|
49
|
+
`slug` | [Slug](Slug.md)
|
|
50
|
+
`start_date` | string
|
|
51
|
+
`tags` | [Array<SanityCreateEmployeeTagsInner>](SanityCreateEmployeeTagsInner.md)
|
|
52
|
+
`technologies` | [Array<SanityCreateEmployeeTechnologiesInner>](SanityCreateEmployeeTechnologiesInner.md)
|
|
53
|
+
`telephone` | string
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
57
|
+
|
|
58
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# PendingDevicePreview
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`code` | string
|
|
10
|
+
`expiresAt` | Date
|
|
11
|
+
`platform` | string
|
|
12
|
+
`requestedAt` | Date
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSalaryConfig
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`model` | string
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# PickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSettings
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`colorScheme` | string
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# PlanFeature
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`displayName` | string
|
|
10
|
+
`included` | boolean
|
|
11
|
+
`key` | string
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
15
|
+
|
|
16
|
+
|