@getyetty-sdk/pennylane 2026.4.18 → 2026.4.26
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/dist/index.d.mts +25 -25
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3046,7 +3046,7 @@ type BillingSubscriptionsResponse = {
|
|
|
3046
3046
|
type PdpAddressesResponse = {
|
|
3047
3047
|
id: number;
|
|
3048
3048
|
/**
|
|
3049
|
-
* Establishment SIRET when the row is establishment-level;
|
|
3049
|
+
* Establishment SIRET when the row is establishment-level; `null` when the row is SIREN-level (head office).
|
|
3050
3050
|
*
|
|
3051
3051
|
*/
|
|
3052
3052
|
siret: string | null;
|
|
@@ -4029,11 +4029,11 @@ type SupplierInvoicesResponse = {
|
|
|
4029
4029
|
*/
|
|
4030
4030
|
deadline: string | null;
|
|
4031
4031
|
/**
|
|
4032
|
-
* Invoice taxable amount (in
|
|
4032
|
+
* Invoice taxable amount (in invoice currency)
|
|
4033
4033
|
*/
|
|
4034
4034
|
currency_tax: string;
|
|
4035
4035
|
/**
|
|
4036
|
-
* Invoice taxable amount (in
|
|
4036
|
+
* Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
4037
4037
|
*/
|
|
4038
4038
|
tax: string;
|
|
4039
4039
|
/**
|
|
@@ -13799,7 +13799,7 @@ type GetPaRegistrationsResponses = {
|
|
|
13799
13799
|
items: Array<{
|
|
13800
13800
|
id: number;
|
|
13801
13801
|
/**
|
|
13802
|
-
* Establishment SIRET when the row is establishment-level;
|
|
13802
|
+
* Establishment SIRET when the row is establishment-level; `null` when the row is SIREN-level (head office).
|
|
13803
13803
|
*
|
|
13804
13804
|
*/
|
|
13805
13805
|
siret: string | null;
|
|
@@ -21601,11 +21601,11 @@ type GetSupplierInvoicesResponses = {
|
|
|
21601
21601
|
*/
|
|
21602
21602
|
deadline: string | null;
|
|
21603
21603
|
/**
|
|
21604
|
-
* Invoice taxable amount (in
|
|
21604
|
+
* Invoice taxable amount (in invoice currency)
|
|
21605
21605
|
*/
|
|
21606
21606
|
currency_tax: string;
|
|
21607
21607
|
/**
|
|
21608
|
-
* Invoice taxable amount (in
|
|
21608
|
+
* Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
21609
21609
|
*/
|
|
21610
21610
|
tax: string;
|
|
21611
21611
|
/**
|
|
@@ -21843,11 +21843,11 @@ type GetSupplierInvoiceResponses = {
|
|
|
21843
21843
|
*/
|
|
21844
21844
|
deadline: string | null;
|
|
21845
21845
|
/**
|
|
21846
|
-
* Invoice taxable amount (in
|
|
21846
|
+
* Invoice taxable amount (in invoice currency)
|
|
21847
21847
|
*/
|
|
21848
21848
|
currency_tax: string;
|
|
21849
21849
|
/**
|
|
21850
|
-
* Invoice taxable amount (in
|
|
21850
|
+
* Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
21851
21851
|
*/
|
|
21852
21852
|
tax: string;
|
|
21853
21853
|
/**
|
|
@@ -22046,11 +22046,11 @@ type PutSupplierInvoiceData = {
|
|
|
22046
22046
|
*/
|
|
22047
22047
|
amount?: string;
|
|
22048
22048
|
/**
|
|
22049
|
-
* Invoice line taxable amount (in
|
|
22049
|
+
* Invoice line taxable amount (in invoice currency)
|
|
22050
22050
|
*/
|
|
22051
22051
|
currency_tax: string;
|
|
22052
22052
|
/**
|
|
22053
|
-
*
|
|
22053
|
+
* Invoice line taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
22054
22054
|
*/
|
|
22055
22055
|
tax?: string;
|
|
22056
22056
|
/**
|
|
@@ -22094,7 +22094,7 @@ type PutSupplierInvoiceData = {
|
|
|
22094
22094
|
*/
|
|
22095
22095
|
description?: string;
|
|
22096
22096
|
/**
|
|
22097
|
-
* Invoice line
|
|
22097
|
+
* Invoice line amount in the currency of the invoice.
|
|
22098
22098
|
*/
|
|
22099
22099
|
currency_amount?: string;
|
|
22100
22100
|
/**
|
|
@@ -22102,11 +22102,11 @@ type PutSupplierInvoiceData = {
|
|
|
22102
22102
|
*/
|
|
22103
22103
|
amount?: string;
|
|
22104
22104
|
/**
|
|
22105
|
-
* Invoice line taxable amount (in
|
|
22105
|
+
* Invoice line taxable amount (in invoice currency)
|
|
22106
22106
|
*/
|
|
22107
22107
|
currency_tax?: string;
|
|
22108
22108
|
/**
|
|
22109
|
-
*
|
|
22109
|
+
* Invoice line taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
22110
22110
|
*/
|
|
22111
22111
|
tax?: string;
|
|
22112
22112
|
/**
|
|
@@ -22250,11 +22250,11 @@ type PutSupplierInvoiceResponses = {
|
|
|
22250
22250
|
*/
|
|
22251
22251
|
deadline: string | null;
|
|
22252
22252
|
/**
|
|
22253
|
-
* Invoice taxable amount (in
|
|
22253
|
+
* Invoice taxable amount (in invoice currency)
|
|
22254
22254
|
*/
|
|
22255
22255
|
currency_tax: string;
|
|
22256
22256
|
/**
|
|
22257
|
-
* Invoice taxable amount (in
|
|
22257
|
+
* Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
22258
22258
|
*/
|
|
22259
22259
|
tax: string;
|
|
22260
22260
|
/**
|
|
@@ -23248,11 +23248,11 @@ type ImportSupplierInvoiceData = {
|
|
|
23248
23248
|
*/
|
|
23249
23249
|
amount?: string;
|
|
23250
23250
|
/**
|
|
23251
|
-
* Invoice line taxable amount (in
|
|
23251
|
+
* Invoice line taxable amount (in invoice currency)
|
|
23252
23252
|
*/
|
|
23253
23253
|
currency_tax: string;
|
|
23254
23254
|
/**
|
|
23255
|
-
*
|
|
23255
|
+
* Invoice line taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
23256
23256
|
*/
|
|
23257
23257
|
tax?: string;
|
|
23258
23258
|
/**
|
|
@@ -23414,11 +23414,11 @@ type ImportSupplierInvoiceResponses = {
|
|
|
23414
23414
|
*/
|
|
23415
23415
|
deadline: string | null;
|
|
23416
23416
|
/**
|
|
23417
|
-
* Invoice taxable amount (in
|
|
23417
|
+
* Invoice taxable amount (in invoice currency)
|
|
23418
23418
|
*/
|
|
23419
23419
|
currency_tax: string;
|
|
23420
23420
|
/**
|
|
23421
|
-
* Invoice taxable amount (in
|
|
23421
|
+
* Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
23422
23422
|
*/
|
|
23423
23423
|
tax: string;
|
|
23424
23424
|
/**
|
|
@@ -23764,11 +23764,11 @@ type ValidateAccountingSupplierInvoiceResponses = {
|
|
|
23764
23764
|
*/
|
|
23765
23765
|
deadline: string | null;
|
|
23766
23766
|
/**
|
|
23767
|
-
* Invoice taxable amount (in
|
|
23767
|
+
* Invoice taxable amount (in invoice currency)
|
|
23768
23768
|
*/
|
|
23769
23769
|
currency_tax: string;
|
|
23770
23770
|
/**
|
|
23771
|
-
* Invoice taxable amount (in
|
|
23771
|
+
* Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.
|
|
23772
23772
|
*/
|
|
23773
23773
|
tax: string;
|
|
23774
23774
|
/**
|
|
@@ -36240,7 +36240,7 @@ declare const PDPAddresses__ResponseSchema: {
|
|
|
36240
36240
|
readonly example: 1;
|
|
36241
36241
|
};
|
|
36242
36242
|
readonly siret: {
|
|
36243
|
-
readonly description: "Establishment SIRET when the row is establishment-level;
|
|
36243
|
+
readonly description: "Establishment SIRET when the row is establishment-level; `null` when the row is SIREN-level (head office).\n";
|
|
36244
36244
|
readonly type: "string";
|
|
36245
36245
|
readonly nullable: true;
|
|
36246
36246
|
readonly example: "98493148500010";
|
|
@@ -38212,12 +38212,12 @@ declare const SupplierInvoices__ResponseSchema: {
|
|
|
38212
38212
|
readonly example: "2023-09-30";
|
|
38213
38213
|
};
|
|
38214
38214
|
readonly currency_tax: {
|
|
38215
|
-
readonly description: "Invoice taxable amount (in
|
|
38215
|
+
readonly description: "Invoice taxable amount (in invoice currency)";
|
|
38216
38216
|
readonly type: "string";
|
|
38217
38217
|
readonly example: "34.0";
|
|
38218
38218
|
};
|
|
38219
38219
|
readonly tax: {
|
|
38220
|
-
readonly description: "Invoice taxable amount (in
|
|
38220
|
+
readonly description: "Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.";
|
|
38221
38221
|
readonly type: "string";
|
|
38222
38222
|
readonly example: "34.0";
|
|
38223
38223
|
};
|
|
@@ -42155,7 +42155,7 @@ declare const getBillingSubscriptionInvoiceLines: <ThrowOnError extends boolean
|
|
|
42155
42155
|
*
|
|
42156
42156
|
* Returns all PA (Plateforme Agrée) registrations for the company,
|
|
42157
42157
|
* including activation status and exchange direction. Use this to determine whether the company has completed
|
|
42158
|
-
* PA onboarding. Records with
|
|
42158
|
+
* PA onboarding. Records with a `null` `siret` represent the SIREN-level
|
|
42159
42159
|
* (head office), other records represent establishments.
|
|
42160
42160
|
*
|
|
42161
42161
|
*
|
package/dist/index.mjs
CHANGED
|
@@ -7613,7 +7613,7 @@ const PDPAddresses__ResponseSchema = {
|
|
|
7613
7613
|
example: 1
|
|
7614
7614
|
},
|
|
7615
7615
|
siret: {
|
|
7616
|
-
description: "Establishment SIRET when the row is establishment-level;
|
|
7616
|
+
description: "Establishment SIRET when the row is establishment-level; `null` when the row is SIREN-level (head office).\n",
|
|
7617
7617
|
type: "string",
|
|
7618
7618
|
nullable: true,
|
|
7619
7619
|
example: "98493148500010"
|
|
@@ -11076,12 +11076,12 @@ const SupplierInvoices__ResponseSchema = {
|
|
|
11076
11076
|
example: "2023-09-30"
|
|
11077
11077
|
},
|
|
11078
11078
|
currency_tax: {
|
|
11079
|
-
description: "Invoice taxable amount (in
|
|
11079
|
+
description: "Invoice taxable amount (in invoice currency)",
|
|
11080
11080
|
type: "string",
|
|
11081
11081
|
example: "34.0"
|
|
11082
11082
|
},
|
|
11083
11083
|
tax: {
|
|
11084
|
-
description: "Invoice taxable amount (in
|
|
11084
|
+
description: "Invoice taxable amount (in euros). If the currency is euro, `currency_tax` and `tax` are identical.",
|
|
11085
11085
|
type: "string",
|
|
11086
11086
|
example: "34.0"
|
|
11087
11087
|
},
|
|
@@ -18611,7 +18611,7 @@ const getBillingSubscriptionInvoiceLines = (options) => (options.client ?? clien
|
|
|
18611
18611
|
*
|
|
18612
18612
|
* Returns all PA (Plateforme Agrée) registrations for the company,
|
|
18613
18613
|
* including activation status and exchange direction. Use this to determine whether the company has completed
|
|
18614
|
-
* PA onboarding. Records with
|
|
18614
|
+
* PA onboarding. Records with a `null` `siret` represent the SIREN-level
|
|
18615
18615
|
* (head office), other records represent establishments.
|
|
18616
18616
|
*
|
|
18617
18617
|
*
|