@socialgouv/cdtn-types 2.50.0 → 2.50.1

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.
@@ -0,0 +1,4 @@
1
+ import { LaborCodeDoc } from "../hasura";
2
+ import { DocumentElasticWithSource } from "./common";
3
+ export type ElasticLaborCodeArticle = DocumentElasticWithSource<Omit<LaborCodeDoc, "cid">>;
4
+ //# sourceMappingURL=code-du-travail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-du-travail.d.ts","sourceRoot":"","sources":["../../src/elastic/code-du-travail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAErD,MAAM,MAAM,uBAAuB,GAAG,yBAAyB,CAC7D,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC,CAC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=code-du-travail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-du-travail.js","sourceRoot":"","sources":["../../src/elastic/code-du-travail.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { DocumentElasticWithSource } from "./common";
2
+ import { FicheTravailEmploiDoc, Section } from "../hasura";
3
+ export type ElasticFicheTravailEmploi = DocumentElasticWithSource<Omit<FicheTravailEmploiDoc, "sections">> & {
4
+ sections: ElasticFicheTravailEmploiSection[];
5
+ };
6
+ export type ElasticFicheTravailEmploiSection = Omit<Section, "htmlWithGlossary" | "text" | "description">;
7
+ //# sourceMappingURL=fiche-travail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fiche-travail.d.ts","sourceRoot":"","sources":["../../src/elastic/fiche-travail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAE3D,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,CAC/D,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,CACxC,GAAG;IACF,QAAQ,EAAE,gCAAgC,EAAE,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG,IAAI,CACjD,OAAO,EACP,kBAAkB,GAAG,MAAM,GAAG,aAAa,CAC5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=fiche-travail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fiche-travail.js","sourceRoot":"","sources":["../../src/elastic/fiche-travail.ts"],"names":[],"mappings":""}
@@ -4,4 +4,6 @@ export * from "./common";
4
4
  export * from "./prequalified";
5
5
  export * from "./tools";
6
6
  export * from "./editorial-content";
7
+ export * from "./fiche-travail";
8
+ export * from "./code-du-travail";
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/elastic/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/elastic/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
@@ -20,4 +20,6 @@ __exportStar(require("./common"), exports);
20
20
  __exportStar(require("./prequalified"), exports);
21
21
  __exportStar(require("./tools"), exports);
22
22
  __exportStar(require("./editorial-content"), exports);
23
+ __exportStar(require("./fiche-travail"), exports);
24
+ __exportStar(require("./code-du-travail"), exports);
23
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/elastic/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,kDAAgC;AAChC,2CAAyB;AACzB,iDAA+B;AAC/B,0CAAwB;AACxB,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/elastic/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,kDAAgC;AAChC,2CAAyB;AACzB,iDAA+B;AAC/B,0CAAwB;AACxB,sDAAoC;AACpC,kDAAgC;AAChC,oDAAkC"}
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/SocialGouv/cdtn-admin.git"
12
12
  },
13
- "version": "2.50.0",
13
+ "version": "2.50.1",
14
14
  "main": "build/index.js",
15
15
  "module": "build/index.js",
16
16
  "types": "build/index.d.ts",
@@ -27,5 +27,5 @@
27
27
  "@socialgouv/legi-data-types": "^2.73.1",
28
28
  "typescript": "^5.4.3"
29
29
  },
30
- "gitHead": "b899de3ae1738cc124ab6c9db4a42d3d34991c94"
30
+ "gitHead": "81ff218e7c98e668ab88f2f7c40a42e2480f38b0"
31
31
  }