@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,21 @@
|
|
|
1
|
+
|
|
2
|
+
# PlatformIntegration
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`configured` | boolean
|
|
10
|
+
`connected` | boolean
|
|
11
|
+
`description` | string
|
|
12
|
+
`key` | string
|
|
13
|
+
`kind` | string
|
|
14
|
+
`label` | string
|
|
15
|
+
`platformConnect` | boolean
|
|
16
|
+
`secrets` | [Array<PlatformSecretField>](PlatformSecretField.md)
|
|
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
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# PlatformSanityConfig
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`dataset` | string
|
|
10
|
+
`projectId` | string
|
|
11
|
+
`readToken` | string
|
|
12
|
+
`studioUrl` | 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,16 @@
|
|
|
1
|
+
|
|
2
|
+
# PlatformSecretField
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`isSet` | boolean
|
|
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,16 @@
|
|
|
1
|
+
|
|
2
|
+
# PlatformSecretStatus
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`editable` | boolean
|
|
10
|
+
`isSet` | 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
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# PowerOfficeConnectResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`url` | 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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# PowerOfficeProduct
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`code` | 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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# PowerOfficeProductsResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`products` | [Array<PowerOfficeProduct>](PowerOfficeProduct.md)
|
|
10
|
+
`selected` | 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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# PowerOfficeProject
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`code` | 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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# PowerOfficeProjectsResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`projects` | [Array<PowerOfficeProject>](PowerOfficeProject.md)
|
|
10
|
+
`selected` | 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,63 @@
|
|
|
1
|
+
|
|
2
|
+
# ProtectedEmployee
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`about` | string
|
|
10
|
+
`active` | boolean
|
|
11
|
+
`address` | string
|
|
12
|
+
`allergies` | Array<string>
|
|
13
|
+
`birth_date` | string
|
|
14
|
+
`blurred_image` | [SanityTvCategoryDashboardsInnerBackgroundImage](SanityTvCategoryDashboardsInnerBackgroundImage.md)
|
|
15
|
+
`boardMember` | boolean
|
|
16
|
+
`cliftonStrengths` | [Array<SanityEmployeeCliftonStrengthsInner>](SanityEmployeeCliftonStrengthsInner.md)
|
|
17
|
+
`coinbaseAccountEmail` | string
|
|
18
|
+
`commissionTier` | [SanityEmployeeCommissionTier](SanityEmployeeCommissionTier.md)
|
|
19
|
+
`education` | string
|
|
20
|
+
`email` | string
|
|
21
|
+
`equipment` | [Array<SanityEmployeeEquipmentInner>](SanityEmployeeEquipmentInner.md)
|
|
22
|
+
`externalId` | string
|
|
23
|
+
`gender` | string
|
|
24
|
+
`github` | string
|
|
25
|
+
`graduationYear` | number
|
|
26
|
+
`groups` | [Array<SanityEmployeeGroupsInner>](SanityEmployeeGroupsInner.md)
|
|
27
|
+
`image` | [SanityTvCategoryDashboardsInnerBackgroundImage](SanityTvCategoryDashboardsInnerBackgroundImage.md)
|
|
28
|
+
`innovativeSalary` | boolean
|
|
29
|
+
`innovativeSalaryPercentage` | number
|
|
30
|
+
`isBot` | boolean
|
|
31
|
+
`isExternal` | boolean
|
|
32
|
+
`isPublic` | boolean
|
|
33
|
+
`isSeekingProject` | boolean
|
|
34
|
+
`linkedin` | string
|
|
35
|
+
`manager` | [SanityEmployeeManager](SanityEmployeeManager.md)
|
|
36
|
+
`maritalStatus` | string
|
|
37
|
+
`media` | Array<{ [key: string]: object; }>
|
|
38
|
+
`name` | string
|
|
39
|
+
`nextOfKin` | [Array<SanityEmployeeNextOfKinInner>](SanityEmployeeNextOfKinInner.md)
|
|
40
|
+
`nrOfChildren` | number
|
|
41
|
+
`parentalLeaveCoverage` | string
|
|
42
|
+
`parentalLeaveStartDate` | string
|
|
43
|
+
`personalProjectRequirements` | string
|
|
44
|
+
`position` | string
|
|
45
|
+
`salaryConfig` | [SanityEmployeeSalaryConfig](SanityEmployeeSalaryConfig.md)
|
|
46
|
+
`sanityCreatedAt` | string
|
|
47
|
+
`sanityId` | string
|
|
48
|
+
`sanityRev` | string
|
|
49
|
+
`sanityType` | string
|
|
50
|
+
`sanityUpdatedAt` | string
|
|
51
|
+
`scopeGrants` | Array<string>
|
|
52
|
+
`settings` | [SanityEmployeeSettings](SanityEmployeeSettings.md)
|
|
53
|
+
`slug` | [Slug](Slug.md)
|
|
54
|
+
`start_date` | string
|
|
55
|
+
`started` | boolean
|
|
56
|
+
`tags` | [Array<SanityTechnologyWithRelationsEmployeesInnerTagsInner>](SanityTechnologyWithRelationsEmployeesInnerTagsInner.md)
|
|
57
|
+
`technologies` | [Array<SanityTechnologyWithRelationsProjectsInnerTechnologiesInner>](SanityTechnologyWithRelationsProjectsInnerTechnologiesInner.md)
|
|
58
|
+
`telephone` | string
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
62
|
+
|
|
63
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# ProvisioningEvent
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`message` | string
|
|
10
|
+
`status` | string
|
|
11
|
+
`step` | string
|
|
12
|
+
`timestamp` | 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,18 @@
|
|
|
1
|
+
|
|
2
|
+
# RecordImpersonationActivityRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`action` | string
|
|
10
|
+
`actorEmail` | string
|
|
11
|
+
`businessId` | string
|
|
12
|
+
`targetEmail` | string
|
|
13
|
+
`tokenId` | 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,14 @@
|
|
|
1
|
+
|
|
2
|
+
# RenameDeviceRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`name` | 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
|
+
# ResetConfirmRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`code` | string
|
|
10
|
+
`password` | string
|
|
11
|
+
`token` | 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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# ResetRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`email` | string
|
|
10
|
+
`host` | 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,14 @@
|
|
|
1
|
+
|
|
2
|
+
# RevokeRequest
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`refreshToken` | 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,18 @@
|
|
|
1
|
+
|
|
2
|
+
# RollupMeterTotal
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`displayName` | string
|
|
10
|
+
`meter` | string
|
|
11
|
+
`overage` | number
|
|
12
|
+
`overageCostOre` | number
|
|
13
|
+
`used` | 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,17 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityCreateEmployeeCliftonStrengthsInner
|
|
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
|
+
# SanityCreateEmployeeGroupsInner
|
|
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
|
+
# SanityCreateEmployeeTagsInner
|
|
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
|
+
# SanityCreateEmployeeTechnologiesInner
|
|
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,20 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeCliftonStrengthsInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`domain` | string
|
|
10
|
+
`sanityCreatedAt` | string
|
|
11
|
+
`sanityId` | string
|
|
12
|
+
`sanityRev` | string
|
|
13
|
+
`sanityType` | string
|
|
14
|
+
`sanityUpdatedAt` | string
|
|
15
|
+
`strength` | 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,20 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeCommissionTier
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`commission` | number
|
|
10
|
+
`sanityCreatedAt` | string
|
|
11
|
+
`sanityId` | string
|
|
12
|
+
`sanityRev` | string
|
|
13
|
+
`sanityType` | string
|
|
14
|
+
`sanityUpdatedAt` | string
|
|
15
|
+
`title` | 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,19 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeEquipmentInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`description` | [Array<SanitySystemsInnerDescriptionInner>](SanitySystemsInnerDescriptionInner.md)
|
|
10
|
+
`image` | [SanityTvCategoryDashboardsInnerBackgroundImage](SanityTvCategoryDashboardsInnerBackgroundImage.md)
|
|
11
|
+
`images` | [Array<SanityTechnologyWithRelationsArticlesInnerMediaOneOf>](SanityTechnologyWithRelationsArticlesInnerMediaOneOf.md)
|
|
12
|
+
`sanityId` | string
|
|
13
|
+
`sanityType` | string
|
|
14
|
+
`title` | string
|
|
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,24 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeGroupsInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`description` | [Array<SanitySystemsInnerDescriptionInner>](SanitySystemsInnerDescriptionInner.md)
|
|
10
|
+
`image` | [SanityTechnologyWithRelationsArticlesInnerMediaOneOf](SanityTechnologyWithRelationsArticlesInnerMediaOneOf.md)
|
|
11
|
+
`leaders` | [Array<PageEmployeeOrderInner>](PageEmployeeOrderInner.md)
|
|
12
|
+
`name` | string
|
|
13
|
+
`permissions` | string
|
|
14
|
+
`sanityCreatedAt` | string
|
|
15
|
+
`sanityId` | string
|
|
16
|
+
`sanityRev` | string
|
|
17
|
+
`sanityType` | string
|
|
18
|
+
`sanityUpdatedAt` | string
|
|
19
|
+
`scopeGrants` | Array<string>
|
|
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,23 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeManager
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`email` | string
|
|
10
|
+
`image` | [SanityTvCategoryDashboardsInnerBackgroundImage](SanityTvCategoryDashboardsInnerBackgroundImage.md)
|
|
11
|
+
`isBot` | boolean
|
|
12
|
+
`isExternal` | boolean
|
|
13
|
+
`name` | string
|
|
14
|
+
`sanityId` | string
|
|
15
|
+
`sanityType` | string
|
|
16
|
+
`slug` | [Slug](Slug.md)
|
|
17
|
+
`tags` | [Array<SanityTechnologyWithRelationsEmployeesInnerTagsInner>](SanityTechnologyWithRelationsEmployeesInnerTagsInner.md)
|
|
18
|
+
`telephone` | string
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeNextOfKinInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`name` | string
|
|
10
|
+
`sanityKey` | string
|
|
11
|
+
`sanityType` | string
|
|
12
|
+
`telephone` | 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,14 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityEmployeeSalaryConfig
|
|
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
|
+
# SanityEmployeeSettings
|
|
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
|
+
# SanityImageAssetReference
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`sanityRef` | string
|
|
10
|
+
`sanityType` | string
|
|
11
|
+
`sanityWeak` | boolean
|
|
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,18 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityImageCrop
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`bottom` | number
|
|
10
|
+
`left` | number
|
|
11
|
+
`right` | number
|
|
12
|
+
`sanityType` | string
|
|
13
|
+
`top` | 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,18 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityImageHotspot
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`height` | number
|
|
10
|
+
`sanityType` | string
|
|
11
|
+
`width` | number
|
|
12
|
+
`x` | number
|
|
13
|
+
`y` | 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,18 @@
|
|
|
1
|
+
|
|
2
|
+
# SanityPatchPageMetaImage
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`asset` | [SanityImageAssetReference](SanityImageAssetReference.md)
|
|
10
|
+
`crop` | [SanityImageCrop](SanityImageCrop.md)
|
|
11
|
+
`hotspot` | [SanityImageHotspot](SanityImageHotspot.md)
|
|
12
|
+
`media` | object
|
|
13
|
+
`sanityType` | 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,20 @@
|
|
|
1
|
+
|
|
2
|
+
# SanitySystemsInnerDescriptionInner
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`children` | [Array<ComponentBlocksInnerOneOfChildrenInner>](ComponentBlocksInnerOneOfChildrenInner.md)
|
|
10
|
+
`level` | number
|
|
11
|
+
`listItem` | string
|
|
12
|
+
`markDefs` | [Array<ComponentBlocksInnerOneOfMarkDefsInner>](ComponentBlocksInnerOneOfMarkDefsInner.md)
|
|
13
|
+
`sanityKey` | string
|
|
14
|
+
`sanityType` | string
|
|
15
|
+
`style` | 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
|
+
|