@fctc/interface-logic 5.0.9 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -629,6 +629,12 @@ declare const serviceFactories: readonly [(env: any) => {
629
629
  service?: string;
630
630
  xNode?: string;
631
631
  }) => any;
632
+ }, (env: any) => {
633
+ getEInvoiceInfo: ({ xNode, service, uid }: {
634
+ service?: string;
635
+ xNode?: string;
636
+ uid: number;
637
+ }) => Promise<any>;
632
638
  }, (env: any) => {
633
639
  appAuthenticate: ({ xNode, service, appKey, activationCode, clientId, clientSecret, }: {
634
640
  appKey: string;
@@ -629,6 +629,12 @@ declare const serviceFactories: readonly [(env: any) => {
629
629
  service?: string;
630
630
  xNode?: string;
631
631
  }) => any;
632
+ }, (env: any) => {
633
+ getEInvoiceInfo: ({ xNode, service, uid }: {
634
+ service?: string;
635
+ xNode?: string;
636
+ uid: number;
637
+ }) => Promise<any>;
632
638
  }, (env: any) => {
633
639
  appAuthenticate: ({ xNode, service, appKey, activationCode, clientId, clientSecret, }: {
634
640
  appKey: string;