@snap/camera-kit 0.11.0 → 0.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.
Files changed (226) hide show
  1. package/README.md +242 -67
  2. package/docs/html/assets/search.js +1 -1
  3. package/docs/html/classes/CameraKit.html +3 -3
  4. package/docs/html/classes/CameraKitSession.html +3 -3
  5. package/docs/html/classes/CameraKitSource.html +3 -3
  6. package/docs/html/classes/LensPerformanceMeasurement.html +3 -3
  7. package/docs/html/classes/LensPerformanceMetrics.html +3 -3
  8. package/docs/html/classes/LensRepository.html +3 -3
  9. package/docs/html/classes/LensSources.html +3 -3
  10. package/docs/html/classes/Transform2D.html +3 -3
  11. package/docs/html/classes/TypedCustomEvent.html +3 -3
  12. package/docs/html/classes/TypedEventTarget.html +3 -3
  13. package/docs/html/functions/Injectable.html +3 -3
  14. package/docs/html/functions/bootstrapCameraKit.html +3 -3
  15. package/docs/html/functions/createExtension.html +3 -3
  16. package/docs/html/functions/createImageSource.html +3 -3
  17. package/docs/html/functions/createMediaStreamSource.html +3 -3
  18. package/docs/html/functions/createUserMediaSource.html +3 -3
  19. package/docs/html/functions/createVideoSource.html +3 -3
  20. package/docs/html/functions/estimateLensPerformance.html +3 -3
  21. package/docs/html/functions/getRequiredBootstrapURLs.html +3 -3
  22. package/docs/html/functions/lensSourcesFactory.html +3 -3
  23. package/docs/html/functions/uriHandlersFactory.html +3 -3
  24. package/docs/html/index.html +162 -46
  25. package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +3 -3
  26. package/docs/html/interfaces/CameraKitSourceSubscriber.html +3 -3
  27. package/docs/html/interfaces/ComputedFrameMetrics.html +3 -3
  28. package/docs/html/interfaces/CreateSessionOptions.html +3 -3
  29. package/docs/html/interfaces/EstimatedLensPerformance.html +3 -3
  30. package/docs/html/interfaces/Lens.html +3 -3
  31. package/docs/html/interfaces/LensSource.html +3 -3
  32. package/docs/html/interfaces/MediaStreamSourceOptions.html +3 -3
  33. package/docs/html/interfaces/Preview.html +3 -3
  34. package/docs/html/interfaces/Snapcode.html +3 -3
  35. package/docs/html/interfaces/UriCancelRequest.html +3 -3
  36. package/docs/html/interfaces/UriHandler.html +3 -3
  37. package/docs/html/interfaces/UriRequest.html +10 -5
  38. package/docs/html/interfaces/UriResponse.html +3 -3
  39. package/docs/html/interfaces/VideoSourceOptions.html +3 -3
  40. package/docs/html/modules.html +4 -4
  41. package/docs/html/types/AssetLoader.html +3 -3
  42. package/docs/html/types/AssetTiming.html +3 -3
  43. package/docs/html/types/BenchmarkError.html +3 -3
  44. package/docs/html/types/BootstrapError.html +3 -3
  45. package/docs/html/types/CacheKeyNotFoundError.html +3 -3
  46. package/docs/html/types/CameraKitDeviceInfo.html +3 -3
  47. package/docs/html/types/CameraKitSessionEventListener.html +3 -3
  48. package/docs/html/types/CameraKitSessionEvents.html +3 -3
  49. package/docs/html/types/CameraKitSourceError.html +3 -3
  50. package/docs/html/types/CameraKitSourceInfo.html +3 -3
  51. package/docs/html/types/CameraKitSourceOptions.html +3 -3
  52. package/docs/html/types/ConfigurationError.html +3 -3
  53. package/docs/html/types/Keyboard.html +3 -3
  54. package/docs/html/types/KeyboardEvents.html +3 -3
  55. package/docs/html/types/LegalError.html +3 -3
  56. package/docs/html/types/LensAssetError.html +3 -3
  57. package/docs/html/types/LensContentValidationError.html +3 -3
  58. package/docs/html/types/LensError.html +3 -3
  59. package/docs/html/types/LensExecutionError.html +3 -3
  60. package/docs/html/types/LensImagePickerError.html +3 -3
  61. package/docs/html/types/LensLaunchParams.html +3 -3
  62. package/docs/html/types/LensMetricsEvents.html +3 -3
  63. package/docs/html/types/LensPerformanceCluster.html +3 -3
  64. package/docs/html/types/LensView.html +3 -3
  65. package/docs/html/types/LensWait.html +3 -3
  66. package/docs/html/types/PersistentStoreError.html +3 -3
  67. package/docs/html/types/PlatformNotSupportedError.html +3 -3
  68. package/docs/html/types/PublicContainer.html +3 -3
  69. package/docs/html/types/RenderTarget.html +3 -3
  70. package/docs/html/types/Uri.html +3 -3
  71. package/docs/html/types/UriHandlers.html +3 -3
  72. package/docs/html/types/WebGLError.html +3 -3
  73. package/docs/html/variables/extensionRequestContext.html +3 -3
  74. package/docs/md/README.md +242 -67
  75. package/docs/md/classes/CameraKit.md +1 -1
  76. package/docs/md/classes/CameraKitSession.md +1 -1
  77. package/docs/md/classes/CameraKitSource.md +1 -1
  78. package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
  79. package/docs/md/classes/LensPerformanceMetrics.md +1 -1
  80. package/docs/md/classes/LensRepository.md +1 -1
  81. package/docs/md/classes/LensSources.md +1 -1
  82. package/docs/md/classes/Transform2D.md +1 -1
  83. package/docs/md/classes/TypedCustomEvent.md +1 -1
  84. package/docs/md/classes/TypedEventTarget.md +1 -1
  85. package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +1 -1
  86. package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
  87. package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
  88. package/docs/md/interfaces/CreateSessionOptions.md +1 -1
  89. package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
  90. package/docs/md/interfaces/Lens.md +1 -1
  91. package/docs/md/interfaces/LensSource.md +1 -1
  92. package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
  93. package/docs/md/interfaces/Preview.md +1 -1
  94. package/docs/md/interfaces/Snapcode.md +1 -1
  95. package/docs/md/interfaces/UriCancelRequest.md +1 -1
  96. package/docs/md/interfaces/UriHandler.md +1 -1
  97. package/docs/md/interfaces/UriRequest.md +8 -1
  98. package/docs/md/interfaces/UriResponse.md +1 -1
  99. package/docs/md/interfaces/VideoSourceOptions.md +1 -1
  100. package/docs/md/modules.md +2 -2
  101. package/lib/CameraKit.d.ts +16 -6
  102. package/lib/assertPlatformSupported.d.ts +3 -1
  103. package/lib/assertPlatformSupported.js +13 -2
  104. package/lib/assertPlatformSupported.js.map +1 -1
  105. package/lib/bootstrapCameraKit.js +2 -0
  106. package/lib/bootstrapCameraKit.js.map +1 -1
  107. package/lib/common/cameraKitUserAgent.js +17 -2
  108. package/lib/common/cameraKitUserAgent.js.map +1 -1
  109. package/lib/common/dialog.d.ts +43 -0
  110. package/lib/common/dialog.js +26 -12
  111. package/lib/common/dialog.js.map +1 -1
  112. package/lib/configuration.d.ts +2 -0
  113. package/lib/configuration.js +1 -0
  114. package/lib/configuration.js.map +1 -1
  115. package/lib/dependency-injection/RootServices.d.ts +2 -0
  116. package/lib/dependency-injection/RootServices.js.map +1 -1
  117. package/lib/environment.json +1 -1
  118. package/lib/generated-proto/blizzard/cameraKitEvents.js.map +1 -1
  119. package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.d.ts +0 -26
  120. package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.js +0 -15
  121. package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.js.map +1 -1
  122. package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +0 -59
  123. package/lib/generated-proto/pb_schema/camera_kit/v3/export.js +0 -10
  124. package/lib/generated-proto/pb_schema/camera_kit/v3/export.js.map +1 -1
  125. package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.d.ts +0 -13
  126. package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.js +0 -7
  127. package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.js.map +1 -1
  128. package/lib/generated-proto/pb_schema/camera_kit/v3/lens.d.ts +0 -55
  129. package/lib/generated-proto/pb_schema/camera_kit/v3/lens.js +0 -12
  130. package/lib/generated-proto/pb_schema/camera_kit/v3/lens.js.map +1 -1
  131. package/lib/generated-proto/pb_schema/camera_kit/v3/operational_metrics.d.ts +0 -5
  132. package/lib/generated-proto/pb_schema/camera_kit/v3/operational_metrics.js +0 -7
  133. package/lib/generated-proto/pb_schema/camera_kit/v3/operational_metrics.js.map +1 -1
  134. package/lib/generated-proto/pb_schema/camera_kit/v3/ranking.d.ts +0 -23
  135. package/lib/generated-proto/pb_schema/camera_kit/v3/ranking.js +0 -15
  136. package/lib/generated-proto/pb_schema/camera_kit/v3/ranking.js.map +1 -1
  137. package/lib/generated-proto/pb_schema/camera_kit/v3/service.d.ts +0 -62
  138. package/lib/generated-proto/pb_schema/camera_kit/v3/service.js +0 -1
  139. package/lib/generated-proto/pb_schema/camera_kit/v3/service.js.map +1 -1
  140. package/lib/generated-proto/pb_schema/cdp/cof/benchmark.d.ts +0 -8
  141. package/lib/generated-proto/pb_schema/cdp/cof/benchmark.js +0 -1
  142. package/lib/generated-proto/pb_schema/cdp/cof/benchmark.js.map +1 -1
  143. package/lib/generated-proto/pb_schema/cdp/cof/benchmark_name.d.ts +0 -45
  144. package/lib/generated-proto/pb_schema/cdp/cof/benchmark_name.js +0 -46
  145. package/lib/generated-proto/pb_schema/cdp/cof/benchmark_name.js.map +1 -1
  146. package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +0 -104
  147. package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.js +0 -1
  148. package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.js.map +1 -1
  149. package/lib/generated-proto/pb_schema/cdp/cof/config_request.d.ts +0 -129
  150. package/lib/generated-proto/pb_schema/cdp/cof/config_request.js +0 -24
  151. package/lib/generated-proto/pb_schema/cdp/cof/config_request.js.map +1 -1
  152. package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +0 -22
  153. package/lib/generated-proto/pb_schema/cdp/cof/config_response.js +0 -1
  154. package/lib/generated-proto/pb_schema/cdp/cof/config_response.js.map +1 -1
  155. package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +0 -510
  156. package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +0 -415
  157. package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
  158. package/lib/generated-proto/pb_schema/cdp/cof/debug_info.d.ts +0 -9
  159. package/lib/generated-proto/pb_schema/cdp/cof/debug_info.js +0 -3
  160. package/lib/generated-proto/pb_schema/cdp/cof/debug_info.js.map +1 -1
  161. package/lib/generated-proto/pb_schema/cdp/cof/namespace.d.ts +0 -1
  162. package/lib/generated-proto/pb_schema/cdp/cof/namespace.js +0 -2
  163. package/lib/generated-proto/pb_schema/cdp/cof/namespace.js.map +1 -1
  164. package/lib/generated-proto/pb_schema/common/ruid.d.ts +0 -27
  165. package/lib/generated-proto/pb_schema/common/ruid.js +0 -20
  166. package/lib/generated-proto/pb_schema/common/ruid.js.map +1 -1
  167. package/lib/generated-proto/pb_schema/common/value.d.ts +0 -9
  168. package/lib/generated-proto/pb_schema/common/value.js +0 -1
  169. package/lib/generated-proto/pb_schema/common/value.js.map +1 -1
  170. package/lib/generated-proto/pb_schema/google/protobuf/any.d.ts +0 -105
  171. package/lib/generated-proto/pb_schema/google/protobuf/any.js +0 -1
  172. package/lib/generated-proto/pb_schema/google/protobuf/any.js.map +1 -1
  173. package/lib/generated-proto/pb_schema/google/protobuf/timestamp.d.ts +0 -64
  174. package/lib/generated-proto/pb_schema/google/protobuf/timestamp.js +0 -1
  175. package/lib/generated-proto/pb_schema/google/protobuf/timestamp.js.map +1 -1
  176. package/lib/generated-proto/pb_schema/google/protobuf/wrappers.d.ts +0 -54
  177. package/lib/generated-proto/pb_schema/google/protobuf/wrappers.js +0 -1
  178. package/lib/generated-proto/pb_schema/google/protobuf/wrappers.js.map +1 -1
  179. package/lib/generated-proto/pb_schema/lenses/geocircle.js +0 -1
  180. package/lib/generated-proto/pb_schema/lenses/geocircle.js.map +1 -1
  181. package/lib/generated-proto/pb_schema/lenses/geopoint.js +0 -1
  182. package/lib/generated-proto/pb_schema/lenses/geopoint.js.map +1 -1
  183. package/lib/generated-proto/pb_schema/lenses/launch_params.js +0 -1
  184. package/lib/generated-proto/pb_schema/lenses/launch_params.js.map +1 -1
  185. package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +0 -2
  186. package/lib/generated-proto/pb_schema/lenses/launchdata.js +0 -3
  187. package/lib/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
  188. package/lib/generated-proto/pb_schema/lenses/lures.d.ts +0 -2
  189. package/lib/generated-proto/pb_schema/lenses/lures.js +0 -1
  190. package/lib/generated-proto/pb_schema/lenses/lures.js.map +1 -1
  191. package/lib/generated-proto/pb_schema/lenses/persistent_store.js +0 -1
  192. package/lib/generated-proto/pb_schema/lenses/persistent_store.js.map +1 -1
  193. package/lib/generated-proto/pb_schema/lenses/snappable.d.ts +0 -19
  194. package/lib/generated-proto/pb_schema/lenses/snappable.js +0 -2
  195. package/lib/generated-proto/pb_schema/lenses/snappable.js.map +1 -1
  196. package/lib/generated-proto/pb_schema/lenses/user_data.d.ts +0 -18
  197. package/lib/generated-proto/pb_schema/lenses/user_data.js +0 -1
  198. package/lib/generated-proto/pb_schema/lenses/user_data.js.map +1 -1
  199. package/lib/legal/legalPrompt.js +29 -27
  200. package/lib/legal/legalPrompt.js.map +1 -1
  201. package/lib/lens/LensRepository.d.ts +5 -3
  202. package/lib/lens/LensRepository.js +8 -5
  203. package/lib/lens/LensRepository.js.map +1 -1
  204. package/lib/lens/assets/LensAssetsProvider.js +18 -3
  205. package/lib/lens/assets/LensAssetsProvider.js.map +1 -1
  206. package/lib/lens/lensHttpUtil.d.ts +3 -2
  207. package/lib/lens/lensHttpUtil.js +5 -5
  208. package/lib/lens/lensHttpUtil.js.map +1 -1
  209. package/lib/lens-core-module/generated-types.d.ts +21 -0
  210. package/lib/lens-core-module/generated-types.js.map +1 -1
  211. package/lib/lensCoreWasmVersions.json +3 -3
  212. package/lib/media-sources/MediaStreamSource.js +4 -0
  213. package/lib/media-sources/MediaStreamSource.js.map +1 -1
  214. package/lib/metrics/businessEventsReporter.d.ts +3 -2
  215. package/lib/metrics/businessEventsReporter.js +13 -7
  216. package/lib/metrics/businessEventsReporter.js.map +1 -1
  217. package/lib/metrics/operational/operationalMetricsReporter.d.ts +3 -2
  218. package/lib/metrics/operational/operationalMetricsReporter.js +8 -6
  219. package/lib/metrics/operational/operationalMetricsReporter.js.map +1 -1
  220. package/lib/remote-configuration/cofHandler.d.ts +10 -6
  221. package/lib/remote-configuration/cofHandler.js +77 -67
  222. package/lib/remote-configuration/cofHandler.js.map +1 -1
  223. package/lib/remote-configuration/remoteConfiguration.d.ts +9 -6
  224. package/lib/remote-configuration/remoteConfiguration.js +5 -13
  225. package/lib/remote-configuration/remoteConfiguration.js.map +1 -1
  226. package/package.json +1 -1
@@ -4,65 +4,23 @@ import { Ruid_Type } from "../../common/ruid";
4
4
  import { Value } from "../../common/value";
5
5
  export declare const protobufPackage = "snapchat.cdp.cof";
6
6
  export interface ConfigResult {
7
- /** The id of the config. */
8
7
  configId: string;
9
- /**
10
- * The chosen value of the config.
11
- * This should be sufficient to model most use cases. But in the future if additional structured
12
- * data need to be conveyed as part of the value we can add a field with type google.protobuf.Any,
13
- * which the developer can decoded as arbitrary proto on the client.
14
- */
15
8
  value: Value | undefined;
16
- /**
17
- * The "Partial" targeting expression. Some nodes have been removed from the original ConfigRule targeting
18
- * expression in a way that all the remaining leaf nodes only have properties that client can evaluate, and as long
19
- * as this expression evaluates to true it is consistent with the server side evaluation.
20
- */
21
9
  targetingExpression: ClientTargetingExpression | undefined;
22
- /**
23
- * The client should fetch the config again if the TTL is exceeded.
24
- *
25
- * @deprecated
26
- */
27
10
  ttlSeconds: number;
28
- /** The UUID bytes that identifies the config rule. */
29
11
  configRuleUuidBytes: Uint8Array;
30
- /** Priority used for client to tie-break multiple matching results for the same config. */
31
12
  priority: number;
32
- /** Namespace of the config. */
33
13
  namespace: Namespace;
34
- /** AB study name if the value is picked from an experiment. */
35
14
  studyName: string;
36
- /** AB study experiment id if the value is picked from an experiment. */
37
15
  experimentId: number;
38
- /** Indicate the entry should be deleted in a delta sync. */
39
16
  delete: boolean;
40
- /** Serving platform for this config. */
41
17
  servePlatforms: ConfigResult_ServePlatform[];
42
- /** Sequence id of this config result. */
43
18
  sequenceId: number;
44
- /** RUID type assigned to this config. */
45
19
  ruidType: Ruid_Type;
46
- /**
47
- * Segment ordinal of the AB study segment, from which
48
- * this config result was generated. If set, this is
49
- * to be used as a secondary priority
50
- *
51
- * @deprecated
52
- */
53
20
  segmentOrdinal: number;
54
- /**
55
- * Whether this ConfigResult message was generated
56
- * from AB allowlists. Allowlists need to be handled with
57
- * a higher priority, comparing to regular AB-generated results
58
- *
59
- * @deprecated
60
- */
61
21
  generatedFromAbAllowlists: boolean;
62
- /** internal fields used for server-side evaluation */
63
22
  internalFields: ConfigResult_InternalFields | undefined;
64
23
  }
65
- /** The suffix of "_PLATFORM" is appended, due to C++ declared enums with global scope, which causes issues in Snapchat/client */
66
24
  export declare enum ConfigResult_ServePlatform {
67
25
  UNKNOWN_CONTEXT_PLATFORM = 0,
68
26
  IOS_PLATFORM = 1,
@@ -70,66 +28,22 @@ export declare enum ConfigResult_ServePlatform {
70
28
  SERVER_PLATFORM = 3,
71
29
  UNRECOGNIZED = -1
72
30
  }
73
- /**
74
- * Internal fields are not expose to external clients
75
- * These fields are use for server-side evaluation
76
- */
77
31
  export interface ConfigResult_InternalFields {
78
- /** config bitmap index assigned during indexing */
79
32
  configBitmapIndex: number;
80
- /** config_result bitmap index assigned during indexing */
81
33
  configResultBitmapIndex: number;
82
- /**
83
- * indicates if the targeting expressions contains only server properties. If true we don't need to compute
84
- * client partial targeting expression
85
- */
86
34
  hasServerPropertiesOnly: boolean;
87
- /**
88
- * sequence assign during indexing after sorting by: config_id (asc) + priority (asc) + segment_ord (desc)
89
- * use for ranking to compute winning rule
90
- * TODO(Pablo): We can't use ConfigResult.priority because changing the value will break etag match rate.
91
- * Ultimately we will stop serving ConfigResult.priority and clients will infer priority based on the ordered list.
92
- */
93
35
  globalPriority: number;
94
36
  }
95
- /**
96
- * Serves as a convenient bundle for a list of ConfigResults. Primarily used when sending this list of ConfigResults
97
- * from the platform layer into the native layer.
98
- */
99
37
  export interface ConfigResultBundle {
100
- /** The etag used to fetch these configs from the server */
101
38
  etag: string;
102
- /** The list of ConfigResults that match the user-specified query */
103
39
  configResults: ConfigResult[];
104
40
  }
105
- /**
106
- * The targeting expression.
107
- * It has the same structure as TargetingExpression in
108
- * https://github.sc-corp.net/Snapchat/CircumstancesCMS/blob/master/circumstances-proto/src/main/proto/config.proto
109
- * Notable differences:
110
- * 1. The property is a enum, with only the kinds of signals that should be evaluated on the client side
111
- * 2. PredicateOperator doesn't have "IN". The IN predicates are expanded into a OR tree during indexing.
112
- * 3. The value is a multi type union as opposed to string. The value in TargetingExpression is string for the
113
- * convenience of manipulation in the UI, but it's more efficient to transmit the actual types over the wire.
114
- */
115
41
  export interface ClientTargetingExpression {
116
- /**
117
- * Parent node fields:
118
- * Logical operator
119
- */
120
42
  operator: ClientTargetingExpression_Operator;
121
- /** Child nodes */
122
43
  children: ClientTargetingExpression[];
123
- /**
124
- * Leaf node fields:
125
- * The property that needs to be evaluated.
126
- */
127
44
  property: ClientTargetingExpression_Property;
128
- /** The predicate operator */
129
45
  predicateOperator: ClientTargetingExpression_PredicateOperator;
130
- /** The value of property. */
131
46
  value: Value | undefined;
132
- /** property's metadata. Doesn't have to be set */
133
47
  propertyMetadata: ClientTargetingExpression_PropertyMetadata | undefined;
134
48
  }
135
49
  export declare enum ClientTargetingExpression_Operator {
@@ -148,626 +62,279 @@ export declare enum ClientTargetingExpression_PredicateOperator {
148
62
  }
149
63
  export declare enum ClientTargetingExpression_Property {
150
64
  UNKNOWN_PROPERTY = 0,
151
- /**
152
- * BATTERY_LEVEL - A enum ordinal indicating the battery level is LOW/MID/HIGH.
153
- * The ordinals are defined in snapchat.cdp.cof.battery_level.proto
154
- */
155
65
  BATTERY_LEVEL = 1,
156
- /** IS_OFFLINE - A boolean indicating whether the device is offline. */
157
66
  IS_OFFLINE = 2,
158
- /** IS_CHARGING - A boolean indicating whether the device is charging. */
159
67
  IS_CHARGING = 3,
160
- /** BANDWIDTH - An integer representing the download bandwidth in bps. */
161
68
  BANDWIDTH = 4,
162
- /** DISK_SIZE - Disk size in mb */
163
69
  DISK_SIZE = 5,
164
- /** DISK_AVAILABLE - Disk space available in mb */
165
70
  DISK_AVAILABLE = 6,
166
- /**
167
- * MEDIA_TYPE_DEPRECATED - An enum ordinal indicating the type of media being processed.
168
- * The ordinals are defined in snapchat.snapdoc.MediaMetadata.MediaType.
169
- *
170
- * @deprecated
171
- */
172
71
  MEDIA_TYPE_DEPRECATED = 7,
173
- /** IS_PUBLIC_STORY - A boolean indicating whether the story is shared publicly. */
174
72
  IS_PUBLIC_STORY = 8,
175
- /** IS_OFFICIAL_STORY - A boolean indicating whether the story is posted from offcial account and is public. */
176
73
  IS_OFFICIAL_STORY = 9,
177
- /** CAMERA_DIRECTION - An enum for camera direction */
178
74
  CAMERA_DIRECTION = 10,
179
- /** CAMERA_CONTEXT - An enum for camera context */
180
75
  CAMERA_CONTEXT = 11,
181
- /** CAMERA_API - An enum for camera API */
182
76
  CAMERA_API = 12,
183
- /** CAMERA_FLASH_STATE - An enum for camera flash state */
184
77
  CAMERA_FLASH_STATE = 13,
185
- /** SNAP_SOURCE - An enum for where the snap orginates */
186
78
  SNAP_SOURCE = 14,
187
- /** LEGACY_MUSHROOM_CONTENT_TYPE - An enum for what content type is being used */
188
79
  LEGACY_MUSHROOM_CONTENT_TYPE = 15,
189
- /** UPLOAD_BANDWIDTH - An integer representing the upload bandwidth in bps. */
190
80
  UPLOAD_BANDWIDTH = 16,
191
- /** CAMERA2_LEVEL - An enum for camera2 hardware support level. */
192
81
  CAMERA2_LEVEL = 17,
193
- /** CAMERA_NIGHT_MODE_STATE - An enum for Camera night model state. */
194
82
  CAMERA_NIGHT_MODE_STATE = 18,
195
- /** USER_LANGUAGE - The language user chooses the app to display */
196
83
  USER_LANGUAGE = 19,
197
- /** VIDEO_DURATION - The video duration in ms. */
198
84
  VIDEO_DURATION = 20,
199
- /** REALTIME_MOBILE_NETWORK_GENERATION - Mobile network generation(3G, 4G, etc) defined in snapchat.cdp.cof.mobile_network_generation.proto */
200
85
  REALTIME_MOBILE_NETWORK_GENERATION = 21,
201
- /** REALTIME_NETWORK_TYPE - Mobile networktype defined via Connectivity.NetworkType in snapchat.cdp.cof.circumstance_engine.proto */
202
86
  REALTIME_NETWORK_TYPE = 22,
203
- /** REALTIME_NETWORK_IS_METERED - A boolean for if the current network is metered. */
204
87
  REALTIME_NETWORK_IS_METERED = 23,
205
- /** REALTIME_NETWORK_IS_ROAMING - A boolean for if the current network is roaming. */
206
88
  REALTIME_NETWORK_IS_ROAMING = 24,
207
- /** CAMERA_IS_FIRST_CAPTURE - A boolean indicating whether this is the first capture after app cold start */
208
89
  CAMERA_IS_FIRST_CAPTURE = 25,
209
- /** PICTURE_MODE - A enum indicating which type of image capture this was [GPU or JPEG] */
210
90
  PICTURE_MODE = 26,
211
- /** BOLT_USE_CASE - An integer representing what BOLT usecase the caller is using. */
212
91
  BOLT_USE_CASE = 27,
213
- /** BOLT_CDN_EXPERIMENTATION_ID - An integer representing what BOLT cdn should be experimented with */
214
92
  BOLT_CDN_EXPERIMENTATION_ID = 28,
215
- /** MINS_SINCE_LAST_LENS_ACTIVATION - Num of mins since a user last activates the Lens. */
216
93
  MINS_SINCE_LAST_LENS_ACTIVATION = 29,
217
- /** MINS_SINCE_LAST_SNAPPABLE_LENS_ACTIVATION - Num of mins since user activated snappable lens for the last time. */
218
94
  MINS_SINCE_LAST_SNAPPABLE_LENS_ACTIVATION = 30,
219
- /** DAYS_SINCE_LAST_LOGIN_OR_OPEN - Integer between 0 .. N which is the number of days since the user logged in or opened the app */
220
95
  DAYS_SINCE_LAST_LOGIN_OR_OPEN = 31,
221
- /** SPECTACLES_VERSION - An enum for Spectacles version */
222
96
  SPECTACLES_VERSION = 32,
223
- /** STICKY_MAX_CONNECTION_TYPE - A client side property for evaluating the highest tier connection a client has recently used. */
224
97
  STICKY_MAX_CONNECTION_TYPE = 33,
225
- /** WITH_ANIMATED_OVERLAY - A boolean indicating whether there is animated overlay with video snap. */
226
98
  WITH_ANIMATED_OVERLAY = 34,
227
- /** ESTIMATED_DURATION_FOR_EVENT_MS - Estimated duration for a config-specific event */
228
99
  ESTIMATED_DURATION_FOR_EVENT_MS = 35,
229
- /** URL - A URL */
230
100
  URL = 36,
231
- /** MEDIA_SOURCE - content’s origin prior to being injected into the MDP stack */
232
101
  MEDIA_SOURCE = 37,
233
- /** ASSET_TYPE - how to compose an individual asset into one larger logical asset */
234
102
  ASSET_TYPE = 38,
235
- /** BOLT_IS_CONTENT_POPULAR - A boolean representing whether the content being resolved is popular or not. */
236
103
  BOLT_IS_CONTENT_POPULAR = 39,
237
- /** CAPTURE_MODE - A enum indicating which mode of capture this was [Timeline or Unknown] */
238
104
  CAPTURE_MODE = 40,
239
- /** VP9_SOFTWARE_DECODING_SUPPORTED - A boolean representing if VP9 software decoding is supported */
240
105
  VP9_SOFTWARE_DECODING_SUPPORTED = 41,
241
- /** AV1_SOFTWARE_DECODING_SUPPORTED - A boolean representing if AV1 software decoding is supported */
242
106
  AV1_SOFTWARE_DECODING_SUPPORTED = 42,
243
- /** WITH_MUSIC - A boolean to indicate whether there is music edits (e.g. music sticker). */
244
107
  WITH_MUSIC = 43,
245
- /**
246
- * FEATURE_PROVIDED_SIZE - A client provided integer representing size. The units is decided by the caller.
247
- * This will be evaluated using FeatureProvidedSignals.size
248
- */
249
108
  FEATURE_PROVIDED_SIZE = 44,
250
- /**
251
- * MEDIA_TYPE - An enum ordinal indicating the type of media being processed.
252
- * The ordinals are defined in snapchat.cdp.cof.media_provided_signals.proto
253
- */
254
109
  MEDIA_TYPE = 45,
255
- /** SCANNED_CATEGORY_IDS - The ids of the categories that are currently being scanned for (e.g. Amazon, Photomath, etc) */
256
110
  SCANNED_CATEGORY_IDS = 46,
257
- /**
258
- * CONTENT_VIEW_SOURCE - Numerical value of ContentViewSource (Blizzard enum) which identified Opera session
259
- * On the client the value is provided via FeatureProvidedSignals.OperaSignals
260
- */
261
111
  CONTENT_VIEW_SOURCE = 47,
262
- /** RECIPIENTS_SUPPORT_HEVC - A boolean indicating whether a group of recipients support High Efficiency Video Encoding (HEVC) */
263
112
  RECIPIENTS_SUPPORT_HEVC = 48,
264
- /** COGNAC_APP_ID - A Cognac game/mini id that a user is playing */
265
113
  COGNAC_APP_ID = 49,
266
- /** EMAIL_VERIFIED - Whether user's email has verified */
267
114
  EMAIL_VERIFIED = 50,
268
- /** PHONE_VERIFIED - Whether user's phone number has verified */
269
115
  PHONE_VERIFIED = 51,
270
- /** NOTIFICATION_PERM_GRANTED - Whether notification permission has granted */
271
116
  NOTIFICATION_PERM_GRANTED = 52,
272
- /** CONTACT_PERM_GRANTED - Whether contact permission has granted */
273
117
  CONTACT_PERM_GRANTED = 53,
274
- /** MUTUAL_FRIENDS_COUNT - Mutual friends count */
275
118
  MUTUAL_FRIENDS_COUNT = 54,
276
- /** GROUPS_COUNT - Groups count */
277
119
  GROUPS_COUNT = 55,
278
- /** HAS_NON_TEAM_SNAPCHAT_CONVERSATIONS - Whether user has non-team snapchat conversations */
279
120
  HAS_NON_TEAM_SNAPCHAT_CONVERSATIONS = 56,
280
- /**
281
- * PLAYBACK_ITEM_TYPE - Numerical value of PlaybackItemType (Blizzard enum) which identifies an Opera playback item type
282
- * On the client the value is provided via PlaybackItemType
283
- */
284
121
  PLAYBACK_ITEM_TYPE = 57,
285
- /**
286
- * SUP_BOOLEAN_PROPERTY - To get the corresponding SUP property values, check on property_metadata.sup_item_id.item_id
287
- * Sup boolean property
288
- */
289
122
  SUP_BOOLEAN_PROPERTY = 58,
290
- /** SUP_INTEGER_PROPERTY - Sup integer property */
291
123
  SUP_INTEGER_PROPERTY = 59,
292
- /** SUP_LONG_PROPERTY - Sup long property */
293
124
  SUP_LONG_PROPERTY = 60,
294
- /** SUP_STRING_PROPERTY - Sup string property */
295
125
  SUP_STRING_PROPERTY = 61,
296
- /** SUP_DOUBLE_PROPERTY - Sup double property */
297
126
  SUP_DOUBLE_PROPERTY = 62,
298
- /** SUP_MILLIS_PROPERTY_TO_NOW - Sup long property as timestamp in millis to get time elapsed */
299
127
  SUP_MILLIS_PROPERTY_TO_NOW = 63,
300
- /** HAS_USED_SPECTACLES - Whether the user has used Spectacles (incl. Cheerios) */
301
128
  HAS_USED_SPECTACLES = 64,
302
- /**
303
- * SUP_SECS_PROPERTY_TO_NOW - To get the corresponding SUP property values, check on property_metadata.sup_item_id.item_id
304
- * Sup long property as timestamp in seconds to get time elapsed
305
- */
306
129
  SUP_SECS_PROPERTY_TO_NOW = 65,
307
- /** BOLT_CLIENT_APP_STATE - Enum indicating client App State (Used by BOLT to create targeted network rules) */
308
130
  BOLT_CLIENT_APP_STATE = 66,
309
- /** EMAIL_SET - Whether user's email has been set (might or might not be verified) */
310
131
  EMAIL_SET = 67,
311
- /** BITMOJI_SET - Whether user's bitmoji has been set */
312
132
  BITMOJI_SET = 68,
313
- /** QUICK_TAP_CAMERA_SUPPORTED_ENABLED - Quick tap on camera is supported and enabled */
314
133
  QUICK_TAP_CAMERA_SUPPORTED_ENABLED = 69,
315
- /** HAS_ADD_FRIENDS_REQUEST - Whether user has add friends request */
316
134
  HAS_ADD_FRIENDS_REQUEST = 70,
317
- /** APP_LAUNCH_FROM_PUSH - App launched from push notification */
318
135
  APP_LAUNCH_FROM_PUSH = 71,
319
- /** APP_LAUNCH_TYPE - App launch type: cold start, warm start, registration and login */
320
136
  APP_LAUNCH_TYPE = 72,
321
- /** BILLBOARD_CAMPAIGN_LOCAL_IMPRESSION_COUNT - Billboard locally tracked impression count */
322
137
  BILLBOARD_CAMPAIGN_LOCAL_IMPRESSION_COUNT = 73,
323
- /** BILLBOARD_CAMPAIGN_LOCAL_LAST_IMPRESSION_TIME_SECS_TO_NOW - Billboard locally tracked last impression time in secs to now */
324
138
  BILLBOARD_CAMPAIGN_LOCAL_LAST_IMPRESSION_TIME_SECS_TO_NOW = 74,
325
- /** BILLBOARD_CAMPAIGN_LOCAL_CONTINUOUS_DISMISS_COUNT - Billboard locally tracked continuous dismiss count */
326
139
  BILLBOARD_CAMPAIGN_LOCAL_CONTINUOUS_DISMISS_COUNT = 75,
327
- /** FST_NUM_IN_APP_WARNINGS - FST number of in app warnings to show */
328
140
  FST_NUM_IN_APP_WARNINGS = 76,
329
- /** FST_SHOULD_CHANGE_PASSWORD - FST user should change password */
330
141
  FST_SHOULD_CHANGE_PASSWORD = 77,
331
- /** FST_IS_BACKGROUND_CHECK - Whether it's a background check or foreground check. Android specific */
332
142
  FST_IS_BACKGROUND_CHECK = 78,
333
- /** AUDIO_RECORD_PERM_GRANTED - Whether audio record permission has granted */
334
143
  AUDIO_RECORD_PERM_GRANTED = 79,
335
- /** MUTUAL_FRIENDS_WITH_BIRTHDAY_COUNT - Mutual Friends with birthday count */
336
144
  MUTUAL_FRIENDS_WITH_BIRTHDAY_COUNT = 80,
337
- /** BILLBOARD_CAMPAIGN_LOCAL_DISMISS_COUNT - Billboard locally tracked dismiss count */
338
145
  BILLBOARD_CAMPAIGN_LOCAL_DISMISS_COUNT = 81,
339
- /** USE_VERTICAL_NAVIGATION - A boolean to indicate whether Opera uses vertical navigation or not. */
340
146
  USE_VERTICAL_NAVIGATION = 82,
341
- /**
342
- * FREEABLE_DISK_AVAILABLE - Freeable disk space available in mb. This included Content Manager freeable
343
- * bytes + DISK_AVAILABLE
344
- */
345
147
  FREEABLE_DISK_AVAILABLE = 83,
346
- /** MEMORIES_COUNT - Num of memories snaps user has */
347
148
  MEMORIES_COUNT = 84,
348
- /** DEVICE_MODEL - DEVICE_MODEL (variant copied from TargetingProperty.Property) */
349
149
  DEVICE_MODEL = 85,
350
- /** COUNTRY - COUNTRY (variant copied from TargetingProperty.Property) */
351
150
  COUNTRY = 86,
352
- /** OS - OS (variant copied from TargetingProperty.Property) */
353
151
  OS = 87,
354
- /** OS_VERSION - OS_VERSION (variant copied from TargetingProperty.Property) */
355
152
  OS_VERSION = 88,
356
- /** APP_VERSION - APP_VERSION (variant copied from TargetingProperty.Property) */
357
153
  APP_VERSION = 89,
358
- /** BUILD_FLAVOR - BUILD_FLAVOR (variant copied from TargetingProperty.Property) */
359
154
  BUILD_FLAVOR = 90,
360
- /** USER_ID - USER_ID (variant copied from TargetingProperty.Property) */
361
155
  USER_ID = 91,
362
- /** LOCALE - LOCALE (variant copied from TargetingProperty.Property) */
363
156
  LOCALE = 92,
364
- /** DEVICE_CLUSTER - DEVICE_CLUSTER (variant copied from TargetingProperty.Property) */
365
157
  DEVICE_CLUSTER = 93,
366
- /** DEVICE_BRAND - DEVICE_BRAND (variant copied from TargetingProperty.Property) */
367
158
  DEVICE_BRAND = 94,
368
- /** IS_EMPLOYEE - IS_EMPLOYEE (variant copied from TargetingProperty.Property) */
369
159
  IS_EMPLOYEE = 95,
370
- /** USERNAME - USERNAME (variant copied from TargetingProperty.Property) */
371
160
  USERNAME = 96,
372
- /** IS_TEST_USER - IS_TEST_USER (variant copied from TargetingProperty.Property) */
373
161
  IS_TEST_USER = 97,
374
- /** USER_PROFILE - USER_PROFILE (variant copied from TargetingProperty.Property) */
375
162
  USER_PROFILE = 98,
376
- /** SCREEN_WIDTH - SCREEN_WIDTH (variant copied from TargetingProperty.Property) */
377
163
  SCREEN_WIDTH = 99,
378
- /** SCREEN_HEIGHT - SCREEN_HEIGHT (variant copied from TargetingProperty.Property) */
379
164
  SCREEN_HEIGHT = 100,
380
- /** HEVC_SUPPORT - HEVC_SUPPORT (variant copied from TargetingProperty.Property) */
381
165
  HEVC_SUPPORT = 101,
382
- /** NETWORK_TYPE - NETWORK_TYPE (variant copied from TargetingProperty.Property) */
383
166
  NETWORK_TYPE = 102,
384
- /** MAX_VIDEO_WIDTH - MAX_VIDEO_WIDTH (variant copied from TargetingProperty.Property) */
385
167
  MAX_VIDEO_WIDTH = 103,
386
- /** MAX_VIDEO_HEIGHT - MAX_VIDEO_HEIGHT (variant copied from TargetingProperty.Property) */
387
168
  MAX_VIDEO_HEIGHT = 104,
388
- /** IS_NETWORK_METERED - IS_NETWORK_METERED (variant copied from TargetingProperty.Property) */
389
169
  IS_NETWORK_METERED = 105,
390
- /** IS_ROAMING - IS_ROAMING (variant copied from TargetingProperty.Property) */
391
170
  IS_ROAMING = 106,
392
- /** APP_ENGAGEMENT_LEVEL - APP_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
393
171
  APP_ENGAGEMENT_LEVEL = 107,
394
- /** COMMUNICATION_ENGAGEMENT_LEVEL - COMMUNICATION_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
395
172
  COMMUNICATION_ENGAGEMENT_LEVEL = 108,
396
- /** FRIEND_STORY_ENGAGEMENT_LEVEL - FRIEND_STORY_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
397
173
  FRIEND_STORY_ENGAGEMENT_LEVEL = 109,
398
- /** PUBLIC_USER_STORY_ENGAGEMENT_LEVEL - PUBLIC_USER_STORY_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
399
174
  PUBLIC_USER_STORY_ENGAGEMENT_LEVEL = 110,
400
- /** PUBLISHER_STORY_ENGAGEMENT_LEVEL - PUBLISHER_STORY_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
401
175
  PUBLISHER_STORY_ENGAGEMENT_LEVEL = 111,
402
- /** LENS_ENGAGEMENT_LEVEL - LENS_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
403
176
  LENS_ENGAGEMENT_LEVEL = 112,
404
- /** NON_FRIEND_STORY_ENGAGEMENT_LEVEL - NON_FRIEND_STORY_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
405
177
  NON_FRIEND_STORY_ENGAGEMENT_LEVEL = 113,
406
- /** FOLLOWER_SIZE_LEVEL - FOLLOWER_SIZE_LEVEL (variant copied from TargetingProperty.Property) */
407
178
  FOLLOWER_SIZE_LEVEL = 114,
408
- /** DAYS_SINCE_CREATION - DAYS_SINCE_CREATION (variant copied from TargetingProperty.Property) */
409
179
  DAYS_SINCE_CREATION = 115,
410
- /** USER_PERSONA - USER_PERSONA (variant copied from TargetingProperty.Property) */
411
180
  USER_PERSONA = 116,
412
- /** USER_CREATION_TIME - USER_CREATION_TIME (variant copied from TargetingProperty.Property) */
413
181
  USER_CREATION_TIME = 117,
414
- /** MOBILE_NETWORK_TYPE - MOBILE_NETWORK_TYPE (variant copied from TargetingProperty.Property) */
415
182
  MOBILE_NETWORK_TYPE = 118,
416
- /** AGGREGATED_USER_BANDWIDTH - AGGREGATED_USER_BANDWIDTH (variant copied from TargetingProperty.Property) */
417
183
  AGGREGATED_USER_BANDWIDTH = 119,
418
- /** LENS_CLUSTER_BIASED - LENS_CLUSTER_BIASED (variant copied from TargetingProperty.Property) */
419
184
  LENS_CLUSTER_BIASED = 120,
420
- /** LENS_CLUSTER_LOG - LENS_CLUSTER_LOG (variant copied from TargetingProperty.Property) */
421
185
  LENS_CLUSTER_LOG = 121,
422
- /** LENS_CLUSTER_ORIG - LENS_CLUSTER_ORIG (variant copied from TargetingProperty.Property) */
423
186
  LENS_CLUSTER_ORIG = 122,
424
- /** LENS_CLUSTER_ORIG_4 - LENS_CLUSTER_ORIG_4 (variant copied from TargetingProperty.Property) */
425
187
  LENS_CLUSTER_ORIG_4 = 123,
426
- /** LENS_CLUSTER_BIASED_LOG - LENS_CLUSTER_BIASED_LOG (variant copied from TargetingProperty.Property) */
427
188
  LENS_CLUSTER_BIASED_LOG = 124,
428
- /** APP_LOCALE - APP_LOCALE (variant copied from TargetingProperty.Property) */
429
189
  APP_LOCALE = 125,
430
- /** DEVICE_COMMON_NAME - DEVICE_COMMON_NAME (variant copied from TargetingProperty.Property) */
431
190
  DEVICE_COMMON_NAME = 126,
432
- /** USER_FRIEND_COUNT - USER_FRIEND_COUNT (variant copied from TargetingProperty.Property) */
433
191
  USER_FRIEND_COUNT = 127,
434
- /** L90_COUNTRY - L90_COUNTRY (variant copied from TargetingProperty.Property) */
435
192
  L90_COUNTRY = 128,
436
- /** STUB - STUB (variant copied from TargetingProperty.Property) */
437
193
  STUB = 129,
438
- /** IS_TRUE - IS_TRUE (variant copied from TargetingProperty.Property) */
439
194
  IS_TRUE = 130,
440
- /** STORY_POST_RATIO - STORY_POST_RATIO (variant copied from TargetingProperty.Property) */
441
195
  STORY_POST_RATIO = 131,
442
- /** GENDER - GENDER (variant copied from TargetingProperty.Property) */
443
196
  GENDER = 132,
444
- /** INFERRED_AGE_BUCKET - INFERRED_AGE_BUCKET (variant copied from TargetingProperty.Property) */
445
197
  INFERRED_AGE_BUCKET = 133,
446
- /** STORIES - STORIES (variant copied from TargetingProperty.Property) */
447
198
  STORIES = 134,
448
- /** SENDS - SENDS (variant copied from TargetingProperty.Property) */
449
199
  SENDS = 135,
450
- /** SNAP_CREATE_L7 - SNAP_CREATE_L7 (variant copied from TargetingProperty.Property) */
451
200
  SNAP_CREATE_L7 = 136,
452
- /** STORY_POST_L7 - STORY_POST_L7 (variant copied from TargetingProperty.Property) */
453
201
  STORY_POST_L7 = 137,
454
- /** COMMUNICATION_L7 - COMMUNICATION_L7 (variant copied from TargetingProperty.Property) */
455
202
  COMMUNICATION_L7 = 138,
456
- /** DF_L7 - DF_L7 (variant copied from TargetingProperty.Property) */
457
203
  DF_L7 = 139,
458
- /** APP_L7 - APP_L7 (variant copied from TargetingProperty.Property) */
459
204
  APP_L7 = 140,
460
- /** DAYS_SINCE_CREATION_BUCKET - DAYS_SINCE_CREATION_BUCKET (variant copied from TargetingProperty.Property) */
461
205
  DAYS_SINCE_CREATION_BUCKET = 141,
462
- /** BIDIRECTIONAL_FRIEND_STATUS - BIDIRECTIONAL_FRIEND_STATUS (variant copied from TargetingProperty.Property) */
463
206
  BIDIRECTIONAL_FRIEND_STATUS = 142,
464
- /** STORY_POST_PREDICTION - STORY_POST_PREDICTION (variant copied from TargetingProperty.Property) */
465
207
  STORY_POST_PREDICTION = 143,
466
- /** APP_OPENS - APP_OPENS (variant copied from TargetingProperty.Property) */
467
208
  APP_OPENS = 144,
468
- /** LENS_SWIPES - LENS_SWIPES (variant copied from TargetingProperty.Property) */
469
209
  LENS_SWIPES = 145,
470
- /** LENS_SNAPS - LENS_SNAPS (variant copied from TargetingProperty.Property) */
471
210
  LENS_SNAPS = 146,
472
- /** LENS_OPS - LENS_OPS (variant copied from TargetingProperty.Property) */
473
211
  LENS_OPS = 147,
474
- /** W1_APP_OPENS - W1_APP_OPENS (variant copied from TargetingProperty.Property) */
475
212
  W1_APP_OPENS = 148,
476
- /** W1_LENS_SWIPES - W1_LENS_SWIPES (variant copied from TargetingProperty.Property) */
477
213
  W1_LENS_SWIPES = 149,
478
- /** W1_LENS_SNAPS - W1_LENS_SNAPS (variant copied from TargetingProperty.Property) */
479
214
  W1_LENS_SNAPS = 150,
480
- /** W1_LENS_OPS - W1_LENS_OPS (variant copied from TargetingProperty.Property) */
481
215
  W1_LENS_OPS = 151,
482
- /** W2_APP_OPENS - W2_APP_OPENS (variant copied from TargetingProperty.Property) */
483
216
  W2_APP_OPENS = 152,
484
- /** W2_LENS_SWIPES - W2_LENS_SWIPES (variant copied from TargetingProperty.Property) */
485
217
  W2_LENS_SWIPES = 153,
486
- /** W2_LENS_SNAPS - W2_LENS_SNAPS (variant copied from TargetingProperty.Property) */
487
218
  W2_LENS_SNAPS = 154,
488
- /** W2_LENS_OPS - W2_LENS_OPS (variant copied from TargetingProperty.Property) */
489
219
  W2_LENS_OPS = 155,
490
- /** W34_APP_OPENS - W34_APP_OPENS (variant copied from TargetingProperty.Property) */
491
220
  W34_APP_OPENS = 156,
492
- /** W34_LENS_SWIPES - W34_LENS_SWIPES (variant copied from TargetingProperty.Property) */
493
221
  W34_LENS_SWIPES = 157,
494
- /** W34_LENS_SNAPS - W34_LENS_SNAPS (variant copied from TargetingProperty.Property) */
495
222
  W34_LENS_SNAPS = 158,
496
- /** W34_LENS_OPS - W34_LENS_OPS (variant copied from TargetingProperty.Property) */
497
223
  W34_LENS_OPS = 159,
498
- /** LENS_SWIPES_PREDICTION - LENS_SWIPES_PREDICTION (variant copied from TargetingProperty.Property) */
499
224
  LENS_SWIPES_PREDICTION = 160,
500
- /** REGISTRATION_COUNTRY - REGISTRATION_COUNTRY (variant copied from TargetingProperty.Property) */
501
225
  REGISTRATION_COUNTRY = 161,
502
- /** IP_ASN - IP_ASN (variant copied from TargetingProperty.Property) */
503
226
  IP_ASN = 162,
504
- /** IP_REGION - IP_REGION (variant copied from TargetingProperty.Property) */
505
227
  IP_REGION = 163,
506
- /** IP_CITY - IP_CITY (variant copied from TargetingProperty.Property) */
507
228
  IP_CITY = 164,
508
- /** HAS_USER_ID - HAS_USER_ID (variant copied from TargetingProperty.Property) */
509
229
  HAS_USER_ID = 165,
510
- /** HAS_BITMOJI - HAS_BITMOJI (variant copied from TargetingProperty.Property) */
511
230
  HAS_BITMOJI = 166,
512
- /** NUM_APP_OPENS_LAST_8_DAYS - NUM_APP_OPENS_LAST_8_DAYS (variant copied from TargetingProperty.Property) */
513
231
  NUM_APP_OPENS_LAST_8_DAYS = 167,
514
- /** NUM_FEATURE_STORY_VIEW_DAYS_L7 - NUM_FEATURE_STORY_VIEW_DAYS_L7 (variant copied from TargetingProperty.Property) */
515
232
  NUM_FEATURE_STORY_VIEW_DAYS_L7 = 168,
516
- /** NUM_FEATURE_STORY_SYNC_DAYS_L7 - NUM_FEATURE_STORY_SYNC_DAYS_L7 (variant copied from TargetingProperty.Property) */
517
233
  NUM_FEATURE_STORY_SYNC_DAYS_L7 = 169,
518
- /** HEXAGON_NN_SUPPORTED_VERSION - HEXAGON_NN_SUPPORTED_VERSION (variant copied from TargetingProperty.Property) */
519
234
  HEXAGON_NN_SUPPORTED_VERSION = 170,
520
- /** NETWORK_QUALITY - NETWORK_QUALITY (variant copied from TargetingProperty.Property) */
521
235
  NETWORK_QUALITY = 171,
522
- /** DEVICE_MEMORY_MB - DEVICE_MEMORY_MB (variant copied from TargetingProperty.Property) */
523
236
  DEVICE_MEMORY_MB = 172,
524
- /** DEVICE_GL_VERSION - DEVICE_GL_VERSION (variant copied from TargetingProperty.Property) */
525
237
  DEVICE_GL_VERSION = 173,
526
- /** SNAP_PRO_STATUS - SNAP_PRO_STATUS (variant copied from TargetingProperty.Property) */
527
238
  SNAP_PRO_STATUS = 174,
528
- /** DEVICE_VP9_DECODING_SUPPORT - DEVICE_VP9_DECODING_SUPPORT (variant copied from TargetingProperty.Property) */
529
239
  DEVICE_VP9_DECODING_SUPPORT = 175,
530
- /** AVG_FRIEND_STORY_VIEW_COUNT_L7 - AVG_FRIEND_STORY_VIEW_COUNT_L7 (variant copied from TargetingProperty.Property) */
531
240
  AVG_FRIEND_STORY_VIEW_COUNT_L7 = 176,
532
- /** GAME_JOIN_TIME - GAME_JOIN_TIME (variant copied from TargetingProperty.Property) */
533
241
  GAME_JOIN_TIME = 177,
534
- /** GAME_LAST_ACTIVE_TIME - GAME_LAST_ACTIVE_TIME (variant copied from TargetingProperty.Property) */
535
242
  GAME_LAST_ACTIVE_TIME = 178,
536
- /** DAYS_SINCE_FIRST_GAME_ACTIVITY - DAYS_SINCE_FIRST_GAME_ACTIVITY (variant copied from TargetingProperty.Property) */
537
243
  DAYS_SINCE_FIRST_GAME_ACTIVITY = 179,
538
- /** DAYS_SINCE_LAST_GAME_ACTIVITY - DAYS_SINCE_LAST_GAME_ACTIVITY (variant copied from TargetingProperty.Property) */
539
244
  DAYS_SINCE_LAST_GAME_ACTIVITY = 180,
540
- /** PF_PAGE_SESSIONS_WITH_LONG_IMP - PF_PAGE_SESSIONS_WITH_LONG_IMP (variant copied from TargetingProperty.Property) */
541
245
  PF_PAGE_SESSIONS_WITH_LONG_IMP = 181,
542
- /** WIRELESS_CARRIER - WIRELESS_CARRIER (variant copied from TargetingProperty.Property) */
543
246
  WIRELESS_CARRIER = 182,
544
- /** MINIS_JOIN_TIME - MINIS_JOIN_TIME (variant copied from TargetingProperty.Property) */
545
247
  MINIS_JOIN_TIME = 183,
546
- /** MINIS_LAST_ACTIVE_TIME - MINIS_LAST_ACTIVE_TIME (variant copied from TargetingProperty.Property) */
547
248
  MINIS_LAST_ACTIVE_TIME = 184,
548
- /** DAYS_SINCE_FIRST_MINIS_ACTIVITY - DAYS_SINCE_FIRST_MINIS_ACTIVITY (variant copied from TargetingProperty.Property) */
549
249
  DAYS_SINCE_FIRST_MINIS_ACTIVITY = 185,
550
- /** DAYS_SINCE_LAST_MINIS_ACTIVITY - DAYS_SINCE_LAST_MINIS_ACTIVITY (variant copied from TargetingProperty.Property) */
551
250
  DAYS_SINCE_LAST_MINIS_ACTIVITY = 186,
552
- /** DEVICE_AV1_DECODING_SUPPORT - DEVICE_AV1_DECODING_SUPPORT (variant copied from TargetingProperty.Property) */
553
251
  DEVICE_AV1_DECODING_SUPPORT = 187,
554
- /** APP_PACKAGE_INSTALLER - APP_PACKAGE_INSTALLER (variant copied from TargetingProperty.Property) */
555
252
  APP_PACKAGE_INSTALLER = 188,
556
- /** STORY_VIEWS_5TH_TAB_ENGAGEMENT_LEVEL - STORY_VIEWS_5TH_TAB_ENGAGEMENT_LEVEL (variant copied from TargetingProperty.Property) */
557
253
  STORY_VIEWS_5TH_TAB_ENGAGEMENT_LEVEL = 189,
558
- /** REPORTED_AGE - REPORTED_AGE (variant copied from TargetingProperty.Property) */
559
254
  REPORTED_AGE = 190,
560
- /** ANDROID_MOBILE_SERVICES_PROVIDER - ANDROID_MOBILE_SERVICES_PROVIDER (variant copied from TargetingProperty.Property) */
561
255
  ANDROID_MOBILE_SERVICES_PROVIDER = 191,
562
- /** IS_ACQUIRED_USER - IS_ACQUIRED_USER (variant copied from TargetingProperty.Property) */
563
256
  IS_ACQUIRED_USER = 192,
564
- /** YDPI - YDPI (variant copied from TargetingProperty.Property) */
565
257
  YDPI = 193,
566
- /** BIDIRECTIONAL_FRIEND_STATUS_VELLUM - BIDIRECTIONAL_FRIEND_STATUS_VELLUM (variant copied from TargetingProperty.Property) */
567
258
  BIDIRECTIONAL_FRIEND_STATUS_VELLUM = 194,
568
- /** ORIGIN - ORIGIN (variant copied from TargetingProperty.Property) */
569
259
  ORIGIN = 195,
570
- /** LENSCORE_VERSION - LENSCORE_VERSION (variant copied from TargetingProperty.Property) */
571
260
  LENSCORE_VERSION = 196,
572
- /** SNAPKIT_APP_ID - SNAPKIT_APP_ID (variant copied from TargetingProperty.Property) */
573
261
  SNAPKIT_APP_ID = 197,
574
- /** GPU - GPU (variant copied from TargetingProperty.Property) */
575
262
  GPU = 198,
576
- /** CHIPSET_NAME - CHIPSET_NAME (variant copied from TargetingProperty.Property) */
577
263
  CHIPSET_NAME = 199,
578
- /** CHIPSET_VERSION - CHIPSET_VERSION (variant copied from TargetingProperty.Property) */
579
264
  CHIPSET_VERSION = 200,
580
- /** HAS_ZERO_IDFA - HAS_ZERO_IDFA (variant copied from TargetingProperty.Property) */
581
265
  HAS_ZERO_IDFA = 201,
582
- /** LIMIT_AD_TRACKING - LIMIT_AD_TRACKING (variant copied from TargetingProperty.Property) */
583
266
  LIMIT_AD_TRACKING = 202,
584
- /** ATT_AUTH_STATUS - ATT_AUTH_STATUS (variant copied from TargetingProperty.Property) */
585
267
  ATT_AUTH_STATUS = 203,
586
- /** CAMERA2_FRONT_SS_GAIN_OVER_TPA - CAMERA2_FRONT_SS_GAIN_OVER_TPA (variant copied from TargetingProperty.Property) */
587
268
  CAMERA2_FRONT_SS_GAIN_OVER_TPA = 204,
588
- /** ATTACHMENT_TOOL_V2 - ATTACHMENT_TOOL_V2 (variant copied from TargetingProperty.Property) */
589
269
  ATTACHMENT_TOOL_V2 = 205,
590
- /** USER_PERSONA_V3 - USER_PERSONA_V3 (variant copied from TargetingProperty.Property) */
591
270
  USER_PERSONA_V3 = 206,
592
- /** SNAPS_SEND_WITH_HEVC - SNAPS_SEND_WITH_HEVC (variant copied from TargetingProperty.Property) */
593
271
  SNAPS_SEND_WITH_HEVC = 207,
594
- /** SNAPS_SEND_WITHOUT_HEVC - SNAPS_SEND_WITHOUT_HEVC (variant copied from TargetingProperty.Property) */
595
272
  SNAPS_SEND_WITHOUT_HEVC = 208,
596
- /** CAMERA2_NATIVE_CRASH_OVER_CAMERA1 - CAMERA2_NATIVE_CRASH_OVER_CAMERA1 (variant copied from TargetingProperty.Property) */
597
273
  CAMERA2_NATIVE_CRASH_OVER_CAMERA1 = 209,
598
- /** CAMERA2_G2S_LATENCY_OVER_CAMERA1 - CAMERA2_G2S_LATENCY_OVER_CAMERA1 (variant copied from TargetingProperty.Property) */
599
274
  CAMERA2_G2S_LATENCY_OVER_CAMERA1 = 210,
600
- /** IS_INTERNAL - IS_INTERNAL (variant copied from TargetingProperty.Property) */
601
275
  IS_INTERNAL = 211,
602
- /** IS_WEB - IS_WEB (variant copied from TargetingProperty.Property) */
603
276
  IS_WEB = 212,
604
- /** APP_OPEN_TO_MAP - APP_OPEN_TO_MAP (variant copied from TargetingProperty.Property) */
605
277
  APP_OPEN_TO_MAP = 213,
606
- /** APP_OPEN_TO_FRIENDSFEED - APP_OPEN_TO_FRIENDSFEED (variant copied from TargetingProperty.Property) */
607
278
  APP_OPEN_TO_FRIENDSFEED = 214,
608
- /** APP_OPEN_TO_LENSES - APP_OPEN_TO_LENSES (variant copied from TargetingProperty.Property) */
609
279
  APP_OPEN_TO_LENSES = 215,
610
- /** APP_OPEN_TO_MEMORIES - APP_OPEN_TO_MEMORIES (variant copied from TargetingProperty.Property) */
611
280
  APP_OPEN_TO_MEMORIES = 216,
612
- /** APP_OPEN_TO_COMMUNITY - APP_OPEN_TO_COMMUNITY (variant copied from TargetingProperty.Property) */
613
281
  APP_OPEN_TO_COMMUNITY = 217,
614
- /** APP_OPEN_TO_SPOTLIGHT - APP_OPEN_TO_SPOTLIGHT (variant copied from TargetingProperty.Property) */
615
282
  APP_OPEN_TO_SPOTLIGHT = 218,
616
- /** IS_IMPACTED_BY_PINC_893 - IS_IMPACTED_BY_PINC_893 (variant copied from TargetingProperty.Property) */
617
283
  IS_IMPACTED_BY_PINC_893 = 219,
618
- /** DAYS_BEFORE_BIRTHDAY - DAYS_BEFORE_BIRTHDAY (variant copied from TargetingProperty.Property) */
619
284
  DAYS_BEFORE_BIRTHDAY = 220,
620
- /** HAS_BIPA - HAS_BIPA (variant copied from TargetingProperty.Property) */
621
285
  HAS_BIPA = 221,
622
- /** SPOTLIGHT_STORY_ENGAGEMENT_STATUS - SPOTLIGHT_STORY_ENGAGEMENT_STATUS (variant copied from TargetingProperty.Property) */
623
286
  SPOTLIGHT_STORY_ENGAGEMENT_STATUS = 222,
624
- /** INCLUSION_PANEL_MEMBER - INCLUSION_PANEL_MEMBER (variant copied from TargetingProperty.Property) */
625
287
  INCLUSION_PANEL_MEMBER = 223,
626
- /** HEVC_HW_DECODER - HEVC_HW_DECODER (variant copied from TargetingProperty.Property) */
627
288
  HEVC_HW_DECODER = 224,
628
- /** HEVC_SW_DECODER - HEVC_SW_DECODER (variant copied from TargetingProperty.Property) */
629
289
  HEVC_SW_DECODER = 225,
630
- /**
631
- * HASH_MURMUR3_128_MOD_100 - Value of a Murmur3 hash of one of the hash_signals fields modulo 100
632
- * PropertyMetadata.signal_to_hash determines which field should be hashed
633
- */
634
290
  HASH_MURMUR3_128_MOD_100 = 226,
635
- /** HAS_ACTIVE_SNAPCHAT_PLUS - Whether user has active Snapchat+ subscription in Atlas's UserData plus_subscription_info property */
636
291
  HAS_ACTIVE_SNAPCHAT_PLUS = 227,
637
- /** SNAP_KIT_OAUTH_ID - OAuth Client ID identifying the source third party application for Snap Kit content */
638
292
  SNAP_KIT_OAUTH_ID = 228,
639
- /** ORGANIZATION_TYPE - Organization type of advertiser purchasing ads */
640
293
  ORGANIZATION_TYPE = 229,
641
- /**
642
- * CHUNK_UPLOAD_SUPPORT_REQUIRED - Client provided boolean that represent whether the config
643
- * needs to support uploading in a chunked/streaming manner
644
- */
645
294
  CHUNK_UPLOAD_SUPPORT_REQUIRED = 230,
646
- /** CLOUDFRONT_POP - The last known CloudFront Point of Presence used */
647
295
  CLOUDFRONT_POP = 231,
648
- /** BILLBOARD_CAMPAIGN_LOCAL_FIRST_IMPRESSION_TIME_SECS_TO_NOW - Billboard locally tracked first impresstion time to now */
649
296
  BILLBOARD_CAMPAIGN_LOCAL_FIRST_IMPRESSION_TIME_SECS_TO_NOW = 232,
650
- /** BILLBOARD_CAMPAIGN_LOCAL_CLICK_COUNT - Billboard locally tracked click count */
651
297
  BILLBOARD_CAMPAIGN_LOCAL_CLICK_COUNT = 233,
652
- /** BILLBOARD_CAMPAIGN_LOCAL_INTERACTION_COUNT - Billboard locally tracked interaction count */
653
298
  BILLBOARD_CAMPAIGN_LOCAL_INTERACTION_COUNT = 234,
654
- /** BILLBOARD_CAMPAIGN_LOCAL_LAST_INTERACTION_TIME_SECS_TO_NOW - Billboard locally tracked last interaction time to now */
655
299
  BILLBOARD_CAMPAIGN_LOCAL_LAST_INTERACTION_TIME_SECS_TO_NOW = 235,
656
- /** FST_LOCK_SCREEN_WIDGET_BILLBOARD_LAUNCHED_FROM_PUSH - Lock screen widgets billboard - app open via push notification */
657
300
  FST_LOCK_SCREEN_WIDGET_BILLBOARD_LAUNCHED_FROM_PUSH = 236,
658
- /** WEB_SCREEN_WIDTH - Web browser screen width in CSS pixels */
659
301
  WEB_SCREEN_WIDTH = 237,
660
- /** WEB_SCREEN_HEIGHT - Web browser screen height in CSS pixels */
661
302
  WEB_SCREEN_HEIGHT = 238,
662
- /** SUP_IOS_LOCK_SCREEN_WIDGET_ENABLED - iOS 16 lock screen widgets enabled */
663
303
  SUP_IOS_LOCK_SCREEN_WIDGET_ENABLED = 239,
664
- /** SNAP_PRIVACY - Atlas enum property that indicates a user's snap privacy settings (Friends vs. Everyone) */
665
304
  SNAP_PRIVACY = 240,
666
- /** ADS_INTERFACES_IS_NEW_ORGANIZATION - Is a new organization in ads interfaces UI */
667
305
  ADS_INTERFACES_IS_NEW_ORGANIZATION = 241,
668
- /** SERVER_ONLY - if true only server callers can get the config */
669
306
  SERVER_ONLY = 242,
670
- /** GHE_ORGANIZATION - The Github Enterprise organization */
671
307
  GHE_ORGANIZATION = 243,
672
- /** GHE_REPOSITORY - The Github Enterprise Repository, which is contained by a GHE organization */
673
308
  GHE_REPOSITORY = 244,
674
- /** GHE_USER_EMAIL - In the context of Machamp, the user identifier (email) */
675
309
  GHE_USER_EMAIL = 245,
676
- /** BUILD_DEFINITION_ID - In the context of Machamp, the build definition identifier is a UUID hash of the GHE organization and and repository. */
677
310
  BUILD_DEFINITION_ID = 246,
678
- /** BUILD_DEFINITION_NAME - In the context of Machamp, the build definition name is name of the build from the build.yaml */
679
311
  BUILD_DEFINITION_NAME = 247,
680
- /** LCA_PRINCIPAL - LCA Principal of the service calling Circumstance Engine */
681
312
  LCA_PRINCIPAL = 248,
682
- /**
683
- * MEDIA_PERFORMANCE_CLASS - A performance class defines a set of device capabilities by Android
684
- * e.g. 30, 31, See https://android-developers.googleblog.com/2022/03/using-performance-class-to-optimize.html
685
- */
686
313
  MEDIA_PERFORMANCE_CLASS = 249,
687
- /** COMMUNITY_COUNT - Number of Communities user is in */
688
314
  COMMUNITY_COUNT = 250,
689
- /** RECIPIENTS_SUPPORT_FMP4 - A boolean indicating whether a group of recipients support fMP4 playback */
690
315
  RECIPIENTS_SUPPORT_FMP4 = 251,
691
- /** SCREEN_ASPECT_RATIO - The screen aspect ratio. It's the result of SCREEN_WIDTH / SCREEN_HEIGHT */
692
316
  SCREEN_ASPECT_RATIO = 252,
693
- /**
694
- * USER_GROUP - USER GROUP. This property is not expected to ever be supported on any
695
- * of the clients, but is rather needed to signal to the client that a given
696
- * config depends on an unsupported property, so that the client can emit a metric
697
- */
698
317
  USER_GROUP = 253,
699
- /**
700
- * USER_HAS_DENIED_CAMERA_PERM - A boolean value indicating whether the user has denied camera permission. And the property
701
- * value would remain TRUE for users who have ever denied camera permission since first time
702
- * of reading the property value
703
- * New users are by default denied camera permission.
704
- *
705
- * @deprecated
706
- */
707
318
  USER_HAS_DENIED_CAMERA_PERM = 254,
708
- /**
709
- * CAMEOS_ENGAGEMENT_LEVEL - Cameos engagement level based on number of Cameos views in the last 7 days.
710
- * e.g. IDLE, CASUAL, REGULAR, POWER
711
- */
712
319
  CAMEOS_ENGAGEMENT_LEVEL = 255,
713
- /**
714
- * HAS_CAMEOS - Whether the user has Cameos.
715
- * e.g. TRUE, FALSE
716
- */
717
320
  HAS_CAMEOS = 256,
718
- /**
719
- * IS_ACTIVE_LENS_VIDEO_CHAT_USER - Whether the user has interacted with lenses in video chat in the last 7 days.
720
- * e.g. TRUE, FALSE
721
- */
722
321
  IS_ACTIVE_LENS_VIDEO_CHAT_USER = 257,
723
- /**
724
- * NUM_SPOTLIGHT_POSTS_L7 - The number of Spotlight posts a user has made in the last 7 days.
725
- * e.g. 0, 100, 1000
726
- */
727
322
  NUM_SPOTLIGHT_POSTS_L7 = 258,
728
- /**
729
- * NUM_MAP_POSTS_L7 - The number of Map posts a user has made in the last 7 days.
730
- * e.g. 0, 100, 1000
731
- */
732
323
  NUM_MAP_POSTS_L7 = 259,
733
- /**
734
- * HAS_CREATED_PUBLIC_PROFILE - Whether a user has created a public profile.
735
- * e.g. TRUE, FALSE
736
- */
737
324
  HAS_CREATED_PUBLIC_PROFILE = 260,
738
- /**
739
- * HAS_PUBLIC_PROFILE_ACCESS_VIA_ROLE - Whether a user has access to a public profile via a role.
740
- * e.g. TRUE, FALSE
741
- */
742
325
  HAS_PUBLIC_PROFILE_ACCESS_VIA_ROLE = 261,
743
- /**
744
- * DAYS_SINCE_LAST_CAMERA_PERM_DENY - Integer value represents the number of days since last time the user denied camera permission.
745
- * Default value is -1 if user has no record of denying camera permission (the user has granted camera permission permanently).
746
- */
747
326
  DAYS_SINCE_LAST_CAMERA_PERM_DENY = 262,
748
- /** DAYS_SINCE_AD_ORG_JOIN - The days since the user last joined an ads manager organization */
749
327
  DAYS_SINCE_AD_ORG_JOIN = 263,
750
- /** DAYS_SINCE_FIRST_AD_CREATE - The days since the user created an ad within ads manager via their ad organization */
751
328
  DAYS_SINCE_FIRST_AD_CREATE = 264,
752
- /** ORGANIZATION_COUNTRY - Organization country */
753
329
  ORGANIZATION_COUNTRY = 265,
754
- /** DAYS_SINCE_FIRST_DWEB_VISIT - The days since the user first visited dWeb (Web Chat) */
755
330
  DAYS_SINCE_FIRST_DWEB_VISIT = 266,
756
- /** DAYS_SINCE_LAST_DWEB_VISIT - The days since the user has last visited dWeb (Web Chat) */
757
331
  DAYS_SINCE_LAST_DWEB_VISIT = 267,
758
- /** WEEKS_SINCE_USING_DWEB - The weeks group in which the user has been absent from dWeb (Web Chat) */
759
332
  WEEKS_SINCE_USING_DWEB = 268,
760
- /** HAS_LENS - Whether a capture session has lens */
761
333
  HAS_LENS = 269,
762
- /**
763
- * BILLBOARD_SERVER_IMPRESSION_COUNT - Billboard Cooldown and Cap Unit will support these properties
764
- * Basic Counter for impression / click / dismiss
765
- */
766
334
  BILLBOARD_SERVER_IMPRESSION_COUNT = 270,
767
335
  BILLBOARD_SERVER_CLICK_COUNT = 271,
768
336
  BILLBOARD_SERVER_DISMISS_COUNT = 272,
769
337
  BILLBOARD_SERVER_INTERACTION_COUNT = 273,
770
- /** BILLBOARD_SERVER_FIRST_IMPRESSION_TIME_SECS_TO_NOW - Time to now signals in Seconds */
771
338
  BILLBOARD_SERVER_FIRST_IMPRESSION_TIME_SECS_TO_NOW = 274,
772
339
  BILLBOARD_SERVER_LAST_IMPRESSION_TIME_SECS_TO_NOW = 275,
773
340
  BILLBOARD_SERVER_FIRST_CLICK_TIME_SECS_TO_NOW = 276,
@@ -776,119 +343,42 @@ export declare enum ClientTargetingExpression_Property {
776
343
  BILLBOARD_SERVER_LAST_DISMISS_TIME_SECS_TO_NOW = 279,
777
344
  BILLBOARD_SERVER_FIRST_INTERACTION_TIME_SECS_TO_NOW = 280,
778
345
  BILLBOARD_SERVER_LAST_INTERACTION_TIME_SECS_TO_NOW = 281,
779
- /** BILLBOARD_SERVER_CONTINUOUS_DISMISS_COUNT - Continuous Counter */
780
346
  BILLBOARD_SERVER_CONTINUOUS_DISMISS_COUNT = 282,
781
- /** BILLBOARD_CAMPAIGN_LOCAL_FIRST_CLICK_TIME_SECS_TO_NOW - Billboard first click time to now */
782
347
  BILLBOARD_CAMPAIGN_LOCAL_FIRST_CLICK_TIME_SECS_TO_NOW = 283,
783
- /** BILLBOARD_CAMPAIGN_LOCAL_LAST_CLICK_TIME_SECS_TO_NOW - Billboard last click time to now */
784
348
  BILLBOARD_CAMPAIGN_LOCAL_LAST_CLICK_TIME_SECS_TO_NOW = 284,
785
- /** BILLBOARD_CAMPAIGN_LOCAL_FIRST_DISMISS_TIME_SECS_TO_NOW - Billboard first dismiss time to now */
786
349
  BILLBOARD_CAMPAIGN_LOCAL_FIRST_DISMISS_TIME_SECS_TO_NOW = 285,
787
- /** BILLBOARD_CAMPAIGN_LOCAL_LAST_DISMISS_TIME_SECS_TO_NOW - Billboard last dismiss time to now */
788
350
  BILLBOARD_CAMPAIGN_LOCAL_LAST_DISMISS_TIME_SECS_TO_NOW = 286,
789
- /** BILLBOARD_CAMPAIGN_LOCAL_FIRST_INTERACTION_TIME_SECS_TO_NOW - Billboard locally tracked first interaction time to now */
790
351
  BILLBOARD_CAMPAIGN_LOCAL_FIRST_INTERACTION_TIME_SECS_TO_NOW = 287,
791
- /**
792
- * DAYS_SINCE_FIRST_AD_SPEND - The number of days since the user first spent in their ads manager organization.
793
- * If the user has not spent in their ads manager organization, this value will be -1.
794
- */
795
352
  DAYS_SINCE_FIRST_AD_SPEND = 288,
796
- /**
797
- * DAYS_SINCE_LAST_AD_SPEND - The number of days since the user last spent in their ads manager organization.
798
- * If the user has not spent in their ads manager organization, this value will be -1.
799
- */
800
353
  DAYS_SINCE_LAST_AD_SPEND = 289,
801
- /** SPOTLIGHT_2_PLUS_STORY_SESSION_7D_STATUS_DETAILED - Spotlight nux dimensions */
802
354
  SPOTLIGHT_2_PLUS_STORY_SESSION_7D_STATUS_DETAILED = 290,
803
355
  SPOTLIGHT_5_PLUS_STORY_SESSION_7D_STATUS_DETAILED = 291,
804
356
  SPOTLIGHT_STORY_VIEW_7D_STATUS_DETAILED = 292,
805
- /**
806
- * LAST_USER_ACCEPTED_TOS - Last Terms of Service Version user has accepted
807
- * Values defined in https://github.sc-corp.net/Snapchat/atlas/blob/master/user-service/user-service-interface/src/main/proto/com/snapchat/atlas/user/terms_of_use.proto
808
- */
809
357
  LAST_USER_ACCEPTED_TOS = 293,
810
- /**
811
- * UPDATED_DEVICE_CLUSTER - Updated device cluster on 3/14/2023: https://docs.google.com/document/d/1XJurkIsu5STupJc5_BbFcjSDTNC9AP6mAO0ptP2CS5s/edit#heading=h.cxt1um614w24
812
- * This is a temporary update until the cof serving device cluster is update. The purpose is testing against the old version.
813
- */
814
358
  UPDATED_DEVICE_CLUSTER = 294,
815
- /** CREATOR_TIER - The creator tier of the user: https://docs.google.com/document/d/1-W9aozj52AibNJ9CsRht2YlZLpE-rDQy_D5uA2_7VEI/edit# */
816
359
  CREATOR_TIER = 295,
817
- /**
818
- * AV1_SW_DECODER - Whether a device supports AV1 decoding using software and what max resolution width it should support
819
- * e.g. 540, 720, 1080
820
- */
821
360
  AV1_SW_DECODER = 296,
822
- /**
823
- * AV1_HW_DECODER - Whether a device supports AV1 decoding using hardware and what max resolution width it should support
824
- * e.g. 540, 720, 1080
825
- */
826
361
  AV1_HW_DECODER = 297,
827
- /** HAS_EXPLICIT_PUBLIC_PROFILE - Whether a user has explicitly created a public profile, before POD M2 https://snapchat.quip.com/IjCcAwWTUWGO */
828
362
  HAS_EXPLICIT_PUBLIC_PROFILE = 298,
829
- /** LARGER_TEXT_DISPLAY_OPTION_ENABLED - only for iOS, it's true if the user set "Settings/Display & Brightness/Display Zoom" to "Larger Text" */
830
363
  LARGER_TEXT_DISPLAY_OPTION_ENABLED = 299,
831
- /** IS_PUBLIC_POSTING_PREFERRED_USER - Whether the user prefers to post story to public */
832
364
  IS_PUBLIC_POSTING_PREFERRED_USER = 300,
833
- /**
834
- * RUID - Use for RUID (common/ruid.proto) AB Study allowlisting. Matching value is a string in the following
835
- * format "${ruid.type.number}:${ruid.string_value}"
836
- */
837
365
  RUID = 301,
838
- /** MUTABLE_USERNAME - Username conditions gets translated to (USERNAME="x" or MUTABLE_USERNAME="x"). Also used for allowlisting */
839
366
  MUTABLE_USERNAME = 302,
840
- /** BUDGET_GROUP_ID - Used for Budget A/B Group Studies. Not necessary available in CMS */
841
367
  BUDGET_GROUP_ID = 303,
842
- /**
843
- * AB_POPULATION_RANGE_HASH_FUNC - Function Targeting Property used for AB Population Range Hash
844
- * Hash_Murmur3_128_Mod100(ruid+ab_namespace)
845
- * - ruid is provided at runtime by Signal RUID
846
- * - ab_namespace is defined in PropertyMetadata
847
- */
848
368
  AB_POPULATION_RANGE_HASH_FUNC = 304,
849
- /**
850
- * AB_TREATMENT_RANGE_HASH_FUNC - Function Targeting Property used for AB Treatment Range Hash
851
- * Hash_Murmur3_128_Mod100(seed+ruid)
852
- * - ab_seed is defined in PropertyMetadata
853
- * - ruid is provided at runtime by Signal RUID
854
- */
855
369
  AB_TREATMENT_RANGE_HASH_FUNC = 305,
856
370
  UNRECOGNIZED = -1
857
371
  }
858
372
  export interface ClientTargetingExpression_PropertyMetadata {
859
- /** Sup property's item id */
860
373
  itemId: number;
861
- /** Which field of feature_provided_signals.hash_signals to hash */
862
374
  signalToHash: ClientTargetingExpression_PropertyMetadata_SignalToHash;
863
- /**
864
- * Namespace string, supplied by the AB service to included
865
- * in HASH_MURMUR3_128_MOD_100 evaluation
866
- */
867
375
  abNamespaceForHashing: string;
868
- /**
869
- * Seed string, supplied by the AB service to included
870
- * in HASH_MURMUR3_128_MOD_100 evaluation
871
- */
872
376
  abSeedForHashing: string;
873
- /** Ruid Type (see https://livegrep.sc-corp.net/view/Snapchat/pb_schema/proto/common/ruid.proto) */
874
377
  ruidType: Ruid_Type | undefined;
875
378
  }
876
- /**
877
- * Which field of feature_provided_signals.hash_signals to hash
878
- * To be used by the HASH_MURMUR3_128_MOD_100 property only
879
- */
880
379
  export declare enum ClientTargetingExpression_PropertyMetadata_SignalToHash {
881
- /** UNKNOWN_SIGNAL_TO_HASH - Unset variant */
882
380
  UNKNOWN_SIGNAL_TO_HASH = 0,
883
- /**
884
- * HASH_SEED_AND_USER_ID - Indicates that seed+user_id string should be hashed
885
- * (namespace is supplied by the server, user_id - by the client)
886
- */
887
381
  HASH_SEED_AND_USER_ID = 1,
888
- /**
889
- * HASH_USER_ID_AND_NAMESPACE - Indicates that used_id+namespace string should be hashed
890
- * (seed is supplied by the server, user_id - by the client)
891
- */
892
382
  HASH_USER_ID_AND_NAMESPACE = 2,
893
383
  UNRECOGNIZED = -1
894
384
  }