@solibo/home-api 1.16.7 → 1.16.9
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/kotlinx-coroutines-core.mjs +7 -7
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +40 -2096
- package/solibo-sdk-sdk-home-api.mjs +142612 -170004
|
@@ -387,37 +387,6 @@ export declare namespace AdHocInvoiceLinesUpdateInputCommand {
|
|
|
387
387
|
const constructor: abstract new () => AdHocInvoiceLinesUpdateInputCommand;
|
|
388
388
|
}
|
|
389
389
|
}
|
|
390
|
-
export declare class AdHocSettlementInvoiceItem {
|
|
391
|
-
constructor(at: Nullable<bigint> | undefined, companyId: bigint, ids?: Nullable<KtList<bigint>>);
|
|
392
|
-
get at(): Nullable<bigint>;
|
|
393
|
-
get companyId(): bigint;
|
|
394
|
-
get ids(): Nullable<KtList<bigint>>;
|
|
395
|
-
copy(at?: Nullable<bigint>, companyId?: bigint, ids?: Nullable<KtList<bigint>>): AdHocSettlementInvoiceItem;
|
|
396
|
-
toString(): string;
|
|
397
|
-
hashCode(): number;
|
|
398
|
-
equals(other: Nullable<any>): boolean;
|
|
399
|
-
}
|
|
400
|
-
export declare namespace AdHocSettlementInvoiceItem {
|
|
401
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
402
|
-
namespace $metadata$ {
|
|
403
|
-
const constructor: abstract new () => AdHocSettlementInvoiceItem;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
export declare class AdHocSettlementInvoiceListCommand {
|
|
407
|
-
constructor(items: KtList<AdHocSettlementInvoiceItem>, provider: SettlementProvider);
|
|
408
|
-
get items(): KtList<AdHocSettlementInvoiceItem>;
|
|
409
|
-
get provider(): SettlementProvider;
|
|
410
|
-
copy(items?: KtList<AdHocSettlementInvoiceItem>, provider?: SettlementProvider): AdHocSettlementInvoiceListCommand;
|
|
411
|
-
toString(): string;
|
|
412
|
-
hashCode(): number;
|
|
413
|
-
equals(other: Nullable<any>): boolean;
|
|
414
|
-
}
|
|
415
|
-
export declare namespace AdHocSettlementInvoiceListCommand {
|
|
416
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
417
|
-
namespace $metadata$ {
|
|
418
|
-
const constructor: abstract new () => AdHocSettlementInvoiceListCommand;
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
390
|
export declare class AddAgreementDocumentToInsuranceCommand {
|
|
422
391
|
constructor(documentId: bigint);
|
|
423
392
|
get documentId(): bigint;
|
|
@@ -508,243 +477,6 @@ export declare namespace AddressSpecifics {
|
|
|
508
477
|
const constructor: abstract new () => AddressSpecifics;
|
|
509
478
|
}
|
|
510
479
|
}
|
|
511
|
-
export declare class AltinnCommonActor {
|
|
512
|
-
constructor(actorId?: Nullable<string>, actorName?: Nullable<string>, actorType?: Nullable<string>);
|
|
513
|
-
get actorId(): Nullable<string>;
|
|
514
|
-
get actorName(): Nullable<string>;
|
|
515
|
-
get actorType(): Nullable<string>;
|
|
516
|
-
copy(actorId?: Nullable<string>, actorName?: Nullable<string>, actorType?: Nullable<string>): AltinnCommonActor;
|
|
517
|
-
toString(): string;
|
|
518
|
-
hashCode(): number;
|
|
519
|
-
equals(other: Nullable<any>): boolean;
|
|
520
|
-
}
|
|
521
|
-
export declare namespace AltinnCommonActor {
|
|
522
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
523
|
-
namespace $metadata$ {
|
|
524
|
-
const constructor: abstract new () => AltinnCommonActor;
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
export declare class AltinnCommonContent {
|
|
528
|
-
constructor(mediaType?: Nullable<string>, value?: Nullable<KtList<AltinnCommonLocalization>>);
|
|
529
|
-
get mediaType(): Nullable<string>;
|
|
530
|
-
get value(): Nullable<KtList<AltinnCommonLocalization>>;
|
|
531
|
-
copy(mediaType?: Nullable<string>, value?: Nullable<KtList<AltinnCommonLocalization>>): AltinnCommonContent;
|
|
532
|
-
toString(): string;
|
|
533
|
-
hashCode(): number;
|
|
534
|
-
equals(other: Nullable<any>): boolean;
|
|
535
|
-
}
|
|
536
|
-
export declare namespace AltinnCommonContent {
|
|
537
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
538
|
-
namespace $metadata$ {
|
|
539
|
-
const constructor: abstract new () => AltinnCommonContent;
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
export declare class AltinnCommonLocalization {
|
|
543
|
-
constructor(languageCode: string, value: string);
|
|
544
|
-
get languageCode(): string;
|
|
545
|
-
get value(): string;
|
|
546
|
-
copy(languageCode?: string, value?: string): AltinnCommonLocalization;
|
|
547
|
-
toString(): string;
|
|
548
|
-
hashCode(): number;
|
|
549
|
-
equals(other: Nullable<any>): boolean;
|
|
550
|
-
}
|
|
551
|
-
export declare namespace AltinnCommonLocalization {
|
|
552
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
553
|
-
namespace $metadata$ {
|
|
554
|
-
const constructor: abstract new () => AltinnCommonLocalization;
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
export declare class AltinnDialog {
|
|
558
|
-
constructor(content?: Nullable<DialogSearchContent>, contentUpdatedAt?: Nullable<Instant>, createdAt?: Nullable<Instant>, dueAt?: Nullable<Instant>, endUserContext?: Nullable<DialogEndUserContext>, extendedStatus?: Nullable<string>, externalReference?: Nullable<string>, fromPartyTransmissionsCount?: Nullable<bigint>, fromServiceOwnerTransmissionsCount?: Nullable<bigint>, guiAttachmentCount?: Nullable<bigint>, hasUnopenedContent?: Nullable<boolean>, id?: Nullable<string>, isApiOnly?: Nullable<boolean>, latestActivity?: Nullable<DialogActivity>, org?: Nullable<string>, party?: Nullable<string>, precedingProcess?: Nullable<string>, process?: Nullable<string>, progress?: Nullable<bigint>, seenSinceLastContentUpdate?: Nullable<KtList<DialogSeenLog>>, seenSinceLastUpdate?: Nullable<KtList<DialogSeenLog>>, serviceResource?: Nullable<string>, serviceResourceType?: Nullable<string>, status?: Nullable<DialogStatus>, systemLabel?: Nullable<DialogSystemLabel>, updatedAt?: Nullable<Instant>);
|
|
559
|
-
get content(): Nullable<DialogSearchContent>;
|
|
560
|
-
get contentUpdatedAt(): Nullable<Instant>;
|
|
561
|
-
get createdAt(): Nullable<Instant>;
|
|
562
|
-
get dueAt(): Nullable<Instant>;
|
|
563
|
-
get endUserContext(): Nullable<DialogEndUserContext>;
|
|
564
|
-
get extendedStatus(): Nullable<string>;
|
|
565
|
-
get externalReference(): Nullable<string>;
|
|
566
|
-
get fromPartyTransmissionsCount(): Nullable<bigint>;
|
|
567
|
-
get fromServiceOwnerTransmissionsCount(): Nullable<bigint>;
|
|
568
|
-
get guiAttachmentCount(): Nullable<bigint>;
|
|
569
|
-
get hasUnopenedContent(): Nullable<boolean>;
|
|
570
|
-
get id(): Nullable<string>;
|
|
571
|
-
get isApiOnly(): Nullable<boolean>;
|
|
572
|
-
get latestActivity(): Nullable<DialogActivity>;
|
|
573
|
-
get org(): Nullable<string>;
|
|
574
|
-
get party(): Nullable<string>;
|
|
575
|
-
get precedingProcess(): Nullable<string>;
|
|
576
|
-
get process(): Nullable<string>;
|
|
577
|
-
get progress(): Nullable<bigint>;
|
|
578
|
-
get seenSinceLastContentUpdate(): Nullable<KtList<DialogSeenLog>>;
|
|
579
|
-
get seenSinceLastUpdate(): Nullable<KtList<DialogSeenLog>>;
|
|
580
|
-
get serviceResource(): Nullable<string>;
|
|
581
|
-
get serviceResourceType(): Nullable<string>;
|
|
582
|
-
get status(): Nullable<DialogStatus>;
|
|
583
|
-
get systemLabel(): Nullable<DialogSystemLabel>;
|
|
584
|
-
get updatedAt(): Nullable<Instant>;
|
|
585
|
-
copy(content?: Nullable<DialogSearchContent>, contentUpdatedAt?: Nullable<Instant>, createdAt?: Nullable<Instant>, dueAt?: Nullable<Instant>, endUserContext?: Nullable<DialogEndUserContext>, extendedStatus?: Nullable<string>, externalReference?: Nullable<string>, fromPartyTransmissionsCount?: Nullable<bigint>, fromServiceOwnerTransmissionsCount?: Nullable<bigint>, guiAttachmentCount?: Nullable<bigint>, hasUnopenedContent?: Nullable<boolean>, id?: Nullable<string>, isApiOnly?: Nullable<boolean>, latestActivity?: Nullable<DialogActivity>, org?: Nullable<string>, party?: Nullable<string>, precedingProcess?: Nullable<string>, process?: Nullable<string>, progress?: Nullable<bigint>, seenSinceLastContentUpdate?: Nullable<KtList<DialogSeenLog>>, seenSinceLastUpdate?: Nullable<KtList<DialogSeenLog>>, serviceResource?: Nullable<string>, serviceResourceType?: Nullable<string>, status?: Nullable<DialogStatus>, systemLabel?: Nullable<DialogSystemLabel>, updatedAt?: Nullable<Instant>): AltinnDialog;
|
|
586
|
-
toString(): string;
|
|
587
|
-
hashCode(): number;
|
|
588
|
-
equals(other: Nullable<any>): boolean;
|
|
589
|
-
}
|
|
590
|
-
export declare namespace AltinnDialog {
|
|
591
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
592
|
-
namespace $metadata$ {
|
|
593
|
-
const constructor: abstract new () => AltinnDialog;
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
export declare class AltinnDialogList {
|
|
597
|
-
constructor(continuationToken?: Nullable<string>, hasNextPage?: Nullable<boolean>, items?: Nullable<KtList<AltinnDialog>>, orderBy?: Nullable<string>);
|
|
598
|
-
get continuationToken(): Nullable<string>;
|
|
599
|
-
get hasNextPage(): Nullable<boolean>;
|
|
600
|
-
get items(): Nullable<KtList<AltinnDialog>>;
|
|
601
|
-
get orderBy(): Nullable<string>;
|
|
602
|
-
copy(continuationToken?: Nullable<string>, hasNextPage?: Nullable<boolean>, items?: Nullable<KtList<AltinnDialog>>, orderBy?: Nullable<string>): AltinnDialogList;
|
|
603
|
-
toString(): string;
|
|
604
|
-
hashCode(): number;
|
|
605
|
-
equals(other: Nullable<any>): boolean;
|
|
606
|
-
}
|
|
607
|
-
export declare namespace AltinnDialogList {
|
|
608
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
609
|
-
namespace $metadata$ {
|
|
610
|
-
const constructor: abstract new () => AltinnDialogList;
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
export declare class AltinnSystemAccessPackages {
|
|
614
|
-
constructor(urn: string);
|
|
615
|
-
get urn(): string;
|
|
616
|
-
copy(urn?: string): AltinnSystemAccessPackages;
|
|
617
|
-
toString(): string;
|
|
618
|
-
hashCode(): number;
|
|
619
|
-
equals(other: Nullable<any>): boolean;
|
|
620
|
-
}
|
|
621
|
-
export declare namespace AltinnSystemAccessPackages {
|
|
622
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
623
|
-
namespace $metadata$ {
|
|
624
|
-
const constructor: abstract new () => AltinnSystemAccessPackages;
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
export declare class AltinnSystemDescription {
|
|
628
|
-
constructor(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>);
|
|
629
|
-
get en(): Nullable<string>;
|
|
630
|
-
get nb(): Nullable<string>;
|
|
631
|
-
get nn(): Nullable<string>;
|
|
632
|
-
copy(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>): AltinnSystemDescription;
|
|
633
|
-
toString(): string;
|
|
634
|
-
hashCode(): number;
|
|
635
|
-
equals(other: Nullable<any>): boolean;
|
|
636
|
-
}
|
|
637
|
-
export declare namespace AltinnSystemDescription {
|
|
638
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
639
|
-
namespace $metadata$ {
|
|
640
|
-
const constructor: abstract new () => AltinnSystemDescription;
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
export declare class AltinnSystemName {
|
|
644
|
-
constructor(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>);
|
|
645
|
-
get en(): Nullable<string>;
|
|
646
|
-
get nb(): Nullable<string>;
|
|
647
|
-
get nn(): Nullable<string>;
|
|
648
|
-
copy(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>): AltinnSystemName;
|
|
649
|
-
toString(): string;
|
|
650
|
-
hashCode(): number;
|
|
651
|
-
equals(other: Nullable<any>): boolean;
|
|
652
|
-
}
|
|
653
|
-
export declare namespace AltinnSystemName {
|
|
654
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
655
|
-
namespace $metadata$ {
|
|
656
|
-
const constructor: abstract new () => AltinnSystemName;
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
export declare class AltinnSystemRegisterInput {
|
|
660
|
-
constructor(accessPackages: Nullable<KtList<AltinnSystemAccessPackages>> | undefined, allowedRedirectUrls: Nullable<KtList<string>> | undefined, clientId: KtList<string>, description?: Nullable<AltinnSystemDescription>, id?: Nullable<string>, isDeleted?: Nullable<boolean>, isVisible?: Nullable<boolean>, name?: Nullable<AltinnSystemName>, rights?: Nullable<KtList<AltinnSystemRights>>, vendor?: Nullable<AltinnSystemVendor>);
|
|
661
|
-
get accessPackages(): Nullable<KtList<AltinnSystemAccessPackages>>;
|
|
662
|
-
get allowedRedirectUrls(): Nullable<KtList<string>>;
|
|
663
|
-
get clientId(): KtList<string>;
|
|
664
|
-
get description(): Nullable<AltinnSystemDescription>;
|
|
665
|
-
get id(): Nullable<string>;
|
|
666
|
-
get isDeleted(): Nullable<boolean>;
|
|
667
|
-
get isVisible(): Nullable<boolean>;
|
|
668
|
-
get name(): Nullable<AltinnSystemName>;
|
|
669
|
-
get rights(): Nullable<KtList<AltinnSystemRights>>;
|
|
670
|
-
get vendor(): Nullable<AltinnSystemVendor>;
|
|
671
|
-
copy(accessPackages?: Nullable<KtList<AltinnSystemAccessPackages>>, allowedRedirectUrls?: Nullable<KtList<string>>, clientId?: KtList<string>, description?: Nullable<AltinnSystemDescription>, id?: Nullable<string>, isDeleted?: Nullable<boolean>, isVisible?: Nullable<boolean>, name?: Nullable<AltinnSystemName>, rights?: Nullable<KtList<AltinnSystemRights>>, vendor?: Nullable<AltinnSystemVendor>): AltinnSystemRegisterInput;
|
|
672
|
-
toString(): string;
|
|
673
|
-
hashCode(): number;
|
|
674
|
-
equals(other: Nullable<any>): boolean;
|
|
675
|
-
}
|
|
676
|
-
export declare namespace AltinnSystemRegisterInput {
|
|
677
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
678
|
-
namespace $metadata$ {
|
|
679
|
-
const constructor: abstract new () => AltinnSystemRegisterInput;
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
export declare class AltinnSystemRights {
|
|
683
|
-
constructor(action: Nullable<string> | undefined, resource: KtList<AltinnSystemRightsResource>);
|
|
684
|
-
get action(): Nullable<string>;
|
|
685
|
-
get resource(): KtList<AltinnSystemRightsResource>;
|
|
686
|
-
copy(action?: Nullable<string>, resource?: KtList<AltinnSystemRightsResource>): AltinnSystemRights;
|
|
687
|
-
toString(): string;
|
|
688
|
-
hashCode(): number;
|
|
689
|
-
equals(other: Nullable<any>): boolean;
|
|
690
|
-
}
|
|
691
|
-
export declare namespace AltinnSystemRights {
|
|
692
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
693
|
-
namespace $metadata$ {
|
|
694
|
-
const constructor: abstract new () => AltinnSystemRights;
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
export declare class AltinnSystemRightsResource {
|
|
698
|
-
constructor(id: string, value: string);
|
|
699
|
-
get id(): string;
|
|
700
|
-
get value(): string;
|
|
701
|
-
copy(id?: string, value?: string): AltinnSystemRightsResource;
|
|
702
|
-
toString(): string;
|
|
703
|
-
hashCode(): number;
|
|
704
|
-
equals(other: Nullable<any>): boolean;
|
|
705
|
-
}
|
|
706
|
-
export declare namespace AltinnSystemRightsResource {
|
|
707
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
708
|
-
namespace $metadata$ {
|
|
709
|
-
const constructor: abstract new () => AltinnSystemRightsResource;
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
export declare class AltinnSystemUserRequestResult {
|
|
713
|
-
constructor(accessPackages: Nullable<KtList<AltinnSystemAccessPackages>> | undefined, confirmUrl: string, externalRef: string, id: string, partyOrgNo: string, redirectUrl: string, rights: Nullable<KtList<AltinnSystemRights>> | undefined, status: string, systemId: string);
|
|
714
|
-
get accessPackages(): Nullable<KtList<AltinnSystemAccessPackages>>;
|
|
715
|
-
get confirmUrl(): string;
|
|
716
|
-
get externalRef(): string;
|
|
717
|
-
get id(): string;
|
|
718
|
-
get partyOrgNo(): string;
|
|
719
|
-
get redirectUrl(): string;
|
|
720
|
-
get rights(): Nullable<KtList<AltinnSystemRights>>;
|
|
721
|
-
get status(): string;
|
|
722
|
-
get systemId(): string;
|
|
723
|
-
copy(accessPackages?: Nullable<KtList<AltinnSystemAccessPackages>>, confirmUrl?: string, externalRef?: string, id?: string, partyOrgNo?: string, redirectUrl?: string, rights?: Nullable<KtList<AltinnSystemRights>>, status?: string, systemId?: string): AltinnSystemUserRequestResult;
|
|
724
|
-
toString(): string;
|
|
725
|
-
hashCode(): number;
|
|
726
|
-
equals(other: Nullable<any>): boolean;
|
|
727
|
-
}
|
|
728
|
-
export declare namespace AltinnSystemUserRequestResult {
|
|
729
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
730
|
-
namespace $metadata$ {
|
|
731
|
-
const constructor: abstract new () => AltinnSystemUserRequestResult;
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
export declare class AltinnSystemVendor {
|
|
735
|
-
constructor(id?: Nullable<string>);
|
|
736
|
-
get id(): Nullable<string>;
|
|
737
|
-
copy(id?: Nullable<string>): AltinnSystemVendor;
|
|
738
|
-
toString(): string;
|
|
739
|
-
hashCode(): number;
|
|
740
|
-
equals(other: Nullable<any>): boolean;
|
|
741
|
-
}
|
|
742
|
-
export declare namespace AltinnSystemVendor {
|
|
743
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
744
|
-
namespace $metadata$ {
|
|
745
|
-
const constructor: abstract new () => AltinnSystemVendor;
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
480
|
export declare class ApproveSupplierInvoiceCommand {
|
|
749
481
|
constructor(reason?: Nullable<string>);
|
|
750
482
|
get reason(): Nullable<string>;
|
|
@@ -818,36 +550,6 @@ export declare namespace AttachIssueToMeetingCommand {
|
|
|
818
550
|
const constructor: abstract new () => AttachIssueToMeetingCommand;
|
|
819
551
|
}
|
|
820
552
|
}
|
|
821
|
-
export declare class AttachPersonPolicyCommand {
|
|
822
|
-
constructor(companyId: Nullable<bigint> | undefined, policyId: bigint);
|
|
823
|
-
get companyId(): Nullable<bigint>;
|
|
824
|
-
get policyId(): bigint;
|
|
825
|
-
copy(companyId?: Nullable<bigint>, policyId?: bigint): AttachPersonPolicyCommand;
|
|
826
|
-
toString(): string;
|
|
827
|
-
hashCode(): number;
|
|
828
|
-
equals(other: Nullable<any>): boolean;
|
|
829
|
-
}
|
|
830
|
-
export declare namespace AttachPersonPolicyCommand {
|
|
831
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
832
|
-
namespace $metadata$ {
|
|
833
|
-
const constructor: abstract new () => AttachPersonPolicyCommand;
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
export declare class AttachRoleTypePolicyRequest {
|
|
837
|
-
constructor(policyId: bigint, priority?: Nullable<bigint>);
|
|
838
|
-
get policyId(): bigint;
|
|
839
|
-
get priority(): Nullable<bigint>;
|
|
840
|
-
copy(policyId?: bigint, priority?: Nullable<bigint>): AttachRoleTypePolicyRequest;
|
|
841
|
-
toString(): string;
|
|
842
|
-
hashCode(): number;
|
|
843
|
-
equals(other: Nullable<any>): boolean;
|
|
844
|
-
}
|
|
845
|
-
export declare namespace AttachRoleTypePolicyRequest {
|
|
846
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
847
|
-
namespace $metadata$ {
|
|
848
|
-
const constructor: abstract new () => AttachRoleTypePolicyRequest;
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
553
|
export declare class Attendance {
|
|
852
554
|
constructor(companyId: bigint, id: bigint, resident: Resident, sectionId: bigint, validFrom: any/* Instant */, validTo?: Nullable<any>/* Nullable<Instant> */);
|
|
853
555
|
get companyId(): bigint;
|
|
@@ -1245,21 +947,6 @@ export declare namespace BatchTrashDocumentsCommand {
|
|
|
1245
947
|
const constructor: abstract new () => BatchTrashDocumentsCommand;
|
|
1246
948
|
}
|
|
1247
949
|
}
|
|
1248
|
-
export declare class Billing {
|
|
1249
|
-
constructor(id: bigint, name: string);
|
|
1250
|
-
get id(): bigint;
|
|
1251
|
-
get name(): string;
|
|
1252
|
-
copy(id?: bigint, name?: string): Billing;
|
|
1253
|
-
toString(): string;
|
|
1254
|
-
hashCode(): number;
|
|
1255
|
-
equals(other: Nullable<any>): boolean;
|
|
1256
|
-
}
|
|
1257
|
-
export declare namespace Billing {
|
|
1258
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1259
|
-
namespace $metadata$ {
|
|
1260
|
-
const constructor: abstract new () => Billing;
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1263
950
|
export declare class BoardParticipant extends Participant.$metadata$.constructor {
|
|
1264
951
|
constructor(active: boolean, id: bigint, name: string, participantId: bigint);
|
|
1265
952
|
get active(): boolean;
|
|
@@ -2619,112 +2306,6 @@ export declare namespace BulkPublishSMSBroadcastsSummary {
|
|
|
2619
2306
|
const constructor: abstract new () => BulkPublishSMSBroadcastsSummary;
|
|
2620
2307
|
}
|
|
2621
2308
|
}
|
|
2622
|
-
export declare class BulkRetroactiveKartverketCommand {
|
|
2623
|
-
constructor(companyIds?: Nullable<KtList<bigint>>);
|
|
2624
|
-
get companyIds(): Nullable<KtList<bigint>>;
|
|
2625
|
-
copy(companyIds?: Nullable<KtList<bigint>>): BulkRetroactiveKartverketCommand;
|
|
2626
|
-
toString(): string;
|
|
2627
|
-
hashCode(): number;
|
|
2628
|
-
equals(other: Nullable<any>): boolean;
|
|
2629
|
-
}
|
|
2630
|
-
export declare namespace BulkRetroactiveKartverketCommand {
|
|
2631
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2632
|
-
namespace $metadata$ {
|
|
2633
|
-
const constructor: abstract new () => BulkRetroactiveKartverketCommand;
|
|
2634
|
-
}
|
|
2635
|
-
}
|
|
2636
|
-
export declare class BulkRetroactiveKartverketItemResult {
|
|
2637
|
-
constructor(companyId: bigint, index: bigint, message: Nullable<string> | undefined, status: BulkRetroactiveKartverketItemStatus);
|
|
2638
|
-
get companyId(): bigint;
|
|
2639
|
-
get index(): bigint;
|
|
2640
|
-
get message(): Nullable<string>;
|
|
2641
|
-
get status(): BulkRetroactiveKartverketItemStatus;
|
|
2642
|
-
copy(companyId?: bigint, index?: bigint, message?: Nullable<string>, status?: BulkRetroactiveKartverketItemStatus): BulkRetroactiveKartverketItemResult;
|
|
2643
|
-
toString(): string;
|
|
2644
|
-
hashCode(): number;
|
|
2645
|
-
equals(other: Nullable<any>): boolean;
|
|
2646
|
-
}
|
|
2647
|
-
export declare namespace BulkRetroactiveKartverketItemResult {
|
|
2648
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2649
|
-
namespace $metadata$ {
|
|
2650
|
-
const constructor: abstract new () => BulkRetroactiveKartverketItemResult;
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
export declare abstract class BulkRetroactiveKartverketItemStatus {
|
|
2654
|
-
private constructor();
|
|
2655
|
-
static get UPDATED(): BulkRetroactiveKartverketItemStatus & {
|
|
2656
|
-
get name(): "UPDATED";
|
|
2657
|
-
get ordinal(): 0;
|
|
2658
|
-
};
|
|
2659
|
-
static get FAILED(): BulkRetroactiveKartverketItemStatus & {
|
|
2660
|
-
get name(): "FAILED";
|
|
2661
|
-
get ordinal(): 1;
|
|
2662
|
-
};
|
|
2663
|
-
static get Updated(): BulkRetroactiveKartverketItemStatus & {
|
|
2664
|
-
get name(): "UPDATED";
|
|
2665
|
-
get ordinal(): 0;
|
|
2666
|
-
};
|
|
2667
|
-
static get Failed(): BulkRetroactiveKartverketItemStatus & {
|
|
2668
|
-
get name(): "FAILED";
|
|
2669
|
-
get ordinal(): 1;
|
|
2670
|
-
};
|
|
2671
|
-
static values(): [typeof BulkRetroactiveKartverketItemStatus.UPDATED, typeof BulkRetroactiveKartverketItemStatus.FAILED];
|
|
2672
|
-
static valueOf(value: string): BulkRetroactiveKartverketItemStatus;
|
|
2673
|
-
get name(): "UPDATED" | "FAILED";
|
|
2674
|
-
get ordinal(): 0 | 1;
|
|
2675
|
-
get value(): string;
|
|
2676
|
-
toString(): string;
|
|
2677
|
-
}
|
|
2678
|
-
export declare namespace BulkRetroactiveKartverketItemStatus {
|
|
2679
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2680
|
-
namespace $metadata$ {
|
|
2681
|
-
const constructor: abstract new () => BulkRetroactiveKartverketItemStatus;
|
|
2682
|
-
}
|
|
2683
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2684
|
-
private constructor();
|
|
2685
|
-
}
|
|
2686
|
-
namespace Companion {
|
|
2687
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2688
|
-
namespace $metadata$ {
|
|
2689
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
2690
|
-
fromValue(value: string): Nullable<BulkRetroactiveKartverketItemStatus>;
|
|
2691
|
-
private constructor();
|
|
2692
|
-
}
|
|
2693
|
-
}
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2696
|
-
export declare class BulkRetroactiveKartverketResult {
|
|
2697
|
-
constructor(items: KtList<BulkRetroactiveKartverketItemResult>, summary?: Nullable<BulkRetroactiveKartverketSummary>);
|
|
2698
|
-
get items(): KtList<BulkRetroactiveKartverketItemResult>;
|
|
2699
|
-
get summary(): Nullable<BulkRetroactiveKartverketSummary>;
|
|
2700
|
-
copy(items?: KtList<BulkRetroactiveKartverketItemResult>, summary?: Nullable<BulkRetroactiveKartverketSummary>): BulkRetroactiveKartverketResult;
|
|
2701
|
-
toString(): string;
|
|
2702
|
-
hashCode(): number;
|
|
2703
|
-
equals(other: Nullable<any>): boolean;
|
|
2704
|
-
}
|
|
2705
|
-
export declare namespace BulkRetroactiveKartverketResult {
|
|
2706
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2707
|
-
namespace $metadata$ {
|
|
2708
|
-
const constructor: abstract new () => BulkRetroactiveKartverketResult;
|
|
2709
|
-
}
|
|
2710
|
-
}
|
|
2711
|
-
export declare class BulkRetroactiveKartverketSummary {
|
|
2712
|
-
constructor(failed: bigint, requestedAllCompanies: boolean, total: bigint, updated: bigint);
|
|
2713
|
-
get failed(): bigint;
|
|
2714
|
-
get requestedAllCompanies(): boolean;
|
|
2715
|
-
get total(): bigint;
|
|
2716
|
-
get updated(): bigint;
|
|
2717
|
-
copy(failed?: bigint, requestedAllCompanies?: boolean, total?: bigint, updated?: bigint): BulkRetroactiveKartverketSummary;
|
|
2718
|
-
toString(): string;
|
|
2719
|
-
hashCode(): number;
|
|
2720
|
-
equals(other: Nullable<any>): boolean;
|
|
2721
|
-
}
|
|
2722
|
-
export declare namespace BulkRetroactiveKartverketSummary {
|
|
2723
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2724
|
-
namespace $metadata$ {
|
|
2725
|
-
const constructor: abstract new () => BulkRetroactiveKartverketSummary;
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2728
2309
|
export declare class BulkUpdateCompanyDetailedCommand {
|
|
2729
2310
|
constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkUpdateCompanyDetailedItemCommand>);
|
|
2730
2311
|
get dryRun(): Nullable<boolean>;
|
|
@@ -3084,90 +2665,22 @@ export declare namespace ClientUser {
|
|
|
3084
2665
|
const constructor: abstract new () => ClientUser;
|
|
3085
2666
|
}
|
|
3086
2667
|
}
|
|
3087
|
-
export declare
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
get ordinal(): 1;
|
|
3096
|
-
};
|
|
3097
|
-
static get ADMIN(): ClientUserCompanyScope & {
|
|
3098
|
-
get name(): "ADMIN";
|
|
3099
|
-
get ordinal(): 2;
|
|
3100
|
-
};
|
|
3101
|
-
static get ReadOnly(): ClientUserCompanyScope & {
|
|
3102
|
-
get name(): "READ_ONLY";
|
|
3103
|
-
get ordinal(): 0;
|
|
3104
|
-
};
|
|
3105
|
-
static get Board(): ClientUserCompanyScope & {
|
|
3106
|
-
get name(): "BOARD";
|
|
3107
|
-
get ordinal(): 1;
|
|
3108
|
-
};
|
|
3109
|
-
static get Admin(): ClientUserCompanyScope & {
|
|
3110
|
-
get name(): "ADMIN";
|
|
3111
|
-
get ordinal(): 2;
|
|
3112
|
-
};
|
|
3113
|
-
static values(): [typeof ClientUserCompanyScope.READ_ONLY, typeof ClientUserCompanyScope.BOARD, typeof ClientUserCompanyScope.ADMIN];
|
|
3114
|
-
static valueOf(value: string): ClientUserCompanyScope;
|
|
3115
|
-
get name(): "READ_ONLY" | "BOARD" | "ADMIN";
|
|
3116
|
-
get ordinal(): 0 | 1 | 2;
|
|
3117
|
-
get value(): string;
|
|
2668
|
+
export declare class ClientUserParticipant extends Participant.$metadata$.constructor {
|
|
2669
|
+
constructor(active: boolean, id: bigint, name: string, participantId: bigint, clientId: string);
|
|
2670
|
+
get active(): boolean;
|
|
2671
|
+
get id(): bigint;
|
|
2672
|
+
get name(): string;
|
|
2673
|
+
get participantId(): bigint;
|
|
2674
|
+
get clientId(): string;
|
|
2675
|
+
copy(active?: boolean, id?: bigint, name?: string, participantId?: bigint, clientId?: string): ClientUserParticipant;
|
|
3118
2676
|
toString(): string;
|
|
2677
|
+
hashCode(): number;
|
|
2678
|
+
equals(other: Nullable<any>): boolean;
|
|
3119
2679
|
}
|
|
3120
|
-
export declare namespace
|
|
2680
|
+
export declare namespace ClientUserParticipant {
|
|
3121
2681
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3122
2682
|
namespace $metadata$ {
|
|
3123
|
-
const constructor: abstract new () =>
|
|
3124
|
-
}
|
|
3125
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
3126
|
-
private constructor();
|
|
3127
|
-
}
|
|
3128
|
-
namespace Companion {
|
|
3129
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3130
|
-
namespace $metadata$ {
|
|
3131
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
3132
|
-
fromValue(value: string): Nullable<ClientUserCompanyScope>;
|
|
3133
|
-
private constructor();
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
export declare class ClientUserParticipant extends Participant.$metadata$.constructor {
|
|
3139
|
-
constructor(active: boolean, id: bigint, name: string, participantId: bigint, clientId: string);
|
|
3140
|
-
get active(): boolean;
|
|
3141
|
-
get id(): bigint;
|
|
3142
|
-
get name(): string;
|
|
3143
|
-
get participantId(): bigint;
|
|
3144
|
-
get clientId(): string;
|
|
3145
|
-
copy(active?: boolean, id?: bigint, name?: string, participantId?: bigint, clientId?: string): ClientUserParticipant;
|
|
3146
|
-
toString(): string;
|
|
3147
|
-
hashCode(): number;
|
|
3148
|
-
equals(other: Nullable<any>): boolean;
|
|
3149
|
-
}
|
|
3150
|
-
export declare namespace ClientUserParticipant {
|
|
3151
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3152
|
-
namespace $metadata$ {
|
|
3153
|
-
const constructor: abstract new () => ClientUserParticipant;
|
|
3154
|
-
}
|
|
3155
|
-
}
|
|
3156
|
-
export declare class ClientUserScope {
|
|
3157
|
-
constructor(action: string, companyId: Nullable<bigint> | undefined, id: bigint, resource: string);
|
|
3158
|
-
get action(): string;
|
|
3159
|
-
get companyId(): Nullable<bigint>;
|
|
3160
|
-
get id(): bigint;
|
|
3161
|
-
get resource(): string;
|
|
3162
|
-
copy(action?: string, companyId?: Nullable<bigint>, id?: bigint, resource?: string): ClientUserScope;
|
|
3163
|
-
toString(): string;
|
|
3164
|
-
hashCode(): number;
|
|
3165
|
-
equals(other: Nullable<any>): boolean;
|
|
3166
|
-
}
|
|
3167
|
-
export declare namespace ClientUserScope {
|
|
3168
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3169
|
-
namespace $metadata$ {
|
|
3170
|
-
const constructor: abstract new () => ClientUserScope;
|
|
2683
|
+
const constructor: abstract new () => ClientUserParticipant;
|
|
3171
2684
|
}
|
|
3172
2685
|
}
|
|
3173
2686
|
export declare class CloseInsuranceCommand {
|
|
@@ -3724,65 +3237,6 @@ export declare namespace CommunicationState {
|
|
|
3724
3237
|
}
|
|
3725
3238
|
}
|
|
3726
3239
|
}
|
|
3727
|
-
export declare abstract class CommunicationType {
|
|
3728
|
-
private constructor();
|
|
3729
|
-
static get NEWSLETTER(): CommunicationType & {
|
|
3730
|
-
get name(): "NEWSLETTER";
|
|
3731
|
-
get ordinal(): 0;
|
|
3732
|
-
};
|
|
3733
|
-
static get BROADCAST(): CommunicationType & {
|
|
3734
|
-
get name(): "BROADCAST";
|
|
3735
|
-
get ordinal(): 1;
|
|
3736
|
-
};
|
|
3737
|
-
static get POST(): CommunicationType & {
|
|
3738
|
-
get name(): "POST";
|
|
3739
|
-
get ordinal(): 2;
|
|
3740
|
-
};
|
|
3741
|
-
static get PRACTICAL_INFO(): CommunicationType & {
|
|
3742
|
-
get name(): "PRACTICAL_INFO";
|
|
3743
|
-
get ordinal(): 3;
|
|
3744
|
-
};
|
|
3745
|
-
static get Newsletter(): CommunicationType & {
|
|
3746
|
-
get name(): "NEWSLETTER";
|
|
3747
|
-
get ordinal(): 0;
|
|
3748
|
-
};
|
|
3749
|
-
static get Broadcast(): CommunicationType & {
|
|
3750
|
-
get name(): "BROADCAST";
|
|
3751
|
-
get ordinal(): 1;
|
|
3752
|
-
};
|
|
3753
|
-
static get Post(): CommunicationType & {
|
|
3754
|
-
get name(): "POST";
|
|
3755
|
-
get ordinal(): 2;
|
|
3756
|
-
};
|
|
3757
|
-
static get PracticalInfo(): CommunicationType & {
|
|
3758
|
-
get name(): "PRACTICAL_INFO";
|
|
3759
|
-
get ordinal(): 3;
|
|
3760
|
-
};
|
|
3761
|
-
static values(): [typeof CommunicationType.NEWSLETTER, typeof CommunicationType.BROADCAST, typeof CommunicationType.POST, typeof CommunicationType.PRACTICAL_INFO];
|
|
3762
|
-
static valueOf(value: string): CommunicationType;
|
|
3763
|
-
get name(): "NEWSLETTER" | "BROADCAST" | "POST" | "PRACTICAL_INFO";
|
|
3764
|
-
get ordinal(): 0 | 1 | 2 | 3;
|
|
3765
|
-
get value(): string;
|
|
3766
|
-
toString(): string;
|
|
3767
|
-
}
|
|
3768
|
-
export declare namespace CommunicationType {
|
|
3769
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3770
|
-
namespace $metadata$ {
|
|
3771
|
-
const constructor: abstract new () => CommunicationType;
|
|
3772
|
-
}
|
|
3773
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
3774
|
-
private constructor();
|
|
3775
|
-
}
|
|
3776
|
-
namespace Companion {
|
|
3777
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3778
|
-
namespace $metadata$ {
|
|
3779
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
3780
|
-
fromValue(value: string): Nullable<CommunicationType>;
|
|
3781
|
-
private constructor();
|
|
3782
|
-
}
|
|
3783
|
-
}
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3786
3240
|
export declare class Company {
|
|
3787
3241
|
constructor(addresses: Nullable<KtList<CompanyAddress>> | undefined, buildings: Nullable<KtList<Building>> | undefined, classification: string, country: string, id: bigint, managed: boolean, name: string, nationality: bigint, operatingAccount: Nullable<string> | undefined, orgNr: Nullable<string> | undefined, organizationId: Nullable<bigint> | undefined, slug: Nullable<string> | undefined, status: Nullable<CompanyStatus> | undefined, subTypes: KtList<CompanySubType>, tenantId: bigint);
|
|
3788
3242
|
get addresses(): Nullable<KtList<CompanyAddress>>;
|
|
@@ -4452,26 +3906,6 @@ export declare namespace ConversationCountConversationCountByCompanyMap {
|
|
|
4452
3906
|
const constructor: abstract new () => ConversationCountConversationCountByCompanyMap;
|
|
4453
3907
|
}
|
|
4454
3908
|
}
|
|
4455
|
-
export declare class ConversationCountConversationCountByCompanyMapValue {
|
|
4456
|
-
constructor(done: bigint, draft: bigint, folderCounts: Nullable<KtMap<string, Nullable<bigint>>> | undefined, inProgress: bigint, _new: bigint, root?: Nullable<bigint>, total?: Nullable<bigint>);
|
|
4457
|
-
get done(): bigint;
|
|
4458
|
-
get draft(): bigint;
|
|
4459
|
-
get folderCounts(): Nullable<KtMap<string, Nullable<bigint>>>;
|
|
4460
|
-
get inProgress(): bigint;
|
|
4461
|
-
get new(): bigint;
|
|
4462
|
-
get root(): Nullable<bigint>;
|
|
4463
|
-
get total(): Nullable<bigint>;
|
|
4464
|
-
copy(done?: bigint, draft?: bigint, folderCounts?: Nullable<KtMap<string, Nullable<bigint>>>, inProgress?: bigint, _new?: bigint, root?: Nullable<bigint>, total?: Nullable<bigint>): ConversationCountConversationCountByCompanyMapValue;
|
|
4465
|
-
toString(): string;
|
|
4466
|
-
hashCode(): number;
|
|
4467
|
-
equals(other: Nullable<any>): boolean;
|
|
4468
|
-
}
|
|
4469
|
-
export declare namespace ConversationCountConversationCountByCompanyMapValue {
|
|
4470
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
4471
|
-
namespace $metadata$ {
|
|
4472
|
-
const constructor: abstract new () => ConversationCountConversationCountByCompanyMapValue;
|
|
4473
|
-
}
|
|
4474
|
-
}
|
|
4475
3909
|
export declare class ConversationEvent {
|
|
4476
3910
|
constructor(childEvents: Nullable<KtList<ConversationEvent>> | undefined, description: Nullable<string> | undefined, descriptionMeta: KtMap<string, Nullable<string>>, documents: Nullable<KtList<ConversationEventDocument>> | undefined, eventType: ConversationEventType, id: Nullable<bigint> | undefined, parentEventId: Nullable<bigint> | undefined, performedAt: any/* Instant */, performedBy: Nullable<Participant> | undefined, performedByClientUserId: Nullable<bigint> | undefined, performedById: Nullable<bigint> | undefined, performedByName: Nullable<string> | undefined, system: boolean);
|
|
4477
3911
|
get childEvents(): Nullable<KtList<ConversationEvent>>;
|
|
@@ -5284,37 +4718,6 @@ export declare namespace CreateChangeRequestCommand {
|
|
|
5284
4718
|
const constructor: abstract new () => CreateChangeRequestCommand;
|
|
5285
4719
|
}
|
|
5286
4720
|
}
|
|
5287
|
-
export declare class CreateClientUserCompanyScopeCommand {
|
|
5288
|
-
constructor(companyId: bigint, scope: ClientUserCompanyScope);
|
|
5289
|
-
get companyId(): bigint;
|
|
5290
|
-
get scope(): ClientUserCompanyScope;
|
|
5291
|
-
copy(companyId?: bigint, scope?: ClientUserCompanyScope): CreateClientUserCompanyScopeCommand;
|
|
5292
|
-
toString(): string;
|
|
5293
|
-
hashCode(): number;
|
|
5294
|
-
equals(other: Nullable<any>): boolean;
|
|
5295
|
-
}
|
|
5296
|
-
export declare namespace CreateClientUserCompanyScopeCommand {
|
|
5297
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
5298
|
-
namespace $metadata$ {
|
|
5299
|
-
const constructor: abstract new () => CreateClientUserCompanyScopeCommand;
|
|
5300
|
-
}
|
|
5301
|
-
}
|
|
5302
|
-
export declare class CreateClientUserScopeCommand {
|
|
5303
|
-
constructor(action: Nullable<string> | undefined, companyId: Nullable<bigint> | undefined, resource: string);
|
|
5304
|
-
get action(): Nullable<string>;
|
|
5305
|
-
get companyId(): Nullable<bigint>;
|
|
5306
|
-
get resource(): string;
|
|
5307
|
-
copy(action?: Nullable<string>, companyId?: Nullable<bigint>, resource?: string): CreateClientUserScopeCommand;
|
|
5308
|
-
toString(): string;
|
|
5309
|
-
hashCode(): number;
|
|
5310
|
-
equals(other: Nullable<any>): boolean;
|
|
5311
|
-
}
|
|
5312
|
-
export declare namespace CreateClientUserScopeCommand {
|
|
5313
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
5314
|
-
namespace $metadata$ {
|
|
5315
|
-
const constructor: abstract new () => CreateClientUserScopeCommand;
|
|
5316
|
-
}
|
|
5317
|
-
}
|
|
5318
4721
|
export declare class CreateCommunicationCommentCommand {
|
|
5319
4722
|
constructor(content: string, parentId?: Nullable<bigint>);
|
|
5320
4723
|
get content(): string;
|
|
@@ -6107,21 +5510,6 @@ export declare namespace CreatePersonCommand {
|
|
|
6107
5510
|
const constructor: abstract new () => CreatePersonCommand;
|
|
6108
5511
|
}
|
|
6109
5512
|
}
|
|
6110
|
-
export declare class CreatePersonInlinePolicyCommand {
|
|
6111
|
-
constructor(companyId: Nullable<bigint> | undefined, statements: KtList<Policy>);
|
|
6112
|
-
get companyId(): Nullable<bigint>;
|
|
6113
|
-
get statements(): KtList<Policy>;
|
|
6114
|
-
copy(companyId?: Nullable<bigint>, statements?: KtList<Policy>): CreatePersonInlinePolicyCommand;
|
|
6115
|
-
toString(): string;
|
|
6116
|
-
hashCode(): number;
|
|
6117
|
-
equals(other: Nullable<any>): boolean;
|
|
6118
|
-
}
|
|
6119
|
-
export declare namespace CreatePersonInlinePolicyCommand {
|
|
6120
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6121
|
-
namespace $metadata$ {
|
|
6122
|
-
const constructor: abstract new () => CreatePersonInlinePolicyCommand;
|
|
6123
|
-
}
|
|
6124
|
-
}
|
|
6125
5513
|
export declare class CreatePersonOwner {
|
|
6126
5514
|
constructor(email: Nullable<string> | undefined, invoicingEmail: Nullable<string> | undefined, mobile: Nullable<string> | undefined, name: Name, personalIdentityNumber?: Nullable<string>);
|
|
6127
5515
|
get email(): Nullable<string>;
|
|
@@ -6168,22 +5556,6 @@ export declare namespace CreatePersonResidentCommand {
|
|
|
6168
5556
|
const constructor: abstract new () => CreatePersonResidentCommand;
|
|
6169
5557
|
}
|
|
6170
5558
|
}
|
|
6171
|
-
export declare class CreatePolicyDocumentCommand {
|
|
6172
|
-
constructor(description: Nullable<string> | undefined, name: string, statements: KtList<Policy>);
|
|
6173
|
-
get description(): Nullable<string>;
|
|
6174
|
-
get name(): string;
|
|
6175
|
-
get statements(): KtList<Policy>;
|
|
6176
|
-
copy(description?: Nullable<string>, name?: string, statements?: KtList<Policy>): CreatePolicyDocumentCommand;
|
|
6177
|
-
toString(): string;
|
|
6178
|
-
hashCode(): number;
|
|
6179
|
-
equals(other: Nullable<any>): boolean;
|
|
6180
|
-
}
|
|
6181
|
-
export declare namespace CreatePolicyDocumentCommand {
|
|
6182
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6183
|
-
namespace $metadata$ {
|
|
6184
|
-
const constructor: abstract new () => CreatePolicyDocumentCommand;
|
|
6185
|
-
}
|
|
6186
|
-
}
|
|
6187
5559
|
export declare class CreatePostCommand {
|
|
6188
5560
|
constructor(commentsEnabled: Nullable<boolean> | undefined, content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
|
|
6189
5561
|
get commentsEnabled(): Nullable<boolean>;
|
|
@@ -6283,20 +5655,6 @@ export declare namespace CreateResidentCommandDiscriminator {
|
|
|
6283
5655
|
}
|
|
6284
5656
|
}
|
|
6285
5657
|
}
|
|
6286
|
-
export declare class CreateRoleInlinePolicyRequest {
|
|
6287
|
-
constructor(statements: KtList<Policy>);
|
|
6288
|
-
get statements(): KtList<Policy>;
|
|
6289
|
-
copy(statements?: KtList<Policy>): CreateRoleInlinePolicyRequest;
|
|
6290
|
-
toString(): string;
|
|
6291
|
-
hashCode(): number;
|
|
6292
|
-
equals(other: Nullable<any>): boolean;
|
|
6293
|
-
}
|
|
6294
|
-
export declare namespace CreateRoleInlinePolicyRequest {
|
|
6295
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6296
|
-
namespace $metadata$ {
|
|
6297
|
-
const constructor: abstract new () => CreateRoleInlinePolicyRequest;
|
|
6298
|
-
}
|
|
6299
|
-
}
|
|
6300
5658
|
export declare class CreateRoutineCommand {
|
|
6301
5659
|
constructor(description: Nullable<string> | undefined, draftId: Nullable<bigint> | undefined, dueDateOffset: Nullable<bigint> | undefined, recommendedIntervalMethod: Nullable<RoutineMethod> | undefined, recommendedIntervalType: RoutineInterval, recommendedIntervalValue: Nullable<bigint> | undefined, requiresSupplier: boolean, responsibleId: Nullable<bigint> | undefined, startDate: Nullable<any>/* Nullable<Instant> */ | undefined, supplierId: Nullable<bigint> | undefined, svgName: string, title: Nullable<string> | undefined, type: RoutineType);
|
|
6302
5660
|
get description(): Nullable<string>;
|
|
@@ -6925,365 +6283,6 @@ export declare namespace DeviceVerifySrpCommand {
|
|
|
6925
6283
|
const constructor: abstract new () => DeviceVerifySrpCommand;
|
|
6926
6284
|
}
|
|
6927
6285
|
}
|
|
6928
|
-
export declare class DialogActivity {
|
|
6929
|
-
constructor(createdAt?: Nullable<Instant>, description?: Nullable<KtList<AltinnCommonLocalization>>, extendedType?: Nullable<string>, id?: Nullable<string>, performedBy?: Nullable<AltinnCommonActor>, transmissionId?: Nullable<string>, type?: Nullable<DialogActivityType>);
|
|
6930
|
-
get createdAt(): Nullable<Instant>;
|
|
6931
|
-
get description(): Nullable<KtList<AltinnCommonLocalization>>;
|
|
6932
|
-
get extendedType(): Nullable<string>;
|
|
6933
|
-
get id(): Nullable<string>;
|
|
6934
|
-
get performedBy(): Nullable<AltinnCommonActor>;
|
|
6935
|
-
get transmissionId(): Nullable<string>;
|
|
6936
|
-
get type(): Nullable<DialogActivityType>;
|
|
6937
|
-
copy(createdAt?: Nullable<Instant>, description?: Nullable<KtList<AltinnCommonLocalization>>, extendedType?: Nullable<string>, id?: Nullable<string>, performedBy?: Nullable<AltinnCommonActor>, transmissionId?: Nullable<string>, type?: Nullable<DialogActivityType>): DialogActivity;
|
|
6938
|
-
toString(): string;
|
|
6939
|
-
hashCode(): number;
|
|
6940
|
-
equals(other: Nullable<any>): boolean;
|
|
6941
|
-
}
|
|
6942
|
-
export declare namespace DialogActivity {
|
|
6943
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6944
|
-
namespace $metadata$ {
|
|
6945
|
-
const constructor: abstract new () => DialogActivity;
|
|
6946
|
-
}
|
|
6947
|
-
}
|
|
6948
|
-
export declare abstract class DialogActivityType {
|
|
6949
|
-
private constructor();
|
|
6950
|
-
static get DIALOG_CREATED(): DialogActivityType & {
|
|
6951
|
-
get name(): "DIALOG_CREATED";
|
|
6952
|
-
get ordinal(): 0;
|
|
6953
|
-
};
|
|
6954
|
-
static get DIALOG_CLOSED(): DialogActivityType & {
|
|
6955
|
-
get name(): "DIALOG_CLOSED";
|
|
6956
|
-
get ordinal(): 1;
|
|
6957
|
-
};
|
|
6958
|
-
static get INFORMATION(): DialogActivityType & {
|
|
6959
|
-
get name(): "INFORMATION";
|
|
6960
|
-
get ordinal(): 2;
|
|
6961
|
-
};
|
|
6962
|
-
static get TRANSMISSION_OPENED(): DialogActivityType & {
|
|
6963
|
-
get name(): "TRANSMISSION_OPENED";
|
|
6964
|
-
get ordinal(): 3;
|
|
6965
|
-
};
|
|
6966
|
-
static get PAYMENT_MADE(): DialogActivityType & {
|
|
6967
|
-
get name(): "PAYMENT_MADE";
|
|
6968
|
-
get ordinal(): 4;
|
|
6969
|
-
};
|
|
6970
|
-
static get SIGNATURE_PROVIDED(): DialogActivityType & {
|
|
6971
|
-
get name(): "SIGNATURE_PROVIDED";
|
|
6972
|
-
get ordinal(): 5;
|
|
6973
|
-
};
|
|
6974
|
-
static get DIALOG_OPENED(): DialogActivityType & {
|
|
6975
|
-
get name(): "DIALOG_OPENED";
|
|
6976
|
-
get ordinal(): 6;
|
|
6977
|
-
};
|
|
6978
|
-
static get DIALOG_DELETED(): DialogActivityType & {
|
|
6979
|
-
get name(): "DIALOG_DELETED";
|
|
6980
|
-
get ordinal(): 7;
|
|
6981
|
-
};
|
|
6982
|
-
static get DIALOG_RESTORED(): DialogActivityType & {
|
|
6983
|
-
get name(): "DIALOG_RESTORED";
|
|
6984
|
-
get ordinal(): 8;
|
|
6985
|
-
};
|
|
6986
|
-
static get SENT_TO_SIGNING(): DialogActivityType & {
|
|
6987
|
-
get name(): "SENT_TO_SIGNING";
|
|
6988
|
-
get ordinal(): 9;
|
|
6989
|
-
};
|
|
6990
|
-
static get SENT_TO_FORM_FILL(): DialogActivityType & {
|
|
6991
|
-
get name(): "SENT_TO_FORM_FILL";
|
|
6992
|
-
get ordinal(): 10;
|
|
6993
|
-
};
|
|
6994
|
-
static get SENT_TO_SEND_IN(): DialogActivityType & {
|
|
6995
|
-
get name(): "SENT_TO_SEND_IN";
|
|
6996
|
-
get ordinal(): 11;
|
|
6997
|
-
};
|
|
6998
|
-
static get SENT_TO_PAYMENT(): DialogActivityType & {
|
|
6999
|
-
get name(): "SENT_TO_PAYMENT";
|
|
7000
|
-
get ordinal(): 12;
|
|
7001
|
-
};
|
|
7002
|
-
static get DialogCreated(): DialogActivityType & {
|
|
7003
|
-
get name(): "DIALOG_CREATED";
|
|
7004
|
-
get ordinal(): 0;
|
|
7005
|
-
};
|
|
7006
|
-
static get DialogClosed(): DialogActivityType & {
|
|
7007
|
-
get name(): "DIALOG_CLOSED";
|
|
7008
|
-
get ordinal(): 1;
|
|
7009
|
-
};
|
|
7010
|
-
static get Information(): DialogActivityType & {
|
|
7011
|
-
get name(): "INFORMATION";
|
|
7012
|
-
get ordinal(): 2;
|
|
7013
|
-
};
|
|
7014
|
-
static get TransmissionOpened(): DialogActivityType & {
|
|
7015
|
-
get name(): "TRANSMISSION_OPENED";
|
|
7016
|
-
get ordinal(): 3;
|
|
7017
|
-
};
|
|
7018
|
-
static get PaymentMade(): DialogActivityType & {
|
|
7019
|
-
get name(): "PAYMENT_MADE";
|
|
7020
|
-
get ordinal(): 4;
|
|
7021
|
-
};
|
|
7022
|
-
static get SignatureProvided(): DialogActivityType & {
|
|
7023
|
-
get name(): "SIGNATURE_PROVIDED";
|
|
7024
|
-
get ordinal(): 5;
|
|
7025
|
-
};
|
|
7026
|
-
static get DialogOpened(): DialogActivityType & {
|
|
7027
|
-
get name(): "DIALOG_OPENED";
|
|
7028
|
-
get ordinal(): 6;
|
|
7029
|
-
};
|
|
7030
|
-
static get DialogDeleted(): DialogActivityType & {
|
|
7031
|
-
get name(): "DIALOG_DELETED";
|
|
7032
|
-
get ordinal(): 7;
|
|
7033
|
-
};
|
|
7034
|
-
static get DialogRestored(): DialogActivityType & {
|
|
7035
|
-
get name(): "DIALOG_RESTORED";
|
|
7036
|
-
get ordinal(): 8;
|
|
7037
|
-
};
|
|
7038
|
-
static get SentToSigning(): DialogActivityType & {
|
|
7039
|
-
get name(): "SENT_TO_SIGNING";
|
|
7040
|
-
get ordinal(): 9;
|
|
7041
|
-
};
|
|
7042
|
-
static get SentToFormFill(): DialogActivityType & {
|
|
7043
|
-
get name(): "SENT_TO_FORM_FILL";
|
|
7044
|
-
get ordinal(): 10;
|
|
7045
|
-
};
|
|
7046
|
-
static get SentToSendIn(): DialogActivityType & {
|
|
7047
|
-
get name(): "SENT_TO_SEND_IN";
|
|
7048
|
-
get ordinal(): 11;
|
|
7049
|
-
};
|
|
7050
|
-
static get SentToPayment(): DialogActivityType & {
|
|
7051
|
-
get name(): "SENT_TO_PAYMENT";
|
|
7052
|
-
get ordinal(): 12;
|
|
7053
|
-
};
|
|
7054
|
-
static values(): [typeof DialogActivityType.DIALOG_CREATED, typeof DialogActivityType.DIALOG_CLOSED, typeof DialogActivityType.INFORMATION, typeof DialogActivityType.TRANSMISSION_OPENED, typeof DialogActivityType.PAYMENT_MADE, typeof DialogActivityType.SIGNATURE_PROVIDED, typeof DialogActivityType.DIALOG_OPENED, typeof DialogActivityType.DIALOG_DELETED, typeof DialogActivityType.DIALOG_RESTORED, typeof DialogActivityType.SENT_TO_SIGNING, typeof DialogActivityType.SENT_TO_FORM_FILL, typeof DialogActivityType.SENT_TO_SEND_IN, typeof DialogActivityType.SENT_TO_PAYMENT];
|
|
7055
|
-
static valueOf(value: string): DialogActivityType;
|
|
7056
|
-
get name(): "DIALOG_CREATED" | "DIALOG_CLOSED" | "INFORMATION" | "TRANSMISSION_OPENED" | "PAYMENT_MADE" | "SIGNATURE_PROVIDED" | "DIALOG_OPENED" | "DIALOG_DELETED" | "DIALOG_RESTORED" | "SENT_TO_SIGNING" | "SENT_TO_FORM_FILL" | "SENT_TO_SEND_IN" | "SENT_TO_PAYMENT";
|
|
7057
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
7058
|
-
get value(): string;
|
|
7059
|
-
toString(): string;
|
|
7060
|
-
}
|
|
7061
|
-
export declare namespace DialogActivityType {
|
|
7062
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7063
|
-
namespace $metadata$ {
|
|
7064
|
-
const constructor: abstract new () => DialogActivityType;
|
|
7065
|
-
}
|
|
7066
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
7067
|
-
private constructor();
|
|
7068
|
-
}
|
|
7069
|
-
namespace Companion {
|
|
7070
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7071
|
-
namespace $metadata$ {
|
|
7072
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
7073
|
-
fromValue(value: string): Nullable<DialogActivityType>;
|
|
7074
|
-
private constructor();
|
|
7075
|
-
}
|
|
7076
|
-
}
|
|
7077
|
-
}
|
|
7078
|
-
}
|
|
7079
|
-
export declare class DialogEndUserContext {
|
|
7080
|
-
constructor(revision?: Nullable<string>, systemLabels?: Nullable<KtList<DialogSystemLabel>>);
|
|
7081
|
-
get revision(): Nullable<string>;
|
|
7082
|
-
get systemLabels(): Nullable<KtList<DialogSystemLabel>>;
|
|
7083
|
-
copy(revision?: Nullable<string>, systemLabels?: Nullable<KtList<DialogSystemLabel>>): DialogEndUserContext;
|
|
7084
|
-
toString(): string;
|
|
7085
|
-
hashCode(): number;
|
|
7086
|
-
equals(other: Nullable<any>): boolean;
|
|
7087
|
-
}
|
|
7088
|
-
export declare namespace DialogEndUserContext {
|
|
7089
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7090
|
-
namespace $metadata$ {
|
|
7091
|
-
const constructor: abstract new () => DialogEndUserContext;
|
|
7092
|
-
}
|
|
7093
|
-
}
|
|
7094
|
-
export declare class DialogSearchContent {
|
|
7095
|
-
constructor(extendedStatus?: Nullable<AltinnCommonContent>, senderName?: Nullable<AltinnCommonContent>, summary?: Nullable<AltinnCommonContent>, title?: Nullable<AltinnCommonContent>);
|
|
7096
|
-
get extendedStatus(): Nullable<AltinnCommonContent>;
|
|
7097
|
-
get senderName(): Nullable<AltinnCommonContent>;
|
|
7098
|
-
get summary(): Nullable<AltinnCommonContent>;
|
|
7099
|
-
get title(): Nullable<AltinnCommonContent>;
|
|
7100
|
-
copy(extendedStatus?: Nullable<AltinnCommonContent>, senderName?: Nullable<AltinnCommonContent>, summary?: Nullable<AltinnCommonContent>, title?: Nullable<AltinnCommonContent>): DialogSearchContent;
|
|
7101
|
-
toString(): string;
|
|
7102
|
-
hashCode(): number;
|
|
7103
|
-
equals(other: Nullable<any>): boolean;
|
|
7104
|
-
}
|
|
7105
|
-
export declare namespace DialogSearchContent {
|
|
7106
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7107
|
-
namespace $metadata$ {
|
|
7108
|
-
const constructor: abstract new () => DialogSearchContent;
|
|
7109
|
-
}
|
|
7110
|
-
}
|
|
7111
|
-
export declare class DialogSeenLog {
|
|
7112
|
-
constructor(id?: Nullable<string>, isCurrentEndUser?: Nullable<boolean>, isViaServiceOwner?: Nullable<boolean>, seenAt?: Nullable<Instant>, seenBy?: Nullable<AltinnCommonActor>);
|
|
7113
|
-
get id(): Nullable<string>;
|
|
7114
|
-
get isCurrentEndUser(): Nullable<boolean>;
|
|
7115
|
-
get isViaServiceOwner(): Nullable<boolean>;
|
|
7116
|
-
get seenAt(): Nullable<Instant>;
|
|
7117
|
-
get seenBy(): Nullable<AltinnCommonActor>;
|
|
7118
|
-
copy(id?: Nullable<string>, isCurrentEndUser?: Nullable<boolean>, isViaServiceOwner?: Nullable<boolean>, seenAt?: Nullable<Instant>, seenBy?: Nullable<AltinnCommonActor>): DialogSeenLog;
|
|
7119
|
-
toString(): string;
|
|
7120
|
-
hashCode(): number;
|
|
7121
|
-
equals(other: Nullable<any>): boolean;
|
|
7122
|
-
}
|
|
7123
|
-
export declare namespace DialogSeenLog {
|
|
7124
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7125
|
-
namespace $metadata$ {
|
|
7126
|
-
const constructor: abstract new () => DialogSeenLog;
|
|
7127
|
-
}
|
|
7128
|
-
}
|
|
7129
|
-
export declare abstract class DialogStatus {
|
|
7130
|
-
private constructor();
|
|
7131
|
-
static get IN_PROGRESS(): DialogStatus & {
|
|
7132
|
-
get name(): "IN_PROGRESS";
|
|
7133
|
-
get ordinal(): 0;
|
|
7134
|
-
};
|
|
7135
|
-
static get DRAFT(): DialogStatus & {
|
|
7136
|
-
get name(): "DRAFT";
|
|
7137
|
-
get ordinal(): 1;
|
|
7138
|
-
};
|
|
7139
|
-
static get REQUIRES_ATTENTION(): DialogStatus & {
|
|
7140
|
-
get name(): "REQUIRES_ATTENTION";
|
|
7141
|
-
get ordinal(): 2;
|
|
7142
|
-
};
|
|
7143
|
-
static get COMPLETED(): DialogStatus & {
|
|
7144
|
-
get name(): "COMPLETED";
|
|
7145
|
-
get ordinal(): 3;
|
|
7146
|
-
};
|
|
7147
|
-
static get NOT_APPLICABLE(): DialogStatus & {
|
|
7148
|
-
get name(): "NOT_APPLICABLE";
|
|
7149
|
-
get ordinal(): 4;
|
|
7150
|
-
};
|
|
7151
|
-
static get AWAITING(): DialogStatus & {
|
|
7152
|
-
get name(): "AWAITING";
|
|
7153
|
-
get ordinal(): 5;
|
|
7154
|
-
};
|
|
7155
|
-
static get InProgress(): DialogStatus & {
|
|
7156
|
-
get name(): "IN_PROGRESS";
|
|
7157
|
-
get ordinal(): 0;
|
|
7158
|
-
};
|
|
7159
|
-
static get Draft(): DialogStatus & {
|
|
7160
|
-
get name(): "DRAFT";
|
|
7161
|
-
get ordinal(): 1;
|
|
7162
|
-
};
|
|
7163
|
-
static get RequiresAttention(): DialogStatus & {
|
|
7164
|
-
get name(): "REQUIRES_ATTENTION";
|
|
7165
|
-
get ordinal(): 2;
|
|
7166
|
-
};
|
|
7167
|
-
static get Completed(): DialogStatus & {
|
|
7168
|
-
get name(): "COMPLETED";
|
|
7169
|
-
get ordinal(): 3;
|
|
7170
|
-
};
|
|
7171
|
-
static get NotApplicable(): DialogStatus & {
|
|
7172
|
-
get name(): "NOT_APPLICABLE";
|
|
7173
|
-
get ordinal(): 4;
|
|
7174
|
-
};
|
|
7175
|
-
static get Awaiting(): DialogStatus & {
|
|
7176
|
-
get name(): "AWAITING";
|
|
7177
|
-
get ordinal(): 5;
|
|
7178
|
-
};
|
|
7179
|
-
static values(): [typeof DialogStatus.IN_PROGRESS, typeof DialogStatus.DRAFT, typeof DialogStatus.REQUIRES_ATTENTION, typeof DialogStatus.COMPLETED, typeof DialogStatus.NOT_APPLICABLE, typeof DialogStatus.AWAITING];
|
|
7180
|
-
static valueOf(value: string): DialogStatus;
|
|
7181
|
-
get name(): "IN_PROGRESS" | "DRAFT" | "REQUIRES_ATTENTION" | "COMPLETED" | "NOT_APPLICABLE" | "AWAITING";
|
|
7182
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
7183
|
-
get value(): string;
|
|
7184
|
-
toString(): string;
|
|
7185
|
-
}
|
|
7186
|
-
export declare namespace DialogStatus {
|
|
7187
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7188
|
-
namespace $metadata$ {
|
|
7189
|
-
const constructor: abstract new () => DialogStatus;
|
|
7190
|
-
}
|
|
7191
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
7192
|
-
private constructor();
|
|
7193
|
-
}
|
|
7194
|
-
namespace Companion {
|
|
7195
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7196
|
-
namespace $metadata$ {
|
|
7197
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
7198
|
-
fromValue(value: string): Nullable<DialogStatus>;
|
|
7199
|
-
private constructor();
|
|
7200
|
-
}
|
|
7201
|
-
}
|
|
7202
|
-
}
|
|
7203
|
-
}
|
|
7204
|
-
export declare abstract class DialogSystemLabel {
|
|
7205
|
-
private constructor();
|
|
7206
|
-
static get DEFAULT(): DialogSystemLabel & {
|
|
7207
|
-
get name(): "DEFAULT";
|
|
7208
|
-
get ordinal(): 0;
|
|
7209
|
-
};
|
|
7210
|
-
static get INBOX(): DialogSystemLabel & {
|
|
7211
|
-
get name(): "INBOX";
|
|
7212
|
-
get ordinal(): 1;
|
|
7213
|
-
};
|
|
7214
|
-
static get OUTBOX(): DialogSystemLabel & {
|
|
7215
|
-
get name(): "OUTBOX";
|
|
7216
|
-
get ordinal(): 2;
|
|
7217
|
-
};
|
|
7218
|
-
static get DRAFT(): DialogSystemLabel & {
|
|
7219
|
-
get name(): "DRAFT";
|
|
7220
|
-
get ordinal(): 3;
|
|
7221
|
-
};
|
|
7222
|
-
static get SENT(): DialogSystemLabel & {
|
|
7223
|
-
get name(): "SENT";
|
|
7224
|
-
get ordinal(): 4;
|
|
7225
|
-
};
|
|
7226
|
-
static get ARCHIVE(): DialogSystemLabel & {
|
|
7227
|
-
get name(): "ARCHIVE";
|
|
7228
|
-
get ordinal(): 5;
|
|
7229
|
-
};
|
|
7230
|
-
static get BIN(): DialogSystemLabel & {
|
|
7231
|
-
get name(): "BIN";
|
|
7232
|
-
get ordinal(): 6;
|
|
7233
|
-
};
|
|
7234
|
-
static get Default(): DialogSystemLabel & {
|
|
7235
|
-
get name(): "DEFAULT";
|
|
7236
|
-
get ordinal(): 0;
|
|
7237
|
-
};
|
|
7238
|
-
static get Inbox(): DialogSystemLabel & {
|
|
7239
|
-
get name(): "INBOX";
|
|
7240
|
-
get ordinal(): 1;
|
|
7241
|
-
};
|
|
7242
|
-
static get Outbox(): DialogSystemLabel & {
|
|
7243
|
-
get name(): "OUTBOX";
|
|
7244
|
-
get ordinal(): 2;
|
|
7245
|
-
};
|
|
7246
|
-
static get Draft(): DialogSystemLabel & {
|
|
7247
|
-
get name(): "DRAFT";
|
|
7248
|
-
get ordinal(): 3;
|
|
7249
|
-
};
|
|
7250
|
-
static get Sent(): DialogSystemLabel & {
|
|
7251
|
-
get name(): "SENT";
|
|
7252
|
-
get ordinal(): 4;
|
|
7253
|
-
};
|
|
7254
|
-
static get Archive(): DialogSystemLabel & {
|
|
7255
|
-
get name(): "ARCHIVE";
|
|
7256
|
-
get ordinal(): 5;
|
|
7257
|
-
};
|
|
7258
|
-
static get Bin(): DialogSystemLabel & {
|
|
7259
|
-
get name(): "BIN";
|
|
7260
|
-
get ordinal(): 6;
|
|
7261
|
-
};
|
|
7262
|
-
static values(): [typeof DialogSystemLabel.DEFAULT, typeof DialogSystemLabel.INBOX, typeof DialogSystemLabel.OUTBOX, typeof DialogSystemLabel.DRAFT, typeof DialogSystemLabel.SENT, typeof DialogSystemLabel.ARCHIVE, typeof DialogSystemLabel.BIN];
|
|
7263
|
-
static valueOf(value: string): DialogSystemLabel;
|
|
7264
|
-
get name(): "DEFAULT" | "INBOX" | "OUTBOX" | "DRAFT" | "SENT" | "ARCHIVE" | "BIN";
|
|
7265
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
7266
|
-
get value(): string;
|
|
7267
|
-
toString(): string;
|
|
7268
|
-
}
|
|
7269
|
-
export declare namespace DialogSystemLabel {
|
|
7270
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7271
|
-
namespace $metadata$ {
|
|
7272
|
-
const constructor: abstract new () => DialogSystemLabel;
|
|
7273
|
-
}
|
|
7274
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
7275
|
-
private constructor();
|
|
7276
|
-
}
|
|
7277
|
-
namespace Companion {
|
|
7278
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7279
|
-
namespace $metadata$ {
|
|
7280
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
7281
|
-
fromValue(value: string): Nullable<DialogSystemLabel>;
|
|
7282
|
-
private constructor();
|
|
7283
|
-
}
|
|
7284
|
-
}
|
|
7285
|
-
}
|
|
7286
|
-
}
|
|
7287
6286
|
export declare abstract class DirectSendInvoiceChannel {
|
|
7288
6287
|
private constructor();
|
|
7289
6288
|
static get DIGIPOST(): DirectSendInvoiceChannel & {
|
|
@@ -7429,171 +6428,36 @@ export declare class Document {
|
|
|
7429
6428
|
get createdBy(): Nullable<bigint>;
|
|
7430
6429
|
get createdByClientUserId(): Nullable<bigint>;
|
|
7431
6430
|
get createdByClientUserName(): Nullable<string>;
|
|
7432
|
-
get createdByName(): Nullable<string>;
|
|
7433
|
-
get deletedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7434
|
-
get deletedBy(): Nullable<bigint>;
|
|
7435
|
-
get deletedByClientUserId(): Nullable<bigint>;
|
|
7436
|
-
get deletedByClientUserName(): Nullable<string>;
|
|
7437
|
-
get deletedByName(): Nullable<string>;
|
|
7438
|
-
get fileName(): string;
|
|
7439
|
-
get historicPath(): Nullable<string>;
|
|
7440
|
-
get historicType(): Nullable<DocumentType>;
|
|
7441
|
-
get id(): bigint;
|
|
7442
|
-
get isDirectory(): Nullable<boolean>;
|
|
7443
|
-
get ownedByUser(): Nullable<boolean>;
|
|
7444
|
-
get parentId(): Nullable<bigint>;
|
|
7445
|
-
get sizeBytes(): Nullable<bigint>;
|
|
7446
|
-
get sourceDocumentId(): Nullable<bigint>;
|
|
7447
|
-
get type(): DocumentType;
|
|
7448
|
-
get updatedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7449
|
-
get updatedBy(): Nullable<bigint>;
|
|
7450
|
-
get updatedByClientUserId(): Nullable<bigint>;
|
|
7451
|
-
get updatedByClientUserName(): Nullable<string>;
|
|
7452
|
-
get updatedByName(): Nullable<string>;
|
|
7453
|
-
copy(belongsToId?: Nullable<bigint>, children?: Nullable<KtList<Document>>, companyId?: bigint, createdAt?: any/* Instant */, createdBy?: Nullable<bigint>, createdByClientUserId?: Nullable<bigint>, createdByClientUserName?: Nullable<string>, createdByName?: Nullable<string>, deletedAt?: Nullable<any>/* Nullable<Instant> */, deletedBy?: Nullable<bigint>, deletedByClientUserId?: Nullable<bigint>, deletedByClientUserName?: Nullable<string>, deletedByName?: Nullable<string>, fileName?: string, historicPath?: Nullable<string>, historicType?: Nullable<DocumentType>, id?: bigint, isDirectory?: Nullable<boolean>, ownedByUser?: Nullable<boolean>, parentId?: Nullable<bigint>, sizeBytes?: Nullable<bigint>, sourceDocumentId?: Nullable<bigint>, type?: DocumentType, updatedAt?: Nullable<any>/* Nullable<Instant> */, updatedBy?: Nullable<bigint>, updatedByClientUserId?: Nullable<bigint>, updatedByClientUserName?: Nullable<string>, updatedByName?: Nullable<string>): Document;
|
|
7454
|
-
toString(): string;
|
|
7455
|
-
hashCode(): number;
|
|
7456
|
-
equals(other: Nullable<any>): boolean;
|
|
7457
|
-
}
|
|
7458
|
-
export declare namespace Document {
|
|
7459
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7460
|
-
namespace $metadata$ {
|
|
7461
|
-
const constructor: abstract new () => Document;
|
|
7462
|
-
}
|
|
7463
|
-
}
|
|
7464
|
-
export declare abstract class DocumentContentSearchBackfillReason {
|
|
7465
|
-
private constructor();
|
|
7466
|
-
static get BACKFILL(): DocumentContentSearchBackfillReason & {
|
|
7467
|
-
get name(): "BACKFILL";
|
|
7468
|
-
get ordinal(): 0;
|
|
7469
|
-
};
|
|
7470
|
-
static get REINDEX(): DocumentContentSearchBackfillReason & {
|
|
7471
|
-
get name(): "REINDEX";
|
|
7472
|
-
get ordinal(): 1;
|
|
7473
|
-
};
|
|
7474
|
-
static get Backfill(): DocumentContentSearchBackfillReason & {
|
|
7475
|
-
get name(): "BACKFILL";
|
|
7476
|
-
get ordinal(): 0;
|
|
7477
|
-
};
|
|
7478
|
-
static get Reindex(): DocumentContentSearchBackfillReason & {
|
|
7479
|
-
get name(): "REINDEX";
|
|
7480
|
-
get ordinal(): 1;
|
|
7481
|
-
};
|
|
7482
|
-
static values(): [typeof DocumentContentSearchBackfillReason.BACKFILL, typeof DocumentContentSearchBackfillReason.REINDEX];
|
|
7483
|
-
static valueOf(value: string): DocumentContentSearchBackfillReason;
|
|
7484
|
-
get name(): "BACKFILL" | "REINDEX";
|
|
7485
|
-
get ordinal(): 0 | 1;
|
|
7486
|
-
get value(): string;
|
|
7487
|
-
toString(): string;
|
|
7488
|
-
}
|
|
7489
|
-
export declare namespace DocumentContentSearchBackfillReason {
|
|
7490
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7491
|
-
namespace $metadata$ {
|
|
7492
|
-
const constructor: abstract new () => DocumentContentSearchBackfillReason;
|
|
7493
|
-
}
|
|
7494
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
7495
|
-
private constructor();
|
|
7496
|
-
}
|
|
7497
|
-
namespace Companion {
|
|
7498
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7499
|
-
namespace $metadata$ {
|
|
7500
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
7501
|
-
fromValue(value: string): Nullable<DocumentContentSearchBackfillReason>;
|
|
7502
|
-
private constructor();
|
|
7503
|
-
}
|
|
7504
|
-
}
|
|
7505
|
-
}
|
|
7506
|
-
}
|
|
7507
|
-
export declare abstract class DocumentContentSearchBackfillStatus {
|
|
7508
|
-
private constructor();
|
|
7509
|
-
static get DISABLED(): DocumentContentSearchBackfillStatus & {
|
|
7510
|
-
get name(): "DISABLED";
|
|
7511
|
-
get ordinal(): 0;
|
|
7512
|
-
};
|
|
7513
|
-
static get PENDING(): DocumentContentSearchBackfillStatus & {
|
|
7514
|
-
get name(): "PENDING";
|
|
7515
|
-
get ordinal(): 1;
|
|
7516
|
-
};
|
|
7517
|
-
static get RUNNING(): DocumentContentSearchBackfillStatus & {
|
|
7518
|
-
get name(): "RUNNING";
|
|
7519
|
-
get ordinal(): 2;
|
|
7520
|
-
};
|
|
7521
|
-
static get COMPLETE(): DocumentContentSearchBackfillStatus & {
|
|
7522
|
-
get name(): "COMPLETE";
|
|
7523
|
-
get ordinal(): 3;
|
|
7524
|
-
};
|
|
7525
|
-
static get FAILED(): DocumentContentSearchBackfillStatus & {
|
|
7526
|
-
get name(): "FAILED";
|
|
7527
|
-
get ordinal(): 4;
|
|
7528
|
-
};
|
|
7529
|
-
static get Disabled(): DocumentContentSearchBackfillStatus & {
|
|
7530
|
-
get name(): "DISABLED";
|
|
7531
|
-
get ordinal(): 0;
|
|
7532
|
-
};
|
|
7533
|
-
static get Pending(): DocumentContentSearchBackfillStatus & {
|
|
7534
|
-
get name(): "PENDING";
|
|
7535
|
-
get ordinal(): 1;
|
|
7536
|
-
};
|
|
7537
|
-
static get Running(): DocumentContentSearchBackfillStatus & {
|
|
7538
|
-
get name(): "RUNNING";
|
|
7539
|
-
get ordinal(): 2;
|
|
7540
|
-
};
|
|
7541
|
-
static get Complete(): DocumentContentSearchBackfillStatus & {
|
|
7542
|
-
get name(): "COMPLETE";
|
|
7543
|
-
get ordinal(): 3;
|
|
7544
|
-
};
|
|
7545
|
-
static get Failed(): DocumentContentSearchBackfillStatus & {
|
|
7546
|
-
get name(): "FAILED";
|
|
7547
|
-
get ordinal(): 4;
|
|
7548
|
-
};
|
|
7549
|
-
static values(): [typeof DocumentContentSearchBackfillStatus.DISABLED, typeof DocumentContentSearchBackfillStatus.PENDING, typeof DocumentContentSearchBackfillStatus.RUNNING, typeof DocumentContentSearchBackfillStatus.COMPLETE, typeof DocumentContentSearchBackfillStatus.FAILED];
|
|
7550
|
-
static valueOf(value: string): DocumentContentSearchBackfillStatus;
|
|
7551
|
-
get name(): "DISABLED" | "PENDING" | "RUNNING" | "COMPLETE" | "FAILED";
|
|
7552
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
7553
|
-
get value(): string;
|
|
7554
|
-
toString(): string;
|
|
7555
|
-
}
|
|
7556
|
-
export declare namespace DocumentContentSearchBackfillStatus {
|
|
7557
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7558
|
-
namespace $metadata$ {
|
|
7559
|
-
const constructor: abstract new () => DocumentContentSearchBackfillStatus;
|
|
7560
|
-
}
|
|
7561
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
7562
|
-
private constructor();
|
|
7563
|
-
}
|
|
7564
|
-
namespace Companion {
|
|
7565
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7566
|
-
namespace $metadata$ {
|
|
7567
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
7568
|
-
fromValue(value: string): Nullable<DocumentContentSearchBackfillStatus>;
|
|
7569
|
-
private constructor();
|
|
7570
|
-
}
|
|
7571
|
-
}
|
|
7572
|
-
}
|
|
7573
|
-
}
|
|
7574
|
-
export declare class DocumentContentSearchEntitlement {
|
|
7575
|
-
constructor(backfillCompletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, backfillCursor: Nullable<bigint> | undefined, backfillReason: Nullable<DocumentContentSearchBackfillReason> | undefined, backfillRequestedAt: Nullable<any>/* Nullable<Instant> */ | undefined, backfillStartedAt: Nullable<any>/* Nullable<Instant> */ | undefined, backfillStatus: DocumentContentSearchBackfillStatus, companyId: bigint, disabledAt: Nullable<any>/* Nullable<Instant> */ | undefined, enabled: boolean, enabledAt: Nullable<any>/* Nullable<Instant> */ | undefined, lastError: Nullable<string> | undefined, updatedAt: any/* Instant */);
|
|
7576
|
-
get backfillCompletedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7577
|
-
get backfillCursor(): Nullable<bigint>;
|
|
7578
|
-
get backfillReason(): Nullable<DocumentContentSearchBackfillReason>;
|
|
7579
|
-
get backfillRequestedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7580
|
-
get backfillStartedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7581
|
-
get backfillStatus(): DocumentContentSearchBackfillStatus;
|
|
7582
|
-
get companyId(): bigint;
|
|
7583
|
-
get disabledAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7584
|
-
get enabled(): boolean;
|
|
7585
|
-
get enabledAt(): Nullable<any>/* Nullable<Instant> */;
|
|
7586
|
-
get lastError(): Nullable<string>;
|
|
7587
|
-
get updatedAt(): any/* Instant */;
|
|
7588
|
-
copy(backfillCompletedAt?: Nullable<any>/* Nullable<Instant> */, backfillCursor?: Nullable<bigint>, backfillReason?: Nullable<DocumentContentSearchBackfillReason>, backfillRequestedAt?: Nullable<any>/* Nullable<Instant> */, backfillStartedAt?: Nullable<any>/* Nullable<Instant> */, backfillStatus?: DocumentContentSearchBackfillStatus, companyId?: bigint, disabledAt?: Nullable<any>/* Nullable<Instant> */, enabled?: boolean, enabledAt?: Nullable<any>/* Nullable<Instant> */, lastError?: Nullable<string>, updatedAt?: any/* Instant */): DocumentContentSearchEntitlement;
|
|
6431
|
+
get createdByName(): Nullable<string>;
|
|
6432
|
+
get deletedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
6433
|
+
get deletedBy(): Nullable<bigint>;
|
|
6434
|
+
get deletedByClientUserId(): Nullable<bigint>;
|
|
6435
|
+
get deletedByClientUserName(): Nullable<string>;
|
|
6436
|
+
get deletedByName(): Nullable<string>;
|
|
6437
|
+
get fileName(): string;
|
|
6438
|
+
get historicPath(): Nullable<string>;
|
|
6439
|
+
get historicType(): Nullable<DocumentType>;
|
|
6440
|
+
get id(): bigint;
|
|
6441
|
+
get isDirectory(): Nullable<boolean>;
|
|
6442
|
+
get ownedByUser(): Nullable<boolean>;
|
|
6443
|
+
get parentId(): Nullable<bigint>;
|
|
6444
|
+
get sizeBytes(): Nullable<bigint>;
|
|
6445
|
+
get sourceDocumentId(): Nullable<bigint>;
|
|
6446
|
+
get type(): DocumentType;
|
|
6447
|
+
get updatedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
6448
|
+
get updatedBy(): Nullable<bigint>;
|
|
6449
|
+
get updatedByClientUserId(): Nullable<bigint>;
|
|
6450
|
+
get updatedByClientUserName(): Nullable<string>;
|
|
6451
|
+
get updatedByName(): Nullable<string>;
|
|
6452
|
+
copy(belongsToId?: Nullable<bigint>, children?: Nullable<KtList<Document>>, companyId?: bigint, createdAt?: any/* Instant */, createdBy?: Nullable<bigint>, createdByClientUserId?: Nullable<bigint>, createdByClientUserName?: Nullable<string>, createdByName?: Nullable<string>, deletedAt?: Nullable<any>/* Nullable<Instant> */, deletedBy?: Nullable<bigint>, deletedByClientUserId?: Nullable<bigint>, deletedByClientUserName?: Nullable<string>, deletedByName?: Nullable<string>, fileName?: string, historicPath?: Nullable<string>, historicType?: Nullable<DocumentType>, id?: bigint, isDirectory?: Nullable<boolean>, ownedByUser?: Nullable<boolean>, parentId?: Nullable<bigint>, sizeBytes?: Nullable<bigint>, sourceDocumentId?: Nullable<bigint>, type?: DocumentType, updatedAt?: Nullable<any>/* Nullable<Instant> */, updatedBy?: Nullable<bigint>, updatedByClientUserId?: Nullable<bigint>, updatedByClientUserName?: Nullable<string>, updatedByName?: Nullable<string>): Document;
|
|
7589
6453
|
toString(): string;
|
|
7590
6454
|
hashCode(): number;
|
|
7591
6455
|
equals(other: Nullable<any>): boolean;
|
|
7592
6456
|
}
|
|
7593
|
-
export declare namespace
|
|
6457
|
+
export declare namespace Document {
|
|
7594
6458
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7595
6459
|
namespace $metadata$ {
|
|
7596
|
-
const constructor: abstract new () =>
|
|
6460
|
+
const constructor: abstract new () => Document;
|
|
7597
6461
|
}
|
|
7598
6462
|
}
|
|
7599
6463
|
export declare abstract class DocumentType {
|
|
@@ -7932,26 +6796,6 @@ export declare namespace DraftOverview {
|
|
|
7932
6796
|
const constructor: abstract new () => DraftOverview;
|
|
7933
6797
|
}
|
|
7934
6798
|
}
|
|
7935
|
-
export declare class EcoguardSectionData {
|
|
7936
|
-
constructor(billing: Billing, end: bigint, id: bigint, nodeId: bigint, objectNumber: string, parts: Nullable<KtList<Part>> | undefined, start: bigint);
|
|
7937
|
-
get billing(): Billing;
|
|
7938
|
-
get end(): bigint;
|
|
7939
|
-
get id(): bigint;
|
|
7940
|
-
get nodeId(): bigint;
|
|
7941
|
-
get objectNumber(): string;
|
|
7942
|
-
get parts(): Nullable<KtList<Part>>;
|
|
7943
|
-
get start(): bigint;
|
|
7944
|
-
copy(billing?: Billing, end?: bigint, id?: bigint, nodeId?: bigint, objectNumber?: string, parts?: Nullable<KtList<Part>>, start?: bigint): EcoguardSectionData;
|
|
7945
|
-
toString(): string;
|
|
7946
|
-
hashCode(): number;
|
|
7947
|
-
equals(other: Nullable<any>): boolean;
|
|
7948
|
-
}
|
|
7949
|
-
export declare namespace EcoguardSectionData {
|
|
7950
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7951
|
-
namespace $metadata$ {
|
|
7952
|
-
const constructor: abstract new () => EcoguardSectionData;
|
|
7953
|
-
}
|
|
7954
|
-
}
|
|
7955
6799
|
export declare class EconomicReport {
|
|
7956
6800
|
constructor(companyId: bigint, departmentDocumentEnabled: boolean, departmentDocumentId: Nullable<bigint> | undefined, forPeriod: Nullable<bigint> | undefined, id: bigint, orderedAt: any/* Instant */, orderedByClientUserId: Nullable<bigint> | undefined, orderedById: Nullable<bigint> | undefined, projectDocumentEnabled: boolean, projectDocumentId: Nullable<bigint> | undefined, reportDocumentId: Nullable<bigint> | undefined, status: EconomicReportStatus);
|
|
7957
6801
|
get companyId(): bigint;
|
|
@@ -8035,57 +6879,6 @@ export declare namespace EconomicReportStatus {
|
|
|
8035
6879
|
}
|
|
8036
6880
|
}
|
|
8037
6881
|
}
|
|
8038
|
-
export declare abstract class EconomicReportType {
|
|
8039
|
-
private constructor();
|
|
8040
|
-
static get REPORT(): EconomicReportType & {
|
|
8041
|
-
get name(): "REPORT";
|
|
8042
|
-
get ordinal(): 0;
|
|
8043
|
-
};
|
|
8044
|
-
static get DEPARTMENT(): EconomicReportType & {
|
|
8045
|
-
get name(): "DEPARTMENT";
|
|
8046
|
-
get ordinal(): 1;
|
|
8047
|
-
};
|
|
8048
|
-
static get PROJECT(): EconomicReportType & {
|
|
8049
|
-
get name(): "PROJECT";
|
|
8050
|
-
get ordinal(): 2;
|
|
8051
|
-
};
|
|
8052
|
-
static get Report(): EconomicReportType & {
|
|
8053
|
-
get name(): "REPORT";
|
|
8054
|
-
get ordinal(): 0;
|
|
8055
|
-
};
|
|
8056
|
-
static get Department(): EconomicReportType & {
|
|
8057
|
-
get name(): "DEPARTMENT";
|
|
8058
|
-
get ordinal(): 1;
|
|
8059
|
-
};
|
|
8060
|
-
static get Project(): EconomicReportType & {
|
|
8061
|
-
get name(): "PROJECT";
|
|
8062
|
-
get ordinal(): 2;
|
|
8063
|
-
};
|
|
8064
|
-
static values(): [typeof EconomicReportType.REPORT, typeof EconomicReportType.DEPARTMENT, typeof EconomicReportType.PROJECT];
|
|
8065
|
-
static valueOf(value: string): EconomicReportType;
|
|
8066
|
-
get name(): "REPORT" | "DEPARTMENT" | "PROJECT";
|
|
8067
|
-
get ordinal(): 0 | 1 | 2;
|
|
8068
|
-
get value(): string;
|
|
8069
|
-
toString(): string;
|
|
8070
|
-
}
|
|
8071
|
-
export declare namespace EconomicReportType {
|
|
8072
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
8073
|
-
namespace $metadata$ {
|
|
8074
|
-
const constructor: abstract new () => EconomicReportType;
|
|
8075
|
-
}
|
|
8076
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
8077
|
-
private constructor();
|
|
8078
|
-
}
|
|
8079
|
-
namespace Companion {
|
|
8080
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
8081
|
-
namespace $metadata$ {
|
|
8082
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
8083
|
-
fromValue(value: string): Nullable<EconomicReportType>;
|
|
8084
|
-
private constructor();
|
|
8085
|
-
}
|
|
8086
|
-
}
|
|
8087
|
-
}
|
|
8088
|
-
}
|
|
8089
6882
|
export declare abstract class EconomyStatusAvailability {
|
|
8090
6883
|
private constructor();
|
|
8091
6884
|
static get AVAILABLE(): EconomyStatusAvailability & {
|
|
@@ -8506,38 +7299,6 @@ export declare namespace ExpiredType {
|
|
|
8506
7299
|
}
|
|
8507
7300
|
}
|
|
8508
7301
|
}
|
|
8509
|
-
export declare class ExplicitOffice365EmployeeIdentityMappingCommand {
|
|
8510
|
-
constructor(approvalReference: string, entraObjectId: string, expectedVersion: Nullable<bigint> | undefined, idempotencyKey: string);
|
|
8511
|
-
get approvalReference(): string;
|
|
8512
|
-
get entraObjectId(): string;
|
|
8513
|
-
get expectedVersion(): Nullable<bigint>;
|
|
8514
|
-
get idempotencyKey(): string;
|
|
8515
|
-
copy(approvalReference?: string, entraObjectId?: string, expectedVersion?: Nullable<bigint>, idempotencyKey?: string): ExplicitOffice365EmployeeIdentityMappingCommand;
|
|
8516
|
-
toString(): string;
|
|
8517
|
-
hashCode(): number;
|
|
8518
|
-
equals(other: Nullable<any>): boolean;
|
|
8519
|
-
}
|
|
8520
|
-
export declare namespace ExplicitOffice365EmployeeIdentityMappingCommand {
|
|
8521
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
8522
|
-
namespace $metadata$ {
|
|
8523
|
-
const constructor: abstract new () => ExplicitOffice365EmployeeIdentityMappingCommand;
|
|
8524
|
-
}
|
|
8525
|
-
}
|
|
8526
|
-
export declare class ExplicitOffice365EmployeeIdentityMappingResponse {
|
|
8527
|
-
constructor(idempotentReplay: boolean, identity: Office365EmployeeIdentity);
|
|
8528
|
-
get idempotentReplay(): boolean;
|
|
8529
|
-
get identity(): Office365EmployeeIdentity;
|
|
8530
|
-
copy(idempotentReplay?: boolean, identity?: Office365EmployeeIdentity): ExplicitOffice365EmployeeIdentityMappingResponse;
|
|
8531
|
-
toString(): string;
|
|
8532
|
-
hashCode(): number;
|
|
8533
|
-
equals(other: Nullable<any>): boolean;
|
|
8534
|
-
}
|
|
8535
|
-
export declare namespace ExplicitOffice365EmployeeIdentityMappingResponse {
|
|
8536
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
8537
|
-
namespace $metadata$ {
|
|
8538
|
-
const constructor: abstract new () => ExplicitOffice365EmployeeIdentityMappingResponse;
|
|
8539
|
-
}
|
|
8540
|
-
}
|
|
8541
7302
|
export declare class ExportResidentsCommand {
|
|
8542
7303
|
constructor(filter?: Nullable<ResidentExportFilter>, includePnr?: Nullable<boolean>, selection?: Nullable<KtList<ResidentIdentity>>);
|
|
8543
7304
|
get filter(): Nullable<ResidentExportFilter>;
|
|
@@ -9468,34 +8229,6 @@ export declare namespace Homepage {
|
|
|
9468
8229
|
const constructor: abstract new () => Homepage;
|
|
9469
8230
|
}
|
|
9470
8231
|
}
|
|
9471
|
-
export declare class IncominMail {
|
|
9472
|
-
constructor(attachments: Nullable<KtList<IncomingMailAttachment>> | undefined, bcc: KtList<string>, cc: KtList<string>, commonId: Nullable<string> | undefined, from: string, htmlContent: Nullable<string> | undefined, id: Nullable<bigint> | undefined, inReplyTo: Nullable<string> | undefined, messageId: Nullable<string> | undefined, plainContent: Nullable<string> | undefined, references: Nullable<KtList<string>> | undefined, replyTo: Nullable<string> | undefined, subject: Nullable<string> | undefined, to: KtList<string>, verdicts?: Nullable<SesVerdicts>);
|
|
9473
|
-
get attachments(): Nullable<KtList<IncomingMailAttachment>>;
|
|
9474
|
-
get bcc(): KtList<string>;
|
|
9475
|
-
get cc(): KtList<string>;
|
|
9476
|
-
get commonId(): Nullable<string>;
|
|
9477
|
-
get from(): string;
|
|
9478
|
-
get htmlContent(): Nullable<string>;
|
|
9479
|
-
get id(): Nullable<bigint>;
|
|
9480
|
-
get inReplyTo(): Nullable<string>;
|
|
9481
|
-
get messageId(): Nullable<string>;
|
|
9482
|
-
get plainContent(): Nullable<string>;
|
|
9483
|
-
get references(): Nullable<KtList<string>>;
|
|
9484
|
-
get replyTo(): Nullable<string>;
|
|
9485
|
-
get subject(): Nullable<string>;
|
|
9486
|
-
get to(): KtList<string>;
|
|
9487
|
-
get verdicts(): Nullable<SesVerdicts>;
|
|
9488
|
-
copy(attachments?: Nullable<KtList<IncomingMailAttachment>>, bcc?: KtList<string>, cc?: KtList<string>, commonId?: Nullable<string>, from?: string, htmlContent?: Nullable<string>, id?: Nullable<bigint>, inReplyTo?: Nullable<string>, messageId?: Nullable<string>, plainContent?: Nullable<string>, references?: Nullable<KtList<string>>, replyTo?: Nullable<string>, subject?: Nullable<string>, to?: KtList<string>, verdicts?: Nullable<SesVerdicts>): IncominMail;
|
|
9489
|
-
toString(): string;
|
|
9490
|
-
hashCode(): number;
|
|
9491
|
-
equals(other: Nullable<any>): boolean;
|
|
9492
|
-
}
|
|
9493
|
-
export declare namespace IncominMail {
|
|
9494
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
9495
|
-
namespace $metadata$ {
|
|
9496
|
-
const constructor: abstract new () => IncominMail;
|
|
9497
|
-
}
|
|
9498
|
-
}
|
|
9499
8232
|
export declare abstract class IncomingEventBusMessage {
|
|
9500
8233
|
private constructor();
|
|
9501
8234
|
}
|
|
@@ -9505,23 +8238,6 @@ export declare namespace IncomingEventBusMessage {
|
|
|
9505
8238
|
const constructor: abstract new () => IncomingEventBusMessage;
|
|
9506
8239
|
}
|
|
9507
8240
|
}
|
|
9508
|
-
export declare class IncomingMailAttachment {
|
|
9509
|
-
constructor(content: string, contentId: Nullable<string> | undefined, name: string, type: string);
|
|
9510
|
-
get content(): string;
|
|
9511
|
-
get contentId(): Nullable<string>;
|
|
9512
|
-
get name(): string;
|
|
9513
|
-
get type(): string;
|
|
9514
|
-
copy(content?: string, contentId?: Nullable<string>, name?: string, type?: string): IncomingMailAttachment;
|
|
9515
|
-
toString(): string;
|
|
9516
|
-
hashCode(): number;
|
|
9517
|
-
equals(other: Nullable<any>): boolean;
|
|
9518
|
-
}
|
|
9519
|
-
export declare namespace IncomingMailAttachment {
|
|
9520
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
9521
|
-
namespace $metadata$ {
|
|
9522
|
-
const constructor: abstract new () => IncomingMailAttachment;
|
|
9523
|
-
}
|
|
9524
|
-
}
|
|
9525
8241
|
export declare abstract class InlineDistributionType {
|
|
9526
8242
|
private constructor();
|
|
9527
8243
|
static get FLAT(): InlineDistributionType & {
|
|
@@ -9616,21 +8332,6 @@ export declare namespace InquiryParticipant {
|
|
|
9616
8332
|
const constructor: abstract new () => InquiryParticipant;
|
|
9617
8333
|
}
|
|
9618
8334
|
}
|
|
9619
|
-
export declare class Instant {
|
|
9620
|
-
constructor(epochSeconds: bigint, nanosecondsOfSecond: bigint);
|
|
9621
|
-
get epochSeconds(): bigint;
|
|
9622
|
-
get nanosecondsOfSecond(): bigint;
|
|
9623
|
-
copy(epochSeconds?: bigint, nanosecondsOfSecond?: bigint): Instant;
|
|
9624
|
-
toString(): string;
|
|
9625
|
-
hashCode(): number;
|
|
9626
|
-
equals(other: Nullable<any>): boolean;
|
|
9627
|
-
}
|
|
9628
|
-
export declare namespace Instant {
|
|
9629
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
9630
|
-
namespace $metadata$ {
|
|
9631
|
-
const constructor: abstract new () => Instant;
|
|
9632
|
-
}
|
|
9633
|
-
}
|
|
9634
8335
|
export declare class Insurance {
|
|
9635
8336
|
constructor(agreementDocumentId: Nullable<bigint> | undefined, companyId: bigint, endDate: Nullable<any>/* Nullable<Instant> */ | undefined, id: bigint, policyNumber: string, premium: bigint, startDate: any/* Instant */, supplierId: bigint, supplierName: string);
|
|
9636
8337
|
get agreementDocumentId(): Nullable<bigint>;
|
|
@@ -11729,30 +10430,6 @@ export declare namespace IssueStatus {
|
|
|
11729
10430
|
}
|
|
11730
10431
|
}
|
|
11731
10432
|
}
|
|
11732
|
-
export declare class Item {
|
|
11733
|
-
constructor(end: bigint, measuringDevice: Nullable<MeasuringDevice> | undefined, priceComponent: PriceComponent, quantity: number, quantityUnit: string, rate: number, rateUnit: string, start: bigint, status: string, total: number, totalVat: number);
|
|
11734
|
-
get end(): bigint;
|
|
11735
|
-
get measuringDevice(): Nullable<MeasuringDevice>;
|
|
11736
|
-
get priceComponent(): PriceComponent;
|
|
11737
|
-
get quantity(): number;
|
|
11738
|
-
get quantityUnit(): string;
|
|
11739
|
-
get rate(): number;
|
|
11740
|
-
get rateUnit(): string;
|
|
11741
|
-
get start(): bigint;
|
|
11742
|
-
get status(): string;
|
|
11743
|
-
get total(): number;
|
|
11744
|
-
get totalVat(): number;
|
|
11745
|
-
copy(end?: bigint, measuringDevice?: Nullable<MeasuringDevice>, priceComponent?: PriceComponent, quantity?: number, quantityUnit?: string, rate?: number, rateUnit?: string, start?: bigint, status?: string, total?: number, totalVat?: number): Item;
|
|
11746
|
-
toString(): string;
|
|
11747
|
-
hashCode(): number;
|
|
11748
|
-
equals(other: Nullable<any>): boolean;
|
|
11749
|
-
}
|
|
11750
|
-
export declare namespace Item {
|
|
11751
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
11752
|
-
namespace $metadata$ {
|
|
11753
|
-
const constructor: abstract new () => Item;
|
|
11754
|
-
}
|
|
11755
|
-
}
|
|
11756
10433
|
export declare abstract class JobState {
|
|
11757
10434
|
private constructor();
|
|
11758
10435
|
static get CREATED(): JobState & {
|
|
@@ -12398,22 +11075,6 @@ export declare namespace McpTokenResponse {
|
|
|
12398
11075
|
const constructor: abstract new () => McpTokenResponse;
|
|
12399
11076
|
}
|
|
12400
11077
|
}
|
|
12401
|
-
export declare class MeasuringDevice {
|
|
12402
|
-
constructor(readingEnd?: Nullable<number>, readingStart?: Nullable<number>, serialNumber?: Nullable<string>);
|
|
12403
|
-
get readingEnd(): Nullable<number>;
|
|
12404
|
-
get readingStart(): Nullable<number>;
|
|
12405
|
-
get serialNumber(): Nullable<string>;
|
|
12406
|
-
copy(readingEnd?: Nullable<number>, readingStart?: Nullable<number>, serialNumber?: Nullable<string>): MeasuringDevice;
|
|
12407
|
-
toString(): string;
|
|
12408
|
-
hashCode(): number;
|
|
12409
|
-
equals(other: Nullable<any>): boolean;
|
|
12410
|
-
}
|
|
12411
|
-
export declare namespace MeasuringDevice {
|
|
12412
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
12413
|
-
namespace $metadata$ {
|
|
12414
|
-
const constructor: abstract new () => MeasuringDevice;
|
|
12415
|
-
}
|
|
12416
|
-
}
|
|
12417
11078
|
export declare class Meeting {
|
|
12418
11079
|
constructor(actualEndAt: Nullable<any>/* Nullable<Instant> */ | undefined, actualStartAt: Nullable<any>/* Nullable<Instant> */ | undefined, companyId: bigint, externalParticipants: Nullable<KtList<ExternalMeetingParticipant>> | undefined, id: bigint, issueCount: Nullable<bigint> | undefined, location: Nullable<string> | undefined, participants: Nullable<KtList<MeetingParticipant>> | undefined, plannedEndAt: any/* Instant */, plannedStartAt: any/* Instant */, report: Nullable<Document> | undefined, status: MeetingStatus, title: string);
|
|
12419
11080
|
get actualEndAt(): Nullable<any>/* Nullable<Instant> */;
|
|
@@ -13371,34 +12032,6 @@ export declare namespace Office365EditSessionActorKind {
|
|
|
13371
12032
|
}
|
|
13372
12033
|
}
|
|
13373
12034
|
}
|
|
13374
|
-
export declare class Office365EmployeeIdentity {
|
|
13375
|
-
constructor(bindingMethod: string, cognitoUserId: string, createdAt: any/* Instant */, disabledAt: Nullable<any>/* Nullable<Instant> */ | undefined, entraObjectId: Nullable<string> | undefined, entraTenantId: string, explicitMappingRequired: boolean, lastErrorCode: Nullable<string> | undefined, membershipValidUntil: Nullable<any>/* Nullable<Instant> */ | undefined, personId: bigint, revokedAt: Nullable<any>/* Nullable<Instant> */ | undefined, state: string, updatedAt: any/* Instant */, verifiedAt: Nullable<any>/* Nullable<Instant> */ | undefined, version: bigint);
|
|
13376
|
-
get bindingMethod(): string;
|
|
13377
|
-
get cognitoUserId(): string;
|
|
13378
|
-
get createdAt(): any/* Instant */;
|
|
13379
|
-
get disabledAt(): Nullable<any>/* Nullable<Instant> */;
|
|
13380
|
-
get entraObjectId(): Nullable<string>;
|
|
13381
|
-
get entraTenantId(): string;
|
|
13382
|
-
get explicitMappingRequired(): boolean;
|
|
13383
|
-
get lastErrorCode(): Nullable<string>;
|
|
13384
|
-
get membershipValidUntil(): Nullable<any>/* Nullable<Instant> */;
|
|
13385
|
-
get personId(): bigint;
|
|
13386
|
-
get revokedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
13387
|
-
get state(): string;
|
|
13388
|
-
get updatedAt(): any/* Instant */;
|
|
13389
|
-
get verifiedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
13390
|
-
get version(): bigint;
|
|
13391
|
-
copy(bindingMethod?: string, cognitoUserId?: string, createdAt?: any/* Instant */, disabledAt?: Nullable<any>/* Nullable<Instant> */, entraObjectId?: Nullable<string>, entraTenantId?: string, explicitMappingRequired?: boolean, lastErrorCode?: Nullable<string>, membershipValidUntil?: Nullable<any>/* Nullable<Instant> */, personId?: bigint, revokedAt?: Nullable<any>/* Nullable<Instant> */, state?: string, updatedAt?: any/* Instant */, verifiedAt?: Nullable<any>/* Nullable<Instant> */, version?: bigint): Office365EmployeeIdentity;
|
|
13392
|
-
toString(): string;
|
|
13393
|
-
hashCode(): number;
|
|
13394
|
-
equals(other: Nullable<any>): boolean;
|
|
13395
|
-
}
|
|
13396
|
-
export declare namespace Office365EmployeeIdentity {
|
|
13397
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
13398
|
-
namespace $metadata$ {
|
|
13399
|
-
const constructor: abstract new () => Office365EmployeeIdentity;
|
|
13400
|
-
}
|
|
13401
|
-
}
|
|
13402
12035
|
export declare class Office365InternalDocumentPublishRequest {
|
|
13403
12036
|
constructor(requestId: bigint, state: string);
|
|
13404
12037
|
get requestId(): bigint;
|
|
@@ -15032,22 +13665,6 @@ export declare namespace PagedListPublicConversationCategory {
|
|
|
15032
13665
|
const constructor: abstract new () => PagedListPublicConversationCategory;
|
|
15033
13666
|
}
|
|
15034
13667
|
}
|
|
15035
|
-
export declare class PagedListPushNotificationDispatchEvidence {
|
|
15036
|
-
constructor(items: KtList<PushNotificationDispatchEvidence>, meta: Meta, paging: Paging);
|
|
15037
|
-
get items(): KtList<PushNotificationDispatchEvidence>;
|
|
15038
|
-
get meta(): Meta;
|
|
15039
|
-
get paging(): Paging;
|
|
15040
|
-
copy(items?: KtList<PushNotificationDispatchEvidence>, meta?: Meta, paging?: Paging): PagedListPushNotificationDispatchEvidence;
|
|
15041
|
-
toString(): string;
|
|
15042
|
-
hashCode(): number;
|
|
15043
|
-
equals(other: Nullable<any>): boolean;
|
|
15044
|
-
}
|
|
15045
|
-
export declare namespace PagedListPushNotificationDispatchEvidence {
|
|
15046
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
15047
|
-
namespace $metadata$ {
|
|
15048
|
-
const constructor: abstract new () => PagedListPushNotificationDispatchEvidence;
|
|
15049
|
-
}
|
|
15050
|
-
}
|
|
15051
13668
|
export declare class PagedListPushNotificationInboxItem {
|
|
15052
13669
|
constructor(items: KtList<PushNotificationInboxItem>, meta: Meta, paging: Paging);
|
|
15053
13670
|
get items(): KtList<PushNotificationInboxItem>;
|
|
@@ -15825,23 +14442,6 @@ export declare namespace ParkingSpaceVacant {
|
|
|
15825
14442
|
const constructor: abstract new () => ParkingSpaceVacant;
|
|
15826
14443
|
}
|
|
15827
14444
|
}
|
|
15828
|
-
export declare class Part {
|
|
15829
|
-
constructor(code: Nullable<string> | undefined, items: KtList<Item>, name: string, vat: bigint);
|
|
15830
|
-
get code(): Nullable<string>;
|
|
15831
|
-
get items(): KtList<Item>;
|
|
15832
|
-
get name(): string;
|
|
15833
|
-
get vat(): bigint;
|
|
15834
|
-
copy(code?: Nullable<string>, items?: KtList<Item>, name?: string, vat?: bigint): Part;
|
|
15835
|
-
toString(): string;
|
|
15836
|
-
hashCode(): number;
|
|
15837
|
-
equals(other: Nullable<any>): boolean;
|
|
15838
|
-
}
|
|
15839
|
-
export declare namespace Part {
|
|
15840
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
15841
|
-
namespace $metadata$ {
|
|
15842
|
-
const constructor: abstract new () => Part;
|
|
15843
|
-
}
|
|
15844
|
-
}
|
|
15845
14445
|
export declare abstract class Participant {
|
|
15846
14446
|
private constructor();
|
|
15847
14447
|
abstract get active(): boolean;
|
|
@@ -16504,24 +15104,6 @@ export declare namespace PersonInformation {
|
|
|
16504
15104
|
const constructor: abstract new () => PersonInformation;
|
|
16505
15105
|
}
|
|
16506
15106
|
}
|
|
16507
|
-
export declare class PersonInlinePolicy {
|
|
16508
|
-
constructor(companyId: Nullable<bigint> | undefined, createdAt: any/* Instant */, id: bigint, personId: bigint, statements: KtList<Policy>);
|
|
16509
|
-
get companyId(): Nullable<bigint>;
|
|
16510
|
-
get createdAt(): any/* Instant */;
|
|
16511
|
-
get id(): bigint;
|
|
16512
|
-
get personId(): bigint;
|
|
16513
|
-
get statements(): KtList<Policy>;
|
|
16514
|
-
copy(companyId?: Nullable<bigint>, createdAt?: any/* Instant */, id?: bigint, personId?: bigint, statements?: KtList<Policy>): PersonInlinePolicy;
|
|
16515
|
-
toString(): string;
|
|
16516
|
-
hashCode(): number;
|
|
16517
|
-
equals(other: Nullable<any>): boolean;
|
|
16518
|
-
}
|
|
16519
|
-
export declare namespace PersonInlinePolicy {
|
|
16520
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
16521
|
-
namespace $metadata$ {
|
|
16522
|
-
const constructor: abstract new () => PersonInlinePolicy;
|
|
16523
|
-
}
|
|
16524
|
-
}
|
|
16525
15107
|
export declare class PersonName {
|
|
16526
15108
|
constructor(family: string, given: string, middle?: Nullable<string>);
|
|
16527
15109
|
get family(): string;
|
|
@@ -16557,25 +15139,6 @@ export declare namespace PersonParticipant {
|
|
|
16557
15139
|
const constructor: abstract new () => PersonParticipant;
|
|
16558
15140
|
}
|
|
16559
15141
|
}
|
|
16560
|
-
export declare class PersonPolicy {
|
|
16561
|
-
constructor(companyId: Nullable<bigint> | undefined, createdAt: any/* Instant */, id: bigint, personId: bigint, policyId: bigint, policyName: string);
|
|
16562
|
-
get companyId(): Nullable<bigint>;
|
|
16563
|
-
get createdAt(): any/* Instant */;
|
|
16564
|
-
get id(): bigint;
|
|
16565
|
-
get personId(): bigint;
|
|
16566
|
-
get policyId(): bigint;
|
|
16567
|
-
get policyName(): string;
|
|
16568
|
-
copy(companyId?: Nullable<bigint>, createdAt?: any/* Instant */, id?: bigint, personId?: bigint, policyId?: bigint, policyName?: string): PersonPolicy;
|
|
16569
|
-
toString(): string;
|
|
16570
|
-
hashCode(): number;
|
|
16571
|
-
equals(other: Nullable<any>): boolean;
|
|
16572
|
-
}
|
|
16573
|
-
export declare namespace PersonPolicy {
|
|
16574
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
16575
|
-
namespace $metadata$ {
|
|
16576
|
-
const constructor: abstract new () => PersonPolicy;
|
|
16577
|
-
}
|
|
16578
|
-
}
|
|
16579
15142
|
export declare class PersonPostalArea {
|
|
16580
15143
|
constructor(name: string, number: string);
|
|
16581
15144
|
get name(): string;
|
|
@@ -16905,85 +15468,6 @@ export declare namespace Ping {
|
|
|
16905
15468
|
const constructor: abstract new () => Ping;
|
|
16906
15469
|
}
|
|
16907
15470
|
}
|
|
16908
|
-
export declare class Policy {
|
|
16909
|
-
constructor(actions: KtList<string>, effect: Nullable<PolicyEffect> | undefined, resources: KtList<string>);
|
|
16910
|
-
get actions(): KtList<string>;
|
|
16911
|
-
get effect(): Nullable<PolicyEffect>;
|
|
16912
|
-
get resources(): KtList<string>;
|
|
16913
|
-
copy(actions?: KtList<string>, effect?: Nullable<PolicyEffect>, resources?: KtList<string>): Policy;
|
|
16914
|
-
toString(): string;
|
|
16915
|
-
hashCode(): number;
|
|
16916
|
-
equals(other: Nullable<any>): boolean;
|
|
16917
|
-
}
|
|
16918
|
-
export declare namespace Policy {
|
|
16919
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
16920
|
-
namespace $metadata$ {
|
|
16921
|
-
const constructor: abstract new () => Policy;
|
|
16922
|
-
}
|
|
16923
|
-
}
|
|
16924
|
-
export declare class PolicyDocument {
|
|
16925
|
-
constructor(createdAt: any/* Instant */, description: Nullable<string> | undefined, id: bigint, isSystem: boolean, name: string, statements: KtList<Policy>, updatedAt: any/* Instant */);
|
|
16926
|
-
get createdAt(): any/* Instant */;
|
|
16927
|
-
get description(): Nullable<string>;
|
|
16928
|
-
get id(): bigint;
|
|
16929
|
-
get isSystem(): boolean;
|
|
16930
|
-
get name(): string;
|
|
16931
|
-
get statements(): KtList<Policy>;
|
|
16932
|
-
get updatedAt(): any/* Instant */;
|
|
16933
|
-
copy(createdAt?: any/* Instant */, description?: Nullable<string>, id?: bigint, isSystem?: boolean, name?: string, statements?: KtList<Policy>, updatedAt?: any/* Instant */): PolicyDocument;
|
|
16934
|
-
toString(): string;
|
|
16935
|
-
hashCode(): number;
|
|
16936
|
-
equals(other: Nullable<any>): boolean;
|
|
16937
|
-
}
|
|
16938
|
-
export declare namespace PolicyDocument {
|
|
16939
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
16940
|
-
namespace $metadata$ {
|
|
16941
|
-
const constructor: abstract new () => PolicyDocument;
|
|
16942
|
-
}
|
|
16943
|
-
}
|
|
16944
|
-
export declare abstract class PolicyEffect {
|
|
16945
|
-
private constructor();
|
|
16946
|
-
static get ALLOW(): PolicyEffect & {
|
|
16947
|
-
get name(): "ALLOW";
|
|
16948
|
-
get ordinal(): 0;
|
|
16949
|
-
};
|
|
16950
|
-
static get DENY(): PolicyEffect & {
|
|
16951
|
-
get name(): "DENY";
|
|
16952
|
-
get ordinal(): 1;
|
|
16953
|
-
};
|
|
16954
|
-
static get Allow(): PolicyEffect & {
|
|
16955
|
-
get name(): "ALLOW";
|
|
16956
|
-
get ordinal(): 0;
|
|
16957
|
-
};
|
|
16958
|
-
static get Deny(): PolicyEffect & {
|
|
16959
|
-
get name(): "DENY";
|
|
16960
|
-
get ordinal(): 1;
|
|
16961
|
-
};
|
|
16962
|
-
static values(): [typeof PolicyEffect.ALLOW, typeof PolicyEffect.DENY];
|
|
16963
|
-
static valueOf(value: string): PolicyEffect;
|
|
16964
|
-
get name(): "ALLOW" | "DENY";
|
|
16965
|
-
get ordinal(): 0 | 1;
|
|
16966
|
-
get value(): string;
|
|
16967
|
-
toString(): string;
|
|
16968
|
-
}
|
|
16969
|
-
export declare namespace PolicyEffect {
|
|
16970
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
16971
|
-
namespace $metadata$ {
|
|
16972
|
-
const constructor: abstract new () => PolicyEffect;
|
|
16973
|
-
}
|
|
16974
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
16975
|
-
private constructor();
|
|
16976
|
-
}
|
|
16977
|
-
namespace Companion {
|
|
16978
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
16979
|
-
namespace $metadata$ {
|
|
16980
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
16981
|
-
fromValue(value: string): Nullable<PolicyEffect>;
|
|
16982
|
-
private constructor();
|
|
16983
|
-
}
|
|
16984
|
-
}
|
|
16985
|
-
}
|
|
16986
|
-
}
|
|
16987
15471
|
export declare class Pong extends WebSocketPayload.$metadata$.constructor {
|
|
16988
15472
|
constructor();
|
|
16989
15473
|
}
|
|
@@ -17152,25 +15636,10 @@ export declare namespace PreferredAdvertisement {
|
|
|
17152
15636
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17153
15637
|
namespace $metadata$ {
|
|
17154
15638
|
abstract class constructor /* implements SerializerFactory */ {
|
|
17155
|
-
fromValue(value: string): Nullable<PreferredAdvertisement>;
|
|
17156
|
-
private constructor();
|
|
17157
|
-
}
|
|
17158
|
-
}
|
|
17159
|
-
}
|
|
17160
|
-
}
|
|
17161
|
-
export declare class PriceComponent {
|
|
17162
|
-
constructor(name: string, type: string);
|
|
17163
|
-
get name(): string;
|
|
17164
|
-
get type(): string;
|
|
17165
|
-
copy(name?: string, type?: string): PriceComponent;
|
|
17166
|
-
toString(): string;
|
|
17167
|
-
hashCode(): number;
|
|
17168
|
-
equals(other: Nullable<any>): boolean;
|
|
17169
|
-
}
|
|
17170
|
-
export declare namespace PriceComponent {
|
|
17171
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17172
|
-
namespace $metadata$ {
|
|
17173
|
-
const constructor: abstract new () => PriceComponent;
|
|
15639
|
+
fromValue(value: string): Nullable<PreferredAdvertisement>;
|
|
15640
|
+
private constructor();
|
|
15641
|
+
}
|
|
15642
|
+
}
|
|
17174
15643
|
}
|
|
17175
15644
|
}
|
|
17176
15645
|
export declare class PublicConversation {
|
|
@@ -17254,42 +15723,6 @@ export declare namespace PublicMessage {
|
|
|
17254
15723
|
const constructor: abstract new () => PublicMessage;
|
|
17255
15724
|
}
|
|
17256
15725
|
}
|
|
17257
|
-
export declare class PushNotificationDispatchEvidence {
|
|
17258
|
-
constructor(clientOpenedAt: Nullable<any>/* Nullable<Instant> */ | undefined, clientReceivedAt: Nullable<any>/* Nullable<Instant> */ | undefined, companyId: bigint, correlation: Nullable<string> | undefined, createdAt: any/* Instant */, failureCode: Nullable<string> | undefined, failureDescription: Nullable<string> | undefined, id: string, jobExecutionId: Nullable<bigint> | undefined, jobId: Nullable<bigint> | undefined, notificationTrackingId: string, personId: Nullable<bigint> | undefined, providerMessageId: Nullable<string> | undefined, providerRespondedAt: Nullable<any>/* Nullable<Instant> */ | undefined, providerStatus: PushNotificationProviderStatus, recipientKind: PushNotificationRecipientKind, resolutionSource: Nullable<PushNotificationResolutionSource> | undefined, resolutionStatus: PushNotificationResolutionStatus, resolvedAt: Nullable<any>/* Nullable<Instant> */ | undefined, resolvedDeviceCount: Nullable<bigint> | undefined, resolvedDeviceTypes: Nullable<KtList<string>> | undefined, updatedAt: any/* Instant */, validationOnly: boolean);
|
|
17259
|
-
get clientOpenedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
17260
|
-
get clientReceivedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
17261
|
-
get companyId(): bigint;
|
|
17262
|
-
get correlation(): Nullable<string>;
|
|
17263
|
-
get createdAt(): any/* Instant */;
|
|
17264
|
-
get failureCode(): Nullable<string>;
|
|
17265
|
-
get failureDescription(): Nullable<string>;
|
|
17266
|
-
get id(): string;
|
|
17267
|
-
get jobExecutionId(): Nullable<bigint>;
|
|
17268
|
-
get jobId(): Nullable<bigint>;
|
|
17269
|
-
get notificationTrackingId(): string;
|
|
17270
|
-
get personId(): Nullable<bigint>;
|
|
17271
|
-
get providerMessageId(): Nullable<string>;
|
|
17272
|
-
get providerRespondedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
17273
|
-
get providerStatus(): PushNotificationProviderStatus;
|
|
17274
|
-
get recipientKind(): PushNotificationRecipientKind;
|
|
17275
|
-
get resolutionSource(): Nullable<PushNotificationResolutionSource>;
|
|
17276
|
-
get resolutionStatus(): PushNotificationResolutionStatus;
|
|
17277
|
-
get resolvedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
17278
|
-
get resolvedDeviceCount(): Nullable<bigint>;
|
|
17279
|
-
get resolvedDeviceTypes(): Nullable<KtList<string>>;
|
|
17280
|
-
get updatedAt(): any/* Instant */;
|
|
17281
|
-
get validationOnly(): boolean;
|
|
17282
|
-
copy(clientOpenedAt?: Nullable<any>/* Nullable<Instant> */, clientReceivedAt?: Nullable<any>/* Nullable<Instant> */, companyId?: bigint, correlation?: Nullable<string>, createdAt?: any/* Instant */, failureCode?: Nullable<string>, failureDescription?: Nullable<string>, id?: string, jobExecutionId?: Nullable<bigint>, jobId?: Nullable<bigint>, notificationTrackingId?: string, personId?: Nullable<bigint>, providerMessageId?: Nullable<string>, providerRespondedAt?: Nullable<any>/* Nullable<Instant> */, providerStatus?: PushNotificationProviderStatus, recipientKind?: PushNotificationRecipientKind, resolutionSource?: Nullable<PushNotificationResolutionSource>, resolutionStatus?: PushNotificationResolutionStatus, resolvedAt?: Nullable<any>/* Nullable<Instant> */, resolvedDeviceCount?: Nullable<bigint>, resolvedDeviceTypes?: Nullable<KtList<string>>, updatedAt?: any/* Instant */, validationOnly?: boolean): PushNotificationDispatchEvidence;
|
|
17283
|
-
toString(): string;
|
|
17284
|
-
hashCode(): number;
|
|
17285
|
-
equals(other: Nullable<any>): boolean;
|
|
17286
|
-
}
|
|
17287
|
-
export declare namespace PushNotificationDispatchEvidence {
|
|
17288
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17289
|
-
namespace $metadata$ {
|
|
17290
|
-
const constructor: abstract new () => PushNotificationDispatchEvidence;
|
|
17291
|
-
}
|
|
17292
|
-
}
|
|
17293
15726
|
export declare class PushNotificationInboxItem {
|
|
17294
15727
|
constructor(body: Nullable<string> | undefined, companyId: bigint, data: Nullable<KtMap<string, Nullable<string>>> | undefined, notificationType: Nullable<string> | undefined, openedAt: Nullable<any>/* Nullable<Instant> */ | undefined, read: Nullable<boolean> | undefined, readAt: Nullable<any>/* Nullable<Instant> */ | undefined, receivedAt: Nullable<any>/* Nullable<Instant> */ | undefined, sentAt: any/* Instant */, state: Nullable<CommunicationState> | undefined, title: Nullable<string> | undefined, trackingId: string, updatedAt: any/* Instant */);
|
|
17295
15728
|
get body(): Nullable<string>;
|
|
@@ -17316,226 +15749,6 @@ export declare namespace PushNotificationInboxItem {
|
|
|
17316
15749
|
const constructor: abstract new () => PushNotificationInboxItem;
|
|
17317
15750
|
}
|
|
17318
15751
|
}
|
|
17319
|
-
export declare abstract class PushNotificationProviderStatus {
|
|
17320
|
-
private constructor();
|
|
17321
|
-
static get NOT_ATTEMPTED(): PushNotificationProviderStatus & {
|
|
17322
|
-
get name(): "NOT_ATTEMPTED";
|
|
17323
|
-
get ordinal(): 0;
|
|
17324
|
-
};
|
|
17325
|
-
static get VALIDATED(): PushNotificationProviderStatus & {
|
|
17326
|
-
get name(): "VALIDATED";
|
|
17327
|
-
get ordinal(): 1;
|
|
17328
|
-
};
|
|
17329
|
-
static get ACCEPTED(): PushNotificationProviderStatus & {
|
|
17330
|
-
get name(): "ACCEPTED";
|
|
17331
|
-
get ordinal(): 2;
|
|
17332
|
-
};
|
|
17333
|
-
static get REJECTED(): PushNotificationProviderStatus & {
|
|
17334
|
-
get name(): "REJECTED";
|
|
17335
|
-
get ordinal(): 3;
|
|
17336
|
-
};
|
|
17337
|
-
static get UNKNOWN(): PushNotificationProviderStatus & {
|
|
17338
|
-
get name(): "UNKNOWN";
|
|
17339
|
-
get ordinal(): 4;
|
|
17340
|
-
};
|
|
17341
|
-
static get NotAttempted(): PushNotificationProviderStatus & {
|
|
17342
|
-
get name(): "NOT_ATTEMPTED";
|
|
17343
|
-
get ordinal(): 0;
|
|
17344
|
-
};
|
|
17345
|
-
static get Validated(): PushNotificationProviderStatus & {
|
|
17346
|
-
get name(): "VALIDATED";
|
|
17347
|
-
get ordinal(): 1;
|
|
17348
|
-
};
|
|
17349
|
-
static get Accepted(): PushNotificationProviderStatus & {
|
|
17350
|
-
get name(): "ACCEPTED";
|
|
17351
|
-
get ordinal(): 2;
|
|
17352
|
-
};
|
|
17353
|
-
static get Rejected(): PushNotificationProviderStatus & {
|
|
17354
|
-
get name(): "REJECTED";
|
|
17355
|
-
get ordinal(): 3;
|
|
17356
|
-
};
|
|
17357
|
-
static get Unknown(): PushNotificationProviderStatus & {
|
|
17358
|
-
get name(): "UNKNOWN";
|
|
17359
|
-
get ordinal(): 4;
|
|
17360
|
-
};
|
|
17361
|
-
static values(): [typeof PushNotificationProviderStatus.NOT_ATTEMPTED, typeof PushNotificationProviderStatus.VALIDATED, typeof PushNotificationProviderStatus.ACCEPTED, typeof PushNotificationProviderStatus.REJECTED, typeof PushNotificationProviderStatus.UNKNOWN];
|
|
17362
|
-
static valueOf(value: string): PushNotificationProviderStatus;
|
|
17363
|
-
get name(): "NOT_ATTEMPTED" | "VALIDATED" | "ACCEPTED" | "REJECTED" | "UNKNOWN";
|
|
17364
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
17365
|
-
get value(): string;
|
|
17366
|
-
toString(): string;
|
|
17367
|
-
}
|
|
17368
|
-
export declare namespace PushNotificationProviderStatus {
|
|
17369
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17370
|
-
namespace $metadata$ {
|
|
17371
|
-
const constructor: abstract new () => PushNotificationProviderStatus;
|
|
17372
|
-
}
|
|
17373
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
17374
|
-
private constructor();
|
|
17375
|
-
}
|
|
17376
|
-
namespace Companion {
|
|
17377
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17378
|
-
namespace $metadata$ {
|
|
17379
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
17380
|
-
fromValue(value: string): Nullable<PushNotificationProviderStatus>;
|
|
17381
|
-
private constructor();
|
|
17382
|
-
}
|
|
17383
|
-
}
|
|
17384
|
-
}
|
|
17385
|
-
}
|
|
17386
|
-
export declare abstract class PushNotificationRecipientKind {
|
|
17387
|
-
private constructor();
|
|
17388
|
-
static get PERSON(): PushNotificationRecipientKind & {
|
|
17389
|
-
get name(): "PERSON";
|
|
17390
|
-
get ordinal(): 0;
|
|
17391
|
-
};
|
|
17392
|
-
static get DIRECT_TARGET(): PushNotificationRecipientKind & {
|
|
17393
|
-
get name(): "DIRECT_TARGET";
|
|
17394
|
-
get ordinal(): 1;
|
|
17395
|
-
};
|
|
17396
|
-
static get Person(): PushNotificationRecipientKind & {
|
|
17397
|
-
get name(): "PERSON";
|
|
17398
|
-
get ordinal(): 0;
|
|
17399
|
-
};
|
|
17400
|
-
static get DirectTarget(): PushNotificationRecipientKind & {
|
|
17401
|
-
get name(): "DIRECT_TARGET";
|
|
17402
|
-
get ordinal(): 1;
|
|
17403
|
-
};
|
|
17404
|
-
static values(): [typeof PushNotificationRecipientKind.PERSON, typeof PushNotificationRecipientKind.DIRECT_TARGET];
|
|
17405
|
-
static valueOf(value: string): PushNotificationRecipientKind;
|
|
17406
|
-
get name(): "PERSON" | "DIRECT_TARGET";
|
|
17407
|
-
get ordinal(): 0 | 1;
|
|
17408
|
-
get value(): string;
|
|
17409
|
-
toString(): string;
|
|
17410
|
-
}
|
|
17411
|
-
export declare namespace PushNotificationRecipientKind {
|
|
17412
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17413
|
-
namespace $metadata$ {
|
|
17414
|
-
const constructor: abstract new () => PushNotificationRecipientKind;
|
|
17415
|
-
}
|
|
17416
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
17417
|
-
private constructor();
|
|
17418
|
-
}
|
|
17419
|
-
namespace Companion {
|
|
17420
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17421
|
-
namespace $metadata$ {
|
|
17422
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
17423
|
-
fromValue(value: string): Nullable<PushNotificationRecipientKind>;
|
|
17424
|
-
private constructor();
|
|
17425
|
-
}
|
|
17426
|
-
}
|
|
17427
|
-
}
|
|
17428
|
-
}
|
|
17429
|
-
export declare abstract class PushNotificationResolutionSource {
|
|
17430
|
-
private constructor();
|
|
17431
|
-
static get EXPLICIT_TARGET(): PushNotificationResolutionSource & {
|
|
17432
|
-
get name(): "EXPLICIT_TARGET";
|
|
17433
|
-
get ordinal(): 0;
|
|
17434
|
-
};
|
|
17435
|
-
static get FCM_NOTIFICATION_GROUP(): PushNotificationResolutionSource & {
|
|
17436
|
-
get name(): "FCM_NOTIFICATION_GROUP";
|
|
17437
|
-
get ordinal(): 1;
|
|
17438
|
-
};
|
|
17439
|
-
static get STORED_DEVICE_TOKENS(): PushNotificationResolutionSource & {
|
|
17440
|
-
get name(): "STORED_DEVICE_TOKENS";
|
|
17441
|
-
get ordinal(): 2;
|
|
17442
|
-
};
|
|
17443
|
-
static get ExplicitTarget(): PushNotificationResolutionSource & {
|
|
17444
|
-
get name(): "EXPLICIT_TARGET";
|
|
17445
|
-
get ordinal(): 0;
|
|
17446
|
-
};
|
|
17447
|
-
static get FcmNotificationGroup(): PushNotificationResolutionSource & {
|
|
17448
|
-
get name(): "FCM_NOTIFICATION_GROUP";
|
|
17449
|
-
get ordinal(): 1;
|
|
17450
|
-
};
|
|
17451
|
-
static get StoredDeviceTokens(): PushNotificationResolutionSource & {
|
|
17452
|
-
get name(): "STORED_DEVICE_TOKENS";
|
|
17453
|
-
get ordinal(): 2;
|
|
17454
|
-
};
|
|
17455
|
-
static values(): [typeof PushNotificationResolutionSource.EXPLICIT_TARGET, typeof PushNotificationResolutionSource.FCM_NOTIFICATION_GROUP, typeof PushNotificationResolutionSource.STORED_DEVICE_TOKENS];
|
|
17456
|
-
static valueOf(value: string): PushNotificationResolutionSource;
|
|
17457
|
-
get name(): "EXPLICIT_TARGET" | "FCM_NOTIFICATION_GROUP" | "STORED_DEVICE_TOKENS";
|
|
17458
|
-
get ordinal(): 0 | 1 | 2;
|
|
17459
|
-
get value(): string;
|
|
17460
|
-
toString(): string;
|
|
17461
|
-
}
|
|
17462
|
-
export declare namespace PushNotificationResolutionSource {
|
|
17463
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17464
|
-
namespace $metadata$ {
|
|
17465
|
-
const constructor: abstract new () => PushNotificationResolutionSource;
|
|
17466
|
-
}
|
|
17467
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
17468
|
-
private constructor();
|
|
17469
|
-
}
|
|
17470
|
-
namespace Companion {
|
|
17471
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17472
|
-
namespace $metadata$ {
|
|
17473
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
17474
|
-
fromValue(value: string): Nullable<PushNotificationResolutionSource>;
|
|
17475
|
-
private constructor();
|
|
17476
|
-
}
|
|
17477
|
-
}
|
|
17478
|
-
}
|
|
17479
|
-
}
|
|
17480
|
-
export declare abstract class PushNotificationResolutionStatus {
|
|
17481
|
-
private constructor();
|
|
17482
|
-
static get PENDING(): PushNotificationResolutionStatus & {
|
|
17483
|
-
get name(): "PENDING";
|
|
17484
|
-
get ordinal(): 0;
|
|
17485
|
-
};
|
|
17486
|
-
static get NO_DEVICE(): PushNotificationResolutionStatus & {
|
|
17487
|
-
get name(): "NO_DEVICE";
|
|
17488
|
-
get ordinal(): 1;
|
|
17489
|
-
};
|
|
17490
|
-
static get RESOLVED(): PushNotificationResolutionStatus & {
|
|
17491
|
-
get name(): "RESOLVED";
|
|
17492
|
-
get ordinal(): 2;
|
|
17493
|
-
};
|
|
17494
|
-
static get RESOLUTION_FAILED(): PushNotificationResolutionStatus & {
|
|
17495
|
-
get name(): "RESOLUTION_FAILED";
|
|
17496
|
-
get ordinal(): 3;
|
|
17497
|
-
};
|
|
17498
|
-
static get Pending(): PushNotificationResolutionStatus & {
|
|
17499
|
-
get name(): "PENDING";
|
|
17500
|
-
get ordinal(): 0;
|
|
17501
|
-
};
|
|
17502
|
-
static get NoDevice(): PushNotificationResolutionStatus & {
|
|
17503
|
-
get name(): "NO_DEVICE";
|
|
17504
|
-
get ordinal(): 1;
|
|
17505
|
-
};
|
|
17506
|
-
static get Resolved(): PushNotificationResolutionStatus & {
|
|
17507
|
-
get name(): "RESOLVED";
|
|
17508
|
-
get ordinal(): 2;
|
|
17509
|
-
};
|
|
17510
|
-
static get ResolutionFailed(): PushNotificationResolutionStatus & {
|
|
17511
|
-
get name(): "RESOLUTION_FAILED";
|
|
17512
|
-
get ordinal(): 3;
|
|
17513
|
-
};
|
|
17514
|
-
static values(): [typeof PushNotificationResolutionStatus.PENDING, typeof PushNotificationResolutionStatus.NO_DEVICE, typeof PushNotificationResolutionStatus.RESOLVED, typeof PushNotificationResolutionStatus.RESOLUTION_FAILED];
|
|
17515
|
-
static valueOf(value: string): PushNotificationResolutionStatus;
|
|
17516
|
-
get name(): "PENDING" | "NO_DEVICE" | "RESOLVED" | "RESOLUTION_FAILED";
|
|
17517
|
-
get ordinal(): 0 | 1 | 2 | 3;
|
|
17518
|
-
get value(): string;
|
|
17519
|
-
toString(): string;
|
|
17520
|
-
}
|
|
17521
|
-
export declare namespace PushNotificationResolutionStatus {
|
|
17522
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17523
|
-
namespace $metadata$ {
|
|
17524
|
-
const constructor: abstract new () => PushNotificationResolutionStatus;
|
|
17525
|
-
}
|
|
17526
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
17527
|
-
private constructor();
|
|
17528
|
-
}
|
|
17529
|
-
namespace Companion {
|
|
17530
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17531
|
-
namespace $metadata$ {
|
|
17532
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
17533
|
-
fromValue(value: string): Nullable<PushNotificationResolutionStatus>;
|
|
17534
|
-
private constructor();
|
|
17535
|
-
}
|
|
17536
|
-
}
|
|
17537
|
-
}
|
|
17538
|
-
}
|
|
17539
15752
|
export declare class PutCommunicationReactionCommand {
|
|
17540
15753
|
constructor(reaction: string);
|
|
17541
15754
|
get reaction(): string;
|
|
@@ -17737,25 +15950,6 @@ export declare namespace ReorderIssueInMeetingCommand {
|
|
|
17737
15950
|
const constructor: abstract new () => ReorderIssueInMeetingCommand;
|
|
17738
15951
|
}
|
|
17739
15952
|
}
|
|
17740
|
-
export declare class RepairOwnerRolesResult {
|
|
17741
|
-
constructor(ambiguousOrgsSkipped: bigint, ambiguousPersonsSkipped: bigint, duplicateRolesDeleted: bigint, kartverketScanSkipped: Nullable<boolean> | undefined, orphanOrgOwnerRolesLinked: bigint, orphanPersonOwnerRolesLinked: bigint);
|
|
17742
|
-
get ambiguousOrgsSkipped(): bigint;
|
|
17743
|
-
get ambiguousPersonsSkipped(): bigint;
|
|
17744
|
-
get duplicateRolesDeleted(): bigint;
|
|
17745
|
-
get kartverketScanSkipped(): Nullable<boolean>;
|
|
17746
|
-
get orphanOrgOwnerRolesLinked(): bigint;
|
|
17747
|
-
get orphanPersonOwnerRolesLinked(): bigint;
|
|
17748
|
-
copy(ambiguousOrgsSkipped?: bigint, ambiguousPersonsSkipped?: bigint, duplicateRolesDeleted?: bigint, kartverketScanSkipped?: Nullable<boolean>, orphanOrgOwnerRolesLinked?: bigint, orphanPersonOwnerRolesLinked?: bigint): RepairOwnerRolesResult;
|
|
17749
|
-
toString(): string;
|
|
17750
|
-
hashCode(): number;
|
|
17751
|
-
equals(other: Nullable<any>): boolean;
|
|
17752
|
-
}
|
|
17753
|
-
export declare namespace RepairOwnerRolesResult {
|
|
17754
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17755
|
-
namespace $metadata$ {
|
|
17756
|
-
const constructor: abstract new () => RepairOwnerRolesResult;
|
|
17757
|
-
}
|
|
17758
|
-
}
|
|
17759
15953
|
export declare abstract class Resident {
|
|
17760
15954
|
private constructor();
|
|
17761
15955
|
abstract get accountNumber(): Nullable<string>;
|
|
@@ -18045,23 +16239,6 @@ export declare namespace Role {
|
|
|
18045
16239
|
const constructor: abstract new () => Role;
|
|
18046
16240
|
}
|
|
18047
16241
|
}
|
|
18048
|
-
export declare class RoleInlinePolicy {
|
|
18049
|
-
constructor(createdAt: any/* Instant */, id: bigint, roleId: bigint, statements: KtList<Policy>);
|
|
18050
|
-
get createdAt(): any/* Instant */;
|
|
18051
|
-
get id(): bigint;
|
|
18052
|
-
get roleId(): bigint;
|
|
18053
|
-
get statements(): KtList<Policy>;
|
|
18054
|
-
copy(createdAt?: any/* Instant */, id?: bigint, roleId?: bigint, statements?: KtList<Policy>): RoleInlinePolicy;
|
|
18055
|
-
toString(): string;
|
|
18056
|
-
hashCode(): number;
|
|
18057
|
-
equals(other: Nullable<any>): boolean;
|
|
18058
|
-
}
|
|
18059
|
-
export declare namespace RoleInlinePolicy {
|
|
18060
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
18061
|
-
namespace $metadata$ {
|
|
18062
|
-
const constructor: abstract new () => RoleInlinePolicy;
|
|
18063
|
-
}
|
|
18064
|
-
}
|
|
18065
16242
|
export declare class RoleInput {
|
|
18066
16243
|
constructor(companyId: Nullable<bigint> | undefined, id: Nullable<bigint> | undefined, organizationId: Nullable<bigint> | undefined, personId: Nullable<bigint> | undefined, sectionId: Nullable<bigint> | undefined, supplierId: Nullable<bigint> | undefined, type: RoleType, validFrom?: Nullable<any>/* Nullable<Instant> */, validTo?: Nullable<any>/* Nullable<Instant> */);
|
|
18067
16244
|
get companyId(): Nullable<bigint>;
|
|
@@ -18335,25 +16512,6 @@ export declare namespace RoleType {
|
|
|
18335
16512
|
}
|
|
18336
16513
|
}
|
|
18337
16514
|
}
|
|
18338
|
-
export declare class RoleTypePolicy {
|
|
18339
|
-
constructor(createdAt: any/* Instant */, id: bigint, policyId: bigint, policyName: string, priority: bigint, roleType: string);
|
|
18340
|
-
get createdAt(): any/* Instant */;
|
|
18341
|
-
get id(): bigint;
|
|
18342
|
-
get policyId(): bigint;
|
|
18343
|
-
get policyName(): string;
|
|
18344
|
-
get priority(): bigint;
|
|
18345
|
-
get roleType(): string;
|
|
18346
|
-
copy(createdAt?: any/* Instant */, id?: bigint, policyId?: bigint, policyName?: string, priority?: bigint, roleType?: string): RoleTypePolicy;
|
|
18347
|
-
toString(): string;
|
|
18348
|
-
hashCode(): number;
|
|
18349
|
-
equals(other: Nullable<any>): boolean;
|
|
18350
|
-
}
|
|
18351
|
-
export declare namespace RoleTypePolicy {
|
|
18352
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
18353
|
-
namespace $metadata$ {
|
|
18354
|
-
const constructor: abstract new () => RoleTypePolicy;
|
|
18355
|
-
}
|
|
18356
|
-
}
|
|
18357
16515
|
export declare class Routine {
|
|
18358
16516
|
constructor(completedAt: Nullable<any>/* Nullable<Instant> */ | undefined, completedBy: Nullable<bigint> | undefined, completedName: Nullable<string> | undefined, createdAt: any/* Instant */, createdBy: Nullable<bigint> | undefined, createdByClientUserId: Nullable<bigint> | undefined, createdByClientUserName: Nullable<string> | undefined, createdByName: Nullable<string> | undefined, deletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, deletedBy: Nullable<bigint> | undefined, deletedName: Nullable<string> | undefined, description: Nullable<string> | undefined, documents: Nullable<KtList<Document>> | undefined, draft: Nullable<RoutineDraft> | undefined, dueDate: Nullable<any>/* Nullable<Instant> */ | undefined, dueDateOffset: Nullable<bigint> | undefined, id: bigint, log: Nullable<KtList<TaskEvent>> | undefined, recommendedIntervalMethod: RoutineMethod, recommendedIntervalType: RoutineInterval, recommendedIntervalValue: bigint, responsibleId: Nullable<bigint> | undefined, responsibleName: Nullable<string> | undefined, supplier: Nullable<Supplier> | undefined, svgName: string, taskId: Nullable<bigint> | undefined, title: Nullable<string> | undefined, type: RoutineType);
|
|
18359
16517
|
get completedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
@@ -19819,25 +17977,6 @@ export declare namespace SentLetter {
|
|
|
19819
17977
|
const constructor: abstract new () => SentLetter;
|
|
19820
17978
|
}
|
|
19821
17979
|
}
|
|
19822
|
-
export declare class SesVerdicts {
|
|
19823
|
-
constructor(dkim?: Nullable<string>, dmarc?: Nullable<string>, messageId?: Nullable<string>, spam?: Nullable<string>, spf?: Nullable<string>, virus?: Nullable<string>);
|
|
19824
|
-
get dkim(): Nullable<string>;
|
|
19825
|
-
get dmarc(): Nullable<string>;
|
|
19826
|
-
get messageId(): Nullable<string>;
|
|
19827
|
-
get spam(): Nullable<string>;
|
|
19828
|
-
get spf(): Nullable<string>;
|
|
19829
|
-
get virus(): Nullable<string>;
|
|
19830
|
-
copy(dkim?: Nullable<string>, dmarc?: Nullable<string>, messageId?: Nullable<string>, spam?: Nullable<string>, spf?: Nullable<string>, virus?: Nullable<string>): SesVerdicts;
|
|
19831
|
-
toString(): string;
|
|
19832
|
-
hashCode(): number;
|
|
19833
|
-
equals(other: Nullable<any>): boolean;
|
|
19834
|
-
}
|
|
19835
|
-
export declare namespace SesVerdicts {
|
|
19836
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
19837
|
-
namespace $metadata$ {
|
|
19838
|
-
const constructor: abstract new () => SesVerdicts;
|
|
19839
|
-
}
|
|
19840
|
-
}
|
|
19841
17980
|
export declare class SetSupplierCommentEmoticonCommand {
|
|
19842
17981
|
constructor(emoticon?: Nullable<string>);
|
|
19843
17982
|
get emoticon(): Nullable<string>;
|
|
@@ -20545,31 +18684,6 @@ export declare namespace StorageRoomVacant {
|
|
|
20545
18684
|
const constructor: abstract new () => StorageRoomVacant;
|
|
20546
18685
|
}
|
|
20547
18686
|
}
|
|
20548
|
-
export declare class StrexMessageStatus {
|
|
20549
|
-
constructor(billed?: Nullable<boolean>, correlationId?: Nullable<string>, delivered?: Nullable<boolean>, detailedStatusCode?: Nullable<string>, operatorId?: Nullable<string>, price?: Nullable<number>, recipient?: Nullable<string>, sender?: Nullable<string>, smscMessageParts?: Nullable<bigint>, smscTransactionId?: Nullable<string>, statusCode?: Nullable<string>, transactionId?: Nullable<string>);
|
|
20550
|
-
get billed(): Nullable<boolean>;
|
|
20551
|
-
get correlationId(): Nullable<string>;
|
|
20552
|
-
get delivered(): Nullable<boolean>;
|
|
20553
|
-
get detailedStatusCode(): Nullable<string>;
|
|
20554
|
-
get operatorId(): Nullable<string>;
|
|
20555
|
-
get price(): Nullable<number>;
|
|
20556
|
-
get recipient(): Nullable<string>;
|
|
20557
|
-
get sender(): Nullable<string>;
|
|
20558
|
-
get smscMessageParts(): Nullable<bigint>;
|
|
20559
|
-
get smscTransactionId(): Nullable<string>;
|
|
20560
|
-
get statusCode(): Nullable<string>;
|
|
20561
|
-
get transactionId(): Nullable<string>;
|
|
20562
|
-
copy(billed?: Nullable<boolean>, correlationId?: Nullable<string>, delivered?: Nullable<boolean>, detailedStatusCode?: Nullable<string>, operatorId?: Nullable<string>, price?: Nullable<number>, recipient?: Nullable<string>, sender?: Nullable<string>, smscMessageParts?: Nullable<bigint>, smscTransactionId?: Nullable<string>, statusCode?: Nullable<string>, transactionId?: Nullable<string>): StrexMessageStatus;
|
|
20563
|
-
toString(): string;
|
|
20564
|
-
hashCode(): number;
|
|
20565
|
-
equals(other: Nullable<any>): boolean;
|
|
20566
|
-
}
|
|
20567
|
-
export declare namespace StrexMessageStatus {
|
|
20568
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
20569
|
-
namespace $metadata$ {
|
|
20570
|
-
const constructor: abstract new () => StrexMessageStatus;
|
|
20571
|
-
}
|
|
20572
|
-
}
|
|
20573
18687
|
export declare class Supplier {
|
|
20574
18688
|
constructor(companyCount: Nullable<bigint> | undefined, domain: Nullable<string> | undefined, id: bigint, logoUrl: Nullable<string> | undefined, name: string, orgNr: string, serviceCategories: KtList<string>);
|
|
20575
18689
|
get companyCount(): Nullable<bigint>;
|
|
@@ -22209,20 +20323,6 @@ export declare namespace UpdateConversationSettingsCommand {
|
|
|
22209
20323
|
const constructor: abstract new () => UpdateConversationSettingsCommand;
|
|
22210
20324
|
}
|
|
22211
20325
|
}
|
|
22212
|
-
export declare class UpdateDocumentContentSearchEntitlementCommand {
|
|
22213
|
-
constructor(enabled: boolean);
|
|
22214
|
-
get enabled(): boolean;
|
|
22215
|
-
copy(enabled?: boolean): UpdateDocumentContentSearchEntitlementCommand;
|
|
22216
|
-
toString(): string;
|
|
22217
|
-
hashCode(): number;
|
|
22218
|
-
equals(other: Nullable<any>): boolean;
|
|
22219
|
-
}
|
|
22220
|
-
export declare namespace UpdateDocumentContentSearchEntitlementCommand {
|
|
22221
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
22222
|
-
namespace $metadata$ {
|
|
22223
|
-
const constructor: abstract new () => UpdateDocumentContentSearchEntitlementCommand;
|
|
22224
|
-
}
|
|
22225
|
-
}
|
|
22226
20326
|
export declare class UpdateEmployeeCommand {
|
|
22227
20327
|
constructor(email: Nullable<string> | undefined, mobile: Nullable<string> | undefined, name: Name, nationality?: Nullable<bigint>, preferredLanguage?: Nullable<bigint>);
|
|
22228
20328
|
get email(): Nullable<string>;
|
|
@@ -22839,22 +20939,6 @@ export declare namespace UpdatePersonResidentCommand {
|
|
|
22839
20939
|
const constructor: abstract new () => UpdatePersonResidentCommand;
|
|
22840
20940
|
}
|
|
22841
20941
|
}
|
|
22842
|
-
export declare class UpdatePolicyDocumentCommand {
|
|
22843
|
-
constructor(description?: Nullable<string>, name?: Nullable<string>, statements?: Nullable<KtList<Policy>>);
|
|
22844
|
-
get description(): Nullable<string>;
|
|
22845
|
-
get name(): Nullable<string>;
|
|
22846
|
-
get statements(): Nullable<KtList<Policy>>;
|
|
22847
|
-
copy(description?: Nullable<string>, name?: Nullable<string>, statements?: Nullable<KtList<Policy>>): UpdatePolicyDocumentCommand;
|
|
22848
|
-
toString(): string;
|
|
22849
|
-
hashCode(): number;
|
|
22850
|
-
equals(other: Nullable<any>): boolean;
|
|
22851
|
-
}
|
|
22852
|
-
export declare namespace UpdatePolicyDocumentCommand {
|
|
22853
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
22854
|
-
namespace $metadata$ {
|
|
22855
|
-
const constructor: abstract new () => UpdatePolicyDocumentCommand;
|
|
22856
|
-
}
|
|
22857
|
-
}
|
|
22858
20942
|
export declare class UpdatePostCommand {
|
|
22859
20943
|
constructor(commentsEnabled: Nullable<boolean> | undefined, content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pictureDocumentId: Nullable<bigint> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
|
|
22860
20944
|
get commentsEnabled(): Nullable<boolean>;
|
|
@@ -22990,20 +21074,6 @@ export declare namespace UpdateResolutionCommand {
|
|
|
22990
21074
|
const constructor: abstract new () => UpdateResolutionCommand;
|
|
22991
21075
|
}
|
|
22992
21076
|
}
|
|
22993
|
-
export declare class UpdateRolesCommand {
|
|
22994
|
-
constructor(roles: KtList<RoleInput>);
|
|
22995
|
-
get roles(): KtList<RoleInput>;
|
|
22996
|
-
copy(roles?: KtList<RoleInput>): UpdateRolesCommand;
|
|
22997
|
-
toString(): string;
|
|
22998
|
-
hashCode(): number;
|
|
22999
|
-
equals(other: Nullable<any>): boolean;
|
|
23000
|
-
}
|
|
23001
|
-
export declare namespace UpdateRolesCommand {
|
|
23002
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23003
|
-
namespace $metadata$ {
|
|
23004
|
-
const constructor: abstract new () => UpdateRolesCommand;
|
|
23005
|
-
}
|
|
23006
|
-
}
|
|
23007
21077
|
export declare class UpdateRoutineCommand {
|
|
23008
21078
|
constructor(description: Nullable<string> | undefined, dueDateOffset: Nullable<bigint> | undefined, recommendedIntervalMethod: Nullable<RoutineMethod> | undefined, recommendedIntervalType: RoutineInterval, recommendedIntervalValue: Nullable<bigint> | undefined, requiresSupplier: boolean, responsibleId: Nullable<bigint> | undefined, startDate: Nullable<any>/* Nullable<Instant> */ | undefined, supplierId: Nullable<bigint> | undefined, svgName: string, title?: Nullable<string>);
|
|
23009
21079
|
get description(): Nullable<string>;
|
|
@@ -23568,88 +21638,6 @@ export declare namespace AccountingApi {
|
|
|
23568
21638
|
const constructor: abstract new () => AccountingApi;
|
|
23569
21639
|
}
|
|
23570
21640
|
}
|
|
23571
|
-
export declare class AdministrationApi extends ApiClient.$metadata$.constructor {
|
|
23572
|
-
private constructor();
|
|
23573
|
-
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): AdministrationApi;
|
|
23574
|
-
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): AdministrationApi;
|
|
23575
|
-
altinnSystembrukerKvitteringGet(): Promise<HttpResponse<void>>;
|
|
23576
|
-
createAdminCompanyFromSales(createCompany: CreateCompany): Promise<HttpResponse<Company>>;
|
|
23577
|
-
listAdminTripletexAccounts(fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, AccountList>>>;
|
|
23578
|
-
loadAdminGeneratedSalesData(company: string): Promise<HttpResponse<void>>;
|
|
23579
|
-
mgmtAdminAltinnSystemGet(fields?: Nullable<string>): Promise<HttpResponse<AltinnSystemRegisterInput>>;
|
|
23580
|
-
mgmtAdminAltinnSystemPost(): Promise<HttpResponse<boolean>>;
|
|
23581
|
-
mgmtAdminAltinnSystemPut(): Promise<HttpResponse<boolean>>;
|
|
23582
|
-
mgmtAdminAltinnSystemUserAgentGet(orgNr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
|
|
23583
|
-
mgmtAdminAltinnSystemUserAgentPost(orgNr?: Nullable<string>): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
|
|
23584
|
-
mgmtAdminAltinnSystemUserGet(fields?: Nullable<string>): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
|
|
23585
|
-
mgmtAdminAltinnSystemUserPost(): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
|
|
23586
|
-
mgmtAdminBoligselskapCompanyIdDocumentContentSearchGet(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<DocumentContentSearchEntitlement>>;
|
|
23587
|
-
mgmtAdminBoligselskapCompanyIdDocumentContentSearchPut(companyId: bigint, updateDocumentContentSearchEntitlementCommand: UpdateDocumentContentSearchEntitlementCommand): Promise<HttpResponse<DocumentContentSearchEntitlement>>;
|
|
23588
|
-
mgmtAdminBoligselskapCompanyIdDocumentContentSearchReindexPost(companyId: bigint): Promise<HttpResponse<DocumentContentSearchEntitlement>>;
|
|
23589
|
-
mgmtAdminBoligselskapCompanyIdRePopulateKartverketPost(companyId: bigint): Promise<HttpResponse<void>>;
|
|
23590
|
-
mgmtAdminBoligselskapCompanyIdRepairOwnerRolesPost(companyId: bigint): Promise<HttpResponse<RepairOwnerRolesResult>>;
|
|
23591
|
-
mgmtAdminBoligselskapCreateAuxiliaryDataForCompanyCompanyIdPost(companyId: bigint, company: string): Promise<HttpResponse<void>>;
|
|
23592
|
-
mgmtAdminBoligselskapGenghisExportPost(): Promise<HttpResponse<void>>;
|
|
23593
|
-
mgmtAdminBoligselskapRePopulateKartverketPost(company: string, bulkRetroactiveKartverketCommand: BulkRetroactiveKartverketCommand): Promise<HttpResponse<BulkRetroactiveKartverketResult>>;
|
|
23594
|
-
mgmtAdminBroadcastPost(genericPayload: GenericPayload): Promise<HttpResponse<void>>;
|
|
23595
|
-
mgmtAdminClientUsersClientUserIdCompanyScopesCompanyScopeIdDelete(clientUserId: bigint, companyScopeId: bigint, companyScopes: string): Promise<HttpResponse<void>>;
|
|
23596
|
-
mgmtAdminClientUsersClientUserIdCompanyScopesGet(clientUserId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ClientUserCompanyScope>>>;
|
|
23597
|
-
mgmtAdminClientUsersClientUserIdCompanyScopesPost(clientUserId: bigint, createClientUserCompanyScopeCommand: CreateClientUserCompanyScopeCommand): Promise<HttpResponse<ClientUserCompanyScope>>;
|
|
23598
|
-
mgmtAdminClientUsersClientUserIdScopesGet(clientUserId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ClientUserScope>>>;
|
|
23599
|
-
mgmtAdminClientUsersClientUserIdScopesPost(clientUserId: bigint, createClientUserScopeCommand: CreateClientUserScopeCommand): Promise<HttpResponse<ClientUserScope>>;
|
|
23600
|
-
mgmtAdminClientUsersClientUserIdScopesScopeIdDelete(clientUserId: bigint, scopeId: bigint): Promise<HttpResponse<void>>;
|
|
23601
|
-
mgmtAdminConversationEventDocumentsBackfillPost(batchSize?: Nullable<number>, maxBatches?: Nullable<number>, dryRun?: Nullable<boolean>): Promise<HttpResponse<bigint>>;
|
|
23602
|
-
mgmtAdminDialogportenDialogsDialogIdGet(dialogId: string, systemAgentOrgnr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
|
|
23603
|
-
mgmtAdminDialogportenDialogsDialogIdTransmissionsGet(dialogId: bigint, systemAgentOrgnr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
|
|
23604
|
-
mgmtAdminDialogportenDialogsDialogIdTransmissionsTransmissionIdGet(dialogId: bigint, transmissionId: string, systemAgentOrgnr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
|
|
23605
|
-
mgmtAdminDialogportenDialogsGet(orgNr?: Nullable<string>, systemAgentOrgnr?: Nullable<string>, serviceResource?: Nullable<string>, org?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
|
|
23606
|
-
mgmtAdminEcoguardCustomerCustomerIdGet(customerId: string, from: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<EcoguardSectionData>>>;
|
|
23607
|
-
mgmtAdminHungJobsPost(): Promise<HttpResponse<KtList<bigint>>>;
|
|
23608
|
-
mgmtAdminIncomingMailTypePost(type: string): Promise<HttpResponse<void>>;
|
|
23609
|
-
mgmtAdminMigrateHomepageContentPost(): Promise<HttpResponse<void>>;
|
|
23610
|
-
mgmtAdminOrganizationEnrichPost(organizations: string): Promise<HttpResponse<void>>;
|
|
23611
|
-
mgmtAdminOrganizationGenghisExportPost(): Promise<HttpResponse<void>>;
|
|
23612
|
-
mgmtAdminOrganizationRefreshPost(organizations: string): Promise<HttpResponse<void>>;
|
|
23613
|
-
mgmtAdminPeriodicJobsPeriodicJobIdRunPost(periodicJobId: bigint): Promise<HttpResponse<void>>;
|
|
23614
|
-
mgmtAdminPersonGenghisExportMissingPost(): Promise<HttpResponse<void>>;
|
|
23615
|
-
mgmtAdminPersonGenghisExportPost(dryRun?: Nullable<boolean>): Promise<HttpResponse<void>>;
|
|
23616
|
-
mgmtAdminPersonGenghisMissingGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<Person>>>;
|
|
23617
|
-
mgmtAdminPersonGenghisOrphansDelete(): Promise<HttpResponse<void>>;
|
|
23618
|
-
mgmtAdminPersonGenghisOrphansGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<bigint>>>;
|
|
23619
|
-
mgmtAdminPersonPersonIdRollerPut(personId: bigint, updateRolesCommand: UpdateRolesCommand): Promise<HttpResponse<Person>>;
|
|
23620
|
-
mgmtAdminPersonsPersonIdInlinePoliciesGet(personId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<PersonInlinePolicy>>>;
|
|
23621
|
-
mgmtAdminPersonsPersonIdInlinePoliciesInlinePolicyIdDelete(personId: bigint, inlinePolicyId: bigint, personInlinePolicies: string): Promise<HttpResponse<void>>;
|
|
23622
|
-
mgmtAdminPersonsPersonIdInlinePoliciesPost(personId: bigint, createPersonInlinePolicyCommand: CreatePersonInlinePolicyCommand): Promise<HttpResponse<PersonInlinePolicy>>;
|
|
23623
|
-
mgmtAdminPersonsPersonIdPoliciesGet(personId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<PersonPolicy>>>;
|
|
23624
|
-
mgmtAdminPersonsPersonIdPoliciesPolicyIdDelete(personId: bigint, policyId: bigint, personPolicies: string, companyId?: Nullable<bigint>): Promise<HttpResponse<void>>;
|
|
23625
|
-
mgmtAdminPersonsPersonIdPoliciesPost(personId: bigint, attachPersonPolicyCommand: AttachPersonPolicyCommand): Promise<HttpResponse<PersonPolicy>>;
|
|
23626
|
-
mgmtAdminPoliciesGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<PolicyDocument>>>;
|
|
23627
|
-
mgmtAdminPoliciesPolicyIdDelete(policyId: bigint): Promise<HttpResponse<void>>;
|
|
23628
|
-
mgmtAdminPoliciesPolicyIdGet(policyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<PolicyDocument>>;
|
|
23629
|
-
mgmtAdminPoliciesPolicyIdPut(policyId: bigint, updatePolicyDocumentCommand: UpdatePolicyDocumentCommand): Promise<HttpResponse<PolicyDocument>>;
|
|
23630
|
-
mgmtAdminPoliciesPost(createPolicyDocumentCommand: CreatePolicyDocumentCommand): Promise<HttpResponse<PolicyDocument>>;
|
|
23631
|
-
mgmtAdminRoleTypesRoleTypePoliciesGet(roleType: string, fields?: Nullable<string>): Promise<HttpResponse<KtList<RoleTypePolicy>>>;
|
|
23632
|
-
mgmtAdminRoleTypesRoleTypePoliciesPolicyIdDelete(roleType: string, policyId: bigint, roleTypePolicies: string): Promise<HttpResponse<void>>;
|
|
23633
|
-
mgmtAdminRoleTypesRoleTypePoliciesPost(roleType: string, attachRoleTypePolicyRequest: AttachRoleTypePolicyRequest): Promise<HttpResponse<RoleTypePolicy>>;
|
|
23634
|
-
mgmtAdminRolesRoleIdInlinePoliciesGet(roleId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<RoleInlinePolicy>>>;
|
|
23635
|
-
mgmtAdminRolesRoleIdInlinePoliciesInlinePolicyIdDelete(roleId: bigint, inlinePolicyId: bigint, roleInlinePolicies: string): Promise<HttpResponse<void>>;
|
|
23636
|
-
mgmtAdminRolesRoleIdInlinePoliciesPost(roleId: bigint, createRoleInlinePolicyRequest: CreateRoleInlinePolicyRequest): Promise<HttpResponse<RoleInlinePolicy>>;
|
|
23637
|
-
mgmtAdminRollerGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<RoleType>>>;
|
|
23638
|
-
mgmtAdminSesEventsPost(): Promise<HttpResponse<void>>;
|
|
23639
|
-
mgmtAdminSettlementsInvoicePost(adHocSettlementInvoiceListCommand: AdHocSettlementInvoiceListCommand, dryRun?: Nullable<boolean>): Promise<HttpResponse<KtMap<string, number>>>;
|
|
23640
|
-
mgmtAdminSmsReceiptUniqueIdPost(uniqueId: string, strexMessageStatus: StrexMessageStatus): Promise<HttpResponse<void>>;
|
|
23641
|
-
mgmtAdminThirdpartyinformationStatusPost(): Promise<HttpResponse<KtMap<string, string>>>;
|
|
23642
|
-
mgmtAdminTripletexAccountantsGet(fields?: Nullable<string>): Promise<HttpResponse<string>>;
|
|
23643
|
-
mgmtAdminTripletexAccountsReportGet(numbers: string, year: string, fields?: Nullable<string>): Promise<HttpResponse<string>>;
|
|
23644
|
-
mgmtAdminTripletexCompaniesGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<Company>>>;
|
|
23645
|
-
mgmtAdminTripletexCompaniesOrgsGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<string>>>;
|
|
23646
|
-
}
|
|
23647
|
-
export declare namespace AdministrationApi {
|
|
23648
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23649
|
-
namespace $metadata$ {
|
|
23650
|
-
const constructor: abstract new () => AdministrationApi;
|
|
23651
|
-
}
|
|
23652
|
-
}
|
|
23653
21641
|
export declare class AppStoresApi extends ApiClient.$metadata$.constructor {
|
|
23654
21642
|
private constructor();
|
|
23655
21643
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): AppStoresApi;
|
|
@@ -23736,7 +21724,6 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
|
|
|
23736
21724
|
private constructor();
|
|
23737
21725
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): CommunicationApi;
|
|
23738
21726
|
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): CommunicationApi;
|
|
23739
|
-
companiesCompanyIdCommunicationReportPushDispatchesGet(companyId: bigint, correlation?: Nullable<string>, personId?: Nullable<bigint>, resolutionStatus?: Nullable<PushNotificationResolutionStatus>, providerStatus?: Nullable<PushNotificationProviderStatus>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPushNotificationDispatchEvidence>>;
|
|
23740
21727
|
createEmailNewsletter(companyId: bigint, createNewsletterCommand: CreateNewsletterCommand): Promise<HttpResponse<Newsletter>>;
|
|
23741
21728
|
createLetter(sendLetterCommand: SendLetterCommand): Promise<HttpResponse<SentLetter>>;
|
|
23742
21729
|
createLetterInCompany(companyId: bigint, sendLetterCommand: SendLetterCommand): Promise<HttpResponse<SentLetter>>;
|
|
@@ -23778,19 +21765,6 @@ export declare namespace CommunicationApi {
|
|
|
23778
21765
|
const constructor: abstract new () => CommunicationApi;
|
|
23779
21766
|
}
|
|
23780
21767
|
}
|
|
23781
|
-
export declare class CompaniesApi extends ApiClient.$metadata$.constructor {
|
|
23782
|
-
private constructor();
|
|
23783
|
-
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): CompaniesApi;
|
|
23784
|
-
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): CompaniesApi;
|
|
23785
|
-
companiesCompanyIdDelete(companyId: bigint): Promise<HttpResponse<void>>;
|
|
23786
|
-
companiesCompanyIdIncomingEmailGet(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<IncominMail>>>;
|
|
23787
|
-
}
|
|
23788
|
-
export declare namespace CompaniesApi {
|
|
23789
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23790
|
-
namespace $metadata$ {
|
|
23791
|
-
const constructor: abstract new () => CompaniesApi;
|
|
23792
|
-
}
|
|
23793
|
-
}
|
|
23794
21768
|
export declare class CompanyApi extends ApiClient.$metadata$.constructor {
|
|
23795
21769
|
private constructor();
|
|
23796
21770
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): CompanyApi;
|
|
@@ -23883,10 +21857,6 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
23883
21857
|
indexConversations(search?: Nullable<string>, status?: Nullable<KtList<ConversationStatus>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationMessageSide>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ParticipantType>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, companyId?: Nullable<KtList<bigint>>, orderBy?: Nullable<ConversationOrderBy>, orderDirection?: Nullable<ConversationOrderDirection>, pageToken?: Nullable<string>, count?: Nullable<number>, autoPaginate?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<PagedListConversation>>;
|
|
23884
21858
|
moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
|
|
23885
21859
|
moveMultipleConversations(companyId: bigint, batchMoveConversationsToFolderCommand: BatchMoveConversationsToFolderCommand): Promise<HttpResponse<void>>;
|
|
23886
|
-
openBoligselskapCompanySlugSamtaleConversationIdAuthorizeByTokenTokenGet(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
|
|
23887
|
-
openBoligselskapCompanySlugSamtaleConversationIdAuthorizeGet(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
|
|
23888
|
-
openBoligselskaperCompanySlugSamtalerConversationIdAuthorizeByTokenTokenGet(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
|
|
23889
|
-
openBoligselskaperCompanySlugSamtalerConversationIdAuthorizeGet(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
|
|
23890
21860
|
previewConversationCategoryParticipants(companyId: bigint, categoryId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ConversationCategoryParticipantPreview>>>;
|
|
23891
21861
|
publishConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
|
|
23892
21862
|
reOpenConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
|
|
@@ -24322,19 +22292,6 @@ export declare namespace MeetingApi {
|
|
|
24322
22292
|
const constructor: abstract new () => MeetingApi;
|
|
24323
22293
|
}
|
|
24324
22294
|
}
|
|
24325
|
-
export declare class Office365Api extends ApiClient.$metadata$.constructor {
|
|
24326
|
-
private constructor();
|
|
24327
|
-
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): Office365Api;
|
|
24328
|
-
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): Office365Api;
|
|
24329
|
-
mgmtAdminOffice365EmployeeIdentitiesPersonIdGet(personId: bigint, employeeIdentities: string, fields?: Nullable<string>): Promise<HttpResponse<Office365EmployeeIdentity>>;
|
|
24330
|
-
mgmtAdminOffice365EmployeeIdentitiesPersonIdPut(personId: bigint, employeeIdentities: string, explicitOffice365EmployeeIdentityMappingCommand: ExplicitOffice365EmployeeIdentityMappingCommand): Promise<HttpResponse<ExplicitOffice365EmployeeIdentityMappingResponse>>;
|
|
24331
|
-
}
|
|
24332
|
-
export declare namespace Office365Api {
|
|
24333
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
24334
|
-
namespace $metadata$ {
|
|
24335
|
-
const constructor: abstract new () => Office365Api;
|
|
24336
|
-
}
|
|
24337
|
-
}
|
|
24338
22295
|
export declare class OrganizationApi extends ApiClient.$metadata$.constructor {
|
|
24339
22296
|
private constructor();
|
|
24340
22297
|
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): OrganizationApi;
|
|
@@ -24760,19 +22717,6 @@ export declare namespace UserApi {
|
|
|
24760
22717
|
const constructor: abstract new () => UserApi;
|
|
24761
22718
|
}
|
|
24762
22719
|
}
|
|
24763
|
-
export declare class WebhooksApi extends ApiClient.$metadata$.constructor {
|
|
24764
|
-
private constructor();
|
|
24765
|
-
static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): WebhooksApi;
|
|
24766
|
-
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): WebhooksApi;
|
|
24767
|
-
boligselskaperCompanySlugIncomingMailPost(companySlug: string, commonId?: Nullable<string>): Promise<HttpResponse<void>>;
|
|
24768
|
-
boligselskaperCompanySlugIncomingMailSamtaleHashPost(companySlug: string, hash: string, commonId?: Nullable<string>): Promise<HttpResponse<void>>;
|
|
24769
|
-
}
|
|
24770
|
-
export declare namespace WebhooksApi {
|
|
24771
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
24772
|
-
namespace $metadata$ {
|
|
24773
|
-
const constructor: abstract new () => WebhooksApi;
|
|
24774
|
-
}
|
|
24775
|
-
}
|
|
24776
22720
|
export declare function collectionDelimiter(collectionFormat: string): string;
|
|
24777
22721
|
export declare class ApiClient {
|
|
24778
22722
|
constructor(baseUrl: string);
|