@or-sdk/idw-public 1.6.2-beta.4095.0 → 1.6.2-beta.4097.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.
@@ -1,9 +1,24 @@
1
1
  import { z } from 'zod';
2
2
  export declare const IDWPublicConfig: z.ZodIntersection<z.ZodObject<{
3
+ /**
4
+ * Event Manager url
5
+ */
3
6
  emUrl: z.ZodOptional<z.ZodString>;
7
+ /**
8
+ * Service Discovery url
9
+ */
4
10
  serviceDiscoveryUrl: z.ZodOptional<z.ZodString>;
11
+ /**
12
+ * Provides OneReach account ID
13
+ */
5
14
  providerAccountId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"provider">]>>;
15
+ /**
16
+ * Provider NameSpace
17
+ */
6
18
  idwProviderNameSpace: z.ZodOptional<z.ZodString>;
19
+ /**
20
+ * Validate params and responses
21
+ */
7
22
  validate: z.ZodOptional<z.ZodBoolean>;
8
23
  }, "strip", z.ZodTypeAny, {
9
24
  emUrl?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"IDWPublicConstructorParams.d.ts","sourceRoot":"","sources":["../../../src/schemas/IDWPublicConstructorParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwCqE,CAAC;AAClG,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"IDWPublicConstructorParams.d.ts","sourceRoot":"","sources":["../../../src/schemas/IDWPublicConstructorParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;IAExB;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgB0F,CAAC;AAClG,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/idw-public",
3
- "version": "1.6.2-beta.4095.0",
3
+ "version": "1.6.2-beta.4097.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -18,7 +18,7 @@
18
18
  "dev": "pnpm build:watch:esm"
19
19
  },
20
20
  "dependencies": {
21
- "@or-sdk/providers": "^0.3.2-beta.4095.0",
21
+ "@or-sdk/providers": "^0.3.2-beta.4097.0",
22
22
  "zod": "^3.22.4"
23
23
  },
24
24
  "devDependencies": {