@factpulse/sdk 3.0.6 → 3.0.7

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/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [3.0.6] - 2025-12-29
10
+ ## [3.0.7] - 2025-12-29
11
11
 
12
12
  ### Added
13
13
  - Version initiale du SDK typescript
@@ -24,5 +24,5 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
24
24
  - Guide d'authentification JWT
25
25
  - Configuration avancée (timeout, proxy, debug)
26
26
 
27
- [Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v3.0.6...HEAD
28
- [3.0.6]: https://github.com/factpulse/sdk-typescript/releases/tag/v3.0.6
27
+ [Unreleased]: https://github.com/factpulse/sdk-typescript/compare/v3.0.7...HEAD
28
+ [3.0.7]: https://github.com/factpulse/sdk-typescript/releases/tag/v3.0.7
@@ -14,30 +14,48 @@
14
14
  */
15
15
  export declare const SchemeID: {
16
16
  /**
17
- * FR_SIREN - French SIREN (most common for France, replaces old 0002)
17
+ * FR_SIREN - French SIREN (most common for France)
18
18
  */
19
19
  readonly FR_SIREN: "0225";
20
20
  /**
21
+ * FR_SIRET - French SIRET
22
+ */
23
+ readonly FR_SIRET: "0009";
24
+ /**
25
+ * FR_SIREN_OLD - French SIREN (old code, for legal organization ID)
26
+ */
27
+ readonly FR_SIREN_OLD: "0002";
28
+ /**
21
29
  * GLN - Global Location Number (GLN)
22
30
  */
23
- readonly GLN: "0009";
31
+ readonly GLN: "0088";
24
32
  /**
25
33
  * DUNS - Data Universal Numbering System (DUNS)
26
34
  */
27
- readonly DUNS: "0002";
35
+ readonly DUNS: "0060";
28
36
  /**
29
- * FR_TVA_INTRA - French intra-community VAT number
37
+ * FR_VAT_INTRA - French intra-community VAT number
30
38
  */
31
- readonly FR_TVA_INTRA: "0088";
39
+ readonly FR_VAT_INTRA: "9957";
32
40
  /**
33
41
  * GLEIF - Global Legal Entity Identifier Foundation (GLEIF)
34
42
  */
35
- readonly GLEIF: "0060";
36
- readonly _9957: "9957";
37
- readonly _0199: "0199";
38
- readonly _0231: "0231";
39
- readonly Em: "EM";
40
- readonly _0177: "0177";
41
- readonly _0224: "0224";
43
+ readonly GLEIF: "0199";
44
+ /**
45
+ * DT_DIRECTORY_ID - Directory ID for tax administration
46
+ */
47
+ readonly DT_DIRECTORY_ID: "0231";
48
+ /**
49
+ * EMAIL - Email-based electronic address (BT-34/BT-49)
50
+ */
51
+ readonly EMAIL: "EM";
52
+ /**
53
+ * ODETTE - ODETTE network identifier
54
+ */
55
+ readonly ODETTE: "0177";
56
+ /**
57
+ * FR_CHORUS_PRO_ROUTING - Chorus Pro routing code
58
+ */
59
+ readonly FR_CHORUS_PRO_ROUTING: "0224";
42
60
  };
43
61
  export type SchemeID = typeof SchemeID[keyof typeof SchemeID];
@@ -16,29 +16,47 @@
16
16
  */
17
17
  export const SchemeID = {
18
18
  /**
19
- * FR_SIREN - French SIREN (most common for France, replaces old 0002)
19
+ * FR_SIREN - French SIREN (most common for France)
20
20
  */
21
21
  FR_SIREN: '0225',
22
22
  /**
23
+ * FR_SIRET - French SIRET
24
+ */
25
+ FR_SIRET: '0009',
26
+ /**
27
+ * FR_SIREN_OLD - French SIREN (old code, for legal organization ID)
28
+ */
29
+ FR_SIREN_OLD: '0002',
30
+ /**
23
31
  * GLN - Global Location Number (GLN)
24
32
  */
25
- GLN: '0009',
33
+ GLN: '0088',
26
34
  /**
27
35
  * DUNS - Data Universal Numbering System (DUNS)
28
36
  */
29
- DUNS: '0002',
37
+ DUNS: '0060',
30
38
  /**
31
- * FR_TVA_INTRA - French intra-community VAT number
39
+ * FR_VAT_INTRA - French intra-community VAT number
32
40
  */
33
- FR_TVA_INTRA: '0088',
41
+ FR_VAT_INTRA: '9957',
34
42
  /**
35
43
  * GLEIF - Global Legal Entity Identifier Foundation (GLEIF)
36
44
  */
37
- GLEIF: '0060',
38
- _9957: '9957',
39
- _0199: '0199',
40
- _0231: '0231',
41
- Em: 'EM',
42
- _0177: '0177',
43
- _0224: '0224'
45
+ GLEIF: '0199',
46
+ /**
47
+ * DT_DIRECTORY_ID - Directory ID for tax administration
48
+ */
49
+ DT_DIRECTORY_ID: '0231',
50
+ /**
51
+ * EMAIL - Email-based electronic address (BT-34/BT-49)
52
+ */
53
+ EMAIL: 'EM',
54
+ /**
55
+ * ODETTE - ODETTE network identifier
56
+ */
57
+ ODETTE: '0177',
58
+ /**
59
+ * FR_CHORUS_PRO_ROUTING - Chorus Pro routing code
60
+ */
61
+ FR_CHORUS_PRO_ROUTING: '0224'
44
62
  };
@@ -14,30 +14,48 @@
14
14
  */
15
15
  export declare const SchemeID: {
16
16
  /**
17
- * FR_SIREN - French SIREN (most common for France, replaces old 0002)
17
+ * FR_SIREN - French SIREN (most common for France)
18
18
  */
19
19
  readonly FR_SIREN: "0225";
20
20
  /**
21
+ * FR_SIRET - French SIRET
22
+ */
23
+ readonly FR_SIRET: "0009";
24
+ /**
25
+ * FR_SIREN_OLD - French SIREN (old code, for legal organization ID)
26
+ */
27
+ readonly FR_SIREN_OLD: "0002";
28
+ /**
21
29
  * GLN - Global Location Number (GLN)
22
30
  */
23
- readonly GLN: "0009";
31
+ readonly GLN: "0088";
24
32
  /**
25
33
  * DUNS - Data Universal Numbering System (DUNS)
26
34
  */
27
- readonly DUNS: "0002";
35
+ readonly DUNS: "0060";
28
36
  /**
29
- * FR_TVA_INTRA - French intra-community VAT number
37
+ * FR_VAT_INTRA - French intra-community VAT number
30
38
  */
31
- readonly FR_TVA_INTRA: "0088";
39
+ readonly FR_VAT_INTRA: "9957";
32
40
  /**
33
41
  * GLEIF - Global Legal Entity Identifier Foundation (GLEIF)
34
42
  */
35
- readonly GLEIF: "0060";
36
- readonly _9957: "9957";
37
- readonly _0199: "0199";
38
- readonly _0231: "0231";
39
- readonly Em: "EM";
40
- readonly _0177: "0177";
41
- readonly _0224: "0224";
43
+ readonly GLEIF: "0199";
44
+ /**
45
+ * DT_DIRECTORY_ID - Directory ID for tax administration
46
+ */
47
+ readonly DT_DIRECTORY_ID: "0231";
48
+ /**
49
+ * EMAIL - Email-based electronic address (BT-34/BT-49)
50
+ */
51
+ readonly EMAIL: "EM";
52
+ /**
53
+ * ODETTE - ODETTE network identifier
54
+ */
55
+ readonly ODETTE: "0177";
56
+ /**
57
+ * FR_CHORUS_PRO_ROUTING - Chorus Pro routing code
58
+ */
59
+ readonly FR_CHORUS_PRO_ROUTING: "0224";
42
60
  };
43
61
  export type SchemeID = typeof SchemeID[keyof typeof SchemeID];
@@ -19,29 +19,47 @@ exports.SchemeID = void 0;
19
19
  */
20
20
  exports.SchemeID = {
21
21
  /**
22
- * FR_SIREN - French SIREN (most common for France, replaces old 0002)
22
+ * FR_SIREN - French SIREN (most common for France)
23
23
  */
24
24
  FR_SIREN: '0225',
25
25
  /**
26
+ * FR_SIRET - French SIRET
27
+ */
28
+ FR_SIRET: '0009',
29
+ /**
30
+ * FR_SIREN_OLD - French SIREN (old code, for legal organization ID)
31
+ */
32
+ FR_SIREN_OLD: '0002',
33
+ /**
26
34
  * GLN - Global Location Number (GLN)
27
35
  */
28
- GLN: '0009',
36
+ GLN: '0088',
29
37
  /**
30
38
  * DUNS - Data Universal Numbering System (DUNS)
31
39
  */
32
- DUNS: '0002',
40
+ DUNS: '0060',
33
41
  /**
34
- * FR_TVA_INTRA - French intra-community VAT number
42
+ * FR_VAT_INTRA - French intra-community VAT number
35
43
  */
36
- FR_TVA_INTRA: '0088',
44
+ FR_VAT_INTRA: '9957',
37
45
  /**
38
46
  * GLEIF - Global Legal Entity Identifier Foundation (GLEIF)
39
47
  */
40
- GLEIF: '0060',
41
- _9957: '9957',
42
- _0199: '0199',
43
- _0231: '0231',
44
- Em: 'EM',
45
- _0177: '0177',
46
- _0224: '0224'
48
+ GLEIF: '0199',
49
+ /**
50
+ * DT_DIRECTORY_ID - Directory ID for tax administration
51
+ */
52
+ DT_DIRECTORY_ID: '0231',
53
+ /**
54
+ * EMAIL - Email-based electronic address (BT-34/BT-49)
55
+ */
56
+ EMAIL: 'EM',
57
+ /**
58
+ * ODETTE - ODETTE network identifier
59
+ */
60
+ ODETTE: '0177',
61
+ /**
62
+ * FR_CHORUS_PRO_ROUTING - Chorus Pro routing code
63
+ */
64
+ FR_CHORUS_PRO_ROUTING: '0224'
47
65
  };
package/docs/SchemeID.md CHANGED
@@ -6,24 +6,24 @@ Identification scheme codes (Electronic Address Scheme - EAS), mainly for electr
6
6
 
7
7
  * `FR_SIREN` (value: `'0225'`)
8
8
 
9
- * `GLN` (value: `'0009'`)
9
+ * `FR_SIRET` (value: `'0009'`)
10
10
 
11
- * `DUNS` (value: `'0002'`)
11
+ * `FR_SIREN_OLD` (value: `'0002'`)
12
12
 
13
- * `FR_TVA_INTRA` (value: `'0088'`)
13
+ * `GLN` (value: `'0088'`)
14
14
 
15
- * `GLEIF` (value: `'0060'`)
15
+ * `DUNS` (value: `'0060'`)
16
16
 
17
- * `_9957` (value: `'9957'`)
17
+ * `FR_VAT_INTRA` (value: `'9957'`)
18
18
 
19
- * `_0199` (value: `'0199'`)
19
+ * `GLEIF` (value: `'0199'`)
20
20
 
21
- * `_0231` (value: `'0231'`)
21
+ * `DT_DIRECTORY_ID` (value: `'0231'`)
22
22
 
23
- * `Em` (value: `'EM'`)
23
+ * `EMAIL` (value: `'EM'`)
24
24
 
25
- * `_0177` (value: `'0177'`)
25
+ * `ODETTE` (value: `'0177'`)
26
26
 
27
- * `_0224` (value: `'0224'`)
27
+ * `FR_CHORUS_PRO_ROUTING` (value: `'0224'`)
28
28
 
29
29
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -20,31 +20,49 @@
20
20
 
21
21
  export const SchemeID = {
22
22
  /**
23
- * FR_SIREN - French SIREN (most common for France, replaces old 0002)
23
+ * FR_SIREN - French SIREN (most common for France)
24
24
  */
25
25
  FR_SIREN: '0225',
26
26
  /**
27
+ * FR_SIRET - French SIRET
28
+ */
29
+ FR_SIRET: '0009',
30
+ /**
31
+ * FR_SIREN_OLD - French SIREN (old code, for legal organization ID)
32
+ */
33
+ FR_SIREN_OLD: '0002',
34
+ /**
27
35
  * GLN - Global Location Number (GLN)
28
36
  */
29
- GLN: '0009',
37
+ GLN: '0088',
30
38
  /**
31
39
  * DUNS - Data Universal Numbering System (DUNS)
32
40
  */
33
- DUNS: '0002',
41
+ DUNS: '0060',
34
42
  /**
35
- * FR_TVA_INTRA - French intra-community VAT number
43
+ * FR_VAT_INTRA - French intra-community VAT number
36
44
  */
37
- FR_TVA_INTRA: '0088',
45
+ FR_VAT_INTRA: '9957',
38
46
  /**
39
47
  * GLEIF - Global Legal Entity Identifier Foundation (GLEIF)
40
48
  */
41
- GLEIF: '0060',
42
- _9957: '9957',
43
- _0199: '0199',
44
- _0231: '0231',
45
- Em: 'EM',
46
- _0177: '0177',
47
- _0224: '0224'
49
+ GLEIF: '0199',
50
+ /**
51
+ * DT_DIRECTORY_ID - Directory ID for tax administration
52
+ */
53
+ DT_DIRECTORY_ID: '0231',
54
+ /**
55
+ * EMAIL - Email-based electronic address (BT-34/BT-49)
56
+ */
57
+ EMAIL: 'EM',
58
+ /**
59
+ * ODETTE - ODETTE network identifier
60
+ */
61
+ ODETTE: '0177',
62
+ /**
63
+ * FR_CHORUS_PRO_ROUTING - Chorus Pro routing code
64
+ */
65
+ FR_CHORUS_PRO_ROUTING: '0224'
48
66
  } as const;
49
67
 
50
68
  export type SchemeID = typeof SchemeID[keyof typeof SchemeID];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factpulse/sdk",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "OpenAPI client for @factpulse/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {