@a_team/prisma 3.17.2-macos-docker-linux → 3.17.3-linux

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.
@@ -9120,7 +9120,7 @@ export namespace Prisma {
9120
9120
  builderRateMax?: boolean
9121
9121
  builderRateMin?: boolean
9122
9122
  margin?: boolean
9123
- category?: boolean
9123
+ categoryId?: boolean
9124
9124
  createdAt?: boolean
9125
9125
  createdBy?: boolean
9126
9126
  customQuestions?: boolean | ClientRoleQuestionDefaultArgs<ExtArgs>
@@ -9141,7 +9141,7 @@ export namespace Prisma {
9141
9141
  builderRateMax?: boolean
9142
9142
  builderRateMin?: boolean
9143
9143
  margin?: boolean
9144
- category?: boolean
9144
+ categoryId?: boolean
9145
9145
  createdAt?: boolean
9146
9146
  createdBy?: boolean
9147
9147
  description?: boolean
@@ -9165,7 +9165,7 @@ export namespace Prisma {
9165
9165
  builderRateMax: number | null
9166
9166
  builderRateMin: number | null
9167
9167
  margin: number | null
9168
- category: string | null
9168
+ categoryId: string
9169
9169
  createdAt: Date | null
9170
9170
  createdBy: string | null
9171
9171
  description: string | null
@@ -9197,7 +9197,7 @@ export namespace Prisma {
9197
9197
  readonly builderRateMax: FieldRef<"MissionSpecRole", 'Float'>
9198
9198
  readonly builderRateMin: FieldRef<"MissionSpecRole", 'Float'>
9199
9199
  readonly margin: FieldRef<"MissionSpecRole", 'Float'>
9200
- readonly category: FieldRef<"MissionSpecRole", 'String'>
9200
+ readonly categoryId: FieldRef<"MissionSpecRole", 'String'>
9201
9201
  readonly createdAt: FieldRef<"MissionSpecRole", 'DateTime'>
9202
9202
  readonly createdBy: FieldRef<"MissionSpecRole", 'String'>
9203
9203
  readonly description: FieldRef<"MissionSpecRole", 'String'>
@@ -53562,7 +53562,7 @@ export namespace Prisma {
53562
53562
  builderRateMax?: number | null
53563
53563
  builderRateMin?: number | null
53564
53564
  margin?: number | null
53565
- category?: string | null
53565
+ categoryId: string
53566
53566
  createdAt?: Date | string | null
53567
53567
  createdBy?: string | null
53568
53568
  customQuestions?: ClientRoleQuestionObjectEqualityInput[]
@@ -57021,7 +57021,7 @@ export namespace Prisma {
57021
57021
  builderRateMax?: number | null
57022
57022
  builderRateMin?: number | null
57023
57023
  margin?: number | null
57024
- category?: string | null
57024
+ categoryId: string
57025
57025
  createdAt?: Date | string | null
57026
57026
  createdBy?: string | null
57027
57027
  customQuestions?: ClientRoleQuestionCreateInput | ClientRoleQuestionCreateInput[]
@@ -60088,7 +60088,7 @@ export namespace Prisma {
60088
60088
  builderRateMax?: FloatNullableFilter<"MissionSpecRole"> | number | null
60089
60089
  builderRateMin?: FloatNullableFilter<"MissionSpecRole"> | number | null
60090
60090
  margin?: FloatNullableFilter<"MissionSpecRole"> | number | null
60091
- category?: StringNullableFilter<"MissionSpecRole"> | string | null
60091
+ categoryId?: StringFilter<"MissionSpecRole"> | string
60092
60092
  createdAt?: DateTimeNullableFilter<"MissionSpecRole"> | Date | string | null
60093
60093
  createdBy?: StringNullableFilter<"MissionSpecRole"> | string | null
60094
60094
  customQuestions?: ClientRoleQuestionCompositeListFilter | ClientRoleQuestionObjectEqualityInput[]
@@ -74346,7 +74346,7 @@ export namespace Prisma {
74346
74346
  builderRateMax?: NullableFloatFieldUpdateOperationsInput | number | null
74347
74347
  builderRateMin?: NullableFloatFieldUpdateOperationsInput | number | null
74348
74348
  margin?: NullableFloatFieldUpdateOperationsInput | number | null
74349
- category?: NullableStringFieldUpdateOperationsInput | string | null
74349
+ categoryId?: StringFieldUpdateOperationsInput | string
74350
74350
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
74351
74351
  createdBy?: NullableStringFieldUpdateOperationsInput | string | null
74352
74352
  customQuestions?: XOR<ClientRoleQuestionListUpdateEnvelopeInput, ClientRoleQuestionCreateInput> | ClientRoleQuestionCreateInput[]