nordlet 0.2.3 → 0.2.6

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.
Files changed (150) hide show
  1. package/dist/api/resources/agreements/client/Client.d.ts +0 -1
  2. package/dist/api/resources/agreements/client/Client.js +0 -1
  3. package/dist/api/resources/agreements/client/requests/PostV1AgreementsAgreementsCreateRequest.d.ts +15 -2
  4. package/dist/api/resources/agreements/client/requests/PostV1AgreementsAgreementsCreateRequest.js +9 -0
  5. package/dist/api/resources/agreements/client/requests/PostV1AgreementsAgreementsUpdateRequest.d.ts +12 -0
  6. package/dist/api/resources/agreements/client/requests/PostV1AgreementsAgreementsUpdateRequest.js +9 -0
  7. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsCreateResponse.d.ts +15 -1
  8. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsCreateResponse.js +9 -0
  9. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsGetResponse.d.ts +15 -1
  10. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsGetResponse.js +9 -0
  11. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsListResponse.d.ts +15 -1
  12. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsListResponse.js +9 -0
  13. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsUpdateResponse.d.ts +15 -1
  14. package/dist/api/resources/agreements/types/PostV1AgreementsAgreementsUpdateResponse.js +9 -0
  15. package/dist/api/resources/assets/client/requests/PostV1AssetsAssetsCreateRequest.d.ts +10 -0
  16. package/dist/api/resources/assets/types/PostV1AssetsAssetsCreateResponse.d.ts +8 -0
  17. package/dist/api/resources/assets/types/PostV1AssetsAssetsGetResponse.d.ts +8 -0
  18. package/dist/api/resources/assets/types/PostV1AssetsAssetsListResponse.d.ts +8 -0
  19. package/dist/api/resources/assets/types/PostV1AssetsAssetsModernizeResponse.d.ts +8 -0
  20. package/dist/api/resources/bank/client/Client.d.ts +143 -0
  21. package/dist/api/resources/bank/client/Client.js +521 -0
  22. package/dist/api/resources/bank/client/requests/PostV1BankAccountsCreateRequest.d.ts +1 -0
  23. package/dist/api/resources/bank/client/requests/PostV1BankFeedsAccountsConfigureRequest.d.ts +20 -0
  24. package/dist/api/resources/bank/client/requests/PostV1BankFeedsAccountsConfigureRequest.js +13 -0
  25. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesCreateRequest.d.ts +34 -0
  26. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesCreateRequest.js +12 -0
  27. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesDeleteRequest.d.ts +9 -0
  28. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesGetRequest.d.ts +9 -0
  29. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesListRequest.d.ts +46 -0
  30. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesListRequest.js +31 -0
  31. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesUpdateRequest.d.ts +34 -0
  32. package/dist/api/resources/bank/client/requests/PostV1BankImportTemplatesUpdateRequest.js +12 -0
  33. package/dist/api/resources/bank/client/requests/PostV1BankStatementsImportRequest.d.ts +1 -0
  34. package/dist/api/resources/bank/client/requests/PostV1BankTransactionsRecordRequest.d.ts +25 -0
  35. package/dist/api/resources/bank/client/requests/PostV1BankTransactionsRecordRequest.js +11 -0
  36. package/dist/api/resources/bank/client/requests/index.d.ts +7 -0
  37. package/dist/api/resources/bank/client/requests/index.js +11 -1
  38. package/dist/api/resources/bank/types/PostV1BankFeedsAccountsConfigureResponse.d.ts +23 -0
  39. package/dist/api/resources/bank/types/PostV1BankFeedsAccountsConfigureResponse.js +13 -0
  40. package/dist/api/resources/bank/types/PostV1BankFeedsAccountsLinkResponse.d.ts +11 -0
  41. package/dist/api/resources/bank/types/PostV1BankFeedsAccountsLinkResponse.js +10 -0
  42. package/dist/api/resources/bank/types/PostV1BankFeedsConnectionsCompleteResponse.d.ts +11 -0
  43. package/dist/api/resources/bank/types/PostV1BankFeedsConnectionsCompleteResponse.js +12 -0
  44. package/dist/api/resources/bank/types/PostV1BankFeedsConnectionsGetResponse.d.ts +11 -0
  45. package/dist/api/resources/bank/types/PostV1BankFeedsConnectionsGetResponse.js +12 -0
  46. package/dist/api/resources/bank/types/PostV1BankFeedsSyncResponse.d.ts +6 -0
  47. package/dist/api/resources/bank/types/PostV1BankImportTemplatesCreateResponse.d.ts +30 -0
  48. package/dist/api/resources/bank/types/PostV1BankImportTemplatesCreateResponse.js +12 -0
  49. package/dist/api/resources/bank/types/PostV1BankImportTemplatesDeleteResponse.d.ts +4 -0
  50. package/dist/api/resources/bank/types/PostV1BankImportTemplatesDeleteResponse.js +3 -0
  51. package/dist/api/resources/bank/types/PostV1BankImportTemplatesGetResponse.d.ts +30 -0
  52. package/dist/api/resources/bank/types/PostV1BankImportTemplatesGetResponse.js +12 -0
  53. package/dist/api/resources/bank/types/PostV1BankImportTemplatesListResponse.d.ts +41 -0
  54. package/dist/api/resources/bank/types/PostV1BankImportTemplatesListResponse.js +18 -0
  55. package/dist/api/resources/bank/types/PostV1BankImportTemplatesUpdateResponse.d.ts +30 -0
  56. package/dist/api/resources/bank/types/PostV1BankImportTemplatesUpdateResponse.js +12 -0
  57. package/dist/api/resources/bank/types/PostV1BankStatementsImportResponse.d.ts +7 -0
  58. package/dist/api/resources/bank/types/PostV1BankTransactionsRecordResponse.d.ts +23 -0
  59. package/dist/api/resources/bank/types/PostV1BankTransactionsRecordResponse.js +11 -0
  60. package/dist/api/resources/bank/types/index.d.ts +7 -0
  61. package/dist/api/resources/bank/types/index.js +7 -0
  62. package/dist/api/resources/capture/types/PostV1CaptureDocumentsConfirmResponse.d.ts +1 -0
  63. package/dist/api/resources/catalog/client/requests/PostV1CatalogItemsCreateRequest.d.ts +1 -0
  64. package/dist/api/resources/catalog/client/requests/PostV1CatalogItemsUpdateRequest.d.ts +1 -0
  65. package/dist/api/resources/catalog/types/PostV1CatalogItemsCreateResponse.d.ts +1 -0
  66. package/dist/api/resources/catalog/types/PostV1CatalogItemsGetResponse.d.ts +1 -0
  67. package/dist/api/resources/catalog/types/PostV1CatalogItemsListResponse.d.ts +1 -0
  68. package/dist/api/resources/catalog/types/PostV1CatalogItemsUpdateResponse.d.ts +1 -0
  69. package/dist/api/resources/declarations/types/PostV1DeclarationsConfigsListResponse.d.ts +1 -0
  70. package/dist/api/resources/files/client/Client.d.ts +0 -1
  71. package/dist/api/resources/files/client/Client.js +0 -1
  72. package/dist/api/resources/files/client/requests/PostV1FilesUploadRequest.d.ts +1 -2
  73. package/dist/api/resources/files/types/PostV1FilesGetResponse.d.ts +2 -1
  74. package/dist/api/resources/files/types/PostV1FilesListResponse.d.ts +2 -1
  75. package/dist/api/resources/files/types/PostV1FilesUploadResponse.d.ts +2 -1
  76. package/dist/api/resources/fleet/client/requests/PostV1FleetVehiclesCreateRequest.d.ts +8 -0
  77. package/dist/api/resources/fleet/types/PostV1FleetVehiclesCreateResponse.d.ts +8 -0
  78. package/dist/api/resources/fleet/types/PostV1FleetVehiclesGetResponse.d.ts +8 -0
  79. package/dist/api/resources/fleet/types/PostV1FleetVehiclesListResponse.d.ts +8 -0
  80. package/dist/api/resources/fleet/types/PostV1FleetVehiclesUpdateResponse.d.ts +8 -0
  81. package/dist/api/resources/hr/client/Client.d.ts +0 -1
  82. package/dist/api/resources/hr/client/Client.js +0 -1
  83. package/dist/api/resources/hr/client/requests/PostV1HrContractsCreateRequest.d.ts +6 -3
  84. package/dist/api/resources/hr/client/requests/PostV1HrContractsCreateRequest.js +3 -0
  85. package/dist/api/resources/hr/client/requests/PostV1HrEmployeesCreateRequest.d.ts +8 -0
  86. package/dist/api/resources/hr/client/requests/PostV1HrEmployeesUpdateRequest.d.ts +8 -0
  87. package/dist/api/resources/hr/types/PostV1HrContractsCreateResponse.d.ts +11 -1
  88. package/dist/api/resources/hr/types/PostV1HrContractsCreateResponse.js +7 -0
  89. package/dist/api/resources/hr/types/PostV1HrContractsEndResponse.d.ts +11 -1
  90. package/dist/api/resources/hr/types/PostV1HrContractsEndResponse.js +7 -0
  91. package/dist/api/resources/hr/types/PostV1HrContractsListResponse.d.ts +11 -1
  92. package/dist/api/resources/hr/types/PostV1HrContractsListResponse.js +7 -0
  93. package/dist/api/resources/hr/types/PostV1HrEmployeesAnonymizeResponse.d.ts +8 -0
  94. package/dist/api/resources/hr/types/PostV1HrEmployeesCreateResponse.d.ts +8 -0
  95. package/dist/api/resources/hr/types/PostV1HrEmployeesGetResponse.d.ts +8 -0
  96. package/dist/api/resources/hr/types/PostV1HrEmployeesListResponse.d.ts +8 -0
  97. package/dist/api/resources/hr/types/PostV1HrEmployeesUpdateResponse.d.ts +8 -0
  98. package/dist/api/resources/ledger/client/requests/PostV1LedgerAccountsCreateRequest.d.ts +17 -0
  99. package/dist/api/resources/ledger/client/requests/PostV1LedgerAccountsUpdateRequest.d.ts +19 -0
  100. package/dist/api/resources/ledger/types/PostV1LedgerAccountsCreateResponse.d.ts +17 -0
  101. package/dist/api/resources/ledger/types/PostV1LedgerAccountsListResponse.d.ts +17 -0
  102. package/dist/api/resources/ledger/types/PostV1LedgerAccountsUpdateResponse.d.ts +17 -0
  103. package/dist/api/resources/ledger/types/PostV1LedgerJournalTransactionsCreateResponse.d.ts +1 -0
  104. package/dist/api/resources/ledger/types/PostV1LedgerJournalTransactionsGetResponse.d.ts +1 -0
  105. package/dist/api/resources/ledger/types/PostV1LedgerJournalTransactionsListResponse.d.ts +1 -0
  106. package/dist/api/resources/partners/client/requests/PostV1PartnersCreateRequest.d.ts +1 -0
  107. package/dist/api/resources/partners/client/requests/PostV1PartnersFindOrCreateRequest.d.ts +1 -0
  108. package/dist/api/resources/partners/client/requests/PostV1PartnersUpdateRequest.d.ts +1 -0
  109. package/dist/api/resources/partners/types/PostV1PartnersCreateResponse.d.ts +1 -0
  110. package/dist/api/resources/partners/types/PostV1PartnersFindOrCreateResponse.d.ts +1 -0
  111. package/dist/api/resources/partners/types/PostV1PartnersGetResponse.d.ts +1 -0
  112. package/dist/api/resources/partners/types/PostV1PartnersListResponse.d.ts +1 -0
  113. package/dist/api/resources/partners/types/PostV1PartnersUpdateResponse.d.ts +1 -0
  114. package/dist/api/resources/purchases/client/requests/PostV1PurchasesInvoicesCreateRequest.d.ts +1 -0
  115. package/dist/api/resources/purchases/client/requests/PostV1PurchasesOrdersCreateRequest.d.ts +1 -0
  116. package/dist/api/resources/purchases/types/PostV1PurchasesInvoicesCreateResponse.d.ts +1 -0
  117. package/dist/api/resources/purchases/types/PostV1PurchasesInvoicesGetResponse.d.ts +1 -0
  118. package/dist/api/resources/purchases/types/PostV1PurchasesInvoicesListResponse.d.ts +1 -0
  119. package/dist/api/resources/purchases/types/PostV1PurchasesInvoicesRegisterResponse.d.ts +1 -0
  120. package/dist/api/resources/purchases/types/PostV1PurchasesInvoicesUpdateResponse.d.ts +1 -0
  121. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersApproveResponse.d.ts +1 -0
  122. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersCancelResponse.d.ts +1 -0
  123. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersCloseResponse.d.ts +1 -0
  124. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersCreateResponse.d.ts +1 -0
  125. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersGetResponse.d.ts +1 -0
  126. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersListResponse.d.ts +1 -0
  127. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersRejectResponse.d.ts +1 -0
  128. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersSubmitResponse.d.ts +1 -0
  129. package/dist/api/resources/purchases/types/PostV1PurchasesOrdersUpdateResponse.d.ts +1 -0
  130. package/dist/api/resources/reference/client/Client.d.ts +0 -40
  131. package/dist/api/resources/reference/client/Client.js +0 -148
  132. package/dist/api/resources/reference/client/requests/index.d.ts +0 -2
  133. package/dist/api/resources/reference/types/index.d.ts +0 -2
  134. package/dist/api/resources/reference/types/index.js +0 -2
  135. package/dist/api/resources/sales/client/requests/PostV1SalesInvoicesCreateRequest.d.ts +1 -0
  136. package/dist/api/resources/sales/types/PostV1SalesInvoicesApplyAdvanceResponse.d.ts +1 -0
  137. package/dist/api/resources/sales/types/PostV1SalesInvoicesCreateResponse.d.ts +1 -0
  138. package/dist/api/resources/sales/types/PostV1SalesInvoicesGetResponse.d.ts +1 -0
  139. package/dist/api/resources/sales/types/PostV1SalesInvoicesIssueResponse.d.ts +1 -0
  140. package/dist/api/resources/sales/types/PostV1SalesInvoicesListResponse.d.ts +1 -0
  141. package/dist/api/resources/sales/types/PostV1SalesInvoicesUpdateResponse.d.ts +1 -0
  142. package/package.json +1 -1
  143. package/dist/api/resources/reference/client/requests/PostV1ReferenceEuVatRatesImportsListRequest.d.ts +0 -7
  144. package/dist/api/resources/reference/client/requests/PostV1ReferenceEuVatRatesSyncRequest.d.ts +0 -5
  145. package/dist/api/resources/reference/types/PostV1ReferenceEuVatRatesImportsListResponse.d.ts +0 -34
  146. package/dist/api/resources/reference/types/PostV1ReferenceEuVatRatesImportsListResponse.js +0 -23
  147. package/dist/api/resources/reference/types/PostV1ReferenceEuVatRatesSyncResponse.d.ts +0 -16
  148. package/dist/api/resources/reference/types/PostV1ReferenceEuVatRatesSyncResponse.js +0 -12
  149. /package/dist/api/resources/{reference/client/requests/PostV1ReferenceEuVatRatesImportsListRequest.js → bank/client/requests/PostV1BankImportTemplatesDeleteRequest.js} +0 -0
  150. /package/dist/api/resources/{reference/client/requests/PostV1ReferenceEuVatRatesSyncRequest.js → bank/client/requests/PostV1BankImportTemplatesGetRequest.js} +0 -0
@@ -18,6 +18,7 @@ export interface PostV1HrEmployeesGetResponse {
18
18
  pensionAccumulation: boolean;
19
19
  status: PostV1HrEmployeesGetResponse.Status;
20
20
  notes: string | null;
21
+ attributes: PostV1HrEmployeesGetResponse.Attributes.Item[] | null;
21
22
  createdAt: string;
22
23
  }
23
24
  export declare namespace PostV1HrEmployeesGetResponse {
@@ -32,4 +33,11 @@ export declare namespace PostV1HrEmployeesGetResponse {
32
33
  readonly Terminated: "terminated";
33
34
  };
34
35
  type Status = (typeof Status)[keyof typeof Status];
36
+ type Attributes = Attributes.Item[];
37
+ namespace Attributes {
38
+ interface Item {
39
+ name: string;
40
+ value: string;
41
+ }
42
+ }
35
43
  }
@@ -27,6 +27,7 @@ export declare namespace PostV1HrEmployeesListResponse {
27
27
  pensionAccumulation: boolean;
28
28
  status: Item.Status;
29
29
  notes: string | null;
30
+ attributes: Item.Attributes.Item[] | null;
30
31
  createdAt: string;
31
32
  }
32
33
  namespace Item {
@@ -41,6 +42,13 @@ export declare namespace PostV1HrEmployeesListResponse {
41
42
  readonly Terminated: "terminated";
42
43
  };
43
44
  type Status = (typeof Status)[keyof typeof Status];
45
+ type Attributes = Attributes.Item[];
46
+ namespace Attributes {
47
+ interface Item {
48
+ name: string;
49
+ value: string;
50
+ }
51
+ }
44
52
  }
45
53
  }
46
54
  }
@@ -18,6 +18,7 @@ export interface PostV1HrEmployeesUpdateResponse {
18
18
  pensionAccumulation: boolean;
19
19
  status: PostV1HrEmployeesUpdateResponse.Status;
20
20
  notes: string | null;
21
+ attributes: PostV1HrEmployeesUpdateResponse.Attributes.Item[] | null;
21
22
  createdAt: string;
22
23
  }
23
24
  export declare namespace PostV1HrEmployeesUpdateResponse {
@@ -32,4 +33,11 @@ export declare namespace PostV1HrEmployeesUpdateResponse {
32
33
  readonly Terminated: "terminated";
33
34
  };
34
35
  type Status = (typeof Status)[keyof typeof Status];
36
+ type Attributes = Attributes.Item[];
37
+ namespace Attributes {
38
+ interface Item {
39
+ name: string;
40
+ value: string;
41
+ }
42
+ }
35
43
  }
@@ -9,11 +9,28 @@
9
9
  export interface PostV1LedgerAccountsCreateRequest {
10
10
  code: string;
11
11
  name: string;
12
+ translations?: PostV1LedgerAccountsCreateRequest.Translations;
12
13
  type: PostV1LedgerAccountsCreateRequest.Type;
13
14
  parentId?: string;
14
15
  isPostable?: boolean;
15
16
  }
16
17
  export declare namespace PostV1LedgerAccountsCreateRequest {
18
+ interface Translations {
19
+ lt?: Translations.Lt | undefined;
20
+ en?: Translations.En | undefined;
21
+ ru?: Translations.Ru | undefined;
22
+ }
23
+ namespace Translations {
24
+ interface Lt {
25
+ name: string;
26
+ }
27
+ interface En {
28
+ name: string;
29
+ }
30
+ interface Ru {
31
+ name: string;
32
+ }
33
+ }
17
34
  const Type: {
18
35
  readonly Asset: "asset";
19
36
  readonly Liability: "liability";
@@ -7,6 +7,25 @@
7
7
  export interface PostV1LedgerAccountsUpdateRequest {
8
8
  id: string;
9
9
  name?: string;
10
+ translations?: PostV1LedgerAccountsUpdateRequest.Translations | null;
10
11
  parentId?: string | null;
11
12
  isPostable?: boolean;
12
13
  }
14
+ export declare namespace PostV1LedgerAccountsUpdateRequest {
15
+ interface Translations {
16
+ lt?: Translations.Lt | undefined;
17
+ en?: Translations.En | undefined;
18
+ ru?: Translations.Ru | undefined;
19
+ }
20
+ namespace Translations {
21
+ interface Lt {
22
+ name: string;
23
+ }
24
+ interface En {
25
+ name: string;
26
+ }
27
+ interface Ru {
28
+ name: string;
29
+ }
30
+ }
31
+ }
@@ -2,12 +2,29 @@ export interface PostV1LedgerAccountsCreateResponse {
2
2
  id: string;
3
3
  code: string;
4
4
  name: string;
5
+ translations: PostV1LedgerAccountsCreateResponse.Translations | null;
5
6
  type: PostV1LedgerAccountsCreateResponse.Type;
6
7
  parentId: string | null;
7
8
  isPostable: boolean;
8
9
  createdAt: string;
9
10
  }
10
11
  export declare namespace PostV1LedgerAccountsCreateResponse {
12
+ interface Translations {
13
+ lt?: Translations.Lt | undefined;
14
+ en?: Translations.En | undefined;
15
+ ru?: Translations.Ru | undefined;
16
+ }
17
+ namespace Translations {
18
+ interface Lt {
19
+ name: string;
20
+ }
21
+ interface En {
22
+ name: string;
23
+ }
24
+ interface Ru {
25
+ name: string;
26
+ }
27
+ }
11
28
  const Type: {
12
29
  readonly Asset: "asset";
13
30
  readonly Liability: "liability";
@@ -11,12 +11,29 @@ export declare namespace PostV1LedgerAccountsListResponse {
11
11
  id: string;
12
12
  code: string;
13
13
  name: string;
14
+ translations: Item.Translations | null;
14
15
  type: Item.Type;
15
16
  parentId: string | null;
16
17
  isPostable: boolean;
17
18
  createdAt: string;
18
19
  }
19
20
  namespace Item {
21
+ interface Translations {
22
+ lt?: Translations.Lt | undefined;
23
+ en?: Translations.En | undefined;
24
+ ru?: Translations.Ru | undefined;
25
+ }
26
+ namespace Translations {
27
+ interface Lt {
28
+ name: string;
29
+ }
30
+ interface En {
31
+ name: string;
32
+ }
33
+ interface Ru {
34
+ name: string;
35
+ }
36
+ }
20
37
  const Type: {
21
38
  readonly Asset: "asset";
22
39
  readonly Liability: "liability";
@@ -2,12 +2,29 @@ export interface PostV1LedgerAccountsUpdateResponse {
2
2
  id: string;
3
3
  code: string;
4
4
  name: string;
5
+ translations: PostV1LedgerAccountsUpdateResponse.Translations | null;
5
6
  type: PostV1LedgerAccountsUpdateResponse.Type;
6
7
  parentId: string | null;
7
8
  isPostable: boolean;
8
9
  createdAt: string;
9
10
  }
10
11
  export declare namespace PostV1LedgerAccountsUpdateResponse {
12
+ interface Translations {
13
+ lt?: Translations.Lt | undefined;
14
+ en?: Translations.En | undefined;
15
+ ru?: Translations.Ru | undefined;
16
+ }
17
+ namespace Translations {
18
+ interface Lt {
19
+ name: string;
20
+ }
21
+ interface En {
22
+ name: string;
23
+ }
24
+ interface Ru {
25
+ name: string;
26
+ }
27
+ }
11
28
  const Type: {
12
29
  readonly Asset: "asset";
13
30
  readonly Liability: "liability";
@@ -4,6 +4,7 @@ export interface PostV1LedgerJournalTransactionsCreateResponse {
4
4
  description: string | null;
5
5
  documentType: string | null;
6
6
  documentId: string | null;
7
+ partnerId: string | null;
7
8
  status: PostV1LedgerJournalTransactionsCreateResponse.Status;
8
9
  createdAt: string;
9
10
  postedAt: string | null;
@@ -4,6 +4,7 @@ export interface PostV1LedgerJournalTransactionsGetResponse {
4
4
  description: string | null;
5
5
  documentType: string | null;
6
6
  documentId: string | null;
7
+ partnerId: string | null;
7
8
  status: PostV1LedgerJournalTransactionsGetResponse.Status;
8
9
  createdAt: string;
9
10
  postedAt: string | null;
@@ -13,6 +13,7 @@ export declare namespace PostV1LedgerJournalTransactionsListResponse {
13
13
  description: string | null;
14
14
  documentType: string | null;
15
15
  documentId: string | null;
16
+ partnerId: string | null;
16
17
  status: Item.Status;
17
18
  createdAt: string;
18
19
  postedAt: string | null;
@@ -23,6 +23,7 @@ export interface PostV1PartnersCreateRequest {
23
23
  statusId?: string;
24
24
  address?: PostV1PartnersCreateRequest.Address;
25
25
  notes?: string;
26
+ documentRef?: string;
26
27
  }
27
28
  export declare namespace PostV1PartnersCreateRequest {
28
29
  const Type: {
@@ -23,6 +23,7 @@ export interface PostV1PartnersFindOrCreateRequest {
23
23
  statusId?: string;
24
24
  address?: PostV1PartnersFindOrCreateRequest.Address;
25
25
  notes?: string;
26
+ documentRef?: string;
26
27
  }
27
28
  export declare namespace PostV1PartnersFindOrCreateRequest {
28
29
  const Type: {
@@ -24,6 +24,7 @@ export interface PostV1PartnersUpdateRequest {
24
24
  statusId?: string;
25
25
  address?: PostV1PartnersUpdateRequest.Address;
26
26
  notes?: string;
27
+ documentRef?: string;
27
28
  }
28
29
  export declare namespace PostV1PartnersUpdateRequest {
29
30
  const Type: {
@@ -20,6 +20,7 @@ export interface PostV1PartnersCreateResponse {
20
20
  vatValidatedAt: string | null;
21
21
  address: PostV1PartnersCreateResponse.Address | null;
22
22
  notes: string | null;
23
+ documentRef: string | null;
23
24
  createdAt: string;
24
25
  updatedAt: string;
25
26
  }
@@ -25,6 +25,7 @@ export declare namespace PostV1PartnersFindOrCreateResponse {
25
25
  vatValidatedAt: string | null;
26
26
  address: Partner.Address | null;
27
27
  notes: string | null;
28
+ documentRef: string | null;
28
29
  createdAt: string;
29
30
  updatedAt: string;
30
31
  }
@@ -20,6 +20,7 @@ export interface PostV1PartnersGetResponse {
20
20
  vatValidatedAt: string | null;
21
21
  address: PostV1PartnersGetResponse.Address | null;
22
22
  notes: string | null;
23
+ documentRef: string | null;
23
24
  createdAt: string;
24
25
  updatedAt: string;
25
26
  }
@@ -29,6 +29,7 @@ export declare namespace PostV1PartnersListResponse {
29
29
  vatValidatedAt: string | null;
30
30
  address: Item.Address | null;
31
31
  notes: string | null;
32
+ documentRef: string | null;
32
33
  createdAt: string;
33
34
  updatedAt: string;
34
35
  }
@@ -20,6 +20,7 @@ export interface PostV1PartnersUpdateResponse {
20
20
  vatValidatedAt: string | null;
21
21
  address: PostV1PartnersUpdateResponse.Address | null;
22
22
  notes: string | null;
23
+ documentRef: string | null;
23
24
  createdAt: string;
24
25
  updatedAt: string;
25
26
  }
@@ -17,6 +17,7 @@ export interface PostV1PurchasesInvoicesCreateRequest {
17
17
  creditedInvoiceId?: string;
18
18
  purchaseOrderId?: string;
19
19
  notes?: string;
20
+ documentRef?: string;
20
21
  lines: PostV1PurchasesInvoicesCreateRequest.Lines.Item[];
21
22
  }
22
23
  export declare namespace PostV1PurchasesInvoicesCreateRequest {
@@ -14,6 +14,7 @@ export interface PostV1PurchasesOrdersCreateRequest {
14
14
  warehouseId?: string;
15
15
  currency?: string;
16
16
  notes?: string;
17
+ documentRef?: string;
17
18
  lines: PostV1PurchasesOrdersCreateRequest.Lines.Item[];
18
19
  }
19
20
  export declare namespace PostV1PurchasesOrdersCreateRequest {
@@ -17,6 +17,7 @@ export interface PostV1PurchasesInvoicesCreateResponse {
17
17
  creditedInvoiceId: string | null;
18
18
  purchaseOrderId: string | null;
19
19
  notes: string | null;
20
+ documentRef: string | null;
20
21
  createdAt: string;
21
22
  updatedAt: string;
22
23
  lines: PostV1PurchasesInvoicesCreateResponse.Lines.Item[];
@@ -17,6 +17,7 @@ export interface PostV1PurchasesInvoicesGetResponse {
17
17
  creditedInvoiceId: string | null;
18
18
  purchaseOrderId: string | null;
19
19
  notes: string | null;
20
+ documentRef: string | null;
20
21
  createdAt: string;
21
22
  updatedAt: string;
22
23
  lines: PostV1PurchasesInvoicesGetResponse.Lines.Item[];
@@ -26,6 +26,7 @@ export declare namespace PostV1PurchasesInvoicesListResponse {
26
26
  creditedInvoiceId: string | null;
27
27
  purchaseOrderId: string | null;
28
28
  notes: string | null;
29
+ documentRef: string | null;
29
30
  createdAt: string;
30
31
  updatedAt: string;
31
32
  }
@@ -17,6 +17,7 @@ export interface PostV1PurchasesInvoicesRegisterResponse {
17
17
  creditedInvoiceId: string | null;
18
18
  purchaseOrderId: string | null;
19
19
  notes: string | null;
20
+ documentRef: string | null;
20
21
  createdAt: string;
21
22
  updatedAt: string;
22
23
  lines: PostV1PurchasesInvoicesRegisterResponse.Lines.Item[];
@@ -17,6 +17,7 @@ export interface PostV1PurchasesInvoicesUpdateResponse {
17
17
  creditedInvoiceId: string | null;
18
18
  purchaseOrderId: string | null;
19
19
  notes: string | null;
20
+ documentRef: string | null;
20
21
  createdAt: string;
21
22
  updatedAt: string;
22
23
  lines: PostV1PurchasesInvoicesUpdateResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersApproveResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersApproveResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersCancelResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersCancelResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersCloseResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersCloseResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersCreateResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersCreateResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersGetResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersGetResponse.Lines.Item[];
@@ -22,6 +22,7 @@ export declare namespace PostV1PurchasesOrdersListResponse {
22
22
  approvedBy: string | null;
23
23
  approvedAt: string | null;
24
24
  notes: string | null;
25
+ documentRef: string | null;
25
26
  createdAt: string;
26
27
  updatedAt: string;
27
28
  }
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersRejectResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersRejectResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersSubmitResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersSubmitResponse.Lines.Item[];
@@ -13,6 +13,7 @@ export interface PostV1PurchasesOrdersUpdateResponse {
13
13
  approvedBy: string | null;
14
14
  approvedAt: string | null;
15
15
  notes: string | null;
16
+ documentRef: string | null;
16
17
  createdAt: string;
17
18
  updatedAt: string;
18
19
  lines: PostV1PurchasesOrdersUpdateResponse.Lines.Item[];
@@ -262,46 +262,6 @@ export declare class ReferenceClient {
262
262
  */
263
263
  postV1ReferenceEuVatRatesList(request?: NordletApi.PostV1ReferenceEuVatRatesListRequest, requestOptions?: ReferenceClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1ReferenceEuVatRatesListResponse>;
264
264
  private __postV1ReferenceEuVatRatesList;
265
- /**
266
- * History of EU VAT rate imports from the EC TEDB VatRetrievalService: when rates were pulled, what changed, and whether the run succeeded. The initial seed run carries the built-in snapshot.
267
- *
268
- * @param {NordletApi.PostV1ReferenceEuVatRatesImportsListRequest} request
269
- * @param {ReferenceClient.RequestOptions} requestOptions - Request-specific configuration.
270
- *
271
- * @throws {@link NordletApi.BadRequestError}
272
- * @throws {@link NordletApi.UnauthorizedError}
273
- * @throws {@link NordletApi.ForbiddenError}
274
- * @throws {@link NordletApi.NotFoundError}
275
- * @throws {@link NordletApi.ConflictError}
276
- * @throws {@link NordletApi.UnprocessableEntityError}
277
- * @throws {@link NordletApi.TooManyRequestsError}
278
- * @throws {@link NordletApi.InternalServerError}
279
- *
280
- * @example
281
- * await client.reference.postV1ReferenceEuVatRatesImportsList()
282
- */
283
- postV1ReferenceEuVatRatesImportsList(request?: NordletApi.PostV1ReferenceEuVatRatesImportsListRequest, requestOptions?: ReferenceClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1ReferenceEuVatRatesImportsListResponse>;
284
- private __postV1ReferenceEuVatRatesImportsList;
285
- /**
286
- * Trigger an immediate pull of EU VAT rates from the EC TEDB VatRetrievalService. Rates are shared reference data: new rates open with today as their effective date, rates that disappeared are closed with a validity end date. Returns the finished import run.
287
- *
288
- * @param {NordletApi.PostV1ReferenceEuVatRatesSyncRequest} request
289
- * @param {ReferenceClient.RequestOptions} requestOptions - Request-specific configuration.
290
- *
291
- * @throws {@link NordletApi.BadRequestError}
292
- * @throws {@link NordletApi.UnauthorizedError}
293
- * @throws {@link NordletApi.ForbiddenError}
294
- * @throws {@link NordletApi.NotFoundError}
295
- * @throws {@link NordletApi.ConflictError}
296
- * @throws {@link NordletApi.UnprocessableEntityError}
297
- * @throws {@link NordletApi.TooManyRequestsError}
298
- * @throws {@link NordletApi.InternalServerError}
299
- *
300
- * @example
301
- * await client.reference.postV1ReferenceEuVatRatesSync()
302
- */
303
- postV1ReferenceEuVatRatesSync(request?: NordletApi.PostV1ReferenceEuVatRatesSyncRequest, requestOptions?: ReferenceClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1ReferenceEuVatRatesSyncResponse>;
304
- private __postV1ReferenceEuVatRatesSync;
305
265
  /**
306
266
  * Replace the VAT rate mapping this company uses for one EU country. Pass an empty rates array to drop the overrides and return to the TEDB defaults. Overrides feed rate suggestions (vat/resolve) and OSS/IOSS return rate classification.
307
267
  *