@or-sdk/library-types-v1 7.0.1 → 7.0.3

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.
@@ -400,16 +400,19 @@ export declare const PackageParamUniversal: z.ZodObject<{
400
400
  id: z.ZodString;
401
401
  version: z.ZodOptional<z.ZodString>;
402
402
  revisionId: z.ZodOptional<z.ZodString>;
403
+ updateSearch: z.ZodOptional<z.ZodBoolean>;
403
404
  }, "strip", z.ZodTypeAny, {
404
405
  type: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
405
406
  id: string;
406
407
  version?: string | undefined;
407
408
  revisionId?: string | undefined;
409
+ updateSearch?: boolean | undefined;
408
410
  }, {
409
411
  type: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
410
412
  id: string;
411
413
  version?: string | undefined;
412
414
  revisionId?: string | undefined;
415
+ updateSearch?: boolean | undefined;
413
416
  }>;
414
417
  export declare const CreateReleaseParams: z.ZodObject<{
415
418
  type: z.ZodNativeEnum<{
@@ -905,16 +908,19 @@ export declare const PutLegacyPackageBody: z.ZodObject<{
905
908
  description: z.ZodDefault<z.ZodString>;
906
909
  categories: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
907
910
  data: z.ZodDefault<z.ZodAny>;
911
+ updateSearch: z.ZodOptional<z.ZodBoolean>;
908
912
  }, "strip", z.ZodTypeAny, {
909
913
  name: string;
910
914
  categories: string[];
911
915
  description: string;
912
916
  data?: any;
917
+ updateSearch?: boolean | undefined;
913
918
  }, {
914
919
  name?: string | undefined;
915
920
  description?: string | undefined;
916
921
  categories?: string[] | undefined;
917
922
  data?: any;
923
+ updateSearch?: boolean | undefined;
918
924
  }>;
919
925
  export declare const CreateReleaseUnion: z.ZodIntersection<z.ZodEffects<z.ZodObject<{
920
926
  status: z.ZodOptional<z.ZodEffects<z.ZodString, any, string>>;
@@ -1047,16 +1053,19 @@ export declare const CreatePackageFromJsonUnion: z.ZodIntersection<z.ZodObject<{
1047
1053
  id: z.ZodString;
1048
1054
  version: z.ZodOptional<z.ZodString>;
1049
1055
  revisionId: z.ZodOptional<z.ZodString>;
1056
+ updateSearch: z.ZodOptional<z.ZodBoolean>;
1050
1057
  }, "strip", z.ZodTypeAny, {
1051
1058
  type: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
1052
1059
  id: string;
1053
1060
  version?: string | undefined;
1054
1061
  revisionId?: string | undefined;
1062
+ updateSearch?: boolean | undefined;
1055
1063
  }, {
1056
1064
  type: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
1057
1065
  id: string;
1058
1066
  version?: string | undefined;
1059
1067
  revisionId?: string | undefined;
1068
+ updateSearch?: boolean | undefined;
1060
1069
  }>, z.ZodObject<{
1061
1070
  name: z.ZodString;
1062
1071
  description: z.ZodString;
@@ -1206,16 +1215,19 @@ export declare const CreatePackageByVersionUnion: z.ZodIntersection<z.ZodInterse
1206
1215
  id: z.ZodString;
1207
1216
  version: z.ZodOptional<z.ZodString>;
1208
1217
  revisionId: z.ZodOptional<z.ZodString>;
1218
+ updateSearch: z.ZodOptional<z.ZodBoolean>;
1209
1219
  }, "strip", z.ZodTypeAny, {
1210
1220
  type: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
1211
1221
  id: string;
1212
1222
  version?: string | undefined;
1213
1223
  revisionId?: string | undefined;
1224
+ updateSearch?: boolean | undefined;
1214
1225
  }, {
1215
1226
  type: "BOT_TEMPLATE" | "CONTENT" | "CONTENT_INPUT" | "FLOW_TEMPLATE" | "NPM_UNPACKED" | "RWC_INPUT" | "S3_BUCKET" | "STEP" | "STEP_INPUT" | "STEP_TEMPLATE" | "TEST_ONLY" | "TICKET_INPUT" | "UNKNOWN";
1216
1227
  id: string;
1217
1228
  version?: string | undefined;
1218
1229
  revisionId?: string | undefined;
1230
+ updateSearch?: boolean | undefined;
1219
1231
  }>, z.ZodEffects<z.ZodObject<{
1220
1232
  fileName: z.ZodOptional<z.ZodString>;
1221
1233
  fileNames: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/library-types-v1",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Request/response v1 legacy types for the OR SDK",
5
5
  "files": [
6
6
  "./dist/browser",
@@ -35,7 +35,7 @@
35
35
  "zod": "3.22.4"
36
36
  },
37
37
  "devDependencies": {
38
- "@or-sdk/library-prisma": "7.0.0"
38
+ "@or-sdk/library-prisma": "7.0.8"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "pnpm run build:nest && pnpm run build:browser",