@companieshouse/api-sdk-node 2.0.226 → 2.0.227

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.
@@ -10,6 +10,7 @@ export interface LimitedPartnership {
10
10
  name_ending?: NameEndingType;
11
11
  partnership_type?: PartnershipType;
12
12
  email?: string;
13
+ jurisdiction?: Jurisdiction;
13
14
  };
14
15
  }
15
16
  /**
@@ -33,6 +34,11 @@ export declare enum PartnershipType {
33
34
  SLP = "SLP",
34
35
  SPFLP = "SPFLP"
35
36
  }
37
+ export declare enum Jurisdiction {
38
+ ENGLAND_AND_WALES = "England and Wales",
39
+ NORTHERN_IRELAND = "Northern Ireland",
40
+ SCOTLAND = "Scotland"
41
+ }
36
42
  export interface LimitedPartnershipIncorporation {
37
43
  etag: string;
38
44
  kind: string;
@@ -3,7 +3,7 @@
3
3
  * Limited Partnership interface types used within this SDK.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.PartnershipType = exports.NameEndingType = void 0;
6
+ exports.Jurisdiction = exports.PartnershipType = exports.NameEndingType = void 0;
7
7
  var NameEndingType;
8
8
  (function (NameEndingType) {
9
9
  NameEndingType["LIMITED_PARTNERSHIP"] = "Limited Partnership";
@@ -20,4 +20,10 @@ var PartnershipType;
20
20
  PartnershipType["SLP"] = "SLP";
21
21
  PartnershipType["SPFLP"] = "SPFLP";
22
22
  })(PartnershipType = exports.PartnershipType || (exports.PartnershipType = {}));
23
+ var Jurisdiction;
24
+ (function (Jurisdiction) {
25
+ Jurisdiction["ENGLAND_AND_WALES"] = "England and Wales";
26
+ Jurisdiction["NORTHERN_IRELAND"] = "Northern Ireland";
27
+ Jurisdiction["SCOTLAND"] = "Scotland";
28
+ })(Jurisdiction = exports.Jurisdiction || (exports.Jurisdiction = {}));
23
29
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/limited-partnerships/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAsBH,IAAY,cAOX;AAPD,WAAY,cAAc;IACtB,6DAA2C,CAAA;IAC3C,2BAAS,CAAA;IACT,sCAAoB,CAAA;IACpB,qEAAmD,CAAA;IACnD,2BAAS,CAAA;IACT,sCAAoB,CAAA;AACxB,CAAC,EAPW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAOzB;AAED,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,4BAAS,CAAA;IACT,gCAAa,CAAA;IACb,8BAAW,CAAA;IACX,kCAAe,CAAA;AACnB,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/limited-partnerships/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAuBH,IAAY,cAOX;AAPD,WAAY,cAAc;IACtB,6DAA2C,CAAA;IAC3C,2BAAS,CAAA;IACT,sCAAoB,CAAA;IACpB,qEAAmD,CAAA;IACnD,2BAAS,CAAA;IACT,sCAAoB,CAAA;AACxB,CAAC,EAPW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAOzB;AAED,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,4BAAS,CAAA;IACT,gCAAa,CAAA;IACb,8BAAW,CAAA;IACX,kCAAe,CAAA;AACnB,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B;AAED,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,uDAAuC,CAAA;IACvC,qDAAqC,CAAA;IACrC,qCAAqB,CAAA;AACzB,CAAC,EAJW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAIvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.226",
3
+ "version": "2.0.227",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [