@memberjunction/core-entities 2.10.0 → 2.12.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.
|
@@ -1879,16 +1879,16 @@ exports.CompanyIntegrationRunSchema = zod_1.z.object({
|
|
|
1879
1879
|
* * Display Name: Updated At
|
|
1880
1880
|
* * SQL Data Type: datetimeoffset
|
|
1881
1881
|
* * Default Value: getutcdate()`),
|
|
1882
|
-
Status: zod_1.z.union([zod_1.z.literal('
|
|
1882
|
+
Status: zod_1.z.union([zod_1.z.literal('Pending'), zod_1.z.literal('In Progress'), zod_1.z.literal('Success'), zod_1.z.literal('Failed')]).describe(`
|
|
1883
1883
|
* * Field Name: Status
|
|
1884
1884
|
* * Display Name: Status
|
|
1885
1885
|
* * SQL Data Type: nvarchar(20)
|
|
1886
1886
|
* * Default Value: Pending
|
|
1887
1887
|
* * Value List Type: List
|
|
1888
1888
|
* * Possible Values
|
|
1889
|
+
* * Pending
|
|
1889
1890
|
* * In Progress
|
|
1890
1891
|
* * Success
|
|
1891
|
-
* * Pending
|
|
1892
1892
|
* * Failed
|
|
1893
1893
|
* * Description: Status of the integration run. Possible values: Pending, In Progress, Success, Failed.`),
|
|
1894
1894
|
ErrorLog: zod_1.z.string().nullish().describe(`
|
|
@@ -5607,18 +5607,18 @@ exports.ListDetailSchema = zod_1.z.object({
|
|
|
5607
5607
|
* * Display Name: Updated At
|
|
5608
5608
|
* * SQL Data Type: datetimeoffset
|
|
5609
5609
|
* * Default Value: getutcdate()`),
|
|
5610
|
-
Status: zod_1.z.union([zod_1.z.literal('
|
|
5610
|
+
Status: zod_1.z.union([zod_1.z.literal('Active'), zod_1.z.literal('Rejected'), zod_1.z.literal('Disabled'), zod_1.z.literal('Complete'), zod_1.z.literal('Pending'), zod_1.z.literal('Error'), zod_1.z.literal('Other')]).describe(`
|
|
5611
5611
|
* * Field Name: Status
|
|
5612
5612
|
* * Display Name: Status
|
|
5613
5613
|
* * SQL Data Type: nvarchar(30)
|
|
5614
5614
|
* * Default Value: Pending
|
|
5615
5615
|
* * Value List Type: List
|
|
5616
5616
|
* * Possible Values
|
|
5617
|
-
* * Pending
|
|
5618
5617
|
* * Active
|
|
5619
|
-
* * Disabled
|
|
5620
5618
|
* * Rejected
|
|
5619
|
+
* * Disabled
|
|
5621
5620
|
* * Complete
|
|
5621
|
+
* * Pending
|
|
5622
5622
|
* * Error
|
|
5623
5623
|
* * Other
|
|
5624
5624
|
* * Description: Tracks the status of each individual list detail row to enable processing of various types and the use of the status column for filtering list detail rows within a list that are in a particular state.`),
|
|
@@ -7030,18 +7030,18 @@ exports.ResourcePermissionSchema = zod_1.z.object({
|
|
|
7030
7030
|
* * Display Name: Updated At
|
|
7031
7031
|
* * SQL Data Type: datetimeoffset
|
|
7032
7032
|
* * Default Value: getutcdate()`),
|
|
7033
|
-
Status: zod_1.z.union([zod_1.z.literal('
|
|
7033
|
+
Status: zod_1.z.union([zod_1.z.literal('Requested'), zod_1.z.literal('Approved'), zod_1.z.literal('Rejected'), zod_1.z.literal('Revoked')]).describe(`
|
|
7034
7034
|
* * Field Name: Status
|
|
7035
7035
|
* * Display Name: Status
|
|
7036
7036
|
* * SQL Data Type: nvarchar(20)
|
|
7037
7037
|
* * Default Value: Requested
|
|
7038
7038
|
* * Value List Type: List
|
|
7039
7039
|
* * Possible Values
|
|
7040
|
+
* * Requested
|
|
7040
7041
|
* * Approved
|
|
7041
7042
|
* * Rejected
|
|
7042
7043
|
* * Revoked
|
|
7043
|
-
*
|
|
7044
|
-
* * Description: Status of the resource permission request. Possible values are Pending, Approved, Rejected, Revoked, or Requested.`),
|
|
7044
|
+
* * Description: Status of the resource permission request. Possible values are Requested, Approved, Rejected, or Revoked.`),
|
|
7045
7045
|
ResourceType: zod_1.z.string().describe(`
|
|
7046
7046
|
* * Field Name: ResourceType
|
|
7047
7047
|
* * Display Name: Resource Type
|
|
@@ -13771,9 +13771,9 @@ let CompanyIntegrationRunEntity = class CompanyIntegrationRunEntity extends core
|
|
|
13771
13771
|
* * Default Value: Pending
|
|
13772
13772
|
* * Value List Type: List
|
|
13773
13773
|
* * Possible Values
|
|
13774
|
+
* * Pending
|
|
13774
13775
|
* * In Progress
|
|
13775
13776
|
* * Success
|
|
13776
|
-
* * Pending
|
|
13777
13777
|
* * Failed
|
|
13778
13778
|
* * Description: Status of the integration run. Possible values: Pending, In Progress, Success, Failed.
|
|
13779
13779
|
*/
|
|
@@ -23460,11 +23460,11 @@ let ListDetailEntity = class ListDetailEntity extends core_1.BaseEntity {
|
|
|
23460
23460
|
* * Default Value: Pending
|
|
23461
23461
|
* * Value List Type: List
|
|
23462
23462
|
* * Possible Values
|
|
23463
|
-
* * Pending
|
|
23464
23463
|
* * Active
|
|
23465
|
-
* * Disabled
|
|
23466
23464
|
* * Rejected
|
|
23465
|
+
* * Disabled
|
|
23467
23466
|
* * Complete
|
|
23467
|
+
* * Pending
|
|
23468
23468
|
* * Error
|
|
23469
23469
|
* * Other
|
|
23470
23470
|
* * Description: Tracks the status of each individual list detail row to enable processing of various types and the use of the status column for filtering list detail rows within a list that are in a particular state.
|
|
@@ -27305,11 +27305,11 @@ let ResourcePermissionEntity = class ResourcePermissionEntity extends core_1.Bas
|
|
|
27305
27305
|
* * Default Value: Requested
|
|
27306
27306
|
* * Value List Type: List
|
|
27307
27307
|
* * Possible Values
|
|
27308
|
+
* * Requested
|
|
27308
27309
|
* * Approved
|
|
27309
27310
|
* * Rejected
|
|
27310
27311
|
* * Revoked
|
|
27311
|
-
*
|
|
27312
|
-
* * Description: Status of the resource permission request. Possible values are Pending, Approved, Rejected, Revoked, or Requested.
|
|
27312
|
+
* * Description: Status of the resource permission request. Possible values are Requested, Approved, Rejected, or Revoked.
|
|
27313
27313
|
*/
|
|
27314
27314
|
get Status() {
|
|
27315
27315
|
return this.Get('Status');
|