@solibo/home-api 1.0.36 → 1.0.38
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/Kotlin-DateTime-library-kotlinx-datetime.js +713 -713
- package/kotlin-kotlin-stdlib.js +958 -842
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +8 -8
- package/kotlinx-coroutines-core.js +82 -82
- package/kotlinx-io-kotlinx-io-bytestring.js +14 -14
- package/kotlinx-io-kotlinx-io-core.js +28 -28
- package/kotlinx-serialization-kotlinx-serialization-core.js +127 -127
- package/kotlinx-serialization-kotlinx-serialization-json.js +1176 -1176
- package/ktor-ktor-client-content-negotiation.js +146 -146
- package/ktor-ktor-client-core.js +1467 -1423
- package/ktor-ktor-client-core.js.map +1 -1
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http-cio.js +53 -53
- package/ktor-ktor-http.js +89 -89
- package/ktor-ktor-io.js +53 -53
- package/ktor-ktor-serialization-kotlinx-json.js +5 -5
- package/ktor-ktor-serialization-kotlinx.js +115 -115
- package/ktor-ktor-serialization.js +14 -14
- package/ktor-ktor-utils.js +101 -99
- package/ktor-ktor-utils.js.map +1 -1
- package/ktor-ktor-websockets.js +44 -44
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.ts +683 -477
- package/solibo-sdk-sdk-home-api.js +22271 -21428
- package/solibo-sdk-sdk-home-api.js.map +1 -1
|
@@ -10,6 +10,15 @@ export declare namespace kotlin.collections {
|
|
|
10
10
|
namespace KtList {
|
|
11
11
|
function fromJsArray<E>(array: ReadonlyArray<E>): kotlin.collections.KtList<E>;
|
|
12
12
|
}
|
|
13
|
+
interface KtMutableMap<K, V> extends kotlin.collections.KtMap<K, V> {
|
|
14
|
+
asJsMapView(): Map<K, V>;
|
|
15
|
+
readonly __doNotUseOrImplementIt: {
|
|
16
|
+
readonly "kotlin.collections.KtMutableMap": unique symbol;
|
|
17
|
+
} & kotlin.collections.KtMap<K, V>["__doNotUseOrImplementIt"];
|
|
18
|
+
}
|
|
19
|
+
namespace KtMutableMap {
|
|
20
|
+
function fromJsMap<K, V>(map: ReadonlyMap<K, V>): kotlin.collections.KtMutableMap<K, V>;
|
|
21
|
+
}
|
|
13
22
|
interface KtMap<K, V> {
|
|
14
23
|
asJsReadonlyMapView(): ReadonlyMap<K, V>;
|
|
15
24
|
readonly __doNotUseOrImplementIt: {
|
|
@@ -13051,31 +13060,31 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13051
13060
|
private constructor();
|
|
13052
13061
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.AuthApi;
|
|
13053
13062
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.AuthApi;
|
|
13054
|
-
confirmResetPassword(confirmNewPasswordCommand: no.solibo.oss.sdk.api.gen.models.ConfirmNewPasswordCommand): Promise<
|
|
13055
|
-
confirmTokensCreationByEmail(confirmMagicEmailCommand: no.solibo.oss.sdk.api.gen.models.ConfirmMagicEmailCommand): Promise<
|
|
13056
|
-
confirmTokensCreationByEmailInline(emailInlineConfirmCommand: no.solibo.oss.sdk.api.gen.models.EmailInlineConfirmCommand): Promise<
|
|
13057
|
-
confirmTokensCreationBySms(confirmMagicSmsCommand: no.solibo.oss.sdk.api.gen.models.ConfirmMagicSmsCommand): Promise<
|
|
13058
|
-
createAuthSupportRequest(authorizationSupportRequestCommand: no.solibo.oss.sdk.api.gen.models.AuthorizationSupportRequestCommand): Promise<
|
|
13059
|
-
createDeviceSrp(deviceSrpCommand: no.solibo.oss.sdk.api.gen.models.DeviceSrpCommand): Promise<
|
|
13060
|
-
createDeviceSrpVerification(deviceVerifySrpCommand: no.solibo.oss.sdk.api.gen.models.DeviceVerifySrpCommand): Promise<
|
|
13061
|
-
createMfaPreference(mfaPreferenceCommand: no.solibo.oss.sdk.api.gen.models.MfaPreferenceCommand): Promise<
|
|
13062
|
-
createMfaSelection(mfaSelectionCommand: no.solibo.oss.sdk.api.gen.models.MfaSelectionCommand): Promise<
|
|
13063
|
-
createMfaSelectionConfirmation(mfaConfirmationCommand: no.solibo.oss.sdk.api.gen.models.MfaConfirmationCommand): Promise<
|
|
13064
|
-
createResetPassword(createResetPasswordCommand: no.solibo.oss.sdk.api.gen.models.CreateResetPasswordCommand): Promise<
|
|
13065
|
-
createTOTPMfa(associateTotpMfaCommand: no.solibo.oss.sdk.api.gen.models.AssociateTotpMfaCommand): Promise<
|
|
13066
|
-
createTokens(createTokensCommand: no.solibo.oss.sdk.api.gen.models.CreateTokensCommand): Promise<
|
|
13067
|
-
createTokensByEmail(magicEmailCommand: no.solibo.oss.sdk.api.gen.models.MagicEmailCommand): Promise<
|
|
13068
|
-
createTokensByOAuth(code: string, state: string): Promise<
|
|
13069
|
-
createTokensBySms(magicSMSCommand: no.solibo.oss.sdk.api.gen.models.MagicSMSCommand): Promise<
|
|
13070
|
-
createTokensSrp(verifySrpCommand: no.solibo.oss.sdk.api.gen.models.VerifySrpCommand): Promise<
|
|
13071
|
-
deregisterFCMDeviceForUser(): Promise<
|
|
13072
|
-
indexUserDevices(): Promise<
|
|
13073
|
-
refreshTokens(refreshTokensCommand: no.solibo.oss.sdk.api.gen.models.RefreshTokensCommand): Promise<
|
|
13074
|
-
registerFCMDeviceForUser(registerDeviceCommand: no.solibo.oss.sdk.api.gen.models.RegisterDeviceCommand): Promise<
|
|
13075
|
-
revokeTokens(clientId?: Nullable<string>, deviceKey?: Nullable<string>, deviceKeyGroup?: Nullable<string>, userId?: Nullable<string>, refreshToken?: Nullable<string>): Promise<
|
|
13076
|
-
verifyCreateTOTPMfa(verifyAssociateTotpMfaCommand: no.solibo.oss.sdk.api.gen.models.VerifyAssociateTotpMfaCommand): Promise<
|
|
13077
|
-
verifySMSMfa(verifyMfaCommand: no.solibo.oss.sdk.api.gen.models.VerifyMfaCommand): Promise<
|
|
13078
|
-
verifyTOTPMfa(verifyMfaCommand: no.solibo.oss.sdk.api.gen.models.VerifyMfaCommand): Promise<
|
|
13063
|
+
confirmResetPassword(confirmNewPasswordCommand: no.solibo.oss.sdk.api.gen.models.ConfirmNewPasswordCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13064
|
+
confirmTokensCreationByEmail(confirmMagicEmailCommand: no.solibo.oss.sdk.api.gen.models.ConfirmMagicEmailCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13065
|
+
confirmTokensCreationByEmailInline(emailInlineConfirmCommand: no.solibo.oss.sdk.api.gen.models.EmailInlineConfirmCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13066
|
+
confirmTokensCreationBySms(confirmMagicSmsCommand: no.solibo.oss.sdk.api.gen.models.ConfirmMagicSmsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13067
|
+
createAuthSupportRequest(authorizationSupportRequestCommand: no.solibo.oss.sdk.api.gen.models.AuthorizationSupportRequestCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13068
|
+
createDeviceSrp(deviceSrpCommand: no.solibo.oss.sdk.api.gen.models.DeviceSrpCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13069
|
+
createDeviceSrpVerification(deviceVerifySrpCommand: no.solibo.oss.sdk.api.gen.models.DeviceVerifySrpCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13070
|
+
createMfaPreference(mfaPreferenceCommand: no.solibo.oss.sdk.api.gen.models.MfaPreferenceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13071
|
+
createMfaSelection(mfaSelectionCommand: no.solibo.oss.sdk.api.gen.models.MfaSelectionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13072
|
+
createMfaSelectionConfirmation(mfaConfirmationCommand: no.solibo.oss.sdk.api.gen.models.MfaConfirmationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13073
|
+
createResetPassword(createResetPasswordCommand: no.solibo.oss.sdk.api.gen.models.CreateResetPasswordCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13074
|
+
createTOTPMfa(associateTotpMfaCommand: no.solibo.oss.sdk.api.gen.models.AssociateTotpMfaCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoftwareTokenAssociation>>;
|
|
13075
|
+
createTokens(createTokensCommand: no.solibo.oss.sdk.api.gen.models.CreateTokensCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13076
|
+
createTokensByEmail(magicEmailCommand: no.solibo.oss.sdk.api.gen.models.MagicEmailCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13077
|
+
createTokensByOAuth(code: string, state: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13078
|
+
createTokensBySms(magicSMSCommand: no.solibo.oss.sdk.api.gen.models.MagicSMSCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13079
|
+
createTokensSrp(verifySrpCommand: no.solibo.oss.sdk.api.gen.models.VerifySrpCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13080
|
+
deregisterFCMDeviceForUser(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13081
|
+
indexUserDevices(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13082
|
+
refreshTokens(refreshTokensCommand: no.solibo.oss.sdk.api.gen.models.RefreshTokensCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13083
|
+
registerFCMDeviceForUser(registerDeviceCommand: no.solibo.oss.sdk.api.gen.models.RegisterDeviceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13084
|
+
revokeTokens(clientId?: Nullable<string>, deviceKey?: Nullable<string>, deviceKeyGroup?: Nullable<string>, userId?: Nullable<string>, refreshToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13085
|
+
verifyCreateTOTPMfa(verifyAssociateTotpMfaCommand: no.solibo.oss.sdk.api.gen.models.VerifyAssociateTotpMfaCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoftwareTokenAssociation>>;
|
|
13086
|
+
verifySMSMfa(verifyMfaCommand: no.solibo.oss.sdk.api.gen.models.VerifyMfaCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13087
|
+
verifyTOTPMfa(verifyMfaCommand: no.solibo.oss.sdk.api.gen.models.VerifyMfaCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13079
13088
|
}
|
|
13080
13089
|
namespace AuthApi {
|
|
13081
13090
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13089,10 +13098,10 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13089
13098
|
private constructor();
|
|
13090
13099
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.BoardApi;
|
|
13091
13100
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.BoardApi;
|
|
13092
|
-
createPersonBoard(companyId: bigint, addBoardmemberCommand: no.solibo.oss.sdk.api.gen.models.AddBoardmemberCommand): Promise<
|
|
13093
|
-
deletePersonBoard(companyId: bigint, personId: bigint): Promise<
|
|
13094
|
-
indexBoard(companyId: bigint): Promise<
|
|
13095
|
-
showBoardMemberPersonnummer(companyId: bigint, personId: bigint): Promise<
|
|
13101
|
+
createPersonBoard(companyId: bigint, addBoardmemberCommand: no.solibo.oss.sdk.api.gen.models.AddBoardmemberCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13102
|
+
deletePersonBoard(companyId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13103
|
+
indexBoard(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Person>>>;
|
|
13104
|
+
showBoardMemberPersonnummer(companyId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.BoardmemberPersonnummer>>;
|
|
13096
13105
|
}
|
|
13097
13106
|
namespace BoardApi {
|
|
13098
13107
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13106,27 +13115,27 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13106
13115
|
private constructor();
|
|
13107
13116
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.CommunicationApi;
|
|
13108
13117
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.CommunicationApi;
|
|
13109
|
-
createEmailNewsletter(companyId: bigint, createNewsletterCommand: no.solibo.oss.sdk.api.gen.models.CreateNewsletterCommand): Promise<
|
|
13110
|
-
createLetter(sendLetterCommand: no.solibo.oss.sdk.api.gen.models.SendLetterCommand): Promise<
|
|
13111
|
-
createLetterInCompany(companyId: bigint, sendLetterCommand: no.solibo.oss.sdk.api.gen.models.SendLetterCommand): Promise<
|
|
13112
|
-
createSMSBroadcast(companyId: bigint, createSMSBroadcastCommand: no.solibo.oss.sdk.api.gen.models.CreateSMSBroadcastCommand): Promise<
|
|
13113
|
-
createSMSPurchase(companyId: bigint, bundleId: bigint): Promise<
|
|
13114
|
-
deleteEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<
|
|
13115
|
-
deleteSMSBroadcast(companyId: bigint, broadcastId: bigint): Promise<
|
|
13116
|
-
indexEmailNewsletterNotificationGroups(companyId: bigint): Promise<
|
|
13117
|
-
indexEmailNewsletters(companyId: bigint): Promise<
|
|
13118
|
-
indexSMSBroadcasts(companyId: bigint): Promise<
|
|
13119
|
-
indexSMSBundleAvailable(companyId: bigint): Promise<
|
|
13120
|
-
indexSMSNotificationGroups(companyId: bigint): Promise<
|
|
13121
|
-
indexSMSPurchases(companyId: bigint): Promise<
|
|
13122
|
-
publishEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<
|
|
13123
|
-
publishSMSBroadcast(companyId: bigint, broadcastId: bigint, purchaseBundleId?: Nullable<bigint>): Promise<
|
|
13124
|
-
showEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<
|
|
13125
|
-
showSMSAvailable(companyId: bigint): Promise<
|
|
13126
|
-
showSMSBroadcast(companyId: bigint, broadcastId: bigint): Promise<
|
|
13127
|
-
showSMSBroadcastSMSValidation(companyId: bigint, broadcastId: bigint): Promise<
|
|
13128
|
-
updateEmailNewsletter(companyId: bigint, newsletterId: bigint, updateNewsletterCommand: no.solibo.oss.sdk.api.gen.models.UpdateNewsletterCommand): Promise<
|
|
13129
|
-
updateSMSBroadcast(companyId: bigint, broadcastId: bigint, updateSMSBroadcastCommand: no.solibo.oss.sdk.api.gen.models.UpdateSMSBroadcastCommand): Promise<
|
|
13118
|
+
createEmailNewsletter(companyId: bigint, createNewsletterCommand: no.solibo.oss.sdk.api.gen.models.CreateNewsletterCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Newsletter>>;
|
|
13119
|
+
createLetter(sendLetterCommand: no.solibo.oss.sdk.api.gen.models.SendLetterCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SentLetter>>;
|
|
13120
|
+
createLetterInCompany(companyId: bigint, sendLetterCommand: no.solibo.oss.sdk.api.gen.models.SendLetterCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SentLetter>>;
|
|
13121
|
+
createSMSBroadcast(companyId: bigint, createSMSBroadcastCommand: no.solibo.oss.sdk.api.gen.models.CreateSMSBroadcastCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSBroadcast>>;
|
|
13122
|
+
createSMSPurchase(companyId: bigint, bundleId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13123
|
+
deleteEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13124
|
+
deleteSMSBroadcast(companyId: bigint, broadcastId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13125
|
+
indexEmailNewsletterNotificationGroups(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MassCommunicationGroups>>;
|
|
13126
|
+
indexEmailNewsletters(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Newsletter>>>;
|
|
13127
|
+
indexSMSBroadcasts(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SMSBroadcast>>>;
|
|
13128
|
+
indexSMSBundleAvailable(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SMSBundle>>>;
|
|
13129
|
+
indexSMSNotificationGroups(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MassCommunicationGroups>>;
|
|
13130
|
+
indexSMSPurchases(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SMSBundlePurchase>>>;
|
|
13131
|
+
publishEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Newsletter>>;
|
|
13132
|
+
publishSMSBroadcast(companyId: bigint, broadcastId: bigint, purchaseBundleId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSBroadcast>>;
|
|
13133
|
+
showEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Newsletter>>;
|
|
13134
|
+
showSMSAvailable(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSCount>>;
|
|
13135
|
+
showSMSBroadcast(companyId: bigint, broadcastId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSBroadcast>>;
|
|
13136
|
+
showSMSBroadcastSMSValidation(companyId: bigint, broadcastId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSBundle>>;
|
|
13137
|
+
updateEmailNewsletter(companyId: bigint, newsletterId: bigint, updateNewsletterCommand: no.solibo.oss.sdk.api.gen.models.UpdateNewsletterCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Newsletter>>;
|
|
13138
|
+
updateSMSBroadcast(companyId: bigint, broadcastId: bigint, updateSMSBroadcastCommand: no.solibo.oss.sdk.api.gen.models.UpdateSMSBroadcastCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSBroadcast>>;
|
|
13130
13139
|
}
|
|
13131
13140
|
namespace CommunicationApi {
|
|
13132
13141
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13140,34 +13149,34 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13140
13149
|
private constructor();
|
|
13141
13150
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.CompanyApi;
|
|
13142
13151
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.CompanyApi;
|
|
13143
|
-
createImportDraftBRL(borettslagSearchCommand: no.solibo.oss.sdk.api.gen.models.BorettslagSearchCommand): Promise<
|
|
13144
|
-
createImportDraftByFiles(body: string): Promise<
|
|
13145
|
-
createImportDraftSameieAddress(sameieAddresseSearchCommand: no.solibo.oss.sdk.api.gen.models.SameieAddresseSearchCommand): Promise<
|
|
13146
|
-
createImportDraftSameieMatrikkel(sameieMatrikkelSearchCommand: no.solibo.oss.sdk.api.gen.models.SameieMatrikkelSearchCommand): Promise<
|
|
13147
|
-
indexActiveAdministrators(): Promise<
|
|
13148
|
-
indexAllAdministrators(): Promise<
|
|
13149
|
-
indexAvailableCompanyAdministrators(companyId: bigint): Promise<
|
|
13150
|
-
indexCompany(): Promise<
|
|
13151
|
-
indexCompanyAddress(companyId: bigint): Promise<
|
|
13152
|
-
indexCompanyAdministrators(companyId: bigint): Promise<
|
|
13153
|
-
indexCompanySectionTags(companyId: bigint): Promise<
|
|
13154
|
-
indexCompanyTypes(): Promise<
|
|
13155
|
-
indexImportDraft(): Promise<
|
|
13156
|
-
indexNewlyManagedCompanies(): Promise<
|
|
13157
|
-
indexSectionTagsBySection(companyId: bigint): Promise<
|
|
13158
|
-
massUpdateRoles(companyId: bigint, massEditRolesCommand: no.solibo.oss.sdk.api.gen.models.MassEditRolesCommand): Promise<
|
|
13159
|
-
resetCompany(companyId: bigint): Promise<
|
|
13160
|
-
showCompany(companyId: bigint): Promise<
|
|
13161
|
-
showCompanyDetailed(companyId: bigint): Promise<
|
|
13162
|
-
showCompanyOrdinances(companyId: bigint): Promise<
|
|
13163
|
-
showImportDraft(draftId: bigint): Promise<
|
|
13164
|
-
showImportDraftValidation(draftId: bigint): Promise<
|
|
13165
|
-
startImportOfDraft(draftId: bigint): Promise<
|
|
13166
|
-
updateActiveAdministrators(updateActiveManagement: no.solibo.oss.sdk.api.gen.models.UpdateActiveManagement): Promise<
|
|
13167
|
-
updateAdministratorsForCompany(companyId: bigint, updateManagementCommand: no.solibo.oss.sdk.api.gen.models.UpdateManagementCommand): Promise<
|
|
13168
|
-
updateCompanyDetailed(companyId: bigint, updateCompanyDetailedCommand: no.solibo.oss.sdk.api.gen.models.UpdateCompanyDetailedCommand): Promise<
|
|
13169
|
-
updateCompanyOrdinances(companyId: bigint, upsertOrdinancesCommand: no.solibo.oss.sdk.api.gen.models.UpsertOrdinancesCommand): Promise<
|
|
13170
|
-
updateImportDraft(draftId: bigint, updateKartverketResultCommand: no.solibo.oss.sdk.api.gen.models.UpdateKartverketResultCommand): Promise<
|
|
13152
|
+
createImportDraftBRL(borettslagSearchCommand: no.solibo.oss.sdk.api.gen.models.BorettslagSearchCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13153
|
+
createImportDraftByFiles(body: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13154
|
+
createImportDraftSameieAddress(sameieAddresseSearchCommand: no.solibo.oss.sdk.api.gen.models.SameieAddresseSearchCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13155
|
+
createImportDraftSameieMatrikkel(sameieMatrikkelSearchCommand: no.solibo.oss.sdk.api.gen.models.SameieMatrikkelSearchCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13156
|
+
indexActiveAdministrators(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboContacts>>;
|
|
13157
|
+
indexAllAdministrators(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboContacts>>;
|
|
13158
|
+
indexAvailableCompanyAdministrators(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboContacts>>;
|
|
13159
|
+
indexCompany(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Company>>>;
|
|
13160
|
+
indexCompanyAddress(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CompanyAddress>>>;
|
|
13161
|
+
indexCompanyAdministrators(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboContacts>>;
|
|
13162
|
+
indexCompanySectionTags(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTag>>>;
|
|
13163
|
+
indexCompanyTypes(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CompanySubType>>>;
|
|
13164
|
+
indexImportDraft(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.DraftOverview>>>;
|
|
13165
|
+
indexNewlyManagedCompanies(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Company>>>;
|
|
13166
|
+
indexSectionTagsBySection(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtMap<string, kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTagTagsBySectionMapValue>>>>;
|
|
13167
|
+
massUpdateRoles(companyId: bigint, massEditRolesCommand: no.solibo.oss.sdk.api.gen.models.MassEditRolesCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13168
|
+
resetCompany(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13169
|
+
showCompany(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Company>>;
|
|
13170
|
+
showCompanyDetailed(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.CompanyDetailed>>;
|
|
13171
|
+
showCompanyOrdinances(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.CompanyOrdinances>>;
|
|
13172
|
+
showImportDraft(draftId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.DraftCompany>>;
|
|
13173
|
+
showImportDraftValidation(draftId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13174
|
+
startImportOfDraft(draftId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13175
|
+
updateActiveAdministrators(updateActiveManagement: no.solibo.oss.sdk.api.gen.models.UpdateActiveManagement): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboContacts>>;
|
|
13176
|
+
updateAdministratorsForCompany(companyId: bigint, updateManagementCommand: no.solibo.oss.sdk.api.gen.models.UpdateManagementCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Person>>>;
|
|
13177
|
+
updateCompanyDetailed(companyId: bigint, updateCompanyDetailedCommand: no.solibo.oss.sdk.api.gen.models.UpdateCompanyDetailedCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.CompanyDetailed>>;
|
|
13178
|
+
updateCompanyOrdinances(companyId: bigint, upsertOrdinancesCommand: no.solibo.oss.sdk.api.gen.models.UpsertOrdinancesCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.CompanyOrdinances>>;
|
|
13179
|
+
updateImportDraft(draftId: bigint, updateKartverketResultCommand: no.solibo.oss.sdk.api.gen.models.UpdateKartverketResultCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.KartverketResult>>;
|
|
13171
13180
|
}
|
|
13172
13181
|
namespace CompanyApi {
|
|
13173
13182
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13181,39 +13190,39 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13181
13190
|
private constructor();
|
|
13182
13191
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.ConversationApi;
|
|
13183
13192
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.ConversationApi;
|
|
13184
|
-
authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<
|
|
13185
|
-
authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<
|
|
13186
|
-
createConversation(companyId: bigint, createConversationCommand: no.solibo.oss.sdk.api.gen.models.CreateConversationCommand, search?: Nullable<string>, category?: Nullable<bigint>, status?: Nullable<no.solibo.oss.sdk.api.gen.models.ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<no.solibo.oss.sdk.api.gen.models.ParticipantType>, pageToken?: Nullable<string>): Promise<
|
|
13187
|
-
createConversationCategory(companyId: bigint, createConversationCategoryCommand: no.solibo.oss.sdk.api.gen.models.CreateConversationCategoryCommand): Promise<
|
|
13188
|
-
createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: no.solibo.oss.sdk.api.gen.models.AddExternalConversationParticipantCommand): Promise<
|
|
13189
|
-
createConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<
|
|
13190
|
-
createConversationRead(companyId: bigint, conversationId: bigint): Promise<
|
|
13191
|
-
createDocumentPublicConversation(companySlug: string, conversationId: bigint): Promise<
|
|
13192
|
-
createInquiry(companyId: bigint, createInquiryCommand: no.solibo.oss.sdk.api.gen.models.CreateInquiryCommand): Promise<
|
|
13193
|
-
createInquiryPublicConversation(companySlug: string, createInquiryCommand: no.solibo.oss.sdk.api.gen.models.CreateInquiryCommand): Promise<
|
|
13194
|
-
createInternalMessage(companyId: bigint, conversationId: bigint, createInternalMessageCommand: no.solibo.oss.sdk.api.gen.models.CreateInternalMessageCommand): Promise<
|
|
13195
|
-
createMessage(companyId: bigint, conversationId: bigint, createMessageCommand: no.solibo.oss.sdk.api.gen.models.CreateMessageCommand): Promise<
|
|
13196
|
-
createMessagePublicConversation(companySlug: string, conversationId: bigint, createMessageCommand: no.solibo.oss.sdk.api.gen.models.CreateMessageCommand): Promise<
|
|
13197
|
-
deleteConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<
|
|
13198
|
-
deleteConversationCategory(companyId: bigint, categoryId: bigint): Promise<
|
|
13199
|
-
deleteConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<
|
|
13200
|
-
deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13201
|
-
finalizeConversation(companyId: bigint, conversationId: bigint): Promise<
|
|
13202
|
-
indexCompanyConversationCategories(companyId: bigint): Promise<
|
|
13203
|
-
indexCompanyConversationCategoriesForRequests(companyId: bigint): Promise<
|
|
13204
|
-
indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, status?: Nullable<no.solibo.oss.sdk.api.gen.models.ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<no.solibo.oss.sdk.api.gen.models.ParticipantType>, pageToken?: Nullable<string>): Promise<
|
|
13205
|
-
indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: no.solibo.oss.sdk.api.gen.models.ParticipantType): Promise<
|
|
13206
|
-
indexConversationCategoriesOpen(companySlug: string): Promise<
|
|
13207
|
-
indexConversationCount(): Promise<
|
|
13208
|
-
indexConversationCountInCompany(companyId: bigint): Promise<
|
|
13209
|
-
publishConversation(companyId: bigint, conversationId: bigint): Promise<
|
|
13210
|
-
reOpenConversation(companyId: bigint, conversationId: bigint): Promise<
|
|
13211
|
-
showConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<
|
|
13212
|
-
showConversationPublic(companySlug: string, conversationId: bigint): Promise<
|
|
13213
|
-
showDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13214
|
-
updateConversation(companyId: bigint, conversationId: bigint, updateConversationCommand: no.solibo.oss.sdk.api.gen.models.UpdateConversationCommand, translateToCountryId?: Nullable<bigint>): Promise<
|
|
13215
|
-
updateConversationCategories(companyId: bigint, secureConversationCategory: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SecureConversationCategory>): Promise<
|
|
13216
|
-
updateConversationCategory(companyId: bigint, categoryId: bigint, updateConversationCategoryCommand: no.solibo.oss.sdk.api.gen.models.UpdateConversationCategoryCommand): Promise<
|
|
13193
|
+
authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13194
|
+
authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13195
|
+
createConversation(companyId: bigint, createConversationCommand: no.solibo.oss.sdk.api.gen.models.CreateConversationCommand, search?: Nullable<string>, category?: Nullable<bigint>, status?: Nullable<no.solibo.oss.sdk.api.gen.models.ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<no.solibo.oss.sdk.api.gen.models.ParticipantType>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13196
|
+
createConversationCategory(companyId: bigint, createConversationCategoryCommand: no.solibo.oss.sdk.api.gen.models.CreateConversationCategoryCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SecureConversationCategory>>;
|
|
13197
|
+
createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: no.solibo.oss.sdk.api.gen.models.AddExternalConversationParticipantCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13198
|
+
createConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13199
|
+
createConversationRead(companyId: bigint, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13200
|
+
createDocumentPublicConversation(companySlug: string, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13201
|
+
createInquiry(companyId: bigint, createInquiryCommand: no.solibo.oss.sdk.api.gen.models.CreateInquiryCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13202
|
+
createInquiryPublicConversation(companySlug: string, createInquiryCommand: no.solibo.oss.sdk.api.gen.models.CreateInquiryCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.PublicConversation>>;
|
|
13203
|
+
createInternalMessage(companyId: bigint, conversationId: bigint, createInternalMessageCommand: no.solibo.oss.sdk.api.gen.models.CreateInternalMessageCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MessageInConversation>>;
|
|
13204
|
+
createMessage(companyId: bigint, conversationId: bigint, createMessageCommand: no.solibo.oss.sdk.api.gen.models.CreateMessageCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MessageInConversation>>;
|
|
13205
|
+
createMessagePublicConversation(companySlug: string, conversationId: bigint, createMessageCommand: no.solibo.oss.sdk.api.gen.models.CreateMessageCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13206
|
+
deleteConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13207
|
+
deleteConversationCategory(companyId: bigint, categoryId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13208
|
+
deleteConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13209
|
+
deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13210
|
+
finalizeConversation(companyId: bigint, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13211
|
+
indexCompanyConversationCategories(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SecureConversationCategory>>>;
|
|
13212
|
+
indexCompanyConversationCategoriesForRequests(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ConversationCategory>>>;
|
|
13213
|
+
indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, status?: Nullable<no.solibo.oss.sdk.api.gen.models.ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<no.solibo.oss.sdk.api.gen.models.ParticipantType>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ConversationList>>;
|
|
13214
|
+
indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: no.solibo.oss.sdk.api.gen.models.ParticipantType): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Conversation>>>;
|
|
13215
|
+
indexConversationCategoriesOpen(companySlug: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ConversationCategory>>>;
|
|
13216
|
+
indexConversationCount(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtMap<string, no.solibo.oss.sdk.api.gen.models.ConversationCountConversationCountMap>>>;
|
|
13217
|
+
indexConversationCountInCompany(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ConversationCount>>;
|
|
13218
|
+
publishConversation(companyId: bigint, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13219
|
+
reOpenConversation(companyId: bigint, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13220
|
+
showConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13221
|
+
showConversationPublic(companySlug: string, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.PublicConversation>>;
|
|
13222
|
+
showDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.UrlWrapper>>;
|
|
13223
|
+
updateConversation(companyId: bigint, conversationId: bigint, updateConversationCommand: no.solibo.oss.sdk.api.gen.models.UpdateConversationCommand, translateToCountryId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Conversation>>;
|
|
13224
|
+
updateConversationCategories(companyId: bigint, secureConversationCategory: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SecureConversationCategory>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SecureConversationCategory>>>;
|
|
13225
|
+
updateConversationCategory(companyId: bigint, categoryId: bigint, updateConversationCategoryCommand: no.solibo.oss.sdk.api.gen.models.UpdateConversationCategoryCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SecureConversationCategory>>;
|
|
13217
13226
|
}
|
|
13218
13227
|
namespace ConversationApi {
|
|
13219
13228
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13227,23 +13236,23 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13227
13236
|
private constructor();
|
|
13228
13237
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.DocumentApi;
|
|
13229
13238
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.DocumentApi;
|
|
13230
|
-
createDocument(companyId: bigint, documentType: no.solibo.oss.sdk.api.gen.models.DocumentType, parentId?: Nullable<bigint>, isDirectory?: Nullable<boolean>): Promise<
|
|
13231
|
-
createDocumentBelongsTo(companyId: bigint, documentType: string, belongsToId: bigint, parentId?: Nullable<bigint>): Promise<
|
|
13232
|
-
deleteDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13233
|
-
indexDocumentBelongsTo(companyId: bigint, documentType: string, belongsToId: bigint, parentId?: Nullable<bigint>): Promise<
|
|
13234
|
-
listDocument(companyId: bigint): Promise<
|
|
13235
|
-
listDocumentByType(companyId: bigint, documentType: no.solibo.oss.sdk.api.gen.models.DocumentType, parentId?: Nullable<bigint>, isDirectory?: Nullable<boolean>): Promise<
|
|
13236
|
-
moveDocument(companyId: bigint, documentId: bigint, parentId: string): Promise<
|
|
13237
|
-
renameDocument(companyId: bigint, documentId: bigint, renameDocumentCommand: no.solibo.oss.sdk.api.gen.models.RenameDocumentCommand): Promise<
|
|
13238
|
-
restoreDocument(companyId: bigint, documentId: bigint, restoreDocumentCommand: no.solibo.oss.sdk.api.gen.models.RestoreDocumentCommand): Promise<
|
|
13239
|
-
searchDocuments(companyId: bigint, searchText: string): Promise<
|
|
13240
|
-
showCompanyTypeDirectoryZip(companyId: bigint, documentType: string, documentId: bigint): Promise<
|
|
13241
|
-
showDirectoryZip(companyId: bigint): Promise<
|
|
13242
|
-
showDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13243
|
-
showDocumentTypes(companyId: bigint): Promise<
|
|
13244
|
-
showPublicDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13245
|
-
showTypeDirectoryZip(companyId: bigint, documentType: string): Promise<
|
|
13246
|
-
trashDocument(companyId: bigint, documentId: bigint): Promise<
|
|
13239
|
+
createDocument(companyId: bigint, documentType: no.solibo.oss.sdk.api.gen.models.DocumentType, parentId?: Nullable<bigint>, isDirectory?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Document>>;
|
|
13240
|
+
createDocumentBelongsTo(companyId: bigint, documentType: string, belongsToId: bigint, parentId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Document>>;
|
|
13241
|
+
deleteDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13242
|
+
indexDocumentBelongsTo(companyId: bigint, documentType: string, belongsToId: bigint, parentId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Document>>>;
|
|
13243
|
+
listDocument(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Document>>>;
|
|
13244
|
+
listDocumentByType(companyId: bigint, documentType: no.solibo.oss.sdk.api.gen.models.DocumentType, parentId?: Nullable<bigint>, isDirectory?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Document>>>;
|
|
13245
|
+
moveDocument(companyId: bigint, documentId: bigint, parentId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13246
|
+
renameDocument(companyId: bigint, documentId: bigint, renameDocumentCommand: no.solibo.oss.sdk.api.gen.models.RenameDocumentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Document>>;
|
|
13247
|
+
restoreDocument(companyId: bigint, documentId: bigint, restoreDocumentCommand: no.solibo.oss.sdk.api.gen.models.RestoreDocumentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13248
|
+
searchDocuments(companyId: bigint, searchText: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Document>>>;
|
|
13249
|
+
showCompanyTypeDirectoryZip(companyId: bigint, documentType: string, documentId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13250
|
+
showDirectoryZip(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13251
|
+
showDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.UrlWrapper>>;
|
|
13252
|
+
showDocumentTypes(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.DocumentType>>>;
|
|
13253
|
+
showPublicDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.UrlWrapper>>;
|
|
13254
|
+
showTypeDirectoryZip(companyId: bigint, documentType: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13255
|
+
trashDocument(companyId: bigint, documentId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13247
13256
|
}
|
|
13248
13257
|
namespace DocumentApi {
|
|
13249
13258
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13257,12 +13266,12 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13257
13266
|
private constructor();
|
|
13258
13267
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.EconomyApi;
|
|
13259
13268
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.EconomyApi;
|
|
13260
|
-
indexCompaniesEconomyStatus(): Promise<
|
|
13261
|
-
indexEconomicReport(companyId: bigint): Promise<
|
|
13262
|
-
indexEconomyStatus(companyId: bigint): Promise<
|
|
13263
|
-
orderEconomicReport(companyId: bigint, orderEconomicReportCommand: no.solibo.oss.sdk.api.gen.models.OrderEconomicReportCommand): Promise<
|
|
13264
|
-
putEconomicReportFile(companyId: bigint, reportId: bigint, economicReportType: string, documentId: bigint): Promise<
|
|
13265
|
-
showEconomicReport(companyId: bigint, reportId: bigint): Promise<
|
|
13269
|
+
indexCompaniesEconomyStatus(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13270
|
+
indexEconomicReport(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.EconomicReportResponse>>;
|
|
13271
|
+
indexEconomyStatus(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.AccountList>>;
|
|
13272
|
+
orderEconomicReport(companyId: bigint, orderEconomicReportCommand: no.solibo.oss.sdk.api.gen.models.OrderEconomicReportCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13273
|
+
putEconomicReportFile(companyId: bigint, reportId: bigint, economicReportType: string, documentId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13274
|
+
showEconomicReport(companyId: bigint, reportId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.EconomicReport>>;
|
|
13266
13275
|
}
|
|
13267
13276
|
namespace EconomyApi {
|
|
13268
13277
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13276,14 +13285,14 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13276
13285
|
private constructor();
|
|
13277
13286
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.ExpenseApi;
|
|
13278
13287
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.ExpenseApi;
|
|
13279
|
-
acceptExpense(companyId: bigint, expenseId: bigint): Promise<
|
|
13280
|
-
createExpense(companyId: bigint, createExpenseCommand: no.solibo.oss.sdk.api.gen.models.CreateExpenseCommand): Promise<
|
|
13281
|
-
deleteExpense(companyId: bigint, expenseId: bigint): Promise<
|
|
13282
|
-
indexExpense(companyId: bigint): Promise<
|
|
13283
|
-
indexExpenseTypes(companyId: bigint): Promise<
|
|
13284
|
-
indexExpenseUnattested(companyId: bigint): Promise<
|
|
13285
|
-
rejectExpense(companyId: bigint, expenseId: bigint, rejectExpenseCommand: no.solibo.oss.sdk.api.gen.models.RejectExpenseCommand): Promise<
|
|
13286
|
-
showExpense(companyId: bigint, expenseId: bigint): Promise<
|
|
13288
|
+
acceptExpense(companyId: bigint, expenseId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13289
|
+
createExpense(companyId: bigint, createExpenseCommand: no.solibo.oss.sdk.api.gen.models.CreateExpenseCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Expense>>;
|
|
13290
|
+
deleteExpense(companyId: bigint, expenseId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13291
|
+
indexExpense(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Expense>>>;
|
|
13292
|
+
indexExpenseTypes(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ExpenseType>>>;
|
|
13293
|
+
indexExpenseUnattested(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ExpenseCount>>;
|
|
13294
|
+
rejectExpense(companyId: bigint, expenseId: bigint, rejectExpenseCommand: no.solibo.oss.sdk.api.gen.models.RejectExpenseCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13295
|
+
showExpense(companyId: bigint, expenseId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Expense>>;
|
|
13287
13296
|
}
|
|
13288
13297
|
namespace ExpenseApi {
|
|
13289
13298
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13297,9 +13306,9 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13297
13306
|
private constructor();
|
|
13298
13307
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.HMSApi;
|
|
13299
13308
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.HMSApi;
|
|
13300
|
-
createHmsRoutineSettings(companyId: bigint, createHmsSettingsCommand: no.solibo.oss.sdk.api.gen.models.CreateHmsSettingsCommand): Promise<
|
|
13301
|
-
putHmsRoutineSettings(companyId: bigint, updateHmsSettingsCommand: no.solibo.oss.sdk.api.gen.models.UpdateHmsSettingsCommand): Promise<
|
|
13302
|
-
showHmsCompanySettings(companyId: bigint): Promise<
|
|
13309
|
+
createHmsRoutineSettings(companyId: bigint, createHmsSettingsCommand: no.solibo.oss.sdk.api.gen.models.CreateHmsSettingsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.HmsSettings>>;
|
|
13310
|
+
putHmsRoutineSettings(companyId: bigint, updateHmsSettingsCommand: no.solibo.oss.sdk.api.gen.models.UpdateHmsSettingsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.HmsSettings>>;
|
|
13311
|
+
showHmsCompanySettings(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.HmsSettings>>;
|
|
13303
13312
|
}
|
|
13304
13313
|
namespace HMSApi {
|
|
13305
13314
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13313,23 +13322,23 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13313
13322
|
private constructor();
|
|
13314
13323
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.HomepageApi;
|
|
13315
13324
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.HomepageApi;
|
|
13316
|
-
checkSMSForPost(companyId: bigint, validateSMSCommand: no.solibo.oss.sdk.api.gen.models.ValidateSMSCommand, postId?: Nullable<bigint>): Promise<
|
|
13317
|
-
createPost(companyId: bigint, createPostCommand: no.solibo.oss.sdk.api.gen.models.CreatePostCommand, purchaseBundleId?: Nullable<bigint>): Promise<
|
|
13318
|
-
createPostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<
|
|
13319
|
-
createPracticalInfo(companyId: bigint, createPracticalInfoCommand: no.solibo.oss.sdk.api.gen.models.CreatePracticalInfoCommand, purchaseBundleId?: Nullable<bigint>): Promise<
|
|
13320
|
-
deletePost(companyId: bigint, postId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<
|
|
13321
|
-
deletePostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<
|
|
13322
|
-
deletePracticalInfo(companyId: bigint, practicalInformationId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<
|
|
13323
|
-
listHomepageNotificationGroups(companyId: bigint): Promise<
|
|
13324
|
-
showContent(contentTypeIdentifier: string, companyId: bigint, contentId: string, fileName: string, size?: Nullable<string>): Promise<
|
|
13325
|
-
showHomepage(companyId: bigint): Promise<
|
|
13326
|
-
showOpenHomepage(companySlug: string): Promise<
|
|
13327
|
-
showOpenHomepageByDomain(domainName: string): Promise<
|
|
13328
|
-
showOpenHomepageDocument(companyId: bigint, postId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13329
|
-
showOpenHomepageDocumentsByPost(companyId: bigint, postId: bigint): Promise<
|
|
13330
|
-
updateFeedWeighting(companyId: bigint, updateFeedWeightingCommand: no.solibo.oss.sdk.api.gen.models.UpdateFeedWeightingCommand): Promise<
|
|
13331
|
-
updatePost(companyId: bigint, postId: bigint, updatePostCommand: no.solibo.oss.sdk.api.gen.models.UpdatePostCommand, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<
|
|
13332
|
-
updatePracticalInfo(companyId: bigint, practicalInformationId: bigint, updatePracticalInfoCommand: no.solibo.oss.sdk.api.gen.models.UpdatePracticalInfoCommand, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<
|
|
13325
|
+
checkSMSForPost(companyId: bigint, validateSMSCommand: no.solibo.oss.sdk.api.gen.models.ValidateSMSCommand, postId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SMSBundle>>;
|
|
13326
|
+
createPost(companyId: bigint, createPostCommand: no.solibo.oss.sdk.api.gen.models.CreatePostCommand, purchaseBundleId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Post>>;
|
|
13327
|
+
createPostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13328
|
+
createPracticalInfo(companyId: bigint, createPracticalInfoCommand: no.solibo.oss.sdk.api.gen.models.CreatePracticalInfoCommand, purchaseBundleId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Post>>;
|
|
13329
|
+
deletePost(companyId: bigint, postId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13330
|
+
deletePostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13331
|
+
deletePracticalInfo(companyId: bigint, practicalInformationId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13332
|
+
listHomepageNotificationGroups(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.NotificationGroup>>>;
|
|
13333
|
+
showContent(contentTypeIdentifier: string, companyId: bigint, contentId: string, fileName: string, size?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13334
|
+
showHomepage(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Homepage>>;
|
|
13335
|
+
showOpenHomepage(companySlug: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.OpenHomepage>>;
|
|
13336
|
+
showOpenHomepageByDomain(domainName: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.OpenHomepage>>;
|
|
13337
|
+
showOpenHomepageDocument(companyId: bigint, postId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.UrlWrapper>>;
|
|
13338
|
+
showOpenHomepageDocumentsByPost(companyId: bigint, postId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Document>>>;
|
|
13339
|
+
updateFeedWeighting(companyId: bigint, updateFeedWeightingCommand: no.solibo.oss.sdk.api.gen.models.UpdateFeedWeightingCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13340
|
+
updatePost(companyId: bigint, postId: bigint, updatePostCommand: no.solibo.oss.sdk.api.gen.models.UpdatePostCommand, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Post>>;
|
|
13341
|
+
updatePracticalInfo(companyId: bigint, practicalInformationId: bigint, updatePracticalInfoCommand: no.solibo.oss.sdk.api.gen.models.UpdatePracticalInfoCommand, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Post>>;
|
|
13333
13342
|
}
|
|
13334
13343
|
namespace HomepageApi {
|
|
13335
13344
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13343,12 +13352,12 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13343
13352
|
private constructor();
|
|
13344
13353
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.InsuranceApi;
|
|
13345
13354
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.InsuranceApi;
|
|
13346
|
-
addInsuranceAgreementDocument(companyId: bigint, insuranceId: bigint, addAgreementDocumentToInsuranceCommand: no.solibo.oss.sdk.api.gen.models.AddAgreementDocumentToInsuranceCommand): Promise<
|
|
13347
|
-
closeInsurance(companyId: bigint, insuranceId: bigint, closeInsuranceCommand: no.solibo.oss.sdk.api.gen.models.CloseInsuranceCommand): Promise<
|
|
13348
|
-
createInsurance(companyId: bigint, createInsuranceCommand: no.solibo.oss.sdk.api.gen.models.CreateInsuranceCommand): Promise<
|
|
13349
|
-
deleteInsurance(companyId: bigint, insuranceId: bigint): Promise<
|
|
13350
|
-
indexInsurances(companyId: bigint): Promise<
|
|
13351
|
-
showInsurance(companyId: bigint, insuranceId: bigint): Promise<
|
|
13355
|
+
addInsuranceAgreementDocument(companyId: bigint, insuranceId: bigint, addAgreementDocumentToInsuranceCommand: no.solibo.oss.sdk.api.gen.models.AddAgreementDocumentToInsuranceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Insurance>>;
|
|
13356
|
+
closeInsurance(companyId: bigint, insuranceId: bigint, closeInsuranceCommand: no.solibo.oss.sdk.api.gen.models.CloseInsuranceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Insurance>>;
|
|
13357
|
+
createInsurance(companyId: bigint, createInsuranceCommand: no.solibo.oss.sdk.api.gen.models.CreateInsuranceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Insurance>>;
|
|
13358
|
+
deleteInsurance(companyId: bigint, insuranceId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13359
|
+
indexInsurances(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Insurance>>>;
|
|
13360
|
+
showInsurance(companyId: bigint, insuranceId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Insurance>>;
|
|
13352
13361
|
}
|
|
13353
13362
|
namespace InsuranceApi {
|
|
13354
13363
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13362,17 +13371,17 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13362
13371
|
private constructor();
|
|
13363
13372
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.InvoiceApi;
|
|
13364
13373
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.InvoiceApi;
|
|
13365
|
-
createInvoiceApproval(companyId: bigint, invoiceId: string, approveInvoiceCommand: no.solibo.oss.sdk.api.gen.models.ApproveInvoiceCommand): Promise<
|
|
13366
|
-
createInvoiceNotice(companyId: bigint, createInvoiceNotificationCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoiceNotificationCommand): Promise<
|
|
13367
|
-
createInvoiceRejection(companyId: bigint, invoiceId: string, rejectInvoiceCommand: no.solibo.oss.sdk.api.gen.models.RejectInvoiceCommand): Promise<
|
|
13368
|
-
indexInvoice(companyId: bigint, archive?: Nullable<boolean>, year?: Nullable<number>): Promise<
|
|
13369
|
-
indexInvoiceCount(companyId: bigint): Promise<
|
|
13370
|
-
indexInvoiceUnattestedCount(companyId: bigint): Promise<
|
|
13371
|
-
showAccountingAvailability(companyId: bigint): Promise<
|
|
13372
|
-
showInvoiceNotification(companyId: bigint): Promise<
|
|
13373
|
-
showInvoicePdf(companyId: bigint, tripletexInvoiceId: string): Promise<
|
|
13374
|
-
updateInvoiceNotification(companyId: bigint, updateInvoiceNotificationCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceNotificationCommand): Promise<
|
|
13375
|
-
updateInvoiceRealtimeNotification(companyId: bigint, updateRealtimeInvoiceNotificationCommand: no.solibo.oss.sdk.api.gen.models.UpdateRealtimeInvoiceNotificationCommand): Promise<
|
|
13374
|
+
createInvoiceApproval(companyId: bigint, invoiceId: string, approveInvoiceCommand: no.solibo.oss.sdk.api.gen.models.ApproveInvoiceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13375
|
+
createInvoiceNotice(companyId: bigint, createInvoiceNotificationCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoiceNotificationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13376
|
+
createInvoiceRejection(companyId: bigint, invoiceId: string, rejectInvoiceCommand: no.solibo.oss.sdk.api.gen.models.RejectInvoiceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13377
|
+
indexInvoice(companyId: bigint, archive?: Nullable<boolean>, year?: Nullable<number>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SupplierInvoiceList>>;
|
|
13378
|
+
indexInvoiceCount(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SupplierInvoiceList>>;
|
|
13379
|
+
indexInvoiceUnattestedCount(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceCount>>;
|
|
13380
|
+
showAccountingAvailability(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13381
|
+
showInvoiceNotification(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceNotification>>;
|
|
13382
|
+
showInvoicePdf(companyId: bigint, tripletexInvoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13383
|
+
updateInvoiceNotification(companyId: bigint, updateInvoiceNotificationCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceNotificationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13384
|
+
updateInvoiceRealtimeNotification(companyId: bigint, updateRealtimeInvoiceNotificationCommand: no.solibo.oss.sdk.api.gen.models.UpdateRealtimeInvoiceNotificationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13376
13385
|
}
|
|
13377
13386
|
namespace InvoiceApi {
|
|
13378
13387
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13386,96 +13395,96 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13386
13395
|
private constructor();
|
|
13387
13396
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.InvoicingApi;
|
|
13388
13397
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.InvoicingApi;
|
|
13389
|
-
activateInvoiceLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<
|
|
13390
|
-
activateInvoicingForCompany(companyId: bigint, activateCompanyForTriplewinCommand: no.solibo.oss.sdk.api.gen.models.ActivateCompanyForTriplewinCommand): Promise<
|
|
13391
|
-
adHocInvoicing(companyId: bigint, adHocInvoiceLinesInputCommand: no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLinesInputCommand, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<
|
|
13392
|
-
attachPaymentToInvoice(orgNr: string, paymentId: bigint, invoiceId: string): Promise<
|
|
13393
|
-
createCompanyCustomerClaim(companyId: bigint, customerType: string, customerId: bigint, createCustomerClaimCommand: no.solibo.oss.sdk.api.gen.models.CreateCustomerClaimCommand): Promise<
|
|
13394
|
-
createCompanyExternalInvoiceRecipient(companyId: bigint, customerType: no.solibo.oss.sdk.api.gen.models.CustomerType, createExternalCustomerCommand: no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommand): Promise<
|
|
13395
|
-
createCompanyExternalInvoiceRecipientById(companyId: bigint, customerType: string, customerId: bigint, addExternalCustomerCommand: no.solibo.oss.sdk.api.gen.models.AddExternalCustomerCommand): Promise<
|
|
13396
|
-
createCompanyInvoiceRecipientOfSection(companyId: bigint, customerType: string, customerId: bigint, createInvoiceRecipientCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoiceRecipientCommand, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<
|
|
13397
|
-
createCustomerComment(companyId: bigint, customerType: string, customerId: bigint, createCustomerCommentCommand: no.solibo.oss.sdk.api.gen.models.CreateCustomerCommentCommand): Promise<
|
|
13398
|
-
createInvoicePlan(companyId: bigint, createInvoicePlanCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoicePlanCommand, active?: Nullable<boolean>, type?: Nullable<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>): Promise<
|
|
13399
|
-
createInvoicePlanDistribution(companyId: bigint, invoicePlanId: bigint, createInvoiceDistributionCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoiceDistributionCommand): Promise<
|
|
13400
|
-
createInvoicePlanLine(companyId: bigint, invoicePlanId: bigint, createInvoicePlanLineCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoicePlanLineCommand, active?: Nullable<boolean>): Promise<
|
|
13401
|
-
createInvoicingPlanTransactions(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<
|
|
13402
|
-
creditInvoice(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string, creditInvoiceCommand: no.solibo.oss.sdk.api.gen.models.CreditInvoiceCommand): Promise<
|
|
13403
|
-
deactivateInvoiceLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<
|
|
13404
|
-
deleteAdHocInvoicingGroup(companyId: bigint, adhocLineGroupId: bigint): Promise<
|
|
13405
|
-
deleteAdHocInvoicingLine(companyId: bigint, adhocLineId: bigint): Promise<
|
|
13406
|
-
deleteAdHocInvoicingLines(companyId: bigint, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<
|
|
13407
|
-
deleteCompanyExternalInvoiceRecipient(companyId: bigint, customerType: string, customerId: bigint): Promise<
|
|
13408
|
-
deleteCompanyInvoiceRecipientForSection(companyId: bigint, customerType: string, customerId: bigint, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<
|
|
13409
|
-
deleteInvoiceLineChange(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<
|
|
13410
|
-
deleteInvoicePlanDistribution(companyId: bigint, invoicePlanId: bigint, distributionId: bigint): Promise<
|
|
13411
|
-
faktureringForCompanyIsActive(companyId: bigint): Promise<
|
|
13412
|
-
indexInvoicingAccounts(companyId: bigint): Promise<
|
|
13413
|
-
indexInvoicingCustomerInvoices(companyId: bigint, customerType: string, customerId: bigint): Promise<
|
|
13414
|
-
indexInvoicingCustomerMetadata(companyId: bigint, customerType: string, customerId: bigint): Promise<
|
|
13415
|
-
indexInvoicingCustomers(companyId: bigint): Promise<
|
|
13416
|
-
indexInvoicingForCompaniesExpired(): Promise<
|
|
13417
|
-
indexInvoicingForCompaniesExpiredTypes(): Promise<
|
|
13418
|
-
indexInvoicingForCompaniesOverdue(expiredType: no.solibo.oss.sdk.api.gen.models.ExpiredType, pageToken?: Nullable<string>): Promise<
|
|
13419
|
-
indexInvoicingForCompaniesPaymentsDetached(pageToken?: Nullable<string>): Promise<
|
|
13420
|
-
indexInvoicingForCompaniesPaymentsHandlings(): Promise<
|
|
13421
|
-
indexInvoicingForCompanyHistory(companyId: bigint, periodStart: bigint, periodEnd: bigint, pageToken?: Nullable<string>): Promise<
|
|
13422
|
-
indexInvoicingForCompanyQueued(companyId: bigint): Promise<
|
|
13423
|
-
indexInvoicingForCompanyQueuedPreview(companyId: bigint, invoiceId: string): Promise<
|
|
13424
|
-
indexInvoicingInvoiceCredits(companyId: bigint, invoiceId: string): Promise<
|
|
13425
|
-
indexInvoicingInvoicePayments(companyId: bigint, invoiceId: string): Promise<
|
|
13426
|
-
indexInvoicingInvoicePdfs(companyId: bigint, ids: kotlin.collections.KtList<string>): Promise<
|
|
13427
|
-
indexInvoicingPlanTypes(companyId: bigint): Promise<
|
|
13428
|
-
indexInvoicingPlans(companyId: bigint, active?: Nullable<boolean>, type?: Nullable<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>): Promise<
|
|
13429
|
-
indexInvoicingSectionInvoiceRecipients(companyId: bigint, sectionId: bigint): Promise<
|
|
13430
|
-
indexInvoicingSectionInvoices(companyId: bigint, sectionId: bigint): Promise<
|
|
13431
|
-
indexInvoicingSectionPlans(companyId: bigint, sectionId: bigint, active?: Nullable<boolean>): Promise<
|
|
13432
|
-
indexUpcomingInvoicing(): Promise<
|
|
13433
|
-
lossInvoice(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<
|
|
13434
|
-
putCompanyInvoiceClose(companyId: bigint, invoiceId: string, closeInvoiceCommand: no.solibo.oss.sdk.api.gen.models.CloseInvoiceCommand): Promise<
|
|
13435
|
-
putCompanyInvoiceDisableOverdueNotices(companyId: bigint, invoiceId: string): Promise<
|
|
13436
|
-
putCompanyInvoiceEnableOverdueNotices(companyId: bigint, invoiceId: string): Promise<
|
|
13437
|
-
putCompanyInvoicesDisableOverdueNotices(companyId: bigint, massInvoiceOverdueDisableCommand: no.solibo.oss.sdk.api.gen.models.MassInvoiceOverdueDisableCommand): Promise<
|
|
13438
|
-
putCompanyInvoicesEnableOverdueNotices(companyId: bigint, massInvoiceOverdueEnableCommand: no.solibo.oss.sdk.api.gen.models.MassInvoiceOverdueEnableCommand): Promise<
|
|
13439
|
-
redirectToInvoicingForCompaniesExpiredByCustomerInTripletex(tenant?: Nullable<string>, payerType?: Nullable<no.solibo.oss.sdk.api.gen.models.PayerType>, payerId?: Nullable<string>, shouldRedirect?: Nullable<boolean>): Promise<
|
|
13440
|
-
rejectPayment(orgNr: string, paymentId: bigint): Promise<
|
|
13441
|
-
showInvoicingAdHocGroupLines(companyId: bigint, adhocLineGroupId: bigint): Promise<
|
|
13442
|
-
showInvoicingAdHocGroupPreview(companyId: bigint, adhocLineGroupId: bigint): Promise<
|
|
13443
|
-
showInvoicingAdHocGroupPreviewPdf(companyId: bigint, adhocLineGroupId: bigint, iteratorValue: bigint): Promise<
|
|
13444
|
-
showInvoicingAdHocGroups(companyId: bigint, allGroups?: Nullable<boolean>): Promise<
|
|
13445
|
-
showInvoicingAdHocLines(companyId: bigint, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<
|
|
13446
|
-
showInvoicingAdHocLinesByOrganization(companyId: bigint, adhocLineId: bigint, organizationId: bigint): Promise<
|
|
13447
|
-
showInvoicingAdHocLinesByPerson(companyId: bigint, adhocLineId: bigint, personId: bigint): Promise<
|
|
13448
|
-
showInvoicingAdHocLinesBySection(companyId: bigint, adhocLineId: bigint, sectionId: bigint): Promise<
|
|
13449
|
-
showInvoicingCustomer(companyId: bigint, customerType: string, customerId: bigint, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<
|
|
13450
|
-
showInvoicingCustomerInvoiceOverdueFirstPdf(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<
|
|
13451
|
-
showInvoicingCustomerInvoiceOverdueSecondPdf(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<
|
|
13452
|
-
showInvoicingCustomerInvoicePdf(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<
|
|
13453
|
-
showInvoicingCustomerInvoiceReceptionsSection(companyId: bigint, customerType: string, customerId: bigint): Promise<
|
|
13454
|
-
showInvoicingForCompaniesExpiredByCustomer(tenant?: Nullable<string>, payerType?: Nullable<no.solibo.oss.sdk.api.gen.models.PayerType>, payerId?: Nullable<string>, invoiceIds?: Nullable<kotlin.collections.KtList<string>>): Promise<
|
|
13455
|
-
showInvoicingPlan(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<
|
|
13456
|
-
showInvoicingPlanAdHocLines(companyId: bigint, invoicePlanId: bigint, allLines?: Nullable<boolean>): Promise<
|
|
13457
|
-
showInvoicingPlanDistribution(companyId: bigint, invoicePlanId: bigint, distributionId: bigint): Promise<
|
|
13458
|
-
showInvoicingPlanDistributions(companyId: bigint, invoicePlanId: bigint): Promise<
|
|
13459
|
-
showInvoicingPlanLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<
|
|
13460
|
-
showInvoicingPlanLines(companyId: bigint, invoicePlanId: bigint, active?: Nullable<boolean>): Promise<
|
|
13461
|
-
showInvoicingPlanPreview(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>, forced?: Nullable<boolean>): Promise<
|
|
13462
|
-
showInvoicingPlanPreviewCustomerPdf(companyId: bigint, invoicePlanId: bigint, customerType: string, customerId: bigint, sectionId?: Nullable<bigint>, at?: Nullable<bigint>): Promise<
|
|
13463
|
-
showInvoicingPlanSettings(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<
|
|
13464
|
-
showInvoicingPlanTransactionInvoices(companyId: bigint, invoicePlanId: bigint, transactionId: bigint): Promise<
|
|
13465
|
-
showInvoicingPlanTransactions(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<
|
|
13466
|
-
showInvoicingSettings(companyId: bigint): Promise<
|
|
13467
|
-
toggleInvoicingPlanTransactionOverdue(companyId: bigint, invoicePlanId: bigint, transactionId: bigint): Promise<
|
|
13468
|
-
updateAdHocInvoicing(companyId: bigint, adHocInvoiceLinesUpdateInputCommand: no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLinesUpdateInputCommand, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<
|
|
13469
|
-
updateAdHocInvoicingGroup(companyId: bigint, adhocLineGroupId: bigint, updateAdHocInvoiceGroupCommand: no.solibo.oss.sdk.api.gen.models.UpdateAdHocInvoiceGroupCommand): Promise<
|
|
13470
|
-
updateCompanyExternalInvoiceRecipient(companyId: bigint, customerType: string, customerId: bigint, updateExternalInvoiceRecipientCommand: no.solibo.oss.sdk.api.gen.models.UpdateExternalInvoiceRecipientCommand): Promise<
|
|
13471
|
-
updateCompanyInvoiceRecipientOfSection(companyId: bigint, customerType: string, customerId: bigint, updateInvoiceRecipientCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceRecipientCommand, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<
|
|
13472
|
-
updateCustomerMetadata(companyId: bigint, customerType: string, customerId: bigint, modifyCustomerMetadataCommand: no.solibo.oss.sdk.api.gen.models.ModifyCustomerMetadataCommand): Promise<
|
|
13473
|
-
updateInvoicePlan(companyId: bigint, invoicePlanId: bigint, updateInvoicePlanCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanCommand, at?: Nullable<bigint>): Promise<
|
|
13474
|
-
updateInvoicePlanDistribution(companyId: bigint, invoicePlanId: bigint, distributionId: bigint, updateInvoiceDistributionCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceDistributionCommand): Promise<
|
|
13475
|
-
updateInvoicePlanLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint, updateInvoicePlanLineCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanLineCommand): Promise<
|
|
13476
|
-
updateInvoicePlanLineName(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint, updateInvoicePlanLineNameCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanLineNameCommand): Promise<
|
|
13477
|
-
updateInvoicePlanSettings(companyId: bigint, invoicePlanId: bigint, updateInvoicePlanSettingsCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanSettingsCommand, at?: Nullable<bigint>): Promise<
|
|
13478
|
-
updateInvoiceSettings(companyId: bigint, updateInvoiceSettingsCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceSettingsCommand): Promise<
|
|
13398
|
+
activateInvoiceLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13399
|
+
activateInvoicingForCompany(companyId: bigint, activateCompanyForTriplewinCommand: no.solibo.oss.sdk.api.gen.models.ActivateCompanyForTriplewinCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13400
|
+
adHocInvoicing(companyId: bigint, adHocInvoiceLinesInputCommand: no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLinesInputCommand, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLineResult>>;
|
|
13401
|
+
attachPaymentToInvoice(orgNr: string, paymentId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Invoice>>;
|
|
13402
|
+
createCompanyCustomerClaim(companyId: bigint, customerType: string, customerId: bigint, createCustomerClaimCommand: no.solibo.oss.sdk.api.gen.models.CreateCustomerClaimCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceInput>>;
|
|
13403
|
+
createCompanyExternalInvoiceRecipient(companyId: bigint, customerType: no.solibo.oss.sdk.api.gen.models.CustomerType, createExternalCustomerCommand: no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceRecipient>>;
|
|
13404
|
+
createCompanyExternalInvoiceRecipientById(companyId: bigint, customerType: string, customerId: bigint, addExternalCustomerCommand: no.solibo.oss.sdk.api.gen.models.AddExternalCustomerCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceRecipient>>;
|
|
13405
|
+
createCompanyInvoiceRecipientOfSection(companyId: bigint, customerType: string, customerId: bigint, createInvoiceRecipientCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoiceRecipientCommand, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceRecipient>>;
|
|
13406
|
+
createCustomerComment(companyId: bigint, customerType: string, customerId: bigint, createCustomerCommentCommand: no.solibo.oss.sdk.api.gen.models.CreateCustomerCommentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13407
|
+
createInvoicePlan(companyId: bigint, createInvoicePlanCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoicePlanCommand, active?: Nullable<boolean>, type?: Nullable<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>;
|
|
13408
|
+
createInvoicePlanDistribution(companyId: bigint, invoicePlanId: bigint, createInvoiceDistributionCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoiceDistributionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanDistribution>>;
|
|
13409
|
+
createInvoicePlanLine(companyId: bigint, invoicePlanId: bigint, createInvoicePlanLineCommand: no.solibo.oss.sdk.api.gen.models.CreateInvoicePlanLineCommand, active?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanLine>>;
|
|
13410
|
+
createInvoicingPlanTransactions(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoiceInput>>>;
|
|
13411
|
+
creditInvoice(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string, creditInvoiceCommand: no.solibo.oss.sdk.api.gen.models.CreditInvoiceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceProcessingResult>>;
|
|
13412
|
+
deactivateInvoiceLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13413
|
+
deleteAdHocInvoicingGroup(companyId: bigint, adhocLineGroupId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13414
|
+
deleteAdHocInvoicingLine(companyId: bigint, adhocLineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13415
|
+
deleteAdHocInvoicingLines(companyId: bigint, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13416
|
+
deleteCompanyExternalInvoiceRecipient(companyId: bigint, customerType: string, customerId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13417
|
+
deleteCompanyInvoiceRecipientForSection(companyId: bigint, customerType: string, customerId: bigint, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13418
|
+
deleteInvoiceLineChange(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13419
|
+
deleteInvoicePlanDistribution(companyId: bigint, invoicePlanId: bigint, distributionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13420
|
+
faktureringForCompanyIsActive(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13421
|
+
indexInvoicingAccounts(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Account>>>;
|
|
13422
|
+
indexInvoicingCustomerInvoices(companyId: bigint, customerType: string, customerId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Invoice>>>;
|
|
13423
|
+
indexInvoicingCustomerMetadata(companyId: bigint, customerType: string, customerId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.CustomerMetadata>>;
|
|
13424
|
+
indexInvoicingCustomers(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Customer>>>;
|
|
13425
|
+
indexInvoicingForCompaniesExpired(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.TriplewinOverdueInvoiceOverview>>;
|
|
13426
|
+
indexInvoicingForCompaniesExpiredTypes(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ExpiredType>>>;
|
|
13427
|
+
indexInvoicingForCompaniesOverdue(expiredType: no.solibo.oss.sdk.api.gen.models.ExpiredType, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceList>>;
|
|
13428
|
+
indexInvoicingForCompaniesPaymentsDetached(pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.GenghisPaymentList>>;
|
|
13429
|
+
indexInvoicingForCompaniesPaymentsHandlings(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.PaymentHandling>>>;
|
|
13430
|
+
indexInvoicingForCompanyHistory(companyId: bigint, periodStart: bigint, periodEnd: bigint, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceList>>;
|
|
13431
|
+
indexInvoicingForCompanyQueued(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceInputList>>;
|
|
13432
|
+
indexInvoicingForCompanyQueuedPreview(companyId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceResultPreview>>;
|
|
13433
|
+
indexInvoicingInvoiceCredits(companyId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Invoice>>>;
|
|
13434
|
+
indexInvoicingInvoicePayments(companyId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Payment>>>;
|
|
13435
|
+
indexInvoicingInvoicePdfs(companyId: bigint, ids: kotlin.collections.KtList<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13436
|
+
indexInvoicingPlanTypes(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>>>;
|
|
13437
|
+
indexInvoicingPlans(companyId: bigint, active?: Nullable<boolean>, type?: Nullable<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>>;
|
|
13438
|
+
indexInvoicingSectionInvoiceRecipients(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoiceRecipient>>>;
|
|
13439
|
+
indexInvoicingSectionInvoices(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Invoice>>>;
|
|
13440
|
+
indexInvoicingSectionPlans(companyId: bigint, sectionId: bigint, active?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>>;
|
|
13441
|
+
indexUpcomingInvoicing(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.GlobalPreview>>>;
|
|
13442
|
+
lossInvoice(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13443
|
+
putCompanyInvoiceClose(companyId: bigint, invoiceId: string, closeInvoiceCommand: no.solibo.oss.sdk.api.gen.models.CloseInvoiceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13444
|
+
putCompanyInvoiceDisableOverdueNotices(companyId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13445
|
+
putCompanyInvoiceEnableOverdueNotices(companyId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13446
|
+
putCompanyInvoicesDisableOverdueNotices(companyId: bigint, massInvoiceOverdueDisableCommand: no.solibo.oss.sdk.api.gen.models.MassInvoiceOverdueDisableCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13447
|
+
putCompanyInvoicesEnableOverdueNotices(companyId: bigint, massInvoiceOverdueEnableCommand: no.solibo.oss.sdk.api.gen.models.MassInvoiceOverdueEnableCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13448
|
+
redirectToInvoicingForCompaniesExpiredByCustomerInTripletex(tenant?: Nullable<string>, payerType?: Nullable<no.solibo.oss.sdk.api.gen.models.PayerType>, payerId?: Nullable<string>, shouldRedirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.UrlWrapper>>;
|
|
13449
|
+
rejectPayment(orgNr: string, paymentId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13450
|
+
showInvoicingAdHocGroupLines(companyId: bigint, adhocLineGroupId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13451
|
+
showInvoicingAdHocGroupPreview(companyId: bigint, adhocLineGroupId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePreview>>>;
|
|
13452
|
+
showInvoicingAdHocGroupPreviewPdf(companyId: bigint, adhocLineGroupId: bigint, iteratorValue: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceResultPreview>>;
|
|
13453
|
+
showInvoicingAdHocGroups(companyId: bigint, allGroups?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceGroup>>>;
|
|
13454
|
+
showInvoicingAdHocLines(companyId: bigint, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13455
|
+
showInvoicingAdHocLinesByOrganization(companyId: bigint, adhocLineId: bigint, organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13456
|
+
showInvoicingAdHocLinesByPerson(companyId: bigint, adhocLineId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13457
|
+
showInvoicingAdHocLinesBySection(companyId: bigint, adhocLineId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13458
|
+
showInvoicingCustomer(companyId: bigint, customerType: string, customerId: bigint, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Customer>>;
|
|
13459
|
+
showInvoicingCustomerInvoiceOverdueFirstPdf(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13460
|
+
showInvoicingCustomerInvoiceOverdueSecondPdf(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13461
|
+
showInvoicingCustomerInvoicePdf(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13462
|
+
showInvoicingCustomerInvoiceReceptionsSection(companyId: bigint, customerType: string, customerId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<bigint>>>;
|
|
13463
|
+
showInvoicingForCompaniesExpiredByCustomer(tenant?: Nullable<string>, payerType?: Nullable<no.solibo.oss.sdk.api.gen.models.PayerType>, payerId?: Nullable<string>, invoiceIds?: Nullable<kotlin.collections.KtList<string>>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.OverdueInvoiceCustomerPreview>>;
|
|
13464
|
+
showInvoicingPlan(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>;
|
|
13465
|
+
showInvoicingPlanAdHocLines(companyId: bigint, invoicePlanId: bigint, allLines?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13466
|
+
showInvoicingPlanDistribution(companyId: bigint, invoicePlanId: bigint, distributionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanDistribution>>;
|
|
13467
|
+
showInvoicingPlanDistributions(companyId: bigint, invoicePlanId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlanDistribution>>>;
|
|
13468
|
+
showInvoicingPlanLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanLine>>;
|
|
13469
|
+
showInvoicingPlanLines(companyId: bigint, invoicePlanId: bigint, active?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlanLine>>>;
|
|
13470
|
+
showInvoicingPlanPreview(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>, forced?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePreview>>>;
|
|
13471
|
+
showInvoicingPlanPreviewCustomerPdf(companyId: bigint, invoicePlanId: bigint, customerType: string, customerId: bigint, sectionId?: Nullable<bigint>, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceResultPreview>>;
|
|
13472
|
+
showInvoicingPlanSettings(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanSettings>>;
|
|
13473
|
+
showInvoicingPlanTransactionInvoices(companyId: bigint, invoicePlanId: bigint, transactionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Invoice>>>;
|
|
13474
|
+
showInvoicingPlanTransactions(companyId: bigint, invoicePlanId: bigint, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlanTransaction>>>;
|
|
13475
|
+
showInvoicingSettings(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceSettings>>;
|
|
13476
|
+
toggleInvoicingPlanTransactionOverdue(companyId: bigint, invoicePlanId: bigint, transactionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13477
|
+
updateAdHocInvoicing(companyId: bigint, adHocInvoiceLinesUpdateInputCommand: no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLinesUpdateInputCommand, allLines?: Nullable<boolean>, idsToDelete?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceLine>>>;
|
|
13478
|
+
updateAdHocInvoicingGroup(companyId: bigint, adhocLineGroupId: bigint, updateAdHocInvoiceGroupCommand: no.solibo.oss.sdk.api.gen.models.UpdateAdHocInvoiceGroupCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.AdHocInvoiceGroup>>;
|
|
13479
|
+
updateCompanyExternalInvoiceRecipient(companyId: bigint, customerType: string, customerId: bigint, updateExternalInvoiceRecipientCommand: no.solibo.oss.sdk.api.gen.models.UpdateExternalInvoiceRecipientCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13480
|
+
updateCompanyInvoiceRecipientOfSection(companyId: bigint, customerType: string, customerId: bigint, updateInvoiceRecipientCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceRecipientCommand, sectionIdToDeleteFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13481
|
+
updateCustomerMetadata(companyId: bigint, customerType: string, customerId: bigint, modifyCustomerMetadataCommand: no.solibo.oss.sdk.api.gen.models.ModifyCustomerMetadataCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13482
|
+
updateInvoicePlan(companyId: bigint, invoicePlanId: bigint, updateInvoicePlanCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanCommand, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>;
|
|
13483
|
+
updateInvoicePlanDistribution(companyId: bigint, invoicePlanId: bigint, distributionId: bigint, updateInvoiceDistributionCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceDistributionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanDistribution>>;
|
|
13484
|
+
updateInvoicePlanLine(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint, updateInvoicePlanLineCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanLineCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanLine>>;
|
|
13485
|
+
updateInvoicePlanLineName(companyId: bigint, invoicePlanId: bigint, invoiceLineId: bigint, updateInvoicePlanLineNameCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanLineNameCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanLine>>;
|
|
13486
|
+
updateInvoicePlanSettings(companyId: bigint, invoicePlanId: bigint, updateInvoicePlanSettingsCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoicePlanSettingsCommand, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoicePlanSettings>>;
|
|
13487
|
+
updateInvoiceSettings(companyId: bigint, updateInvoiceSettingsCommand: no.solibo.oss.sdk.api.gen.models.UpdateInvoiceSettingsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.InvoiceSettings>>;
|
|
13479
13488
|
}
|
|
13480
13489
|
namespace InvoicingApi {
|
|
13481
13490
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13489,21 +13498,21 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13489
13498
|
private constructor();
|
|
13490
13499
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.IssueApi;
|
|
13491
13500
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.IssueApi;
|
|
13492
|
-
closeIssue(companyId: bigint, issueId: bigint): Promise<
|
|
13493
|
-
createIssue(companyId: bigint, createIssueCommand: no.solibo.oss.sdk.api.gen.models.CreateIssueCommand): Promise<
|
|
13494
|
-
createIssueComment(companyId: bigint, issueId: bigint, createIssueCommentCommand: no.solibo.oss.sdk.api.gen.models.CreateIssueCommentCommand): Promise<
|
|
13495
|
-
createIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<
|
|
13496
|
-
createIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<
|
|
13497
|
-
deleteIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<
|
|
13498
|
-
deleteIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<
|
|
13499
|
-
indexIssue(companyId: bigint): Promise<
|
|
13500
|
-
reOpenIssue(companyId: bigint, issueId: bigint): Promise<
|
|
13501
|
-
showIssue(companyId: bigint, issueId: bigint): Promise<
|
|
13502
|
-
updateIssue(companyId: bigint, issueId: bigint, updateIssueCommand: no.solibo.oss.sdk.api.gen.models.UpdateIssueCommand): Promise<
|
|
13503
|
-
updateIssueComment(companyId: bigint, issueId: bigint, commentId: bigint, updateIssueCommentCommand: no.solibo.oss.sdk.api.gen.models.UpdateIssueCommentCommand): Promise<
|
|
13504
|
-
updateIssueConclusion(companyId: bigint, issueId: bigint, updateResolutionCommand: no.solibo.oss.sdk.api.gen.models.UpdateResolutionCommand): Promise<
|
|
13505
|
-
updateIssueReport(companyId: bigint, issueId: bigint, updateReportCommand: no.solibo.oss.sdk.api.gen.models.UpdateReportCommand): Promise<
|
|
13506
|
-
updateIssueResponsible(companyId: bigint, issueId: bigint, changeResponsibleCommand: no.solibo.oss.sdk.api.gen.models.ChangeResponsibleCommand): Promise<
|
|
13501
|
+
closeIssue(companyId: bigint, issueId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13502
|
+
createIssue(companyId: bigint, createIssueCommand: no.solibo.oss.sdk.api.gen.models.CreateIssueCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13503
|
+
createIssueComment(companyId: bigint, issueId: bigint, createIssueCommentCommand: no.solibo.oss.sdk.api.gen.models.CreateIssueCommentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13504
|
+
createIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13505
|
+
createIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13506
|
+
deleteIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13507
|
+
deleteIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13508
|
+
indexIssue(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Issue>>>;
|
|
13509
|
+
reOpenIssue(companyId: bigint, issueId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13510
|
+
showIssue(companyId: bigint, issueId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13511
|
+
updateIssue(companyId: bigint, issueId: bigint, updateIssueCommand: no.solibo.oss.sdk.api.gen.models.UpdateIssueCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13512
|
+
updateIssueComment(companyId: bigint, issueId: bigint, commentId: bigint, updateIssueCommentCommand: no.solibo.oss.sdk.api.gen.models.UpdateIssueCommentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13513
|
+
updateIssueConclusion(companyId: bigint, issueId: bigint, updateResolutionCommand: no.solibo.oss.sdk.api.gen.models.UpdateResolutionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13514
|
+
updateIssueReport(companyId: bigint, issueId: bigint, updateReportCommand: no.solibo.oss.sdk.api.gen.models.UpdateReportCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13515
|
+
updateIssueResponsible(companyId: bigint, issueId: bigint, changeResponsibleCommand: no.solibo.oss.sdk.api.gen.models.ChangeResponsibleCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13507
13516
|
}
|
|
13508
13517
|
namespace IssueApi {
|
|
13509
13518
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13517,8 +13526,8 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13517
13526
|
private constructor();
|
|
13518
13527
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.LanguageApi;
|
|
13519
13528
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.LanguageApi;
|
|
13520
|
-
indexCountries(): Promise<
|
|
13521
|
-
showTranslation(countryId: bigint, body: string): Promise<
|
|
13529
|
+
indexCountries(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Country>>>;
|
|
13530
|
+
showTranslation(countryId: bigint, body: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<string>>;
|
|
13522
13531
|
}
|
|
13523
13532
|
namespace LanguageApi {
|
|
13524
13533
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13532,16 +13541,16 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13532
13541
|
private constructor();
|
|
13533
13542
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.LoanApi;
|
|
13534
13543
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.LoanApi;
|
|
13535
|
-
createLoan(companyId: bigint, createLoanCommand: no.solibo.oss.sdk.api.gen.models.CreateLoanCommand, active?: Nullable<boolean>): Promise<
|
|
13536
|
-
deleteLoan(companyId: bigint, loanId: bigint): Promise<
|
|
13537
|
-
indexLoanAccounts(companyId: bigint): Promise<
|
|
13538
|
-
indexLoanLog(companyId: bigint, loanId: bigint): Promise<
|
|
13539
|
-
indexLoans(companyId: bigint, active?: Nullable<boolean>): Promise<
|
|
13540
|
-
showLoan(companyId: bigint, loanId: bigint): Promise<
|
|
13541
|
-
updateLoan(companyId: bigint, loanId: bigint, closeLoanCommand: no.solibo.oss.sdk.api.gen.models.CloseLoanCommand): Promise<
|
|
13542
|
-
updateLoanAgreement(companyId: bigint, loanId: bigint, addAgreementDocumentToLoanCommand: no.solibo.oss.sdk.api.gen.models.AddAgreementDocumentToLoanCommand): Promise<
|
|
13543
|
-
updateLoanIN(companyId: bigint, loanId: bigint, updateINAgreementCommand: no.solibo.oss.sdk.api.gen.models.UpdateINAgreementCommand): Promise<
|
|
13544
|
-
updateLoanInterest(companyId: bigint, loanId: bigint, updateLoanInterestCommand: no.solibo.oss.sdk.api.gen.models.UpdateLoanInterestCommand): Promise<
|
|
13544
|
+
createLoan(companyId: bigint, createLoanCommand: no.solibo.oss.sdk.api.gen.models.CreateLoanCommand, active?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Loan>>;
|
|
13545
|
+
deleteLoan(companyId: bigint, loanId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13546
|
+
indexLoanAccounts(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Account>>>;
|
|
13547
|
+
indexLoanLog(companyId: bigint, loanId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.LoanLog>>>;
|
|
13548
|
+
indexLoans(companyId: bigint, active?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Loan>>>;
|
|
13549
|
+
showLoan(companyId: bigint, loanId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Loan>>;
|
|
13550
|
+
updateLoan(companyId: bigint, loanId: bigint, closeLoanCommand: no.solibo.oss.sdk.api.gen.models.CloseLoanCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Loan>>;
|
|
13551
|
+
updateLoanAgreement(companyId: bigint, loanId: bigint, addAgreementDocumentToLoanCommand: no.solibo.oss.sdk.api.gen.models.AddAgreementDocumentToLoanCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Loan>>;
|
|
13552
|
+
updateLoanIN(companyId: bigint, loanId: bigint, updateINAgreementCommand: no.solibo.oss.sdk.api.gen.models.UpdateINAgreementCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Loan>>;
|
|
13553
|
+
updateLoanInterest(companyId: bigint, loanId: bigint, updateLoanInterestCommand: no.solibo.oss.sdk.api.gen.models.UpdateLoanInterestCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Loan>>;
|
|
13545
13554
|
}
|
|
13546
13555
|
namespace LoanApi {
|
|
13547
13556
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13555,11 +13564,11 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13555
13564
|
private constructor();
|
|
13556
13565
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.MarketingApi;
|
|
13557
13566
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.MarketingApi;
|
|
13558
|
-
contactOkonomi(companyId?: Nullable<bigint>): Promise<
|
|
13559
|
-
contactOrder(contactOrderCommand: no.solibo.oss.sdk.api.gen.models.ContactOrderCommand): Promise<
|
|
13560
|
-
contactSales(contactSalesCommand: no.solibo.oss.sdk.api.gen.models.ContactSalesCommand): Promise<
|
|
13561
|
-
contactTryFree(contactTryFreeCommand: no.solibo.oss.sdk.api.gen.models.ContactTryFreeCommand): Promise<
|
|
13562
|
-
signupNewsletter(newsletterSubscribeCommand: no.solibo.oss.sdk.api.gen.models.NewsletterSubscribeCommand): Promise<
|
|
13567
|
+
contactOkonomi(companyId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13568
|
+
contactOrder(contactOrderCommand: no.solibo.oss.sdk.api.gen.models.ContactOrderCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13569
|
+
contactSales(contactSalesCommand: no.solibo.oss.sdk.api.gen.models.ContactSalesCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13570
|
+
contactTryFree(contactTryFreeCommand: no.solibo.oss.sdk.api.gen.models.ContactTryFreeCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13571
|
+
signupNewsletter(newsletterSubscribeCommand: no.solibo.oss.sdk.api.gen.models.NewsletterSubscribeCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13563
13572
|
}
|
|
13564
13573
|
namespace MarketingApi {
|
|
13565
13574
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13573,27 +13582,27 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13573
13582
|
private constructor();
|
|
13574
13583
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.MeetingApi;
|
|
13575
13584
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.MeetingApi;
|
|
13576
|
-
closeMeeting(companyId: bigint, meetingId: bigint, closeMeetingCommand: no.solibo.oss.sdk.api.gen.models.CloseMeetingCommand): Promise<
|
|
13577
|
-
createMeeting(companyId: bigint, createMeetingCommand: no.solibo.oss.sdk.api.gen.models.CreateMeetingCommand): Promise<
|
|
13578
|
-
createMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint, attachIssueToMeetingCommand: no.solibo.oss.sdk.api.gen.models.AttachIssueToMeetingCommand): Promise<
|
|
13579
|
-
deleteMeeting(companyId: bigint, meetingId: bigint): Promise<
|
|
13580
|
-
deleteMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint): Promise<
|
|
13581
|
-
indexMeeting(companyId: bigint): Promise<
|
|
13582
|
-
indexMeetingUser(): Promise<
|
|
13583
|
-
reopenMeeting(companyId: bigint, meetingId: bigint): Promise<
|
|
13584
|
-
reorderMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint, reorderIssueInMeetingCommand: no.solibo.oss.sdk.api.gen.models.ReorderIssueInMeetingCommand): Promise<
|
|
13585
|
-
sendRSVPForMeetingParticipant(companyId: bigint, meetingId: bigint, attendeeId: bigint, rsvpCommand: no.solibo.oss.sdk.api.gen.models.RsvpCommand): Promise<
|
|
13586
|
-
sendReminderMeetingSignature(companyId: bigint, meetingId: bigint, createMeetingReminderNotificationCommand: no.solibo.oss.sdk.api.gen.models.CreateMeetingReminderNotificationCommand): Promise<
|
|
13587
|
-
sendSummonsForMeeting(companyId: bigint, meetingId: bigint, createMeetingNotificationCommand: no.solibo.oss.sdk.api.gen.models.CreateMeetingNotificationCommand): Promise<
|
|
13588
|
-
showMeeting(companyId: bigint, meetingId: bigint): Promise<
|
|
13589
|
-
startMeeting(companyId: bigint, meetingId: bigint): Promise<
|
|
13590
|
-
updateMeeting(companyId: bigint, meetingId: bigint, updateMeetingCommand: no.solibo.oss.sdk.api.gen.models.UpdateMeetingCommand): Promise<
|
|
13591
|
-
updateMeetingIssueFollowUp(companyId: bigint, meetingId: bigint, issueId: bigint, followUpIssueLaterCommand: no.solibo.oss.sdk.api.gen.models.FollowUpIssueLaterCommand): Promise<
|
|
13592
|
-
updateMeetingIssueTreat(companyId: bigint, meetingId: bigint, issueId: bigint): Promise<
|
|
13593
|
-
updateMeetingParticipantAttendance(companyId: bigint, meetingId: bigint, attendeeId: bigint, registerAttendanceCommand: no.solibo.oss.sdk.api.gen.models.RegisterAttendanceCommand): Promise<
|
|
13594
|
-
updateMeetingParticipantSignature(companyId: bigint, meetingId: bigint, attendeeId: bigint): Promise<
|
|
13595
|
-
updateMeetingParticipantSignatureUnavailable(companyId: bigint, meetingId: bigint, attendeeId: bigint): Promise<
|
|
13596
|
-
updateMeetingParticipants(companyId: bigint, meetingId: bigint, updateMeetingParticipantsCommand: no.solibo.oss.sdk.api.gen.models.UpdateMeetingParticipantsCommand): Promise<
|
|
13585
|
+
closeMeeting(companyId: bigint, meetingId: bigint, closeMeetingCommand: no.solibo.oss.sdk.api.gen.models.CloseMeetingCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13586
|
+
createMeeting(companyId: bigint, createMeetingCommand: no.solibo.oss.sdk.api.gen.models.CreateMeetingCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MeetingDetails>>;
|
|
13587
|
+
createMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint, attachIssueToMeetingCommand: no.solibo.oss.sdk.api.gen.models.AttachIssueToMeetingCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.IssueDetails>>;
|
|
13588
|
+
deleteMeeting(companyId: bigint, meetingId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13589
|
+
deleteMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13590
|
+
indexMeeting(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Meeting>>>;
|
|
13591
|
+
indexMeetingUser(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Meeting>>>;
|
|
13592
|
+
reopenMeeting(companyId: bigint, meetingId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MeetingDetails>>;
|
|
13593
|
+
reorderMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint, reorderIssueInMeetingCommand: no.solibo.oss.sdk.api.gen.models.ReorderIssueInMeetingCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13594
|
+
sendRSVPForMeetingParticipant(companyId: bigint, meetingId: bigint, attendeeId: bigint, rsvpCommand: no.solibo.oss.sdk.api.gen.models.RsvpCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13595
|
+
sendReminderMeetingSignature(companyId: bigint, meetingId: bigint, createMeetingReminderNotificationCommand: no.solibo.oss.sdk.api.gen.models.CreateMeetingReminderNotificationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13596
|
+
sendSummonsForMeeting(companyId: bigint, meetingId: bigint, createMeetingNotificationCommand: no.solibo.oss.sdk.api.gen.models.CreateMeetingNotificationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13597
|
+
showMeeting(companyId: bigint, meetingId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MeetingDetails>>;
|
|
13598
|
+
startMeeting(companyId: bigint, meetingId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13599
|
+
updateMeeting(companyId: bigint, meetingId: bigint, updateMeetingCommand: no.solibo.oss.sdk.api.gen.models.UpdateMeetingCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MeetingDetails>>;
|
|
13600
|
+
updateMeetingIssueFollowUp(companyId: bigint, meetingId: bigint, issueId: bigint, followUpIssueLaterCommand: no.solibo.oss.sdk.api.gen.models.FollowUpIssueLaterCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13601
|
+
updateMeetingIssueTreat(companyId: bigint, meetingId: bigint, issueId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13602
|
+
updateMeetingParticipantAttendance(companyId: bigint, meetingId: bigint, attendeeId: bigint, registerAttendanceCommand: no.solibo.oss.sdk.api.gen.models.RegisterAttendanceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13603
|
+
updateMeetingParticipantSignature(companyId: bigint, meetingId: bigint, attendeeId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13604
|
+
updateMeetingParticipantSignatureUnavailable(companyId: bigint, meetingId: bigint, attendeeId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13605
|
+
updateMeetingParticipants(companyId: bigint, meetingId: bigint, updateMeetingParticipantsCommand: no.solibo.oss.sdk.api.gen.models.UpdateMeetingParticipantsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.MeetingDetails>>;
|
|
13597
13606
|
}
|
|
13598
13607
|
namespace MeetingApi {
|
|
13599
13608
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13607,23 +13616,23 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13607
13616
|
private constructor();
|
|
13608
13617
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.OrganizationApi;
|
|
13609
13618
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.OrganizationApi;
|
|
13610
|
-
createOrganizationEmployee(organizationId: bigint, createEmployeeCommand: no.solibo.oss.sdk.api.gen.models.CreateEmployeeCommand): Promise<
|
|
13611
|
-
deleteOrganizationCompanyContact(organizationId: bigint, employeeId: bigint, companyId: bigint): Promise<
|
|
13612
|
-
deleteOrganizationEmployee(organizationId: bigint, employeeId: bigint): Promise<
|
|
13613
|
-
deleteOrganizationFromSAM(companyId: bigint, organizationId: bigint): Promise<
|
|
13614
|
-
deleteOrganizationRole(organizationId: bigint, roleId: bigint): Promise<
|
|
13615
|
-
deleteOrganizationSectionContact(organizationId: bigint, employeeId: bigint, companyId: bigint, sectionId: bigint): Promise<
|
|
13616
|
-
indexOrganizations(): Promise<
|
|
13617
|
-
indexOrganizationsForEdit(companyId: bigint): Promise<
|
|
13618
|
-
massUpdateOrganization(companyId: bigint, massEditOrganizationCommand: no.solibo.oss.sdk.api.gen.models.MassEditOrganizationCommand): Promise<
|
|
13619
|
-
searchOrganizations(query?: Nullable<string>): Promise<
|
|
13620
|
-
showOrganization(organizationId: bigint): Promise<
|
|
13621
|
-
showOrganizationByOrganizationnummer(organizationNumber: string): Promise<
|
|
13622
|
-
updateOrganization(organizationId: bigint, updateOrganizationCommand: no.solibo.oss.sdk.api.gen.models.UpdateOrganizationCommand): Promise<
|
|
13623
|
-
updateOrganizationCompanyContact(organizationId: bigint, employeeId: bigint, companyId: bigint): Promise<
|
|
13624
|
-
updateOrganizationEmployee(organizationId: bigint, employeeId: bigint, updateEmployeeCommand: no.solibo.oss.sdk.api.gen.models.UpdateEmployeeCommand): Promise<
|
|
13625
|
-
updateOrganizationReservations(organizationId: bigint, updateOrganizationReservationsCommand: no.solibo.oss.sdk.api.gen.models.UpdateOrganizationReservationsCommand): Promise<
|
|
13626
|
-
updateOrganizationSectionContact(organizationId: bigint, employeeId: bigint, companyId: bigint, sectionId: bigint): Promise<
|
|
13619
|
+
createOrganizationEmployee(organizationId: bigint, createEmployeeCommand: no.solibo.oss.sdk.api.gen.models.CreateEmployeeCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.OrganizationEmployee>>;
|
|
13620
|
+
deleteOrganizationCompanyContact(organizationId: bigint, employeeId: bigint, companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13621
|
+
deleteOrganizationEmployee(organizationId: bigint, employeeId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13622
|
+
deleteOrganizationFromSAM(companyId: bigint, organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13623
|
+
deleteOrganizationRole(organizationId: bigint, roleId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13624
|
+
deleteOrganizationSectionContact(organizationId: bigint, employeeId: bigint, companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13625
|
+
indexOrganizations(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Organization>>>;
|
|
13626
|
+
indexOrganizationsForEdit(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.MassEditOrganization>>>;
|
|
13627
|
+
massUpdateOrganization(companyId: bigint, massEditOrganizationCommand: no.solibo.oss.sdk.api.gen.models.MassEditOrganizationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13628
|
+
searchOrganizations(query?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Organization>>>;
|
|
13629
|
+
showOrganization(organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Organization>>;
|
|
13630
|
+
showOrganizationByOrganizationnummer(organizationNumber: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Organization>>;
|
|
13631
|
+
updateOrganization(organizationId: bigint, updateOrganizationCommand: no.solibo.oss.sdk.api.gen.models.UpdateOrganizationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13632
|
+
updateOrganizationCompanyContact(organizationId: bigint, employeeId: bigint, companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13633
|
+
updateOrganizationEmployee(organizationId: bigint, employeeId: bigint, updateEmployeeCommand: no.solibo.oss.sdk.api.gen.models.UpdateEmployeeCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.OrganizationEmployee>>;
|
|
13634
|
+
updateOrganizationReservations(organizationId: bigint, updateOrganizationReservationsCommand: no.solibo.oss.sdk.api.gen.models.UpdateOrganizationReservationsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Organization>>;
|
|
13635
|
+
updateOrganizationSectionContact(organizationId: bigint, employeeId: bigint, companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13627
13636
|
}
|
|
13628
13637
|
namespace OrganizationApi {
|
|
13629
13638
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13637,17 +13646,17 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13637
13646
|
private constructor();
|
|
13638
13647
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.ParkingApi;
|
|
13639
13648
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.ParkingApi;
|
|
13640
|
-
assignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<
|
|
13641
|
-
assignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<
|
|
13642
|
-
assignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint): Promise<
|
|
13643
|
-
createParkingSpace(companyId: bigint, createParkingSpaceCommand: no.solibo.oss.sdk.api.gen.models.CreateParkingSpaceCommand): Promise<
|
|
13644
|
-
deleteParkingSpace(companyId: bigint, parkingSpaceId: bigint): Promise<
|
|
13645
|
-
indexParkingSpace(companyId: bigint): Promise<
|
|
13646
|
-
showParkingSpace(companyId: bigint, parkingSpaceId: bigint): Promise<
|
|
13647
|
-
unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<
|
|
13648
|
-
unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<
|
|
13649
|
-
unAssignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint): Promise<
|
|
13650
|
-
updateParkingSpace(companyId: bigint, parkingSpaceId: bigint, updateParkingSpaceCommand: no.solibo.oss.sdk.api.gen.models.UpdateParkingSpaceCommand): Promise<
|
|
13649
|
+
assignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13650
|
+
assignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13651
|
+
assignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13652
|
+
createParkingSpace(companyId: bigint, createParkingSpaceCommand: no.solibo.oss.sdk.api.gen.models.CreateParkingSpaceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ParkingSpace>>;
|
|
13653
|
+
deleteParkingSpace(companyId: bigint, parkingSpaceId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13654
|
+
indexParkingSpace(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ParkingSpace>>>;
|
|
13655
|
+
showParkingSpace(companyId: bigint, parkingSpaceId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ParkingSpace>>;
|
|
13656
|
+
unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13657
|
+
unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13658
|
+
unAssignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13659
|
+
updateParkingSpace(companyId: bigint, parkingSpaceId: bigint, updateParkingSpaceCommand: no.solibo.oss.sdk.api.gen.models.UpdateParkingSpaceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ParkingSpace>>;
|
|
13651
13660
|
}
|
|
13652
13661
|
namespace ParkingApi {
|
|
13653
13662
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13661,21 +13670,21 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13661
13670
|
private constructor();
|
|
13662
13671
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.PersonApi;
|
|
13663
13672
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.PersonApi;
|
|
13664
|
-
deletePersonFromCompany(companyId: bigint, residentType: string, residentId: bigint, removeBods?: Nullable<boolean>, removeParkeringsplass?: Nullable<boolean>): Promise<
|
|
13665
|
-
deletePersonRole(personId: bigint, roleId: bigint): Promise<
|
|
13666
|
-
indexPersons(query?: Nullable<string>): Promise<
|
|
13667
|
-
indexPersonsForEdit(companyId: bigint): Promise<
|
|
13668
|
-
invitePersonToBoard(companyId: bigint, personId: bigint): Promise<
|
|
13669
|
-
massUpdatePerson(massEditPersonCommand: no.solibo.oss.sdk.api.gen.models.MassEditPersonCommand, query?: Nullable<string>): Promise<
|
|
13670
|
-
mergePersons(mergePersonsCommand: no.solibo.oss.sdk.api.gen.models.MergePersonsCommand): Promise<
|
|
13671
|
-
searchPerson(searchPersonQueryCommand: no.solibo.oss.sdk.api.gen.models.SearchPersonQueryCommand): Promise<
|
|
13672
|
-
showPerson(personId: bigint): Promise<
|
|
13673
|
-
showPersonByEmail(email: string): Promise<
|
|
13674
|
-
showPersonByMobil(mobile: string): Promise<
|
|
13675
|
-
showPersonByPersonnummer(genghisPersonnummerSearchCommand: no.solibo.oss.sdk.api.gen.models.GenghisPersonnummerSearchCommand): Promise<
|
|
13676
|
-
updatePerson(personId: bigint, updatePersonCommand: no.solibo.oss.sdk.api.gen.models.UpdatePersonCommand): Promise<
|
|
13677
|
-
updatePersonReservations(personId: bigint, updatePersonReservationsCommand: no.solibo.oss.sdk.api.gen.models.UpdatePersonReservationsCommand): Promise<
|
|
13678
|
-
updatePersonResidency(companyId: bigint, residentType: string, residentId: bigint, editResidencyCommand: no.solibo.oss.sdk.api.gen.models.EditResidencyCommand): Promise<
|
|
13673
|
+
deletePersonFromCompany(companyId: bigint, residentType: string, residentId: bigint, removeBods?: Nullable<boolean>, removeParkeringsplass?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13674
|
+
deletePersonRole(personId: bigint, roleId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13675
|
+
indexPersons(query?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Person>>>;
|
|
13676
|
+
indexPersonsForEdit(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Person>>>;
|
|
13677
|
+
invitePersonToBoard(companyId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13678
|
+
massUpdatePerson(massEditPersonCommand: no.solibo.oss.sdk.api.gen.models.MassEditPersonCommand, query?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13679
|
+
mergePersons(mergePersonsCommand: no.solibo.oss.sdk.api.gen.models.MergePersonsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13680
|
+
searchPerson(searchPersonQueryCommand: no.solibo.oss.sdk.api.gen.models.SearchPersonQueryCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Person>>>;
|
|
13681
|
+
showPerson(personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13682
|
+
showPersonByEmail(email: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13683
|
+
showPersonByMobil(mobile: string): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13684
|
+
showPersonByPersonnummer(genghisPersonnummerSearchCommand: no.solibo.oss.sdk.api.gen.models.GenghisPersonnummerSearchCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.PersonnummerResult>>>;
|
|
13685
|
+
updatePerson(personId: bigint, updatePersonCommand: no.solibo.oss.sdk.api.gen.models.UpdatePersonCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13686
|
+
updatePersonReservations(personId: bigint, updatePersonReservationsCommand: no.solibo.oss.sdk.api.gen.models.UpdatePersonReservationsCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13687
|
+
updatePersonResidency(companyId: bigint, residentType: string, residentId: bigint, editResidencyCommand: no.solibo.oss.sdk.api.gen.models.EditResidencyCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13679
13688
|
}
|
|
13680
13689
|
namespace PersonApi {
|
|
13681
13690
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13689,22 +13698,22 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13689
13698
|
private constructor();
|
|
13690
13699
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.ResidentApi;
|
|
13691
13700
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.ResidentApi;
|
|
13692
|
-
createChangeRequestForResident(companyId: bigint, residentType: string, residentId: bigint, createChangeRequestCommand: no.solibo.oss.sdk.api.gen.models.CreateChangeRequestCommand): Promise<
|
|
13693
|
-
createResident(companyId: bigint, residentType: no.solibo.oss.sdk.api.gen.models.ResidentType, createResidentCommand: no.solibo.oss.sdk.api.gen.models.CreateResidentCommand): Promise<
|
|
13694
|
-
createResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, sectionId: bigint, createAttendanceCommand: no.solibo.oss.sdk.api.gen.models.CreateAttendanceCommand): Promise<
|
|
13695
|
-
deleteResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, sectionId: bigint, attendanceId: bigint): Promise<
|
|
13696
|
-
exportResidents(companyId: bigint, includePnr?: Nullable<boolean>): Promise<
|
|
13697
|
-
indexResident(companyId: bigint, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<
|
|
13698
|
-
indexResidentTypes(companyId: bigint): Promise<
|
|
13699
|
-
inviteResidentToSoliboApp(companyId: bigint, residentType: string, residentId: bigint): Promise<
|
|
13700
|
-
inviteResidentsToSoliboApp(companyId: bigint): Promise<
|
|
13701
|
-
listResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, at?: Nullable<bigint>): Promise<
|
|
13702
|
-
showResidentByOrgNr(companyId: bigint, findResidentByOrgNrCommand: no.solibo.oss.sdk.api.gen.models.FindResidentByOrgNrCommand): Promise<
|
|
13703
|
-
showResidentByPersonnummer(companyId: bigint, findResidentByPersonalIdentityNumberCommand: no.solibo.oss.sdk.api.gen.models.FindResidentByPersonalIdentityNumberCommand): Promise<
|
|
13704
|
-
showResidentSensitive(companyId: bigint, residentType: string, residentId: bigint): Promise<
|
|
13705
|
-
updateResident(companyId: bigint, residentType: string, residentId: bigint, updateResidentCommand: no.solibo.oss.sdk.api.gen.models.UpdateResidentCommand, removeBods?: Nullable<boolean>, removeParkeringsplass?: Nullable<boolean>): Promise<
|
|
13706
|
-
updateResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, sectionId: bigint, attendanceId: bigint, updateAttendanceCommand: no.solibo.oss.sdk.api.gen.models.UpdateAttendanceCommand): Promise<
|
|
13707
|
-
updateResidentNotat(companyId: bigint, residentType: string, residentId: bigint, updateNotatCommand: no.solibo.oss.sdk.api.gen.models.UpdateNotatCommand): Promise<
|
|
13701
|
+
createChangeRequestForResident(companyId: bigint, residentType: string, residentId: bigint, createChangeRequestCommand: no.solibo.oss.sdk.api.gen.models.CreateChangeRequestCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13702
|
+
createResident(companyId: bigint, residentType: no.solibo.oss.sdk.api.gen.models.ResidentType, createResidentCommand: no.solibo.oss.sdk.api.gen.models.CreateResidentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13703
|
+
createResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, sectionId: bigint, createAttendanceCommand: no.solibo.oss.sdk.api.gen.models.CreateAttendanceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13704
|
+
deleteResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, sectionId: bigint, attendanceId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13705
|
+
exportResidents(companyId: bigint, includePnr?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13706
|
+
indexResident(companyId: bigint, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ResidentList>>;
|
|
13707
|
+
indexResidentTypes(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ResidentType>>>;
|
|
13708
|
+
inviteResidentToSoliboApp(companyId: bigint, residentType: string, residentId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13709
|
+
inviteResidentsToSoliboApp(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13710
|
+
listResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Attendance>>>;
|
|
13711
|
+
showResidentByOrgNr(companyId: bigint, findResidentByOrgNrCommand: no.solibo.oss.sdk.api.gen.models.FindResidentByOrgNrCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Organization>>;
|
|
13712
|
+
showResidentByPersonnummer(companyId: bigint, findResidentByPersonalIdentityNumberCommand: no.solibo.oss.sdk.api.gen.models.FindResidentByPersonalIdentityNumberCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.FindResidentResult>>;
|
|
13713
|
+
showResidentSensitive(companyId: bigint, residentType: string, residentId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SensitiveData>>;
|
|
13714
|
+
updateResident(companyId: bigint, residentType: string, residentId: bigint, updateResidentCommand: no.solibo.oss.sdk.api.gen.models.UpdateResidentCommand, removeBods?: Nullable<boolean>, removeParkeringsplass?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13715
|
+
updateResidentAttendance(companyId: bigint, residentType: string, residentId: bigint, sectionId: bigint, attendanceId: bigint, updateAttendanceCommand: no.solibo.oss.sdk.api.gen.models.UpdateAttendanceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13716
|
+
updateResidentNotat(companyId: bigint, residentType: string, residentId: bigint, updateNotatCommand: no.solibo.oss.sdk.api.gen.models.UpdateNotatCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Resident>>;
|
|
13708
13717
|
}
|
|
13709
13718
|
namespace ResidentApi {
|
|
13710
13719
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13718,14 +13727,14 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13718
13727
|
private constructor();
|
|
13719
13728
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.RoutinesApi;
|
|
13720
13729
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.RoutinesApi;
|
|
13721
|
-
createRoutine(companyId: bigint, createRoutineCommand: no.solibo.oss.sdk.api.gen.models.CreateRoutineCommand, year?: Nullable<number>, routineType?: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineType>): Promise<
|
|
13722
|
-
deleteRoutine(companyId: bigint, routineId: bigint): Promise<
|
|
13723
|
-
indexRoutines(companyId: bigint, year?: Nullable<number>, routineType?: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineType>): Promise<
|
|
13724
|
-
indexRoutinesGroupDrafts(companyId: bigint, groupId: bigint): Promise<
|
|
13725
|
-
indexRoutinesGroups(companyId: bigint, routineType?: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineType>): Promise<
|
|
13726
|
-
indexRoutinesTypes(companyId: bigint): Promise<
|
|
13727
|
-
showRoutine(companyId: bigint, routineId: bigint): Promise<
|
|
13728
|
-
updateRoutine(companyId: bigint, routineId: bigint, updateRoutineCommand: no.solibo.oss.sdk.api.gen.models.UpdateRoutineCommand): Promise<
|
|
13730
|
+
createRoutine(companyId: bigint, createRoutineCommand: no.solibo.oss.sdk.api.gen.models.CreateRoutineCommand, year?: Nullable<number>, routineType?: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineType>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Routine>>;
|
|
13731
|
+
deleteRoutine(companyId: bigint, routineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13732
|
+
indexRoutines(companyId: bigint, year?: Nullable<number>, routineType?: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineType>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Routine>>>;
|
|
13733
|
+
indexRoutinesGroupDrafts(companyId: bigint, groupId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.RoutineGroup>>>;
|
|
13734
|
+
indexRoutinesGroups(companyId: bigint, routineType?: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineType>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.RoutineGroup>>>;
|
|
13735
|
+
indexRoutinesTypes(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.RoutineType>>>;
|
|
13736
|
+
showRoutine(companyId: bigint, routineId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Routine>>;
|
|
13737
|
+
updateRoutine(companyId: bigint, routineId: bigint, updateRoutineCommand: no.solibo.oss.sdk.api.gen.models.UpdateRoutineCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Routine>>;
|
|
13729
13738
|
}
|
|
13730
13739
|
namespace RoutinesApi {
|
|
13731
13740
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13739,32 +13748,32 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13739
13748
|
private constructor();
|
|
13740
13749
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.SectionApi;
|
|
13741
13750
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.SectionApi;
|
|
13742
|
-
createSection(companyId: bigint, createSectionCommand: no.solibo.oss.sdk.api.gen.models.CreateSectionCommand, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<
|
|
13743
|
-
createSectionStatus(companyId: bigint, sectionId: bigint, createStatusCommand: no.solibo.oss.sdk.api.gen.models.CreateStatusCommand, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<
|
|
13744
|
-
createSubSection(companyId: bigint, sectionId: bigint, createSectionCommand: no.solibo.oss.sdk.api.gen.models.CreateSectionCommand): Promise<
|
|
13745
|
-
createTagOnSection(companyId: bigint, sectionId: bigint, sectionTagCommand: no.solibo.oss.sdk.api.gen.models.SectionTagCommand): Promise<
|
|
13746
|
-
deleteSection(companyId: bigint, sectionId: bigint): Promise<
|
|
13747
|
-
deleteSectionStatus(companyId: bigint, sectionId: bigint, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<
|
|
13748
|
-
deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<
|
|
13749
|
-
eierskifteSection(companyId: bigint, sectionId: bigint, ownerChangeSectionCommand: no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand): Promise<
|
|
13750
|
-
indexCompanyOwnershipChanges(companyId: bigint): Promise<
|
|
13751
|
-
indexOwnershipChanges(): Promise<
|
|
13752
|
-
indexSection(companyId: bigint, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<
|
|
13753
|
-
indexSectionFractions(companyId: bigint, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<
|
|
13754
|
-
indexSectionStatus(companyId: bigint): Promise<
|
|
13755
|
-
indexSectionTenants(companyId: bigint, sectionId: bigint): Promise<
|
|
13756
|
-
indexSections(query?: Nullable<string>, pageToken?: Nullable<string>): Promise<
|
|
13757
|
-
indexTagsOnSection(companyId: bigint, sectionId: bigint): Promise<
|
|
13758
|
-
listSectionAttendanceas(companyId: bigint, sectionId: bigint, at?: Nullable<bigint>): Promise<
|
|
13759
|
-
massDeleteSectionFractions(companyId: bigint, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<
|
|
13760
|
-
massUpdateSection(companyId: bigint, massUpdateSectionCommand: no.solibo.oss.sdk.api.gen.models.MassUpdateSectionCommand, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<
|
|
13761
|
-
massUpdateSectionFractions(companyId: bigint, massUpdateFractionsCommand: no.solibo.oss.sdk.api.gen.models.MassUpdateFractionsCommand, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<
|
|
13762
|
-
multiCreateTagOnSection(companyId: bigint, sectionId: bigint, sectionTagCommand: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTagCommand>): Promise<
|
|
13763
|
-
showSectionResidentHistory(companyId: bigint, sectionId: bigint): Promise<
|
|
13764
|
-
showSectionStatus(companyId: bigint, sectionId: bigint, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<
|
|
13765
|
-
updateSection(companyId: bigint, sectionId: bigint, updateSectionCommand: no.solibo.oss.sdk.api.gen.models.UpdateSectionCommand): Promise<
|
|
13766
|
-
updateSectionNotat(companyId: bigint, sectionId: bigint, updateNoteCommand: no.solibo.oss.sdk.api.gen.models.UpdateNoteCommand): Promise<
|
|
13767
|
-
updateSectionStatus(companyId: bigint, sectionId: bigint, updateStatusCommand: no.solibo.oss.sdk.api.gen.models.UpdateStatusCommand, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<
|
|
13751
|
+
createSection(companyId: bigint, createSectionCommand: no.solibo.oss.sdk.api.gen.models.CreateSectionCommand, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13752
|
+
createSectionStatus(companyId: bigint, sectionId: bigint, createStatusCommand: no.solibo.oss.sdk.api.gen.models.CreateStatusCommand, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13753
|
+
createSubSection(companyId: bigint, sectionId: bigint, createSectionCommand: no.solibo.oss.sdk.api.gen.models.CreateSectionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13754
|
+
createTagOnSection(companyId: bigint, sectionId: bigint, sectionTagCommand: no.solibo.oss.sdk.api.gen.models.SectionTagCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13755
|
+
deleteSection(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13756
|
+
deleteSectionStatus(companyId: bigint, sectionId: bigint, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13757
|
+
deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13758
|
+
eierskifteSection(companyId: bigint, sectionId: bigint, ownerChangeSectionCommand: no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13759
|
+
indexCompanyOwnershipChanges(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChange>>>;
|
|
13760
|
+
indexOwnershipChanges(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChange>>>;
|
|
13761
|
+
indexSection(companyId: bigint, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SectionList>>;
|
|
13762
|
+
indexSectionFractions(companyId: bigint, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtMap<string, kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionFractionSectionFractionMapValue>>>>;
|
|
13763
|
+
indexSectionStatus(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CompanySectionStatusOverview>>>;
|
|
13764
|
+
indexSectionTenants(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ResidentRoleHistory>>;
|
|
13765
|
+
indexSections(query?: Nullable<string>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SectionList>>;
|
|
13766
|
+
indexTagsOnSection(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTag>>>;
|
|
13767
|
+
listSectionAttendanceas(companyId: bigint, sectionId: bigint, at?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Attendance>>>;
|
|
13768
|
+
massDeleteSectionFractions(companyId: bigint, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13769
|
+
massUpdateSection(companyId: bigint, massUpdateSectionCommand: no.solibo.oss.sdk.api.gen.models.MassUpdateSectionCommand, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13770
|
+
massUpdateSectionFractions(companyId: bigint, massUpdateFractionsCommand: no.solibo.oss.sdk.api.gen.models.MassUpdateFractionsCommand, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13771
|
+
multiCreateTagOnSection(companyId: bigint, sectionId: bigint, sectionTagCommand: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTagCommand>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13772
|
+
showSectionResidentHistory(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ResidentRoleHistory>>;
|
|
13773
|
+
showSectionStatus(companyId: bigint, sectionId: bigint, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtMap<string, kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionStatusSectionStatusMapValue>>>>;
|
|
13774
|
+
updateSection(companyId: bigint, sectionId: bigint, updateSectionCommand: no.solibo.oss.sdk.api.gen.models.UpdateSectionCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Section>>;
|
|
13775
|
+
updateSectionNotat(companyId: bigint, sectionId: bigint, updateNoteCommand: no.solibo.oss.sdk.api.gen.models.UpdateNoteCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Section>>;
|
|
13776
|
+
updateSectionStatus(companyId: bigint, sectionId: bigint, updateStatusCommand: no.solibo.oss.sdk.api.gen.models.UpdateStatusCommand, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13768
13777
|
}
|
|
13769
13778
|
namespace SectionApi {
|
|
13770
13779
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13778,17 +13787,17 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13778
13787
|
private constructor();
|
|
13779
13788
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.StorageApi;
|
|
13780
13789
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.StorageApi;
|
|
13781
|
-
assignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<
|
|
13782
|
-
assignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<
|
|
13783
|
-
assignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint): Promise<
|
|
13784
|
-
createStorageRoom(companyId: bigint, createStorageRoomCommand: no.solibo.oss.sdk.api.gen.models.CreateStorageRoomCommand): Promise<
|
|
13785
|
-
deleteStorageRoom(companyId: bigint, storageRoomId: bigint): Promise<
|
|
13786
|
-
indexStorageRoom(companyId: bigint): Promise<
|
|
13787
|
-
showStorageRoom(companyId: bigint, storageRoomId: bigint): Promise<
|
|
13788
|
-
unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<
|
|
13789
|
-
unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<
|
|
13790
|
-
unAssignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint): Promise<
|
|
13791
|
-
updateStorageRoom(companyId: bigint, storageRoomId: bigint, updateStorageRoomCommand: no.solibo.oss.sdk.api.gen.models.UpdateStorageRoomCommand): Promise<
|
|
13790
|
+
assignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13791
|
+
assignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13792
|
+
assignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13793
|
+
createStorageRoom(companyId: bigint, createStorageRoomCommand: no.solibo.oss.sdk.api.gen.models.CreateStorageRoomCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.StorageRoom>>;
|
|
13794
|
+
deleteStorageRoom(companyId: bigint, storageRoomId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13795
|
+
indexStorageRoom(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.StorageRoom>>>;
|
|
13796
|
+
showStorageRoom(companyId: bigint, storageRoomId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.StorageRoom>>;
|
|
13797
|
+
unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13798
|
+
unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13799
|
+
unAssignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13800
|
+
updateStorageRoom(companyId: bigint, storageRoomId: bigint, updateStorageRoomCommand: no.solibo.oss.sdk.api.gen.models.UpdateStorageRoomCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.StorageRoom>>;
|
|
13792
13801
|
}
|
|
13793
13802
|
namespace StorageApi {
|
|
13794
13803
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13802,25 +13811,25 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13802
13811
|
private constructor();
|
|
13803
13812
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.SupplierApi;
|
|
13804
13813
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.SupplierApi;
|
|
13805
|
-
createCompanySupplier(companyId: bigint, createSupplierForCompanyCommand: no.solibo.oss.sdk.api.gen.models.CreateSupplierForCompanyCommand): Promise<
|
|
13806
|
-
createCompanySupplierComment(companyId: bigint, supplierId: bigint, createSupplierCommentCommand: no.solibo.oss.sdk.api.gen.models.CreateSupplierCommentCommand): Promise<
|
|
13807
|
-
createCompanySupplierContact(companyId: bigint, supplierId: bigint, createSupplierContactCommand: no.solibo.oss.sdk.api.gen.models.CreateSupplierContactCommand): Promise<
|
|
13808
|
-
createSupplierLogo(supplierId: bigint): Promise<
|
|
13809
|
-
deleteCompanySupplier(companyId: bigint, supplierId: bigint): Promise<
|
|
13810
|
-
deleteCompanySupplierContact(companyId: bigint, supplierId: bigint, contactId: bigint): Promise<
|
|
13811
|
-
deleteSupplierLogo(supplierId: bigint): Promise<
|
|
13812
|
-
indexSuppliers(): Promise<
|
|
13813
|
-
indexSuppliersByOrgNr(ids?: Nullable<kotlin.collections.KtList<string>>): Promise<
|
|
13814
|
-
listCompanySupplier(companyId: bigint): Promise<
|
|
13815
|
-
listCompanySupplierContacts(companyId: bigint): Promise<
|
|
13816
|
-
showCompanySupplier(companyId: bigint, supplierId: bigint): Promise<
|
|
13817
|
-
showCompanySupplierLogo(companyId: bigint, supplierId: bigint, contactId: bigint, fileName: string, size?: Nullable<string>): Promise<
|
|
13818
|
-
showSupplierLogo(supplierId: bigint, fileName: string, size?: Nullable<string>): Promise<
|
|
13819
|
-
updateCompanySupplier(companyId: bigint, supplierId: bigint, updateSupplierForCompanyCommand: no.solibo.oss.sdk.api.gen.models.UpdateSupplierForCompanyCommand): Promise<
|
|
13820
|
-
updateCompanySupplierCommentEmoticon(companyId: bigint, supplierId: bigint, commentId: bigint, setSupplierCommentEmoticonCommand: no.solibo.oss.sdk.api.gen.models.SetSupplierCommentEmoticonCommand): Promise<
|
|
13821
|
-
updateCompanySupplierContact(companyId: bigint, supplierId: bigint, contactId: bigint, updateSupplierContactCommand: no.solibo.oss.sdk.api.gen.models.UpdateSupplierContactCommand): Promise<
|
|
13822
|
-
updateCompanySupplierContactImage(companyId: bigint, supplierId: bigint, contactId: bigint): Promise<
|
|
13823
|
-
updateSupplierServiceCategories(supplierId: bigint, updateServiceCategoriesCommand: no.solibo.oss.sdk.api.gen.models.UpdateServiceCategoriesCommand): Promise<
|
|
13814
|
+
createCompanySupplier(companyId: bigint, createSupplierForCompanyCommand: no.solibo.oss.sdk.api.gen.models.CreateSupplierForCompanyCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SupplierForCompany>>;
|
|
13815
|
+
createCompanySupplierComment(companyId: bigint, supplierId: bigint, createSupplierCommentCommand: no.solibo.oss.sdk.api.gen.models.CreateSupplierCommentCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SupplierComment>>;
|
|
13816
|
+
createCompanySupplierContact(companyId: bigint, supplierId: bigint, createSupplierContactCommand: no.solibo.oss.sdk.api.gen.models.CreateSupplierContactCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13817
|
+
createSupplierLogo(supplierId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13818
|
+
deleteCompanySupplier(companyId: bigint, supplierId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13819
|
+
deleteCompanySupplierContact(companyId: bigint, supplierId: bigint, contactId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13820
|
+
deleteSupplierLogo(supplierId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13821
|
+
indexSuppliers(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Supplier>>>;
|
|
13822
|
+
indexSuppliersByOrgNr(ids?: Nullable<kotlin.collections.KtList<string>>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Supplier>>>;
|
|
13823
|
+
listCompanySupplier(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SupplierForCompany>>>;
|
|
13824
|
+
listCompanySupplierContacts(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SupplierContact>>>;
|
|
13825
|
+
showCompanySupplier(companyId: bigint, supplierId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SupplierForCompany>>;
|
|
13826
|
+
showCompanySupplierLogo(companyId: bigint, supplierId: bigint, contactId: bigint, fileName: string, size?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13827
|
+
showSupplierLogo(supplierId: bigint, fileName: string, size?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13828
|
+
updateCompanySupplier(companyId: bigint, supplierId: bigint, updateSupplierForCompanyCommand: no.solibo.oss.sdk.api.gen.models.UpdateSupplierForCompanyCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SupplierForCompany>>;
|
|
13829
|
+
updateCompanySupplierCommentEmoticon(companyId: bigint, supplierId: bigint, commentId: bigint, setSupplierCommentEmoticonCommand: no.solibo.oss.sdk.api.gen.models.SetSupplierCommentEmoticonCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13830
|
+
updateCompanySupplierContact(companyId: bigint, supplierId: bigint, contactId: bigint, updateSupplierContactCommand: no.solibo.oss.sdk.api.gen.models.UpdateSupplierContactCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Person>>;
|
|
13831
|
+
updateCompanySupplierContactImage(companyId: bigint, supplierId: bigint, contactId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13832
|
+
updateSupplierServiceCategories(supplierId: bigint, updateServiceCategoriesCommand: no.solibo.oss.sdk.api.gen.models.UpdateServiceCategoriesCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13824
13833
|
}
|
|
13825
13834
|
namespace SupplierApi {
|
|
13826
13835
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13834,12 +13843,12 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13834
13843
|
private constructor();
|
|
13835
13844
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.TaskApi;
|
|
13836
13845
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.TaskApi;
|
|
13837
|
-
completeTask(companyId: bigint, taskId: bigint, completeTaskCommand: no.solibo.oss.sdk.api.gen.models.CompleteTaskCommand): Promise<
|
|
13838
|
-
createTask(companyId: bigint, createTaskCommand: no.solibo.oss.sdk.api.gen.models.CreateTaskCommand): Promise<
|
|
13839
|
-
deleteTask(companyId: bigint, taskId: bigint): Promise<
|
|
13840
|
-
indexTasks(companyId: bigint): Promise<
|
|
13841
|
-
unCompleteTask(companyId: bigint, taskId: bigint): Promise<
|
|
13842
|
-
updateTask(companyId: bigint, taskId: bigint, updateTaskCommand: no.solibo.oss.sdk.api.gen.models.UpdateTaskCommand): Promise<
|
|
13846
|
+
completeTask(companyId: bigint, taskId: bigint, completeTaskCommand: no.solibo.oss.sdk.api.gen.models.CompleteTaskCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13847
|
+
createTask(companyId: bigint, createTaskCommand: no.solibo.oss.sdk.api.gen.models.CreateTaskCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Task>>;
|
|
13848
|
+
deleteTask(companyId: bigint, taskId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13849
|
+
indexTasks(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Task>>>;
|
|
13850
|
+
unCompleteTask(companyId: bigint, taskId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13851
|
+
updateTask(companyId: bigint, taskId: bigint, updateTaskCommand: no.solibo.oss.sdk.api.gen.models.UpdateTaskCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Task>>;
|
|
13843
13852
|
}
|
|
13844
13853
|
namespace TaskApi {
|
|
13845
13854
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13853,20 +13862,20 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13853
13862
|
private constructor();
|
|
13854
13863
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.ThirdPartyInformationApi;
|
|
13855
13864
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.ThirdPartyInformationApi;
|
|
13856
|
-
completeThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint): Promise<
|
|
13857
|
-
createThirdPartyInformation(companyId: bigint, generateThirdPartyInformationCommand: no.solibo.oss.sdk.api.gen.models.GenerateThirdPartyInformationCommand, year?: Nullable<bigint>): Promise<
|
|
13858
|
-
getThirdPartyInformationAccounts(companyId: bigint, year?: Nullable<bigint>): Promise<
|
|
13859
|
-
indexThirdPartyInformation(companyId: bigint, year?: Nullable<bigint>): Promise<
|
|
13860
|
-
indexThirdPartyInformationDialog(companyId: bigint, year: number): Promise<
|
|
13861
|
-
indexThirdPartyInformationLetterByDialogYear(companyId: bigint, sectionId: bigint, personId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13862
|
-
overrideThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint, overrideThirdPartyInformationResultCommand: no.solibo.oss.sdk.api.gen.models.OverrideThirdPartyInformationResultCommand): Promise<
|
|
13863
|
-
reOpenThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint): Promise<
|
|
13864
|
-
sendThirdPartyInformationToSkatteetaten(companyId: bigint, thirdPartyInformationId: bigint, autoPublish?: Nullable<boolean>): Promise<
|
|
13865
|
-
sendThirdPartyInformationWithDigiPost(companyId: bigint, thirdPartyInformationId: bigint, publishTo?: Nullable<kotlin.collections.KtList<bigint>>): Promise<
|
|
13866
|
-
showThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint): Promise<
|
|
13867
|
-
showThirdPartyInformationLetter(companyId: bigint, thirdPartyInformationId: bigint, sectionId: bigint, personId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13868
|
-
showThirdPartyInformationLetterByDialogYear(companyId: bigint, year: string, sectionId: bigint, personId: bigint, redirect?: Nullable<boolean>): Promise<
|
|
13869
|
-
updateThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint, generateThirdPartyInformationCommand: no.solibo.oss.sdk.api.gen.models.GenerateThirdPartyInformationCommand): Promise<
|
|
13865
|
+
completeThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13866
|
+
createThirdPartyInformation(companyId: bigint, generateThirdPartyInformationCommand: no.solibo.oss.sdk.api.gen.models.GenerateThirdPartyInformationCommand, year?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformation>>;
|
|
13867
|
+
getThirdPartyInformationAccounts(companyId: bigint, year?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.GenerateThirdPartyInformationCommand>>;
|
|
13868
|
+
indexThirdPartyInformation(companyId: bigint, year?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationYear>>>;
|
|
13869
|
+
indexThirdPartyInformationDialog(companyId: bigint, year: number): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ThreePODialog>>;
|
|
13870
|
+
indexThirdPartyInformationLetterByDialogYear(companyId: bigint, sectionId: bigint, personId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.ThreePOYear>>>;
|
|
13871
|
+
overrideThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint, overrideThirdPartyInformationResultCommand: no.solibo.oss.sdk.api.gen.models.OverrideThirdPartyInformationResultCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformation>>;
|
|
13872
|
+
reOpenThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13873
|
+
sendThirdPartyInformationToSkatteetaten(companyId: bigint, thirdPartyInformationId: bigint, autoPublish?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13874
|
+
sendThirdPartyInformationWithDigiPost(companyId: bigint, thirdPartyInformationId: bigint, publishTo?: Nullable<kotlin.collections.KtList<bigint>>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13875
|
+
showThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformation>>;
|
|
13876
|
+
showThirdPartyInformationLetter(companyId: bigint, thirdPartyInformationId: bigint, sectionId: bigint, personId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.FilesDownload>>;
|
|
13877
|
+
showThirdPartyInformationLetterByDialogYear(companyId: bigint, year: string, sectionId: bigint, personId: bigint, redirect?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.FilesDownload>>;
|
|
13878
|
+
updateThirdPartyInformation(companyId: bigint, thirdPartyInformationId: bigint, generateThirdPartyInformationCommand: no.solibo.oss.sdk.api.gen.models.GenerateThirdPartyInformationCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformation>>;
|
|
13870
13879
|
}
|
|
13871
13880
|
namespace ThirdPartyInformationApi {
|
|
13872
13881
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13880,14 +13889,14 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13880
13889
|
private constructor();
|
|
13881
13890
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<io.ktor.client.engine.HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* kotlinx.serialization.json.Json */): no.solibo.oss.sdk.api.gen.client.apis.UserApi;
|
|
13882
13891
|
static createWithClient(baseUrl: string, httpClient: any/* io.ktor.client.HttpClient */): no.solibo.oss.sdk.api.gen.client.apis.UserApi;
|
|
13883
|
-
deleteUserImage(): Promise<
|
|
13884
|
-
indexUserConversations(unread?: Nullable<boolean>): Promise<
|
|
13885
|
-
showAuthedUser(): Promise<
|
|
13886
|
-
showUser(): Promise<
|
|
13887
|
-
showUserActions(companyId?: Nullable<bigint>): Promise<
|
|
13888
|
-
showUserImage(personId: bigint, fileName: string, size?: Nullable<string>): Promise<
|
|
13889
|
-
updateUser(updateProfileCommand: no.solibo.oss.sdk.api.gen.models.UpdateProfileCommand): Promise<
|
|
13890
|
-
updateUserImage(): Promise<
|
|
13892
|
+
deleteUserImage(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13893
|
+
indexUserConversations(unread?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.UserConversations>>>;
|
|
13894
|
+
showAuthedUser(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.User>>;
|
|
13895
|
+
showUser(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.User>>;
|
|
13896
|
+
showUserActions(companyId?: Nullable<bigint>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<string>>>;
|
|
13897
|
+
showUserImage(personId: bigint, fileName: string, size?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13898
|
+
updateUser(updateProfileCommand: no.solibo.oss.sdk.api.gen.models.UpdateProfileCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13899
|
+
updateUserImage(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13891
13900
|
}
|
|
13892
13901
|
namespace UserApi {
|
|
13893
13902
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13896,6 +13905,9 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13896
13905
|
}
|
|
13897
13906
|
}
|
|
13898
13907
|
}
|
|
13908
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
13909
|
+
function collectionDelimiter(collectionFormat: string): string;
|
|
13910
|
+
}
|
|
13899
13911
|
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
13900
13912
|
class ApiClient {
|
|
13901
13913
|
constructor(baseUrl: string);
|
|
@@ -13909,10 +13921,10 @@ export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
|
13909
13921
|
setApiKeyPrefix(apiKeyPrefix: string, paramName?: Nullable<string>): void;
|
|
13910
13922
|
setAccessToken(accessToken: string): void;
|
|
13911
13923
|
setBearerToken(bearerToken: string): void;
|
|
13912
|
-
protected multipartFormRequest<T>(requestConfig:
|
|
13913
|
-
protected urlEncodedFormRequest<T>(requestConfig:
|
|
13914
|
-
protected jsonRequest<T>(requestConfig:
|
|
13915
|
-
protected request<T>(requestConfig:
|
|
13924
|
+
protected multipartFormRequest<T>(requestConfig: no.solibo.oss.sdk.api.gen.infrastructure.RequestConfig<T>, body: Nullable<kotlin.collections.KtList<any/* io.ktor.http.content.PartData */>>, authNames: kotlin.collections.KtList<string>): Promise<any/* io.ktor.client.statement.HttpResponse */>;
|
|
13925
|
+
protected urlEncodedFormRequest<T>(requestConfig: no.solibo.oss.sdk.api.gen.infrastructure.RequestConfig<T>, body: Nullable<any>/* Nullable<io.ktor.http.Parameters> */, authNames: kotlin.collections.KtList<string>): Promise<any/* io.ktor.client.statement.HttpResponse */>;
|
|
13926
|
+
protected jsonRequest<T>(requestConfig: no.solibo.oss.sdk.api.gen.infrastructure.RequestConfig<T>, body: Nullable<any> | undefined, authNames: kotlin.collections.KtList<string>): Promise<any/* io.ktor.client.statement.HttpResponse */>;
|
|
13927
|
+
protected request<T>(requestConfig: no.solibo.oss.sdk.api.gen.infrastructure.RequestConfig<T>, body: Nullable<any> | undefined, authNames: kotlin.collections.KtList<string>): Promise<any/* io.ktor.client.statement.HttpResponse */>;
|
|
13916
13928
|
}
|
|
13917
13929
|
namespace ApiClient {
|
|
13918
13930
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13935,4 +13947,198 @@ export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
|
13935
13947
|
}
|
|
13936
13948
|
}
|
|
13937
13949
|
}
|
|
13950
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
13951
|
+
class Base64ByteArray {
|
|
13952
|
+
constructor(value: Int8Array);
|
|
13953
|
+
get value(): Int8Array;
|
|
13954
|
+
equals(other: Nullable<any>): boolean;
|
|
13955
|
+
hashCode(): number;
|
|
13956
|
+
toString(): string;
|
|
13957
|
+
}
|
|
13958
|
+
namespace Base64ByteArray {
|
|
13959
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
13960
|
+
namespace $metadata$ {
|
|
13961
|
+
const constructor: abstract new () => Base64ByteArray;
|
|
13962
|
+
}
|
|
13963
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
13964
|
+
private constructor();
|
|
13965
|
+
}
|
|
13966
|
+
namespace Companion {
|
|
13967
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
13968
|
+
namespace $metadata$ {
|
|
13969
|
+
abstract class constructor /* implements kotlinx.serialization.KSerializer<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray> */ {
|
|
13970
|
+
private constructor();
|
|
13971
|
+
}
|
|
13972
|
+
}
|
|
13973
|
+
}
|
|
13974
|
+
}
|
|
13975
|
+
}
|
|
13976
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
13977
|
+
class HttpResponse<T extends any> {
|
|
13978
|
+
constructor(response: any/* io.ktor.client.statement.HttpResponse */, provider: no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<T>);
|
|
13979
|
+
get response(): any/* io.ktor.client.statement.HttpResponse */;
|
|
13980
|
+
get provider(): no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<T>;
|
|
13981
|
+
get status(): number;
|
|
13982
|
+
get success(): boolean;
|
|
13983
|
+
get headers(): kotlin.collections.KtMap<string, kotlin.collections.KtList<string>>;
|
|
13984
|
+
body(): Promise<T>;
|
|
13985
|
+
typedBody<V extends any>(type: any/* io.ktor.util.reflect.TypeInfo */): Promise<V>;
|
|
13986
|
+
}
|
|
13987
|
+
namespace HttpResponse {
|
|
13988
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
13989
|
+
namespace $metadata$ {
|
|
13990
|
+
const constructor: abstract new <T extends any>() => HttpResponse<T>;
|
|
13991
|
+
}
|
|
13992
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
13993
|
+
private constructor();
|
|
13994
|
+
}
|
|
13995
|
+
namespace Companion {
|
|
13996
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
13997
|
+
namespace $metadata$ {
|
|
13998
|
+
abstract class constructor {
|
|
13999
|
+
private constructor();
|
|
14000
|
+
}
|
|
14001
|
+
}
|
|
14002
|
+
}
|
|
14003
|
+
}
|
|
14004
|
+
interface BodyProvider<T extends any> {
|
|
14005
|
+
body(response: any/* io.ktor.client.statement.HttpResponse */): Promise<T>;
|
|
14006
|
+
typedBody<V extends any>(response: any/* io.ktor.client.statement.HttpResponse */, type: any/* io.ktor.util.reflect.TypeInfo */): Promise<V>;
|
|
14007
|
+
readonly __doNotUseOrImplementIt: {
|
|
14008
|
+
readonly "no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider": unique symbol;
|
|
14009
|
+
};
|
|
14010
|
+
}
|
|
14011
|
+
class TypedBodyProvider<T extends any> implements no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<T> {
|
|
14012
|
+
constructor(type: any/* io.ktor.util.reflect.TypeInfo */);
|
|
14013
|
+
body(response: any/* io.ktor.client.statement.HttpResponse */): Promise<T>;
|
|
14014
|
+
typedBody<V extends any>(response: any/* io.ktor.client.statement.HttpResponse */, type: any/* io.ktor.util.reflect.TypeInfo */): Promise<V>;
|
|
14015
|
+
readonly __doNotUseOrImplementIt: no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<T>["__doNotUseOrImplementIt"];
|
|
14016
|
+
}
|
|
14017
|
+
namespace TypedBodyProvider {
|
|
14018
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14019
|
+
namespace $metadata$ {
|
|
14020
|
+
const constructor: abstract new <T extends any>() => TypedBodyProvider<T>;
|
|
14021
|
+
}
|
|
14022
|
+
}
|
|
14023
|
+
class MappedBodyProvider<S extends any, T extends any> implements no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<T> {
|
|
14024
|
+
constructor(provider: no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<S>, block: (p0: S) => T);
|
|
14025
|
+
body(response: any/* io.ktor.client.statement.HttpResponse */): Promise<T>;
|
|
14026
|
+
typedBody<V extends any>(response: any/* io.ktor.client.statement.HttpResponse */, type: any/* io.ktor.util.reflect.TypeInfo */): Promise<V>;
|
|
14027
|
+
readonly __doNotUseOrImplementIt: no.solibo.oss.sdk.api.gen.infrastructure.BodyProvider<T>["__doNotUseOrImplementIt"];
|
|
14028
|
+
}
|
|
14029
|
+
namespace MappedBodyProvider {
|
|
14030
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14031
|
+
namespace $metadata$ {
|
|
14032
|
+
const constructor: abstract new <S extends any, T extends any>() => MappedBodyProvider<S, T>;
|
|
14033
|
+
}
|
|
14034
|
+
}
|
|
14035
|
+
}
|
|
14036
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
14037
|
+
class OctetByteArray {
|
|
14038
|
+
constructor(value: Int8Array);
|
|
14039
|
+
get value(): Int8Array;
|
|
14040
|
+
equals(other: Nullable<any>): boolean;
|
|
14041
|
+
hashCode(): number;
|
|
14042
|
+
toString(): string;
|
|
14043
|
+
}
|
|
14044
|
+
namespace OctetByteArray {
|
|
14045
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14046
|
+
namespace $metadata$ {
|
|
14047
|
+
const constructor: abstract new () => OctetByteArray;
|
|
14048
|
+
}
|
|
14049
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
14050
|
+
private constructor();
|
|
14051
|
+
}
|
|
14052
|
+
namespace Companion {
|
|
14053
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14054
|
+
namespace $metadata$ {
|
|
14055
|
+
abstract class constructor /* implements kotlinx.serialization.KSerializer<no.solibo.oss.sdk.api.gen.infrastructure.OctetByteArray> */ {
|
|
14056
|
+
private constructor();
|
|
14057
|
+
}
|
|
14058
|
+
}
|
|
14059
|
+
}
|
|
14060
|
+
}
|
|
14061
|
+
}
|
|
14062
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
14063
|
+
class PartConfig<T> {
|
|
14064
|
+
constructor(headers?: kotlin.collections.KtMutableMap<string, string>, body?: Nullable<T>);
|
|
14065
|
+
get headers(): kotlin.collections.KtMutableMap<string, string>;
|
|
14066
|
+
get body(): Nullable<T>;
|
|
14067
|
+
copy(headers?: kotlin.collections.KtMutableMap<string, string>, body?: Nullable<T>): no.solibo.oss.sdk.api.gen.infrastructure.PartConfig<T>;
|
|
14068
|
+
toString(): string;
|
|
14069
|
+
hashCode(): number;
|
|
14070
|
+
equals(other: Nullable<any>): boolean;
|
|
14071
|
+
}
|
|
14072
|
+
namespace PartConfig {
|
|
14073
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14074
|
+
namespace $metadata$ {
|
|
14075
|
+
const constructor: abstract new <T>() => PartConfig<T>;
|
|
14076
|
+
}
|
|
14077
|
+
}
|
|
14078
|
+
}
|
|
14079
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
14080
|
+
class RequestConfig<T> {
|
|
14081
|
+
constructor(method: no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod, path: string, headers: kotlin.collections.KtMutableMap<string, string> | undefined, params: kotlin.collections.KtMutableMap<string, any> | undefined, query: kotlin.collections.KtMutableMap<string, kotlin.collections.KtList<string>> | undefined, requiresAuthentication: boolean, body?: Nullable<T>);
|
|
14082
|
+
get method(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod;
|
|
14083
|
+
get path(): string;
|
|
14084
|
+
get headers(): kotlin.collections.KtMutableMap<string, string>;
|
|
14085
|
+
get params(): kotlin.collections.KtMutableMap<string, any>;
|
|
14086
|
+
get query(): kotlin.collections.KtMutableMap<string, kotlin.collections.KtList<string>>;
|
|
14087
|
+
get requiresAuthentication(): boolean;
|
|
14088
|
+
get body(): Nullable<T>;
|
|
14089
|
+
copy(method?: no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod, path?: string, headers?: kotlin.collections.KtMutableMap<string, string>, params?: kotlin.collections.KtMutableMap<string, any>, query?: kotlin.collections.KtMutableMap<string, kotlin.collections.KtList<string>>, requiresAuthentication?: boolean, body?: Nullable<T>): no.solibo.oss.sdk.api.gen.infrastructure.RequestConfig<T>;
|
|
14090
|
+
toString(): string;
|
|
14091
|
+
hashCode(): number;
|
|
14092
|
+
equals(other: Nullable<any>): boolean;
|
|
14093
|
+
}
|
|
14094
|
+
namespace RequestConfig {
|
|
14095
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14096
|
+
namespace $metadata$ {
|
|
14097
|
+
const constructor: abstract new <T>() => RequestConfig<T>;
|
|
14098
|
+
}
|
|
14099
|
+
}
|
|
14100
|
+
}
|
|
14101
|
+
export declare namespace no.solibo.oss.sdk.api.gen.infrastructure {
|
|
14102
|
+
abstract class RequestMethod {
|
|
14103
|
+
private constructor();
|
|
14104
|
+
static get GET(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14105
|
+
get name(): "GET";
|
|
14106
|
+
get ordinal(): 0;
|
|
14107
|
+
};
|
|
14108
|
+
static get DELETE(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14109
|
+
get name(): "DELETE";
|
|
14110
|
+
get ordinal(): 1;
|
|
14111
|
+
};
|
|
14112
|
+
static get HEAD(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14113
|
+
get name(): "HEAD";
|
|
14114
|
+
get ordinal(): 2;
|
|
14115
|
+
};
|
|
14116
|
+
static get OPTIONS(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14117
|
+
get name(): "OPTIONS";
|
|
14118
|
+
get ordinal(): 3;
|
|
14119
|
+
};
|
|
14120
|
+
static get PATCH(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14121
|
+
get name(): "PATCH";
|
|
14122
|
+
get ordinal(): 4;
|
|
14123
|
+
};
|
|
14124
|
+
static get POST(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14125
|
+
get name(): "POST";
|
|
14126
|
+
get ordinal(): 5;
|
|
14127
|
+
};
|
|
14128
|
+
static get PUT(): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod & {
|
|
14129
|
+
get name(): "PUT";
|
|
14130
|
+
get ordinal(): 6;
|
|
14131
|
+
};
|
|
14132
|
+
get name(): "GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
|
|
14133
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
14134
|
+
static values(): Array<no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod>;
|
|
14135
|
+
static valueOf(value: string): no.solibo.oss.sdk.api.gen.infrastructure.RequestMethod;
|
|
14136
|
+
}
|
|
14137
|
+
namespace RequestMethod {
|
|
14138
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14139
|
+
namespace $metadata$ {
|
|
14140
|
+
const constructor: abstract new () => RequestMethod;
|
|
14141
|
+
}
|
|
14142
|
+
}
|
|
14143
|
+
}
|
|
13938
14144
|
export as namespace no_solibo_oss_home_api;
|