@lokalise/content-type-app-engine-contracts 4.4.0 → 4.5.0

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.
@@ -6,6 +6,7 @@ export declare const getListProjectIntegrationsContract: import("@lokalise/api-c
6
6
  readonly contentful: "contentful-native";
7
7
  readonly googleDrive: "google-drive";
8
8
  readonly strapi: "strapi";
9
+ readonly webflowNew: "webflow-new";
9
10
  }>;
10
11
  name: z.ZodString;
11
12
  integrationUserId: z.ZodNumber;
@@ -26,6 +27,7 @@ export declare const getListProjectIntegrationsContract: import("@lokalise/api-c
26
27
  readonly contentful: "contentful-native";
27
28
  readonly googleDrive: "google-drive";
28
29
  readonly strapi: "strapi";
30
+ readonly webflowNew: "webflow-new";
29
31
  }>;
30
32
  name: z.ZodString;
31
33
  integrationUserId: z.ZodNumber;
@@ -7,6 +7,7 @@ export declare const IntegrationEnum: {
7
7
  readonly contentful: "contentful-native";
8
8
  readonly googleDrive: "google-drive";
9
9
  readonly strapi: "strapi";
10
+ readonly webflowNew: "webflow-new";
10
11
  };
11
12
  export type IntegrationEnumType = (typeof IntegrationEnum)[keyof typeof IntegrationEnum];
12
13
  export declare const GET_LIST_PROJECT_INTEGRATIONS_LIST_ITEM: z.ZodObject<{
@@ -15,6 +16,7 @@ export declare const GET_LIST_PROJECT_INTEGRATIONS_LIST_ITEM: z.ZodObject<{
15
16
  readonly contentful: "contentful-native";
16
17
  readonly googleDrive: "google-drive";
17
18
  readonly strapi: "strapi";
19
+ readonly webflowNew: "webflow-new";
18
20
  }>;
19
21
  name: z.ZodString;
20
22
  integrationUserId: z.ZodNumber;
@@ -27,6 +29,7 @@ export declare const GET_LIST_PROJECT_INTEGRATIONS_RESPONSE_SCHEMA: z.ZodObject<
27
29
  readonly contentful: "contentful-native";
28
30
  readonly googleDrive: "google-drive";
29
31
  readonly strapi: "strapi";
32
+ readonly webflowNew: "webflow-new";
30
33
  }>;
31
34
  name: z.ZodString;
32
35
  integrationUserId: z.ZodNumber;
@@ -7,6 +7,7 @@ export const IntegrationEnum = {
7
7
  contentful: 'contentful-native',
8
8
  googleDrive: 'google-drive',
9
9
  strapi: 'strapi',
10
+ webflowNew: 'webflow-new', // composed-connector-based adapter (NextGen integrations), while existing webflow is a standalone connector (Expert integrations)
10
11
  };
11
12
  export const GET_LIST_PROJECT_INTEGRATIONS_LIST_ITEM = z.object({
12
13
  id: z.guid(),
@@ -1 +1 @@
1
- {"version":3,"file":"projectSchemas.js","sourceRoot":"","sources":["../../../src/schemas/project/projectSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAA;AAElE,MAAM,CAAC,MAAM,wDAAwD,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/E,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE;CACpB,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,UAAU,EAAE,mBAAmB;IAC/B,WAAW,EAAE,cAAc;IAC3B,MAAM,EAAE,QAAQ;CACR,CAAA;AAGV,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE;IACZ,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;IAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,6CAA6C,GAAG,CAAC,CAAC,MAAM,CAAC;IACpE,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC;CACvD,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,6CAA6C,GAAG,CAAC,CAAC,MAAM,CAAC;IACpE,aAAa,EAAE,CAAC,CAAC,IAAI,EAAE;CACxB,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC,CAAC,MAAM,CAAC;IACrE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACvB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IACjD,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;CACtC,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,+CAA+C,GAAG,CAAC,CAAC,MAAM,CAAC;IACtE,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE;CACpB,CAAC,CAAA"}
1
+ {"version":3,"file":"projectSchemas.js","sourceRoot":"","sources":["../../../src/schemas/project/projectSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAA;AAElE,MAAM,CAAC,MAAM,wDAAwD,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/E,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE;CACpB,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,UAAU,EAAE,mBAAmB;IAC/B,WAAW,EAAE,cAAc;IAC3B,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,aAAa,EAAE,kIAAkI;CACrJ,CAAA;AAGV,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE;IACZ,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;IAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,6CAA6C,GAAG,CAAC,CAAC,MAAM,CAAC;IACpE,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC;CACvD,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,6CAA6C,GAAG,CAAC,CAAC,MAAM,CAAC;IACpE,aAAa,EAAE,CAAC,CAAC,IAAI,EAAE;CACxB,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC,CAAC,MAAM,CAAC;IACrE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACvB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IACjD,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;CACtC,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,+CAA+C,GAAG,CAAC,CAAC,MAAM,CAAC;IACtE,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE;CACpB,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/content-type-app-engine-contracts",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "description": "Content Type App Engine service contracts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",